]> code.delx.au - gnu-emacs-elpa/history - company-gtags.el
Tag company-dabbrev-ignore-buffers with package-version
[gnu-emacs-elpa] / company-gtags.el
2015-10-03 Dmitry GutovSpell "backend" and "frontend" without hyphens
2015-03-10 Dmitry GutovMerge pull request #318 from iqbalansari/master
2015-03-10 Iqbal AnsariAdd missing require to `company-gtags`
2014-09-22 Dmitry Gutovcompany-gtags: Don't try to complete in non-file buffers
2014-09-09 Dmitry Gutovcompany-gtags-modes: Turn into defcustom
2014-06-06 Dmitry Gutovcompany-gtags: add arguments insertion
2014-06-04 Dmitry GutovMerge pull request #128 from bbatsov/defvar-local
2014-06-04 Bozhidar BatsovBackport defvar-local from Emacs 24.2
2014-06-04 Dmitry GutovUpdate NEWS
2014-06-04 Dmitry GutovMerge pull request #126 from ksjogo/gtags
2014-06-03 ksjogofixing let in gtags annotation
2014-06-03 ksjogoextended gtags functionality #90
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-04-01 Dmitry GutovRemove `company-locate-dominating-file'
2013-04-09 Dmitry GutovDefine groups for back-ends; remove explicit :group...
2013-04-09 Dmitry GutovRemove the As
2013-03-13 Dmitry GutovRemove leading asterisks from docstrings
2013-03-13 Dmitry GutovMerge changes from the GNU ELPA repository
2011-06-18 Nikolaj SchumacherRemoved superfluous quotes.
2010-02-24 Nikolaj SchumacherBumped version to 0.5.
2009-05-07 Nikolaj SchumacherBumped version to 0.4.3.
2009-05-06 Nikolaj SchumacherDon't start GTAGS, if no GTAGS file was found.
2009-05-06 Nikolaj SchumacherRemoved whitespace.
2009-04-25 Nikolaj SchumacherBumped version to 0.4.2.
2009-04-19 Nikolaj SchumacherBumped version to 0.4.1.
2009-04-18 Nikolaj SchumacherBumped version to 0.4.
2009-04-15 Nikolaj SchumacherBumped version to 0.3.1.
2009-04-15 Nikolaj SchumacherSupport 'stop return value for 'prefix command.
2009-04-15 Nikolaj SchumacherMade gtags behave like xcode back-end.
2009-04-15 Nikolaj SchumacherActually use company-gtags-gnu-global-program-name.
2009-04-15 Nikolaj SchumacherAdded faster and more convenient grab functions.
2009-04-13 Nikolaj SchumacherBumped version to 0.3.
2009-04-13 Nikolaj SchumacherAdded interactive form for back-ends.
2009-04-05 Nikolaj SchumacherBumped version to 0.2.1.
2009-03-22 Nikolaj SchumacherAdded version number to back-ends.
2009-03-22 Nikolaj SchumacherAdded location referencing.
2009-03-22 Nikolaj SchumacherDon't let gtags complete in strings or comments.
2009-03-20 Nikolaj SchumacherAdded documentation strings.
2009-03-20 Nikolaj SchumacherSpeed up line replacement.