[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 index

[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 index 2f5d

[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-definit

[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/README.r

[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/ggtags.el | 92 --

[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(-) dif

[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/g

[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