diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -1259,7 +1259,7 @@ of recently selected windows and the buffer list. | |||
| 1259 | ** Window parameters can now be defined. | 1259 | ** Window parameters can now be defined. |
| 1260 | These are analogous to frame parameters, but are associated with | 1260 | These are analogous to frame parameters, but are associated with |
| 1261 | individual windows. | 1261 | individual windows. |
| 1262 | 1262 | +++ | |
| 1263 | *** The new functions window-parameters, window-parameter, and | 1263 | *** The new functions window-parameters, window-parameter, and |
| 1264 | set-window-parameter are used to query and set window parameters. | 1264 | set-window-parameter are used to query and set window parameters. |
| 1265 | 1265 | ||
| @@ -1593,6 +1593,10 @@ It now accepts a cons cell (COLS . LINES) in its first argument, which | |||
| 1593 | says to stop, where possible, at a pixel x-position equal to COLS | 1593 | says to stop, where possible, at a pixel x-position equal to COLS |
| 1594 | times the default column width. | 1594 | times the default column width. |
| 1595 | 1595 | ||
| 1596 | *** redisplay-end-trigger-functions, set-window-redisplay-end-trigger, | ||
| 1597 | and window-redisplay-end-trigger are obsolete. Use `jit-lock-register' | ||
| 1598 | instead. | ||
| 1599 | |||
| 1596 | ** The Lisp interpreter now treats non-breaking space as whitespace. | 1600 | ** The Lisp interpreter now treats non-breaking space as whitespace. |
| 1597 | 1601 | ||
| 1598 | ** Miscellaneous new functions | 1602 | ** Miscellaneous new functions |