From: Richard M. Stallman Date: Sun, 27 Nov 2005 19:29:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5644 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=161ef3be43bcbca8ae5bbe802688fa4a7699663a;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 34ec9156a4f..c701a356da0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4462,6 +4462,10 @@ and scroll-bar settings. argument `dedicated'. If non-nil, those functions do not ignore dedicated windows. ++++ +*** The new function `adjust-window-trailing-edge' moves the right +or bottom edge of a window. It does not move other window edges. + +++ ** Customizable fringe bitmaps diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 493b199ba5c..0d516ccb00e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-27 Richard M. Stallman + + * mouse.el (mouse-drag-move-window-bottom): + Use adjust-window-trailing-edge. + 2005-11-27 Luc Teirlinck * simple.el (blink-matching-open): Ignore diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 12fb6e42460..64c676d759f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-11-27 Richard M. Stallman + + * windows.texi (Resizing Windows): Add adjust-window-trailing-edge. + 2005-11-21 Juri Linkov * customize.texi (Common Keywords): Update links types diff --git a/src/ChangeLog b/src/ChangeLog index 5fb37a0bfad..3ed3b6d6279 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2005-11-27 Richard M. Stallman + + * window.c (adjust_window_trailing_edge): New function. + (Fadjust_window_trailing_edge): New function. + (syms_of_window): defsubr it. + (window_deletion_count): New variable. + (delete_window): Update window_deletion_count. + 2005-11-26 Eli Zaretskii * minibuf.c (syms_of_minibuf): Mention the extension of