diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 955c8929f92..e71a0e3217d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xterm.c (x_term_init): Work around a bug in some X servers. | ||
| 4 | |||
| 5 | 2004-09-18 Richard M. Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix. | ||
| 8 | |||
| 9 | * xdisp.c (try_window_reusing_current_matrix): | ||
| 10 | Handle the case where we reach the old displayed text, | ||
| 11 | out of sync with the old line boundary. | ||
| 12 | |||
| 1 | 2004-09-14 Stefan <monnier@iro.umontreal.ca> | 13 | 2004-09-14 Stefan <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * fileio.c (Finsert_file_contents): Fix case of replacement in a | 15 | * fileio.c (Finsert_file_contents): Fix case of replacement in a |