aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aaa1a4b861e..57d5b213bb9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12009-12-06 Ulf Jasper <ulf.jasper@web.de>
2
3 * xml.el (xml-substitute-numeric-entities): Moved
4 newsticker--decode-numeric-entities in newst-backend.el to
5 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6
7 * net/newst-backend.el (newsticker--parse-generic-feed)
8 (newsticker--parse-generic-items)
9 (newsticker--decode-numeric-entities): Moved
10 newsticker--decode-numeric-entities in newst-backend.el to
11 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12
12009-12-06 Daniel Colascione <dan.colascione@gmail.com> 132009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2 14
3 * progmodes/js.el (js--js-not): Add null to the list of values. 15 * progmodes/js.el (js--js-not): Add null to the list of values.