X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=aa34144425bc7bda314cc011be6640f75a892be4;hb=aa798d204a904b8054634b37c9bcc6e9a7298fd5;hp=e244a58d3d56c8bcdf8e47184aa4ddf441d4fee5;hpb=a6e106f39679f00caf19cee66820b02520368530;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index e244a58..aa34144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,613 @@ -1999-03-12 Keiichi Suzuki +1999-10-04 Katsumi Yamaoka - * poe.el (condition-case-if): New macro. + * path-util.el (exec-installed-p): Add parens. + +1999-10-04 Keiichi Suzuki + + * path-util.el (exec-installed-p): Use `file-executable-p' instead + of `file-exists-p'. + When FILE already inculdes suffix in `exec-suffix-list', do not + expand file name with `exec-suffix-list'. + (module-installed-p): Do not use `exec-installed-p'. + +1999-09-27 MORIOKA Tomohiko + + * mcs-xm.el: Use `unless' instead `static-unless' to share *.elc + between UTF-2000 and non-UTF-2000. + +1999-09-24 Mikio Nakajima + + * pces-om.el (find-coding-system): New inline function. + + +1999-09-23 MORIOKA Tomohiko + + * mcs-20.el (mime-charset-coding-system-alist): Use coding-system + `tis-620' instead of `tis620'. + + * mcs-xm.el (charsets-mime-charset-alist): Add setting for + `tis-620'. + +1999-09-22 MORIOKA Tomohiko + + * mcs-20.el (mime-charset-coding-system-alist): Add `cp874'. + +1999-09-21 Katsumi Yamaoka + + * EMU-ELS (pces-modules): Add `pces-xfc' if the feature `mule' is + provided even though the feature `file-coding' is not provided. + + * pces.el: Require `pces-xfc' if the feature `mule' is provided + even though the feature `file-coding' is not provided. + + +1999-09-13 MORIOKA Tomohiko + + * APEL: Version 9.22 released. + +1999-09-12 Mikio Nakajima + + * poe.el (defmacro-maybe-cond): Add edebug spec. + +1999-09-12 Yoshiki Hayashi + + * poe.el (defun-maybe-cond): Add edebug spec. + +1999-09-09 MORIOKA Tomohiko + + * mcs-xm.el (mime-charset-decoder-alist): Don't use + `decode-mime-charset-region-with-iso646-unification' if running + XEmacs-UTF-2000. + (mime-iso646-character-unification-alist): Don't define if running + XEmacs-UTF-2000. + (mime-unified-character-face): Likewise. + (mime-character-unification-limit-size): Likewise. + (decode-mime-charset-region-with-iso646-unification): Likewise. + +1999-09-09 Katsumi Yamaoka + + * tinycustom.el (defface): Allow `type' in SPEC; enrich doc string. + +1999-09-08 Katsumi Yamaoka + + * tinycustom.el (frame-background-mode): New variable. + + * poe.el (frame-background-mode): Move to tinycustom.el. + +1999-09-03 Katsumi Yamaoka + + * tinycustom.el (defface): Set the face attributes according to + SPEC. + + * poe.el (frame-background-mode): New variable. + +1999-09-02 MORIOKA Tomohiko + + * poe.el: Delete autoload setting for `filename'. + (convert-standard-filename): Require `filename'. + +1999-09-02 Katsumi Yamaoka + + * poe.el (convert-standard-filename): Rearrange. + +1999-09-01 Katsumi Yamaoka + + * poe.el (convert-standard-filename): New function. + +1999-08-27 MORIOKA Tomohiko + + * install.el (emacs-major-version): Deleted. + (emacs-minor-version): Deleted. + + * path-util.el: Require `poe'. [cf. ] + +1999-08-27 Katsumi Yamaoka + + * install.el: Require `poe'. + + * path-util.el (directory-files): Don't redefine. + +1999-08-26 Katsumi Yamaoka + + * path-util.el (directory-files): Emulate as Emacs 19 or later to + accept the optional fourth argument for old Emacsen. It is needed + here for compiling other packages. + + * APEL-ELS (apel-modules): Add `time-stamp' if Emacs version is + less than 19.16. + + * time-stamp.el: New file imported from Emacs 19.28. + +1999-08-26 Katsumi Yamaoka + + * tinycustom.el (defface): Quote the argument of `make-face'. + +1999-08-25 Katsumi Yamaoka + + * APEL-CFG: Don't provide `emu'; add the latest path of "custom" + to `load-path'. + +1999-08-25 MORIOKA Tomohiko + + * install.el: Don't require `emu'. + (emacs-major-version): New variable [for old emacsen]. + (emacs-minor-version): New variable [for old emacsen]. + +1999-08-25 MORIOKA Tomohiko + + * poe-18.el (inline): New implementation using `defmacro'. + + +1999-08-24 MORIOKA Tomohiko + + * APEL: Version 9.21 released. + +1999-08-24 Taiji Can + + * poem-nemacs.el: Use `char-width' instead of `char-columns'. + +1999-08-24 MORIOKA Tomohiko + + * poe-18.el (inline): Use `defalias' instead of `defalias-maybe'. + +1999-08-21 Mikio Nakajima + + * poe.el (rassoc): Just ignore elements of LIST that are not conse + cell and add doc string according to its features. + +1999-08-20 Yuuichi Teranishi + + * poe-18.el (delete): Return nil when argument 'list' is nil. + +1999-08-17 Yoshiki Hayashi + + * README.en, README.ja (Anonymous FTP): New section. + * README.ja (CVS): Translate. + + +1999-07-06 MORIOKA Tomohiko + + * APEL: Version 9.20 released. + +1999-06-27 OKUNISHI Fujikazu + + * EMU-ELS: Install env.el for v18. + +1999-06-25 Katsumi Yamaoka + + * poem-xm.el (split-char): Don't redefine for the recent XEmacs. + +1999-06-23 Shuhei KOBAYASHI + + * poe.el (defun-maybe, defmacro-maybe, defalias-maybe, + defsubst-maybe, defun-maybe-cond, defmacro-maybe-cond): + Set `current-load-list' explicitly. + +1999-06-22 Shuhei KOBAYASHI + + * atype.el: Require 'poe. + + * mule-caesar.el: Require 'poe and 'poem. + + * filename.el: Require 'poe and 'poem. + Don't require 'cl. + (filename-special-filter): Eliminate `assoc-if'. + +1999-06-22 Shuhei KOBAYASHI + + * install.el: Require 'emu for backward compatibility. + (defun-maybe): New macro; imported from poe.el. + (make-directory-internal, make-directory): New functions; imported + from poe-18.el. + + * APEL-CFG: Provide 'emu to prevent install.el from loading emu + while compiling APEL itself. + +1999-06-20 Shuhei KOBAYASHI + + * install.el: Require 'poe instead of 'emu. + (install-prefix): Don't use `running-emacs-18' or `running-xemacs'. + (install-detect-elisp-directory): Eliminate local variable `dir'. + Don't use `running-emacs-19_29-or-later' or `running-xemacs'. + + * mcs-20.el: Require 'pcustom instead of 'custom. + + * EMU-ELS: Don't use `running-emacs-19_29-or-later' or + `running-xemacs-19_14-or-later.' + +1999-06-18 Tanaka Akira + + * static.el (static-condition-case): Wrap lambda expression by + `function'. + + * calist.el (calist-default-field-match-method): Use `function' + instead of #'. + +1999-06-17 Shuhei KOBAYASHI + + * pcustom.el: Load "custom" anyway. + +1999-06-16 Katsumi Yamaoka + + * static.el (static-cond): New macro. + +1999-06-11 Tanaka Akira + + * static.el (static-defconst): New macro. + +1999-06-04 MORIOKA Tomohiko + + * pces-xfc.el (insert-file-contents-literally-treats-binary): New + facility. + (insert-file-contents-literally-treats-file-name-handler): New + facility. + (insert-file-contents-as-binary): Define as an alias for + `insert-file-contents-literally' if it is not broken. + +1999-06-04 MORIOKA Tomohiko + + * EMU-ELS (pces-modules): New variable. + + * poem.el: Require pces.el. + + * pces.el: New module. + + * poem-xfc.el: Deleted. + + * pces-xfc.el: New module. + + * pces-nemacs.el: New module. + + * poem-nemacs.el: Split off features about coding-system to + pces-nemacs.el. + + * pces-om.el: New module. + + * poem-om.el: Split off features about coding-system to + pces-om.el. + + * pces-raw.el: New module. + + * poem-ltn1.el: Split off features about coding-system to + pces-raw.el. + + * pces-xm.el: New module. + + * poem-xm.el: Split off features about coding-system to + pces-xm.el. + + * pces-e20_2.el: New module. + + * poem-e20_2.el: Split off features about coding-system to + pces-e20_2.el. + + * pces-e20.el: New module. + + * poem-e20.el (find-coding-system): Moved to pces-e20.el. + (set-process-input-coding-system): Likewise. + - Don't require `poem-20'. + + * pces-20.el: New module [renamed from poem-20.el]. + +1999-05-31 MORIOKA Tomohiko + + * calist.el (calist-field-match-method): Fix problem when + `field-type' is a string. + +1999-05-27 MORIOKA Tomohiko + + * calist.el (use-calist-package): New function. + (make-calist-package): Add new optional argument `use'. + +1999-05-27 MORIOKA Tomohiko + + * calist.el (calist-package-alist): New variable. + (make-calist-package): New function. + (find-calist-package): New function. + (in-calist-package): New function. + (standard): New calist package. + (calist-field-match-method): Use method for `t' as a default + method; set up `calist-default-field-match-method' as method for + `t' of `standard' package. + + +1999-05-26 MORIOKA Tomohiko + + * APEL: Version 9.19 released. + +1999-05-25 Shuhei KOBAYASHI + + * poe.el: Do not try to require 'edebug; it will be autoloaded. + +1999-05-24 Shuhei KOBAYASHI + + * poem-om.el (char-before, char-after): Moved to poe.el. + + * poe.el (char-before, char-after): Moved from poem-om.el. + Add definition for non-Mule. + +1999-05-24 MORIOKA Tomohiko + + * poe.el (def-edebug-spec): New macro. + (defun-maybe): Use `def-edebug-spec'. + (defmacro-maybe): Likewise. + (defsubst-maybe): Likewise. + (read-string): Use `static-unless'. + +1999-05-21 Shuhei KOBAYASHI + + * README.en: Add description of localhook.el. + + * README.ja: Ditto. + + * Makefile (GOMI): New variable. + (clean): Use `RM' and `GOMI'. + +1999-05-21 MORIOKA Tomohiko + + * mcs-20.el (detect-mime-charset-region): Use + `find-mime-charset-by-charsets'. + + * mcharset.el (find-mime-charset-by-charsets): New function. + +1999-05-21 MORIOKA Tomohiko + + * mcharset.el: Require pcustom. + (default-mime-charset-for-write): New variable [moved from + mcs-20.el]. + (default-mime-charset-detect-method-for-write): Likewise. + + * mcs-20.el (default-mime-charset-for-write): Abolished [moved to + mcharset.el]. + (default-mime-charset-detect-method-for-write): Likewise. + + * EMU-ELS: Don't install `localhook' for XEmacs. + +1999-05-19 MORIOKA Tomohiko + + * mcs-20.el (mime-charset-to-coding-system): Don't use `defsubst' + to avoid problem in XEmacs binary distributions. + +1999-05-17 Shuhei KOBAYASHI + + * poe-18.el (eval-when-compile, eval-and-compile): Reverted. + +1999-05-16 Shuhei KOBAYASHI + + * pcustom.el (toplevel): Require 'poe. + +1999-05-16 Shuhei KOBAYASHI + + * localhook.el (toplevel): Move provide to the top to avoid + circular dependency. + +1999-05-16 Shuhei KOBAYASHI + + * poe-18.el (inline): New alias for `progn'. + (make-obsolete-variable): New function. + (dont-compile): New macro. + +1999-05-16 Shuhei KOBAYASHI + + * poe.el (subr-fboundp): Use `defun' instead of `defsubst'. + +1999-05-16 Shuhei KOBAYASHI + + * poem-om.el (insert-binary-file-contents-literally): Removed, + since provided by emu.el. + (char-before, char-after): Use `fboundp', not `boundp'. + Use error-conditions directly. + +1999-05-15 Shuhei KOBAYASHI + + * poe.el (path-separator): Doc sync with 20.3. + (add-to-list): Ditto. + (buffer-live-p): Return bool value. + (cadr, cdar, cddr): New functions. + (save-current-buffer): Check whether `orig-buffer' is alive. + (functionp): Sync with 20.3; use `car-safe'. + (line-beginning-position, line-end-position): Use `forward-line' + or `end-of-line' only. + (point-at-bol, point-at-eol): Ditto. + +1999-05-15 Shuhei KOBAYASHI + + * localhook.el: New file; local hook variable support. + + * poe.el (add-hook, remove-hook, make-local-hook): Removed; + require 'localhook instead. + + * poe-18.el: (default-boundp): New function. + + * EMU-ELS: Added localhook. + +1999-05-14 Shuhei KOBAYASHI + + * pcustom.el: Rewrite using static.el. + + * tinycustom.el (defface): Use `defmacro-maybe-cond'. + + * EMU-ELS: Compilation order of tinycustom and pcustom was changed. + +1999-05-14 Shuhei KOBAYASHI + + * poe-18.el: Require 'poe. + Move provide to the top to avoid circular dependency. + (eval-when-compile, eval-and-compile): Modified for old compiler. + (defsubst): Moved from poe.el. + (make-obsolete): Do nothing. + + * poe.el (read-string): Don't use `eval-and-compile'. + +1999-05-14 Shuhei KOBAYASHI + + * poe.el (defmacro-maybe-cond): New macro. + (defun-maybe, defmacro-maybe, defsubst-maybe, defalias-maybe, + defvar-maybe, defconst-maybe, defun-maybe-cond): Return NAME. + (defun-maybe, defmacro-maybe, defsubst-maybe): Put edebug spec. + (defsubst): Moved to poe-18.el. + +1999-05-13 Tanaka Akira + + * pccl-om.el: pccl-om.el does not support Mule 1.*. + +1999-05-10 Daiki Ueno + + * tinycustom.el (define-widget): Accept the optional arguments. + +1999-05-08 Tanaka Akira + + * README.en (What's APEL?): Add notice for static.el. + + * README.ja: Ditto. + + +1999-05-08 MORIOKA Tomohiko + + * APEL: Version 9.18 released. + +1999-05-08 MORIOKA Tomohiko + + * mcs-e20.el: Don't require `poem'. + + * mcs-e20.el: Check coding-system `x-ctext' is not defined by + APEL. + +1999-05-08 MORIOKA Tomohiko + + * mcs-e20.el: Fix checking code about coding-system `x-ctext' + [cf. by akr] + + +1999-05-07 MORIOKA Tomohiko + + * APEL: Version 9.17 released. + +1999-05-07 MORIOKA Tomohiko + + * mcs-e20.el: Check coding-system `x-ctext' is not defined. + +1999-05-07 MORIOKA Tomohiko + + * poe-18.el (eval-when-compile): New macro. + + * poe.el (make-local-hook): Use `defun-maybe' directly. + + * poe.el (add-hook): Use `static-condition-case' instead of + `condition-case'; use `defun-maybe' instead of `defun'. + (remove-hook): Likewise. + +1999-04-22 MORIOKA Tomohiko + + * poe.el (caar): New function. + +1999-04-13 Tanaka Akira + + * mcs-e20.el (x-ctext): Use the definition in Emacs 20.4. + +1999-04-11 Tanaka Akira + + * mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext' + is not proper for decoding `iso-2022-jp-2'. + +1999-04-09 Tanaka Akira + + * static.el: Add doc-strings. + +1999-04-09 Tanaka Akira + + * EMU-ELS (emu-modules): Add `static'. + + * static.el: New file. + + * broken.el: New implementation using `static'. + +1999-04-09 MORIOKA Tomohiko + + * EMU-ELS (poem-modules): Add `poem-xfc' if file-coding feature is + available in a XEmacs-without-MULE. + +1999-04-09 Andy Piper + + * poem.el: use poem-xfc when we have XEmacs with file coding. + + * poem-xfc.el: new file for file coding based XEmacs. + + +1999-04-08 MORIOKA Tomohiko + + * APEL: Version 9.16 released. + +1999-04-05 Shuhei KOBAYASHI + + * install.el (install-prefix): Check whether + `system-configuration-options' is defined or not before using it. + + * poe-18.el (add-hook, remove-hook): Moved to poe.el. + * poe.el (add-hook, remove-hook): Accept optional `local' arg. + (add-local-hook, remove-local-hook): Removed. + + * tinycustom.el (defface): Make face if 'faces is provided. + +1999-03-27 Shuhei KOBAYASHI + + * pcustom.el: New implementation using broken.el. + +1999-03-14 Shuhei KOBAYASHI + + * APEL-MK (compile-apel, what-where-apel): Use `load-file' to + ensure that EMU_ELS in the current directory is loaded. + +1999-03-11 Shuhei KOBAYASHI + + * emu.el (code-convert-string, code-convert-region, + insert-binary-file-contents): Doc fix. + +1999-03-16 Mikio Nakajima + + * README.en, README.ja: Add description of pcustom and tinycustom. + +1999-03-27 MORIOKA Tomohiko + + * tinycustom.el: Delete RCS keywords. + +1999-03-24 Mikio Nakajima + + * poe.el (make-local-hook): Move to after defining `add-local-hook' + and `remove-local-hook'. + +1999-03-20 Mikio Nakajima + + * tinycustom.el (define-widget): New nop macro. + (defface): Makes face FACE. + +1999-03-25 Keiichi Suzuki + + * poem.el (charset-after): New function. + + +1999-03-16 MORIOKA Tomohiko + + * 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 @@ -936,7 +1543,7 @@ emu.el. 1998-09-17 MORIOKA Tomohiko - + * emu.el, EMU-ELS: Split core part about MULE from emu to poem. * poem.el: New file. @@ -1103,10 +1710,10 @@ * emu-e20.el (ccl-execute-on-string): Too few args. (test-ccl-eof-block-cs): Revert existence checking. - + * emu-e20_2.el (insert-file-contents-as-binary): Return value. (insert-file-contents-as-raw-text): Ditto. - + * emu-mule.el (insert-file-contents-as-raw-text): Return value. (encode-coding-string): Check `coding-system' is non-nil. (decode-coding-string): Ditto. @@ -1127,14 +1734,14 @@ * emu-nemacs.el (write-region-as-binary): Use `as-binary-output-file' - (write-region-as-raw-text-CRLF): Ditto. + (write-region-as-raw-text-CRLF): Ditto. (insert-file-contents-as-binary): Use `as-binary-input-file'. (insert-binary-file-contents-literally): Ditto. (insert-file-contents-as-raw-text): Ditto. - + * emu.el (last): Emacs 20 emulation function. (butlast), (nbutlast): CL emulation functions. - + 1998-08-27 Tanaka Akira * emu-e20.el (ccl-use-symbol-as-program): Reduce @@ -1305,7 +1912,7 @@ * emu-mule.el (insert-file-contents-as-binary): Use file-coding-system-for-read instead of file-coding-system. - + 1998-06-06 MORIOKA Tomohiko @@ -1503,7 +2110,7 @@ * APEL: Version 8.4 was released. - * EMU-ELS: Don't use HIRAGANA LETTER A (あ) to detect character + * EMU-ELS: Don't use HIRAGANA LETTER A (あ) to detect character indexing (Emacs 20.3 or later). 1998-04-20 MORIOKA Tomohiko @@ -2099,7 +2706,7 @@ Thu Apr 3 17:14:39 1997 MORIOKA Tomohiko 1997-03-20 MORIOKA Tomohiko * APEL: Version 3.3 was released. - + * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables. * APEL-MK: install emu.