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).