From 9efd5f6fa5fca7e13a1023b259f90a3cc86dfb27 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Fri, 12 Jun 2015 07:09:59 +0800 Subject: [PATCH] Doc fix --- README.rst | 4 ++-- ggtags.el | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 28a1cd063..08640b4d8 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 e9f879281..52b96cf26 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) -- 2.39.2