]> code.delx.au - gnu-emacs/commitdiff
; Add NEWS entry for project.el
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 7 Jan 2016 23:54:50 +0000 (02:54 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 7 Jan 2016 23:54:50 +0000 (02:54 +0300)
etc/NEWS
lisp/progmodes/project.el

index 234701237f90b7de4529bf06caf08ff1a9e9668a..6cac8096f5df1dc7399b240b4d89581f566a8e2f 100644 (file)
--- a/etc/NEWS
+++ b/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,
 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
 
 `find-tag-marker-ring-length' is now an obsolete alias for
index 2e3222f55dc4f1cb6e8e22842f2f5f66fdadc424..cfe7fc3750a38be9f04ea74908e1d8070490a88f 100644 (file)
 ;; current project, without having to know which package handles
 ;; 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:
 ;;
 ;; Function `project-current', to determine the current project