X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2FChangeLog;h=a21be941f7a8fd8dde010770a279031e5f249a4a;hp=31b8a2b809ecaa6f723380672cc609cc11dc7d19;hb=de1ec4b272dfa3f9ef2c9ae28a9ba67170d24da5;hpb=d81014e89b5102527e5b50aac62edeed2955671d diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31b8a2b..a21be94 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,69 @@ +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