]> code.delx.au - gnu-emacs/history - lisp/progmodes/xref.el
* lisp/simple.el (shell-command): Add save-match-data comment
[gnu-emacs] / lisp / progmodes / xref.el
2016-05-09 Paul EggertMerge from origin/emacs-25
2016-05-07 Dmitry GutovSay 'All results processed' at the end
2016-05-06 Paul EggertMerge from origin/emacs-25
2016-05-05 Dmitry Gutov`nreverse' the marker pairs list
2016-05-05 Dmitry Gutovshell-quote-argument DIR when appropriate
2016-05-05 Dmitry GutovRework xref-query-replace-in-results
2016-05-03 Dmitry GutovHandle "empty line" regexp in xref searches
2016-05-03 Dmitry GutovClear buffer-undo-list when showing xrefs
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Dmitry Gutov`nreverse' Grep hits before passing them to xref--conve...
2016-04-18 Paul EggertMerge from origin/emacs-25
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-22 Paul Eggert-
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-11 John WiegleyMerge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
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-22 John WiegleyMerge from origin/emacs-25
2016-02-22 Lars IngebrigtsenFix merge conflicts in network-stream-tests.el
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-30 Paul Eggert-
2016-01-30 Paul EggertMerge from origin/emacs-25
2016-01-30 Paul Eggert-
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-20 Vincent BelaïcheMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-19 John Wiegley-
2016-01-19 John Wiegley-
2016-01-18 Dmitry GutovAdd xref-based replacements for Dired search commands
2016-01-14 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-13 Glenn MorrisAdd some missing version tags.
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
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 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-03 John WiegleyMerge branch 'emacs-25-merge'
2016-01-03 Dmitry Gutov; Clarify that xref is still experimental
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-30 John WiegleyMerge emacs-25 into master (using imerge)
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-25 Michael AlbinusMerge branch 'scratch/kqueue' of git.sv.gnu.org:/srv... origin/scratch/kqueue
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-15 Xue FuqiaoMerge branch 'release-process-lowercase'
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
next