comparison lisp/dumped-lisp.el @ 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 d27c1ee1943b
children 248176c74e6b
comparison
equal deleted inserted replaced
5395:ccf7e84fe265 5396:75469840109b
203 "mule/japanese" 203 "mule/japanese"
204 "mule/korean" 204 "mule/korean"
205 "mule/lao" ; sucks. 205 "mule/lao" ; sucks.
206 "mule/latin" 206 "mule/latin"
207 "mule/misc-lang" 207 "mule/misc-lang"
208 ;; "thai" #### merge thai and thai-xtis!!! 208 "mule/thai"
209 ;; #### Even better; take out thai-xtis! It's not even a
210 ;; standard, and no-one uses it.
211 "mule/thai-xtis"
212 "mule/tibetan" 209 "mule/tibetan"
213 "mule/vietnamese" 210 "mule/vietnamese"
214 )) 211 ))
215 212
216 ;; Specialized language support 213 ;; Specialized language support