From: Richard M. Stallman Date: Mon, 13 Feb 2006 18:47:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8d775e1cd691af73af657f6cf091b7db0227faf;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb7094bb374..3f20cbefd89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-02-13 Richard M. Stallman + * 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): diff --git a/src/ChangeLog b/src/ChangeLog index 6c5fa163938..54c855fc909 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-02-13 Richard M. Stallman + + * .gdbinit (xwindow): Update the code to show the window box. + 2006-02-13 Jan Dj,Ad(Brv * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).