comparison src/ChangeLog @ 5696:9f1c9f957073

Fix ChangeLog ordering.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 24 Dec 2012 01:07:25 +0900
parents 4d15e903800b
children 0bd991c31cd1
comparison
equal deleted inserted replaced
5695:9dc294ae3004 5696:9f1c9f957073
86 86
87 * lread.c (read1): 87 * lread.c (read1):
88 * print.c (print_symbol): 88 * print.c (print_symbol):
89 Adopt GNU's ## syntax for the interned symbol with the zero-length 89 Adopt GNU's ## syntax for the interned symbol with the zero-length
90 name. 90 name.
91
92 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org>
93
94 * XEmacs 21.5.32 "habanero" is released.
95 91
96 2012-09-02 Aidan Kehoe <kehoea@parhasard.net> 92 2012-09-02 Aidan Kehoe <kehoea@parhasard.net>
97 93
98 * keymap.c: 94 * keymap.c:
99 Add command remapping, a more robust equivalent to 95 Add command remapping, a more robust equivalent to
125 121
126 * keymap.c (syms_of_keymap): 122 * keymap.c (syms_of_keymap):
127 * keymap.c (vars_of_keymap): 123 * keymap.c (vars_of_keymap):
128 * keymap.c (complex_vars_of_keymap): 124 * keymap.c (complex_vars_of_keymap):
129 * lisp.h: New CHECK_COMMAND macro. 125 * lisp.h: New CHECK_COMMAND macro.
126
127 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org>
128
129 * XEmacs 21.5.32 "habanero" is released.
130 130
131 2012-05-14 Aidan Kehoe <kehoea@parhasard.net> 131 2012-05-14 Aidan Kehoe <kehoea@parhasard.net>
132 132
133 * minibuf.c (Ftest_completion): 133 * minibuf.c (Ftest_completion):
134 Correct some documentation here. 134 Correct some documentation here.