Merge apel-shubit.
[elisp/apel.git] / ChangeLog
index eda4d28..b0b8e7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 1999-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * timezone.el: Modified comments.
-       (toplevel): Require 'product.
-
-1999-12-21  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
-
-       * apel-ver.el: Footer fix.
+       * poe.el (string-to-int): Commented out an alias for
+       `string-to-number'.
 
 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * poe-18.el: Fix open parenthesis.
+
        * README.ja: Sync up with README.en.
 
        * README.en: Fix what versions of Emacsen can use
        `normal-top-level-add-to-load-path'.
 
+1999-12-12  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * APEL-MK: Modified comments.
+
+       * poe.el: Modified comments.
+
+       * pym.el: Modified comments.
+       (defalias-maybe): Don't update `current-load-list'.
+
+1999-12-06  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pym.el (subr-fboundp): Reverted; but considered as obsolete.
+
+1999-12-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe-18.el (numberp): New function; alias for `integerp'.
+       (abs): New function.
+
+       * poe-18.el (byte-code-function-p): Docstring sync.
+       (cyclic-function-indirection): New error symbol.
+       (indirect-function): New function; use above symbol.
+
+1999-11-30  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe-18.el (current-time-string): New local variable `lyear'
+       for leap year; renamed from `uru' and bind locally.
+
+       * poe.el (emacs-major-version, emacs-minor-version): Define
+       at compile-time as well as at load-time in order to do compile-
+       time version check.
+       (tcp): Require if `open-network-stream' is not available;
+       moved from "pces.el".
+
+       * pym.el: Removed comment.
+
+1999-11-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe.el, poe-18.el, poe-xemacs.el, pym.el: Modified comments.
+
+1999-11-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe-18.el: Modified comments.
+       (buffer-undo-list, data-directory): Use `defvar'.
+       (generate-new-buffer-name): Use `defun'.
+
+1999-11-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pccl-20.el, pccl-om.el: Removed "[SOURCE INFO]" style
+       comment from docstrings.
+
+       * pccl-om.el, localhook.el, pcustom.el: Updated header.
+
+1999-11-13  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * Removed "[SOURCE INFO]" style comment from docstrings.
+       Most of them are out of sync, and now there are some other
+       ways to get such information.
+
+       * poe-18.el: Rearranged.
+       (lambda): New macro.
+       (get-char-property, next-single-property-change,
+        previous-property-change, previous-single-property-change,
+        text-property-any, text-property-not-all,
+        next-char-property-change, previous-char-property-change):
+       Define as null function.
+
+       * poe-xemacs.el: Rearranged.
+       (eval-after-load): Moved to poe.el.
+
+       * poe.el: Rearranged; reduce load-time check.
+       Moved many macros to pym.el.
+       (require): New function; emulate optional 3rd arg.
+       (plist-get, plist-put): New functions.
+       (string-to-number): New function.
+       (push, pop): New macros.
+       (assoc-default): New function.
+       (eval-after-load, eval-next-after-load): New functions;
+       moved from poe-xemacs.el and modified for Emacs 19.28.
+       (buffer-file-type): New variable.
+       (with-temp-message, with-output-to-string): New macros.
+       (combine-after-change-calls): Docstring sync.
+       (match-string-no-properties): New function.
+       (convert-standard-filename): Do load-time check.
+
+1999-11-13  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pym.el (defsubst-maybe-cond): New macro.
+
+       * pym.el (defun-maybe, defmacro-maybe, defsubst-maybe,
+       defalias-maybe, defvar-maybe, defconst-maybe,
+       defun-maybe-cond, defmacro-maybe-cond, def-edebug-spec):
+       Moved from poe.el.
+
+       * EMU-ELS (emu-modules): Added 'pym.
+
+       * pym.el: New file.
+
+1999-11-13  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * APEL-MK, APEL-CFG, APEL-ELS, EMU-ELS, Makefile: Revised.
+
+1999-11-12  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * inv-18.el, inv-19.el, inv-xemacs.el:
+       Require 'poe in each submodule.
+       (enable-invisible): Changed to function.
+       (disable-invisible): Renamed from `end-of-invisible'.
+       Changed to function.
+       (end-of-invisible): Make obsolete.
+
+1999-11-12  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * README.en (Version specific information): New section.
+       (Bug reports): Updated description of APEL mailing-lists.
+
+       * pcustom.el [old custom]: Refer to it.
+
+       * tinycustom.el: checkdoc.
+
+1999-11-12  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * APEL-MK: Require 'path-util explicitly.
+
+1999-11-12  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * APEL-MK, APEL-CFG, APEL-ELS, EMU-ELS: Rewritten.
+
+       * install.el: Removed v18 stuff; now we require 'poe.
+       Modified some comments.
+
+\f
+1999-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * timezone.el: Modified comments.
+       (toplevel): Require 'product.
+
+1999-12-21  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * apel-ver.el: Footer fix.
+
 1999-12-21  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * poe-18.el (current-time-zone): New function.
 
        * poe-18.el (current-time-string, current-time): New functions.
 
-1999-11-12  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
-
-       * README.en (Version specific information): New section.
-       (Bug reports): Updated description of APEL mailing-lists.
-
-       * pcustom.el [old custom]: Refer to it.
-
-       * tinycustom.el: checkdoc.
-
 1999-11-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
        * localhook.el, pcustom.el: checkdoc.