summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
AgeCommit message (Expand)Author
2021-10-09* lisp/progmodes/xref.el: Bump the version.Dmitry Gutov
2021-10-09Slight simplificaitonDmitry Gutov
2021-10-08(xref--collect-matches-1): Remove some intermediate allocationsDmitry Gutov
2021-10-08Add Emacs 27 compatibility hackDmitry Gutov
2021-10-05Retain compatibility with older project.el projectsDmitry Gutov
2021-10-01; s/class/typeDmitry Gutov
2021-10-01Migrate Xref off EIEIODmitry Gutov
2021-09-25; Remove various duplicated wordsMattias Engdegård
2021-09-25'xref-search-program'-related doc string fixesLars Ingebrigtsen
2021-09-23A bit less overhead when converting hitsDmitry Gutov
2021-09-23More per-match overhead reductionDmitry Gutov
2021-09-23xref-matches-in-files: Decrease per match and per group overheadDmitry Gutov
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-17xref-matches-in-files: Move sorting to LispDmitry Gutov
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-13Extend xref-file-name-display to elisp and etags definitionsDmitry Gutov
2021-09-10Doc string followup to last change.Eli Zaretskii
2021-09-07Fix a recent documentation changeEli Zaretskii
2021-09-07Improve documentation of new Xref optionsEli Zaretskii
2021-09-06Fixup dired-do-find-regexp-and-replaceDmitry Gutov
2021-09-06project--files-in-directory: Fix handling of ignoresDmitry Gutov
2021-09-05* lisp/progmodes/xref.el: Bump the version again.Dmitry Gutov
2021-09-05* lisp/progmodes/xref.el: Fix defcustoms (bug#50067)Juri Linkov
2021-09-05Belated fixDmitry Gutov
2021-09-05* lisp/progmodes/xref.el: Bump version.Dmitry Gutov
2021-09-05Xref: automatic jumping to the first definition or referenceDmitry Gutov
2021-09-05Rename xref-select-and-{goto,show}-xrefDmitry Gutov
2021-08-31Rename xref--mouse-2 and adjust documentationLars Ingebrigtsen
2021-08-21Use overlay arrow to indicate current *xref* selectionMattias Engdegård
2021-08-21Add "Find References" to context menu (bug#50067)Mattias Engdegård
2021-08-21Indicate progress while searching for references in xrefMattias Engdegård
2021-08-21Re-type the :location slot in `xref-match-item` to `xref-location`Mattias Engdegård
2021-08-21Improve doc string of 'M-.'Eli Zaretskii
2021-08-20Fix xref {prev,next}-error target buffer match highlighting extentMattias Engdegård
2021-08-18* lisp/progmodes/xref.el (xref--collect-matches): Widen temporarily.Juri Linkov
2021-08-06Provide a default for xref-find-apropos patternDmitry Gutov
2021-08-06Change the xref-goto-xref error messageDmitry Gutov
2021-07-29Fix printing of multiple items in one group without line numbersDmitry Gutov
2021-07-06(xref--insert-xrefs): Fix printing of line numbersDmitry Gutov
2021-06-07Support old BSD find and "root dir symlink" betterDmitry Gutov
2021-05-20(completing-read): Add `group-function` to the completion metadataDaniel Mendler
2021-05-18Visually truncate excessively long lines in XrefDmitry Gutov
2021-04-29* lisp/progmodes/xref.el: Bump version.Dmitry Gutov
2021-04-24Obsolete the TAB binding in *xref* buffersEli Zaretskii
2021-04-23Revert "Remove the binding for xref-quit-and-goto-xref"Eli Zaretskii
2021-04-23* lisp/progmodes/xref.el: Remove the "still experimental" note.Dmitry Gutov
2021-04-23Remove the binding for xref-quit-and-goto-xrefDmitry Gutov
2021-04-22Move part of the fix from project to xrefDmitry Gutov
2021-04-16Improve quoting of directory names in project/xrefDmitry Gutov
2021-04-02* lisp/progmodes/xref.el: Change xref-file-name-display and xref-match face.Juri Linkov