summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
Commit message (Expand)AuthorAgeFilesLines
* Handle project--files-in-directory finding no files betterDmitry Gutov2020-03-301-0/+1
* Honor tags-case-fold-search during xref identifer completionDmitry Gutov2020-01-181-1/+7
* xref-matches-in-files: Big Tramp speed-upDmitry Gutov2020-01-071-1/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; xref-references-in-directory: Autoload as wellDmitry Gutov2019-12-291-0/+1
* Extract xref-matches-in-files from project--find-regexp-in-filesDmitry Gutov2019-12-291-0/+50
* Rename xref-collect-references and xref-collect-matchesDmitry Gutov2019-12-291-3/+13
* ; Improve the docstring some moreDmitry Gutov2019-12-291-2/+3
* Improve docstringsDmitry Gutov2019-12-291-2/+5
* Don't require semantic/fwDmitry Gutov2019-12-281-1/+0
* Do some renames for clarityDmitry Gutov2019-12-281-7/+9
* (xref--find-buffer-visiting): Speed up by using get-file-bufferDmitry Gutov2019-12-271-4/+2
* xref--collect-matches: Speed up on remoteDmitry Gutov2019-12-271-2/+5
* Apply the 'xref-group' property properlyDmitry Gutov2019-12-241-1/+1
* In xref-location-marker, handle deleted file or outdated xref location nicelyStephen Leake2019-10-201-2/+7
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-3/+3
* Add imenu support to xrefDamien Cassou2019-08-231-2/+23
* ; Fix typoes.Juri Linkov2019-08-151-1/+1
* Fix recent commit in xref.elEli Zaretskii2019-07-251-1/+5
* Add xref-file-name-displayStephen Leake2019-07-171-1/+9
* Make xref-show-xrefs-function a defcustomFritz Stelzer2019-06-251-4/+6
* Fix regressions in xref-find-definitions and ...-other-windowDmitry Gutov2019-06-161-3/+17
* Unbreak saving xref--original-window, etcDmitry Gutov2019-06-101-2/+2
* Rename xref--pop-to-location to xref-pop-to-locationDmitry Gutov2019-06-091-5/+5
* Add a built-in alternative for xref-show-definitions-functionDmitry Gutov2019-06-091-13/+43
* Rename xref-refresh-results to xref-revert-bufferDmitry Gutov2019-05-301-2/+2
* ; Remove unused piece of code and update a docstringDmitry Gutov2019-05-301-3/+1
* ; Minor docstring changeDmitry Gutov2019-05-261-1/+1
* ; xref--create-fetcher: Add some further clarificationDmitry Gutov2019-05-261-0/+6
* Expand some xref documentationDmitry Gutov2019-05-261-2/+23
* Rename xref--revert-xref-buffer to xref-refresh-resultsDmitry Gutov2019-05-251-2/+3
* Support reverting in xref-find-definitions results as wellDmitry Gutov2019-05-251-29/+36
* Support "reverting" Xref buffers (bug#35702)Dmitry Gutov2019-05-241-10/+43
* Make xref-find-definitions more customizableDmitry Gutov2019-05-231-11/+17
* Separate xref-find-definitions' behavior from other commandsDmitry Gutov2019-05-231-16/+25
* xref--find-ignores-arguments: Return "" if IGNORES is nilDmitry Gutov2019-05-031-1/+2
* (xref--mouse-2): Fix not to jump to the next lineDmitry Gutov2019-05-031-1/+2
* Fix an "empty identifier" problemDmitry Gutov2019-05-031-12/+17
* New faces in xref (bug#23179)Juri Linkov2019-04-141-4/+15
* * lisp/progmodes/xref.el (xref--show-xrefs): Push mark. (Bug#34908)Juri Linkov2019-03-241-0/+1
* Jump to the current error in xref with zero prefix argFelicián Németh2019-02-231-2/+4
* Make window choice in xref commands configurableJuri Linkov2019-02-061-16/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | xref-goto-xref: Highlight the exact symbol after the jumpDmitry Gutov2018-12-241-3/+4
* | ; Don't require semantic/symref, it's unnecessary nowDmitry Gutov2018-12-241-3/+0
* | Add setter for 'xref-marker-ring-length'Allen Li2018-11-101-2/+14
* | Fix Bug#33006Michael Albinus2018-10-291-2/+3
* | Merge from origin/emacs-26Glenn Morris2018-09-201-9/+11
|\ \ | |/
| * Improve Custom menu labels for 2 optionsEli Zaretskii2018-09-191-9/+11