diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0678ed7488e..bce37ce9148 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum | 3 | * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum |
| 4 | size of resulting string. | 4 | size of resulting string. |
| 5 | 5 | ||
| 6 | 2008-03-05 Jason Rumney <jasonr@gnu.org> | 6 | 2008-03-10 Jason Rumney <jasonr@gnu.org> |
| 7 | 7 | ||
| 8 | * dispnew.c (adjust_glyph_matrix): Initialize window_height. | 8 | * dispnew.c (adjust_glyph_matrix): Initialize window_height. |
| 9 | 9 | ||
| 10 | 2008-03-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 10 | 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 11 | 11 | ||
| 12 | * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes. | 12 | * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes. |
| 13 | Don't pretend as if characters with display property haven't been | 13 | Don't pretend as if characters with display property haven't been |