comparison etc/NEWS @ 96242:676dd253c861

Document truncate-partial-width-windows change.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 24 Jun 2008 20:02:13 +0000
parents 2f2e5059ea17
children dd9a4766432a
comparison
equal deleted inserted replaced
96241:514c1dae72db 96242:676dd253c861
343 (word-wrapping) instead of the right window edge. The new per-buffer 343 (word-wrapping) instead of the right window edge. The new per-buffer
344 variable `word-wrap', if non-nil turns on word-wrapping. Word 344 variable `word-wrap', if non-nil turns on word-wrapping. Word
345 wrapping does not take place if continuation lines are not shown, 345 wrapping does not take place if continuation lines are not shown,
346 e.g. if truncate-lines is non-nil. 346 e.g. if truncate-lines is non-nil.
347 347
348 ** Window management changes
349
350 *** truncate-partial-width-windows now accepts integer values, which
351 specify a minimum window width for partial-width windows, below which
352 lines are truncated. The default has been changed to 30.
353
354 *** The new command balance-windows-area balances windows both
355 vertically and horizontally.
356
357 ** Continuation lines can be wrapped at word boundaries
358 (word-wrapping) instead of the right window edge. The new per-buffer
359 variable `word-wrap', if non-nil turns on word-wrapping. Word
360 wrapping does not take place if continuation lines are not shown,
361 e.g. if truncate-lines is non-nil.
362
348 ** Miscellaneous changes: 363 ** Miscellaneous changes:
349 364
350 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. 365 *** C-l is bound to the new command recenter-top-bottom, rather than recenter.
351 This moves the current line to window center, top and bottom on 366 This moves the current line to window center, top and bottom on
352 successive invokations. 367 successive invokations.
353 368
354 *** scroll-preserve-screen-position also preserves the column position. 369 *** scroll-preserve-screen-position also preserves the column position.
355
356 *** The new command balance-windows-area balances windows both
357 vertically and horizontally.
358 370
359 *** If `yank-pop-change-selection' is t, rotating the kill ring also 371 *** If `yank-pop-change-selection' is t, rotating the kill ring also
360 updates the selection or clipboard to the current yank, just as M-w 372 updates the selection or clipboard to the current yank, just as M-w
361 would do so with the text it copies to the kill ring. 373 would do so with the text it copies to the kill ring.
362 374