[elpa] 01/01: Release 2.0.3.

2014-06-22 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 7074fb64c66fb84be9a1c8ee3abeb956da355fd9 Author: Mario Lang Date: Mon Jun 23 01:40:04 2014 +0200 Release 2.0.3. --- NEWS |8 chess.el |4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-)

[elpa] branch externals/chess updated (754fd7d -> 7074fb6)

2014-06-22 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 754fd7d Update chess.info and fix a minor misunderstanding in chess-display-update documentation. new 7074fb6 Release 2.0.3. The 1 revisions listed above as "new" are entirely new to this repository and w

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

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

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

[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 +-- packages/gg

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

[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 65aba1399e51e69185b1a

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

[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, 1

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