+2000-06-11 Gerd Moellmann <gerd@gnu.org>
+
+ * term/x-win.el (x-colors): Add colors from recent rgb.txt.
+
2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
* imenu.el (imenu-generic-expression): Docstring fix.
Save any or all buffers in their visited files (@code{save-some-buffers}).
@item M-~
Forget that the current buffer has been changed (@code{not-modified}).
+With prefix argument (@kbd{C-u}), mark the current buffer as changed.
@item C-x C-w
Save the current buffer in a specified file (@code{write-file}).
@item M-x set-visited-file-name
+2000-06-11 Gerd Moellmann <gerd@gnu.org>
+
+ * xmenu.c (xmenu_show): Case second parameter of lw_popup_menu
+ to `XEvent *'.
+
2000-06-10 Kenichi Handa <handa@etl.go.jp>
* regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
2000-06-08 Gerd Moellmann <gerd@gnu.org>
* xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
- will be translated to a switch-frame event in when reading the
+ will be translated to a switch-frame event when reading the
event queue. This is necessary because Emacs otherwise won't
perform a switch-frame to a new frame until some other event, for
example a keystroke event, forces it to do so. This has various