aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-11 12:18:25 +0000
committerGerd Moellmann2000-06-11 12:18:25 +0000
commitdb8eeecd160422cbeb9e2a6c29b781cb62c5454a (patch)
tree849a6c729768dfc72fd522bfb6c9eebb52f986fb
parent38fb1ad4a7d27e83051d98ca9227014d6eae351f (diff)
downloademacs-db8eeecd160422cbeb9e2a6c29b781cb62c5454a.tar.gz
emacs-db8eeecd160422cbeb9e2a6c29b781cb62c5454a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--man/files.texi1
-rw-r--r--src/ChangeLog7
3 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a44099bfb8e..39a352dfbc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-06-11 Gerd Moellmann <gerd@gnu.org>
2
3 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
4
12000-06-11 Stefan Monnier <monnier@cs.yale.edu> 52000-06-11 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * imenu.el (imenu-generic-expression): Docstring fix. 7 * 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}).
316Save any or all buffers in their visited files (@code{save-some-buffers}). 316Save any or all buffers in their visited files (@code{save-some-buffers}).
317@item M-~ 317@item M-~
318Forget that the current buffer has been changed (@code{not-modified}). 318Forget that the current buffer has been changed (@code{not-modified}).
319With prefix argument (@kbd{C-u}), mark the current buffer as changed.
319@item C-x C-w 320@item C-x C-w
320Save the current buffer in a specified file (@code{write-file}). 321Save the current buffer in a specified file (@code{write-file}).
321@item M-x set-visited-file-name 322@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 @@
12000-06-11 Gerd Moellmann <gerd@gnu.org>
2
3 * xmenu.c (xmenu_show): Case second parameter of lw_popup_menu
4 to `XEvent *'.
5
12000-06-10 Kenichi Handa <handa@etl.go.jp> 62000-06-10 Kenichi Handa <handa@etl.go.jp>
2 7
3 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. 8 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
@@ -24,7 +29,7 @@
242000-06-08 Gerd Moellmann <gerd@gnu.org> 292000-06-08 Gerd Moellmann <gerd@gnu.org>
25 30
26 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which 31 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
27 will be translated to a switch-frame event in when reading the 32 will be translated to a switch-frame event when reading the
28 event queue. This is necessary because Emacs otherwise won't 33 event queue. This is necessary because Emacs otherwise won't
29 perform a switch-frame to a new frame until some other event, for 34 perform a switch-frame to a new frame until some other event, for
30 example a keystroke event, forces it to do so. This has various 35 example a keystroke event, forces it to do so. This has various