diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eb485d740b3..1bea2b42391 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-01-15 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (save_or_restore_current_matrices): Function removed. | ||
| 4 | (save_current_matrix, restore_current_matrix): New functions. | ||
| 5 | (adjust_frame_glyphs_for_frame_redisplay): Use them to save and | ||
| 6 | restore the frame's current matrix. Due to the glyph pointer | ||
| 7 | setup done in adjust_glyph_matrix, there is no easy way to make | ||
| 8 | saving the current matrix in the desired matrix generally correct, | ||
| 9 | so don't try it. | ||
| 10 | |||
| 1 | 2001-01-15 Kenichi Handa <handa@etl.go.jp> | 11 | 2001-01-15 Kenichi Handa <handa@etl.go.jp> |
| 2 | 12 | ||
| 3 | * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by | 13 | * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by |