aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-27 00:32:37 +0200
committerLars Ingebrigtsen2019-09-27 00:33:45 +0200
commit45727c4e6de7f6f6f61a4ae3589d5dd271ea8803 (patch)
treea853f0eadc96373bef56e7d870cf8ceb0df275cc /etc
parented9402f81907f5810d70fc421b456791d624ba1a (diff)
downloademacs-45727c4e6de7f6f6f61a4ae3589d5dd271ea8803.tar.gz
emacs-45727c4e6de7f6f6f61a4ae3589d5dd271ea8803.zip
Add a new `dom-search' function
* doc/lispref/text.texi (Document Object Model): Document it. * lisp/dom.el (dom-search): New function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a4ada3cc6c..afeb3877739 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -276,6 +276,12 @@ used to remove comments before calling the libxml functions to parse
276the data. 276the data.
277 277
278+++ 278+++
279** A new DOM (the XML/HTML document structure returned by functions
280such as 'libxml-parse-html-region') traversal function has been added:
281'dom-search', which takes a DOM and a predicate and returns all nodes
282that match.
283
284+++
279** The Network Security Manager now allows more fine-grained control 285** The Network Security Manager now allows more fine-grained control
280of what checks to run via the 'network-security-protocol-checks' 286of what checks to run via the 'network-security-protocol-checks'
281variable. 287variable.