]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2014-03-30 Leo LiuFix #44: New variable ggtags-enable-navigation-keys
2014-03-29 Leo LiuFix ggtags-navigation-mode-abort when pop-tag-mark...
2014-03-29 Leo LiuRename ggtags-handle-single-match to ggtags-global...
2014-03-29 Leo LiuDisable ggtags-navigation-mode at the right time
2014-03-28 Leo LiuUse compilation-auto-jump in ggtags-global-filter
2014-03-28 Leo LiuFix warning: Making variable buffer-local while let...
2014-03-28 Leo LiuImplement feature #43: Jump to match from search history
2014-03-28 Leo LiuNew user variable ggtags-global-use-color
2014-03-27 Leo LiuFix #42: Clear ggtags-project-root in non-file buffers
2014-03-26 Leo LiuFix ggtags-try-complete-tag to use ggtags-bounds-of...
2014-03-26 Leo LiuChange ggtags-read-tag to completing-read when no default
2014-03-26 Leo LiuFix #12: Remove ggtags-completing-read-function
2014-03-25 Leo LiuEnhance ggtags-view-tag-history to use next-/previous...
2014-03-24 Leo LiuRename try-complete-ggtags-tag to ggtags-try-complete-tag
2014-03-24 Leo LiuDoc fix: Update README.rst and doc-strings
2014-03-22 Leo LiuFix #40: New user variable ggtags-supress-navigation...
2014-03-22 Leo LiuSupport search bookmarks as requested in #39
2014-03-21 Leo LiuDisable ggtags-navigation-mode in ggtags-global-rerun...
2014-03-21 Leo LiuBind ggtags-save-to-register in ggtags-global-rerun...
2014-03-21 Leo LiuAlso record ggtags-process-environment in search history
2014-03-21 Leo LiuPolish last change
2014-03-20 Leo LiuNew feature ggtags-global-restore-search for #37
2014-03-20 Leo LiuNew helper ggtags-forward-to-line and use it
2014-03-20 Leo LiuCosmetic change: Fix indentation
2014-03-20 Leo LiuNew macro ignore-errors-unless-debug and use it
2014-03-20 Leo LiuFix ggtags-find-project to check on the GTAGS file
2014-03-19 Leo LiuFix thinko in "Don't display buffer if ggtags-navigatio...
2014-03-18 Leo LiuSimplify ggtags-save-to-register by always re-do the...
2014-03-18 Leo LiuNew command ggtags-navigation-isearch-forward
2014-03-18 Leo LiuAdd new command ggtags-save-to-register for #37
2014-03-17 Leo LiuTeach ggtags-find-tag-dwim to detect #include files
2014-03-17 Leo LiuUse read-only-mode in ggtags-toggle-project-read-only
2014-03-15 Leo LiuFix #36: Allow customising path to global's exectuables
2014-03-12 Leo LiuFix ggtags-with-current-project to include GTAGSCONF
2014-03-12 Leo LiuFix ggtags-show-definition to run in current project
2014-03-07 Leo LiuSmall fixes to last change
2014-03-07 Leo LiuDisplay project root directory name on mode-line
2014-03-07 Leo LiuRequire cl-lib and remove macro when-let
2014-03-07 Leo LiuFix compatibility for locate-dominating-file
2014-03-06 Leo LiuMake last change acutally work
2014-03-06 Leo LiuAutomatically use GTAGSCONF file at project root
2014-03-06 Leo LiuReplace ignore-errors with condition-case-unless-debug
2014-03-05 Leo LiuCall ggtags-show-definition-function in the original...
2014-03-05 Leo LiuFix some errors in ggtags-global-output
2014-03-05 Leo LiuFix #34: New variable ggtags-global-always-update
2014-03-04 Leo LiuImprove completion support for all tag types
2014-03-04 Leo LiuCombine ggtags-global-column and tag name search
2014-03-03 Leo LiuDon't display buffer if ggtags-navigation-mode is exited
2014-03-03 Leo LiuGive ggtags-show-definition-function full information
2014-03-03 Leo LiuNew command ggtags-show-definition
2014-03-01 Leo LiuDoc fix
2014-02-26 Leo LiuNew customizable variable ggtags-mode-sticky
2014-02-26 Leo LiuUse --color=always in ggtags-global-build-command
2014-02-26 Leo LiuTrigger ggtags-update-tags based on visited file modtime
2014-02-25 Leo LiuNew hook ggtags-global-next-error-hook
2014-02-25 Leo LiuFix error: GTAGSCONF must be absolute path name
2014-02-24 Leo LiuFix ggtags-highlight-tag-map to avoid 'undefined' error
2014-02-24 Leo LiuMake use of colored output to calulate column
2014-02-24 Leo LiuAvoid "--regexp" and use "--" instead
2014-02-24 Leo LiuDon't let deleting text screw up compilation-filter...
2014-02-24 Leo LiuNew command ggtags-visit-project-root using key C-c M-j
2014-02-23 Leo LiuBe defensive in ggtags-find-project
2014-02-23 Leo LiuStore 'global' options per project
2014-02-23 Leo LiuStricter search for GTAGS file in ggtags-find-project
2014-02-23 Leo LiuTeach ggtags-create-tags to retry if mkid is missing
2014-02-22 Leo LiuFix #33: support running ggtags on remote hosts (via...
2014-02-20 Leo LiuMake buffer cache project root directory instead
2014-02-19 Leo LiuFix #30: Remove M-o key binding in ggtags-global-mode
2014-02-19 Leo LiuSmall fixes to ggtags-find-tag-regexp
2014-02-17 Leo LiuFix #32: handle upstream change in query-replace-read...
2014-02-17 Leo LiuRename ggtags-with-process-environment
2014-02-17 Leo LiuFix last change
2014-02-15 Leo LiuRemove side-effect from ggtags-with-process-environment
2014-02-13 Leo LiuExpire project info in ggtags-update-tags
2014-02-13 Leo LiuFix #31: Avoid `-d' switch for compatibility
2013-12-21 Leo LiuFix misuse of display-buffer-overriding-action
2013-12-11 Leo LiuForce ggtags-update-tags when called interactively
2013-12-10 Leo LiuEnsure global buffer is shown in case of error
2013-12-10 Leo LiuCompatible with emacs 24.1 and 24.2
2013-12-09 Leo LiuFix #25: check display-buffer-no-window availability
2013-12-09 Leo LiuRemove ggtags-enable-completion-at-point
2013-12-09 Leo LiuFix #26: suppress same file warnings
2013-12-09 Leo LiuFix #25: be more defensive
2013-12-03 Leo LiuAlso remove "Using default configuration." in the output
2013-12-03 Leo LiuFix due to renaming no-display-ok to allow-no-window
2013-11-20 Leo LiuCustomisable use of tag table for completion at point
2013-11-20 Leo LiuRefactor ggtags-ensure-project for ggtags-create-tags
2013-11-19 Leo LiuImprove last change to observe ggtags-global-window...
2013-11-19 Leo LiuFix #19: display buffer promptly in case of multiple...
2013-11-19 Leo LiuFix #19: suppress displaying buffer for 0 or 1 match
2013-11-19 Leo LiuStricter regexp in ggtags-delete-tag-files
2013-11-18 Leo LiuAdd bindings for next-error and previous-error
2013-11-18 Leo LiuFix #22: try harder to compute relative names
2013-11-17 Leo LiuHandle `global -c' error: only name char is allowed
2013-11-17 Leo LiuNew helper macro when-let and use it
2013-11-17 Leo LiuFix #23: don't disable M-. in ggtags-navigation-mode
2013-11-17 Leo LiuFix #22: teach ggtags-find-project to handle symbolic...
2013-11-16 Leo LiuTurn off ggtags-navigation-mode after compilation-auto...
2013-11-16 Leo LiuSmall improvement to ggtags-global-exit-message-function
2013-11-16 Leo LiuGive better description to the type of tags found
next