]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ggtags/README.rst
Merge commit 'c876c3c62f03d7e945b049932a55496b3cdfe05d'
[gnu-emacs-elpa] / packages / ggtags / README.rst
index fc0b9bb3545835266a65de02119c91b964307749..f7ed95111dacd2d33f17bf906e8445ddd19bcaf8 100644 (file)
@@ -194,6 +194,10 @@ turned on to facilitate locating the right match.
 
    Move to previous file.
 
+``M-=``
+
+   Move to the file where navigation session starts.
+
 ``M-<``
 
    Move to the first match.
@@ -270,8 +274,8 @@ Integration with other packages
 
 * eldoc
 
-  ``Eldoc`` support can be enabled by, for example, setting this in
-  the desired major mode with:
+  ``Eldoc`` support is set up by default on emacs 24.4+. For older
+  versions set, for example, in the desired major mode:
 
   ::
 
@@ -304,12 +308,29 @@ Integration with other packages
 NEWS
 ~~~~
 
+[2015-01-16 Fri] 0.8.9
+++++++++++++++++++++++
+
+#. ``ggtags-visit-project-root`` can visit past projects.
+#. ``eldoc`` support enabled for emacs 24.4+.
+
+[2014-12-03 Wed] 0.8.8
+++++++++++++++++++++++
+
+#. Command ``ggtags-update-tags`` now runs in the background for large
+   projects (per ``ggtags-oversize-limit``) without blocking emacs.
+
+[2014-11-10 Mon] 0.8.7
+++++++++++++++++++++++
+
+#. New navigation command ``ggtags-navigation-start-file``.
+#. New variable ``ggtags-use-sqlite3`` to enable sqlite3 storage.
+
 [2014-09-12 Fri] 0.8.6
 ++++++++++++++++++++++
 
 #. ``ggtags-show-definition`` shows definition with font locking.
 
-
 [2014-06-22 Sun] 0.8.5
 ++++++++++++++++++++++