diff options
| author | Eric M. Ludlam | 2013-02-03 21:04:46 +0100 |
|---|---|---|
| committer | David Engster | 2013-02-03 21:04:46 +0100 |
| commit | cf4dd9111067527de50051a303472d31cadee36e (patch) | |
| tree | 4b47d52e2a8dc5cae940110ee24d3c0eed66d6db /doc/misc/ChangeLog | |
| parent | 72ff76bbc2adc17dbe364dee150dfca9f627e467 (diff) | |
| download | emacs-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/ChangeLog | 12 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-02-03 Glenn Morris <rgm@gnu.org> | 13 | 2013-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. |