1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 21:13:52 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-10-30 17:04:30 +00:00
parent e65184fc97
commit 107e7b5f3d
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-29 Eli Zaretskii <eliz@is.elta.co.il>
* faces.el (invert-face): Check for 'unspecified, not for nil,

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.