X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0c1a4dd63075208f72e660af15bb66c7b7616b6b;hb=dcb892d7501ce52721aec9dbbcd165febe9b60ca;hp=9fa82e9eacb9f2bf89e3acf276d4af4404123a05;hpb=2dd581858aa9b2b61fdb3fea0e89dcb20fc92772;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 9fa82e9..0c1a4dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,345 @@ +1999-03-16 Tomohiko Morioka + + * APEL: Version 9.15 released. + +1999-03-16 MORIOKA Tomohiko + + * poe.el (defun-maybe-cond): Don't use `unless'. + +1999-03-16 MORIOKA Tomohiko + + * EMU-ELS (pcustom-modules): New variable. + (emu-modules): Add `pcustom-modules'. + +1999-03-13 Mikio Nakajima + + * tinycustom.el: New file. + * pcustom.el: Likewise. + + +1999-03-15 MORIOKA Tomohiko + + * APEL: Version 9.14 released. + +1999-03-11 MORIOKA Tomohiko + + * mcs-e20.el (charsets-mime-charset-alist): Add setting for + `tis-620'. + + * mcs-20.el (mime-charset-coding-system-alist): Add `tis-620' and + `windows-874'. + +1999-03-08 SL Baur + + * poem-ltn1.el (find-file-noselect-as-raw-text): Quote. + (find-file-noselect-as-raw-text-CRLF): Ditto. + +1999-03-08 SL Baur + + * mcs-xm.el (decode-mime-charset-region-with-iso646-unification): + Respect passed in boundaries. + From MORIOKA Tomohiko + +1999-03-08 SL Baur + + * poe.el (poe): Move provide to the top to avoid circular + dependency. + + * poe-xemacs.el: Explicitly require poe when bytecompiling. + * poem-xm.el: Ditto. + * poem-ltn1.el:Ditto. + + +1999-02-27 MORIOKA Tomohiko + + * APEL: Version 9.13 released. + +1999-02-27 MORIOKA Tomohiko + + * Makefile (package): New target. + (install-package): Depend on `package'. + + * APEL-MK (install-update-package-files): New function. + (config-apel-package): Load "EMU-ELS". + (compile-apel-package): New function. + (install-apel-package): Don't compile modules; use function + `install-update-package-files'. + +1999-02-26 MORIOKA Tomohiko + + * APEL-MK (install-just-print-p): Modify for special option of GNU + make. + +1999-02-26 MORIOKA Tomohiko + + * APEL-MK (install-just-print-p): New function. + (install-apel): Use `install-just-print-p'. + (install-apel-package): Likewise. + +1999-02-25 MORIOKA Tomohiko + + * Makefile (install): Add voodoo comment `# $(MAKE)'. + (install-package): Likewise. + + * APEL-MK (install-apel): Run installer with `just-print' mode if + environment variable "MAKEFLAGS" matches "^[^ =]*n" option. + (install-apel-package): Likewise. + +1999-02-21 Mikio Nakajima + + * install.el (install-file): New optional argument JUST-PRINT. + (install-files): Likewise. + (install-elisp-module): Likewise. + (install-elisp-modules): Likewise. + +1999-02-18 Keiichi Suzuki + + * mcs-e20.el (coding-system-get): New function. + (mime-charset-list): Fix for Emacs 20.2. + +1999-02-14 Katsumi Yamaoka + + * mcs-om.el (default-mime-charset-for-write): Delete the remaining + arguments for `defcustom'. + +1999-02-13 Tanaka Akira + + * mcs-e20.el (charsets-mime-charset-alist): Don't set up + `iso-2022-int-1' in default. + +1999-02-11 Tanaka Akira + + * README.en, README.ja, pccl.el: pccl does not support Mule 1.x. + + * pccl-20.el: Update broken facility message with Emacs version + it fixes. + +1999-02-07 MORIOKA Tomohiko + + * install.el (install-prefix): Modify for Meadow. + +1999-01-26 MORIOKA Tomohiko + + * mcs-20.el (mime-charset-to-coding-system-default-method): New + user option. + (mime-charset-to-coding-system): Call + `mime-charset-to-coding-system-default-method' if suitable + coding-system is not found. + +1999-01-21 Keiichi Suzuki + + * mcs-xm.el (encode-mime-charset-region): Add new optional + argument `lbt'. + (encode-mime-charset-string): Ditto. + + * mcs-nemacs.el (lbt-to-string): New inline function. + (encode-mime-charset-region): Add new optional argument `lbt'. + (encode-mime-charset-string): Ditto. + + * mcs-ltn1.el (lbt-to-string): New inline function. + (encode-mime-charset-region): Add new optional argument `lbt'. + (encode-mime-charset-string): Ditto. + (decode-mime-charset-region): Use `lbt-to-string'. + + * mcs-e20.el (encode-mime-charset-region): Add new optional + argument `lbt'. + (encode-mime-charset-string): Ditto. + + * mcs-om.el (lbt-to-string): New inline function. + (encode-mime-charset-region): Add new optional argument `lbt'. + (encode-mime-charset-string): Ditto. + (decode-mime-charset-region): Use `lbt-to-string'. + (decode-mime-charset-string): Ditto. + +1998-12-24 MORIOKA Tomohiko + + * mcs-om.el (default-mime-charset-for-write): New variable. + (detect-mime-charset-region): Return + `default-mime-charset-for-write' if suitable mime-charset is not + found. + + * mcs-20.el (detect-mime-charset-region): Don't call + `default-mime-charset-detect-method-for-write' if suitable + mime-charset is found. + + * mcharset.el (charsets-to-mime-charset): Return nil if suitable + mime-charset is not found; abolish optional argument `default'. + +1998-12-23 MORIOKA Tomohiko + + * mcs-xm.el (charsets-mime-charset-alist): Don't set up + `iso-2022-int-1' in default. + + * mcs-20.el (default-mime-charset-for-write): New user option. + (default-mime-charset-detect-method-for-write): New user option. + (detect-mime-charset-region): Refer + `default-mime-charset-detect-method-for-write' or + `default-mime-charset-for-write' if suitable mime-charset is not + found. + + * mcharset.el (charsets-to-mime-charset): Add new optional + argument `default'. + +1999-02-26 Katsumi Yamaoka + + * poem-nemacs.el (find-file-noselect-as-coding-system): Bind + `default-kanji-fileio-code' to specified coding system instead of + the use of `kanji-fileio-code'; bind `kanji-fileio-code' to nil. + (find-file-noselect-as-raw-text): Revert buffer if the file is + newer than the buffer. + (as-binary-input-file): Bind `default-kanji-flag' to nil. + + * poem-20.el (find-file-noselect-as-binary): Bug fix - use + `coding-system-for-read' instead of `coding-system-for-write'. + +1999-02-25 Katsumi Yamaoka + + * poem-om.el (find-file-noselect-as-raw-text-CRLF): New function. + It is an alias for `find-file-noselect-as-raw-text'. + (insert-file-contents-as-raw-text-CRLF): New function. + It is an alias for `insert-file-contents-as-raw-text'. + + * poem-nemacs.el (find-file-noselect-as-raw-text-CRLF): New + function. It is an alias for `find-file-noselect-as-raw-text'. + (find-file-noselect-as-raw-text): Convert line-break code from + CRLF to LF. + (insert-file-contents-as-raw-text-CRLF): New function. It is an + alias for `insert-file-contents-as-raw-text'. + (insert-file-contents-as-raw-text): Convert line-break code from + CRLF to LF. + (find-file-noselect-as-binary): Don't specify the optional third + argument `rawfile' for `find-file-noselect'. + + * poem-ltn1.el (find-file-noselect-as-raw-text-CRLF): New function. + It is an alias for `find-file-noselect'. + (insert-file-contents-as-raw-text-CRLF): New function. It is an + alias for `insert-file-contents'. + + * poem-20.el, poem-e20_2.el (find-file-noselect-as-raw-text-CRLF): + New function. + (insert-file-contents-as-raw-text-CRLF): New function. + +1999-02-25 Katsumi Yamaoka + + * poem-20.el, poem-e20_2.el, poem-om.el + (find-file-noselect-as-raw-text): Undo the last change. + (insert-file-contents-as-raw-text): Likewise. + +1999-02-25 Katsumi Yamaoka + + * poem-20.el, poem-e20_2.el, poem-om.el + (find-file-noselect-as-raw-text): Use `raw-text-dos' instead of + `raw-text'. + (insert-file-contents-as-raw-text): Likewise. + +1999-02-14 Katsumi Yamaoka + + * mcs-om.el (TopLevel): Don't refer to + `running-emacs-19_29-or-later', use `emacs-major-version' and + `emacs-minor-version' instead. + +1999-02-14 MORIOKA Tomohiko + + * poe.el (file-name-sans-extension): New function . + +1999-02-04 Katsumi Yamaoka + + * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (save-buffer-as-binary): New function. + (save-buffer-as-raw-text-CRLF): New function. + (save-buffer-as-coding-system): New function. + + * poem-om.el (poem-ccl-decode-raw-text): Rewrite again for plural + `CR's. + +1999-02-04 Katsumi Yamaoka + + * poem-om.el (poem-ccl-decode-raw-text): Rewrite for fixing a bug + that the last datum will be missed if the input data is not ended + with `CRLF'. + (poem-ccl-encode-raw-text-CRLF): Use `read-if'. + +1998-12-24 MORIOKA Tomohiko + + * install.el (install-detect-elisp-directory): Avoid problem if + prefix of an emacs has its version. + + +1998-12-22 MORIOKA Tomohiko + + * APEL: Version 9.12 was released. + +1998-12-20 MORIOKA Tomohiko + + * mcs-om.el: Avoid error when cyrillic.el is not found. + +1998-12-19 MORIOKA Tomohiko + + * poem-xm.el: Define coding-system `gb2312-dos', `gb2312-mac' and + `gb2312-unix' if it is not found. + +1998-12-18 Katsumi Yamaoka + + * poem-om.el (poem-ccl-decode-raw-text): Renamed from + `ccl-decode-raw-text'. + (poem-ccl-encode-raw-text): Renamed from `ccl-encode-raw-text'. + (poem-ccl-encode-raw-text-CRLF): Renamed from + `ccl-encode-raw-text-CRLF`. + +1998-12-17 MORIOKA Tomohiko + + * poem-om.el (poem-decode-raw-text): New function for MULE 1. + (poem-encode-raw-text-CRLF): Likewise. + (raw-text): New coding-system for MULE 1. + (raw-text-dos): Likewise. + (insert-file-contents-as-raw-text): Share implementation. + (write-region-as-raw-text-CRLF): Likewise. + (find-file-noselect-as-raw-text): Likewise. + +1998-12-17 MORIOKA Tomohiko + + * poem-om.el: Share definition of coding-system `binary'. + (write-region-as-binary): Share implementation. + (find-file-noselect-as-binary): Likewise. + +1998-12-16 MORIOKA Tomohiko + + * poem-om.el (insert-file-contents-as-binary): Share + implementation. + +1998-12-16 Katsumi Yamaoka + + * poem-om.el (find-file-noselect-as-raw-text): Use + `find-file-noselect-as-coding-system' under Mule 2.*. + (find-file-noselect-as-binary): Likewise. + (insert-file-contents-as-raw-text): Use + `insert-file-contents-as-coding-system' under Mule 2.*. + (insert-file-contents-as-binary): Likewise. + (write-region-as-raw-text-CRLF): Use + `write-region-as-coding-system' under Mule 2.*. + (write-region-as-binary): Likewise. + (truncate-string): Use `defun-maybe'. + (toplevel): Don't refer to `running-emacs-19_29-or-later', use + `emacs-major-version' and `emacs-minor-version' instead. + +1998-12-16 Katsumi Yamaoka + + * pccl-om.el (toplevel): Don't require `poem'. + Use `code-convert-string' instead of `encode-coding-string' or + `decode-coding-string'. + + * poem-om.el (binary): EMACS 20 emulating coding-system for Mule + 2.3 based on Emacs 19.[28-34]. + (raw-text): EMACS 20 emulating coding-system based on native CCL + for Mule 2.3 based on Emacs 19.[28-34]. + (raw-text-dos): Likewise. + (find-file-noselect-as-binary): Separate for some Mules. + +1998-12-15 Tanaka Akira + + * pccl-20.el: Do not require 'poem. + 1998-12-14 Katsumi Yamaoka * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el @@ -1139,7 +1481,7 @@ 1998-04-27 MORIOKA Tomohiko * calist.el (ctree-find-calist): Renamed from - 'ctree-match-calist-all. + 'ctree-match-calist-all. 1998-04-25 MORIOKA Tomohiko