comparison src/ChangeLog @ 34791:88b250e19382

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 21 Dec 2000 15:58:48 +0000
parents 5e0e7780f7f0
children 44a7acc015ca
comparison
equal deleted inserted replaced
34790:feb593646d56 34791:88b250e19382
1 2000-12-21 Gerd Moellmann <gerd@gnu.org>
2
3 * window.c (delete_window, Fsplit_window)
4 (Fset_window_configuration): Calls to ensure_frame_matrix removed.
5
6 * dispextern.h (ensure_frame_matrix): Function declaration removed.
7
8 * dispnew.c (ensure_frame_matrix): Removed.
9 (save_frame_matrix, restore_frame_matrix): New functions.
10 (adjust_frame_glyphs_for_frame_redisplay): Use them.
11
12 * xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
13 [GLYPH_DEBUG]: Extended to dump glyphs in short form.
14
1 2000-12-21 Andrew Innes <andrewi@gnu.org> 15 2000-12-21 Andrew Innes <andrewi@gnu.org>
2 16
3 * w32term.c (x_update_begin): Regenerate the palette here, rather 17 * w32term.c (x_update_begin): Regenerate the palette here, rather
4 than for each window. 18 than for each window.
5 19