Mercurial > emacs
comparison etc/NEWS @ 82097:9d01f26910cf
(save-selected-window): Minor optimization.
(bw-adjust-window): If operation failed, try with a smaller delta.
(window-fixed-size-p): New function.
(window-area-factor): New var.
(balance-windows-area): New command.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 24 Jul 2007 21:45:28 +0000 |
parents | ec5e699d1426 |
children | fac8f5421213 |
comparison
equal
deleted
inserted
replaced
82096:83b2a2d47d12 | 82097:9d01f26910cf |
---|---|
46 recenter the visited source file. Its value can be a number (for example, | 46 recenter the visited source file. Its value can be a number (for example, |
47 0 for top line, -1 for bottom line), or nil for no recentering. | 47 0 for top line, -1 for bottom line), or nil for no recentering. |
48 | 48 |
49 ** The mode-line display a `@' if the default-directory for the current buffer | 49 ** The mode-line display a `@' if the default-directory for the current buffer |
50 is on a remote machine, or a hyphen otherwise. | 50 is on a remote machine, or a hyphen otherwise. |
51 ** The new command balance-window-area balances windows both vertically | |
52 and horizontally. | |
51 | 53 |
52 * Startup Changes in Emacs 23.1 | 54 * Startup Changes in Emacs 23.1 |
53 | 55 |
54 | 56 |
55 * Incompatible Editing Changes in Emacs 23.1 | 57 * Incompatible Editing Changes in Emacs 23.1 |