Mercurial > emacs
comparison src/ChangeLog @ 35308:ab34c80276c0
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 15 Jan 2001 13:46:41 +0000 |
parents | 99683b46618e |
children | d1e16119cf2c |
comparison
equal
deleted
inserted
replaced
35307:8e3c6f1a31ab | 35308:ab34c80276c0 |
---|---|
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 |
4 truncation glyphs. | 14 truncation glyphs. |
5 (display_line): Optimize for wide characters. | 15 (display_line): Optimize for wide characters. |