This file describes various problems that have been encountered
in compiling, installing and running GNU Emacs.
+* Emacs hangs when changing the default font
+
+This has been reported for fvwm 2.2.5 and the window manager of KDE
+2.1. The reason for the hang is that Xt waits indefinitely for a
+ConfigureNotify event from the window manager. A workaround is to add
+something like
+
+emacs.waitForWM: false
+
+to your X resources.
+
* Underlines appear at the wrong position.
This is caused by fonts having a wrong UNDERLINE_POSITION property.
+2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+ * mail/rmail.el (rmail-msg-restore-non-pruned-header): New
+ function.
+ (rmail-msg-prune-header): Likewise.
+ (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
+ and `rmail-msg-prune-header'.
+
2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
* textmodes/fill.el (fill-region-as-paragraph): Don't look further
+2001-06-26 Gerd Moellmann <gerd@gnu.org>
+
+ * xdisp.c (handle_invisible_prop): Deal with overlay strings at
+ the start of invisible text.
+ (setup_for_ellipsis): New function.
+ (next_overlay_string): After all overlay strings have been
+ processed, display an ellipsis if necessary.
+ (load_overlay_strings, get_overlay_strings): Add parameter CHARPOS.
+ (push_it): Initialize display_ellipsis_p on the iterator's stack.
+
+ * dispextern.h (struct iterator_stack_entry): Add member
+ display_ellipsis_p.
+
2001-06-25 Gerd Moellmann <gerd@gnu.org>
* widget.c (EmacsFrameSetCharSize): Set XtNwaitForWm depending