summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
AgeCommit message (Expand)Author
2026-04-03xref-edit--prepare-buffer: Prohibit insertion before group headers tooDmitry Gutov
2026-04-01xref-edit--prepare-buffer: Fix text insertion behavior around prefixDmitry Gutov
2026-04-01xref-edit-mode: Compute 'occur-target' markers lazilyDmitry Gutov
2026-04-01Change "XREF" to "Xref" in mode lighterDmitry Gutov
2026-04-01Add xref-edit-mode (bug#80616)Dmitry Gutov
2026-03-14Simplify 'xref-mouse-mode-map'Philip Kaludercic
2026-03-12Add 'xref-mouse-mode' minor modePhilip Kaludercic
2026-02-06Allow using xref-find-references without visiting a tags tableDmitry Gutov
2026-01-29xref-find-backend: Error instead of returning nilDmitry Gutov
2026-01-28xref-matches-in-directory and xref-matches-in-files: More consistencyDmitry Gutov
2026-01-28xref-matches-in-directory: Don't error on "Binary file ... matches"Dmitry Gutov
2026-01-28Customizable xref-references-in-directory backendDaniel Mendler
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-18Merge from origin/emacs-30Eli Zaretskii
2025-10-18; Improve documentation of commands that split current windowEli Zaretskii
2025-05-15New top-level buffer-local value functionsSean Whitton
2025-03-21xref: error -> user-error: reduce debug-on-error annoyanceDaniel Colascione
2025-03-04Merge from savannah/emacs-30Po Lu
2025-03-02Fix the use of xref-window-local-history together with Xref bufferDmitry Gutov
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-27Make Xref commands follow 'display-buffer' customizationsDmitry Gutov
2024-11-14Merge from origin/emacs-30Michael Albinus
2024-11-14Update 'xref-num-matches-found' when reverting *xref* bufferEshel Yaron
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-05Simplify xref regular expression with rxDaniel Colascione
2024-10-03; Update a comment accordinglyDmitry Gutov
2024-10-03xref-location-marker: Use find-file-noselect to ensure uptodatenessDmitry Gutov
2024-07-07Checkdoc fixes in progmodesStefan Kangas
2024-06-27* lisp/progmodes/xref.el (xref-revert-buffer-restore-point): New function.Juri Linkov
2024-06-26Use 'revert-function' in *xref* bufferEshel Yaron
2024-06-05Use revert-buffer-restore-functions in xref-revert-buffer (bug#49731)Juri Linkov
2024-06-04Spelling fixesPaul Eggert
2024-05-27* lisp/progmodes/xref.el: Bump the version to 1.7.0Dmitry Gutov
2024-05-26xref-revert-buffer: Make inhibit-modification-hooks binding a bit saferDmitry Gutov
2024-05-18Fix project-find-regexp in remote projectsDmitry Gutov
2024-05-18xref--group-name-for-display: Undo most of the latest changeDmitry Gutov
2024-05-17; Fix search in remote project with relative file namesDmitry Gutov
2024-05-15(xref--collect-matches): Move inhibit-modification-hooks binding downStefan Monnier
2024-05-12Fix 'C-u C-x p g' globally and 'A' in dired-modeDmitry Gutov
2024-05-09xref--collect-matches: Fix the application of syntax-propertizeDmitry Gutov
2024-05-07; xref-matches-in-files: Fix the previous change (bug#70813)Dmitry Gutov
2024-05-05New variable 'project-files-relative-names'Dmitry Gutov
2024-03-28Correctly check buffer mtime when displaying xref matchesSpencer Baugh
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-23xref-backend-references: Avoid finding duplicatesDmitry Gutov
2023-10-09* lisp/progmodes/xref.el: Show the number of matches on mode-line (bug#66332)Juri Linkov
2023-09-02xref.el: Ensure that the return value is the bufferDmitry Gutov
2023-09-01Don't push to Xref history when search ends with errorDmitry Gutov