Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4090:751ae075e76e
[xemacs-hg @ 2007-08-01 13:53:32 by aidan]
Add some more locale information, Windows-1253, fix a make-8-bit-coding-system bug.
author | aidan |
---|---|
date | Wed, 01 Aug 2007 13:53:41 +0000 |
parents | 023ebc75c06e |
children | 9c0151d05116 |
comparison
equal
deleted
inserted
replaced
4089:094d7cbe2c62 | 4090:751ae075e76e |
---|---|
1 2007-08-01 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule/cyrillic.el: | |
4 * mule/cyrillic.el ("Russian"): | |
5 * mule/cyrillic.el ("Ukrainian"): | |
6 * mule/cyrillic.el ("Bulgarian"): | |
7 * mule/cyrillic.el ("Belarusian"): | |
8 Add POSIX locale information for all four languages. Remove | |
9 information about specific coding systems in the docstrings, since | |
10 this information is inaccurate if a variant language environment | |
11 is being used. | |
12 | |
13 * mule/greek.el: | |
14 * mule/latin.el (for): | |
15 Add POSIX locale information, provide Windows-1253 as well. | |
16 | |
17 * mule/mule-coding.el (make-8-bit-generate-helper): | |
18 Fix a bug that was biting me with windows-1251. I need to include | |
19 tests in tests/automated/mule-tests.el that check that all the | |
20 coding-systems created with make-8-bit-coding-system are | |
21 reversible, since all of them should be. | |
22 | |
1 2007-07-28 Aidan Kehoe <kehoea@parhasard.net> | 23 2007-07-28 Aidan Kehoe <kehoea@parhasard.net> |
2 | 24 |
3 * mule/mule-coding.el (make-8-bit-create-decode-encode-tables): | 25 * mule/mule-coding.el (make-8-bit-create-decode-encode-tables): |
4 Don't creat JIT mappings for U+0080-U+00FF at dump time. | 26 Don't creat JIT mappings for U+0080-U+00FF at dump time. |
5 | 27 |