1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Move window parameters entry to Lisp changes.

This commit is contained in:
Chong Yidong 2008-10-30 18:01:47 +00:00
parent 1d2b0303d9
commit 781459a418

View File

@ -470,8 +470,6 @@ vertically and horizontally.
*** pop-to-buffer now always sets input focus when the popped-to window
is on a different frame.
*** New functions window-parameters, window-parameter, set-window-parameter.
** Miscellaneous changes:
+++
*** C-l is bound to the new command recenter-top-bottom, rather than recenter.
@ -1253,6 +1251,13 @@ to override the default splitting mechanism of display-buffer.
*** If pop-up-frames has the value `graphic-only', display-buffer only
makes a separate frame on graphic displays.
** Window parameters can now be defined.
These are analogous to frame parameters, but are associated with
individual windows.
*** The new functions window-parameters, window-parameter, and
set-window-parameter are used to query and set window parameters.
** Minibuffer and completion changes
+++
*** A list of default values can be specified for the DEFAULT argument of