aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorEric M. Ludlam2013-02-03 21:04:46 +0100
committerDavid Engster2013-02-03 21:04:46 +0100
commitcf4dd9111067527de50051a303472d31cadee36e (patch)
tree4b47d52e2a8dc5cae940110ee24d3c0eed66d6db /doc/misc/ChangeLog
parent72ff76bbc2adc17dbe364dee150dfca9f627e467 (diff)
downloademacs-cf4dd9111067527de50051a303472d31cadee36e.tar.gz
emacs-cf4dd9111067527de50051a303472d31cadee36e.zip
Update EDE documentation (bug #11441).
* doc/misc/ede.texi (Creating a project): Make ede-new doc less specific, and only about items it supports, indicating that there might be more. Remove refs to simple project and direct automake from ede new. (Simple projects): Re-write to not talk about ede-simple-project which is deprecated, and instead use the term to mean projects that don't do much management, just project wrapping. Add ede-generic-project link. (ede-generic-project): New node (bug#11441).
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 1fc58f9fa4c..5baf24069da 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,15 @@
12013-02-03 Eric Ludlam <zappo@gnu.org>
2
3 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
4 specific, and only about items it supports, indicating that there
5 might be more. Remove refs to simple project and direct automake
6 from ede new.
7 (Simple projects): Re-write to not talk about ede-simple-project
8 which is deprecated, and instead use the term to mean projects
9 that don't do much management, just project wrapping. Add
10 ede-generic-project link.
11 (ede-generic-project): New node (bug#11441).
12
12013-02-03 Glenn Morris <rgm@gnu.org> 132013-02-03 Glenn Morris <rgm@gnu.org>
2 14
3 * cl.texi (Equality Predicates): Fix eq/eql pedantry. 15 * cl.texi (Equality Predicates): Fix eq/eql pedantry.