]> code.delx.au - gnu-emacs-elpa/commitdiff
Update NEWS
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 4 Jun 2014 02:36:58 +0000 (05:36 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 4 Jun 2014 02:36:58 +0000 (05:36 +0300)
NEWS.md
company-gtags.el

diff --git a/NEWS.md b/NEWS.md
index 137319d96c63a594fc968760f05f50ed48e407d2..3db242c9b94735097c2c8302106bda25c0d0e156 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,9 +2,10 @@
 
 ## Next
 
-* `company-clang` uses the standard header search paths by default.
-* New user option `company-tooltip-flip-when-above`.
+* `company-gtags` supports `meta` and `annotation`.
 * User option `company-dabbrev-code-other-buffers` can have a new value: `code`.
+* New user option `company-tooltip-flip-when-above`.
+* `company-clang` uses the standard header search paths by default.
 
 ## 2014-04-19 (0.8.0)
 
index d3a5421bb26330e241bef4e90751c8e99b153968..204a111220a65f7d7419725424321b7517e9b418 100644 (file)
@@ -1,6 +1,6 @@
 ;;; company-gtags.el --- company-mode completion back-end for GNU Global
 
-;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2014  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher