Mercurial > emacs
comparison lisp/ChangeLog @ 91922:89b7a215ead9
* international/mule.el (sgml-xml-auto-coding-function): Detect
and warn if file encoding is not utf-8 and encoding not specified.
(xml-find-file-coding-system): New function.
* international/mule-conf.el (file-coding-system-alist): Use it.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 18 Feb 2008 01:45:54 +0000 |
parents | 445eeb5f6902 |
children | 950bd398d6c2 |
comparison
equal
deleted
inserted
replaced
91921:2e27479c19fe | 91922:89b7a215ead9 |
---|---|
1 2008-02-18 Jason Rumney <jasonr@gnu.org> | |
2 | |
3 * international/mule.el (sgml-xml-auto-coding-function): Detect | |
4 and warn if file encoding is not utf-8 and encoding not specified. | |
5 (xml-find-file-coding-system): New function. | |
6 * international/mule-conf.el (file-coding-system-alist): Use it. | |
7 | |
1 2008-02-17 Glenn Morris <rgm@gnu.org> | 8 2008-02-17 Glenn Morris <rgm@gnu.org> |
2 | 9 |
3 * international/mule-cmds.el (set-locale-environment): Pass | 10 * international/mule-cmds.el (set-locale-environment): Pass |
4 `frame' to getenv for LC_MESSAGES. | 11 `frame' to getenv for LC_MESSAGES. |
5 | 12 |