Mercurial > emacs
comparison etc/NEWS @ 99258:84b8aa5bf9a5
Move window parameters entry to Lisp changes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 30 Oct 2008 18:01:47 +0000 |
parents | a827b5371f54 |
children | 6ba9d77e4787 |
comparison
equal
deleted
inserted
replaced
99257:1fbe0f0007b7 | 99258:84b8aa5bf9a5 |
---|---|
467 *** The new command balance-windows-area balances windows both | 467 *** The new command balance-windows-area balances windows both |
468 vertically and horizontally. | 468 vertically and horizontally. |
469 | 469 |
470 *** pop-to-buffer now always sets input focus when the popped-to window | 470 *** pop-to-buffer now always sets input focus when the popped-to window |
471 is on a different frame. | 471 is on a different frame. |
472 | |
473 *** New functions window-parameters, window-parameter, set-window-parameter. | |
474 | 472 |
475 ** Miscellaneous changes: | 473 ** Miscellaneous changes: |
476 +++ | 474 +++ |
477 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. | 475 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. |
478 This moves the current line to window center, top and bottom on | 476 This moves the current line to window center, top and bottom on |
1251 | 1249 |
1252 +++ | 1250 +++ |
1253 *** If pop-up-frames has the value `graphic-only', display-buffer only | 1251 *** If pop-up-frames has the value `graphic-only', display-buffer only |
1254 makes a separate frame on graphic displays. | 1252 makes a separate frame on graphic displays. |
1255 | 1253 |
1254 ** Window parameters can now be defined. | |
1255 These are analogous to frame parameters, but are associated with | |
1256 individual windows. | |
1257 | |
1258 *** The new functions window-parameters, window-parameter, and | |
1259 set-window-parameter are used to query and set window parameters. | |
1260 | |
1256 ** Minibuffer and completion changes | 1261 ** Minibuffer and completion changes |
1257 +++ | 1262 +++ |
1258 *** A list of default values can be specified for the DEFAULT argument of | 1263 *** A list of default values can be specified for the DEFAULT argument of |
1259 functions `read-from-minibuffer', `read-string', `read-command', | 1264 functions `read-from-minibuffer', `read-string', `read-command', |
1260 `read-variable', `read-buffer', `completing-read'. Elements of this list | 1265 `read-variable', `read-buffer', `completing-read'. Elements of this list |