leoliu pushed a commit to branch master
in repository elpa.
commit ba07f9fb04a1d9f3403f04eb2317a8efb9426218
Author: Leo Liu <[email protected]>
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
~~~~