X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2FChangeLog;h=b9a715d344eb5b0700842e78c9c1e88a57fb89e3;hb=eaf64c37baf2b17e459b242bc7b2412c3604a7f5;hp=2e833f2438898c8a30df675a23ab241a350299f8;hpb=c9e87d29965ebd456d729a632bf426eba85e82ef;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e833f2..b9a715d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,75 @@ +2004-04-08 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + settings for =ucs@{unicode|iso|gb|jis|cns|ks}. + +2004-04-05 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + settings for chinese-gb2312, =iso-ir165, latin-iso8859-{1..4}, + cyrillic-iso8859-5, greek-iso8859-7, hebrew-iso8859-8, + latin-iso8859-9, latin-jisx0201, katakana-jisx0201, + latin-tcvn5712, thai-tis620, lao, ethiopic, arabic-{1|2}-column, + arabic-digit, ipa and ``&I-B-XXXX;''. + +2004-03-12 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + setting for (I-)HZK{03..12}-XXXX. + +2004-02-04 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + settings for `&I-RUI6-hhhh;' and `&RUI6-hhhh;'. + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `=ruimoku-v6'. + + * mule/mule-conf.el (=ruimoku-v6): New coded-charset of XEmacs + CHISE. + +2004-01-21 MORIOKA Tomohiko + + * mule/mule-conf.el (=ucs@iso): New coded-charset in XEmacs CHISE. + (=ucs@unicode): Likewise. + (=ucs@gb): Inherits `=ucs@unicode' instead of `=ucs'. + (=ucs@cns): Likewise. + (=ucs@jis): Likewise. + (=ucs@ks): Likewise. + (=ucs@big5): Likewise. + +2004-01-19 MORIOKA Tomohiko + + * mule/mule-coding.el (utf-8-jis): Use `=ucs@jis-2000' instead of + `ucs-jis'. + (utf-8-jis-er): Likewise. + (utf-8-jp): New coding-system. + (utf-8-jp-er): Likewise. + + * mule/mule-conf.el (=ucs@jp): New coded-charset for XEmacs CHISE. + +2004-01-15 MORIOKA Tomohiko + + * mule/mule-coding.el (euc-jisx0213): Moved from mule/japanese.el. + + * mule/japanese.el: Move definition of `euc-jisx0213' to + mule/mule-coding.el. + +2004-01-14 MORIOKA Tomohiko + + * dumped-lisp.el (preloaded-file-list): Load mule-charset and + mule-coding before loading update-cdb when utf-2000 is provided. + +2003-11-11 MORIOKA Tomohiko + + * mule/mule-conf.el: Prefer `=big5-cdp', `=gt' and `=gt-k' to + `=daikanwa'. + +2003-11-10 MORIOKA Tomohiko + + * mule/mule-conf.el: Define =ucs@DOMAIN at the end of CCS + definition codes when `utf-2000' is provided. + 2003-08-19 MORIOKA Tomohiko * mule/mule-category.el (word-combining-categories): Don't setup @@ -1093,6 +1165,72 @@ * files.el (insert-file-contents-literally): Treat file as binary; call file-name-handlers. [sync with Emacs 20.3.10] +2003-09-03 Vin Shelton + + * XEmacs 21.4.14 is released + +2003-08-17 Vin Shelton + + * about.el: Vanity patch. + +2003-08-11 Stephen J. Turnbull + + * code-process.el (call-process): + (call-process-region): + (start-process): + Document coding system processing. + +2003-08-03 Stephen J. Turnbull + + * startup.el (splash-frame-body): Idiomatic English. + +2003-04-24 Jin Choi + + * font-lock.el (font-lock-match-java-declarations): Move + save-restriction, narrow-to-region to beginning of function to + avoid going beyond the limit and causing an infloop. + +2003-04-16 Jerry James + + * keydefs.el: Remove mappings for keys mapped to the nowhere + defined function function-key-error. + +2003-03-22 Vasily Korytov + + * lisp-mode.el (emacs-lisp-mode-hook, lisp-mode-hook, + lisp-interaction-mode-hook): Add the docstrings. + +2003-08-04 Michael Toomim + + * byte-optimize.el: Fix infinite loop in bytecode optimizer. See: + http://list-archive.xemacs.org/xemacs-beta/200306/msg00157.html + http://list-archive.xemacs.org/xemacs-beta/200307/msg00005.html + +2003-06-18 Nickolay Pakoulin + + * cl-macs.el (cl-transform-lambda): Place doc on Common Lisp + lambda list after the original doc. Care about + #'(lambda () "SingleString") + (cl-upcase-arg): + (cl-function-arglist): + Care about &cl-defs and &cl-quote in lambda list, dotted lists and + circular data structures in lambda list specification + +2003-06-11 Adrian Aichner + + * font-lock.el (lisp-font-lock-keywords-1): Only NAME, not NAME( + to appear in font-lock-function-name-face. + +2003-06-17 Stephen J. Turnbull + + * bytecomp.el (byte-compile-lambda): Discard docstring only if it + is not also the value of the lambda. + +2003-05-06 Andy Piper + + * files.el (revert-buffer): Make sure local variables get processed, + even in the case of an optimized reversion. + 2003-05-25 XEmacs Build Bot * XEmacs 21.4.13 is released