aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7ff9df6e0fa..b6e61c76e2f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -322,6 +322,12 @@ Previously, this support was only available when using the external
322certificates via 'auth-source'. 322certificates via 'auth-source'.
323 323
324+++ 324+++
325** New user option 'network-stream-use-client-certificates'.
326When non-nil, 'open-network-stream' performs lookups of client
327certificates using 'auth-source' as if ':client-certificate t' were
328specified. Defaults to t.
329
330+++
325** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'. 331** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'.
326It blocks line breaking after a one-letter word, also in the case when 332It blocks line breaking after a one-letter word, also in the case when
327this word is preceded by a non-space, but non-alphanumeric character. 333this word is preceded by a non-space, but non-alphanumeric character.