diff options
| author | Gerd Moellmann | 2001-01-15 13:46:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-15 13:46:41 +0000 |
| commit | bccee4f282fc53c3cd181903e322b8d531bb0db4 (patch) | |
| tree | bf043b51cf7171db0a025f04e387a2bf60774bae /src/ChangeLog | |
| parent | b3287acf9776f56602f110df5886bf0486e307ae (diff) | |
| download | emacs-bccee4f282fc53c3cd181903e322b8d531bb0db4.tar.gz emacs-bccee4f282fc53c3cd181903e322b8d531bb0db4.zip | |
(save_or_restore_current_matrices): Function removed.
(save_current_matrix, restore_current_matrix): New functions.
(adjust_frame_glyphs_for_frame_redisplay): Use them to save and
restore the frame's current matrix. Due to the glyph pointer
setup done in adjust_glyph_matrix, there is no easy way to make
saving the current matrix in the desired matrix generally correct,
so don't try it.
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 |