Require `pces'.
[elisp/apel.git] / ChangeLog
index 006a94e..7d0b07e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,66 @@
+2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * timezone.el (timezone-time-from-absolute): Use `%' instead of `mod'.
+
+2000-12-21  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poe-18.el (numberp, mod): Removed.
+
+2000-12-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mcharset.el (default-mime-charset-for-write): Require `pces' for
+       `find-coding-system'.
+
+2000-12-21  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
+
+       * poe-18.el (minor-mode-alist): Removed.
+       (minor-mode-overriding-map-alist): Move to poe.el.
+
+2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * APEL-MK (install-apel): Add new optional argument `just-print'.
+       (what-where-apel): New implementation [use `install-apel' with
+       `just-print' mode].
+
+2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * APEL-MK (install-just-print-p): Moved to install.el.
+       (install-update-package-files): Moved to install.el.
+
+       * install.el (install-update-package-files): New function [moved
+       from APEL-MK].
+       (install-just-print-p): Likewise.
+
+2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mcs-xm.el: Don't require `poem' instead of `mcs-20'.
+
+       * mcs-e20.el: Don't require mcs-20.
+
+       * mcs-20.el: - Don't require `poem'.
+       - Require `custom' instead of `pcustom'.
+       - Require mcs-xm for XEmacs-Mule.
+       - Require mcs-e20 for GNU Emacs 20.1 or later.
+       (default-mime-charset): Change initial value to `x-unknown'.
+
+       * mcharset.el: Require mcs-20 if running with XEmacs-Mule and GNU
+       Emacs 20.1 or later.
+
+2000-12-19  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poe.el (current-fill-column): New emulating function.
+       (current-left-margin): New emulating function.
+
+       * poe-18.el (numberp): Use `defalias-maybe' instead of `defalias'.
+       (mod): Ditto.
+
 2000-12-20  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
 
        * poe-18.el (set-frame-height): Typo fixed.
+       (read-from-minibuffer): Do not run `minibuffer-setup-hook' and
+       `minibuffer-exit-hook'.
+       (minibuffer-setup-hook): Comment out.
+       (minibuffer-exit-hook): Ditto.
 
 2000-12-19  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>