X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=1ad78e2323acbcc5b650bb7bb202de7cab4cedb7;hb=306eceacfc6fe45817cc9abcb46a4fe629eff699;hp=1b33b1745c7a4ee1e1e22f664246b1e11efea11a;hpb=113b194be934327de99a168d809271db252c07c4;p=chise%2Fxemacs-chise.git diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 1b33b17..1ad78e2 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -89,6 +89,13 @@ (when-feature scrollbar "scrollbar") (when-feature menubar "menubar") (when-feature dialog "dialog") + (when-feature utf-2000 "ccs-jisx0201-latin.el") + (when-feature utf-2000 "ccs-iso8859-2.el") + (when-feature utf-2000 "ccs-iso8859-3.el") + (when-feature utf-2000 "ccs-iso8859-4.el") + (when-feature utf-2000 "ccs-iso8859-9.el") + (when-feature utf-2000 "ccs-viscii.el") + (when-feature utf-2000 "ccs-jisx0208-1983.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") @@ -133,9 +140,10 @@ (when-feature mule "japanese") (when-feature mule "korean") (when-feature mule "misc-lang") - (when-feature mule "thai-xtis") + (when-feature mule "thai-xtis-chars") + (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail (when-feature mule "viet-chars") - (when-feature mule "vietnamese") + (when-feature (and mule (not utf-2000)) "vietnamese") ;; Specialized language support (when-feature (and mule CANNA) "canna-leim") @@ -164,6 +172,7 @@ (when-feature (and (not infodock) (or x mswindows) menubar) "menubar-items") (when-feature (and infodock (or x mswindows) menubar) "id-menus") + (when-feature (and gutter menubar window-system) "gutter-items") (when-feature x "x-faces") (when-feature x "x-iso8859-1") (when-feature x "x-mouse")