diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d7f8e5b9c19..0678ed7488e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum | ||
| 4 | size of resulting string. | ||
| 5 | |||
| 6 | 2008-03-05 Jason Rumney <jasonr@gnu.org> | ||
| 7 | |||
| 8 | * dispnew.c (adjust_glyph_matrix): Initialize window_height. | ||
| 9 | |||
| 10 | 2008-03-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 11 | |||
| 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 | ||
| 14 | consumed for string-replacing-string case. | ||
| 15 | |||
| 1 | 2008-03-08 Kim F. Storm <storm@cua.dk> | 16 | 2008-03-08 Kim F. Storm <storm@cua.dk> |
| 2 | 17 | ||
| 3 | * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro. | 18 | * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro. |