diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b7c6198e2d..e87dbc60449 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,15 @@ | |||
| 3 | * buffer.c (syms_of_buffer) <buffer-display-table>: Doc fix. | 3 | * buffer.c (syms_of_buffer) <buffer-display-table>: Doc fix. |
| 4 | Reported by Nikolaj Schumacher <n_schumacher@web.de>. | 4 | Reported by Nikolaj Schumacher <n_schumacher@web.de>. |
| 5 | 5 | ||
| 6 | 2007-03-17 Richard Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * dired.c (file_name_completion): Gcpro NAME. | ||
| 9 | |||
| 10 | 2007-03-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 11 | |||
| 12 | * xdisp.c (try_window_id): Increment matrix positions if the | ||
| 13 | buffer's byte count has increased, but not the character count. | ||
| 14 | |||
| 6 | 2007-03-12 Andreas Schwab <schwab@suse.de> | 15 | 2007-03-12 Andreas Schwab <schwab@suse.de> |
| 7 | 16 | ||
| 8 | * lisp.h: Declare check_obarray. | 17 | * lisp.h: Declare check_obarray. |