summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
Commit message (Expand)AuthorAgeFilesLines
* New xref-quit-and-goto-xref command bound to TAB (bug#28814)João Távora2017-11-031-5/+19
* Honor window-switching intents in xref-find-definitions (bug#28814)João Távora2017-11-031-21/+48
* ; Doc fixesCharles A. Roelli2017-10-311-3/+2
* Reset default-directory inside *xref-grep* bufferDmitry Gutov2017-09-261-0/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge null and without-null regexp alists (Bug#27840, Bug#27873)Noam Postavsky2017-08-061-1/+1
* Use grep's --null option (Bug#6843)Noam Postavsky2017-07-191-16/+17
* Use regexp matching instead of checking exit statusDmitry Gutov2017-05-301-4/+7
* Signal error if find-grep returns a nonzero statusDmitry Gutov2017-05-291-5/+7
* ; xref-collect-matches: Add a TODODmitry Gutov2017-05-041-0/+3
* ; Fix the comment backDmitry Gutov2017-05-021-1/+1
* Speed up project-find-regexp for simple regexpsDmitry Gutov2017-05-021-6/+22
* Remove some explicit runtime loads of pcaseGlenn Morris2017-04-191-1/+0
* ; Spelling and minor wording fixesPaul Eggert2017-04-141-1/+1
* ; Add a FIXME about handing a missing find or grep programDmitry Gutov2017-04-101-0/+4
* (xref-collect-matches): Use '-E' together with '-e'Dmitry Gutov2017-02-031-5/+1
* Escape dash in xref rgrep regexpDmitry Gutov2017-01-291-0/+4
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Say 'All results processed' at the endDmitry Gutov2016-05-081-1/+3
* `nreverse' the marker pairs listDmitry Gutov2016-05-051-1/+1
* shell-quote-argument DIR when appropriateDmitry Gutov2016-05-051-2/+3
* Rework xref-query-replace-in-resultsDmitry Gutov2016-05-051-50/+81
* Handle "empty line" regexp in xref searchesDmitry Gutov2016-05-041-1/+5
* Clear buffer-undo-list when showing xrefsDmitry Gutov2016-05-041-1/+3
* `nreverse' Grep hits before passing them to xref--convert-hitsDmitry Gutov2016-05-021-1/+1
* Perform xref searches without visiting unopened filesDmitry Gutov2016-04-121-57/+83
* * lisp/progmodes/xref.el (xref-buffer-name, xref--window):Glenn Morris2016-03-171-6/+5
* Make sure to use case-sensitive searchDmitry Gutov2016-03-031-0/+1
* Uncomment the next-error-function integration in xrefDmitry Gutov2016-02-291-4/+2
* Kill off xref--display-historyDmitry Gutov2016-02-221-30/+1
* Keep the xref buffer visible until the user quits it explicitlyDmitry Gutov2016-02-221-32/+52
* Improve project-find-fileStephen Leake2016-01-291-0/+4
* Rename xref-query-replace to xref-query-replace-in-resultsDmitry Gutov2016-01-241-2/+2
* Comment out next-error-function integration in xrefDmitry Gutov2016-01-231-2/+4
* In xref-collect-references, force backends to respect the 'dir' argStephen Leake2016-01-221-1/+7
* Add xref-based replacements for Dired search commandsDmitry Gutov2016-01-181-22/+43
* Add some missing version tags.Glenn Morris2016-01-121-0/+1
* Improve doc strings and prompts in xref.elEli Zaretskii2016-01-091-10/+12
* Add project-find-file and project-or-external-find-fileDmitry Gutov2016-01-071-18/+25
* Spelling fixPaul Eggert2016-01-031-1/+1
* ; Clarify that xref is still experimentalDmitry Gutov2016-01-031-0/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Undo ill-advised changeDmitry Gutov2015-12-301-1/+1
* Rename project-library-roots to project-external-rootsDmitry Gutov2015-12-281-2/+2
* APPEND etags--xref-backend to xref-backend-functionsDmitry Gutov2015-12-021-2/+3
* Autoload etags when using its xref backendDmitry Gutov2015-11-271-3/+1
* Add xref--etags-backend to xref-backing-functions using add-hookDmitry Gutov2015-11-211-3/+5
* Improve doc stringStephen Leake2015-11-171-2/+3
* Unify the absolutely equal xref-backend-references implementationsDmitry Gutov2015-11-151-2/+12
* Update project-find-regexp for the new xref APIDmitry Gutov2015-11-151-0/+1