comparison src/ChangeLog @ 67907:c8f97199cfbc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 Dec 2005 04:55:06 +0000
parents 71ec21feb311
children c475c5493ee0
comparison
equal deleted inserted replaced
67906:28939487a2d5 67907:c8f97199cfbc
1 2005-12-29 Richard M. Stallman <rms@gnu.org> 1 2005-12-29 Richard M. Stallman <rms@gnu.org>
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.
2 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.
6 (describe_map_compare): New function. 11 (describe_map_compare): New function.