summaryrefslogtreecommitdiff
path: root/lisp/progmodes/etags.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-1/+1
* Reuse rgrep mechanics in xref-find-regexpDmitry Gutov2015-06-021-7/+6
* Make sure there's no explicit tag nameDmitry Gutov2015-05-311-1/+2
* Use list for the tags completion table, not obarrayDmitry Gutov2015-05-301-13/+9
* Make TAGS files more portable to MS-WindowsPaul Eggert2015-05-251-2/+9
* tags-completion-at-point-function: Don't trust the find-tag functionStefan Monnier2015-05-231-5/+6
* Revert "Fix etags Bug#20629 that broke C++ support."Eli Zaretskii2015-05-231-2/+1
* Fix etags Bug#20629 that broke C++ support.Jan D2015-05-231-1/+2
* Add xref-find-regexpDmitry Gutov2015-05-111-9/+12
* Remove tag-symbol-match-p from etags-xref-find-definitions-tag-orderDmitry Gutov2015-05-101-2/+1