summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix replacing a match with a shorter stringDmitry Gutov2015-11-151-7/+10
* * lisp/progmodes/xref.el (xref-pop-marker-stack): Downgrade errorsArtur Malabarba2015-11-141-2/+2
* ; Update xref-etags-mode for the latest changeDmitry Gutov2015-11-141-8/+3
* Use generic dispatch for xref backendsDmitry Gutov2015-11-141-39/+60
* Handle multiple matches on the same line; add highlightingDmitry Gutov2015-11-141-21/+23
* Replace xref-match-bounds with xref-match-lengthDmitry Gutov2015-11-141-52/+47
* Move and rename xref-find-regexp to the project packageDmitry Gutov2015-11-081-44/+20
* Abolish temporary buffer management for xrefDmitry Gutov2015-11-061-41/+6
* Rename "search path" to "library roots"Dmitry Gutov2015-11-061-4/+3
* * lisp/progmodes/xref.el: require semantic/symref during compilation.Stephen Leake2015-11-061-0/+3
* * lisp/progmodes/xref.el: Doc fixesJuanma Barranquero2015-11-041-6/+6
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-2/+2
* elisp--xref-find-definitions handle cl-defstuct default constructorStephen Leake2015-08-111-3/+12
* ; Fix xref--show-location, after regression in ee50e62Dmitry Gutov2015-08-101-11/+12
* Add project-vc-search-path and project-vc-ignoresDmitry Gutov2015-08-101-4/+4
* Preserve window point in xref-find-definitions-other-windowDmitry Gutov2015-08-051-21/+26
* Add a second argument to project-ignoresDmitry Gutov2015-08-021-1/+2
* Rename project-directories to project-rootsDmitry Gutov2015-07-311-4/+6