1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-02-13 18:47:24 +00:00
parent ad64cd77b0
commit f8d775e1cd
2 changed files with 7 additions and 0 deletions

View file

@ -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):

View file

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