# HG changeset patch # User Chong Yidong # Date 1239639656 0 # Node ID 74dd306c2cd8cbe7618fe542ddf9b1c2446cf415 # Parent 6a1a6758ec3e64336550cf506e525ca0177ae4d4 Document new variables wrap-prefix and line-prefix. diff -r 6a1a6758ec3e -r 74dd306c2cd8 etc/NEWS --- a/etc/NEWS Mon Apr 13 15:54:17 2009 +0000 +++ b/etc/NEWS Mon Apr 13 16:20:56 2009 +0000 @@ -1842,15 +1842,14 @@ *** For underlined characters, the distance between the underline and the baseline is controlled by a new variable, `underline-minimum-offset'. - ++++ *** You can now pass the value of the `invisible' property to invisible-p to check whether it would cause the text to be invisible. This is convenient when checking invisibility of text with no buffer position (e.g. in before/after-strings). - +++ *** `clear-image-cache' can be told to flush only images of a specific file. - ++++ *** `vertical-motion' can now be given a goal column. It now accepts a cons cell (COLS . LINES) in its first argument, which says to stop, where possible, at a pixel x-position equal to COLS @@ -1859,6 +1858,13 @@ *** redisplay-end-trigger-functions, set-window-redisplay-end-trigger, and window-redisplay-end-trigger are obsolete. Use `jit-lock-register' instead. ++++ +*** The new variables `wrap-prefix' and `line-prefix' specify display +specs which are appended at display-time to every continuation line +and non-continuation line, respectively. In addition, Emacs +recognizes the `wrap-prefix' and `line-prefix' text or overlay +properties; these have the same effects as the variables of the same +name, but take precedence. ** The Lisp interpreter now treats non-breaking space as whitespace.