diff options
| author | Martin Rudalics | 2014-02-23 11:32:14 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-02-23 11:32:14 +0100 |
| commit | 0b5d5a442a3e4d1da2a93fc094c98fece5c24ed6 (patch) | |
| tree | 835554e8cf6e6c1e81e76b0743efc5350da31e7d | |
| parent | dfdb365c4ce062e3506d350e185bc71c0bcc8b10 (diff) | |
| download | emacs-0b5d5a442a3e4d1da2a93fc094c98fece5c24ed6.tar.gz emacs-0b5d5a442a3e4d1da2a93fc094c98fece5c24ed6.zip | |
Fix some marks in NEWS.
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 0 insertions, 9 deletions
| @@ -219,31 +219,26 @@ the appearance of dividers by customizing the faces `window-divider', | |||
| 219 | two are useful to provide a 3D effect, or to better distinguish dividers | 219 | two are useful to provide a 3D effect, or to better distinguish dividers |
| 220 | from surrounding display objects. | 220 | from surrounding display objects. |
| 221 | 221 | ||
| 222 | --- | ||
| 223 | *** New functions are provided to return the pixel sizes of window | 222 | *** New functions are provided to return the pixel sizes of window |
| 224 | components, namely `window-scroll-bar-width', `window-mode-line-height' | 223 | components, namely `window-scroll-bar-width', `window-mode-line-height' |
| 225 | `window-header-line-height', `window-right-divider-width' and | 224 | `window-header-line-height', `window-right-divider-width' and |
| 226 | `window-bottom-divider-width'. | 225 | `window-bottom-divider-width'. |
| 227 | 226 | ||
| 228 | --- | ||
| 229 | *** The new function `window-text-pixel-size' returns the size of the | 227 | *** The new function `window-text-pixel-size' returns the size of the |
| 230 | text of a window's buffer in pixels. This allows functions like | 228 | text of a window's buffer in pixels. This allows functions like |
| 231 | `fit-frame-to-buffer' and `fit-window-to-buffer' to accurately fit a | 229 | `fit-frame-to-buffer' and `fit-window-to-buffer' to accurately fit a |
| 232 | window to its buffer as it will be displayed. | 230 | window to its buffer as it will be displayed. |
| 233 | 231 | ||
| 234 | --- | ||
| 235 | *** `fit-window-to-buffer' can now resize windows horizontally. | 232 | *** `fit-window-to-buffer' can now resize windows horizontally. |
| 236 | This behavior is controlled by the new option | 233 | This behavior is controlled by the new option |
| 237 | `fit-window-to-buffer-horizontally'. | 234 | `fit-window-to-buffer-horizontally'. |
| 238 | 235 | ||
| 239 | --- | ||
| 240 | *** `fit-frame-to-buffer' can now fit frames in both directions. | 236 | *** `fit-frame-to-buffer' can now fit frames in both directions. |
| 241 | This behavior is controlled by the option `fit-frame-to-buffer' which | 237 | This behavior is controlled by the option `fit-frame-to-buffer' which |
| 242 | tells in which direction(s) the frame shall be fit. The new options | 238 | tells in which direction(s) the frame shall be fit. The new options |
| 243 | `fit-frame-to-buffer-margins' and `fit-frame-to-buffer-sizes' allow to | 239 | `fit-frame-to-buffer-margins' and `fit-frame-to-buffer-sizes' allow to |
| 244 | control the size of the frame and its position on screen. | 240 | control the size of the frame and its position on screen. |
| 245 | 241 | ||
| 246 | --- | ||
| 247 | *** Temp Buffer Resize Mode can now adjust height and width of windows | 242 | *** Temp Buffer Resize Mode can now adjust height and width of windows |
| 248 | and frames. `temp-buffer-resize-mode' is now able to adjust the height | 243 | and frames. `temp-buffer-resize-mode' is now able to adjust the height |
| 249 | and the width of a window displaying a temporary buffer. The new option | 244 | and the width of a window displaying a temporary buffer. The new option |
| @@ -258,11 +253,9 @@ As a command, it was a special case of `C-x 2' (`split-window-below'), | |||
| 258 | and as such superfluous. After being reimplemented in Lisp, its | 253 | and as such superfluous. After being reimplemented in Lisp, its |
| 259 | interactive form was mistakenly retained. | 254 | interactive form was mistakenly retained. |
| 260 | 255 | ||
| 261 | --- | ||
| 262 | *** The functions `window-size' and `window-total-size' now have an | 256 | *** The functions `window-size' and `window-total-size' now have an |
| 263 | optional argument to return a rounded size value. | 257 | optional argument to return a rounded size value. |
| 264 | 258 | ||
| 265 | --- | ||
| 266 | *** `window-state-put' now allows to put a window state into internal | 259 | *** `window-state-put' now allows to put a window state into internal |
| 267 | windows too. | 260 | windows too. |
| 268 | 261 | ||
| @@ -272,12 +265,10 @@ Available only on X, this option allows to control over-scrolling | |||
| 272 | using the scroll bar (i.e. dragging the thumb down even when the end | 265 | using the scroll bar (i.e. dragging the thumb down even when the end |
| 273 | of the buffer is visible). | 266 | of the buffer is visible). |
| 274 | 267 | ||
| 275 | --- | ||
| 276 | *** New basic action function `display-buffer-in-previous-window' has | 268 | *** New basic action function `display-buffer-in-previous-window' has |
| 277 | `display-buffer' display a buffer in a window previously showing that | 269 | `display-buffer' display a buffer in a window previously showing that |
| 278 | buffer. | 270 | buffer. |
| 279 | 271 | ||
| 280 | --- | ||
| 281 | *** New basic action function `display-buffer-at-bottom' has | 272 | *** New basic action function `display-buffer-at-bottom' has |
| 282 | `display-buffer' choose or make a window at the bottom of the selected | 273 | `display-buffer' choose or make a window at the bottom of the selected |
| 283 | frame. | 274 | frame. |