Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3769:fbf54025c136
[xemacs-hg @ 2006-12-30 17:04:26 by aidan]
Provide native-coding-systems for some language environments that didn't
have them.
author | aidan |
---|---|
date | Sat, 30 Dec 2006 17:04:32 +0000 |
parents | 6b2ef948e140 |
children | ccceded4ee72 |
comparison
equal
deleted
inserted
replaced
3768:f814ad0daf3b | 3769:fbf54025c136 |
---|---|
1 2006-12-30 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule/cyrillic.el ("Cyrillic-ISO"): | |
4 * mule/english.el ("English"): | |
5 * mule/greek.el ("Greek"): | |
6 Specify a native-coding-system for each of these language | |
7 environments--since that is what is examined and relevant when | |
8 sniffing the locale at startup. | |
9 * mule/mule-cmds.el (create-variant-language-environment): | |
10 A language environment's coding-priority is a list of coding | |
11 systems, not coding categories. Treat it as such. | |
12 | |
1 2006-12-21 Aidan Kehoe <kehoea@parhasard.net> | 13 2006-12-21 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * mule/cyrillic.el: | 15 * mule/cyrillic.el: |
4 * mule/cyrillic.el (iso-8859-5): | 16 * mule/cyrillic.el (iso-8859-5): |
5 * mule/cyrillic.el (cyrillic-koi8-r-encode-table): | 17 * mule/cyrillic.el (cyrillic-koi8-r-encode-table): |
52 mule/european.el has been removed. | 64 mule/european.el has been removed. |
53 * loadup.el (really-early-error-handler): | 65 * loadup.el (really-early-error-handler): |
54 Unicode tables loaded at dump time are now in | 66 Unicode tables loaded at dump time are now in |
55 mule/general-late.el. | 67 mule/general-late.el. |
56 * simple.el (count-lines): | 68 * simple.el (count-lines): |
57 Add some backslashes to to parentheses in docstrings to help | 69 Add some backslashes to parentheses in docstrings to help |
58 fontification along. | 70 fontification along. |
59 * simple.el (what-cursor-position): | 71 * simple.el (what-cursor-position): |
60 Wrap a line to fit in 80 characters. | 72 Wrap a line to fit in 80 characters. |
61 * unicode.el: | 73 * unicode.el: |
62 Use the 'unicode-type property, not 'type, for setting the Unicode | 74 Use the 'unicode-type property, not 'type, for setting the Unicode |