diff options
| author | Richard M. Stallman | 2007-03-19 05:42:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-19 05:42:21 +0000 |
| commit | 705959fc64a88c6571aa097b3d0a220555b63b80 (patch) | |
| tree | a6c176b3921bb4039a2cb0f85740f67095288615 /src/ChangeLog | |
| parent | 9a982d0a35dc25a083d4c3b1960b586a57b55dd7 (diff) | |
| download | emacs-705959fc64a88c6571aa097b3d0a220555b63b80.tar.gz emacs-705959fc64a88c6571aa097b3d0a220555b63b80.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 65388e287a2..9bf57f082f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-03-19 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (NUM_RECENT_KEYS): Bump up to 300. | ||
| 4 | |||
| 5 | * buffer.c (syms_of_buffer): Doc fix. | ||
| 6 | |||
| 1 | 2007-03-18 Chong Yidong <cyd@stupidchicken.com> | 7 | 2007-03-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * image.c (pbm_load): Signal error for invalid image size. | 9 | * image.c (pbm_load): Signal error for invalid image size. |
| @@ -21,12 +27,7 @@ | |||
| 21 | 27 | ||
| 22 | 2007-03-17 Richard Stallman <rms@gnu.org> | 28 | 2007-03-17 Richard Stallman <rms@gnu.org> |
| 23 | 29 | ||
| 24 | * dired.c (file_name_completion): Gcpro NAME. | 30 | * dired.c (file_name_completion): gcpro NAME. |
| 25 | |||
| 26 | 2007-03-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 27 | |||
| 28 | * xdisp.c (try_window_id): Increment matrix positions if the | ||
| 29 | buffer's byte count has increased, but not the character count. | ||
| 30 | 31 | ||
| 31 | 2007-03-12 Andreas Schwab <schwab@suse.de> | 32 | 2007-03-12 Andreas Schwab <schwab@suse.de> |
| 32 | 33 | ||