X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9fa82e9eacb9f2bf89e3acf276d4af4404123a05;hb=2dd581858aa9b2b61fdb3fea0e89dcb20fc92772;hp=5e41e9a9693b823a1c34af05139d35dbb8c47227;hpb=84128823d7b476e202a59562225a50b4882085ba;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 5e41e9a..9fa82e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,298 @@ +1998-12-14 Katsumi Yamaoka + + * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (find-file-noselect-as-coding-system): Be CODING-SYSTEM the 1st arg. + (insert-file-contents-as-coding-system): Likewise. + * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (write-region-as-coding-system): Likewise. + +1998-12-14 Katsumi Yamaoka + + * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (find-file-noselect-as-coding-system): Renamed from + `find-file-noselect-as-specified-coding-system'. + + * poem-e20_2.el (insert-file-contents-as-coding-system): Renamed + from `insert-file-contents-as-specified-coding-system'. + + * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (write-region-as-coding-system): Renamed from + `write-region-as-specified-coding-system'. + (insert-file-contents-as-coding-system): Renamed from + `insert-file-contents-as-specified-coding-system'. + +1998-12-09 Katsumi Yamaoka + + * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (find-file-noselect-as-binary): New function. + (find-file-noselect-as-raw-text): New function. + (find-file-noselect-as-specified-coding-system): New function. + + * poem-nemacs.el (insert-file-contents-as-binary): Call + `insert-file-contents' with only two args - FILENAME and VISIT. + (insert-file-contents-as-raw-text): Likewise. + (insert-file-contents-as-specified-coding-system): Likewise. + +1998-12-09 Yuuichi Teranishi + + * poe-18.el (make-directory-internal): Rewrite. + +1998-12-08 Katsumi Yamaoka + + * poem-20.el (write-region-as-binary): Bind + `jam-zcat-filename-list' with nil. + * poem-xm.el (insert-file-contents-as-binary): Likewise. + + * poem.el: Require `tcp' if the function `open-network-stream' + does not exist. + +1998-12-04 Katsumi Yamaoka + + * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (open-network-stream-as-binary): New function. + + * poem-e20_2.el (insert-file-contents-as-specified-coding-system): + New function. + + * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el + (write-region-as-specified-coding-system): New function. + (insert-file-contents-as-specified-coding-system): New function. + +1998-12-01 MORIOKA Tomohiko + + * poem-xm.el: If coding-system `iso-2022-jp-dos' unifies JIS X + 0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by + code-point, copy coding-system `iso-2022-7bit-dos' to + `iso-2022-jp-dos' to avoid this problem. + +1998-11-17 Kazuhiro Ohta + + * README.en, README.ja (add-latest-path): Fix typo. + + +1998-11-14 MORIOKA Tomohiko + + * APEL: Version 9.11 was released. + + * poem-ltn1.el (char-charset): Fix typo. + +1998-11-13 Tanaka Akira + + * broken.el: require 'poe. + +1998-11-13 Tanaka Akira + + * pccl.el: Enclose mule depended process by `unless-broken'. + +1998-11-13 MORIOKA Tomohiko + + * poe.el (defun-maybe-cond): fixed problem in Emacs 18. + + * poe.el (defsubst): Moved from poe-18.el. + + * poe-18.el: Move macro `defsubst' to poe.el. + + +1998-11-13 MORIOKA Tomohiko + + * APEL: Version 9.10 was released. + +1998-11-13 Tanaka Akira + + * pccl.el (define-ccl-program): Adviced. + +1998-11-12 Tanaka Akira + + * pccl-om.el (ccl-cascading-read): New facility. + +1998-11-10 Tanaka Akira + + * EMU-ELS (emu-modules): Always install 'pccl. + + * broken.el: Use 19.28 style quasi-quote. + + * pccl.el: - require 'broken. + - Does not require 'pccl-20 for XEmacs 20. + (ccl-usable): New facility. + +1998-11-10 Tanaka Akira + + * README.en, README.ja, pccl-20.el: Note that pccl-20 is not + for XEmacs 20. + +1998-11-08 MORIOKA Tomohiko + + * poe-18.el (eval-and-compile): Moved from poe.el. + + * poe.el: Move `eval-and-compile' to poe-18.el. + + * poe-xemacs.el (overlayp): New alias. + (delete-overlay): New alias. + + +1998-11-07 MORIOKA Tomohiko + + * APEL: Version 9.9 was released. + +1998-11-06 MORIOKA Tomohiko + + * poe.el (combine-after-change-calls): fixed. + +1998-10-31 Mikio Nakajima + + * poe.el (combine-after-change-calls): New macro. + +1998-10-28 MORIOKA Tomohiko + + * poe.el (defun-maybe-cond): New macro. + (next-command-event): Use `defun-maybe-cond'. + (cancel-undo-boundary): Use `defun-maybe-cond'. + +1998-10-28 Katsumi Yamaoka + + * poem-om.el (char-after): Redefine to change `POS' to optional + argument. + + +1998-10-27 MORIOKA Tomohiko + + * APEL: Version 9.8 was released. + + * README.ja, README.en (CVS): New section. + +1998-10-27 Mikio Nakajima + + * poem-om.el (char-before): Redefine to change `POS' to optional + argument. + +1998-10-27 MORIOKA Tomohiko + + * poe.el (subr-fboundp): New function. + (next-command-event): New function. + (character-to-event): New function. + +1998-10-25 Mikio Nakajima + + * poe.el (event-to-character): New function. + +1998-10-27 MORIOKA Tomohiko + + * poe.el (cancel-undo-boundary): Switch definition by existence of + variable `buffer-undo-list'. + + * poe-18.el: Move function `cancel-undo-boundary' to poe.el. + +1998-10-25 Mikio Nakajima + + * poe.el (cancel-undo-boundary): New function. + +1998-10-27 MORIOKA Tomohiko + + * poe-18.el (cancel-undo-boundary): New function (moved from + poem.el). + + * poem.el: Move function `cancel-undo-boundary' to poe-18.el. + + +1998-10-26 MORIOKA Tomohiko + + * APEL: Version 9.7 was released. + +1998-10-26 MORIOKA Tomohiko + + * poem.el (cancel-undo-boundary): New function. + +1998-10-26 MORIOKA Tomohiko + + * poe-xemacs.el (set-cursor-color): Add interactive spec; add + DOC-string. + +1998-10-25 Mikio Nakajima + + * poe-xemacs.el (set-cursor-color): New function. + +1998-10-26 MORIOKA Tomohiko + + * README.ja: Sync up with latest README.en. + +1998-10-26 MORIOKA Tomohiko + + * poe.el (remove-local-hook): Use `defmacro-maybe'. + +1998-10-26 Mikio Nakajima + + * poe.el (add-local-hook): fixed. + (remove-local-hook): fixed. + + +1998-10-26 MORIOKA Tomohiko + + * APEL: Version 9.6 was released. + +1998-10-25 MORIOKA Tomohiko + + * poe.el (rassoc): New function. + +1998-10-25 MORIOKA Tomohiko + + * poe-xemacs.el (eval-after-load): New function. + + * poem-e20_3.el (characterp): New alias. + + * poem.el (characterp): New alias. + (char-octet): New function. + +1998-10-25 Mikio Nakajima + + * poe.el (make-local-hook): New macro. + (add-local-hook): New macro. + (remove-local-hook): New macro. + +1998-10-25 MORIOKA Tomohiko + + * poem.el, poem-20.el, poem-e20_3.el, poem-e20.el, poem-xm.el: Add + setting of byte-compile-dynamic. + + * poem-xm.el (string-to-int-list): Use `defun-maybe'. + + * poem.el (string-as-unibyte): Use `defsubst-maybe' instead of + `defmacro-maybe'. + (string-as-multibyte): Likewise. + (char-int): Use `defalias-maybe'. + (int-char): Likewise. + (char-or-char-int-p): Likewise. + +1998-10-25 MORIOKA Tomohiko + + * poe.el, poe-xemacs.el: Add setting of byte-compile-dynamic. + +1998-10-25 MORIOKA Tomohiko + + * poe-18.el (data-directory): Use `defvar-maybe'. + (buffer-undo-list): Likewise. + + * poe-xemacs.el (face-list): Use `defalias-maybe'. + (line-beginning-position): Likewise. + (line-end-position): Likewise. + + * poe.el (defalias-maybe): New macro. + + * poe-xemacs.el (dired-other-frame): Use `defun-maybe'. + +1998-10-24 MORIOKA Tomohiko + + * poe.el (defvar-maybe): New macro. + (temporary-file-directory): New variable. + + +1998-10-23 MORIOKA Tomohiko + + * APEL: Version 9.5 was released. + +1998-10-22 Yoshiki Hayashi + + * README.ja: New file. + 1998-10-20 MORIOKA Tomohiko * alist.el: Add autoload cookies.