]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2014-03-30 Leo LiuMerge branch 'master' of github.com:leoliu/ggtags
2014-03-30 Leo LiuFix #44: New variable ggtags-enable-navigation-keys
2014-03-29 Thien-Thi Nguyen[gnugo int] Add abstraction: gnugo--move-prop
2014-03-29 Leo LiuFix ggtags-navigation-mode-abort when pop-tag-mark...
2014-03-29 Leo LiuRename ggtags-handle-single-match to ggtags-global...
2014-03-29 Leo LiuDisable ggtags-navigation-mode at the right time
2014-03-28 Thien-Thi Nguyen[gnugo] Add command ‘gnugo-oops’ and keybinding.
2014-03-28 Leo LiuUse compilation-auto-jump in ggtags-global-filter
2014-03-28 Leo LiuFix warning: Making variable buffer-local while let...
2014-03-28 Thien-Thi Nguyen[gnugo] Move "1 or 2" calculation into ‘gnugo-magic...
2014-03-28 Leo LiuImplement feature #43: Jump to match from search history
2014-03-28 Leo LiuNew user variable ggtags-global-use-color
2014-03-27 Leo LiuFix #42: Clear ggtags-project-root in non-file buffers
2014-03-26 Leo LiuFix ggtags-try-complete-tag to use ggtags-bounds-of...
2014-03-26 Thien-Thi Nguyen[gnugo maint] Move hi-lock hint from NEWS to HACKING...
2014-03-26 Leo LiuChange ggtags-read-tag to completing-read when no default
2014-03-26 Leo LiuFix #12: Remove ggtags-completing-read-function
2014-03-25 Leo LiuEnhance ggtags-view-tag-history to use next-/previous...
2014-03-25 Dmitry GutovMerge commit '4a7995ff69b25990dc520ed9e466dfbcdb7eafc8...
2014-03-25 Dmitry GutovRelease 0.7.3
2014-03-24 Stefan MonnierMerge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
2014-03-24 Stefan MonnierSubject: Fix up quoting of keywords. Remove leftover...
2014-03-24 Thien-Thi Nguyen[gnugo int] Invert gametree IR to hang by the leaves.
2014-03-24 Thien-Thi Nguyen[gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for...
2014-03-24 Thien-Thi Nguyen[gnugo int] Use ‘pop’ more.
2014-03-24 Leo LiuMerge branch 'master' of github.com:leoliu/ggtags
2014-03-24 Leo LiuRename try-complete-ggtags-tag to ggtags-try-complete-tag
2014-03-24 Dmitry Gutovcompany-etags-ignore-case: simplify docstring and type...
2014-03-24 Ingo LohmarUse company-dabbrev-code-ignore-case when finding candi...
2014-03-24 Ingo LohmarNew option company-etags-ignore-case
2014-03-24 Leo LiuDoc fix: Update README.rst and doc-strings
2014-03-23 Thien-Thi Nguyen[gnugo int] Remove redundant game-over condition check.
2014-03-22 Leo LiuFix #40: New user variable ggtags-supress-navigation...
2014-03-22 Leo LiuSupport search bookmarks as requested in #39
2014-03-21 Thien-Thi Nguyen[gnugo sgf] Normalize PASS internal rep on read, as "".
2014-03-21 Leo LiuDisable ggtags-navigation-mode in ggtags-global-rerun...
2014-03-21 Leo LiuBind ggtags-save-to-register in ggtags-global-rerun...
2014-03-21 Leo LiuAlso record ggtags-process-environment in search history
2014-03-21 Dmitry Gutovcompany-clang--build-location: try to be more careful...
2014-03-21 Leo LiuPolish last change
2014-03-20 Thien-Thi Nguyen[gnugo int] Add abstraction: gnugo--nodep
2014-03-20 Thien-Thi Nguyen[gnugo] Fix bug: On load, follow mainline through subtrees.
2014-03-20 Leo LiuNew feature ggtags-global-restore-search for #37
2014-03-20 Leo LiuNew helper ggtags-forward-to-line and use it
2014-03-20 Leo LiuCosmetic change: Fix indentation
2014-03-20 Leo LiuNew macro ignore-errors-unless-debug and use it
2014-03-20 Leo LiuFix ggtags-find-project to check on the GTAGS file
2014-03-19 Thien-Thi Nguyen[gnugo maint] NEWS futzing; nfc.
2014-03-19 Thien-Thi Nguyen[gnugo] Fix bug: Don't misuse SGF prop ‘:EV’ for "resig...
2014-03-19 Thien-Thi Nguyen[gnugo] Fix bug: Don't bother translating move "resign".
2014-03-19 Thien-Thi Nguyen[gnugo int] Add abstraction: gnugo--passp
2014-03-19 Thien-Thi Nguyen[gnugo int] Use ‘loop’ instead of ‘mapc’ + ‘apply’.
2014-03-19 Thien-Thi Nguyen[gnugo int] Add abstraction: gnugo--blackp
2014-03-19 Thien-Thi Nguyen[gnugo int] Decruft: Infer MOVEP from PROPERTY.
2014-03-19 Dmitry GutovMerge commit 'fec7c0b4a8651160c5d759cc6703b2c45852d5bb'
2014-03-19 Dmitry GutovRelease 0.7.2
2014-03-19 Leo LiuFix thinko in "Don't display buffer if ggtags-navigatio...
2014-03-18 Thien-Thi Nguyen[gnugo int] Use ‘setq’ less.
2014-03-18 Thien-Thi Nguyen[gnugo int] Use ‘incf’ more.
2014-03-18 Dmitry Gutovcompany-clang: handle multibyte chars between bol and...
2014-03-18 Thien-Thi Nguyen[gnugo int] Add abstractions: gnugo{--root-node,/sgf...
2014-03-18 Thien-Thi Nguyen[gnugo int] Use ‘gnugo-treeroot’ more.
2014-03-18 Thien-Thi Nguyen[gnugo] Handle ‘(gnugo-move-history 'two)’.
2014-03-18 Thien-Thi Nguyen[gnugo int] Add abstraction: nn
2014-03-18 Thien-Thi Nguyen[gnugo int] Use ‘loop’ instead of ‘dolist’ + ‘destructu...
2014-03-18 Thien-Thi Nguyen[gnugo int] Use ‘setq’ less.
2014-03-18 Thien-Thi Nguyen[gnugo int] Add abstraction: gnugo--set-root-prop
2014-03-18 Thien-Thi Nguyen[gnugo int] Cache gametree prop ‘:SZ’ as gnugo prop...
2014-03-18 Dmitry GutovFix #80
2014-03-18 Leo LiuSimplify ggtags-save-to-register by always re-do the...
2014-03-18 Dmitry GutovMerge commit '7be4321260f0c73ef4c3cadc646f6bb496650253...
2014-03-18 Dmitry GutovRelease 0.7.1
2014-03-18 Leo LiuNew command ggtags-navigation-isearch-forward
2014-03-18 Leo LiuAdd new command ggtags-save-to-register for #37
2014-03-18 Dmitry GutovRemove leftover debug statement
2014-03-17 Dmitry Gutovcompany-semantic: don't try to fetch doc for tag withou...
2014-03-17 Leo LiuTeach ggtags-find-tag-dwim to detect #include files
2014-03-17 Leo LiuUse read-only-mode in ggtags-toggle-project-read-only
2014-03-16 Dmitry Gutovcompany-semantic--current-tags: make buffer-local
2014-03-16 Dmitry GutovSupport the keyword :with
2014-03-16 Dmitry Gutovcompany-keywords-alist: add missing question mark
2014-03-16 Dmitry Gutovcompany-yasnippet: autoload, to make it easy to use...
2014-03-15 Leo LiuFix #36: Allow customising path to global's exectuables
2014-03-14 Stephen LeakeMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs...
2014-03-14 Stephen Leake* packages/ada-mode: version 5.1.1: fix wisi packaging...
2014-03-14 Thien-Thi Nguyen[gnugo int] Use ‘following-char’ instead of ‘char-after’.
2014-03-14 Thien-Thi Nguyen[gnugo sgf] Fix bug: Output subtrees correctly.
2014-03-14 Thien-Thi Nguyen[gnugo sgf int] Add abstractions: seek, seek-into
2014-03-14 Thien-Thi Nguyenfixup! [gnugo sgf] Move gratuitous newline from after...
2014-03-14 Thien-Thi Nguyen[gnugo sgf] Move gratuitous newline from after to befor...
2014-03-14 Thien-Thi Nguyen[gnugo sgf int] Add abstractions: >>prop, >>node, ...
2014-03-14 Dmitry GutovDefine company-version
2014-03-13 Dmitry Gutovcompany-sort-by-occurrence: do stable sorting
2014-03-13 Dmitry Gutovcompany-init-backend: don't try to initialize lambdas
2014-03-13 Thien-Thi Nguyen[gnugo] Fix bug: Handle property value type ‘none’...
2014-03-13 Thien-Thi Nguyen[gnugo int] Rename arg from SWITCH to ME-NEXT.
2014-03-13 Stephen Leakerelease ada-mode 5.1.0, wisi 1.0.1
2014-03-12 Leo LiuFix ggtags-with-current-project to include GTAGSCONF
2014-03-12 Leo LiuFix ggtags-show-definition to run in current project
2014-03-11 David EngsterUpdate Minimap to version 1.2.
next