Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4835:1e90dc478938
imported patch changelog-changes-1-11-10
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:40:02 -0600 |
parents | b3ea9c582280 |
children | d08fc2e159c9 |
comparison
equal
deleted
inserted
replaced
4834:b3ea9c582280 | 4835:1e90dc478938 |
---|---|
1 2010-01-10 Ben Wing <ben@xemacs.org> | 1 2010-01-10 Ben Wing <ben@xemacs.org> |
2 | 2 |
3 * mule/mule-cmds.el (get-native-coding-system-from-language-environment): | 3 * mule/mule-cmds.el (get-native-coding-system-from-language-environment): |
4 Under Cygwin, force utf-8 if we are using Cygwin 1.7 or later | 4 Under Cygwin, force utf-8 if we are using Cygwin 1.7 or later |
5 (making use of the magic feature 'cygwin-use-utf-8). | 5 (making use of the magic feature 'cygwin-use-utf-8). |
6 | |
7 2010-01-11 Ben Wing <ben@xemacs.org> | |
8 | |
9 * unicode.el: | |
10 * unicode.el (utf-8): | |
11 Don't define `utf-8' coding system here, because it's too late. | |
12 We need it during early startup code at dump time so we create it | |
13 in C in unicode.c. | |
6 | 14 |
7 2010-01-09 Didier Verna <didier@xemacs.org> | 15 2010-01-09 Didier Verna <didier@xemacs.org> |
8 | 16 |
9 * x-faces.el (x-init-global-faces): Deactivate obsolete code. | 17 * x-faces.el (x-init-global-faces): Deactivate obsolete code. |
10 * x-faces.el (x-init-device-faces): Ditto. | 18 * x-faces.el (x-init-device-faces): Ditto. |