[elpa] 02/02: Merge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-03-24 Thread Stefan Monnier
monnier pushed a commit to branch master in repository elpa. commit 63049cdbfb7d5764064293d1c24412b93918ec11 Merge: 1e5180b a8ef5cd Author: Stefan Monnier Date: Mon Mar 24 15:32:35 2014 -0400 Merge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa packages/ada-mode/README |7 +

[elpa] 04/06: company-etags-ignore-case: simplify docstring and type; mention in NEWS

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit 81db9b2059aa70827b2fd1eb07e6211bed402d2e Author: Dmitry Gutov Date: Mon Mar 24 08:42:22 2014 +0200 company-etags-ignore-case: simplify docstring and type; mention in NEWS --- NEWS.md |4 company-etags.el

[elpa] 03/06: Use company-dabbrev-code-ignore-case when finding candidates

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit 59009c70a71ed1fc3e665a3f1d9e846467dff6d3 Author: Ingo Lohmar Date: Sun Mar 23 11:46:19 2014 +0100 Use company-dabbrev-code-ignore-case when finding candidates --- company-dabbrev-code.el |2 +- 1 files changed, 1 inser

[elpa] branch master updated (63049cd -> e16c154)

2014-03-24 Thread Dmitry Gutov
dgutov pushed a change to branch master in repository elpa. from 63049cd Merge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new 9b5cad1 company-clang--build-location: try to be more careful with encoding new a221c4b New option company-etags-ignore-case new 5900

[elpa] 01/06: company-clang--build-location: try to be more careful with encoding

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit 9b5cad16b89a9ef22ab2ab206b5cb3cff560b619 Author: Dmitry Gutov Date: Fri Mar 21 06:47:30 2014 +0200 company-clang--build-location: try to be more careful with encoding http://lists.gnu.org/archive/html/emacs-devel/2

[elpa] 02/06: New option company-etags-ignore-case

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit a221c4b86ac05ed3a4da27aa4660243eb6b922eb Author: Ingo Lohmar Date: Sun Mar 23 11:25:59 2014 +0100 New option company-etags-ignore-case When t, find tags candidates case-insensitively --- company-etags.el | 11 ++

[elpa] 06/06: Merge commit '4a7995ff69b25990dc520ed9e466dfbcdb7eafc8' from company

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit e16c154cb0c1d7496f08f11d6032cc7a06d09d6d Merge: 63049cd 4a7995f Author: Dmitry Gutov Date: Tue Mar 25 06:46:01 2014 +0200 Merge commit '4a7995ff69b25990dc520ed9e466dfbcdb7eafc8' from company packages/company/NEWS.md

[elpa] 05/06: Release 0.7.3

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit 4a7995ff69b25990dc520ed9e466dfbcdb7eafc8 Author: Dmitry Gutov Date: Tue Mar 25 06:44:02 2014 +0200 Release 0.7.3 --- NEWS.md|2 +- company.el |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[elpa] 23/38: Simplify ggtags-save-to-register by always re-do the search

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 927bc05e970d844f577576f49e8b2bc5ce2d544a Author: Leo Liu Date: Tue Mar 18 15:21:31 2014 +0800 Simplify ggtags-save-to-register by always re-do the search Fix error in ggtags-global--display-buffer. --- ggtags.el |

[elpa] 31/38: Also record ggtags-process-environment in search history

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit dbff63ec96754063ab5f678fe399ff5dbc24f087 Author: Leo Liu Date: Fri Mar 21 12:48:31 2014 +0800 Also record ggtags-process-environment in search history --- ggtags.el | 40 +--- 1 files

[elpa] 22/38: New command ggtags-navigation-isearch-forward

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 17e01b9f95baae9c31b0638c22d966e42dacef9a Author: Leo Liu Date: Tue Mar 18 11:20:47 2014 +0800 New command ggtags-navigation-isearch-forward --- ggtags.el | 14 ++ 1 files changed, 14 insertions(+), 0 deletion

[elpa] 20/38: Teach ggtags-find-tag-dwim to detect #include files

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit e6f5b3801ec65cb94ae9ad19898e1a3fec191b83 Author: Leo Liu Date: Mon Mar 17 11:24:06 2014 +0800 Teach ggtags-find-tag-dwim to detect #include files New user variable ggtags-include-pattern. --- ggtags.el | 69

[elpa] 07/38: Fix some errors in ggtags-global-output

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 1702db56a16ec3b12665bb412714503f06a14dbe Author: Leo Liu Date: Wed Mar 5 11:56:18 2014 +0800 Fix some errors in ggtags-global-output --- ggtags.el | 25 + 1 files changed, 13 insertions(+), 12 del

[elpa] 14/38: Display project root directory name on mode-line

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 5e12575cd6856a929a3ca464eda13b44b0176e38 Author: Leo Liu Date: Fri Mar 7 14:49:51 2014 +0800 Display project root directory name on mode-line --- ggtags.el | 26 +- 1 files changed, 25 insertions(

[elpa] 09/38: Replace ignore-errors with condition-case-unless-debug

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 5fea7f111a010d05cc32ab43e569c4c17ff760a8 Author: Leo Liu Date: Thu Mar 6 11:47:02 2014 +0800 Replace ignore-errors with condition-case-unless-debug --- ggtags.el | 34 +- 1 files changed,

[elpa] 11/38: Make last change acutally work

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit fedbbf3debb56192295b0e372e298553cb0d45c8 Author: Leo Liu Date: Thu Mar 6 22:46:35 2014 +0800 Make last change acutally work --- ggtags.el |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ggtag

[elpa] 29/38: New feature ggtags-global-restore-search for #37

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit b9c58a2de8dbe3db5926d099b47defd8370952da Author: Leo Liu Date: Thu Mar 20 21:45:30 2014 +0800 New feature ggtags-global-restore-search for #37 --- ggtags.el | 112 ++

[elpa] branch master updated (0601efd -> f11199d)

2014-03-24 Thread Leo Liu
leoliu pushed a change to branch master in repository elpa. from 0601efd [gnugo int] Remove redundant game-over condition check. new 9ae7b47 New command ggtags-show-definition new 0dc9b57 Give ggtags-show-definition-function full information new a4ba72b Don't

[elpa] 06/38: Fix #34: New variable ggtags-global-always-update

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 70b1b7f95a313a975e35c83ab6c100ed262740cc Author: Leo Liu Date: Wed Mar 5 10:34:04 2014 +0800 Fix #34: New variable ggtags-global-always-update --- ggtags.el |9 - 1 files changed, 8 insertions(+), 1 deletions(-

[elpa] 34/38: Support search bookmarks as requested in #39

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 8b1709a8b29715a710180a70248abd983d15b97d Author: Leo Liu Date: Sat Mar 22 16:48:21 2014 +0800 Support search bookmarks as requested in #39 New variable ggtags-global-history-length. --- ggtags.el | 25 ++

[elpa] 17/38: Fix ggtags-with-current-project to include GTAGSCONF

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit e7c5371028912e07c37de2bf1c80c88bf51a1fea Author: Leo Liu Date: Wed Mar 12 17:48:43 2014 +0800 Fix ggtags-with-current-project to include GTAGSCONF --- ggtags.el | 13 +++-- 1 files changed, 11 insertions(+), 2 de

[elpa] 24/38: Fix thinko in "Don't display buffer if ggtags-navigation-mode is exited"

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 754f45e413415028ff92c0fc53312f1de92c7452 Author: Leo Liu Date: Wed Mar 19 10:18:35 2014 +0800 Fix thinko in "Don't display buffer if ggtags-navigation-mode is exited" of commit a4ba72b12124d125e49db217603c6542fbc98

[elpa] 08/38: Call ggtags-show-definition-function in the original buffer

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 22bca183cd838933690e7bc668886073036d63b9 Author: Leo Liu Date: Thu Mar 6 01:14:09 2014 +0800 Call ggtags-show-definition-function in the original buffer --- ggtags.el | 12 1 files changed, 8 insertions(+),

[elpa] 33/38: Disable ggtags-navigation-mode in ggtags-global-rerun-search

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 21b368599ce54687e60d89d4178cae946f9d45eb Author: Leo Liu Date: Fri Mar 21 18:11:06 2014 +0800 Disable ggtags-navigation-mode in ggtags-global-rerun-search --- ggtags.el |8 +--- 1 files changed, 5 insertions(+), 3

[elpa] 27/38: Cosmetic change: Fix indentation

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 6628680ef45b7ffa96d160d7f0ef5327141d7b2b Author: Leo Liu Date: Thu Mar 20 11:04:20 2014 +0800 Cosmetic change: Fix indentation --- ggtags.el | 42 +- 1 files changed, 21 insertions

[elpa] 02/38: Give ggtags-show-definition-function full information

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 0dc9b57935b1b018a89253bd0a3f42e65dbbbc46 Author: Leo Liu Date: Mon Mar 3 18:09:33 2014 +0800 Give ggtags-show-definition-function full information of the definition candidates. --- ggtags.el | 19 ++-

[elpa] 36/38: Doc fix: Update README.rst and doc-strings

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 2e94e1ed0fde92acc87ab720508dc379dd53f22a Author: Leo Liu Date: Sun Mar 23 18:27:11 2014 +0800 Doc fix: Update README.rst and doc-strings --- README.rst | 238 g

[elpa] 28/38: New helper ggtags-forward-to-line and use it

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 6057800f8e9d24b61fb7f507966fb3aca7cbf62b Author: Leo Liu Date: Thu Mar 20 12:29:52 2014 +0800 New helper ggtags-forward-to-line and use it Simplify ggtags-list-of-string-p with cl-every. --- ggtags.el | 23 +

[elpa] 37/38: Rename try-complete-ggtags-tag to ggtags-try-complete-tag

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 50fd757af3cec4588d35afb137a28b5f44a20d56 Author: Leo Liu Date: Mon Mar 24 16:38:04 2014 +0800 Rename try-complete-ggtags-tag to ggtags-try-complete-tag Update README.rst. --- README.rst | 17 + g

[elpa] 30/38: Polish last change

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 13db9d5f3f450231bbb2499205e7787d89909554 Author: Leo Liu Date: Fri Mar 21 10:57:19 2014 +0800 Polish last change - Replace 'restore' with 'rerun' which seems clearer. - Remember last position in ggtags-global-r

[elpa] 18/38: Fix #36: Allow customising path to global's exectuables

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 0f692b80e2265ab523b964a6b1601aae83600b2b Author: Leo Liu Date: Sat Mar 15 15:08:17 2014 +0800 Fix #36: Allow customising path to global's exectuables --- ggtags.el | 32 +--- 1 files changed,

[elpa] 03/38: Don't display buffer if ggtags-navigation-mode is exited

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit a4ba72b12124d125e49db217603c6542fbc98a5b Author: Leo Liu Date: Tue Mar 4 03:55:11 2014 +0800 Don't display buffer if ggtags-navigation-mode is exited or we will undo the work of ggtags-navigation-mode-done. --- gg

[elpa] 10/38: Automatically use GTAGSCONF file at project root

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 0a1b6710acf31021b7da34076dbff019a044641d Author: Leo Liu Date: Thu Mar 6 18:49:55 2014 +0800 Automatically use GTAGSCONF file at project root --- ggtags.el | 17 ++--- 1 files changed, 14 insertions(+), 3 del

[elpa] 32/38: Bind ggtags-save-to-register in ggtags-global-rerun-search-map

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit cd56d92bf2e0d679fb3a1ab6ba0ab484a85016d9 Author: Leo Liu Date: Fri Mar 21 12:57:26 2014 +0800 Bind ggtags-save-to-register in ggtags-global-rerun-search-map --- ggtags.el | 26 ++ 1 files changed,

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

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit f11199dbc2e6334efde4739df386ba8709151be4 Merge: 0601efd 50fd757 Author: Leo Liu Date: Mon Mar 24 17:28:32 2014 +0800 Merge branch 'master' of github.com:leoliu/ggtags packages/ggtags/README.rst | 255 ++--- packa

[elpa] 21/38: Add new command ggtags-save-to-register for #37

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 339ec1069bd42d029bfd8d922beff3ca47443158 Author: Leo Liu Date: Tue Mar 18 10:12:20 2014 +0800 Add new command ggtags-save-to-register for #37 --- ggtags.el | 51 --- 1 file

[elpa] 19/38: Use read-only-mode in ggtags-toggle-project-read-only

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 570c2ef78cca98fb9134765f1edd459fdeaf9d60 Author: Leo Liu Date: Mon Mar 17 10:36:23 2014 +0800 Use read-only-mode in ggtags-toggle-project-read-only --- ggtags.el |6 -- 1 files changed, 4 insertions(+), 2 deletions

[elpa] 26/38: New macro ignore-errors-unless-debug and use it

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 030251c21c0f0c76d0898bc83ae5d32ee17197ba Author: Leo Liu Date: Thu Mar 20 11:03:03 2014 +0800 New macro ignore-errors-unless-debug and use it --- ggtags.el | 39 ++- 1 files changed, 2

[elpa] 01/38: New command ggtags-show-definition

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 9ae7b47544887344bf2a6ca8b67ca10c31e5e348 Author: Leo Liu Date: Mon Mar 3 14:27:41 2014 +0800 New command ggtags-show-definition New function ggtags-global-output to handle global output. Rename ggtags-global-ne

[elpa] 05/38: Improve completion support for all tag types

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 51bd905f5169fea0cd757dccbe8f2a61feb28a5f Author: Leo Liu Date: Tue Mar 4 19:32:15 2014 +0800 Improve completion support for all tag types Make ggtags-read-tag more flexible and remove ggtags-read-string which i

[elpa] 35/38: Fix #40: New user variable ggtags-supress-navigation-keys

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit dd731f2e73dddfbd29ea710cbd4ecfc976d66f70 Author: Leo Liu Date: Sat Mar 22 18:19:59 2014 +0800 Fix #40: New user variable ggtags-supress-navigation-keys --- ggtags.el | 72 +

[elpa] 16/38: Fix ggtags-show-definition to run in current project

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 671601355a044b15a5004cba6dab670bd0c46818 Author: Leo Liu Date: Wed Mar 12 10:13:53 2014 +0800 Fix ggtags-show-definition to run in current project --- ggtags.el |9 + 1 files changed, 5 insertions(+), 4 deletio

[elpa] 15/38: Small fixes to last change

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 07a0e521aa49ac3acdd59bf9453b5e812cfe90fd Author: Leo Liu Date: Fri Mar 7 19:42:10 2014 +0800 Small fixes to last change --- ggtags.el | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) diff --

[elpa] 25/38: Fix ggtags-find-project to check on the GTAGS file

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 28e6316d31472d8329e1651aa5d553ad426026ca Author: Leo Liu Date: Thu Mar 20 08:58:52 2014 +0800 Fix ggtags-find-project to check on the GTAGS file Note: this is to reduce false positives in case-insensitive file

[elpa] 12/38: Fix compatibility for locate-dominating-file

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit e953417ce0f4d1ceb45da9ef708a8645d0e558d3 Author: Leo Liu Date: Fri Mar 7 11:21:20 2014 +0800 Fix compatibility for locate-dominating-file --- ggtags.el | 15 --- 1 files changed, 8 insertions(+), 7 deletions(

[elpa] 13/38: Require cl-lib and remove macro when-let

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit c352dc8ca641794c9eb7e5b2371ae25030012e9c Author: Leo Liu Date: Fri Mar 7 11:22:12 2014 +0800 Require cl-lib and remove macro when-let --- ggtags.el | 161 + 1 fi

[elpa] 04/38: Combine ggtags-global-column and tag name search

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit f1433826604516b6f759d37b0e8fd2d8aa29ce8e Author: Leo Liu Date: Tue Mar 4 09:13:48 2014 +0800 Combine ggtags-global-column and tag name search Cannot rely on ggtags-global-column entirely because the source text

[elpa] branch master updated (f11199d -> 4b9f836)

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from f11199d Merge branch 'master' of github.com:leoliu/ggtags new a3f73e1 [gnugo int] Use ‘pop’ more. new 4b9f836 [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now. The 2 revisions listed above as "new"

[elpa] 02/02: [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now.

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit 4b9f836c3cd8b0546ea725fbafbf395847f588f4 Author: Thien-Thi Nguyen Date: Mon Mar 24 12:09:16 2014 +0100 [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now. It's not so bad, after all. OTOH, hanging by the leaves

[elpa] 01/02: [gnugo int] Use ‘pop’ more.

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit a3f73e1496db437b69943338603ecff086d11fe1 Author: Thien-Thi Nguyen Date: Sun Mar 23 21:48:25 2014 +0100 [gnugo int] Use ‘pop’ more. * packages/gnugo/gnugo.el (gnugo-move-history next): ...here. --- packages/gnugo/gnug

[elpa] branch master updated (4b9f836 -> a8ef5cd)

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from 4b9f836 [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now. new a8ef5cd [gnugo int] Invert gametree IR to hang by the leaves. The 1 revisions listed above as "new" are entirely new to this repository and will b

[elpa] 01/01: [gnugo int] Invert gametree IR to hang by the leaves.

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit a8ef5cd71ae4074975bede6a8a74a3e2f9212d5e Author: Thien-Thi Nguyen Date: Mon Mar 24 13:47:41 2014 +0100 [gnugo int] Invert gametree IR to hang by the leaves. * packages/gnugo/gnugo.el (gnugo-put): Update :monkey doc.

[elpa] branch master updated (a8ef5cd -> 63049cd)

2014-03-24 Thread Stefan Monnier
monnier pushed a change to branch master in repository elpa. from a8ef5cd [gnugo int] Invert gametree IR to hang by the leaves. new 1e5180b Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el. new 63049cd Merge git+ssh://git.sv.gnu.org/srv/git/e

[elpa] 01/02: Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el.

2014-03-24 Thread Stefan Monnier
monnier pushed a commit to branch master in repository elpa. commit 1e5180b18bc8bab208c5d5b7911c91c19678288a Author: Stefan Monnier Date: Mon Mar 24 15:31:17 2014 -0400 Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el. * admin/archive-contents.el (batch-m