aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 980a5b453a2..0bf5ba80b38 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -116,6 +116,14 @@ indirectly, e.g., by checking that functions like
116'libxml-parse-html-region' return nil. 116'libxml-parse-html-region' return nil.
117 117
118+++ 118+++
119** `libxml-parse-xml-region' and `libxml-parse-html' region take
120a parameter that's called DISCARD-COMMENTS, but it really only
121discards the top-level comment. Therefore this parameter is now
122obsolete, and the new utility function `xml-remove-comments' can be
123used to remove comments before calling the libxml functions to parse
124the data.
125
126+++
119** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'. 127** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'.
120It blocks line breaking after a one-letter word, also in the case when 128It blocks line breaking after a one-letter word, also in the case when
121this word is preceded by a non-space, but non-alphanumeric character. 129this word is preceded by a non-space, but non-alphanumeric character.