; Add NEWS entry for project.el
This commit is contained in:
parent
671862f6b3
commit
648de81b0b
2 changed files with 13 additions and 0 deletions
8
etc/NEWS
8
etc/NEWS
|
@ -962,6 +962,14 @@ As a result of this, the following commands are now obsolete:
|
||||||
The framework's API is still experimental and can change in major,
|
The framework's API is still experimental and can change in major,
|
||||||
backward-incompatible ways.
|
backward-incompatible ways.
|
||||||
|
|
||||||
|
** New package Project
|
||||||
|
|
||||||
|
The new package Project provides generic infrastructure for dealing
|
||||||
|
with projects. The main commands included in it are
|
||||||
|
`project-find-file' and `project-find-regexp'.
|
||||||
|
|
||||||
|
Like Xref, the project API is still experimental.
|
||||||
|
|
||||||
*** New variables
|
*** New variables
|
||||||
|
|
||||||
`find-tag-marker-ring-length' is now an obsolete alias for
|
`find-tag-marker-ring-length' is now an obsolete alias for
|
||||||
|
|
|
@ -27,6 +27,11 @@
|
||||||
;; current project, without having to know which package handles
|
;; current project, without having to know which package handles
|
||||||
;; detection of that project type, parsing its config files, etc.
|
;; detection of that project type, parsing its config files, etc.
|
||||||
;;
|
;;
|
||||||
|
;; NOTE: The project API is still experimental and can change in major,
|
||||||
|
;; backward-incompatible ways. Everyone is encouraged to try it, and
|
||||||
|
;; report to us any problems or use cases we hadn't anticipated, by
|
||||||
|
;; sending an email to emacs-devel, or `M-x report-emacs-bug'.
|
||||||
|
;;
|
||||||
;; Infrastructure:
|
;; Infrastructure:
|
||||||
;;
|
;;
|
||||||
;; Function `project-current', to determine the current project
|
;; Function `project-current', to determine the current project
|
||||||
|
|
Loading…
Add table
Reference in a new issue