]> code.delx.au - gnu-emacs/history - lisp/progmodes/xref.el
Perform xref searches without visiting unopened files
[gnu-emacs] / lisp / progmodes / xref.el
2016-04-12 Dmitry GutovPerform xref searches without visiting unopened files
2016-03-30 Alan MackenzieMerge branch 'emacs-25' of /home/acm/emacs/emacs.git...
2016-03-17 Michael AlbinusMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2016-03-17 Glenn Morris* lisp/progmodes/xref.el (xref-buffer-name, xref--window):
2016-03-03 Dmitry GutovMake sure to use case-sensitive search
2016-02-29 Dmitry GutovUncomment the next-error-function integration in xref
2016-02-21 Dmitry GutovKill off xref--display-history
2016-02-21 Dmitry GutovKeep the xref buffer visible until the user quits it...
2016-01-29 Stephen LeakeImprove project-find-file
2016-01-24 Dmitry GutovRename xref-query-replace to xref-query-replace-in...
2016-01-23 Dmitry GutovComment out next-error-function integration in xref
2016-01-22 Stephen LeakeIn xref-collect-references, force backends to respect...
2016-01-18 Dmitry GutovAdd xref-based replacements for Dired search commands
2016-01-13 Glenn MorrisAdd some missing version tags.
2016-01-09 Eli ZaretskiiImprove doc strings and prompts in xref.el
2016-01-07 Dmitry GutovAdd project-find-file and project-or-external-find...
2016-01-04 Paul EggertSpelling fix
2016-01-03 Dmitry Gutov; Clarify that xref is still experimental
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-30 Dmitry GutovUndo ill-advised change
2015-12-28 Dmitry GutovRename project-library-roots to project-external-roots
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-12-02 Dmitry GutovAPPEND etags--xref-backend to xref-backend-functions
2015-11-27 Dmitry GutovAutoload etags when using its xref backend
2015-11-20 Dmitry GutovAdd xref--etags-backend to xref-backing-functions using...
2015-11-17 Stephen LeakeImprove doc string
2015-11-15 Dmitry GutovUnify the absolutely equal xref-backend-references...
2015-11-15 Dmitry GutovUpdate project-find-regexp for the new xref API
2015-11-15 Dmitry GutovFix replacing a match with a shorter string
2015-11-14 Artur Malabarba* lisp/progmodes/xref.el (xref-pop-marker-stack): Downg...
2015-11-14 Dmitry GutovMerge branch 'master' into emacs-25
2015-11-14 Dmitry Gutov; Update xref-etags-mode for the latest change
2015-11-14 Dmitry GutovUse generic dispatch for xref backends
2015-11-13 Dmitry GutovHandle multiple matches on the same line; add highlighting
2015-11-13 Dmitry GutovReplace xref-match-bounds with xref-match-length
2015-11-12 Phillip Lord; Merge branch 'fix/no-undo-boundary-on-secondary-buffe...
2015-11-10 Dmitry GutovMerge branch 'project-next'
2015-11-08 Dmitry GutovMove and rename xref-find-regexp to the project package
2015-11-06 Dmitry GutovAbolish temporary buffer management for xref
2015-11-06 Dmitry GutovRename "search path" to "library roots"
2015-11-06 Stephen Leake* lisp/progmodes/xref.el: require semantic/symref durin...
2015-11-04 Juanma Barranquero* lisp/progmodes/xref.el: Doc fixes
2015-09-08 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-03 Paul EggertFix some more docstring etc. quoting problems
2015-08-17 Noah FriedmanMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-08-11 Stephen Leakeelisp--xref-find-definitions handle cl-defstuct default...
2015-08-10 Dmitry Gutov; Fix xref--show-location, after regression in ee50e62
2015-08-10 Dmitry GutovAdd project-vc-search-path and project-vc-ignores
2015-08-05 Dmitry GutovPreserve window point in xref-find-definitions-other...
2015-08-01 Dmitry GutovAdd a second argument to project-ignores
2015-07-31 Dmitry GutovRename project-directories to project-roots
2015-07-22 Dmitry Gutov; xref-find-regexp: (require 'grep), for grep-read...
2015-07-21 Dmitry GutovAdd new xref-query-replace command
2015-07-20 Dmitry Gutov; Fix a typo
2015-07-20 Dmitry GutovAdd xref-match-item, and use it
2015-07-20 Dmitry GutovRename xref--xref to xref-item
2015-07-20 Dmitry GutovRename xref description slot to summary
2015-07-19 Dmitry GutovAdd xref-after-jump-hook and xref-after-return-hook
2015-07-13 Dmitry GutovShow the default value in the prompt
2015-07-12 Dmitry GutovWhen called with prefix argument, ask for file patterns...
2015-07-12 Dmitry GutovAdd `project-ignores'
2015-07-11 Dmitry GutovBind grep-highlight-matches to nil
2015-07-10 Dmitry GutovDon't check the exit status, it can be misleading
2015-07-10 Dmitry GutovIntroduce a Project API
2015-07-09 Dmitry GutovSyntax-propertize until the end of the line first
2015-07-09 Dmitry Gutov* lisp/progmodes/xref.el (xref-collect-matches): Use...
2015-06-27 Dmitry GutovAdd --color Grep option to the command dynamically
2015-06-24 Stefan Monnier* lisp/progmodes/xref.el: Avoid init-args in oref.
2015-06-19 Paul EggertMerge from origin/emacs-24
2015-06-06 Eli ZaretskiiFix display when a font claims large values of ascent...
2015-06-04 Nicolas PettonMerge branch 'map'
2015-06-03 Dmitry GutovOverride 'grep --color=always'
2015-06-03 Dmitry GutovRestore <D> instead of '.' in grep-find-template
2015-06-02 Dmitry GutovReuse rgrep mechanics in xref-find-regexp
2015-06-02 Dmitry GutovMove xref-elisp-location to elisp-mode.el
2015-06-02 Glenn MorrisMerge from origin/emacs-24
2015-06-02 Glenn Morris; Merge from origin/emacs-24
2015-05-26 Dmitry Gutovxref-prompt-for-identifier: Use a list value
2015-05-23 Stefan Monnier* lisp/progmodes/xref.el (xref-find-apropos): Use read...
2015-05-17 Jan DMerge branch 'master' into cairo
2015-05-10 Dmitry GutovAdd xref-find-regexp
2015-05-06 Dmitry GutovDon't require match
2015-05-05 Nicolas PettonMerge branch 'seq-let'
2015-05-05 Dmitry Gutov; Update a comment
2015-05-05 Dmitry GutovButtonize the whole line, including the number at the...
2015-05-04 Dmitry GutovInsert, highlight and align line numbers in xref output
2015-05-04 Dmitry GutovDon't pulse the indentation, or the newline
2015-05-04 Dmitry GutovAdd xref-pulse-on-jump
2015-05-03 Dmitry Gutov; xref--insert-xrefs: Add (require 'compile)
2015-05-03 Dmitry Gutovxref--insert-xrefs: Tweak the faces
2015-05-02 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-05-01 Dmitry Gutov; * xref.el (xref-collect-references): Simplify.
2015-05-01 Dmitry GutovImplement xref-find-references in etags and elisp-mode
2015-04-30 Helmut EllerSet next-error-* in xref--xref-buffer-mode
2015-04-26 Dmitry GutovIntroduce xref-prompt-for-identifier
2015-04-26 Jan DMerge branch 'master' into cairo
2015-04-26 Dmitry GutovPass `id' to `completing-read' as def instead of initia...
2015-04-17 Leo Liu* lisp/progmodes/xref.el (xref-push-marker-stack):...
2015-04-05 Richard Stallman * mail/rmail.el (rmail-show-message-1): When...
2015-04-04 Paul EggertMerge from origin/emacs-24
next