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 | |
| 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
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | leim/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
7 files changed, 4 insertions, 23 deletions
| @@ -50,6 +50,10 @@ | |||
| 50 | 2013-03-11 putenv: avoid compilation warning on mingw | 50 | 2013-03-11 putenv: avoid compilation warning on mingw |
| 51 | 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod. | 51 | 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod. |
| 52 | 52 | ||
| 53 | 2013-03-11 Glenn Morris <rgm@gnu.org> | ||
| 54 | |||
| 55 | * Merge in all changes up to version 24.3 release. | ||
| 56 | |||
| 53 | 2013-03-06 Paul Eggert <eggert@cs.ucla.edu> | 57 | 2013-03-06 Paul Eggert <eggert@cs.ucla.edu> |
| 54 | 58 | ||
| 55 | * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872). | 59 | * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872). |
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. |
diff --git a/leim/ChangeLog b/leim/ChangeLog index 5e72c347ce9..64954ddad85 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -39,10 +39,6 @@ | |||
| 39 | (rules): Use tighter regexps to avoid conflicts. | 39 | (rules): Use tighter regexps to avoid conflicts. |
| 40 | Consolidate the various rules for combining marks. | 40 | Consolidate the various rules for combining marks. |
| 41 | 41 | ||
| 42 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 43 | |||
| 44 | * Version 24.3 released. | ||
| 45 | |||
| 46 | 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | 42 | 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 47 | 43 | ||
| 48 | * quail/latin-ltx.el: Add greek superscripts. | 44 | * quail/latin-ltx.el: Add greek superscripts. |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5606ae569b6..2089a50d47b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -14,10 +14,6 @@ | |||
| 14 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: | 14 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: |
| 15 | Use ERROR_MAX, not ERRMAX. | 15 | Use ERROR_MAX, not ERRMAX. |
| 16 | 16 | ||
| 17 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 18 | |||
| 19 | * Version 24.3 released. | ||
| 20 | |||
| 21 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| 22 | 18 | ||
| 23 | File synchronization fixes (Bug#13944). | 19 | File synchronization fixes (Bug#13944). |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61a674c836e..8806bc2ac48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -406,10 +406,6 @@ | |||
| 406 | 406 | ||
| 407 | * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after. | 407 | * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after. |
| 408 | 408 | ||
| 409 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 410 | |||
| 411 | * Version 24.3 released. | ||
| 412 | |||
| 413 | 2013-03-16 Eli Zaretskii <eliz@gnu.org> | 409 | 2013-03-16 Eli Zaretskii <eliz@gnu.org> |
| 414 | 410 | ||
| 415 | * startup.el (command-line-normalize-file-name): Fix handling of | 411 | * startup.el (command-line-normalize-file-name): Fix handling of |