summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ; xref-find-regexp: (require 'grep), for grep-read-filesDmitry Gutov2015-07-221-0/+1
* Add new xref-query-replace commandDmitry Gutov2015-07-211-6/+72
* ; Fix a typoDmitry Gutov2015-07-211-1/+1
* Add xref-match-item, and use itDmitry Gutov2015-07-201-34/+73
* Rename xref--xref to xref-itemDmitry Gutov2015-07-201-9/+13
* Rename xref description slot to summaryDmitry Gutov2015-07-201-8/+8
* Add xref-after-jump-hook and xref-after-return-hookDmitry Gutov2015-07-191-26/+26
* Show the default value in the promptDmitry Gutov2015-07-131-2/+9
* When called with prefix argument, ask for file patterns to search as wellDmitry Gutov2015-07-121-6/+12
* Add `project-ignores'Dmitry Gutov2015-07-121-11/+44
* Bind grep-highlight-matches to nilDmitry Gutov2015-07-111-0/+2
* Don't check the exit status, it can be misleadingDmitry Gutov2015-07-101-6/+6
* Introduce a Project APIDmitry Gutov2015-07-101-7/+19
* Syntax-propertize until the end of the line firstDmitry Gutov2015-07-091-0/+1
* * lisp/progmodes/xref.el (xref-collect-matches): Use `nreverse' in the end.Dmitry Gutov2015-07-091-1/+2
* Add --color Grep option to the command dynamicallyDmitry Gutov2015-06-271-7/+2
* * lisp/progmodes/xref.el: Avoid init-args in oref.Stefan Monnier2015-06-241-4/+4
* Override 'grep --color=always'Dmitry Gutov2015-06-041-2/+7
* Restore <D> instead of '.' in grep-find-templateDmitry Gutov2015-06-031-5/+0
* Reuse rgrep mechanics in xref-find-regexpDmitry Gutov2015-06-021-23/+47
* Move xref-elisp-location to elisp-mode.elDmitry Gutov2015-06-021-26/+1
* xref-prompt-for-identifier: Use a list valueDmitry Gutov2015-05-261-6/+30
* * lisp/progmodes/xref.el (xref-find-apropos): Use read-string.Stefan Monnier2015-05-231-2/+2
* Add xref-find-regexpDmitry Gutov2015-05-111-12/+47
* Don't require matchDmitry Gutov2015-05-061-1/+1
* ; Update a commentDmitry Gutov2015-05-051-1/+1
* Buttonize the whole line, including the number at the beginningDmitry Gutov2015-05-051-19/+18
* Insert, highlight and align line numbers in xref outputDmitry Gutov2015-05-051-12/+27
* Don't pulse the indentation, or the newlineDmitry Gutov2015-05-041-1/+9
* Add xref-pulse-on-jumpDmitry Gutov2015-05-041-4/+17
* ; xref--insert-xrefs: Add (require 'compile)Dmitry Gutov2015-05-041-0/+1
* xref--insert-xrefs: Tweak the facesDmitry Gutov2015-05-041-4/+3