diff options
| author | Glenn Morris | 2013-04-03 20:46:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-04-03 20:46:25 -0700 |
| commit | 47d038b3af124e8244e5c8248a71dc169f5dfaac (patch) | |
| tree | f53fcadab26608afa67a59097f513aa7c19a981d /doc | |
| parent | 51af1aa2334ddfd4cc870ede9a2e1bf6de294bf0 (diff) | |
| download | emacs-47d038b3af124e8244e5c8248a71dc169f5dfaac.tar.gz emacs-47d038b3af124e8244e5c8248a71dc169f5dfaac.zip | |
ChangeLog fixes
2013-03-16 was not the date Emacs 24.3 was released, it was not even
the date on which I merged all changes from that release into trunk.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00990.html
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c2be55a33bb..90e31b9923e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -13,10 +13,6 @@ | |||
| 13 | 13 | ||
| 14 | * emacs.texi (Top): Add some stuff specific to www.gnu.org. | 14 | * emacs.texi (Top): Add some stuff specific to www.gnu.org. |
| 15 | 15 | ||
| 16 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 17 | |||
| 18 | * Version 24.3 released. | ||
| 19 | |||
| 20 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> |
| 21 | 17 | ||
| 22 | Prefer UTF-8 for documentation. | 18 | Prefer UTF-8 for documentation. |
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index e12c57d4b76..93084e76203 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -2,10 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. | 3 | * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. |
| 4 | 4 | ||
| 5 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * Version 24.3 released. | ||
| 8 | |||
| 9 | 2013-03-03 Glenn Morris <rgm@gnu.org> | 5 | 2013-03-03 Glenn Morris <rgm@gnu.org> |
| 10 | 6 | ||
| 11 | * emacs-lisp-intro.texi (Digression into C): Update example. | 7 | * emacs-lisp-intro.texi (Digression into C): Update example. |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 416bb1eec98..dc6ebb4f35c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -16,9 +16,6 @@ | |||
| 16 | 16 | ||
| 17 | * elisp.texi: Add some stuff specific to www.gnu.org. | 17 | * elisp.texi: Add some stuff specific to www.gnu.org. |
| 18 | 18 | ||
| 19 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 20 | |||
| 21 | * Version 24.3 released. | ||
| 22 | 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com> | 19 | 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com> |
| 23 | 20 | ||
| 24 | * control.texi (Pattern matching case statement): Fix typo. | 21 | * control.texi (Pattern matching case statement): Fix typo. |