X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3cc5b600f96a365ea1c58738bef3ae9082cf5f02;hb=7242df5f7dd8ad37a39ea405d83578126c8076a7;hp=d479213ead35a9dfef893f261735c05e2b522d36;hpb=9f00cefb3075718b84b9415817ab1394fc9da371;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index d479213..3cc5b60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,62 @@ -1998-04-09 MORIOKA Tomohiko +1998-04-13 MORIOKA Tomohiko + + * README.en (What's APEL?): Remove description about std11.el and + std11-parse.el. + + * install.el (install-detect-elisp-directory): Modify regexp to + allow trailing `/'. + +1998-04-11 MORIOKA Tomohiko + + * emu-x20.el (encode-mime-charset-region): Use 'defun instead of + 'defsubst. + (decode-mime-charset-region): Use 'defun instead of 'defsubst. + +1998-04-10 MORIOKA Tomohiko + + * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse. + + * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el + (moved to RIME). + +1998-04-09 MORIOKA Tomohiko + + * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns. + + * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias + `char-leading-char'. + +1998-04-09 MORIOKA Tomohiko + + * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish + obsolete alias `char-columns'. + + * emu-e19.el: Abolish constant `charset-ascii' and + `charset-iso8859-1'. + (charset-description): New implementation. + (charset-registry): New implementation. + (charset-width): Renamed from `charset-columns'; new + implementation. + (find-charset-string): New implementation. + (find-charset-region): New implementation. + (charsets-mime-charset-alist): New initial value. + (detect-mime-charset-region): New implementation. + (char-charset): New implementation. + + * emu-nemacs.el: Rename `charset-columns' -> `charset-width'. + + * emu-nemacs.el: Abolish constant `charset-ascii' and + `charset-jisx0208'. + Abolish constant `lc-ascii' and `lc-jp'. + (charset-description): New implementation. + (charset-registry): New implementation. + (charset-columns): New implementation. + (find-charset-string): New implementation. + (find-charset-region): New implementation. + (charsets-mime-charset-alist): New initial value. + (char-charset): New implementation. + +1998-04-09 MORIOKA Tomohiko * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el (char-next-index): New macro.