changeset 5696:9f1c9f957073

Fix ChangeLog ordering.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 24 Dec 2012 01:07:25 +0900
parents 9dc294ae3004
children 40fbceabaafd
files lisp/ChangeLog man/ChangeLog src/ChangeLog tests/ChangeLog
diffstat 4 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Dec 14 01:19:36 2012 +0100
+++ b/lisp/ChangeLog	Mon Dec 24 01:07:25 2012 +0900
@@ -51,15 +51,15 @@
 	Removed. Move this to C, so we can use
 	look_for_coding_system_magic_cookie().
 
-2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
-
-	* XEmacs 21.5.32 "habanero" is released.
-
 2012-09-02  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* help.el (describe-function-1):
 	Document any command remapping that has been done in this function.
 
+2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* XEmacs 21.5.32 "habanero" is released.
+
 2012-05-14  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* byte-optimize.el (byte-optimize-letX):
--- a/man/ChangeLog	Fri Dec 14 01:19:36 2012 +0100
+++ b/man/ChangeLog	Mon Dec 24 01:07:25 2012 +0900
@@ -17,10 +17,6 @@
 	Document the new syntax of ## for the symbol with name "" interned
 	in obarray.
 
-2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
-
-	* XEmacs 21.5.32 "habanero" is released.
-
 2012-09-02  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* lispref/keymaps.texi (Keymaps):
@@ -31,6 +27,10 @@
 	* lispref/keymaps.texi (Other Keymap Functions):
 	Document the new command remapping functionality in this file.
 
+2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* XEmacs 21.5.32 "habanero" is released.
+
 2012-05-06  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* lispref/macros.texi (Expansion):
--- a/src/ChangeLog	Fri Dec 14 01:19:36 2012 +0100
+++ b/src/ChangeLog	Mon Dec 24 01:07:25 2012 +0900
@@ -89,10 +89,6 @@
 	Adopt GNU's ## syntax for the interned symbol with the zero-length
 	name.
 
-2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
-
-	* XEmacs 21.5.32 "habanero" is released.
-
 2012-09-02  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* keymap.c:
@@ -128,6 +124,10 @@
 	* keymap.c (complex_vars_of_keymap):
 	* lisp.h: New CHECK_COMMAND macro.
 
+2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* XEmacs 21.5.32 "habanero" is released.
+
 2012-05-14  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* minibuf.c (Ftest_completion):
--- a/tests/ChangeLog	Fri Dec 14 01:19:36 2012 +0100
+++ b/tests/ChangeLog	Mon Dec 24 01:07:25 2012 +0900
@@ -14,15 +14,15 @@
 	Make sure we can search for character ranges successfully when the
 	syntax table is dirty.
 
-2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
-
-	* XEmacs 21.5.32 "habanero" is released.
-
 2012-09-02  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* automated/keymap-tests.el:
 	Test the new command remapping functionality.
 
+2012-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* XEmacs 21.5.32 "habanero" is released.
+
 2012-05-12  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* automated/mule-tests.el: