branch: master
commit 17a121af1b375a6a5c5acec52f2ffd2b9715d244
Author: Leo Liu <[email protected]>
Commit: Leo Liu <[email protected]>
Version 0.8.13
---
README.rst | 4 ++--
ggtags.el | 15 ++++++---------
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/README.rst b/README.rst
index c429657..41a377a 100644
--- a/README.rst
+++ b/README.rst
@@ -314,8 +314,8 @@ Integration with other packages
NEWS
~~~~
-(devel) 0.8.13
-++++++++++++++
+[2018-07-25 Wed] 0.8.13
++++++++++++++++++++++++
#. Don't choke on tag names start with ``-`` (`#156
<https://github.com/leoliu/ggtags/issues/156>`_).
diff --git a/ggtags.el b/ggtags.el
index d76e3b4..f053310 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -1,6 +1,6 @@
;;; ggtags.el --- emacs frontend to GNU Global source code tagging system -*-
lexical-binding: t; -*-
-;; Copyright (C) 2013-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2018 Free Software Foundation, Inc.
;; Author: Leo Liu <[email protected]>
;; Version: 0.8.13
@@ -36,15 +36,12 @@
;;
;; All commands are available from the `Ggtags' menu in `ggtags-mode'.
-;;; NEWS 0.8.12 (2016-10-02):
+;;; NEWS 0.8.13 (2018-07-25):
-;; - 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
+;; - Don't choke on tag names start with `-'.
+;; - `ggtags-show-definition' supports `ggtags-sort-by-nearness'.
+;; - New variable `ggtags-extra-args'.
+;; - Unbreak `ggtags-sort-by-nearness'.
;;
;; See full NEWS on https://github.com/leoliu/ggtags#news