Mercurial > emacs
changeset 68859:75362867e699
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Feb 2006 18:47:24 +0000 |
parents | bb38a98ef7ad |
children | 34704dae6f60 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 13 18:47:18 2006 +0000 +++ b/lisp/ChangeLog Mon Feb 13 18:47:24 2006 +0000 @@ -1,5 +1,8 @@ 2006-02-13 Richard M. Stallman <rms@gnu.org> + * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom + for the minibuffer too, but not if resize-mini-windows will interfere. + * help.el (describe-key-briefly, describe-key): Do all arg-reading inside `interactive' spec. (describe-key-briefly-internal, describe-key-internal):
--- a/src/ChangeLog Mon Feb 13 18:47:18 2006 +0000 +++ b/src/ChangeLog Mon Feb 13 18:47:24 2006 +0000 @@ -1,3 +1,7 @@ +2006-02-13 Richard M. Stallman <rms@gnu.org> + + * .gdbinit (xwindow): Update the code to show the window box. + 2006-02-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).