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 9ae36bdb032..f9481405e4e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -39,6 +39,14 @@ text.
39+++ 39+++
40** New function 'logcount' calculates an integer's Hamming weight. 40** New function 'logcount' calculates an integer's Hamming weight.
41 41
42+++
43** New function 'libxml-available-p'.
44This function returns non-nil if libxml support is both compiled in
45and available at run time. Lisp programs should use this function to
46detect built-in libxml support, instead of testing for that
47indirectly, e.g., by checking that functions like
48'libxml-parse-html-region' return nil.
49
42 50
43* Editing Changes in Emacs 27.1 51* Editing Changes in Emacs 27.1
44 52