X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2FChangeLog;h=4daf2af10626743ef7322221e36cc28bd32d3e91;hb=438fba6c3b9dafe9728e1426cd109e3494b081ec;hp=db9121cd61c0e4fce4577215343d8f906e8896c9;hpb=426fe636212336bb32a5e6f187c4d623709fa57d;p=chise%2Fxemacs-chise.git- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db9121c..4daf2af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,858 +1,939 @@ -2001-12-17 Stephen J. Turnbull +2003-08-04 MORIOKA Tomohiko - * XEmacs 21.4.6 "Common Lisp" is released. + * mule/mule-conf.el (=iso-ir165): Define to inherit from `=gb2312' + in XEmacs CHISE. -2001-12-17 Stephen J. Turnbull +2003-07-28 MORIOKA Tomohiko - * XEmacs 21.4.6 "Common Lisp" is released. + * mule/mule-charset.el (default-coded-charset-priority-list): + Prefer `=big5-cdp', `chinese-big5-eten-a', `chinese-big5-eten-b' + and `chinese-big5' to `=gt-pj-*'. -2001-11-21 Stephen J. Turnbull +2003-05-10 MORIOKA Tomohiko - * package-net.el: Inadvertant synch with Windows branch. From - Andy's log: - (package-net-kit-version): new variable. - (package-net-generate-bin-ini): use it. Remove unwanted functions. + * mule/mule-conf.el (=daikanwa): Renamed from + `ideograph-daikanwa'. + (ideograph-daikanwa): Changed to an alias for `=daikanwa'. -2001-11-28 Steve Youngs +2003-05-09 MORIOKA Tomohiko - * package-get.el (package-get-locate-index-file): Also search the - core etc/ directory for the package index file if it can't be - found in ~/.xemacs/. + * mule/mule-conf.el (=cns11643-7): Renamed from + `chinese-cns11643-7'. + (chinese-cns11643-7): Changed to an alias for `=cns11643-7'. -2001-12-13 William Perry +2003-05-07 MORIOKA Tomohiko - * dialog-gtk.el (popup-builtin-question-dialog): - Conform to API in gui.c. - -2001-11-12 Andy Piper + * mule/mule-conf.el (=cns11643-6): Renamed from + `chinese-cns11643-6'. + (chinese-cns11643-6): Changed to an alias for `=cns11643-6'. - * cus-edit.el (custom-save-face-internal): make sure we save - non-themed faces. - (custom-save-variables): ditto variables. +2003-05-06 MORIOKA Tomohiko -2001-11-20 Stephen J. Turnbull + * mule/mule-conf.el (=cns11643-5): Renamed from + `chinese-cns11643-5'. + (chinese-cns11643-5): Changed to an alias for `=cns11643-5'. - * faces.el (make-face-family): - (make-face-size): - New face-modifying functions per Jan Vroonhof. +2003-05-05 MORIOKA Tomohiko - cus-face.el (custom-set-face-font-family): - (custom-set-face-font-size): - Use them. + * mule/mule-conf.el (=cns11643-4): Renamed from + `chinese-cns11643-4'. + (chinese-cns11643-4): Changed to an alias for `=cns11643-4'. - * font.el (font-window-system-mappings): More precise docstring. +2003-05-02 MORIOKA Tomohiko - (font-create-name): - (font-create-object): - (tty-font-create-object): - (tty-font-create-plist): - (x-font-create-object): - (x-font-create-name): - (ns-font-create-name): - (mswindows-font-create-object): - (mswindows-font-create-name): - Add doctrings. + * mule/mule-conf.el (=cns11643-3): Renamed from + `chinese-cns11643-3'. + (chinese-cns11643-3): Changed to an alias for `=cns11643-3'. -2001-11-14 John Paul Wallington +2003-04-30 MORIOKA Tomohiko - * gtk-faces.el (gtk-init-device-faces): removed spurious - quote before let* expression. + * mule/mule-conf.el: `chinese-cns11643-2' is renamed to + `=cns11643-2'. + (chinese-cns11643-2): New alias for `=cns11643-2'. -2001-10-29 Andy Piper +2003-04-27 MORIOKA Tomohiko - * code-files.el (toggle-buffer-file-coding-system): mark buffer as - modified when changing coding system. + * mule/mule-conf.el: `chinese-cns11643-1' is renamed to + `=cns11643-1'. + (chinese-cns11643-1): New alias for `=cns11643-1'. - * toolbar-items.el (toolbar-dired): Use interactive "D" spec so - that we invoke the GUI directory selector. +2003-04-25 MORIOKA Tomohiko -2001-10-25 Andy Piper + * mule/mule-conf.el: `chinese-gb12345' is renamed to `=gb12345'. + (chinese-gb12345): New alias for `=gb12345'. - * dialog.el (make-dialog-box): use new directory dialog support. - * minibuf.el (read-file-name-1): ditto. - (read-file-name): ditto. - (read-directory-name): ditto. +2003-04-21 MORIOKA Tomohiko -2001-10-23 Stephen J. Turnbull + * mule/mule-conf.el: `chinese-gb2312' is renamed to `=gb2312'. + (chinese-gb2312): New alias for `=gb2312'. - * XEmacs 21.4.5 "Civil Service" is released. +2003-04-19 MORIOKA Tomohiko -2001-04-23 Didier Verna + * mule/mule-conf.el: `chinese-big5' is renamed to `=big5'. + (chinese-big5): New alias for `=big5'. - * cus-edit.el (custom-variable-pre-save): New. - * cus-edit.el (custom-variable-post-save): New. - * cus-edit.el (custom-variable-save): use them. - * cus-edit.el (custom-face-pre-save): New. - * cus-edit.el (custom-face-post-save): New. - * cus-edit.el (custom-face-save): use them. - * cus-edit.el (custom-group-pre-save): New. - * cus-edit.el (custom-group-post-save): New. - * cus-edit.el (custom-group-save): use them. - * cus-edit.el (Custom-save): use the pre/post functions above, - call `custom-save-all' only once. - * cus-edit.el (custom-variable-pre-reset-standard): New. - * cus-edit.el (custom-variable-post-reset-standard): New. - * cus-edit.el (custom-variable-reset-standard): use them. - * cus-edit.el (custom-face-pre-reset-standard): New. - * cus-edit.el (custom-face-post-reset-standard): New. - * cus-edit.el (custom-face-reset-standard): use them. - * cus-edit.el (custom-group-pre-reset-standard): New. - * cus-edit.el (custom-group-post-reset-standard): New. - * cus-edit.el (Custom-reset-standard): use them. - * cus-edit.el (custom-face-reset-saved): use the pre/post - functions above, call `custom-save-all' only once. +2003-04-17 MORIOKA Tomohiko -2001-04-08 Danny Colascione + * mule/mule-conf.el: `korean-ksc5601' is renamed to `=ks-x1001'. + (korean-ksc5601): New alias for `=ks-x1001'. - * gutter-items.el (buffers-tab face): Derive from the modeline - face by default. Many people use white-on-black for the default - font, and the tabs look hideous with that color combination. The - modeline usually has the correct colors. +2003-04-15 MORIOKA Tomohiko -2001-09-28 Robert Pluim + * mule/mule-conf.el: `japanese-jisx0212' is renamed to + `=jis-x0212'. + (japanese-jisx0212): New alias for `=jis-x0212'. - * etags.el (find-tag): Doc fix, point users at pop-tag-mark. - (tag-mark-stack-max): Typo fix. +2003-04-12 MORIOKA Tomohiko -2001-09-28 Ben Wing + * mule/mule-conf.el: `japanese-jisx0208' is renamed to + `=jis-x0208-1983'. + (japanese-jisx0208): New alias for `=jis-x0208-1983'. - * font-lock.el: - * font-lock.el (font-lock-after-change-function): - fix problem with last patch, reported by Katsumi Yamaoka. +2003-04-07 MORIOKA Tomohiko -2001-09-17 Ben Wing + * mule/mule-conf.el: `japanese-jisx0208-1978' is renamed to + `=jis-x0208-1978'. + (japanese-jisx0208-1978): New alias for `=jis-x0208-1978'. - * font-lock.el (font-lock-after-change-function): - fix problem when you insert a comment on the line before a line of - code: if we use the following char, then when you hit backspace, - the following line of code turns the comment color. +2003-04-05 MORIOKA Tomohiko -2001-06-08 Ben Wing + * mule/mule-conf.el (=iso-ir165): Renamed from `chinese-isoir165'. + (chinese-isoir165): Changed to an alias for `=iso-ir165'. - * process.el: comment about shell-command-switch. - * process.el (shell-quote-argument): Need to quote a null - argument, too. From Dan Holmsand. - - * startup.el (normal-top-level): Delete some unused FSF junk. - * startup.el (command-line-early): - - * startup.el (command-line): Call MS Windows init function. - - * win32-native.el: - * win32-native.el (mswindows-system-shells): New. - * win32-native.el (mswindows-system-shell-p): New. - * win32-native.el (init-mswindows-at-startup): New. - * win32-native.el (mswindows-quote-one-vc-runtime-arg): - * win32-native.el (mswindows-quote-one-simple-arg): - * win32-native.el (mswindows-quote-one-command-arg): - * win32-native.el (mswindows-construct-process-command-line-alist): - Correct comments at top. Correctly handle passing arguments - to Cygwin programs and to bash. Fix quoting of zero-length - arguments (from Dan Holmsand). Set shell-command-switch based - on shell-file-name, which in turn comes from env var SHELL. +2003-04-03 MORIOKA Tomohiko -2001-07-18 Alexey Mahotkin + * mule/mule-conf.el (chinese-isoir165): Specify iso-ir 165. + (chinese-cns11643-3): Specify iso-ir 183. + (chinese-cns11643-4): Specify iso-ir 184. + (chinese-cns11643-5): Specify iso-ir 185. + (chinese-cns11643-6): Specify iso-ir 186. + (chinese-cns11643-7): Specify iso-ir 187. + (=jis-x0213-1-2000): In XEmacs CHISE, specify iso-ir 228. + (=jis-x0213-2-2000): In XEmacs CHISE, specify iso-ir 229. - * toolbar.el (toolbar-visible-p, toolbar-captioned-p, - default-toolbar-position): Fill docstrings for balloon-help. +2003-04-03 MORIOKA Tomohiko -2001-03-15 Stephen J. Turnbull + * bytecomp.el (byte-compile-insert-header): In XEmacs CHISE, check + \uXXXX for every cases. - * faces.el: Reenable specifications over 'gtk domain. +2003-03-31 MORIOKA Tomohiko -2001-08-08 Didier Verna + * mule/mule-conf.el (=ucs@big5): Renamed from `ucs-big5'. + (ucs-big5): Changed to an alias for `=ucs@big5'. - * autoload.el (update-autoload-files): make defdir a file name, - not directory name. +2003-03-29 MORIOKA Tomohiko -2001-08-06 Steve Youngs + * mule/mule-conf.el (=ucs@ks): Renamed from `ucs-ks'. + (ucs-ks): Changed to an alias for `=ucs@ks'. - * menubar-items.el (default-menubar): Use 'report-xemacs-bug'. +2003-03-27 MORIOKA Tomohiko - * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'. + * mule/mule-conf.el (=ucs@jis-2000): Renamed from `=ucs-jis-2000'. + (=ucs-jis-2000): Changed to an alias for `=ucs@jis-2000'. -2001-08-01 Edward M. Lee +2003-03-26 MORIOKA Tomohiko - * font-menu.el (font-menu-set-font): Default to current font-family. - (font-menu-preferred-resolution): - (font-menu-size-scaling): - Provide gtk defaults, too. + * mule/mule-conf.el (=ucs@jis-1990): Renamed from `=ucs-jis-1990'. + (=ucs-jis-1990): Changed to an alias for `=ucs@jis-1990'. -2001-07-29 Mike Alexander +2003-03-24 MORIOKA Tomohiko - * cus-face.el (custom-set-face-font-size): Last arg to apply is a - list - (custom-set-face-font-family): ditto + * mule/mule-conf.el (=ucs@jis): Renamed from `ucs-jis'. + (ucs-jis): Changed to an alias for `=ucs@jis'. -2001-07-26 Mike Sperber +2003-03-23 MORIOKA Tomohiko - * files.el (auto-mode-alist): .9 files are man pages, too. + * mule/mule-conf.el (=ucs@cns): Renamed from `ucs-cns'. + (ucs-cns): Changed to an alias for `=ucs@cns'. -2001-07-23 Edwin Steiner +2003-03-20 MORIOKA Tomohiko - * process.el (call-process-internal): bind - coding-system-for-write to 'binary when calling - start-process-internal, so the process receives - the literal contents of INFILE. + * mule/mule-conf.el (=ucs@gb): Renamed from `ucs-gb'. + (ucs-gb): Changed to an alias for `=ucs@gb'. -2001-09-15 Edward M. Lee +2003-03-16 MORIOKA Tomohiko - * files.el (auto-mode-alist): Add configure.ac support. + * mule/mule-conf.el (=daikanwa-rev1): Renamed from + `ideograph-daikanwa-2'. + (ideograph-daikanwa-2): Changed to an alias for `=daikanwa-rev1'. + (=daikanwa-rev2): New coded-charset when `utf-2000' is provided. -2001-07-19 Adrian Aichner +2003-03-09 MORIOKA Tomohiko - * buff-menu.el: - mouse.el: - Adrian's mouse-track patch. See . + * mule/mule-charset.el (default-coded-charset-priority-list): + Refer `=jis-x0208-1990' instead of `japanese-jisx0208-1990'; refer + `=gt-pj-*' instead of `ideograph-gt-pj-*'; refer `=hanziku-*' + instead of `ideograph-hanziku-*'. -2001-07-28 Stephen J. Turnbull + * mule/mule-conf.el: `ucs' is renamed to `=ucs'. + (ucs): New alias for `=ucs' when `utf-2000' is provided. - * XEmacs 21.4.4 "Artificial Intelligence" is released. +2003-03-07 MORIOKA Tomohiko -2001-07-10 Katsumi Yamaoka + * mule/mule-conf.el (=jis-x0213-1-2000): Rename + `japanese-jisx0208-1990' to `=jis-x0208-1990'. + (japanese-jisx0208-1990): New alias for `=jis-x0208-1990' when + `utf-2000' is provided. - * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii - mixed text. - (kinsoku-eol-p): Ditto. +2003-03-05 MORIOKA Tomohiko -2001-07-09 Katsumi Yamaoka + * mule/mule-conf.el (ucs-gb): New coded-charsets when `utf-2000' + is provided [was builtin coded-charsets]. - * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol, - kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign - characters as the category `s' or `e' correctly. +2003-03-04 MORIOKA Tomohiko -2001-06-06 Alexey Mahotkin + * mule/mule-conf.el (ucs-cns): New coded-charsets when `utf-2000' + is provided [was builtin coded-charsets]. - * mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font. +2003-03-03 MORIOKA Tomohiko -2001-06-14 Alexey Mahotkin + * mule/mule-conf.el (ucs-jis): New coded-charsets when `utf-2000' + is provided [was builtin coded-charsets]. - * mule/cyrillic.el: Set up case table. +2003-03-02 MORIOKA Tomohiko -2001-06-08 Mike Sperber + * mule/mule-conf.el (ucs-ks): New coded-charsets when `utf-2000' + is provided [was builtin coded-charsets]. - * files.el (save-some-buffers-1): Don't zap the help window right - after `map-y-or-n-p' has popped it up. +2003-03-01 MORIOKA Tomohiko -2001-06-15 Nick Pakoulin + * mule/mule-conf.el (ideograph-daikanwa-2): New coded-charsets + when `utf-2000' is provided [was builtin coded-charsets]. - * help.el (frob-help-extents): Require 'hyper-apropos for faces. +2003-02-28 MORIOKA Tomohiko -2001-07-18 Stephen J. Turnbull + * mule/mule-conf.el (=hanziku-*): Renamed from + `ideograph-hanziku-*'. + (ideograph-hanziku-*): Changed to an alias for `=hanziku-*'. - * specifier.el: define-specifier-tag 'gtk. +2003-02-27 MORIOKA Tomohiko -2001-05-12 Ben Wing + * mule/mule-conf.el (ideograph-daikanwa): New coded-charsets when + `utf-2000' is provided [was builtin coded-charsets]. + (ideograph-hanziku-{1..12}): Likewise. - * find-paths.el (paths-find-recursive-path): - fix error with null EXCLUDE-REGEXP. - - * font-lock.el (font-lock-mode): - fix problem reported by hrvoje with buffers starting with a space. - -2001-05-06 Ben Wing +2003-02-27 MORIOKA Tomohiko - * dialog.el (make-dialog-box): - * menubar-items.el (default-menubar): - * printer.el (generic-print-buffer): - * printer.el (generic-print-region): - implement printing the selection when it's selected. + * mule/mule-conf.el (=gt-pj-*): Renamed from `ideograph-gt-pj-*'. + (ideograph-gt-pj-*): Changed to an alias for `=gt-pj-*'. -2001-04-18 Didier Verna +2003-02-26 MORIOKA Tomohiko - * cus-edit.el (Custom-reset-standard): reset to standard settings - not only when the buffer's :custom-state is 'modified, but also - when it is 'set or 'saved. + * mule/mule-conf.el (ideograph-gt-pj-{1..11}): New coded-charsets + when `utf-2000' is provided [was builtin coded-charsets]. -2001-04-17 Didier Verna +2003-02-26 MORIOKA Tomohiko - * startup.el (load-user-init-file): define `custom-file' before - loading the user's init file. + * mule/mule-charset.el (default-coded-charset-priority-list): Use + `=big5-cdp', `=cbeta' and `=jef-china3' instead of + `chinese-big5-cdp', `ideograph-cbeta' and `china3-jef'. -2001-04-09 Danny Colascione +2003-02-18 MORIOKA Tomohiko - * menubar.el (popup-mode-menu): Make it work with - popup-menu-titles turned off. - -2001-04-24 Hrvoje Niksic + * mule/mule-conf.el (=gt): Renamed from `ideograph-gt'. + (ideograph-gt): Changed to an alias for `=gt'. - * about.el (about-mailto-link): Use compose-mail for sending mail. +2003-02-18 MORIOKA Tomohiko -2001-07-14 Sean MacLennan + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ideograph-gt-pj-k1' and `ideograph-gt-pj-k2'. - * package-admin.el (package-install-hook): New. - (package-delete-hook): New. - (package-admin-add-single-file-package): Use package-delete-hook. +2003-02-17 MORIOKA Tomohiko - * package-get.el (package-get): Use package-install-hook. + * mule/mule-conf.el (ucs-big5): New coded-charset when `utf-2000' + is provided; it was defined as a builtin coded-charset. + (ideograph-gt): Likewise. -2001-06-26 Robert Pluim +2003-02-16 MORIOKA Tomohiko - * package-ui.el (pui-install-selected-packages): reverse the lists - of packages so that they get handled in the same order as they - were selected. + * mule/mule-conf.el (=gt-k): Renamed from `ideograph-gt-k'. + (ideograph-gt-k): Changed to an alias for `=gt-k'. -2001-06-26 Robert Pluim +2003-02-15 MORIOKA Tomohiko - * packages.el (locate-library): Use read-library-name for completion. + * mule/mule-conf.el (=big5-cdp): Renamed from `chinese-big5-cdp'. + (chinese-big5-cdp): Changed to an alias for `=big5-cdp'. -2001-05-21 Martin Buchholz +2003-02-15 MORIOKA Tomohiko - * byte-optimize.el (=): `=' is not a binary predicate! - Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1. - Use byte-optimize-predicate, not byte-optimize-binary-predicate, + * mule/mule-conf.el (=big5-eten): Renamed from + `chinese-big5-eten'. + (chinese-big5-eten): Changed to an alias for `=big5-eten'. -2001-05-20 Martin Buchholz +2003-02-14 MORIOKA Tomohiko - * bytecomp.el (byte-compile-arithcompare): - Only optimize (= x) ==> t if byte-compile-delete-errors is not nil. + * mule/mule-conf.el (=big5-pua): Renamed from `chinese-big5-pua'. + (chinese-big5-pua): Changed to an alias for `=big5-pua'. -2001-06-03 William M. Perry +2003-02-13 MORIOKA Tomohiko - * dialog-gtk.el (popup-builtin-open-dialog): Don't forget to - return the filename selected by the user! + * mule/mule-conf.el (=cbeta): Renamed from `ideograph-cbeta'. + (ideograph-cbeta): Changed to an alias for `=cbeta'. -2001-05-31 William M. Perry +2003-02-11 MORIOKA Tomohiko - * font-menu.el: Avoid arithmetic with 'nil' when using the font menu - in XEmacs/GTK. + * mule/mule-conf.el (=jef-china3): Renamed from `china3-jef'. + (china3-jef): Changed to an alias for `=jef-china3'. -2001-05-29 Alexey Mahotkin +2003-02-10 MORIOKA Tomohiko - * coding.el: Tiny typo fixed. + * mule/mule-charset.el (default-coded-charset-priority-list): Use + `=jis-x0213-{1|2}-2000' instead of `japanese-jisx0213-{1|2}'. -2001-05-17 Stephen J. Turnbull + * mule/mule-conf.el (=jis-x0213-{1|2}-2000): Renamed from + `japanese-jisx0213-{1|2}' when `utf-2000' is provided. + (japanese-jisx0213-{1|2}): New alias for =jis-x0213-{1|2}-2000 + when `utf-2000' is provided. - * XEmacs 21.4.3 "Academic Rigor" is released. +2003-02-10 MORIOKA Tomohiko -2001-05-17 Stephen J. Turnbull + * dumped-lisp.el (preloaded-file-list): Add + "u02980-Miscellaneous-Mathematical-Symbols-B", + "u02900-Supplemental-Arrows-B" and + "u031F0-Katakana-Phonetic-Extensions" when `utf-2000' is provided. - * config.values.sh: lisp/utils?/config.el -> lisp/config.el. +2003-02-05 MORIOKA Tomohiko -2001-05-10 Stephen J. Turnbull + * mule/mule-conf.el (=ucs-jis-1990): New coded-charset for + UTF-2000. + (=ucs-jis-2000): New coded-charset for UTF-2000. - * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released. +2003-01-05 MORIOKA Tomohiko -2001-05-04 Ben Wing + * mule/mule-conf.el: Add new coded-charset when UTF-2000 [was a + builtin coded-charset]. - * printer.el (generic-print-buffer): - * printer.el (generic-print-region): - Enable dialog boxes. Apply workaround recommended by Kirill. - fix (fboundp 'lpr-buffer) -> (fboundp 'lpr-region). - - * simple.el (kill-whole-line): - * simple.el (kill-line-1): - * simple.el (kill-entire-line): - * simple.el (kill-line): - * simple.el (backward-kill-line): - Take out interactive dependence of kill-whole-line. +2002-12-18 MORIOKA Tomohiko -2001-04-22 Ben Wing + * mule/mule-conf.el (ideograph-gt-k): New coded-charset in + UTF-2000. + (ideograph-gt-pj-k1): Likewise. + (ideograph-gt-pj-k2): Likewise. - * dialog.el (make-dialog-box): - Put dialog titles back in -- this time correctly. Fix various - other problems with leaks and such. +2002-11-29 MORIOKA Tomohiko - * simple.el (region-exists-p): - * simple.el (region-active-p): - Add comment about which one is correct to use in menu specs. - -2001-05-05 Ben Wing - - * dialog.el (make-dialog-box): fix doc string. - * menubar-items.el (default-menubar): Add Page Setup for Windows, - take out Pretty Print. - * printer.el: - * printer.el (printer-current-device): New. - * printer.el (Printer-get-device): New. - * printer.el (Printer-clear-device): New. - * printer.el (generic-page-setup): New. - * printer.el (generic-print-buffer): - * printer.el (generic-print-region): - Implement Page Setup. Handle errors properly. + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `=jis-x0208'. -2001-05-05 Ben Wing +2002-11-29 MORIOKA Tomohiko - * subr.el (error): Complete list of errors in doc string. - -2001-04-22 Ben Wing + * mule/mule-conf.el (china3-jef): Add new coded-charset when + UTF-2000 [was a builtin coded-charset]. - * bytecomp-runtime.el (byte-compiler-options): Correct doc string. - -2001-05-03 Adrian Aichner +2002-10-02 MORIOKA Tomohiko - * build-report.el: Remove CVS keywords since this file has been in - core lisp for a while now. - * build-report.el (build-report-make-output-files): Fix typo. + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + setting for JIS X 0213. -2001-04-24 Hrvoje Niksic +2002-07-23 MORIOKA Tomohiko - * about.el (about-finish-buffer): Make sure the last change works - even if EVENT is nil. + * mule/japanese.el (euc-jisx0213): New coding-system. -2001-04-24 Hrvoje Niksic + * mule/mule-conf.el (japanese-jisx0213-1): Specify + `japanese-jisx0208-1990' as the mother. - * about.el (about-finish-buffer): Kill/bury the buffer where the user - clicked, not the one that happens to be the current buffer at the - time. +2002-07-18 MORIOKA Tomohiko -2001-03-19 Karl M. Hegbloom + * dumped-lisp.el (preloaded-file-list): Add "u0A490-Yi-Radicals" + in UTF-2000. - * cus-edit.el (custom-display): Support the GTK Window System also. +2002-07-05 MORIOKA Tomohiko -2001-04-30 Ben Wing + * mule/mule-coding.el (utf-8-er): New coding-system in UTF-2000; + setup `coded-charset-entity-reference-alist'. - * printer.el: - * printer.el (printer-page-header): - * printer.el (Print-context): New. - * printer.el (printer-page-footer): - * printer.el (generate-header-element): New. - * printer.el (generate-header-line): New. - * printer.el (print-context-property): - * printer.el (generic-print-buffer): - * printer.el (generic-print-region): - Implement headers and footers. Implement calling Print dialog box - (#### but it doesn't quite work yet). +2002-04-12 MORIOKA Tomohiko -2001-04-25 Ben Wing + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `chinese-big5-eten-a' and `chinese-big5-eten-b'. - * about.el (xemacs-hackers): - * about.el (about-url-alist): - * about.el (about-personal-info): - * about.el (about-hacker-contribution): - More contributions. - - * simple.el (handle-post-motion-command): - Fix spurious setting of zmacs-region-stays to t after a non-shift - motion command. +2002-04-11 MORIOKA Tomohiko -2001-04-24 Hrvoje Niksic + * mule/mule-conf.el (chinese-big5-pua): New coded-charset. + (chinese-big5-eten-a): Likewise. + (chinese-big5-eten-b): Likewise. + (chinese-big5-cdp): Declare as a subset of `chinese-big5' whose + code range is #x8140 .. #x8DFE. - * about.el (about-personal-info): Update my bio. - (about-hacker-contribution): Ditto. +2002-04-08 MORIOKA Tomohiko -2001-04-23 Stephen J. Turnbull + * mule/mule-conf.el (chinese-big5-eten): New coded-charset in + UTF-2000. + (chinese-big5-cdp): Likewise. - * startup.el (splash-frame-body): Update copyright notices: Ben, FSF. +2001-12-31 MORIOKA Tomohiko -2001-04-19 Andy Piper + * mule/mule-charset.el (default-coded-charset-priority-list): + Delete `mojikyo-2022-1'. - * package-net.el (package-net-cygwin32-binary-size): new size. - (package-net-win32-binary-size): new size. - (package-net-convert-index-to-ini): Use new arch. - (package-net-batch-convert-index-to-ini): Removed. - (package-net-generate-bin-ini): New. - (package-net-batch-generate-bin-ini): New. +2001-12-26 MORIOKA Tomohiko -2001-04-19 Stephen J. Turnbull + * mule/mule-charset.el (default-coded-charset-priority-list): + Delete `mojikyo'. - * XEmacs 21.4.1 "Copyleft" is released. +2001-12-11 MORIOKA Tomohiko -2001-04-19 Stephen J. Turnbull + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ucs-sip'. - * x-compose.el (xlib-input-method-bug-workaround): - (alias-colon-to-double-quote): - Force sort in map-keymap to work around rehash bug. +2001-11-14 MORIOKA Tomohiko -2001-04-17 Ben Wing + * mule/mule-charset.el (default-coded-charset-priority-list): + Comment out `chinese-gb12345'. - * about.el: Finish overhaul, add a few new hackers, update a - couple old ones. +2001-11-13 MORIOKA Tomohiko -2001-04-16 Stephen J. Turnbull + * bytecomp.el (byte-compile-insert-header): Fixed. - * XEmacs 21.4.0 "Solid Vapor" is released. +2001-10-31 MORIOKA Tomohiko -2001-04-15 Ben Wing + * dumped-lisp.el (preloaded-file-list): Dump `ad-hoc-cdp' in + XEmacs UTF-2000. - * about.el: - * about.el (about-headline-face): New. - * about.el (about-link-face): New. - * about.el (about-current-release-maintainers): New. - * about.el (about-other-current-hackers): New. - * about.el (about-url-alist): - * about.el (about-once-and-future-hackers): New. - * about.el (about-mailto-link): New. - * about.el (about-get-buffer): - * about.el (about-finish-buffer): - * about.el (about-xemacs): - * about.el (about-features): Removed. - * about.el (about-advantages): New. - * about.el (about-maintainer-info): Removed. - * about.el (about-personal-info): New. - * about.el (about-hacker-contribution): New. - * about.el (about-maintainer): - * about.el (about-show-linked-info): - * about.el (about-hackers): - Major revamping. Rewriting of most of the text, improve the - link handling, separate info on contributors into personal - and contribution info, add new contributors, update personal - info, etc. etc. - - * menubar-items.el (default-menubar): - Help menubar entry for News now says more accurately - "What's New in XEmacs". - - * mouse.el: - * mouse.el (mouse-track-cleanup-hook): - * mouse.el (mouse-track): - Don't set-buffer to a dead buffer when calling mouse-track - cleanup hooks. +2001-10-16 MORIOKA Tomohiko -2001-04-14 Stephen J. Turnbull + * mule/chinese.el (big5-cdp): New coding-system in XEmacs + UTF-2000. - * XEmacs 21.2.47 "Zephir" is released. +2001-10-15 MORIOKA Tomohiko -2001-04-02 Jan Vroonhof + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ideograph-hanziku-{1 .. 12}' in XEmacs UTF-2000. - * dialog.el (make-dialog-box): Disable dialog box titles until - we get them working. +2001-10-13 MORIOKA Tomohiko -2001-03-30 Ben Wing + * mule/mule-charset.el (default-coded-charset-priority-list): + `japanese-jef-china3' is renamed `china3-jef'. - * help.el: - * help.el (Help-princ-face): - * help.el (Help-prin1-face): - * help.el (frob-help-extents): - * help.el (describe-function-1): - * help.el (describe-variable): - Avoid using font-lock faces, which may not be defined. - Instead, use hyper-apropos faces, and make sure they're - defined as necessary by using `require'. (It's not so safe - to do this for font-lock.) In any case, we will eventually - be merging this functionality into hyper-apropos. - - * loaddefs.el (completion-ignored-extensions): - Fix documentation. - - * menubar-items.el (menu-truncate-list): Removed. - * menubar-items.el (Menubar-items-truncate-list): New. - * menubar-items.el (default-menubar): - Fix errors if grep or compile command is too long. Rename helper - function to be less visible. +2001-10-08 MORIOKA Tomohiko -2001-03-23 Martin Buchholz + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `japanese-jef-china3' and `ideograph-cbeta'. - * byte-optimize.el (byte-optimize-minus): - Fix mis-byte-compilation of (- 0 x) --> (- (- x)) +2001-09-02 MORIOKA Tomohiko -2001-03-26 Hrvoje Niksic + * list-mode.el: Delete dirty hack for XEmacs UTF-2000. - * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when - Mule is available. +2001-08-07 MORIOKA Tomohiko - * mule/latin.el: New file. + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `chinese-big5-cdp'. -2001-03-11 Ben Wing +2001-08-02 MORIOKA Tomohiko - * auto-save.el: - * auto-save.el (auto-save-directory): - * auto-save.el (make-auto-save-file-name): - * auto-save.el (auto-save-file-name-p): New. + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `arabic-digit', `arabic-1-column' and `arabic-2-column'. - Merge in improvements from other definition of - make-auto-save-file-name in files.el. - - * auto-save.el (auto-save-original-name): - * auto-save.el (auto-save-name-in-fixed-directory): - * auto-save.el (auto-save-unslashify-name): Removed. - * auto-save.el (auto-save-slashify-name): Removed. - * auto-save.el (auto-save-reserved-chars): New. - * auto-save.el (auto-save-escape-name): New. - * auto-save.el (auto-save-unhex): New. - * auto-save.el (auto-save-unescape-name): New. +2001-07-31 MORIOKA Tomohiko - Change algorithm for encoding filenames in auto-save names to be - entirely safe with all filesystems and all possible characters in - a filename, and 100% reversible. (Essentially, uses - quoted-printable as the encoding.) - - * auto-save.el (recover-all-files): + * dumped-lisp.el (preloaded-file-list): Load "arabic" before + loading character definitions. - Use insert-directory rather than calling ls directly -- fixes - things under Windows. +2001-07-29 MORIOKA Tomohiko - * files.el: - * files.el (convert-standard-filename): Substitute FSF's - definition for this (we had nothing here before). - - * files.el (backup-buffer): Warning fix. - - * files.el (make-backup-file-name): - * files.el (find-backup-file-name): - Fix error in calling sequence to auto-save-file-name-p. - - * files.el (recover-file): - Use insert-directory rather than calling ls directly -- fixes - things under Windows. - - * files.el (make-auto-save-file-name): Removed. - * files.el (auto-save-file-name-p): Removed. - auto-save is always dumped so no sense in having a definition - that will always be overwritten with another. - - * files.el (insert-directory): - * win32-native.el: - * win32-native.el (debug-mswindows-process-command-lines): - * win32-native.el (original-make-auto-save-file-name): Removed. - * win32-native.el (make-auto-save-file-name): Removed. + * dumped-lisp.el (preloaded-file-list): Rename + u031A0-Extended-Bopomofo.el to u031A0-Bopomofo-Extended.el. +2001-07-24 MORIOKA Tomohiko -2001-03-21 Martin Buchholz + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `chinese-big5'. - * XEmacs 21.2.46 "Urania" is released. +2001-07-20 MORIOKA Tomohiko -2001-03-16 Stephen J. Turnbull + * dumped-lisp.el (preloaded-file-list): Dump + "Ideograph-R028-Private" with XEmacs UTF-2000. - * menubar-items.el (default-menubar): Update sample.emacs to - sample.init.el and adjust accelerators. +2001-07-15 MORIOKA Tomohiko -2001-02-02 Stephen J. Turnbull + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `chinese-gb12345'. - * build-report.el (build-report): Improve docstring. +2001-07-09 MORIOKA Tomohiko -2001-03-15 Stephen J. Turnbull + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ideograph-gt-pj-{1..11}'. - * ChangeLog: Log GTK merge. + * dumped-lisp.el (preloaded-file-list): Dump `isolated-char' in + XEmacs UTF-2000. - * gutter-items.el: - * mwheel.el: - * sound.el: - * startup.el: - Revert gratuitous whitespace changes. +2000-12-06 MORIOKA Tomohiko -2001-03-07 Ben Wing + * mule/mule-charset.el (default-coded-charset-priority-list): + Prefer `chinese-gb2312' than `chinese-cns11643-*'; add + `chinese-isoir165'. - * help.el: - * help.el (key-or-menu-binding): - * help.el (Help-find-file): New. - * help.el (describe-beta): - * help.el (describe-copying): - * help.el (describe-project): - * help.el (view-emacs-news): - * help.el (view-sample-init-el): New. - * help.el (Help-princ-face): New. - * help.el (Help-prin1-face): New. - * help.el (help-symbol-function-context-menu): - * help.el (help-symbol-variable-context-menu): - * help.el (help-symbol-function-and-variable-context-menu): - * help.el (frob-help-extents): - * help.el (describe-function-1): - * help.el (describe-variable): - - Add coloring in Help buffers, correspondent with hyperlinks. - View files in view-mode rather than Fundamental. - Remove separators from context menus -- now handled in generic code. - Add `Find Tag' to context menu. - - * menubar.el (popup-mode-menu): - - Rewrite code that outputs the popup menu to (a) put more specific - entries first, (b) be more robust, (c) output the proper context - menu separators automatically (the context menu functionality is - new and currently used only by Help). - -2001-03-10 William M. Perry - - * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite - this function when converting from the 21.1 GTK branch. Now - supports file, password, question, and color built-in dialogs. - -2001-03-06 Ben Wing +2000-10-05 MORIOKA Tomohiko - * keydefs.el: - * keydefs.el (global-map): - Add commented-out change of M-k (for 21.5). - - * menubar-items.el (default-menubar): - Fix items to control kill-line behavior; add items for - shifted motion. - - * simple.el: - * simple.el (kill-whole-line): - * simple.el (historical-kill-line): Removed. - * simple.el (kill-line): Removed. - * simple.el (kill-entire-line): New. - * simple.el (kill-line-1): New. - * simple.el (backward-kill-line): - Undo kill-whole-line == always changes. Add new function - kill-entire-line to unconditionally delete the current line. - Add comments describing the lamentable state of affairs of - the kill-line functions and variables. - -2001-03-02 Ben Wing + * format.el (format-alist): Revive `image/jpeg', `image/gif', + `image/png', `image/x-xpm' and `image/tiff'. - * simple.el: - * simple.el (beginning-of-buffer): - * simple.el (end-of-buffer): - * simple.el (mark-ring-unrecorded-commands): - * simple.el (signal-error-on-buffer-boundary): - * simple.el (shifted-motion-keys-select-region): - * simple.el (unshifted-motion-keys-deselect-region): - * simple.el (motion-keys-for-shifted-motion): New. - * simple.el (handle-pre-motion-command): - * simple.el (handle-post-motion-command): - * simple.el (forward-char-command): - * simple.el (backward-char-command): - * simple.el (scroll-up-command): - * simple.el (scroll-down-command): - * simple.el (next-line): - * simple.el (previous-line): - * simple.el (backward-block-of-lines): - * simple.el (forward-block-of-lines): - * simple.el (backward-word): - * simple.el (mark-word): + * files.el (binary-file-regexps): Add *.PNG. - Augment documentation of the most common motion commands to make - note of the shifted-motion support. Improve the support to (a) - properly document how it works and why it's done in the fashion it - is, and (b) allow the keystrokes that trigger it to be customized. +2000-07-23 MORIOKA Tomohiko - Correct error in the customize specification of - mark-ring-unrecorded-commands. + * mule/mule-charset.el (default-coded-charset-priority-list): + Prefer `japanese-jisx0208-1990' than `japanese-jisx0212'; prefer + `korean-ksc5601' than `japanese-jisx0213-1'; add `mojikyo-2022-1'. -2001-03-02 Ben Wing +2000-09-27 MORIOKA Tomohiko - * font-lock.el: - * font-lock.el (font-lock-pending-extent-table): Removed. - * font-lock.el (font-lock-pending-buffer-table): New. - * font-lock.el (font-lock-pre-idle-hook): - * font-lock.el (font-lock-after-change-function): - * font-lock.el (font-lock-fontify-pending-extents): - * font-lock.el (font-lock-lisp-like): + * list-mode.el: Call `completion-list-mode' to avoid slowness of + the first completion when UTF-2000 is running. - Fix handling of pending extents to avoid excessive slowness (N^2 - behavior) when making lots of buffer changes between redisplays, - such as when saving the Options. +2000-05-30 MORIOKA Tomohiko -2001-03-09 William M. Perry + * mule/mule-charset.el (default-coded-charset-priority-list): + Delete `ucs'. - * device.el: - * dragdrop.el: - * dumped-lisp.el: - * faces.el: - * frame.el: - * gnuserv.el: - * loadup.el: - * menubar-items.el: - * minibuf.el: - The Great GTK Merge. +2000-04-28 MORIOKA Tomohiko - * ChangeLog.GTK: - * dialog-gtk.el: - * gdk.el: - * generic-widgets.el: - * glade.el: - * gnome-widgets.el: - * gnome.el: - * gtk-compose.el: - * gtk-extra.el: - * gtk-faces.el: - * gtk-ffi.el: - * gtk-file-dialog.el: - * gtk-font-menu.el: - * gtk-glyphs.el: - * gtk-init.el: - * gtk-iso8859-1.el: - * gtk-marshal.el: - * gtk-mouse.el: - * gtk-package.el: - * gtk-password-dialog.el: - * gtk-select.el: - * gtk-widget-accessors.el: - * gtk-widgets.el: - * gtk.el: - widgets-gtk.el: - The Great GTK Merge: new files. + * dumped-lisp.el (preloaded-file-list): Don't add "mojikyo". -2001-03-05 Stephen J. Turnbull + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `mojikyo' instead of `mojikyo-pj-[1..21]'. - * generic-widgets.el: Don't require gtk (a built-in feature) at - top level. Don't execute the last sexp unless (featurep 'gtk). +2000-04-27 MORIOKA Tomohiko -2001-02-28 Stephen J. Turnbull + * mule/vietnamese.el (vscii-2): Delete abolished property + `composite'; now composite mode is default. - * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5. +2000-04-26 MORIOKA Tomohiko -2001-02-23 Martin Buchholz + * bytecomp.el (byte-compile-insert-header): Use `binary' instead + of `raw-text'; check \uHHHH representation even if non-ascii + characters are not found. - * XEmacs 21.2.45 "Thelxepeia" is released. + * dumped-lisp.el (preloaded-file-list): Add "ccs-tcvn5712.el" in + UTF-2000; add "viet-ccl" in non-UTF-2000 Mule; add "vietnamese" + unconditionally. -2001-01-25 Jason R. Mastaler - - * about.el (xemacs-hackers): update my entry. - * about.el (about-maintainer-info): ditto. - * about.el (about-hackers): ditto. + * mule/viet-ccl.el: New file. -2001-02-20 Jan Vroonhof + * mule/vietnamese.el (vscii-2): New coding-system in UTF-2000. + (tcvn-5712): New coding-system alias of `vscii-2' in UTF-2000. + - Separate CCL based implementations to viet-ccl.el. - * about.el (about-maintainer-info): More vanity info about - yours truly. +2000-02-24 MORIOKA Tomohiko -2001-02-20 Adrian Aichner + * mule/mule-conf.el (japanese-jisx0213-1): Allow + "jisx0213.2000-1". + (japanese-jisx0213-2): Allow "jisx0213.2000-2". - * build-report.el (build-report-destination): xemacs-build-reports - has moved to SourceForge, where mailing list name length is - restricted, hence the name change to - xemacs-buildreports@xemacs.org. - * build-report.el (build-report-keep-regexp): Update default. - * build-report.el (build-report-delete-regexp): Ditto. - * build-report.el (build-report-make-output-files): Ditto. + * mule/mule-charset.el (default-coded-charset-priority-list): + Prefer `japanese-jisx0213-1' and `japanese-jisx0213-2' to + `japanese-jisx0208-1978' and `japanese-jisx0208-1990'. -2001-02-19 Craig Lanning +2000-01-31 MORIOKA Tomohiko - * lisp-mode.el: Add indentation specifications for following - Common Lisp forms: handler-case, handler-bind, with-slots, - with-open-file, with-open-stream, print-unreadable-object. + * dumped-lisp.el (preloaded-file-list): Add "mojikyo" in UTF-2000. -2001-02-18 Matt Tucker +2000-01-27 MORIOKA Tomohiko - * font-lock.el (font-lock-set-defaults-1): - Move initialization of `font-lock-cache-position' so that it's set - even if font-lock-keywords is already defined. + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ucs' in UTF-2000. -2001-02-17 Matt Tucker +2000-01-26 MORIOKA Tomohiko - * autoload.el (generate-file-autoloads-1): - Use `emacs-lisp-mode-syntax-table' instead of - `lisp-mode-syntax-table'. - * lisp-mode.el (lisp-mode-syntax-table): - Get rid of old checks for `parse-partial-sexp' version. - Make `|' (pipe) string delimiter instead of punctuation. + * mule/mule-charset.el (default-coded-charset-priority-list): + Prefer `mojikyo-pj-*' and `ideograph-daikanwa' to `ucs-bmp' and + `arabic-iso8859-6'. -2001-02-16 Martin Buchholz +2000-01-12 MORIOKA Tomohiko - * window.el (save-selected-window): - Use gensym for better macro hygiene. + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `mojikyo-pj-[1 .. 21]' in UTF-2000. -2001-02-06 Mike Sperber +2000-01-14 MORIOKA Tomohiko - * dump-paths.el: - * startup.el (startup-setup-paths): Set and use - `mule-lisp-directory'. - (startup-setup-paths-warning): Ditto. - - * setup-paths.el (paths-find-mule-lisp-directory): Added. - (paths-construct-load-path): Consider `mule-lisp-directory'. - -2001-02-07 Matt Tucker - - * font-lock.el: Syntax table improvements used. A few random - changes are not specified below. - (font-lock-fontify-string-delimiters): - (font-lock-syntactic-keywords): - (font-lock-cache-state nil): - (font-lock-cache-position): - New variables. - (font-lock-set-syntax): - (font-lock-apply-syntactic-highlight): - (font-lock-fontify-syntactic-anchored-keywords): - (font-lock-fontify-syntactic-keywords-region): - (font-lock-eval-keywords): - New functions. - (font-lock-remove-face): - (font-lock-fontify-syntactically-region): - Use syntax properties. + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `katakana-jisx0201' in UTF-2000. + +1999-12-23 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "u0A000-Yi-Syllables", + "u0AC00-Hangul-Syllables", "u0FB00-Alphabetic-Presentation-Forms", + "u0FB50-Arabic-Presentation-Forms-A", + "u0FE20-Combining-Half-Marks", "u0FE30-CJK-Compatibility-Forms", + "u0FE50-Small-Form-Variants", + "u0FE70-Arabic-Presentation-Forms-B", + "u0FF00-Halfwidth-and-Fullwidth-Forms" and "u0FFF0-Specials" in + UTF-2000. + +1999-12-22 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Delete + "ccs-jisx0208-1983.el"; add "Ideograph-R031-Enclosure" + ... "Ideograph-R214-Flute" in UTF-2000. + +1999-11-21 MORIOKA Tomohiko + + * mule/mule-conf.el (japanese-jisx0213-1): New coded-charset. + (japanese-jisx0213-2): New coded-charset. + + * dumped-lisp.el (preloaded-file-list): Add + "Ideograph-R028-Private", "Ideograph-R029-Again" and + "Ideograph-R030-Mouth". + +1999-11-19 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R012-Eight", + "Ideograph-R013-Down-Box", "Ideograph-R014-Cover", + "Ideograph-R015-Ice", "Ideograph-R016-Table", + "Ideograph-R017-Open-Box", "Ideograph-R018-Knife", + "Ideograph-R019-Power", "Ideograph-R020-Wrap", "Ideograph-R021-Spoon", + "Ideograph-R022-Right-Open-Box", "Ideograph-R023-Hiding-Enclosure", + "Ideograph-R024-Ten", "Ideograph-R025-Divination", + "Ideograph-R026-Seal" and "Ideograph-R027-Cliff" in UTF-2000. + +1999-11-18 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R002-Line", + "Ideograph-R003-Dot", "Ideograph-R004-Slash", + "Ideograph-R005-Second", "Ideograph-R006-Hook", + "Ideograph-R007-Two", "Ideograph-R008-Lid", "Ideograph-R009-Man", + "Ideograph-R010-Legs" and "Ideograph-R011-Enter". + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `japanese-jisx0208-1990' and `japanese-jisx0208-1978'. + +1999-11-16 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R001-One" + in UTF-2000. + +1999-11-16 MORIOKA Tomohiko + + * mule/mule-conf.el (sisheng): Moved from mule/chinese.el. + (chinese-isoir165): Moved from mule/chinese.el. + (chinese-cns11643-3): Moved from mule/chinese.el. + (chinese-cns11643-4): Moved from mule/chinese.el. + (chinese-cns11643-5): Moved from mule/chinese.el. + (chinese-cns11643-6): Moved from mule/chinese.el. + (chinese-cns11643-7): Moved from mule/chinese.el. + + * mule/chinese.el: Move definition of coded-charsets to + mule/mule-conf.el. + +1999-11-15 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ideograph-daikanwa'. + +1999-11-15 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Delete + "ccs-jisx0201-latin.el". + +1999-11-15 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add + "u031A0-Extended-Bopomofo" in UTF-2000. + +1999-11-15 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): u02E00-CJK-Radicals was + renamed to u02E00-CJK-Radical-Supplement. + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add + "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana", + "u030A0-Katakana", "u03100-Bopomofo", + "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun", + "u03200-Enclosed-CJK-Letters-and-Months" and + "u03300-CJK-Compatibility". + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "u02E00-CJK-Radicals", + "u02F00-Kangxi-Radicals" and + "u02FF0-Ideographic-Description-Characters". + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add + "u02600-Miscellaneous-Symbols", "u02700-Dingbats" and + "u02800-Braille-Patterns" in UTF-2000. + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Load "uXXXXX-*" instead of + "uXXXXX-*.el" in UTF-2000. + + * bytecomp.el (byte-compile-insert-header): Delete comments if + non-ASCII characters are found; allow `byte-compile-dynamic' and + `byte-compile-dynamic-docstrings' if *.elc will be encoded by + `raw-text'. + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add + "u02500-Box-Drawing.el", "u02580-Block-Elements.el" and + "u025A0-Geometric-Shapes.el". + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add + "u02400-Control-Pictures.el", "u02440-OCR.el" and + "u02460-Enclosed-Alphanumerics.el". + +1999-11-14 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `chinese-gb2312'. + + * dumped-lisp.el (preloaded-file-list): Add + "u02200-Mathematical-Operators.el" and + "u02300-Miscellaneous-Technical.el". + +1999-11-14 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `chinese-cns11643-*'. + + * dumped-lisp.el (preloaded-file-list): Add + "u02100-Letterlike-Symbols.el", "u02150-Number-Forms.el" and + "u02190-Arrows.el" in UTF-2000. + +1999-11-14 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `korean-ksc5601'. + + * dumped-lisp.el (preloaded-file-list): Add + "u02000-General-Punctuation.el", "u02070-Superscripts.el", + "u02080-Subscripts.el", "u020A0-Currency-Symbols.el" and + "u020D0-Combining-Diacritical-Marks-for-Symbols.el" in UTF-2000. + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el". + +1999-11-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "u013A0-Cherokee.el", + "u01400-Canadian.el", "u01680-Ogham.el", "u016A0-Runic.el", + "u01780-Khmer.el", "u01800-Mongolian.el", + "u01E00-Latin-Extended-Additional.el" and + "u01F00-Greek-Extended.el" in UTF-2000. + +1999-11-13 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ethiopic-ucs' and `ethiopic'. + + * dumped-lisp.el (preloaded-file-list): Add "u010A0-Georgian.el", + "u01100-Hangul-Jamo.el" and "u01200-Ethiopic.el". + + * mule/mule-conf.el: Move definition of coded-charset `ethiopic' + from mule/ethiopic.el. + + * mule/ethiopic.el: Move definition of coded-charset `ethiopic' to + mule/mule-conf.el. + +1999-11-13 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `lao'. + + * mule/mule-conf.el (lao): New coded-charset. + + * dumped-lisp.el (preloaded-file-list): Add + "u00900-Devanagari.el", "u00980-Bengali.el", "u00A00-Gurmukhi.el", + "u00A80-Gujarati.el", "u00B00-Oriya.el", "u00B80-Tamil.el", + "u00C00-Telugu.el", "u00C80-Kannada.el", "u00D00-Malayalam.el", + "u00D80-Sinhala.el", "u00E00-Thai.el", "u00E80-Lao.el", + "u00F00-Tibetan.el" and "u01000-Myanmar.el". + +1999-11-13 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `ucs-bmp' and `arabic-iso8859-6'. + +1999-11-13 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "u00400-Cyrillic.el", + "u00530-Armenian.el", "u00590-Hebrew.el", "u00600-Arabic.el", + "u00700-Syriac.el" and "u00780-Thaana.el" in UTF-2000. + +1999-11-12 MORIOKA Tomohiko + + * startup.el (normal-top-level): Load autoload file for UTF-2000 + in UTF-2000. + +1999-11-11 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "mule-conf" in Mule; + delete "ccs-iso8859-*.el"; add "u00000-C0.el", + "u00020-Basic-Latin.el", "u00080-C1.el", + "u000A0-Latin-1-Supplement.el", "u00100-Latin-Extended-A.el", + "u00180-Latin-Extended-B.el", "u00250-IPA-Extensions.el", + "u002B0-Spacing-Modifier-Letters.el", + "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el" in + UTF-2000. + +1999-11-10 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `japanese-jisx0212' and `ipa' in UTF-2000; use `latin-viscii-*' + instead of `vietnamese-viscii-*'. + +1999-11-09 MORIOKA Tomohiko + + * mule/mule-conf.el: New file. + + * mule/misc-lang.el: Move definition of charset `ipa' to + mule/mule-conf.el. + +1999-10-10 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `latin-viscii'; prefer it for characters used in Vietnamese. + +1999-10-08 Daiki Ueno + + * bytecomp.el (byte-compile-insert-header): Fix regexp. + +1999-10-07 MORIOKA Tomohiko + + * mule/viet-chars.el (latin-viscii-lower): Renamed from charset + `vietnamese-viscii-lower'. + (latin-viscii-upper): Renamed from charset + `vietnamese-viscii-upper'. + (vietnamese-viscii-lower): New alias for charset + `latin-viscii-lower'. + (vietnamese-viscii-upper): New alias for charset + `latin-viscii-upper'. + +1999-10-05 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): + Comment out `hiragana-jisx0208' and `katakana-jisx0208'. + +1999-10-04 MORIOKA Tomohiko + + * mule/ccs-jisx0208-1983.el, mule/ccs-tcvn5712.el, + mule/ccs-viscii.el, mule/ccs-iso8859-9.el, + mule/ccs-jisx0201-latin.el, mule/ccs-iso8859-2.el, + mule/ccs-iso8859-3.el, mule/ccs-iso8859-4.el: Moved to + lisp/utf-2000. + +1999-10-03 MORIOKA Tomohiko + + * mule/ccs-tcvn5712.el: New file. + +1999-10-03 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add "ccs-jisx0208-1983.el" + in UTF-2000. + +1999-10-02 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `japanese-jisx0208'. + +1999-10-02 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Add + "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el", + "ccs-iso8859-4.el", "ccs-iso8859-9.el" and "ccs-viscii.el" in + UTF-2000. + + * mule/ccs-iso8859-2.el, mule/ccs-iso8859-3.el, + mule/ccs-iso8859-4.el, mule/ccs-iso8859-9.el, + mule/ccs-jisx0201-latin.el, mule/ccs-jisx0208-1983.el, + mule/ccs-viscii.el: New files. + + * bytecomp.el (byte-compile-insert-header): Don't use `raw-text' + if \uXXXX is found. + +1999-09-30 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `hiragana-jisx0208' and `katakana-jisx0208'. + +1999-09-21 MORIOKA Tomohiko + + * mule/chinese.el (chinese-cns11643-3): Define it even if + `utf-2000' is provided. + (chinese-cns11643-4): Likewise. + (chinese-cns11643-5): Likewise. + (chinese-cns11643-6): Likewise. + (chinese-cns11643-7): Likewise. + +1999-09-14 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + thai-tis620 and hebrew-iso8859-8; namely all BMP are covered. + +1999-09-13 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `cyrillic-iso8859-5' and `greek-iso8859-7'. + +1999-09-13 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): + Setup in UTF-2000. + +1999-09-09 MORIOKA Tomohiko + + * mule/viet-chars.el: Don't define charset + `vietnamese-viscii-lower' and `vietnamese-viscii-upper' because + they are defined as builtin charsets. + +1999-08-31 MORIOKA Tomohiko + + * version.el (emacs-version): Add more space just before UTF-2000 + version string. + +1999-08-29 MORIOKA Tomohiko + + * version.el ([constant] emacs-version): Don't add a space in the + preceding place of `xemacs-betaname' because it is duplicated. + (emacs-version): Add UTF-2000 version if `utf-2000' is provided. + + * startup.el (splash-frame-body): Add ETL. + +1999-08-28 MORIOKA Tomohiko + + * mule/chinese.el (chinese-cns11643-3): Don't define if `utf-2000' + is provided because it is defined as builtin charset. + (chinese-cns11643-4): Likewise. + (chinese-cns11643-5): Likewise. + (chinese-cns11643-6): Likewise. + (chinese-cns11643-7): Likewise. + +1999-08-24 MORIOKA Tomohiko + + * mule/mule-cmds.el (reset-language-environment): Fix problem when + coding-system `iso-10646-ucs-4' is not defined. + +1999-06-17 MORIOKA Tomohiko + + * bytecomp.el (byte-compile-insert-header): Use utf-8 as + coding-system if `utf-2000' is provided. + +1999-06-15 MORIOKA Tomohiko + + * mule/mule-coding.el: Add `utf-8' to coding-priority-list if + `utf-2000' is provided. + +1999-06-15 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Don't load vietnamese.el + if utf-2000 is provided temporally. + +1999-06-10 MORIOKA Tomohiko + + * mule/vietnamese.el (leading-code-private-11): Deleted [defined + as builtin variable]. + +1999-06-04 MORIOKA Tomohiko + + * files.el (insert-file-contents-literally): Treat file as binary; + call file-name-handlers. [sync with Emacs 20.3.10] 2001-02-08 Martin Buchholz @@ -895,13 +976,6 @@ * XEmacs 21.2.42 "Poseidon" is released. -2001-01-12 Nick V. Pakoulin - - * cl-macs.el (cl-upcase-arg): New function. - (cl-function-arglist): New function. - (cl-transform-lambda): Automatically add CL-style lambda list to - documentation string using functions above. - 2001-01-12 Andy Piper * package-get.el (package-get-custom): call