Mercurial > emacs
changeset 35308:ab34c80276c0
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 15 Jan 2001 13:46:41 +0000 |
parents | 8e3c6f1a31ab |
children | cb7e1d7b6b67 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jan 15 13:46:04 2001 +0000 +++ b/src/ChangeLog Mon Jan 15 13:46:41 2001 +0000 @@ -1,3 +1,13 @@ +2001-01-15 Gerd Moellmann <gerd@gnu.org> + + * dispnew.c (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. + 2001-01-15 Kenichi Handa <handa@etl.go.jp> * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by