1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-10-30 17:00:10 +00:00
parent cb02fa39d4
commit 3f99f94823
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-10-30 Gerd Moellmann <gerd@gnu.org>
* international/iso-acc.el (iso-accents-compose): Remove a
superfluous setq.
2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
* buff-menu.el (list-buffers-noselect): If the buffer's name

View File

@ -1,5 +1,13 @@
2001-10-30 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (clear_garbaged_frames): Redraw the frame only if its
resized_p flag is set. If not set, use the much less flickering
method previously used.
* dispnew.c (change_frame_size_1): Set frame's resized_p.
* frame.h (struct frame) <resized_p>: New member.
* lread.c (to_multibyte): Ensure read_buffer is at least twice
as large as the number of bytes to convert.