X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=6ce56d6887ae4622136e03976b5c2ead7accdc9d;hb=147864f7999198cf34406560387d15a29322670c;hp=290991b4302257b8786eed514b3f5130ccdaf0ed;hpb=28a3fa29bc0bd9a124b6e3379e82d62e815c22a2;p=chise%2Fxemacs-chise.git diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 290991b..6ce56d6 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -2,7 +2,6 @@ (assemble-list "backquote" ; needed for defsubst etc. "bytecomp-runtime" ; define defsubst - "Installation.el" "find-paths" "packages" ; Bootstrap run-time lisp environment "setup-paths" @@ -90,12 +89,25 @@ (when-feature scrollbar "scrollbar") (when-feature menubar "menubar") (when-feature dialog "dialog") + (when-feature mule "mule-conf") + (when-feature utf-2000 "ccs-jisx0201-latin.el") + (when-feature utf-2000 "ccs-viscii.el") + (when-feature utf-2000 "ccs-jisx0208-1983.el") + (when-feature utf-2000 "u00000-C0.el") + (when-feature utf-2000 "u00020-Basic-Latin.el") + (when-feature utf-2000 "u00080-C1.el") + (when-feature utf-2000 "u000A0-Latin-1-Supplement.el") + (when-feature utf-2000 "u00100-Latin-Extended-A.el") + (when-feature utf-2000 "u00180-Latin-Extended-B.el") + (when-feature utf-2000 "u00250-IPA-Extensions.el") + (when-feature utf-2000 "u002B0-Spacing-Modifier-Letters.el") + (when-feature utf-2000 "u00300-Combining-Diacritical-Marks.el") + (when-feature utf-2000 "u00370-Greek.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") ;; Handle I/O of files with extended characters. (when-feature file-coding "code-files") - (when-feature mule "mule-files") ;; Handle process with encoding/decoding non-ascii coding-system. (when-feature file-coding "code-process") (when-feature mule "mule-help") @@ -128,16 +140,17 @@ (when-feature mule "chinese") (when-feature mule "mule/cyrillic") ; overloaded in leim/quail (when-feature mule "english") -;; (when-feature mule "ethiopic") + (when-feature mule "ethiopic") (when-feature mule "european") (when-feature mule "mule/greek") ; overloaded in leim/quail (when-feature mule "hebrew") (when-feature mule "japanese") (when-feature mule "korean") (when-feature mule "misc-lang") -;; (when-feature mule "thai") + (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") @@ -166,6 +179,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")