Mercurial > emacs
changeset 29975:d9bd335bf39a
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 28 Jun 2000 15:33:59 +0000 |
parents | 16e551942724 |
children | 293c4c4ee387 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 28 15:32:23 2000 +0000 +++ b/lisp/ChangeLog Wed Jun 28 15:33:59 2000 +0000 @@ -1,3 +1,13 @@ +2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> + + * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use + window-system. + + * man.el (Man-notify-when-ready): Don't use window-system. If + Man-notify-method is newframe, and the display is not + multi-frame, select the frame created for the man page. + (Man-init-defvars): Doc fix. + 2000-06-28 Gerd Moellmann <gerd@gnu.org> * replace.el (query-replace-map): Bind `e' like `E'.