[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 04/18: Add NEWS to README.rst for 0.8.0 and 0.8.1
From: |
Leo Liu |
Subject: |
[elpa] 04/18: Add NEWS to README.rst for 0.8.0 and 0.8.1 |
Date: |
Sat, 05 Apr 2014 01:25:13 +0000 |
leoliu pushed a commit to branch master
in repository elpa.
commit ba07f9fb04a1d9f3403f04eb2317a8efb9426218
Author: Leo Liu <address@hidden>
Date: Tue Apr 1 10:26:41 2014 +0800
Add NEWS to README.rst for 0.8.0 and 0.8.1
---
README.rst | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/README.rst b/README.rst
index 5517daf..7014150 100644
--- a/README.rst
+++ b/README.rst
@@ -261,6 +261,39 @@ Integration with other packages
(setq-local hippie-expand-try-functions-list
(cons 'ggtags-try-complete-tag
hippie-expand-try-functions-list))
+NEWS
+~~~~
+
+[2014-03-30 Sun] 0.8.1
+++++++++++++++++++++++
+
+#. Improve ``ggtags-view-tag-history`` and tag history navigation.
+#. New customsable variable ``ggtags-global-use-color``.
+#. Automatically jump to match from location stored in search history.
+ See ``ggtags-auto-jump-to-match``.
+#. Rename ``ggtags-supress-navigation-keys`` to
+ ``ggtags-enable-navigation-keys`` with a better way to suppress
+ navigation key bindings in some buffers including
+ ``*ggtags-global*`` buffer.
+
+[2014-03-24 Mon] 0.8.0
+++++++++++++++++++++++
+
+#. Record search history and re-run past searches.
+#. Bookmark or save search to register.
+#. New command ``ggtags-show-definition``.
+#. Project name on mode line.
+#. Automatically use ``.globalrc`` or ``gtags.conf`` file at project
+ root.
+#. Better completion based on tag types.
+#. Use colored output to get column number for jumping to tag.
+#. Improve detection of stale GTAGS file based on file modification
+ time.
+#. New customisable variables ``ggtags-executable-directory``,
+ ``ggtags-global-always-update``, ``ggtags-mode-sticky`` and
+ ``ggtags-supress-navigation-keys``.
+#. Other bug fixes.
+
Bugs
~~~~
- [elpa] branch master updated (c5636ba -> 769f2f2), Leo Liu, 2014/04/04
- [elpa] 04/18: Add NEWS to README.rst for 0.8.0 and 0.8.1,
Leo Liu <=
- [elpa] 02/18: New function ggtags-echo and use it, Leo Liu, 2014/04/04
- [elpa] 01/18: For #45: Fix popping up/down window for search with single match, Leo Liu, 2014/04/04
- [elpa] 03/18: Fix #45: Change default value of ggtags-auto-jump-to-match, Leo Liu, 2014/04/04
- [elpa] 06/18: Fix error in approximation to (line-number-at-pos (point-max)), Leo Liu, 2014/04/04
- [elpa] 05/18: New function ggtags-eldoc-function for eldoc support, Leo Liu, 2014/04/04
- [elpa] 08/18: Don't activate eldoc support by default, Leo Liu, 2014/04/04
- [elpa] 09/18: Fix multiple calls of ggtags-show-definition, Leo Liu, 2014/04/04
- [elpa] 10/18: Make ggtags-eldoc-function work better when no project root, Leo Liu, 2014/04/04
- [elpa] 07/18: Refactor out ggtags-include-file from ggtags-find-tag-dwim, Leo Liu, 2014/04/04
- [elpa] 12/18: Make ggtags-use-project-gtagsconf work on remote projects, Leo Liu, 2014/04/04