]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years agoMerge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Stefan Monnier [Mon, 24 Mar 2014 19:32:35 +0000 (15:32 -0400)]
Merge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years agoSubject: Fix up quoting of keywords. Remove leftover support for *-pkg.el.
Stefan Monnier [Mon, 24 Mar 2014 19:31:17 +0000 (15:31 -0400)]
Subject: Fix up quoting of keywords.  Remove leftover support for *-pkg.el.

* admin/archive-contents.el (batch-make-archive, archive--refresh-pkg-file):
Remove support for foo-pkg.el files.
(archive-prepare-packages): Signal an error for missing .changelog-witness.
(archive--alist-to-plist-args): Rename from archive--alist-to-plist,
quote elements.
(archive--plist-args-to-alist): Rename from archive--plist-to-alist,
unquote elements.

10 years ago[gnugo int] Invert gametree IR to hang by the leaves.
Thien-Thi Nguyen [Mon, 24 Mar 2014 12:47:41 +0000 (13:47 +0100)]
[gnugo int] Invert gametree IR to hang by the leaves.

* packages/gnugo/gnugo.el (gnugo-put): Update :monkey doc.
(gnugo-describe-internal-properties): Update :monkey transform.
(gnugo-move-history): Use :monkey MEM directly.
(gnugo-move-history finish): Don't use ‘next’ rv
as continuation condition; instead, use non-nil ‘mem’.
(gnugo-note): Use :monkey MEM directly; rework link wrangling.
(gnugo-read-sgf-file): Update :monkey init.
(gnugo-magic-undo): Rework link wrangling.
(gnugo-board-mode): Update :sgf-gametree and :monkey init.
(gnugo/sgf-root-node): Rewrite.
(gnugo/sgf-read-file morep): New internal func.
(gnugo/sgf-read-file seek): Use ‘morep’.
(gnugo/sgf-read-file TREE): Rewrite to hang by the leaves.
(gnugo/sgf-read-file): Iterate at collection level.
(gnugo/sgf-hang-from-root): New func.
(gnugo/sgf-write-file): Use ‘gnugo/sgf-hang-from-root’.

10 years ago[gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now.
Thien-Thi Nguyen [Mon, 24 Mar 2014 11:09:16 +0000 (12:09 +0100)]
[gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now.

It's not so bad, after all.  OTOH, hanging by the leaves is better.

* packages/gnugo/gnugo.el (gnugo/sgf-read-file TREE): Use ‘nconc’.
(gnugo/sgf-write-file >>tree): Use ‘dolist’.

10 years ago[gnugo int] Use ‘pop’ more.
Thien-Thi Nguyen [Sun, 23 Mar 2014 20:48:25 +0000 (21:48 +0100)]
[gnugo int] Use ‘pop’ more.

* packages/gnugo/gnugo.el (gnugo-move-history next): ...here.

10 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Mon, 24 Mar 2014 09:28:32 +0000 (17:28 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

10 years agoRename try-complete-ggtags-tag to ggtags-try-complete-tag
Leo Liu [Mon, 24 Mar 2014 08:38:04 +0000 (16:38 +0800)]
Rename try-complete-ggtags-tag to ggtags-try-complete-tag

Update README.rst.

10 years agoDoc fix: Update README.rst and doc-strings
Leo Liu [Sun, 23 Mar 2014 10:27:11 +0000 (18:27 +0800)]
Doc fix: Update README.rst and doc-strings

10 years ago[gnugo int] Remove redundant game-over condition check.
Thien-Thi Nguyen [Sun, 23 Mar 2014 12:32:32 +0000 (13:32 +0100)]
[gnugo int] Remove redundant game-over condition check.

* packages/gnugo/gnugo.el (gnugo-read-sgf-file): ...here.

10 years agoFix #40: New user variable ggtags-supress-navigation-keys
Leo Liu [Sat, 22 Mar 2014 10:19:59 +0000 (18:19 +0800)]
Fix #40: New user variable ggtags-supress-navigation-keys

10 years agoSupport search bookmarks as requested in #39
Leo Liu [Sat, 22 Mar 2014 08:48:21 +0000 (16:48 +0800)]
Support search bookmarks as requested in #39

New variable ggtags-global-history-length.

10 years ago[gnugo sgf] Normalize PASS internal rep on read, as "".
Thien-Thi Nguyen [Fri, 21 Mar 2014 11:02:58 +0000 (12:02 +0100)]
[gnugo sgf] Normalize PASS internal rep on read, as "".

* packages/gnugo/gnugo.el
(gnugo-move-history as-pos): Expect "" for PASS.
(gnugo-note mog): Produce "" for PASS.
(gnugo-read-sgf-file): Don't normalize PASS to "tt".
(gnugo/sgf-read-file): Keep track of SZ property.
(gnugo/sgf-read-file one): For ‘stone’, ‘point’ and ‘move’
types, substitute "tt" with "" if we know ‘SZ’ and it's <= 19.
(gnugo/sgf-read-file NODE): Save SZ property value if found.

10 years agoDisable ggtags-navigation-mode in ggtags-global-rerun-search
Leo Liu [Fri, 21 Mar 2014 10:11:06 +0000 (18:11 +0800)]
Disable ggtags-navigation-mode in ggtags-global-rerun-search

10 years agoBind ggtags-save-to-register in ggtags-global-rerun-search-map
Leo Liu [Fri, 21 Mar 2014 04:57:26 +0000 (12:57 +0800)]
Bind ggtags-save-to-register in ggtags-global-rerun-search-map

10 years agoAlso record ggtags-process-environment in search history
Leo Liu [Fri, 21 Mar 2014 04:48:31 +0000 (12:48 +0800)]
Also record ggtags-process-environment in search history

10 years agoPolish last change
Leo Liu [Fri, 21 Mar 2014 02:57:19 +0000 (10:57 +0800)]
Polish last change

- Replace 'restore' with 'rerun' which seems clearer.
- Remember last position in ggtags-global-rerun-search and kill the
  search buffer on quit or done.
- Make sure ggtags-global-search-history is ordered by access time.

10 years ago[gnugo int] Add abstraction: gnugo--nodep
Thien-Thi Nguyen [Thu, 20 Mar 2014 14:34:25 +0000 (15:34 +0100)]
[gnugo int] Add abstraction: gnugo--nodep

* packages/gnugo/gnugo.el (gnugo--nodep): New defsubst.
(gnugo-read-sgf-file, gnugo/sgf-write-file): Use it.

10 years ago[gnugo] Fix bug: On load, follow mainline through subtrees.
Thien-Thi Nguyen [Thu, 20 Mar 2014 14:29:35 +0000 (15:29 +0100)]
[gnugo] Fix bug: On load, follow mainline through subtrees.

* packages/gnugo/gnugo.el (gnugo-read-sgf-file):
For move count loop, don't stop at first subtree;
instead, recognize its non-nodeness and recurse into it.

10 years agoNew feature ggtags-global-restore-search for #37
Leo Liu [Thu, 20 Mar 2014 13:45:30 +0000 (21:45 +0800)]
New feature ggtags-global-restore-search for #37

10 years agoNew helper ggtags-forward-to-line and use it
Leo Liu [Thu, 20 Mar 2014 04:29:52 +0000 (12:29 +0800)]
New helper ggtags-forward-to-line and use it

Simplify ggtags-list-of-string-p with cl-every.

10 years agoCosmetic change: Fix indentation
Leo Liu [Thu, 20 Mar 2014 03:04:20 +0000 (11:04 +0800)]
Cosmetic change: Fix indentation

10 years agoNew macro ignore-errors-unless-debug and use it
Leo Liu [Thu, 20 Mar 2014 03:03:03 +0000 (11:03 +0800)]
New macro ignore-errors-unless-debug and use it

10 years agoFix ggtags-find-project to check on the GTAGS file
Leo Liu [Thu, 20 Mar 2014 00:58:52 +0000 (08:58 +0800)]
Fix ggtags-find-project to check on the GTAGS file

Note: this is to reduce false positives in case-insensitive file
systems.

Improve ggtags-include-pattern to strip leading ../ in path.

10 years ago[gnugo maint] NEWS futzing; nfc.
Thien-Thi Nguyen [Wed, 19 Mar 2014 14:59:00 +0000 (15:59 +0100)]
[gnugo maint] NEWS futzing; nfc.

10 years ago[gnugo] Fix bug: Don't misuse SGF prop ‘:EV’ for "resign" state.
Thien-Thi Nguyen [Wed, 19 Mar 2014 14:31:57 +0000 (15:31 +0100)]
[gnugo] Fix bug: Don't misuse SGF prop ‘:EV’ for "resign" state.

* packages/gnugo/gnugo.el (gnugo-push-move): ...here.
(gnugo-display-final-score): Detect resignation
via ‘gnugo-move-history’; use ‘:last-mover’ directly.

10 years ago[gnugo] Fix bug: Don't bother translating move "resign".
Thien-Thi Nguyen [Wed, 19 Mar 2014 14:01:44 +0000 (15:01 +0100)]
[gnugo] Fix bug: Don't bother translating move "resign".

* packages/gnugo/gnugo.el
(gnugo-move-history as-pos-maybe): New internal func.
(gnugo-move-history next): Use ‘as-pos-maybe’.

10 years ago[gnugo int] Add abstraction: gnugo--passp
Thien-Thi Nguyen [Wed, 19 Mar 2014 08:34:57 +0000 (09:34 +0100)]
[gnugo int] Add abstraction: gnugo--passp

* packages/gnugo/gnugo.el (gnugo--passp): New defsubst.
(gnugo-note, gnugo-push-move, gnugo-magic-undo): Use it.

10 years ago[gnugo int] Use ‘loop’ instead of ‘mapc’ + ‘apply’.
Thien-Thi Nguyen [Wed, 19 Mar 2014 08:17:11 +0000 (09:17 +0100)]
[gnugo int] Use ‘loop’ instead of ‘mapc’ + ‘apply’.

* packages/gnugo/gnugo.el (gnugo-board-mode): ...here.

10 years ago[gnugo int] Add abstraction: gnugo--blackp
Thien-Thi Nguyen [Wed, 19 Mar 2014 08:03:52 +0000 (09:03 +0100)]
[gnugo int] Add abstraction: gnugo--blackp

* packages/gnugo/gnugo.el (gnugo--blackp): New defsubst.
(gnugo-other, gnugo-push-move, gnugo-refresh)
(gnugo-magic-undo, gnugo-display-final-score, gnugo): Use it.

10 years ago[gnugo int] Decruft: Infer MOVEP from PROPERTY.
Thien-Thi Nguyen [Wed, 19 Mar 2014 07:59:18 +0000 (08:59 +0100)]
[gnugo int] Decruft: Infer MOVEP from PROPERTY.

* packages/gnugo/gnugo.el (gnugo-note):
Don't take optional arg MOVEP; instead, infer that
the operation is a move if PROPERTY is ‘:B’ or ‘:W’.
(gnugo-push-move): Update call to ‘gnugo-note’.

10 years agoMerge commit 'fec7c0b4a8651160c5d759cc6703b2c45852d5bb'
Dmitry Gutov [Wed, 19 Mar 2014 03:29:43 +0000 (05:29 +0200)]
Merge commit 'fec7c0b4a8651160c5d759cc6703b2c45852d5bb'

10 years agoRelease 0.7.2
Dmitry Gutov [Wed, 19 Mar 2014 03:27:33 +0000 (05:27 +0200)]
Release 0.7.2

Officially drop support for Emacs 22, it was broken in the last point release
anyway.

10 years agoFix thinko in "Don't display buffer if ggtags-navigation-mode is exited"
Leo Liu [Wed, 19 Mar 2014 02:18:35 +0000 (10:18 +0800)]
Fix thinko in "Don't display buffer if ggtags-navigation-mode is exited"

of commit a4ba72b12124d125e49db217603c6542fbc98a5b.

Fix ggtags-handle-single-match not to display the window if
interrupted.

10 years ago[gnugo int] Use ‘setq’ less.
Thien-Thi Nguyen [Tue, 18 Mar 2014 19:51:09 +0000 (20:51 +0100)]
[gnugo int] Use ‘setq’ less.

* packages/gnugo/gnugo.el (gnugo-move-history): ...here.

10 years ago[gnugo int] Use ‘incf’ more.
Thien-Thi Nguyen [Tue, 18 Mar 2014 17:44:03 +0000 (18:44 +0100)]
[gnugo int] Use ‘incf’ more.

* packages/gnugo/gnugo.el (gnugo-note, gnugo-refresh): ...here.

10 years agocompany-clang: handle multibyte chars between bol and point
Dmitry Gutov [Tue, 18 Mar 2014 13:44:36 +0000 (15:44 +0200)]
company-clang: handle multibyte chars between bol and point

Thanks @Sarcasm!

10 years ago[gnugo int] Add abstractions: gnugo{--root-node,/sgf-root-node}
Thien-Thi Nguyen [Tue, 18 Mar 2014 13:19:07 +0000 (14:19 +0100)]
[gnugo int] Add abstractions: gnugo{--root-node,/sgf-root-node}

* packages/gnugo/gnugo.el (gnugo--root-node): New func.
(gnugo--root-prop): Rename from ‘gnugo-treeroot’;
take optional arg TREE; default to :sgf-gametree if not specified.
(gnugo--set-root-prop, gnugo--unclose-game): Use ‘gnugo--root-node’.
(gnugo-read-sgf-file): Use ‘gnugo--root-prop’, specifying TREE.
(gnugo-display-final-score, gnugo): Use ‘gnugo--root-prop’.
(gnugo/sgf-root-node): New func.

10 years ago[gnugo int] Use ‘gnugo-treeroot’ more.
Thien-Thi Nguyen [Tue, 18 Mar 2014 11:16:12 +0000 (12:16 +0100)]
[gnugo int] Use ‘gnugo-treeroot’ more.

* packages/gnugo/gnugo.el (gnugo-read-sgf-file): ...here.

10 years ago[gnugo] Handle ‘(gnugo-move-history 'two)’.
Thien-Thi Nguyen [Tue, 18 Mar 2014 11:01:10 +0000 (12:01 +0100)]
[gnugo] Handle ‘(gnugo-move-history 'two)’.

* packages/gnugo/gnugo.el (gnugo-move-history):
If RSEL is ‘two’, return the last two moves as a list.
(gnugo-read-sgf-file): Use ‘gnugo-move-history’.

10 years ago[gnugo int] Add abstraction: nn
Thien-Thi Nguyen [Tue, 18 Mar 2014 10:52:25 +0000 (11:52 +0100)]
[gnugo int] Add abstraction: nn

* packages/gnugo/gnugo.el (gnugo-move-history nn): New internal func.

10 years ago[gnugo int] Use ‘loop’ instead of ‘dolist’ + ‘destructuring-bind’.
Thien-Thi Nguyen [Tue, 18 Mar 2014 10:46:44 +0000 (11:46 +0100)]
[gnugo int] Use ‘loop’ instead of ‘dolist’ + ‘destructuring-bind’.

See: <http://lists.gnu.org/archive/html/help-gnu-emacs/2014-03/msg00312.html>.

* packages/gnugo/gnugo.el (gnugo-board-mode): ...here.

10 years ago[gnugo int] Use ‘setq’ less.
Thien-Thi Nguyen [Tue, 18 Mar 2014 10:26:21 +0000 (11:26 +0100)]
[gnugo int] Use ‘setq’ less.

* packages/gnugo/gnugo.el (gnugo-board-mode): ...here.

10 years ago[gnugo int] Add abstraction: gnugo--set-root-prop
Thien-Thi Nguyen [Tue, 18 Mar 2014 09:14:00 +0000 (10:14 +0100)]
[gnugo int] Add abstraction: gnugo--set-root-prop

* packages/gnugo/gnugo.el (gnugo--set-root-prop): New func.
(gnugo-display-final-score, gnugo/sgf-write-file): Use it.

10 years ago[gnugo int] Cache gametree prop ‘:SZ’ as gnugo prop ‘:SZ’.
Thien-Thi Nguyen [Fri, 14 Mar 2014 10:11:36 +0000 (11:11 +0100)]
[gnugo int] Cache gametree prop ‘:SZ’ as gnugo prop ‘:SZ’.

* packages/gnugo/gnugo.el (gnugo-goto-pos)
(gnugo-propertize-board-buffer, gnugo-move-history)
(gnugo-note, gnugo-refresh, gnugo): Get board
size via ‘gnugo-get’ instead of ‘gnugo-treeroot’.
(gnugo--SZ!): New defsubst.
(gnugo-read-sgf-file, gnugo-board-mode)
(:gnugo-gtp-command-spec boardsize): Use ‘gnugo--SZ!’.

10 years agoFix #80
Dmitry Gutov [Tue, 18 Mar 2014 07:50:06 +0000 (09:50 +0200)]
Fix #80

10 years agoSimplify ggtags-save-to-register by always re-do the search
Leo Liu [Tue, 18 Mar 2014 07:21:31 +0000 (15:21 +0800)]
Simplify ggtags-save-to-register by always re-do the search

Fix error in ggtags-global--display-buffer.

10 years agoMerge commit '7be4321260f0c73ef4c3cadc646f6bb496650253' from company
Dmitry Gutov [Tue, 18 Mar 2014 05:18:11 +0000 (07:18 +0200)]
Merge commit '7be4321260f0c73ef4c3cadc646f6bb496650253' from company

10 years agoRelease 0.7.1
Dmitry Gutov [Tue, 18 Mar 2014 05:16:02 +0000 (07:16 +0200)]
Release 0.7.1

10 years agoNew command ggtags-navigation-isearch-forward
Leo Liu [Tue, 18 Mar 2014 03:20:47 +0000 (11:20 +0800)]
New command ggtags-navigation-isearch-forward

10 years agoAdd new command ggtags-save-to-register for #37
Leo Liu [Tue, 18 Mar 2014 02:12:20 +0000 (10:12 +0800)]
Add new command ggtags-save-to-register for #37

10 years agoRemove leftover debug statement
Dmitry Gutov [Tue, 18 Mar 2014 01:17:15 +0000 (03:17 +0200)]
Remove leftover debug statement

10 years agocompany-semantic: don't try to fetch doc for tag without buffer
Dmitry Gutov [Mon, 17 Mar 2014 19:17:36 +0000 (21:17 +0200)]
company-semantic: don't try to fetch doc for tag without buffer

Fixes #74

10 years agoTeach ggtags-find-tag-dwim to detect #include files
Leo Liu [Mon, 17 Mar 2014 03:24:06 +0000 (11:24 +0800)]
Teach ggtags-find-tag-dwim to detect #include files

New user variable ggtags-include-pattern.

10 years agoUse read-only-mode in ggtags-toggle-project-read-only
Leo Liu [Mon, 17 Mar 2014 02:36:23 +0000 (10:36 +0800)]
Use read-only-mode in ggtags-toggle-project-read-only

10 years agocompany-semantic--current-tags: make buffer-local
Dmitry Gutov [Sun, 16 Mar 2014 05:01:30 +0000 (07:01 +0200)]
company-semantic--current-tags: make buffer-local

10 years agoSupport the keyword :with
Dmitry Gutov [Sun, 16 Mar 2014 03:57:56 +0000 (05:57 +0200)]
Support the keyword :with

Closes #79

10 years agocompany-keywords-alist: add missing question mark
Dmitry Gutov [Sun, 16 Mar 2014 03:20:37 +0000 (05:20 +0200)]
company-keywords-alist: add missing question mark

10 years agocompany-yasnippet: autoload, to make it easy to use separately
Dmitry Gutov [Sun, 16 Mar 2014 03:11:17 +0000 (05:11 +0200)]
company-yasnippet: autoload, to make it easy to use separately

10 years agoFix #36: Allow customising path to global's exectuables
Leo Liu [Sat, 15 Mar 2014 07:08:17 +0000 (15:08 +0800)]
Fix #36: Allow customising path to global's exectuables

10 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa
Stephen Leake [Fri, 14 Mar 2014 23:08:55 +0000 (18:08 -0500)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

10 years ago* packages/ada-mode: version 5.1.1: fix wisi packaging bug, add -a in gnat-find
Stephen Leake [Fri, 14 Mar 2014 22:57:27 +0000 (17:57 -0500)]
* packages/ada-mode: version 5.1.1: fix wisi packaging bug, add -a in gnat-find

* packages/wisi/wisi.el: bump version to reflect change.

10 years ago[gnugo int] Use ‘following-char’ instead of ‘char-after’.
Thien-Thi Nguyen [Fri, 14 Mar 2014 08:54:59 +0000 (09:54 +0100)]
[gnugo int] Use ‘following-char’ instead of ‘char-after’.

* packages/gnugo/gnugo.el (gnugo-animate-group
(gnugo-magic-undo, gnugo/sgf-read-file): ...here.

10 years ago[gnugo sgf] Fix bug: Output subtrees correctly.
Thien-Thi Nguyen [Fri, 14 Mar 2014 08:05:22 +0000 (09:05 +0100)]
[gnugo sgf] Fix bug: Output subtrees correctly.

Long-standing -- from inception -- omission.

* packages/gnugo/gnugo.el (gnugo/sgf-write-file >>tree):
Don't assume all elements of a tree are nodes; instead,
handle nodes as before, and recurse on trailing subtree elems.

10 years ago[gnugo sgf int] Add abstractions: seek, seek-into
Thien-Thi Nguyen [Fri, 14 Mar 2014 07:55:02 +0000 (08:55 +0100)]
[gnugo sgf int] Add abstractions: seek, seek-into

* packages/gnugo/gnugo.el (gnugo/sgf-read-file):
...here, as internal funcs via ‘cl-labels’.
(gnugo/sgf-read-file NODE): Rewrite.
(gnugo/sgf-read-file TREE): Likewise, w/ arg LEV.
(gnugo/sgf-read-file): Call ‘TREE’ once, w/ LEV 0.

10 years agofixup! [gnugo sgf] Move gratuitous newline from after to before (sub)trees.
Thien-Thi Nguyen [Fri, 14 Mar 2014 07:49:00 +0000 (08:49 +0100)]
fixup! [gnugo sgf] Move gratuitous newline from after to before (sub)trees.

10 years ago[gnugo sgf] Move gratuitous newline from after to before (sub)trees.
Thien-Thi Nguyen [Fri, 14 Mar 2014 07:44:20 +0000 (08:44 +0100)]
[gnugo sgf] Move gratuitous newline from after to before (sub)trees.

* packages/gnugo/gnugo.el (gnugo/sgf-write-file >>tree):
At the start, insert a newline if not at bol;
at the end, don't insert a newline.
(gnugo/sgf-write-file): Insert a newline at EOF.

10 years ago[gnugo sgf int] Add abstractions: >>prop, >>node, >>tree
Thien-Thi Nguyen [Fri, 14 Mar 2014 07:11:15 +0000 (08:11 +0100)]
[gnugo sgf int] Add abstractions: >>prop, >>node, >>tree

* packages/gnugo/gnugo.el (gnugo/sgf-write-file):
...here, as internal funcs via ‘cl-labels’.

10 years agoDefine company-version
Dmitry Gutov [Fri, 14 Mar 2014 00:30:42 +0000 (02:30 +0200)]
Define company-version

Closes #77

10 years agocompany-sort-by-occurrence: do stable sorting
Dmitry Gutov [Thu, 13 Mar 2014 17:49:40 +0000 (19:49 +0200)]
company-sort-by-occurrence: do stable sorting

10 years agocompany-init-backend: don't try to initialize lambdas
Dmitry Gutov [Thu, 13 Mar 2014 17:07:08 +0000 (19:07 +0200)]
company-init-backend: don't try to initialize lambdas

10 years ago[gnugo] Fix bug: Handle property value type ‘none’ normally.
Thien-Thi Nguyen [Thu, 13 Mar 2014 16:09:17 +0000 (17:09 +0100)]
[gnugo] Fix bug: Handle property value type ‘none’ normally.

* packages/gnugo/gnugo.el (gnugo/sgf-read-file one):
No longer special case property value type ‘none’;
instead, read the supplied value and discard it,
saving instead a hardcoded empty string, i.e., "".

10 years ago[gnugo int] Rename arg from SWITCH to ME-NEXT.
Thien-Thi Nguyen [Tue, 11 Mar 2014 04:51:44 +0000 (05:51 +0100)]
[gnugo int] Rename arg from SWITCH to ME-NEXT.

* packages/gnugo/gnugo.el (gnugo-undo-one-move): ...here.

10 years agorelease ada-mode 5.1.0, wisi 1.0.1
Stephen Leake [Thu, 13 Mar 2014 13:58:47 +0000 (08:58 -0500)]
release ada-mode 5.1.0, wisi 1.0.1

* packages/ada-mode/*: ada-mode 5.1.0

* packages/wisi/wisi-parse.el: wisi 1.0.1
* packages/wisi/wisi.el: "

10 years agoFix ggtags-with-current-project to include GTAGSCONF
Leo Liu [Wed, 12 Mar 2014 09:48:43 +0000 (17:48 +0800)]
Fix ggtags-with-current-project to include GTAGSCONF

10 years agoFix ggtags-show-definition to run in current project
Leo Liu [Wed, 12 Mar 2014 02:13:53 +0000 (10:13 +0800)]
Fix ggtags-show-definition to run in current project

10 years agoUpdate Minimap to version 1.2.
David Engster [Tue, 11 Mar 2014 22:05:56 +0000 (23:05 +0100)]
Update Minimap to version 1.2.

- Change some defaults: better colors, reduced update delay.
- `minimap-tag-only': New experimental feature to only display an
  'abstract view' of the buffer with overlays generated from
  Semantic information.  Works only for buffers parsed by Semantic.
- `minimap-highlight-line': Highlight current line in Minimap.
- Fix autoloads.
- Display lines denoting beginning/end of functions in Semantic
  overlays.

10 years agoFix company-yasnippet summary
Dmitry Gutov [Tue, 11 Mar 2014 13:28:28 +0000 (15:28 +0200)]
Fix company-yasnippet summary

10 years agoHighlight last annotation character, too
Dmitry Gutov [Tue, 11 Mar 2014 13:25:23 +0000 (15:25 +0200)]
Highlight last annotation character, too

10 years agocompany--multi-backend-adapter: noop when arg is empty
Dmitry Gutov [Tue, 11 Mar 2014 13:13:16 +0000 (15:13 +0200)]
company--multi-backend-adapter: noop when arg is empty

10 years agoAdd company-yasnippet
Dmitry Gutov [Tue, 11 Mar 2014 12:59:14 +0000 (14:59 +0200)]
Add company-yasnippet

Closes #73

10 years agoTag candidates from grouped backends
Dmitry Gutov [Tue, 11 Mar 2014 06:32:25 +0000 (08:32 +0200)]
Tag candidates from grouped backends

Closes #25

10 years ago[gnugo] Make ‘C-u M-u’ switch roles.
Thien-Thi Nguyen [Tue, 11 Mar 2014 04:40:05 +0000 (05:40 +0100)]
[gnugo] Make ‘C-u M-u’ switch roles.

* packages/gnugo/gnugo.el (gnugo-undo-one-move):
Add optional arg SWITCH; if specified, arrange for user
to play the color of the next move (and GNU Go the opposite).

10 years ago[gnugo int] Add abstraction: gnugo--who-is-who
Thien-Thi Nguyen [Tue, 11 Mar 2014 04:35:30 +0000 (05:35 +0100)]
[gnugo int] Add abstraction: gnugo--who-is-who

* packages/gnugo/gnugo.el (gnugo--who-is-who): New func.
(gnugo-read-sgf-file): Use it.

10 years agoFix up copyright headers.
Stefan Monnier [Mon, 10 Mar 2014 19:33:08 +0000 (15:33 -0400)]
Fix up copyright headers.

10 years ago[gnugo] Bind ‘M-u’ to ‘gnugo-undo-one-move’.
Thien-Thi Nguyen [Mon, 10 Mar 2014 17:11:30 +0000 (18:11 +0100)]
[gnugo] Bind ‘M-u’ to ‘gnugo-undo-one-move’.

* packages/gnugo/gnugo.el (gnugo-board-mode-map): ...here.

10 years ago[gnugo maint] Update NEWS; nfc.
Thien-Thi Nguyen [Mon, 10 Mar 2014 17:09:54 +0000 (18:09 +0100)]
[gnugo maint] Update NEWS; nfc.

10 years agoadd web-server upstream repo to externals-list
Eric Schulte [Mon, 10 Mar 2014 05:43:38 +0000 (23:43 -0600)]
add web-server upstream repo to externals-list

* externals-list: Add web-server upstream repo.

10 years agoAdd 'packages/web-server/' from commit 'd0b6ae9df6014db2195da0081dc97cc8246f1fda'
Eric Schulte [Mon, 10 Mar 2014 16:52:42 +0000 (10:52 -0600)]
Add 'packages/web-server/' from commit 'd0b6ae9df6014db2195da0081dc97cc8246f1fda'

git-subtree-dir: packages/web-server
git-subtree-mainline: f64a8011734dc6bfdbc45b26fd4ff4310790e69f
git-subtree-split: d0b6ae9df6014db2195da0081dc97cc8246f1fda

10 years agoREADME and install instructions mention GNU ELPA
Eric Schulte [Mon, 10 Mar 2014 16:50:30 +0000 (10:50 -0600)]
README and install instructions mention GNU ELPA

* NOTES: Install instructions mention GNU ELPA.

* README: Mention usage in Cask, and also the ability to install through
  the ELPA.

10 years agoadding .elpaignore to keep extra file from package
Eric Schulte [Mon, 10 Mar 2014 16:23:49 +0000 (10:23 -0600)]
adding .elpaignore to keep extra file from package

* .elpaignore: Keep supplementary files out of the ELPA repo.

10 years ago[gnugo int] Use ‘incf’ more.
Thien-Thi Nguyen [Mon, 10 Mar 2014 11:35:19 +0000 (12:35 +0100)]
[gnugo int] Use ‘incf’ more.

* packages/gnugo/gnugo.el
(gnugo-merge-showboard-results)
(gnugo-display-final-score): ...here.

10 years ago[gnugo int] Add abstraction: gnugo--compare-strings
Thien-Thi Nguyen [Mon, 10 Mar 2014 10:11:55 +0000 (11:11 +0100)]
[gnugo int] Add abstraction: gnugo--compare-strings

* packages/gnugo/gungo.el (gnugo--compare-strings): New defsubst.
(gnugo--q, gnugo-merge-showboard-results): Use it.

10 years ago[gnugo int] Use ‘loop’, functional style more.
Thien-Thi Nguyen [Mon, 10 Mar 2014 10:02:17 +0000 (11:02 +0100)]
[gnugo int] Use ‘loop’, functional style more.

* packages/gnugo/gnugo.el (gnugo-describe-internal-properties):
...here, for collecting/massaging ‘gnugo-state’,
instead of ‘maphash’, "manual" destructuring, mutation.

10 years ago[gnugo int] Associate process w/ buffer immediately.
Thien-Thi Nguyen [Sun, 9 Mar 2014 14:52:46 +0000 (15:52 +0100)]
[gnugo int] Associate process w/ buffer immediately.

* packages/gnugo/gnugo.el (gnugo-board-mode):
...here, via ‘start-process’ 2nd arg BUFFER.

10 years ago[gnugo int] Avoid redundant calls to ‘gnugo-get’.
Thien-Thi Nguyen [Sun, 9 Mar 2014 14:43:07 +0000 (15:43 +0100)]
[gnugo int] Avoid redundant calls to ‘gnugo-get’.

* packages/gnugo/gnugo.el (gnugo-move-history):
(gnugo-read-sgf-file, gnugo-magic-undo, gnugo-display-final-score)
(gnugo-board-mode): Add local vars to save ‘gnugo-get’ values.

10 years ago[gnugo int] Add abstraction: gnugo--begin-exchange
Thien-Thi Nguyen [Sun, 9 Mar 2014 09:38:20 +0000 (10:38 +0100)]
[gnugo int] Add abstraction: gnugo--begin-exchange

* gnugo.el (gnugo-send-line): Delete func.
(gnugo--begin-exchange): New func.
(gnugo--q, gnugo-get-move): Use it.

10 years ago[gnugo int] Elide single-use local var.
Thien-Thi Nguyen [Sat, 8 Mar 2014 13:48:11 +0000 (14:48 +0100)]
[gnugo int] Elide single-use local var.

Omission from 2014-03-06, "Streamline subproc (de-)marshalling".

* gnugo.el (gnugo--q): ...here, for var ‘so-far’.

10 years ago[gnugo int] Use ‘pcase’ more.
Thien-Thi Nguyen [Sat, 8 Mar 2014 13:20:09 +0000 (14:20 +0100)]
[gnugo int] Use ‘pcase’ more.

* gnugo.el (gnugo-move-history):
...here, instead of ‘if’ + ‘case’.

10 years agoSmall fixes to last change
Leo Liu [Fri, 7 Mar 2014 11:42:10 +0000 (19:42 +0800)]
Small fixes to last change

10 years agoDisplay project root directory name on mode-line
Leo Liu [Fri, 7 Mar 2014 06:49:51 +0000 (14:49 +0800)]
Display project root directory name on mode-line