]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years agoAdd ada-mode, wisi packages
U-takver\stephe [Tue, 24 Dec 2013 09:46:45 +0000 (03:46 -0600)]
Add ada-mode, wisi packages

* packages/ada-mode/: New directory.

* packages/wisi/: New directory.

10 years agoAdd comments for autoloaded elements.
Andrey Kotlarski [Tue, 17 Dec 2013 20:51:33 +0000 (22:51 +0200)]
Add comments for autoloaded elements.

10 years agoContinue previous change.
Xue Fuqiao [Mon, 16 Dec 2013 13:13:46 +0000 (21:13 +0800)]
Continue previous change.

10 years agoMinor cleanup.
Xue Fuqiao [Mon, 16 Dec 2013 13:08:26 +0000 (21:08 +0800)]
Minor cleanup.

10 years agoMake html/index.html be consistent with other gnu.org websites.
Xue Fuqiao [Mon, 16 Dec 2013 12:55:54 +0000 (20:55 +0800)]
Make html/index.html be consistent with other gnu.org websites.

10 years agoRemove the ERT testing file, which had too many FSF-unsigned changes.
Andrew Hyatt [Sun, 15 Dec 2013 02:17:48 +0000 (21:17 -0500)]
Remove the ERT testing file, which had too many FSF-unsigned changes.

This brings this package into FSF compliance.

* README.org: Mention the fact that the ERT tests are in the github
repository.

* websocket-test.el: Removed.

10 years ago * packages/vlf/vlf.el: Version: 1.2
Andrey Kotlarski [Sat, 14 Dec 2013 21:47:42 +0000 (23:47 +0200)]
* packages/vlf/vlf.el: Version: 1.2
Add ability to customize when VLF is offered and activated.
(vlf-application, vlf-forbidden-modes-list): New customizations.
(vlf-mode-map): Change bindings.
(vlf-prefix-map): New map.
(vlf-with-undo-disabled): Move it before its first use to fix
package installation.
(vlf-mode): Initialize vlf-start-pos and vlf-end-pos.
(vlf-determine-major-mode): New function.
(abort-if-file-too-large): Add support for VLF application
customization and fix it for GNU Emacs 23.
(vlf-get-file-size): Return 0 in case file size is missing.
(vlf-verify-size): Fix file size determination for symlinks by
using buffer-file-truename.
(vlf-revert): Turn into command.  Stop spurious questions.
(vlf-next-batch-from-point): Fix in case end of file is near.
(vlf-move-to-chunk-1): Fix behaviour for unsaved new files and
point jumps.
(vlf-refresh): Remove.
(vlf-write): Fix behaviour for first save of new file.

10 years ago * packages/vlf/vlf.el: Version 1.1
Andrey Kotlarski [Sat, 14 Dec 2013 21:31:59 +0000 (23:31 +0200)]
* packages/vlf/vlf.el: Version 1.1
Stabilize decoding and saving.  Optimize moving between
overlapping chunks.
(vlf-mode): Forbid automatic final new line.  Improve reloading of
all content.
(vlf-move-to-chunk): Always use vlf-move-to-chunk-1.
(vlf-move-to-chunk-1): Use vlf-with-undo-disabled.  Fix length
calculation when deleting from buffer.
(vlf-partial-decode-shown-p): New function.
(vlf-adjust-chunk): Use it.  Fix end adjustment for earlier GNU
Emacs releases.
(vlf-refresh): Use vlf-move-to-chunk-2.

10 years ago * packages/vlf/vlf.el: Version 1.0
Andrey Kotlarski [Sat, 14 Dec 2013 21:20:43 +0000 (23:20 +0200)]
* packages/vlf/vlf.el: Version 1.0
Turn VLF into minor mode and abstract chunk insertion.
(vlf-encode-size, vlf-format-buffer-name, vlf-edit-mode-map)
(vlf-edit-mode): Remove.
(vlf-mode-map): Turn into prefix map, add new bindings.
(vlf-mode): Turn into minor mode.
(vlf): Call vlf-mode.
(scroll-up): Scroll when point-max is visible.
(scroll-down): Scroll when point-min is visible.
(vlf-update-buffer-name): Hide total file size.
(vlf-insert-file): Refactor.
(vlf-revert): Use vlf-move-to-chunk-2.
(vlf-with-undo-disabled): New macro.
(vlf-file-shift-back, vlf-file-shift-forward): Use it.
(vlf-no-modifications): New function.
(vlf-re-search-forward, vlf-re-search-backward, vlf-goto-line):
Use it.
(vlf-next-batch, vlf-prev-batch, vlf-move-to-batch): Simplify with
vlf-move-to-chunk.
(vlf-next-batch-from-point, vlf-occur-visit-new-buffer): New
commands.
(vlf-move-to-chunk-1, vlf-move-to-chunk-2): New functions.
(vlf-move-to-chunk): Use them.
(vlf-adjust-chunk): Specify region and adjust end too.
(vlf-re-search): Ignore case and remove assert.
(vlf-goto-match): Guarantee highlight removal.
(vlf-occur-visit): Reuse existing VLF buffer if possible and add
ability to explicitly open in new VLF buffer.
(vlf-occur): Use temporary VLF buffer to index if current is
modified.
(vlf-build-occur): Ignore case and get buffer to be indexed as
argument.
(vlf-discard-edit): Rename to vlf-refresh.
(vlf-write): Use vlf-end-pos and vlf-start-pos to calculate size
change.

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Tue, 10 Dec 2013 07:44:32 +0000 (15:44 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoEnsure global buffer is shown in case of error
Leo Liu [Tue, 10 Dec 2013 05:55:41 +0000 (13:55 +0800)]
Ensure global buffer is shown in case of error

Use relative path in ggtags-browse-file-as-hypertext.
Doc fix.

10 years agoCompatible with emacs 24.1 and 24.2
Leo Liu [Tue, 10 Dec 2013 00:59:23 +0000 (08:59 +0800)]
Compatible with emacs 24.1 and 24.2

10 years agoFix #25: check display-buffer-no-window availability
Leo Liu [Mon, 9 Dec 2013 13:31:18 +0000 (21:31 +0800)]
Fix #25: check display-buffer-no-window availability

10 years agoRemove ggtags-enable-completion-at-point
Leo Liu [Mon, 9 Dec 2013 06:23:20 +0000 (14:23 +0800)]
Remove ggtags-enable-completion-at-point

10 years agoFix #26: suppress same file warnings
Leo Liu [Mon, 9 Dec 2013 01:42:49 +0000 (09:42 +0800)]
Fix #26: suppress same file warnings

10 years agoFix #25: be more defensive
Leo Liu [Mon, 9 Dec 2013 00:57:12 +0000 (08:57 +0800)]
Fix #25: be more defensive

10 years agoUse lm-keywords-list instead of split-string for archive contents.
Ted Zlatanov [Wed, 4 Dec 2013 21:28:01 +0000 (16:28 -0500)]
Use lm-keywords-list instead of split-string for archive contents.

* archive-contents.el (archive--simple-package-p): Use
`lm-keywords-list' instead of `split-string'.

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Tue, 3 Dec 2013 08:33:46 +0000 (16:33 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoAlso remove "Using default configuration." in the output
Leo Liu [Tue, 3 Dec 2013 02:30:35 +0000 (10:30 +0800)]
Also remove "Using default configuration." in the output

10 years agoFix due to renaming no-display-ok to allow-no-window
Leo Liu [Tue, 3 Dec 2013 02:23:41 +0000 (10:23 +0800)]
Fix due to renaming no-display-ok to allow-no-window

10 years ago* adjust-parens.el (adjust-parens-mode): Convert to minor mode
Ryan C. Thompson [Wed, 27 Nov 2013 19:55:43 +0000 (14:55 -0500)]
* adjust-parens.el (adjust-parens-mode): Convert to minor mode
(adjust-parens-p): Only adjust parens if indentation is
correct, else defer to indent-for-tab-command.
(adjust-parens-and-indent): Take numeric prefix instead of raw
and handle non positive prefix arg.
(adjust-parens-and-indent): Return t from function.
(lisp-dedent-adjust-parens): Return nil iff no change to buffer.
* adjust-parens-tests.el (apt-mode-test): Add tests for minor mode
enabling/disabling
(apt-indent-dedent-test): Add tests for behavior when indentation
is incorrect or point is not at end of indentation
* Makefile: Have check target not depend on .elc files, so as
it is possible to make check and get non byte compiled
backtraces if there's a failure.

10 years agoadd :keywords to extra package properties
Ted Zlatanov [Tue, 26 Nov 2013 17:40:48 +0000 (12:40 -0500)]
add :keywords to extra package properties

10 years agoCustomisable use of tag table for completion at point
Leo Liu [Wed, 20 Nov 2013 14:52:34 +0000 (22:52 +0800)]
Customisable use of tag table for completion at point

10 years agoRefactor ggtags-ensure-project for ggtags-create-tags
Leo Liu [Wed, 20 Nov 2013 00:09:50 +0000 (08:09 +0800)]
Refactor ggtags-ensure-project for ggtags-create-tags

10 years agoImprove last change to observe ggtags-global-window-height
Leo Liu [Tue, 19 Nov 2013 23:11:54 +0000 (07:11 +0800)]
Improve last change to observe ggtags-global-window-height

10 years agoFix #19: display buffer promptly in case of multiple matches
Leo Liu [Tue, 19 Nov 2013 03:50:13 +0000 (11:50 +0800)]
Fix #19: display buffer promptly in case of multiple matches

10 years agoFix #19: suppress displaying buffer for 0 or 1 match
Leo Liu [Tue, 19 Nov 2013 03:05:17 +0000 (11:05 +0800)]
Fix #19: suppress displaying buffer for 0 or 1 match

See also: http://debbugs.gnu.org/13594

10 years agoStricter regexp in ggtags-delete-tag-files
Leo Liu [Tue, 19 Nov 2013 02:58:13 +0000 (10:58 +0800)]
Stricter regexp in ggtags-delete-tag-files

or it may match too many files on case-insensitive file systems.

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Mon, 18 Nov 2013 09:31:49 +0000 (17:31 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoAdd bindings for next-error and previous-error
Leo Liu [Mon, 18 Nov 2013 05:21:52 +0000 (13:21 +0800)]
Add bindings for next-error and previous-error

10 years agoFix #22: try harder to compute relative names
Leo Liu [Mon, 18 Nov 2013 03:50:27 +0000 (11:50 +0800)]
Fix #22: try harder to compute relative names

Ensure GTAGSROOT ends without '/'. Other small fixes.

10 years agoHandle `global -c' error: only name char is allowed
Leo Liu [Sun, 17 Nov 2013 18:40:48 +0000 (02:40 +0800)]
Handle `global -c' error: only name char is allowed

in ggtags-highlight-tag-at-point.

10 years agoNew helper macro when-let and use it
Leo Liu [Sun, 17 Nov 2013 12:34:54 +0000 (20:34 +0800)]
New helper macro when-let and use it

10 years agoFix #23: don't disable M-. in ggtags-navigation-mode
Leo Liu [Sun, 17 Nov 2013 11:18:45 +0000 (19:18 +0800)]
Fix #23: don't disable M-. in ggtags-navigation-mode

10 years agoFix #22: teach ggtags-find-project to handle symbolic links
Leo Liu [Sun, 17 Nov 2013 09:32:47 +0000 (17:32 +0800)]
Fix #22: teach ggtags-find-project to handle symbolic links

10 years agoTurn off ggtags-navigation-mode after compilation-auto-jump
Leo Liu [Sat, 16 Nov 2013 09:50:21 +0000 (17:50 +0800)]
Turn off ggtags-navigation-mode after compilation-auto-jump

so that ggtags-global-next-error-hook has a chance to run.

10 years agoSmall improvement to ggtags-global-exit-message-function
Leo Liu [Sat, 16 Nov 2013 08:41:49 +0000 (16:41 +0800)]
Small improvement to ggtags-global-exit-message-function

to handle 'object not found ...' message from global.

10 years agoGive better description to the type of tags found
Leo Liu [Sat, 16 Nov 2013 04:46:01 +0000 (12:46 +0800)]
Give better description to the type of tags found

10 years agoDon't run ggtags-update-tags in ggtags-completion-table
Leo Liu [Fri, 15 Nov 2013 08:08:08 +0000 (16:08 +0800)]
Don't run ggtags-update-tags in ggtags-completion-table

for efficiency because the latter is used by
ggtags-highlight-tag-at-point. Lower ggtags-oversize-limit.

10 years agoMerge pull request #21 from purcell/patch-1
Leo Liu [Thu, 14 Nov 2013 08:30:49 +0000 (00:30 -0800)]
Merge pull request #21 from purcell/patch-1

Require Emacs 24

10 years agoRequire Emacs 24
Steve Purcell [Thu, 14 Nov 2013 08:24:47 +0000 (08:24 +0000)]
Require Emacs 24

Declaring lexical-binding:t implies that the code requires Emacs 24 or higher.

10 years agoDon't hard-code envvars in ggtags-save-project-settings
Leo Liu [Thu, 14 Nov 2013 04:25:22 +0000 (12:25 +0800)]
Don't hard-code envvars in ggtags-save-project-settings

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Wed, 13 Nov 2013 09:31:02 +0000 (17:31 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoBump version to v0.7.5 for GNU ELPA
Leo Liu [Wed, 13 Nov 2013 09:30:10 +0000 (17:30 +0800)]
Bump version to v0.7.5 for GNU ELPA

10 years agoFix #20: Incorrect generation of relative file names
Leo Liu [Tue, 12 Nov 2013 15:01:33 +0000 (23:01 +0800)]
Fix #20: Incorrect generation of relative file names

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Tue, 12 Nov 2013 09:27:43 +0000 (17:27 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoBetter ggtags-project-oversize-p and oversize checking
Leo Liu [Tue, 12 Nov 2013 01:17:19 +0000 (09:17 +0800)]
Better ggtags-project-oversize-p and oversize checking

10 years agoAlso run ggtags-update-tags in ggtags-global-start
Leo Liu [Mon, 11 Nov 2013 09:22:37 +0000 (17:22 +0800)]
Also run ggtags-update-tags in ggtags-global-start

10 years agoFix error `variable is void: find-tag-marker-ring'
Leo Liu [Mon, 11 Nov 2013 02:06:50 +0000 (10:06 +0800)]
Fix error `variable is void: find-tag-marker-ring'

10 years agoNew command ggtags-toggle-project-read-only
Leo Liu [Mon, 11 Nov 2013 01:48:38 +0000 (09:48 +0800)]
New command ggtags-toggle-project-read-only

10 years agoFix sorting key in ggtags-view-tag-history
Leo Liu [Mon, 11 Nov 2013 01:02:41 +0000 (09:02 +0800)]
Fix sorting key in ggtags-view-tag-history

Don't set tabulated-list-sort-key in tabulated-list-entries because
the latter is called for refresh and will override buffer's local
tabulated-list-sort-key.

10 years agoProvide better control over large global output
Leo Liu [Mon, 11 Nov 2013 00:37:34 +0000 (08:37 +0800)]
Provide better control over large global output

10 years agoAdd diff-hl to externals-list
Dmitry Gutov [Sun, 10 Nov 2013 10:00:20 +0000 (12:00 +0200)]
Add diff-hl to externals-list

10 years agoAdd 'packages/diff-hl/' from commit '80abec80ea5c060470a34e2d2ed593f1bb9dc5eb'
Dmitry Gutov [Sun, 10 Nov 2013 10:01:40 +0000 (12:01 +0200)]
Add 'packages/diff-hl/' from commit '80abec80ea5c060470a34e2d2ed593f1bb9dc5eb'

git-subtree-dir: packages/diff-hl
git-subtree-mainline: 34e3d94eb31cd286c429f12c2a318f7a79dcec4b
git-subtree-split: 80abec80ea5c060470a34e2d2ed593f1bb9dc5eb

10 years agoUpdate the copyright blurbs
Dmitry Gutov [Sun, 10 Nov 2013 09:50:56 +0000 (11:50 +0200)]
Update the copyright blurbs

10 years agoImprove error handling in ggtags-view-tag-history
Leo Liu [Sun, 10 Nov 2013 09:48:57 +0000 (17:48 +0800)]
Improve error handling in ggtags-view-tag-history

10 years agoBump the version, add .elpaignore, drop Makefile
Dmitry Gutov [Sun, 10 Nov 2013 09:47:13 +0000 (11:47 +0200)]
Bump the version, add .elpaignore, drop Makefile

10 years agoUse buffer-local cache for completion
Leo Liu [Sun, 10 Nov 2013 09:30:22 +0000 (17:30 +0800)]
Use buffer-local cache for completion

10 years agoNew command ggtags-view-tag-history
Leo Liu [Sun, 10 Nov 2013 08:01:38 +0000 (16:01 +0800)]
New command ggtags-view-tag-history

10 years agoMake ggtags-global-output-format buffer-local
Leo Liu [Sat, 9 Nov 2013 14:22:47 +0000 (22:22 +0800)]
Make ggtags-global-output-format buffer-local

So that let-binding ggtags-global-output-format won't fail
ggtags-abbreviate-files.

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Sat, 9 Nov 2013 09:48:48 +0000 (17:48 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoNew command ggtags-find-file
Leo Liu [Sat, 9 Nov 2013 09:44:13 +0000 (17:44 +0800)]
New command ggtags-find-file

10 years agoFix expansion of GTAGSROOT in ggtags-process-environment
Leo Liu [Sat, 9 Nov 2013 08:05:17 +0000 (16:05 +0800)]
Fix expansion of GTAGSROOT in ggtags-process-environment

10 years agoDon't keep project information in memory forever
Leo Liu [Sat, 9 Nov 2013 02:05:45 +0000 (10:05 +0800)]
Don't keep project information in memory forever

Duration can be customised ggtags-project-duration.

10 years agoEnhance ggtags-next/prev-mark to handle dead markers
Leo Liu [Sat, 9 Nov 2013 01:39:32 +0000 (09:39 +0800)]
Enhance ggtags-next/prev-mark to handle dead markers

10 years agoAvoid using file-truename by using relative file names
Leo Liu [Fri, 8 Nov 2013 11:40:07 +0000 (19:40 +0800)]
Avoid using file-truename by using relative file names

Fix ggtags-kill-file-buffers to support symbolic links.

10 years agoFix three buglets
Leo Liu [Fri, 8 Nov 2013 09:59:12 +0000 (17:59 +0800)]
Fix three buglets

10 years agoFix bug in ggtags-browse-file-as-hypertext
Leo Liu [Fri, 8 Nov 2013 03:38:53 +0000 (11:38 +0800)]
Fix bug in ggtags-browse-file-as-hypertext

10 years agoSimplify detecting reference tags in ggtags-make-project
Leo Liu [Fri, 8 Nov 2013 02:58:14 +0000 (10:58 +0800)]
Simplify detecting reference tags in ggtags-make-project

Show progress message in ggtags-ensure-project because gtags could
take a while in large projects.

10 years agoTreat GTAGSROOT specially in ggtags-process-environment
Leo Liu [Fri, 8 Nov 2013 01:06:05 +0000 (09:06 +0800)]
Treat GTAGSROOT specially in ggtags-process-environment

to provide a way to refer to project root directory without hard
coding the absolute path.

10 years ago* .bzrignore: Add auctex.
Stefan Monnier [Thu, 7 Nov 2013 19:44:03 +0000 (14:44 -0500)]
* .bzrignore: Add auctex.

10 years ago* js2-mode/tests: Add copyright headers.
Stefan Monnier [Thu, 7 Nov 2013 19:42:41 +0000 (14:42 -0500)]
* js2-mode/tests: Add copyright headers.

10 years agoMerge remote-tracking branch 'js2-mode/master'
Dmitry Gutov [Wed, 6 Nov 2013 17:53:12 +0000 (19:53 +0200)]
Merge remote-tracking branch 'js2-mode/master'

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Wed, 6 Nov 2013 08:06:49 +0000 (16:06 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoSome small fixes
Leo Liu [Wed, 6 Nov 2013 08:04:15 +0000 (16:04 +0800)]
Some small fixes

10 years agoFix ggtags-highlight-tag-at-point to set ggtags-project
Leo Liu [Wed, 6 Nov 2013 03:47:51 +0000 (11:47 +0800)]
Fix ggtags-highlight-tag-at-point to set ggtags-project

Fix ggtags-unload-function return value meet unload-feature
requirement.

10 years agoStop timer from erring when GTAGS not found
Leo Liu [Wed, 6 Nov 2013 01:40:09 +0000 (09:40 +0800)]
Stop timer from erring when GTAGS not found

Fix ggtags-get-libpath to support ggtags-process-environment.

10 years agoBump the version
Dmitry Gutov [Wed, 6 Nov 2013 01:33:50 +0000 (03:33 +0200)]
Bump the version

10 years agoSupport Harmony spread operator, in arrays and calls
Dmitry Gutov [Wed, 6 Nov 2013 01:27:02 +0000 (03:27 +0200)]
Support Harmony spread operator, in arrays and calls

Closes #121

10 years agoCode cleanup
Leo Liu [Tue, 5 Nov 2013 14:32:24 +0000 (22:32 +0800)]
Code cleanup

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Tue, 5 Nov 2013 09:54:47 +0000 (17:54 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoFix last change
Leo Liu [Tue, 5 Nov 2013 09:49:20 +0000 (17:49 +0800)]
Fix last change

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Tue, 5 Nov 2013 09:45:06 +0000 (17:45 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoRemove dependency on 'head' in ggtags-make-project
Leo Liu [Tue, 5 Nov 2013 09:40:14 +0000 (17:40 +0800)]
Remove dependency on 'head' in ggtags-make-project

10 years agoRemove unused macro ggtags-with-ctags-maybe
Leo Liu [Tue, 5 Nov 2013 09:22:22 +0000 (17:22 +0800)]
Remove unused macro ggtags-with-ctags-maybe

10 years agoNew variable ggtags-global-treat-text
Leo Liu [Tue, 5 Nov 2013 08:45:33 +0000 (16:45 +0800)]
New variable ggtags-global-treat-text

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Tue, 5 Nov 2013 05:08:39 +0000 (13:08 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoDoc fix
Leo Liu [Tue, 5 Nov 2013 04:59:59 +0000 (12:59 +0800)]
Doc fix

10 years agoSet Global's environment variables on a per-project basis
Leo Liu [Tue, 5 Nov 2013 04:00:18 +0000 (12:00 +0800)]
Set Global's environment variables on a per-project basis

New command ggtags-save-project-settings.

10 years agoFix ggtags-find-tag-dwim
Leo Liu [Tue, 5 Nov 2013 02:15:00 +0000 (10:15 +0800)]
Fix ggtags-find-tag-dwim

which is broken by commit 08ec2a4b086bbd35e33ef40789cb49f4c3c9f184
"Build tag completion table using completion-table-dynamic"

10 years agoImprove the highlight tag at point feature
Leo Liu [Mon, 4 Nov 2013 18:04:01 +0000 (02:04 +0800)]
Improve the highlight tag at point feature

10 years agoNew variable ggtags-global-last-buffer
Leo Liu [Mon, 4 Nov 2013 13:41:33 +0000 (21:41 +0800)]
New variable ggtags-global-last-buffer

10 years agoHighlight current match in the pop-up window
Leo Liu [Mon, 4 Nov 2013 08:41:08 +0000 (16:41 +0800)]
Highlight current match in the pop-up window

10 years agoNew command ggtags-reload
Leo Liu [Mon, 4 Nov 2013 06:53:30 +0000 (14:53 +0800)]
New command ggtags-reload

10 years agoImprove mode line string in ggtags-navigation-mode
Leo Liu [Mon, 4 Nov 2013 02:55:45 +0000 (10:55 +0800)]
Improve mode line string in ggtags-navigation-mode

to display current match, total matches and exit status if non-zero.

10 years agoSmall improvement to ggtags-browse-file-as-hypertext
Leo Liu [Mon, 4 Nov 2013 00:30:04 +0000 (08:30 +0800)]
Small improvement to ggtags-browse-file-as-hypertext

10 years agoNew variable ggtags-highlight-tag-delay
Leo Liu [Sun, 3 Nov 2013 15:14:48 +0000 (23:14 +0800)]
New variable ggtags-highlight-tag-delay

A better way to custom-set property for ggtags-mode-prefix-key.

10 years agoRename ggtags-find-tag-resume to ggtags-find-tag-continue
Leo Liu [Sun, 3 Nov 2013 14:57:45 +0000 (22:57 +0800)]
Rename ggtags-find-tag-resume to ggtags-find-tag-continue

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Sun, 3 Nov 2013 05:00:40 +0000 (13:00 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoNew command ggtags-browse-file-as-hypertext
Leo Liu [Sun, 3 Nov 2013 04:56:37 +0000 (12:56 +0800)]
New command ggtags-browse-file-as-hypertext