diff options
| author | Glenn Morris | 2012-10-05 21:42:02 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-05 21:42:02 -0400 |
| commit | 24636b2633c00ac63cc023f8b6e76e416fa1728a (patch) | |
| tree | 872d99960d2a1c1e38a435542e27cb73e5085a56 /doc/misc/ChangeLog | |
| parent | a03bb33fb07f49255847eebdb4c47299ab38b45c (diff) | |
| download | emacs-24636b2633c00ac63cc023f8b6e76e416fa1728a.tar.gz emacs-24636b2633c00ac63cc023f8b6e76e416fa1728a.zip | |
Remove outdated information from ERC manual
* doc/misc/erc.texi: Include emacsver.texi, and use EMACSVER rather than
ERC version.
(Introduction): ERC is distributed with Emacs.
(Obtaining ERC, Installation): Remove chapters, no longer relevant.
(Getting Started): Simplify.
(Getting Help and Reporting Bugs): Refer to general Emacs lists.
(History): Mention ERC maintained as part of Emacs now.
* doc/misc/Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
Add dependency on emacsver.texi.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index f210af4e5f3..5fdd4acde95 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2012-10-06 Glenn Morris <rgm@gnu.org> | 1 | 2012-10-06 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * erc.texi: Include emacsver.texi, and use EMACSVER rather than | ||
| 4 | ERC version. | ||
| 5 | (Introduction): ERC is distributed with Emacs. | ||
| 6 | (Obtaining ERC, Installation): Remove chapters, no longer relevant. | ||
| 7 | (Getting Started): Simplify. | ||
| 8 | (Getting Help and Reporting Bugs): Refer to general Emacs lists. | ||
| 9 | (History): Mention ERC maintained as part of Emacs now. | ||
| 10 | * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf): | ||
| 11 | Add dependency on emacsver.texi. | ||
| 12 | |||
| 3 | * erc.texi: Remove hand-written node pointers. | 13 | * erc.texi: Remove hand-written node pointers. |
| 4 | 14 | ||
| 5 | 2012-10-05 Glenn Morris <rgm@gnu.org> | 15 | 2012-10-05 Glenn Morris <rgm@gnu.org> |