X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=224c24419146e173ed9f28ffa515467e20d610bb;hb=6a035e2edc196d6f1f0482c4fec18332388313bf;hp=a75211e9864bf5a264d1bb3a0e19b2de29be3819;hpb=2c9876b2e6509ba67c1f9ee95a7b9a21a5c6015c;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index a75211e..224c244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2000-01-19 Shuhei KOBAYASHI + + * poe.el (require): Handle `file-error' only. + +2000-01-12 OKAZAKI Tetsurou + + * EMU-ELS (emu-modules): Add `pccl' even if `mule' is not provided. + +2000-01-05 Katsumi Yamaoka + + * Makefile, README.en, README.ja: Update for the new CVS server. + +1999-12-24 Shuhei KOBAYASHI + + * poe.el (functionp): Define it before loading "localhook". + + +1999-12-24 Yuuichi Teranishi + + * APEL: Version 10.0 released. + +1999-12-24 Keiichi Suzuki + + * apel-ver.el: Fix file header. + +1999-12-23 Yuuichi Teranishi + + * timezone.el (timezone-abs): Eliminated. + (timezone-zone-to-minute): Use `abs' instead of `timezone-abs'. + + * poe-18.el (current-time-zone): Use `abs'. + +1999-12-23 Keiichi Suzuki + + * product.el: Fix file header. `checkdoc' fix. + + * apel-ver.el: Fix file header. + +1999-12-22 Shuhei KOBAYASHI + + * APEL-ELS, EMU-ELS: product.el, apel-ver.el, time-stamp.el, + and timezone.el are version-dependent. + + * product.el (emacs-major-version, emacs-minor-version): Moved + from poe.el. + + * poe.el (emacs-major-version, emacs-minor-version): Removed. + + * pym.el: Add product information. + +1999-12-22 Yuuichi Teranishi + + * poe.el (string-to-int): Commented out an alias for + `string-to-number'. + 1999-12-13 Katsumi Yamaoka * poe-18.el: Fix open parenthesis. @@ -7,6 +62,146 @@ * README.en: Fix what versions of Emacsen can use `normal-top-level-add-to-load-path'. +1999-12-12 Shuhei KOBAYASHI + + * 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 + + * pym.el (subr-fboundp): Reverted; but considered as obsolete. + +1999-12-05 Shuhei KOBAYASHI + + * 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 + + * 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 + + * poe.el, poe-18.el, poe-xemacs.el, pym.el: Modified comments. + +1999-11-25 Shuhei KOBAYASHI + + * poe-18.el: Modified comments. + (buffer-undo-list, data-directory): Use `defvar'. + (generate-new-buffer-name): Use `defun'. + +1999-11-22 Shuhei KOBAYASHI + + * 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 + + * 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 + + * 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 + + * APEL-MK, APEL-CFG, APEL-ELS, EMU-ELS, Makefile: Revised. + +1999-11-12 Shuhei KOBAYASHI + + * 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 + + * 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 + + * APEL-MK: Require 'path-util explicitly. + +1999-11-12 Shuhei KOBAYASHI + + * APEL-MK, APEL-CFG, APEL-ELS, EMU-ELS: Rewritten. + + * install.el: Removed v18 stuff; now we require 'poe. + Modified some comments. + + +1999-12-22 Yuuichi Teranishi + + * timezone.el: Modified comments. + (toplevel): Require 'product. + +1999-12-21 Shuhei KOBAYASHI + + * apel-ver.el: Footer fix. + 1999-12-21 Yuuichi Teranishi * poe-18.el (current-time-zone): New function. @@ -74,15 +269,6 @@ * poe-18.el (current-time-string, current-time): New functions. -1999-11-12 Shuhei KOBAYASHI - - * 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 * localhook.el, pcustom.el: checkdoc.