X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=blobdiff_plain;f=ChangeLog;h=66b879b3b886376c56623f4f0c74ecc07f830b43;hp=5b7666caf5facabcf9a3bea8d4b3c1abf5bacc53;hb=7f12f644a68cb51b4cbbb7148afd1da4f6fcc393;hpb=efcebfdf55bf0e2d25be7f1483a68f4ffc9c3f5a diff --git a/ChangeLog b/ChangeLog index 5b7666c..66b879b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +2000-03-01 Yuuichi Teranishi + + * APEL: Version 10.2 released. + +2000-02-29 Yuuichi Teranishi + + * poe-18.el (current-time-string): Fixed leap year's day counting bug. + +2000-02-28 Katsumi Yamaoka + + * emu.el (enriched-encode): Do nothing for it if FSF Emacs 19.28 + and earlier or XEmacs 19.13 and earlier is used. + +2000-02-25 Katsumi Yamaoka + + * emu.el (enriched-encode): Allow the 3rd argument ORIG-BUF for old + Emacsen. + +2000-02-21 Makoto Nakagawa + + * poe.el (format-time-string): New function for Emacs 19.28 and + earlier. + (format-time-month-list): New constant for `format-time-string'. + (format-time-week-list): New constant for `format-time-string'. + +2000-02-21 Daiki Ueno + + * poe-18.el (walk-windows): New function. + + * poe-xemacs.el + (set-extent-properties): New function. + (run-at-time): New function. + (cancel-timer): New function. + (with-timeout-handler): New function. + (with-timeout): New function. + + * poe.el (remassq): New function. + (remassoc): New function. + (remrassoc): New function. + (get-buffer-window-list): New function. + (save-selected-frame): New macro. + +2000-02-10 Yuuichi Teranishi + + * poe.el (replace-match): Redefined to add `STRING' optional + argument. + +2000-02-07 Yuuichi Teranishi + + * poe-18.el (mod): Define as an alias for `%'. + (overlayp, move-overlay, delete-overlay, overlay-start, + overlay-end, overlay-buffer, overlay-properties, overlays-at, + overlays-in, next-overlay-change, previous-overlay-change, + overlay-lists, overlay-recenter, overlay-get): + Define as null function. + +2000-02-05 MORIOKA Tomohiko + + * mcs-20.el (mime-charset-coding-system-alist): Add + `iso-2022-jp-3'. + +2000-02-04 Katsumi Yamaoka + + * poe.el (read-file-name): Replacement for Emacs 19.28 and earlier + (except for Emacs 18) or XEmacs 19.13 and earlier, for + compatibility. + +2000-02-04 Yuuichi Teranishi + + * timezone.el (timezone-floor): Eliminated. + (timezone-fix-time-2): Use `floor' instead of `timezone-floor'. + + * poe-18.el (current-time): Fixed leap year count bug. + (set-time-zone-rule): New function. + (current-time-zone): Use `set-time-zone-rule'. + (floor): New function. + (window-live-p): New function. + (read-from-minibuffer): Redefined to add `HIST' optional argument. + (accept-process-output): Redefined to add `TIMEOUT' and + `TIMEOUT-MSECS' optional arguments. + (get-buffer-window): Redefined to add `FRAME' optional argument. + + * poe.el (completing-read): Redefined to adjust optional arguments + for some emacsen. + +2000-01-31 Mikio Nakajima + + * poe-18.el (auto-fill-function): Declare with defvar-maybe. + (unread-command-event): Ditto. + (unread-command-events): Ditto. + (insert-and-inherit): Define with defalias. + (insert-before-markers-and-inherit): Ditto. + (number-to-string): Ditto. + +2000-01-30 Mikio Nakajima + + * poe-18.el (window-minibuffer-p): New function. + +2000-01-30 Tsukamoto Tetsuo + + * pces-om.el (insert-file-contents-as-coding-system): Ignore BEG, + END and REPLACE under Emacs 18, or Mule 1.1 or earlier. + (insert-file-contents-as-binary): Ditto. + +2000-01-27 Shuhei KOBAYASHI + + * APEL-CFG: Typo. + +2000-01-26 Shuhei KOBAYASHI + + * poe-18.el (set-match-data): New alias for `store-match-data'. + (save-match-data-internal): New variable. + (save-match-data): New macro; use above. + + (defalias): Docstring sync. + (put-text-property): Typo. + +2000-01-23 Tsukamoto Tetsuo + + * poe-18.el (byte-code-function-p): Check if the CDR of OBJECT is + a cons cell. + + 2000-01-21 Yuuichi Teranishi * APEL: Version 10.1 released. @@ -2473,7 +2596,7 @@ * APEL: Version 8.4 was released. - * EMU-ELS: Don't use HIRAGANA LETTER A ($(B$"(B) to detect character + * EMU-ELS: Don't use HIRAGANA LETTER A ($B$"(B) to detect character indexing (Emacs 20.3 or later). 1998-04-20 MORIOKA Tomohiko