X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5b4068ac1076dbdc97559d89b19b9416a7c62143;hb=78e351c21917b8499d9ea9cd97d2b0f4097b189f;hp=5b3955fefe27f298460d39b367fb23497a54bb69;hpb=26b719c5b80d5fa8040e812e4f864111a57f1f2b;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 5b3955f..5b4068a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,249 @@ +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. + + * 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 + + * 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. + (current-time-world-timezones, current-time-local-timezone): + New variables. + (current-time-string): Use `current-time-zone' to get local timezone. + (current-time): Ditto. + + * timezone.el: New file. + + * APEL-ELS (apel-modules): Add `timezone' if existing timezone.el + has y2k problem. + + * product.el (product-string-1): Use `int-to-string' instead of + `number-to-string'. + +1999-12-20 Shuhei KOBAYASHI + + * apel-ver.el, product.el: Header fix. + +1999-12-20 Keiichi Suzuki + + * alist.el, atype.el, broken.el, calist.el, emu-mule.el, emu.el, + env.el, file-detect.el, filename.el, install.el, inv-18.el, + inv-19.el, inv-xemacs.el, invisible.el, localhook.el, + mcharset.el, mcs-20.el, mcs-e20.el, mcs-ltn1.el, mcs-nemacs.el, + mcs-om.el, mcs-xm.el, mcs-xmu.el, mule-caesar.el, path-util.el, + pccl-20.el, pccl-om.el, pccl.el, pces-20.el, pces-e20.el, + pces-e20_2.el, pces-nemacs.el, pces-om.el, pces-raw.el, + pces-xfc.el, pces-xm.el, pces.el, pcustom.el, poe-18.el, + poe-xemacs.el, poe.el, poem-e20.el, poem-e20_2.el, + poem-e20_3.el, poem-ltn1.el, poem-nemacs.el, poem-om.el, + poem-xm.el, poem.el, richtext.el, static.el, time-stamp.el, + tinycustom.el, tinyrich.el (TopLevel): Add product information. + + * Sync up with apel-product. + +* 1999-11-12 Keiichi Suzuki + + * product.el (product-define): Add new slot `version-string'. + (product-provide): Likewise. + (product-version-string): New function. + (product-set-version-string): New function. + (product-string-1): Use `version-string'. + (product-for-each): New function. + (product-string): Separate `product-string' and + `product-string-verbose'. + (product-string-verbose): Likewise. + (product-parse-version-string): New function. + +* 1999-11-12 Shuhei KOBAYASHI + + * product.el: Some `checkdoc' fixes. + (product-version>=): Eliminate local variable. + +* 1999-11-12 Keiichi Suzuki + + * product.el: New file. + + * apel-ver.el: New file. + + * APEL-ELS (apel-modules): Add `apel-ver' and `product'. + +1999-11-25 Yuuichi Teranishi + + * poe-18.el (current-time-string, current-time): New functions. + 1999-11-11 Shuhei KOBAYASHI * localhook.el, pcustom.el: checkdoc. @@ -14,7 +260,7 @@ 1999-11-08 Yuuichi Teranishi - * poe-18.el (put-text-property, next-property-change, + * poe-18.el (put-text-property, next-property-change, text-properties-at): Define as null function. 1999-11-02 Katsumi Yamaoka @@ -2192,7 +2438,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