emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 9efd5f6 5/6: Doc fix


From: Leo Liu
Subject: [elpa] master 9efd5f6 5/6: Doc fix
Date: Thu, 11 Jun 2015 23:19:43 +0000

branch: master
commit 9efd5f6fa5fca7e13a1023b259f90a3cc86dfb27
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Doc fix
---
 README.rst |    4 ++--
 ggtags.el  |   12 ++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index 28a1cd0..08640b4 100644
--- a/README.rst
+++ b/README.rst
@@ -312,8 +312,8 @@ Integration with other packages
 NEWS
 ~~~~
 
-(devel) 0.8.10
-++++++++++++++
+[2015-06-12 Fri] 0.8.10
++++++++++++++++++++++++
 
 #. Tags update on save is configurable by ``ggtags-update-on-save``.
 #. New command ``ggtags-explain-tags`` to explain how each file is
diff --git a/ggtags.el b/ggtags.el
index e9f8792..52b96cf 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -36,10 +36,13 @@
 ;;
 ;; All commands are available from the `Ggtags' menu in `ggtags-mode'.
 
-;;; NEWS 0.8.9 (2015-01-16):
+;;; NEWS 0.8.10 (2015-06-12):
 
-;; - `ggtags-visit-project-root' can visit past projects.
-;; - `eldoc' support enabled for emacs 24.4+.
+;; - Tags update on save is configurable by `ggtags-update-on-save'.
+;; - New command `ggtags-explain-tags' to explain how each file is
+;;   indexed in current project.
+;; - New user option `ggtags-sort-by-nearness' that sorts matched tags
+;;   by nearness to current directory.
 ;;
 ;; See full NEWS on https://github.com/leoliu/ggtags#news
 
@@ -207,7 +210,8 @@ isn't built with sqlite3 support."
   :group 'ggtags)
 
 (defcustom ggtags-sort-by-nearness nil
-  "Sort tags by nearness to current directory."
+  "Sort tags by nearness to current directory.
+GNU Global 6.5+ required."
   :type 'boolean
   :safe #'booleanp
   :group 'ggtags)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]