summaryrefslogtreecommitdiff
path: root/company-etags.el
Commit message (Expand)AuthorAge
* company-etags: Don't set tags-file-name globallyDmitry Gutov2018-02-06
* Add company-etags-everywhereDmitry Gutov2015-12-08
* Spell "backend" and "frontend" without hyphensDmitry Gutov2015-10-03
* company-etags-find-table: check that TAGS is a regular file, cf. #222Ingo Lohmar2015-07-27
* company-etags-find-table: fix fallback tags file expansionIngo Lohmar2015-07-27
* company-etags-file-table: Check that TAGS is not a directoryDmitry Gutov2014-11-07
* Add package-version property to vars after in 0.7.0Dmitry Gutov2014-06-04
* Backport defvar-local from Emacs 24.2Bozhidar Batsov2014-06-04
* Use cl-libBozhidar Batsov2014-04-09
* Remove `company-locate-dominating-file'Dmitry Gutov2014-04-01
* company-etags-ignore-case: simplify docstring and type; mention in NEWSDmitry Gutov2014-03-24
* New option company-etags-ignore-caseIngo Lohmar2014-03-24
* Fix #54Dmitry Gutov2014-01-30
* * packages/company/company-etags.el: Require `cl' for `case'.Stefan Monnier2014-01-14
* Define groups for back-ends; remove explicit :group declarationsDmitry Gutov2013-04-10
* Remove the AsDmitry Gutov2013-04-10
* company-etags: not always sortedDmitry Gutov2013-03-18
* Remove leading asterisks from docstringsDmitry Gutov2013-03-13
* Merge changes from the GNU ELPA repositoryDmitry Gutov2013-03-13
* Removed superfluous quotes.Nikolaj Schumacher2011-06-18
* Cleaned up company-etags.Nikolaj Schumacher2011-06-18
* Fix tag file switching in company-etags.Nikolaj Schumacher2011-06-18
* Bumped version to 0.5.Nikolaj Schumacher2010-02-24
* Bumped copyright years.Nikolaj Schumacher2010-02-23
* Prevent point movement caused by 'location in company-etags.Nikolaj Schumacher2010-02-23
* Bumped version to 0.4.3.Nikolaj Schumacher2009-05-07
* Bumped version to 0.4.2.Nikolaj Schumacher2009-04-25
* Added Windows root dir compatibility fixes.Nikolaj Schumacher2009-04-22
* Bumped version to 0.4.1.Nikolaj Schumacher2009-04-19
* Bumped version to 0.4.Nikolaj Schumacher2009-04-18
* Try not to prompt for TAGS file.Nikolaj Schumacher2009-04-18
* Removed debugging code that lead to wrong configuration.Nikolaj Schumacher2009-04-18
* Bumped version to 0.3.1.Nikolaj Schumacher2009-04-15
* Support 'stop return value for 'prefix command.Nikolaj Schumacher2009-04-15
* Added faster and more convenient grab functions.Nikolaj Schumacher2009-04-15
* Bumped version to 0.3.Nikolaj Schumacher2009-04-13
* Added interactive form for back-ends.Nikolaj Schumacher2009-04-13
* Don't let etags search for non-existent file.Nikolaj Schumacher2009-04-07
* Bumped version to 0.2.1.Nikolaj Schumacher2009-04-05
* Return nil when etags aren't found.Nikolaj Schumacher2009-03-27
* Added version number to back-ends.Nikolaj Schumacher2009-03-22
* Added location referencing.Nikolaj Schumacher2009-03-22
* Added etags back-end.Nikolaj Schumacher2009-03-22