Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4492:121aadac896e
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 08 Aug 2008 21:28:13 +0200 |
parents | 67fbcaf3dbdc d402d7b18bd8 |
children | 89406c31b125 |
comparison
equal
deleted
inserted
replaced
4490:67fbcaf3dbdc | 4492:121aadac896e |
---|---|
29 ("Cyrillic-ALT"): Add support for error-sequence-coding-system for | 29 ("Cyrillic-ALT"): Add support for error-sequence-coding-system for |
30 all these languages. | 30 all these languages. |
31 * mule/latin.el: | 31 * mule/latin.el: |
32 Add support for error-sequence-coding-system for the | 32 Add support for error-sequence-coding-system for the |
33 Latin-alphabet language environments. | 33 Latin-alphabet language environments. |
34 | |
35 2008-08-05 Aidan Kehoe <kehoea@parhasard.net> | |
36 | |
37 * mule/iso-with-esc.el (greek-iso-8bit-with-esc): | |
38 (arabic-iso-8bit-with-esc): | |
39 Add these two here. Move the implementation of the | |
40 'arabic-iso8859-6 character set here, with commentary on why that | |
41 is reasonable. | |
42 * mule/arabic.el (iso-8859-6): | |
43 Add iso-8859-6, windows-1256 implementations using | |
44 make-8-bit-coding-system. Remove our non-standard Mule character | |
45 sets. | |
46 * unicode.el (load-unicode-tables): Remove Arabic since it's no | |
47 longer dumped. | |
48 * mule/mule-msw-init-late.el: Remove Arabic. | |
49 * mule/mule-category.el (predefined-category-list): Remove | |
50 Arabic. | |
34 | 51 |
35 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> | 52 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
36 | 53 |
37 * x-init.el (x-initialize-compose): | 54 * x-init.el (x-initialize-compose): |
38 Rewrite to use #'loop, as does similar code in x-win-sun.el, | 55 Rewrite to use #'loop, as does similar code in x-win-sun.el, |