X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2FChangeLog;h=4d86876d47abe9160776ce73bed8455d8b12e6e8;hb=refs%2Fheads%2Fr21-4-14-chise;hp=bbfe110176cde3a27adc85494b7c3f7aed274e45;hpb=0e40ac0575d3368e97e56c031139bdc8a4656168;p=chise%2Fxemacs-chise.git diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bbfe110..4d86876 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,68 @@ +2003-08-19 MORIOKA Tomohiko + + * mule/mule-category.el (word-combining-categories): Don't setup + `word-combining-categories' in XEmacs CHISE. + (word-separating-categories): Add setting about Latin script in + XEmacs CHISE. + +2003-08-09 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + setting for `chinese-big5'. + +2003-08-05 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): + Prefer `chinese-big5-cdp' to `ideograph-daikanwa' and + `ideograph-gt-k'; prefer `ideograph-daikanwa' to `ideograph-gt-k'; + add setting for HZK0[12]-xxxx. + +2003-08-04 MORIOKA Tomohiko + + * mule/mule-conf.el (=iso-ir165): Define to inherit from `=gb2312' + in XEmacs CHISE. + +2003-07-28 MORIOKA Tomohiko + + * 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-*'. + +2003-05-10 MORIOKA Tomohiko + + * mule/mule-conf.el (=daikanwa): Renamed from + `ideograph-daikanwa'. + (ideograph-daikanwa): Changed to an alias for `=daikanwa'. + +2003-05-09 MORIOKA Tomohiko + + * mule/mule-conf.el (=cns11643-7): Renamed from + `chinese-cns11643-7'. + (chinese-cns11643-7): Changed to an alias for `=cns11643-7'. + +2003-05-07 MORIOKA Tomohiko + + * mule/mule-conf.el (=cns11643-6): Renamed from + `chinese-cns11643-6'. + (chinese-cns11643-6): Changed to an alias for `=cns11643-6'. + +2003-05-06 MORIOKA Tomohiko + + * mule/mule-conf.el (=cns11643-5): Renamed from + `chinese-cns11643-5'. + (chinese-cns11643-5): Changed to an alias for `=cns11643-5'. + +2003-05-05 MORIOKA Tomohiko + + * mule/mule-conf.el (=cns11643-4): Renamed from + `chinese-cns11643-4'. + (chinese-cns11643-4): Changed to an alias for `=cns11643-4'. + 2003-05-02 MORIOKA Tomohiko * mule/mule-conf.el (=cns11643-3): Renamed from - `chinese-cns11643-2'. - (chinese-cns11643-2): Changed to an alias for `=cns11643-3'. + `chinese-cns11643-3'. + (chinese-cns11643-3): Changed to an alias for `=cns11643-3'. 2003-04-30 MORIOKA Tomohiko @@ -1033,6 +1093,136 @@ * 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 + +2003-03-18 Stephen J. Turnbull + + * gutter-items.el (buffers-tab-filter-functions): Improve docstring. + Suggested by a Chris Palmer patch. + +2003-02-14 Ben Wing + + * byte-optimize.el: + * byte-optimize.el (byte-compile-inline-expand): + * byte-optimize.el (byte-compile-unfold-lambda): + * byte-optimize.el (byte-optimize-form-code-walker): + * byte-optimize.el (byte-optimize-form): + * byte-optimize.el (byte-decompile-bytecode-1): + * byte-optimize.el (byte-optimize-lapcode): + Review carefully and sync up to 20.7 except for areas as noted. + Fixes problem with JDE compilation. + +2003-02-05 Ben Wing + + * simple.el: + * simple.el (motion-keys-for-shifted-motion): + Omit M-S-home/end from motion keys. + +2003-02-07 Ben Wing + + * text-props.el (text-property-any): + * text-props.el (text-property-not-all): + Fix bug when end > start. + +2003-01-17 Stephen J. Turnbull + + * info.el (Info-insert-dir): Make default-directory end in + separator. Patch due to Martin Buchholz. + +2003-01-15 Stephen J. Turnbull + + * XEmacs 21.4.12 "Portable Code" is released. + +2003-01-13 Ilya Golubev + + * about.el: Update golubev data. + +2003-01-15 Stephen J. Turnbull + + * isearch-mode.el (isearch-mode-map): Substitute comment on + desirability, and back out "GR is printable" changes. + +2003-01-08 Stephen J. Turnbull + + * isearch-mode.el (isearch-mode-map): Don't bind CSI. + +2003-01-07 Stephen J. Turnbull + + * isearch-mode.el (isearch-mode-map): GR (and C1) is printable. + +2003-01-06 Ville Skyttä + + * menubar-items.el (default-menubar): Use browse-url-mozilla + instead of browse-url-gnome-moz for Mozilla. + 2003-01-03 Stephen J. Turnbull * XEmacs 21.4.11 "Native Windows TTY Support" is released.