aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2014-02-23 11:32:14 +0100
committerMartin Rudalics2014-02-23 11:32:14 +0100
commit0b5d5a442a3e4d1da2a93fc094c98fece5c24ed6 (patch)
tree835554e8cf6e6c1e81e76b0743efc5350da31e7d
parentdfdb365c4ce062e3506d350e185bc71c0bcc8b10 (diff)
downloademacs-0b5d5a442a3e4d1da2a93fc094c98fece5c24ed6.tar.gz
emacs-0b5d5a442a3e4d1da2a93fc094c98fece5c24ed6.zip
Fix some marks in NEWS.
-rw-r--r--etc/NEWS9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e1235e0fc47..68f7d5ed147 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -219,31 +219,26 @@ the appearance of dividers by customizing the faces `window-divider',
219two are useful to provide a 3D effect, or to better distinguish dividers 219two are useful to provide a 3D effect, or to better distinguish dividers
220from surrounding display objects. 220from 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
224components, namely `window-scroll-bar-width', `window-mode-line-height' 223components, 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
230text of a window's buffer in pixels. This allows functions like 228text 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
232window to its buffer as it will be displayed. 230window 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.
236This behavior is controlled by the new option 233This 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.
241This behavior is controlled by the option `fit-frame-to-buffer' which 237This behavior is controlled by the option `fit-frame-to-buffer' which
242tells in which direction(s) the frame shall be fit. The new options 238tells 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
244control the size of the frame and its position on screen. 240control 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
248and frames. `temp-buffer-resize-mode' is now able to adjust the height 243and frames. `temp-buffer-resize-mode' is now able to adjust the height
249and the width of a window displaying a temporary buffer. The new option 244and 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'),
258and as such superfluous. After being reimplemented in Lisp, its 253and as such superfluous. After being reimplemented in Lisp, its
259interactive form was mistakenly retained. 254interactive 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
263optional argument to return a rounded size value. 257optional 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
267windows too. 260windows too.
268 261
@@ -272,12 +265,10 @@ Available only on X, this option allows to control over-scrolling
272using the scroll bar (i.e. dragging the thumb down even when the end 265using the scroll bar (i.e. dragging the thumb down even when the end
273of the buffer is visible). 266of 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
278buffer. 270buffer.
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
283frame. 274frame.