aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-04-03 20:46:25 -0700
committerGlenn Morris2013-04-03 20:46:25 -0700
commit47d038b3af124e8244e5c8248a71dc169f5dfaac (patch)
treef53fcadab26608afa67a59097f513aa7c19a981d
parent51af1aa2334ddfd4cc870ede9a2e1bf6de294bf0 (diff)
downloademacs-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--ChangeLog4
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/lispintro/ChangeLog4
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--leim/ChangeLog4
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog4
7 files changed, 4 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ddcd03bfcb..9d4f0c82592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
532013-03-11 Glenn Morris <rgm@gnu.org>
54
55 * Merge in all changes up to version 24.3 release.
56
532013-03-06 Paul Eggert <eggert@cs.ucla.edu> 572013-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
162013-03-16 Glenn Morris <rgm@gnu.org>
17
18 * Version 24.3 released.
19
202013-03-04 Paul Eggert <eggert@cs.ucla.edu> 162013-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
52013-03-16 Glenn Morris <rgm@gnu.org>
6
7 * Version 24.3 released.
8
92013-03-03 Glenn Morris <rgm@gnu.org> 52013-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
192013-03-16 Glenn Morris <rgm@gnu.org>
20
21 * Version 24.3 released.
222013-03-11 Teodor Zlatanov <tzz@lifelogs.com> 192013-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
422013-03-16 Glenn Morris <rgm@gnu.org>
43
44 * Version 24.3 released.
45
462013-02-08 Stefan Monnier <monnier@iro.umontreal.ca> 422013-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
172013-03-16 Glenn Morris <rgm@gnu.org>
18
19 * Version 24.3 released.
20
212013-03-13 Paul Eggert <eggert@cs.ucla.edu> 172013-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
4092013-03-16 Glenn Morris <rgm@gnu.org>
410
411 * Version 24.3 released.
412
4132013-03-16 Eli Zaretskii <eliz@gnu.org> 4092013-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