aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-06-24 20:02:13 +0000
committerChong Yidong <[email protected]>2008-06-24 20:02:13 +0000
commit463c6766f9af30f4515529b9ec02a445bd90f0f6 (patch)
tree8de3b144ece25bc5e55e73981cfdcbb889cfcb72 /etc
parent80073c336ef3cc1fdd943e274f9ad2611d5f0478 (diff)
Document truncate-partial-width-windows change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS18
1 files changed, 15 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 71206bd5a4..d391f61286 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -345,6 +345,21 @@ variable `word-wrap', if non-nil turns on word-wrapping. Word
wrapping does not take place if continuation lines are not shown,
e.g. if truncate-lines is non-nil.
+** Window management changes
+
+*** truncate-partial-width-windows now accepts integer values, which
+specify a minimum window width for partial-width windows, below which
+lines are truncated. The default has been changed to 30.
+
+*** The new command balance-windows-area balances windows both
+vertically and horizontally.
+
+** Continuation lines can be wrapped at word boundaries
+(word-wrapping) instead of the right window edge. The new per-buffer
+variable `word-wrap', if non-nil turns on word-wrapping. Word
+wrapping does not take place if continuation lines are not shown,
+e.g. if truncate-lines is non-nil.
+
** Miscellaneous changes:
*** C-l is bound to the new command recenter-top-bottom, rather than recenter.
@@ -353,9 +368,6 @@ successive invokations.
*** scroll-preserve-screen-position also preserves the column position.
-*** The new command balance-windows-area balances windows both
-vertically and horizontally.
-
*** If `yank-pop-change-selection' is t, rotating the kill ring also
updates the selection or clipboard to the current yank, just as M-w
would do so with the text it copies to the kill ring.