emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 648de81: ; Add NEWS entry for project.el


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-25 648de81: ; Add NEWS entry for project.el
Date: Thu, 07 Jan 2016 23:54:55 +0000

branch: emacs-25
commit 648de81b0b3be18e317d66c3bc09091038a06e96
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Add NEWS entry for project.el
---
 etc/NEWS                  |    8 ++++++++
 lisp/progmodes/project.el |    5 +++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 2347012..6cac809 100644
--- 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
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 2e3222f..cfe7fc3 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -27,6 +27,11 @@
 ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]