aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 019e12fed2e..ad9084b4b46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12005-12-29 Richard M. Stallman <rms@gnu.org> 12005-12-29 Richard M. Stallman <rms@gnu.org>
2 2
3 * lread.c (readevalloop): Test for reading a whole buffer
4 before actually reading anything. Handle all cases, including
5 START = END = nil and an already-narrowed buffer.
6 Convert END to a marker if it is a number.
7
3 * keymap.c (describe_map): Put sparse map elements into an array, 8 * keymap.c (describe_map): Put sparse map elements into an array,
4 sort them, then output a sequence of identical bindings on one line. 9 sort them, then output a sequence of identical bindings on one line.
5 (struct describe_map_elt): New data type. 10 (struct describe_map_elt): New data type.