[elpa] master eec392d 08/11: Fix #163: Incorrect use of --nearness option

2018-07-25 Thread Leo Liu
branch: master commit eec392d2d639030c5a51bce8431f2815ad8e7bc5 Author: Leo Liu Commit: Leo Liu Fix #163: Incorrect use of --nearness option --- README.rst | 1 + ggtags.el | 17 +++-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst

[elpa] master 17a121a 10/11: Version 0.8.13

2018-07-25 Thread Leo Liu
branch: master commit 17a121af1b375a6a5c5acec52f2ffd2b9715d244 Author: Leo Liu Commit: Leo Liu Version 0.8.13 --- README.rst | 4 ++-- ggtags.el | 15 ++- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index c429657..41a377a 100644

[elpa] master 6293c43 06/11: Fix #156: handle tag names starting with `-'

2018-07-25 Thread Leo Liu
branch: master commit 6293c438a4a7aae08b8f5dd5fc0082d3da0aa530 Author: Leo Liu Commit: Leo Liu Fix #156: handle tag names starting with `-' --- README.rst | 7 +++ ggtags.el | 8 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst

[elpa] master bf263af 09/11: Use buffer-no-properties where applicable

2018-07-25 Thread Leo Liu
branch: master commit bf263afd377992f7c5d9e8f727bd381e74feb327 Author: Rudi Grinberg Commit: Leo Liu Use buffer-no-properties where applicable --- ggtags.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ggtags.el b/ggtags.el index 4a35ea9..d76e3b4 100644

[elpa] master 9d1ecf9 05/11: Consider `ggtags-sort-by-nearness` in `ggtags-show-definition`

2018-07-25 Thread Leo Liu
branch: master commit 9d1ecf961dd964cbe8ea183eac23572bb4f8f4ee Author: Robbert van der Helm Commit: Leo Liu Consider `ggtags-sort-by-nearness` in `ggtags-show-definition` `ggtags-show-definition` and `ggtags-find-definition` were showing different results as `ggtags-show

[elpa] master 25946d3 07/11: Implement #162: New variable ggtags-extra-args

2018-07-25 Thread Leo Liu
branch: master commit 25946d3cf174a32addd773ccee396982894c7d97 Author: Leo Liu Commit: Leo Liu Implement #162: New variable ggtags-extra-args --- README.rst | 1 + ggtags.el | 23 +++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.rst b

[elpa] master 543fa78 11/11: Merge branch 'master' of github.com:leoliu/ggtags

2018-07-25 Thread Leo Liu
branch: master commit 543fa78fa419f50ae51902c13f4f1532d97fd5fa Merge: 61bad71 17a121a Author: Leo Liu Commit: Leo Liu Merge branch 'master' of github.com:leoliu/ggtags --- packages/ggtags/README.rst | 9 + packages/ggtags/ggtag

[elpa] master c794894 03/11: Merge pull request #146 from garyo/master

2018-07-25 Thread Leo Liu
branch: master commit c7948943155eb712eb5aa1eeae8b50c8bb2eca13 Merge: 2149f3a e043ddd Author: Leo Liu Commit: GitHub Merge pull request #146 from garyo/master Strip CR as well as newline from subprocess output --- ggtags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[elpa] master updated (61bad71 -> 543fa78)

2018-07-25 Thread Leo Liu
leoliu pushed a change to branch master. from 61bad71 [el-search] Improve match faces new 2149f3a Ignore errors in ggtags-find-project even if debug-on-error new e043ddd Strip CR as well as newline from subprocess output new c794894 Merge pull request #146 f

[elpa] master 8579025 04/11: Remove delay-mode-hooks from ggtags-fontify-code

2018-07-25 Thread Leo Liu
branch: master commit 8579025b9b89c53221c6c608b92a85734ffb0116 Author: Leo Liu Commit: Leo Liu Remove delay-mode-hooks from ggtags-fontify-code which may interact badly with jit-lock-after-change causing eldoc to throw errors such as: eldoc error: (args-out-of-range 1 36

[elpa] master 2149f3a 01/11: Ignore errors in ggtags-find-project even if debug-on-error

2018-07-25 Thread Leo Liu
branch: master commit 2149f3a4a855ccebbe0c8832079a9f5d5d50909a Author: Leo Liu Commit: Leo Liu Ignore errors in ggtags-find-project even if debug-on-error See related issues #109, #112 and #135. --- ggtags.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

[elpa] master e043ddd 02/11: Strip CR as well as newline from subprocess output

2018-07-25 Thread Leo Liu
branch: master commit e043ddd0140830ebbc99a4b25ba685cb69059af5 Author: Gary Oberbrunner Commit: Gary Oberbrunner Strip CR as well as newline from subprocess output This is needed on Windows. --- ggtags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggtags.el

[elpa] master b4ee572 1/7: Fix #124: Fix lighter for ggtags-navigation-mode

2016-10-01 Thread Leo Liu
branch: master commit b4ee572a6b2e70d3db6ce11f73e6f87b73a13273 Author: Leo Liu Commit: Leo Liu Fix #124: Fix lighter for ggtags-navigation-mode --- README.rst |9 - ggtags.el | 11 --- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.rst b

[elpa] master 811f2e1 3/7: Fix #88 and #130: Adapt to changes in Emacs 25.1

2016-10-01 Thread Leo Liu
branch: master commit 811f2e182b958ab9fd377121dbdff239a935bcab Author: Leo Liu Commit: Leo Liu Fix #88 and #130: Adapt to changes in Emacs 25.1 --- README.rst | 16 +--- ggtags.el | 45 +++-- 2 files changed, 36 insertions(+), 25

[elpa] master updated (3d0eb58 -> 378f13a)

2016-10-01 Thread Leo Liu
leoliu pushed a change to branch master. from 3d0eb58 Adjust for NOAA server changes. new b4ee572 Fix #124: Fix lighter for ggtags-navigation-mode new c697c1d Fix #127: Improve ggtags-make-project in finding tag files new 811f2e1 Fix #88 and #130: Adapt to ch

[elpa] master 378f13a 7/7: Merge branch 'master' of github.com:leoliu/ggtags

2016-10-01 Thread Leo Liu
branch: master commit 378f13a8c9e02f10a68f32466893da3b01a4c5ec Merge: 3d0eb58 7a7ee76 Author: Leo Liu Commit: Leo Liu Merge branch 'master' of github.com:leoliu/ggtags --- packages/ggtags/README.rst | 36 +++ packages/ggtags/ggtags.

[elpa] master cf17576 4/7: Fix #89: Make sure compilation-auto-jump run before cleanup

2016-10-01 Thread Leo Liu
branch: master commit cf17576ef095af77e17e959b8289be3d0a878a5e Author: Leo Liu Commit: Leo Liu Fix #89: Make sure compilation-auto-jump run before cleanup --- ggtags.el | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/ggtags.el b/ggtags.el index

[elpa] master 08ed052 5/7: Apply changes from GNU ELPA

2016-10-01 Thread Leo Liu
branch: master commit 08ed0528163be72c6ce86a56b360cd945016dbaf Author: Leo Liu Commit: Leo Liu Apply changes from GNU ELPA See GNU ELPA commit f10533854f4c7bb54247a11981191bf37b70cb36 "Fix some quoting problems in doc strings". --- ggtags.el |2 +- 1 file

[elpa] master c697c1d 2/7: Fix #127: Improve ggtags-make-project in finding tag files

2016-10-01 Thread Leo Liu
branch: master commit c697c1d55a95daa5bbe214153c8bbc71ba5b9ba9 Author: Leo Liu Commit: Leo Liu Fix #127: Improve ggtags-make-project in finding tag files --- README.rst |4 +++- ggtags.el | 56 ++-- 2 files changed, 33 insertions

[elpa] master 7a7ee76 6/7: Doc fix

2016-10-01 Thread Leo Liu
branch: master commit 7a7ee76a8055531482927e6abf7e0ef676165dd2 Author: Leo Liu Commit: Leo Liu Doc fix --- README.rst | 15 --- ggtags.el | 14 +- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 1bb2010..2f5d982

[elpa] master db6041b 1/2: Work around bug http://debbugs.gnu.org/24149

2016-08-04 Thread Leo Liu
branch: master commit db6041b0413fdeefb1f1285e1d9c1039c10fbf04 Author: Leo Liu Commit: Leo Liu Work around bug http://debbugs.gnu.org/24149 which may leave many #:clear-transient-map's in pre-command-hook. --- temp-buffer-browse.el | 37 ---

[elpa] master bbc1edc 2/2: Merge branch 'master' of https://github.com/leoliu/temp-buffer-browse

2016-08-04 Thread Leo Liu
branch: master commit bbc1edcf377950ca6412fd25402ba1117a9af107 Merge: 56bf176 db6041b Author: Leo Liu Commit: Leo Liu Merge branch 'master' of https://github.com/leoliu/temp-buffer-browse --- packages/temp-buffer-browse/temp-buffer-browse.el | 37 + 1 file c

[elpa] master 7c56ded: Fix csv-mode to delete its own overlays only

2016-04-21 Thread Leo Liu
branch: master commit 7c56ded6f9c67c64d74829e97f1641ea1f7fda1c Author: Leo Liu Commit: Leo Liu Fix csv-mode to delete its own overlays only * csv-mode/csv-mode.el (csv--make-overlay, csv--delete-overlay): New functions. (csv-align-fields, csv-unalign-fields, csv

[elpa] master d4fb6d4 13/14: Doc fix

2015-12-14 Thread Leo Liu
branch: master commit d4fb6d40b71cad3fd5a2141b8456f27e2b2dc731 Author: Leo Liu Commit: Leo Liu Doc fix --- README.rst |6 ++ ggtags.el | 12 +--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index e8e90d5..eda0427 100644 --- a

[elpa] master 7e2a915 11/14: Merge pull request #117 from syohex/typo

2015-12-14 Thread Leo Liu
branch: master commit 7e2a9159d98ca921244486fabcc596fa263681db Merge: d30ae7d ec3c6bb Author: Leo Liu Commit: Leo Liu Merge pull request #117 from syohex/typo Correct misspellings --- README.rst |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst

[elpa] master 6153f5e 01/14: GNU Global 6.5 has renamed plugin-factory/README

2015-12-14 Thread Leo Liu
branch: master commit 6153f5e98662fe0e939014da68bc308c4a7c41aa Author: egarrulo Commit: Leo Liu GNU Global 6.5 has renamed plugin-factory/README --- README.rst |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 08640b4..34c51aa

[elpa] master 7937129 03/14: Merge pull request #107 from egarrulo/patch-1

2015-12-14 Thread Leo Liu
branch: master commit 793712920ffebe92b81e55a47923ef1286b47082 Merge: 6153f5e abeb3ef Author: Leo Liu Commit: Leo Liu Merge pull request #107 from egarrulo/patch-1 Copy `process-environment' --- ggtags.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --

[elpa] master ad3ae8d 07/14: Merge pull request #111 from kanru/patch-1

2015-12-14 Thread Leo Liu
branch: master commit ad3ae8d65e3669a113717f2aaeb69e1322eabcbd Merge: 2b8d33f f155c3c Author: Leo Liu Commit: Leo Liu Merge pull request #111 from kanru/patch-1 Avoid the jit-lock-mode to kick in when fontify code --- ggtags.el |1 + 1 files changed, 1 insertions(+), 0

[elpa] master d2a8892 12/14: Merge pull request #118 from syohex/update-url

2015-12-14 Thread Leo Liu
branch: master commit d2a88922591c2c0dc047e2aad9dc86364507c4da Merge: 7e2a915 0cc4a4a Author: Leo Liu Commit: Leo Liu Merge pull request #118 from syohex/update-url Update MELPA URL --- README.rst |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.rst

[elpa] master ec3c6bb 09/14: Correct misspellings

2015-12-14 Thread Leo Liu
branch: master commit ec3c6bb2ec6886cb48d51569df1f66dac72409e6 Author: Syohei YOSHIDA Commit: Syohei YOSHIDA Correct misspellings --- README.rst |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 13b4140..571d193 100644 --- a/README.rst

[elpa] master 2b8d33f 05/14: Handle invalid history match in ggtags-global-filter

2015-12-14 Thread Leo Liu
branch: master commit 2b8d33f3284c4af2011a9d30799cdb6be8fcf4f5 Author: Leo Liu Commit: Leo Liu Handle invalid history match in ggtags-global-filter by jumping to first error instead. For example when a history match is set on the second match of all matches and the

[elpa] master f155c3c 06/14: Avoid the jit-lock-mode to kick in when fontify code

2015-12-14 Thread Leo Liu
branch: master commit f155c3ca8e509547ba71b4a7f931216f7a3dac8d Author: Kan-Ru Chen Commit: Kan-Ru Chen Avoid the jit-lock-mode to kick in when fontify code To prevent jit-lock args-out-of-range error when (erase-buffer) later --- ggtags.el |1 + 1 files changed, 1 insertions(+)

[elpa] master updated (979b09b -> 77d6482)

2015-12-14 Thread Leo Liu
leoliu pushed a change to branch master. from 979b09b /transcribe/transcribe.el: Add some functions, fix bugs new 6153f5e GNU Global 6.5 has renamed plugin-factory/README new abeb3ef `process-environment` must be copied new 7937129 Merge pull request #107 fro

[elpa] master 0cc4a4a 10/14: Update MELPA URL

2015-12-14 Thread Leo Liu
branch: master commit 0cc4a4a56a4604151916c62a854b661b14876164 Author: Syohei YOSHIDA Commit: Syohei YOSHIDA Update MELPA URL --- README.rst |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.rst b/README.rst index 13b4140..fb7de91 100644 --- a/README.rst +++ b

[elpa] master abeb3ef 02/14: `process-environment` must be copied

2015-12-14 Thread Leo Liu
branch: master commit abeb3ef5e8f7262d9459a0e67d61851909a325d9 Author: egarrulo Commit: egarrulo `process-environment` must be copied `process-environment` must be copied to have a temporary binding, otherwise you will be modifying the original list. Or maybe `lexical-binding` cha

[elpa] master d30ae7d 08/14: For #116: Provide a way to disable highlighting tag at point

2015-12-14 Thread Leo Liu
branch: master commit d30ae7d1384f84f93b7eb605634b6ec701bd433f Author: Leo Liu Commit: Leo Liu For #116: Provide a way to disable highlighting tag at point --- README.rst | 10 ++ ggtags.el | 39 +++ 2 files changed, 37 insertions(+), 12

[elpa] master 5eeb0a1 04/14: Correctly set ggtags-global-start-marker

2015-12-14 Thread Leo Liu
branch: master commit 5eeb0a120601964a347af827e4e4d3c0170ba94e Author: Leo Liu Commit: Leo Liu Correctly set ggtags-global-start-marker --- ggtags.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ggtags.el b/ggtags.el index 2920dc6..09e3e63 100644 --- a

[elpa] master 77d6482 14/14: Merge branch 'master' of github.com:leoliu/ggtags

2015-12-14 Thread Leo Liu
branch: master commit 77d648214c46565de8c63087ee35d9ee319d7686 Merge: 979b09b d4fb6d4 Author: Leo Liu Commit: Leo Liu Merge branch 'master' of github.com:leoliu/ggtags --- packages/ggtags/README.rst | 23 packages/ggtags/ggtags.

[elpa] master be54382 4/4: Merge ack master from github.com:leoliu/ack-el

2015-09-12 Thread Leo Liu
branch: master commit be54382cca73c2a64f3bd2720a2332649541bbd5 Merge: b8a46cb 2fcbd1b Author: Leo Liu Commit: Leo Liu Merge ack master from github.com:leoliu/ack-el --- packages/ack/ack.el | 19 +++ packages/ack/pcmpl-ack.el | 39

[elpa] master 2fcbd1b 3/4: Customise compilation-finish-functions

2015-09-12 Thread Leo Liu
branch: master commit 2fcbd1b2667fcf860f6196e3c8112e4ddf8dc431 Author: Leo Liu Commit: Leo Liu Customise compilation-finish-functions --- ack.el |7 +-- pcmpl-ack.el |2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ack.el b/ack.el index c7094ba

[elpa] master a27a30e 2/4: Make ack return the compilation buffer

2015-09-12 Thread Leo Liu
branch: master commit a27a30e858187984f5331487ab71568deda262c3 Author: Leo Liu Commit: Leo Liu Make ack return the compilation buffer --- ack.el | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ack.el b/ack.el index 41b6d22..c7094ba 100644 --- a/ack.el

[elpa] master updated (b8a46cb -> be54382)

2015-09-12 Thread Leo Liu
leoliu pushed a change to branch master. from b8a46cb Add support to build packages from Emacs repo new 069315e Add shell completion support for the_silver_search new a27a30e Make ack return the compilation buffer new 2fcbd1b Customise compilation-finish-func

[elpa] master 069315e 1/4: Add shell completion support for the_silver_search

2015-09-12 Thread Leo Liu
branch: master commit 069315e8374472ffbbe00115a1850a988da1ae65 Author: Leo Liu Commit: Leo Liu Add shell completion support for the_silver_search --- pcmpl-ack.el | 37 - 1 files changed, 36 insertions(+), 1 deletions(-) diff --git a/pcmpl-ack.el b

[elpa] master 0ab817b: Fix column width calculation in cvs-mode.el

2015-07-08 Thread Leo Liu
branch: master commit 0ab817bc2278f0de2d2ee7cecb61e0d3a19ffe19 Author: Leo Liu Commit: Leo Liu Fix column width calculation in cvs-mode.el * csv-mode/cvs-mode.el (csv--column-widths, csv-align-fields): Fix column width calculation. --- packages/csv-mode/csv-mode.el | 13

[elpa] master c626959 2/6: For #85: New variable ggtags-update-on-save

2015-06-11 Thread Leo Liu
branch: master commit c6269595716ad979a0b71e8591bf3b2ebed86aff Author: Leo Liu Commit: Leo Liu For #85: New variable ggtags-update-on-save --- README.rst |5 + ggtags.el | 10 +- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/README.rst b/README.rst

[elpa] master updated (30984c4 -> 1d9cd5e)

2015-06-11 Thread Leo Liu
leoliu pushed a change to branch master. from 30984c4 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new b030ebf Avoid repeated file-error by eldoc due to missing global new c626959 For #85: New variable ggtags-update-on-save new d0b7f63

[elpa] master 9efd5f6 5/6: Doc fix

2015-06-11 Thread Leo Liu
branch: master commit 9efd5f6fa5fca7e13a1023b259f90a3cc86dfb27 Author: Leo Liu Commit: Leo Liu Doc fix --- README.rst |4 ++-- ggtags.el | 12 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 28a1cd0..08640b4 100644 --- a

[elpa] master 1d9cd5e 6/6: Merge branch 'master' of github.com:leoliu/ggtags

2015-06-11 Thread Leo Liu
branch: master commit 1d9cd5e3ac710dafea67fa8a86054b43317845b8 Merge: 30984c4 9efd5f6 Author: Leo Liu Commit: Leo Liu Merge branch 'master' of github.com:leoliu/ggtags --- packages/ggtags/README.rst | 13 packages/ggtags/ggtags.

[elpa] master b030ebf 1/6: Avoid repeated file-error by eldoc due to missing global

2015-06-11 Thread Leo Liu
branch: master commit b030ebf025a3a797052e85b766d710d8a3c2c544 Author: Leo Liu Commit: Leo Liu Avoid repeated file-error by eldoc due to missing global --- ggtags.el | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ggtags.el b/ggtags.el index d3973b2

[elpa] master 508e10c 4/6: Implement #99: New user option ggtags-sort-by-nearness

2015-06-11 Thread Leo Liu
branch: master commit 508e10c82a589801759a0b6ce19fac08b7b9b9e8 Author: Leo Liu Commit: Leo Liu Implement #99: New user option ggtags-sort-by-nearness --- README.rst |2 ++ ggtags.el | 31 +++ 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a

[elpa] master d0b7f63 3/6: New command ggtags-explain-tags

2015-06-11 Thread Leo Liu
branch: master commit d0b7f635941633dc71953a5e2d01dcffd4c63cfd Author: Leo Liu Commit: Leo Liu New command ggtags-explain-tags --- README.rst |6 ++ ggtags.el | 10 ++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/README.rst b/README.rst index c499e5f

[elpa] master d843bef: * csv-mode/cvs-mode.el (csv-set-comment-start): Handle nil.

2015-05-24 Thread Leo Liu
branch: master commit d843befa6d4b9970aa98f8844edfe9fa7995c2f2 Author: Leo Liu Commit: Leo Liu * csv-mode/cvs-mode.el (csv-set-comment-start): Handle nil. See also http://debbugs.gnu.org/20564. --- packages/csv-mode/csv-mode.el | 35 ++- 1 files

[elpa] master ab193a3 3/4: Fix #84: avoid double confirmation in ggtags-ensure-project

2015-01-16 Thread Leo Liu
branch: master commit ab193a3098e2a14435a54a0e5dd9a82e93b51cca Author: Leo Liu Commit: Leo Liu Fix #84: avoid double confirmation in ggtags-ensure-project --- README.rst |4 ++-- ggtags.el | 18 -- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a

[elpa] master 115194c 2/4: Hook ggtags-eldoc-function to eldoc-documentation-function

2015-01-16 Thread Leo Liu
branch: master commit 115194cc27dd578b986aaaf0dc390bb57e9838b2 Author: Leo Liu Commit: Leo Liu Hook ggtags-eldoc-function to eldoc-documentation-function --- README.rst |5 +++-- ggtags.el | 12 +++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.rst

[elpa] master updated (35ca64c -> a36054a)

2015-01-16 Thread Leo Liu
leoliu pushed a change to branch master. from 35ca64c * packages/company/test/clang-tests.el: Add copyright notice new 4ce9914 Teach ggtags-visit-project-root to visit past projects new 115194c Hook ggtags-eldoc-function to eldoc-documentation-function new ab1

[elpa] master 4ce9914 1/4: Teach ggtags-visit-project-root to visit past projects

2015-01-16 Thread Leo Liu
branch: master commit 4ce9914018f39a09406068c99e2306b0281479a3 Author: Leo Liu Commit: Leo Liu Teach ggtags-visit-project-root to visit past projects --- README.rst |5 + ggtags.el | 15 ++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.rst b

[elpa] master a36054a 4/4: Merge branch 'master' of github.com:leoliu/ggtags

2015-01-16 Thread Leo Liu
branch: master commit a36054a367ed83c09cc4e53f4674249ba4cb5bde Merge: 35ca64c ab193a3 Author: Leo Liu Commit: Leo Liu Merge branch 'master' of github.com:leoliu/ggtags --- packages/ggtags/README.rst | 10 +++- packages/ggtags/ggtags.

[elpa] master 88801ce 1/2: Check define-fringe-bitmap availability before use

2014-12-19 Thread Leo Liu
branch: master commit 88801cee1ac33e3ad8340e8a065dd811fe9bade4 Author: Leo Liu Commit: Leo Liu Check define-fringe-bitmap availability before use because it is not defined when emacs is compiled without GUI. --- temp-buffer-browse.el |5 +++-- 1 files changed, 3 insertions

[elpa] master cbfc00f 2/2: Merge branch 'master' of https://github.com/leoliu/temp-buffer-browse

2014-12-19 Thread Leo Liu
branch: master commit cbfc00ff00589aaf8155ef1b0c21e6a3cd0d2f40 Merge: 6bbcc1f 88801ce Author: Leo Liu Commit: Leo Liu Merge branch 'master' of https://github.com/leoliu/temp-buffer-browse --- packages/temp-buffer-browse/temp-buffer-browse.el |5 +++-- 1 files changed, 3

[elpa] master 72678a5 3/4: Doc fix and small tweak to ggtags-update-tags

2014-12-02 Thread Leo Liu
branch: master commit 72678a5b4c3ed2efc96d70fac8852e28f142a6f8 Author: Leo Liu Date: Wed Dec 3 10:03:53 2014 +0800 Doc fix and small tweak to ggtags-update-tags --- README.rst |4 ++-- ggtags.el | 15 +++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a

[elpa] master c97360a 1/4: Fix #79: Make ggtags-update-tags run in the background

2014-12-02 Thread Leo Liu
branch: master commit c97360a96702a497d46037180c7dd25656686a1e Author: Leo Liu Date: Thu Nov 13 14:31:09 2014 +0800 Fix #79: Make ggtags-update-tags run in the background Invoking `ggtags-update-tags' interactively now runs `global -u' in the background for larg

[elpa] master updated (5582ba8 -> b2eaef9)

2014-12-02 Thread Leo Liu
leoliu pushed a change to branch master. from 5582ba8 svg requires dom.el, and therefore Emacs 25 new c97360a Fix #79: Make ggtags-update-tags run in the background new 8c093c3 Fix combining process-file with ggtags-project-relative-file new 72678a5 Doc fix

[elpa] master b2eaef9 4/4: Merge branch 'master' of github.com:leoliu/ggtags

2014-12-02 Thread Leo Liu
branch: master commit b2eaef9414fd1815d2978de1f440a570c3977b35 Merge: 5582ba8 72678a5 Author: Leo Liu Date: Wed Dec 3 10:06:45 2014 +0800 Merge branch 'master' of github.com:leoliu/ggtags packages/ggtags/README.rst | 10 ++- packages/ggtags/ggtags.

[elpa] master 8c093c3 2/4: Fix combining process-file with ggtags-project-relative-file

2014-12-02 Thread Leo Liu
branch: master commit 8c093c3d4ba66170034e53a63356e6bf66a5bcf6 Author: Leo Liu Date: Sun Nov 30 15:32:33 2014 +0800 Fix combining process-file with ggtags-project-relative-file Without also binding default-directory the result of ggtags-project-relative-file may not make sense

[elpa] 07/07: Merge remote-tracking branch 'ggtags/master'

2014-11-09 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 4c7d97da50790da208f87ddc6ed8112abe130ea9 Merge: 6b24b57 6a62301 Author: Leo Liu Date: Mon Nov 10 12:25:40 2014 +0800 Merge remote-tracking branch 'ggtags/master' packages/ggtags/.gitignore |1 + packa

[elpa] branch master updated (6b24b57 -> 4c7d97d)

2014-11-09 Thread Leo Liu
leoliu pushed a change to branch master in repository elpa. from 6b24b57 * web-server: Don't use CL. new 24fdf7e For #70: New navigation command to move to start file new a8c5879 Add .gitignore file to ignore .elc files new bd47757 Merge pull request #73 from

[elpa] 01/07: For #70: New navigation command to move to start file

2014-11-09 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 24fdf7ecd721f117976f2310a2db02dea4e33d85 Author: Leo Liu Date: Thu Oct 2 10:36:27 2014 +0800 For #70: New navigation command to move to start file --- README.rst | 10 +- ggtags.el | 43

[elpa] 05/07: New variable ggtags-use-sqlite3 to enable sqlite3 storage

2014-11-09 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 25953afbad2129612f1c84c7a2ccba32a3b9a099 Author: Leo Liu Date: Sun Nov 9 11:02:08 2014 +0800 New variable ggtags-use-sqlite3 to enable sqlite3 storage --- README.rst |1 + ggtags.el | 44

[elpa] 03/07: Merge pull request #73 from gergelypolonkai/master

2014-11-09 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit bd4775740527527f44d834b5dcb20a00bbb5937c Merge: 24fdf7e a8c5879 Author: Leo Liu Date: Sat Oct 18 09:30:17 2014 +0800 Merge pull request #73 from gergelypolonkai/master Add .gitignore file to ignore .elc files

[elpa] 02/07: Add .gitignore file to ignore .elc files

2014-11-09 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit a8c5879af5db9e3a00d1a80dc9abf124d597d9df Author: Gergely Polonkai Date: Fri Oct 17 08:09:05 2014 +0200 Add .gitignore file to ignore .elc files --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) dif

[elpa] 04/07: Fix #77: Robustify ggtags-update-tags-single for remote files

2014-11-09 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit a1806f619c7556fdaace753af32ad130ad7265f9 Author: Leo Liu Date: Fri Nov 7 11:39:17 2014 +0800 Fix #77: Robustify ggtags-update-tags-single for remote files --- README.rst |2 +- ggtags.el |9 ++--- 2 files

[elpa] 06/07: Include NEWS for current release in header comments

2014-11-09 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 6a623010964264cd530ee8a1394a16f6599b192a Author: Leo Liu Date: Mon Nov 10 11:31:41 2014 +0800 Include NEWS for current release in header comments --- ggtags.el |7 +++ 1 files changed, 7 insertions(+), 0 deletions

[elpa] 01/02: * temp-buffer-browse: Fix load error when fringe not preloaded

2014-10-16 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 9b58521edb1ba1814573c11fd3e6b45010ffe24f Author: Leo Liu Date: Thu Oct 16 15:17:28 2014 +0800 * temp-buffer-browse: Fix load error when fringe not preloaded --- temp-buffer-browse.el | 10 ++ 1 files changed, 6

[elpa] branch master updated (8c4f2e8 -> b797438)

2014-10-16 Thread Leo Liu
leoliu pushed a change to branch master in repository elpa. from 8c4f2e8 * packages/ada-mode: Miscellaneous cleanups. new 9b58521 * temp-buffer-browse: Fix load error when fringe not preloaded new b797438 Merge branch 'master' of https://github.com/leoliu/temp-buffer

[elpa] 02/02: Merge branch 'master' of https://github.com/leoliu/temp-buffer-browse

2014-10-16 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit b7974385f6c7b5836e0fdb022ed22df55464a7ec Merge: 8c4f2e8 9b58521 Author: Leo Liu Date: Thu Oct 16 15:37:02 2014 +0800 Merge branch 'master' of https://github.com/leoliu/temp-buffer-browse packages/temp-buffer-b

[elpa] 06/06: Merge branch 'master' of github.com:leoliu/ggtags

2014-09-11 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 2ee393efc75af116d8679ea37f6f5176429695cc Merge: 59c5c32 e83bd66 Author: Leo Liu Date: Fri Sep 12 08:23:53 2014 +0800 Merge branch 'master' of github.com:leoliu/ggtags packages/ggtags/README.

[elpa] 04/06: Merge pull request #69 from jfeltz/patch-1

2014-09-11 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 593486401dc44110514e6c4822acb798397651ea Merge: d48aa3f 1a0c1ba Author: Leo Liu Date: Sun Sep 7 08:38:52 2014 +0800 Merge pull request #69 from jfeltz/patch-1 pygments plugin install instructions tweak

[elpa] branch master updated (59c5c32 -> 2ee393e)

2014-09-11 Thread Leo Liu
leoliu pushed a change to branch master in repository elpa. from 59c5c32 rainbow-mode: support float in CSS and limit to 100% new 6411b94 New function ggtags-fontify-code new d48aa3f Small fix to ggtags-include-pattern new 1a0c1ba pygments plugin install inst

[elpa] 03/06: pygments plugin install instructions tweak

2014-09-11 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 1a0c1ba88b812495f7424de39e84ed0d1c72e6d3 Author: John Feltz Date: Sat Sep 6 12:02:00 2014 -0600 pygments plugin install instructions tweak --- README.rst |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --g

[elpa] 01/06: New function ggtags-fontify-code

2014-09-11 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 6411b9472058b6524942930611b10698b8fcf136 Author: Leo Liu Date: Thu Aug 7 21:53:10 2014 +0800 New function ggtags-fontify-code --- README.rst | 11 +-- ggtags.el | 24 ++-- 2 files changed

[elpa] 05/06: Update doc for installing pygments plugin

2014-09-11 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit e83bd66e2bca26a5695914c413b5e76e871768db Author: Leo Liu Date: Fri Sep 12 08:05:48 2014 +0800 Update doc for installing pygments plugin --- README.rst | 48 1 files

[elpa] 02/06: Small fix to ggtags-include-pattern

2014-09-11 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit d48aa3fb04ebca21009b8aeff96b294f96b8f5c9 Author: Leo Liu Date: Wed Aug 13 11:36:05 2014 +0800 Small fix to ggtags-include-pattern --- ggtags.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[elpa] 07/14: Fix #65: Clear ggtags-project-root based on default-directory

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit e16006067babac5d88b778f5da4399dc60710abd Author: Leo Liu Date: Sat Jun 14 15:08:18 2014 +0800 Fix #65: Clear ggtags-project-root based on default-directory --- ggtags.el | 14 ++ 1 files changed, 6

[elpa] 02/14: Update doc strings and comments

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit c1840d4c197c491b1863c706436459467340e63f Author: Leo Liu Date: Fri May 9 16:02:17 2014 +0800 Update doc strings and comments --- README.rst |5 +++-- ggtags.el | 10 -- 2 files changed, 11 insertions(+), 4

[elpa] 10/14: Refactoring: Use a major mode for viewing search history

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 136ac628b6a85ee9582fb6a371e221cc6de418f2 Author: Leo Liu Date: Sun Jun 15 11:34:43 2014 +0800 Refactoring: Use a major mode for viewing search history Rename command ggtags-global-rerun-search to ggtags-view

[elpa] 06/14: Make ggtags-create-tags invalidate ggtags-project-root

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 20118520c0377155f5e47bb4f7ac7261fb84fac7 Author: Leo Liu Date: Sat Jun 14 12:16:22 2014 +0800 Make ggtags-create-tags invalidate ggtags-project-root So that buffers can see the new project root. --- ggtags.el

[elpa] branch master updated (76cd6eb -> 4e171a5)

2014-06-22 Thread Leo Liu
leoliu pushed a change to branch master in repository elpa. from 76cd6eb * packages/nlinum/nlinum.el (nlinum--face-height): New function. (nlinum--setup-window): Use it. new a7a3c81 Fix #54: New command ggtags-find-tag-mouse new c1840d4 Update doc strings and comments

[elpa] 03/14: Fix #56: Restore variable ggtags-completing-read-function

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 9182e3478b7b8376f266988b6f40513838f4c102 Author: Leo Liu Date: Thu May 15 11:16:07 2014 +0800 Fix #56: Restore variable ggtags-completing-read-function --- README.rst |4 +++- ggtags.el | 24

[elpa] 14/14: Merge branch 'master' of github.com:leoliu/ggtags

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 4e171a5b7e29031a2d40db14f05e7a945d8b08a5 Merge: 76cd6eb 823a5dc Author: Leo Liu Date: Sun Jun 22 17:39:19 2014 +0800 Merge branch 'master' of github.com:leoliu/ggtags packages/ggtags/README.rst | 43 +--

[elpa] 11/14: Fix #58: Search history can be manipulated with C-k and C-y

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit b42bf956931c1625b9acd54050549877409484aa Author: Leo Liu Date: Sun Jun 15 12:17:04 2014 +0800 Fix #58: Search history can be manipulated with C-k and C-y --- README.rst |1 + ggtags.el | 38

[elpa] 09/14: Fix #60: Declutter command and highlight tag in search history

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 63e557a6b0a0fd5da19ba3862e7d109fc78cc568 Author: Leo Liu Date: Sun Jun 15 10:16:03 2014 +0800 Fix #60: Declutter command and highlight tag in search history --- README.rst |4 ggtags.el | 32

[elpa] 01/14: Fix #54: New command ggtags-find-tag-mouse

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit a7a3c8102010ca9e945d2df5f29b4c88e6ce722f Author: Leo Liu Date: Wed May 7 10:35:58 2014 +0800 Fix #54: New command ggtags-find-tag-mouse --- README.rst |5 + ggtags.el | 12 +--- 2 files changed, 14

[elpa] 13/14: Fix ggtags-global-handle-exit to conditionally pop up window

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 823a5dc43ad31b463b314cff1afb284d581661e2 Author: Leo Liu Date: Sun Jun 22 17:34:59 2014 +0800 Fix ggtags-global-handle-exit to conditionally pop up window A regression introduced in commit

[elpa] 05/14: Fix #59: detect missing tag files and remove project cache

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 313a4c36932300518a4446cc68898cfbc7b49d50 Author: Leo Liu Date: Wed May 21 18:37:13 2014 +0800 Fix #59: detect missing tag files and remove project cache --- ggtags.el | 16 +++- 1 files changed, 15

[elpa] 08/14: Fix #64: Bind M-s s to ggtags-navigation-isearch-forward

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit b001d701c02e0502f06524056db7661f4e643e32 Author: Leo Liu Date: Sat Jun 14 15:36:42 2014 +0800 Fix #64: Bind M-s s to ggtags-navigation-isearch-forward Thanks to tuhdo for suggesting. --- ggtags.el |7

[elpa] 04/14: New command ggtags-find-definition for #57

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 7b196dd8982326438def26a2886cb3822c37d969 Author: Leo Liu Date: Fri May 16 12:03:45 2014 +0800 New command ggtags-find-definition for #57 --- README.rst | 16 +--- ggtags.el |7 ++- 2 files changed

[elpa] 12/14: Replace kill-buffer-and-window with ggtags-kill-window

2014-06-22 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit bea9f0231829438c3b68df47311adb53f62bdabc Author: Leo Liu Date: Sun Jun 15 20:52:39 2014 +0800 Replace kill-buffer-and-window with ggtags-kill-window because the former throws an error when the window is the only

[elpa] 01/07: Fix #48: Enhance ggtags-find-tag-dwim to handle new files

2014-05-05 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 1f2e97b967bf6e383c92d19c900af9c11ab74195 Author: Leo Liu Date: Mon Apr 14 22:57:28 2014 +0800 Fix #48: Enhance ggtags-find-tag-dwim to handle new files New functions ggtags-project-relative-file, ggtags-project

[elpa] 07/07: Merge branch 'master' of github.com:leoliu/ggtags

2014-05-05 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 2d2431cc6b6cce8dcdf4369e8c1efce9d90bb1a5 Merge: f53bd6e 01d5974 Author: Leo Liu Date: Tue May 6 14:33:56 2014 +0800 Merge branch 'master' of github.com:leoliu/ggtags packages/ggtags/README.rst | 10 ++- packa

[elpa] 05/07: Doc and indentation fix

2014-05-05 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit ae048d5dde75ccee315967f7b65f6942f864c1b7 Author: Leo Liu Date: Thu Apr 24 10:58:02 2014 +0800 Doc and indentation fix Fix indentation for cl-labels and ggtags-with-current-project. Fix FORMAT arg to with

  1   2   3   4   >