diff options
| author | Richard M. Stallman | 2005-12-30 04:55:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-30 04:55:06 +0000 |
| commit | d11db2c8ddb7e6b0ce43db7f7f0582bb5c48cdb2 (patch) | |
| tree | 8383f3a63ad72d557267ec1f7330b4a3fa6da64d /src/ChangeLog | |
| parent | c36238ee75f3dfab037a2694cf21c0f213432a92 (diff) | |
| download | emacs-d11db2c8ddb7e6b0ce43db7f7f0582bb5c48cdb2.tar.gz emacs-d11db2c8ddb7e6b0ce43db7f7f0582bb5c48cdb2.zip | |
(readevalloop): Test for reading a whole buffer
before actually reading anything. Handle all cases, including
START = END = nil and an already-narrowed buffer.
Convert END to a marker if it is a number.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2005-12-29 Richard M. Stallman <rms@gnu.org> | 1 | 2005-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. |