summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add the necessary argument (bug#42967)Dmitry Gutov2020-08-271-1/+1
* ; Bump xref versionDmitry Gutov2020-08-271-1/+1
* Unbreak dired-do-find-regexp in Emacs 26Dmitry Gutov2020-08-271-0/+10
* Unbreak xref-goto-xref in Emacs 26Dmitry Gutov2020-08-271-1/+4
* Unbreak project-find-regexp in Emacs 26.3 (bug#42765)Dmitry Gutov2020-08-141-11/+32
* Replace some uses of cl-mapcan with mapcanBasil L. Contovounesios2020-06-211-3/+3
* Change xref-find-apropos to pass PATTERN to backend verbatimDmitry Gutov2020-06-011-9/+23
* project.el: A project has only one main root nowDmitry Gutov2020-05-231-2/+2
* * lisp/progmodes/xref.el: Fix first line syntaxStefan Monnier2020-05-151-6/+6
* ; Tweak version numbers in lisp/progmodes/xref.elJoão Távora2020-05-151-2/+2
* Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-131-0/+5
* 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