]> code.delx.au - gnu-emacs-elpa/commitdiff
Doc fix
authorLeo Liu <sdl.web@gmail.com>
Thu, 11 Jun 2015 23:09:59 +0000 (07:09 +0800)
committerLeo Liu <sdl.web@gmail.com>
Thu, 11 Jun 2015 23:09:59 +0000 (07:09 +0800)
README.rst
ggtags.el

index 28a1cd063c032d6cc566762d7c687059ffc0ce02..08640b4d857b9c59e4ba40561ccc9f959542a99d 100644 (file)
@@ -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
index e9f879281b634da7298798380071e512eec86a81..52b96cf26e1c5d4cb4ae1f144b670f5cbe5153ec 100644 (file)
--- a/ggtags.el
+++ b/ggtags.el
 ;;
 ;; 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)