mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 02:40:34 -08:00
*** empty log message ***
This commit is contained in:
parent
8363063ec7
commit
177f4e888d
2 changed files with 19 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2000-12-21 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* server.el (server-switch-buffer): Choose a window on a visible
|
||||
frame.
|
||||
|
||||
2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* files.el (insert-directory-safely): New function.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
2000-12-21 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* window.c (delete_window, Fsplit_window)
|
||||
(Fset_window_configuration): Calls to ensure_frame_matrix removed.
|
||||
|
||||
* dispextern.h (ensure_frame_matrix): Function declaration removed.
|
||||
|
||||
* dispnew.c (ensure_frame_matrix): Removed.
|
||||
(save_frame_matrix, restore_frame_matrix): New functions.
|
||||
(adjust_frame_glyphs_for_frame_redisplay): Use them.
|
||||
|
||||
* xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
|
||||
[GLYPH_DEBUG]: Extended to dump glyphs in short form.
|
||||
|
||||
2000-12-21 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* w32term.c (x_update_begin): Regenerate the palette here, rather
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue