From: Gerd Moellmann Date: Sun, 11 Jun 2000 12:18:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db8eeecd160422cbeb9e2a6c29b781cb62c5454a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a44099bfb8e..39a352dfbc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-11 Gerd Moellmann + + * term/x-win.el (x-colors): Add colors from recent rgb.txt. + 2000-06-11 Stefan Monnier * imenu.el (imenu-generic-expression): Docstring fix. diff --git a/man/files.texi b/man/files.texi index ce4d37fe538..26b3adb9956 100644 --- a/man/files.texi +++ b/man/files.texi @@ -316,6 +316,7 @@ Save the current buffer in its visited file (@code{save-buffer}). 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 diff --git a/src/ChangeLog b/src/ChangeLog index 593aaa36695..b55b0487a33 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-06-11 Gerd Moellmann + + * xmenu.c (xmenu_show): Case second parameter of lw_popup_menu + to `XEvent *'. + 2000-06-10 Kenichi Handa * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. @@ -24,7 +29,7 @@ 2000-06-08 Gerd Moellmann * xterm.c (XTread_socket) : 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