diff 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
line wrap: on
line diff
--- a/lisp/dumped-lisp.el	Mon Apr 04 20:34:17 2011 +0100
+++ b/lisp/dumped-lisp.el	Fri Apr 08 14:44:20 2011 +0100
@@ -205,10 +205,7 @@
 	   "mule/lao" ; sucks. 
 	   "mule/latin"
 	   "mule/misc-lang"
-	   ;; "thai" #### merge thai and thai-xtis!!!
-           ;; #### Even better; take out thai-xtis! It's not even a
-           ;; standard, and no-one uses it.
-	   "mule/thai-xtis"
+	   "mule/thai"
 	   "mule/tibetan"
 	   "mule/vietnamese"
 	   ))