summaryrefslogtreecommitdiff
path: root/lisp/progmodes/etags.el
Commit message (Expand)AuthorAgeFilesLines
* Honor tags-case-fold-search during xref identifer completionDmitry Gutov2020-01-181-10/+13
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; Improve a doc string in etags.elEli Zaretskii2019-10-121-4/+9
* Fix up previous visit-tags-table changeHong Xu2019-10-091-14/+1
* Search upward from current dir for the default TAGS fileHong Xu2019-10-081-6/+25
* tags-complete-tags-table-file doc string fixHong Xu2019-10-071-2/+7
* Default FILE to the current buffer for list-tagsHong Xu2019-10-071-6/+19
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Minor doc fix in etags.elEli Zaretskii2019-08-031-1/+4
* Support filename matches in etags xref backendDmitry Gutov2019-07-301-8/+9
* Fix warning about obsolete func calling obsolete func in etags.elLars Ingebrigtsen2019-06-131-1/+2
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix some ineffective backslashes in string literalsMattias EngdegÄrd2019-03-161-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Rename multifile.el to fileloop.elDmitry Gutov2019-02-071-18/+18
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/multifile.el: New file, extracted from etags.elStefan Monnier2018-09-221-188/+111
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Fix last patch: ensure the return value of tags-verify-table.Sam Steingold2017-11-241-19/+21
* | Use special-mode for read-only buffers.Sam Steingold2017-11-221-6/+3
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Respect buffer-local value of tags-table-list (Bug#27772)Noam Postavsky2017-08-101-6/+7
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix bugs with buffer-local tags tablesEli Zaretskii2016-12-011-63/+89
* | New error file-missingPaul Eggert2016-10-211-3/+3
|/
* Fix tags-query-replace docstringNoam Postavsky2016-08-261-2/+0
* Use save-excursion in xref-location-marker moreDmitry Gutov2016-05-051-2/+3
* ; Spelling fix (American spelling)Glenn Morris2016-01-251-1/+1
* Un-obsolete tags-loop-continueDmitry Gutov2016-01-141-1/+0
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename project-library-roots to project-external-rootsDmitry Gutov2015-12-281-3/+0
* Autoload etags when using its xref backendDmitry Gutov2015-11-271-0/+3
* Use find-tag-default for xref-backend-identifier-at-pointDmitry Gutov2015-11-261-6/+10
* Adhere closer to the "implicit tag name" definitionDmitry Gutov2015-11-221-15/+12
* Fix etags completion near eobDmitry Gutov2015-11-161-1/+2
* Unify the absolutely equal xref-backend-references implementationsDmitry Gutov2015-11-151-9/+0
* Use generic dispatch for xref backendsDmitry Gutov2015-11-141-10/+11
* Fold `project-ask-user' into `project-current'Dmitry Gutov2015-11-101-1/+1
* Rename "search path" to "library roots"Dmitry Gutov2015-11-061-2/+5
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Allow even one non-regular character before the implicit tag nameDmitry Gutov2015-09-071-1/+1
* Escape ` and ' in docPaul Eggert2015-09-011-1/+1
* Quoting fixes in lisp/progmodesPaul Eggert2015-08-301-9/+10
* Don't pass NOVISIT to find-fileDmitry Gutov2015-08-011-1/+1
* Ignore buffer restriction for tags-loop-evalDmitry Gutov2015-08-011-1/+3
* Introduce a Project APIDmitry Gutov2015-07-101-10/+10