]> code.delx.au - gnu-emacs/history - lisp/progmodes/project.el
* lisp/simple.el (shell-command): Add save-match-data comment
[gnu-emacs] / lisp / progmodes / project.el
2016-05-06 Paul EggertMerge from origin/emacs-25
2016-05-05 Dmitry Gutovshell-quote-argument DIR when appropriate
2016-04-24 Paul EggertMerge from origin/emacs-25
2016-04-21 Eli ZaretskiiRevert "Don't use 'find-program'"
2016-04-12 Paul EggertMerge from origin/emacs-25
2016-04-11 Eli ZaretskiiDon't use 'find-program'
2016-04-11 Paul EggertMerge from origin/emacs-25
2016-04-06 Dmitry GutovAdd a `transient' project type
2016-02-22 Lars IngebrigtsenFix merge conflicts in network-stream-tests.el
2016-01-30 Paul Eggert-
2016-01-30 Dmitry GutovDon't fiddle with DEFAULT
2016-01-30 Dmitry GutovImprove project-find-file yet again!
2016-01-29 Stephen LeakeFix typo in previous commits
2016-01-29 Stephen LeakeImprove project-find-file
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 Gutov* lisp/progmodes/project.el (project--read-regexp)...
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-09 Eli ZaretskiiDocument user-level functions in project.el
2016-01-08 Dmitry GutovFix two project-find-file issues
2016-01-07 Dmitry Gutov; Add NEWS entry for project.el
2016-01-07 Dmitry GutovAdd project-find-file and project-or-external-find...
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-01 Paul EggertUpdate copyright year to 2016
2015-12-30 John WiegleyMerge emacs-25 into master (using imerge)
2015-12-29 Paul EggertSpelling fix
2015-12-29 Dmitry Gutov; * lisp/progmodes/project.el: Update TODO
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-11-15 Dmitry GutovUpdate project-find-regexp for the new xref API
2015-11-15 Xue FuqiaoMerge branch 'release-process-lowercase'
2015-11-12 Phillip Lord; Merge branch 'fix/no-undo-boundary-on-secondary-buffe...
2015-11-10 Paul EggertSpelling fixes
2015-11-10 Dmitry Gutov; project-library-roots-function: Update the FIXME
2015-11-10 Dmitry Gutov* lisp/progmodes/project.el: Update Commentary.
2015-11-10 Dmitry GutovMerge branch 'project-next'
2015-11-10 Dmitry GutovFold `project-ask-user' into `project-current'
2015-11-08 Dmitry GutovRemove dirs in vc project roots from the the vc project...
2015-11-08 Dmitry Gutov; project-library-roots: Update docstring
2015-11-08 Dmitry GutovMove and rename xref-find-regexp to the project package
2015-11-06 Dmitry GutovRename "search path" to "library roots"
2015-08-17 Noah FriedmanMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-08-10 Dmitry GutovAdd project-vc-search-path and project-vc-ignores
2015-08-05 Dmitry Gutov* lisp/progmodes/project.el: Add a paragraph to the...
2015-08-01 Dmitry GutovAdd a second argument to project-ignores
2015-07-31 Dmitry GutovRename project-directories to project-roots
2015-07-20 Dmitry GutovDo not corrupt grep-find-ignored-files
2015-07-12 Dmitry GutovAdd `project-ignores'
2015-07-10 Dmitry GutovIntroduce a Project API