*** empty log message ***
This commit is contained in:
parent
91d99be6a8
commit
161ef3be43
4 changed files with 21 additions and 0 deletions
4
etc/NEWS
4
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
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2005-11-27 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* mouse.el (mouse-drag-move-window-bottom):
|
||||
Use adjust-window-trailing-edge.
|
||||
|
||||
2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* simple.el (blink-matching-open): Ignore
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2005-11-27 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
|
||||
|
||||
2005-11-21 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* customize.texi (Common Keywords): Update links types
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2005-11-27 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* 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 <eliz@gnu.org>
|
||||
|
||||
* minibuf.c (syms_of_minibuf): Mention the extension of
|
||||
|
|
Loading…
Add table
Reference in a new issue