diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f11a4de5eed..723d7c3e48d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -22,6 +22,15 @@ | |||
| 22 | * textmodes/org.el (org-set-font-lock-defaults): Handle narrow | 22 | * textmodes/org.el (org-set-font-lock-defaults): Handle narrow |
| 23 | table columns correctly. | 23 | table columns correctly. |
| 24 | 24 | ||
| 25 | 2007-03-12 Mark A. Hershberger <mah@everybody.org> | ||
| 26 | |||
| 27 | * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) | ||
| 28 | (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): | ||
| 29 | Return to use of the -no-properties variants. There was | ||
| 30 | consensus on emacs-devel that the speed of these variants was | ||
| 31 | prefered since we are usually parsing files (from the internet | ||
| 32 | or on disk) instead of XML created in Emacs. | ||
| 33 | |||
| 25 | 2007-03-12 Glenn Morris <rgm@gnu.org> | 34 | 2007-03-12 Glenn Morris <rgm@gnu.org> |
| 26 | 35 | ||
| 27 | * calc/calc-forms.el (math-std-daylight-savings): Switch to new | 36 | * calc/calc-forms.el (math-std-daylight-savings): Switch to new |