[elpa] 07/14: Implement feature #43: Jump to match from search history

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 5e0d32a10092cc940ae4c5ee902f038509f28116 Author: Leo Liu sdl@gmail.com Date: Fri Mar 28 18:22:54 2014 +0800 Implement feature #43: Jump to match from search history Rename ggtags-auto-jump-to-first-match to

[elpa] 13/14: Fix #44: New variable ggtags-enable-navigation-keys

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 6b7bb1ac734e9cc45fa301e4a9419c4c1fd95427 Author: Leo Liu sdl@gmail.com Date: Sun Mar 30 11:46:34 2014 +0800 Fix #44: New variable ggtags-enable-navigation-keys to control ggtags-navigation-map. Using

[elpa] branch master updated (b8924f8 - 3dc7169)

2014-03-30 Thread Leo Liu
leoliu pushed a change to branch master in repository elpa. from b8924f8 [gnugo int] Add abstraction: gnugo--move-prop new e132331 Enhance ggtags-view-tag-history to use next-/previous-error new c4f703a Fix #12: Remove ggtags-completing-read-function new

[elpa] 02/14: Fix #12: Remove ggtags-completing-read-function

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit c4f703ad106e2caf303adc615516b78862449bdf Author: Leo Liu sdl@gmail.com Date: Wed Mar 26 14:33:13 2014 +0800 Fix #12: Remove ggtags-completing-read-function Not needed and may get in the way. Fix typos. ---

[elpa] 04/14: Fix ggtags-try-complete-tag to use ggtags-bounds-of-tag-function

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit d2f293a458bedf2f856c67b2c8dd202ee2b648c5 Author: Leo Liu sdl@gmail.com Date: Thu Mar 27 07:46:13 2014 +0800 Fix ggtags-try-complete-tag to use ggtags-bounds-of-tag-function --- ggtags.el | 38

[elpa] 09/14: Use compilation-auto-jump in ggtags-global-filter

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit bace0b0ba21f80a9b4bf1b958b67571183d046f4 Author: Leo Liu sdl@gmail.com Date: Fri Mar 28 21:50:06 2014 +0800 Use compilation-auto-jump in ggtags-global-filter to correctly set point in that window. ---

[elpa] 10/14: Disable ggtags-navigation-mode at the right time

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 94d915a43841f0b47d71110973ed668e7f1d215f Author: Leo Liu sdl@gmail.com Date: Sat Mar 29 10:54:56 2014 +0800 Disable ggtags-navigation-mode at the right time Otherwise the *ggtags-global* buffer is not displayed

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

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 3dc7169f617fbaeac115e8089e470fc115ae444f Merge: b8924f8 6b7bb1a Author: Leo Liu sdl@gmail.com Date: Sun Mar 30 14:59:38 2014 +0800 Merge branch 'master' of github.com:leoliu/ggtags packages/ggtags/README.rst | 13

[elpa] 08/14: Fix warning: Making variable buffer-local while let-bound!

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 9cf2d44300096d1396214e06fdfec99d873d9e20 Author: Leo Liu sdl@gmail.com Date: Fri Mar 28 19:03:44 2014 +0800 Fix warning: Making variable buffer-local while let-bound! for ggtags-auto-jump-to-match-target.

[elpa] 05/14: Fix #42: Clear ggtags-project-root in non-file buffers

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit a0d7e04fc7f63e1c0eb14b819d804f941d6b6b2f Author: Leo Liu sdl@gmail.com Date: Thu Mar 27 17:11:14 2014 +0800 Fix #42: Clear ggtags-project-root in non-file buffers --- ggtags.el | 11 +++ 1 files changed, 11

[elpa] 06/14: New user variable ggtags-global-use-color

2014-03-30 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit aed41594a91342d104c82b924aa52eff9b24ff83 Author: Leo Liu sdl@gmail.com Date: Fri Mar 28 09:52:53 2014 +0800 New user variable ggtags-global-use-color --- ggtags.el | 24 +++- 1 files changed, 15