diff options
| author | Jason Rumney | 2008-02-18 02:21:44 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-18 02:21:44 +0000 |
| commit | 9cd41aa99e53700ece7f4ce278b799fedb892c59 (patch) | |
| tree | bacb3b7852f103e9a5860f79db761c6a16c9c5b1 | |
| parent | 4d42bcc9b8cea4e820999584c402d3c535fe8d8a (diff) | |
| download | emacs-9cd41aa99e53700ece7f4ce278b799fedb892c59.tar.gz emacs-9cd41aa99e53700ece7f4ce278b799fedb892c59.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 616d3bee455..7c814c4c2e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-02-18 Jason Rumney <jasonr@gnu.org> | 1 | 2008-02-18 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook. | ||
| 4 | |||
| 3 | * international/mule.el (sgml-xml-auto-coding-function): Detect | 5 | * international/mule.el (sgml-xml-auto-coding-function): Detect |
| 4 | and warn if file encoding is not utf-8 and encoding not specified. | 6 | and warn if file encoding is not utf-8 and encoding not specified. |
| 5 | (xml-find-file-coding-system): New function. | 7 | (xml-find-file-coding-system): New function. |