Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4491:d402d7b18bd8
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
src/ChangeLog addition:
2008-08-05 Aidan Kehoe <kehoea@parhasard.net>
* mule-charset.c (complex_vars_of_mule_charset):
Remove Vcharset_arabic_iso8859_7.
* lisp.h: Remove Vcharset_arabic_iso8859_7.
See commentary in lisp/mule/iso-with-esc.el for motivation.
lisp/ChangeLog addition:
2008-08-05 Aidan Kehoe <kehoea@parhasard.net>
* mule/iso-with-esc.el (greek-iso-8bit-with-esc):
(arabic-iso-8bit-with-esc):
Add these two here. Move the implementation of the
'arabic-iso8859-6 character set here, with commentary on why that
is reasonable.
* mule/arabic.el (iso-8859-6):
Add iso-8859-6, windows-1256 implementations using
make-8-bit-coding-system. Remove our non-standard Mule character
sets.
* unicode.el (load-unicode-tables): Remove Arabic since it's no
longer dumped.
* mule/mule-msw-init-late.el: Remove Arabic.
* mule/mule-category.el (predefined-category-list): Remove
Arabic.
etc/ChangeLog addition:
2008-08-05 Aidan Kehoe <kehoea@parhasard.net>
* HELLO: Encode the Arabic using UTF-8 sequences, not ISO-8859-6.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 05 Aug 2008 08:37:17 +0200 |
parents | e3ef34f57070 |
children | 121aadac896e |
comparison
equal
deleted
inserted
replaced
4488:6b0000935adc | 4491:d402d7b18bd8 |
---|---|
1 2008-08-05 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule/iso-with-esc.el (greek-iso-8bit-with-esc): | |
4 (arabic-iso-8bit-with-esc): | |
5 Add these two here. Move the implementation of the | |
6 'arabic-iso8859-6 character set here, with commentary on why that | |
7 is reasonable. | |
8 * mule/arabic.el (iso-8859-6): | |
9 Add iso-8859-6, windows-1256 implementations using | |
10 make-8-bit-coding-system. Remove our non-standard Mule character | |
11 sets. | |
12 * unicode.el (load-unicode-tables): Remove Arabic since it's no | |
13 longer dumped. | |
14 * mule/mule-msw-init-late.el: Remove Arabic. | |
15 * mule/mule-category.el (predefined-category-list): Remove | |
16 Arabic. | |
17 | |
1 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> | 18 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
2 | 19 |
3 * x-init.el (x-initialize-compose): | 20 * x-init.el (x-initialize-compose): |
4 Rewrite to use #'loop, as does similar code in x-win-sun.el, | 21 Rewrite to use #'loop, as does similar code in x-win-sun.el, |
5 x-win-xfree86.el. Locally bind function-key-map to the correct | 22 x-win-xfree86.el. Locally bind function-key-map to the correct |