]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2014-05-21 Leo LiuFix #59: detect missing tag files and remove project...
2014-05-16 Leo LiuNew command ggtags-find-definition for #57
2014-05-15 Leo LiuFix #56: Restore variable ggtags-completing-read-function
2014-05-09 Leo LiuUpdate doc strings and comments
2014-05-07 Leo LiuFix #54: New command ggtags-find-tag-mouse
2014-05-06 Leo LiuFor #52: new var ggtags-global-search-libpath-for-reference
2014-04-24 Leo LiuDoc and indentation fix
2014-04-19 Leo LiuFix #52: Search references and symbols in GTAGSLIBPATH
2014-04-19 Leo LiuFor #34 and #48: Always update tags for current file...
2014-04-15 Leo LiuRemove redundant function ggtags-navigation-first-error
2014-04-14 Leo LiuFix #48: Enhance ggtags-find-tag-dwim to handle new...
2014-04-12 Leo LiuDoc and comment fix
2014-04-09 Leo LiuRefactor and show type of match in mode-line
2014-04-06 Leo LiuRename ggtags-delete-tag-files to ggtags-delete-tags
2014-04-06 Leo LiuFix warning "making variable buffer local while let...
2014-04-05 Leo LiuDoc fixes and add NEWS for 0.8.2
2014-04-04 Leo LiuProperly fix the bug by delaying compilation finish...
2014-04-04 Leo LiuRevert "Don't reply on excution order of filter and...
2014-04-03 Leo LiuDon't reply on excution order of filter and sentinel...
2014-04-03 Leo LiuNew macro ggtags-with-temp-message that reports executi...
2014-04-03 Leo LiuMake ggtags-use-project-gtagsconf work on remote projects
2014-04-03 Leo LiuRevert "Fix ggtags-with-current-project to include...
2014-04-03 Leo LiuMake ggtags-eldoc-function work better when no project...
2014-04-02 Leo LiuFix multiple calls of ggtags-show-definition
2014-04-02 Leo LiuDon't activate eldoc support by default
2014-04-02 Leo LiuRefactor out ggtags-include-file from ggtags-find-tag...
2014-04-02 Leo LiuFix error in approximation to (line-number-at-pos ...
2014-04-01 Leo LiuNew function ggtags-eldoc-function for eldoc support
2014-04-01 Leo LiuAdd NEWS to README.rst for 0.8.0 and 0.8.1
2014-03-31 Leo LiuFix #45: Change default value of ggtags-auto-jump-to...
2014-03-31 Leo LiuNew function ggtags-echo and use it
2014-03-31 Leo LiuFor #45: Fix popping up/down window for search with...
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
next