Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5396:75469840109b
Drop support for Thai-XTIS, which was always non-standard and never used.
lisp/ChangeLog addition:
2011-04-08 Aidan Kehoe <kehoea@parhasard.net>
* unicode.el (load-unicode-tables):
No longer include thai-xtis in the default Unicode precedence list.
* mule/thai.el:
* mule/thai.el (tis-620):
* mule/thai.el (windows-874):
* mule/thai.el ("Thai"):
Move the Thai language environment and the TIS-620 coding system
to this file; add support for Microsoft's code page 874.
* mule/thai-util.el:
* mule/thai-xtis.el:
Remove these two files; XTIS was always non-standard and was never
widely implemented, and we've never supported the character
composition necessary for thai-util.el.
* dumped-lisp.el (preloaded-file-list):
Drop thai-xtis, dump thai.el instead.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 08 Apr 2011 14:44:20 +0100 |
parents | 25c10648ffba |
children | a63e666bb68a |
comparison
equal
deleted
inserted
replaced
5395:ccf7e84fe265 | 5396:75469840109b |
---|---|
1 2011-04-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * unicode.el (load-unicode-tables): | |
4 No longer include thai-xtis in the default Unicode precedence list. | |
5 * mule/thai.el: | |
6 * mule/thai.el (tis-620): | |
7 * mule/thai.el (windows-874): | |
8 * mule/thai.el ("Thai"): | |
9 Move the Thai language environment and the TIS-620 coding system | |
10 to this file; add support for Microsoft's code page 874. | |
11 * mule/thai-util.el: | |
12 * mule/thai-xtis.el: | |
13 Remove these two files; XTIS was always non-standard and was never | |
14 widely implemented, and we've never supported the character | |
15 composition necessary for thai-util.el. | |
16 * dumped-lisp.el (preloaded-file-list): | |
17 Drop thai-xtis, dump thai.el instead. | |
18 | |
1 2011-04-02 Aidan Kehoe <kehoea@parhasard.net> | 19 2011-04-02 Aidan Kehoe <kehoea@parhasard.net> |
2 | 20 |
3 * cl.el (cadr, caddr, cadddr): | 21 * cl.el (cadr, caddr, cadddr): |
4 Document some equivalences for these functions. | 22 Document some equivalences for these functions. |
5 | 23 |