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

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

[elpa] master 7a7ee76 6/7: Doc fix


From: Leo Liu
Subject: [elpa] master 7a7ee76 6/7: Doc fix
Date: Sun, 2 Oct 2016 01:47:27 +0000 (UTC)

branch: master
commit 7a7ee76a8055531482927e6abf7e0ef676165dd2
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Doc fix
---
 README.rst |   15 ++++++++-------
 ggtags.el  |   14 +++++++++-----
 2 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/README.rst b/README.rst
index 1bb2010..2f5d982 100644
--- a/README.rst
+++ b/README.rst
@@ -8,9 +8,8 @@ list-packages``) and is also available on `MELPA
 
 The goal is to make working with GNU Global in Emacs as effortlessly
 and intuitively as possible and to integrate tightly with standard
-emacs packages. ``ggtags.el`` is tested in emacs 24.1, 24.2, 24.3,
-24.4 and trunk. Patches, feature requests and bug reports are welcome.
-Thanks.
+emacs packages. ``ggtags.el`` is tested in Emacs 24 and 25. Patches,
+feature requests and bug reports are welcome. Thanks.
 
 Features
 ~~~~~~~~
@@ -315,15 +314,17 @@ Integration with other packages
 NEWS
 ~~~~
 
-(devel) 0.8.12
-++++++++++++++
+[2016-10-02 Sun] 0.8.12
++++++++++++++++++++++++
 
+#. Work with Emacs 25.
 #. ``ggtags-navigation-mode`` is more discreet in displaying lighter
    when ``ggtags-enable-navigation-keys`` is set to nil.
 #. ``ggtags-make-project`` tries harder to find TAG files respecting
    ``GTAGSDBPATH``.
-#. Work with Emacs 25
-
+#. Fix error "Selecting deleted buffer"
+   (`#89 <https://github.com/leoliu/ggtags/issues/89>`_).
+   
 [2015-12-15 Tue] 0.8.11
 +++++++++++++++++++++++
 
diff --git a/ggtags.el b/ggtags.el
index 164c6a1..b3172fb 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -36,11 +36,15 @@
 ;;
 ;; All commands are available from the `Ggtags' menu in `ggtags-mode'.
 
-;;; NEWS 0.8.11 (2015-12-15):
-
-;; - `ggtags-highlight-tag-delay' is renamed to `ggtags-highlight-tag'
-;; - Tag highlighting can be disabled by setting
-;;   `ggtags-highlight-tag' to nil.
+;;; NEWS 0.8.12 (2016-10-02):
+
+;; - Work with Emacs 25
+;; - `ggtags-navigation-mode' is more discreet in displaying lighter
+;;   when `ggtags-enable-navigation-keys' is set to nil
+;; - `ggtags-make-project' tries harder to find TAG files respecting
+;;   `GTAGSDBPATH'
+;; - Fix error "Selecting deleted buffer"
+;;   https://github.com/leoliu/ggtags/issues/89
 ;;
 ;; See full NEWS on https://github.com/leoliu/ggtags#news
 



reply via email to

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