X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c92fa36300d00225b870ecfa402c3b78b6249b84;hb=b465e968b9c0dcb7a2e6a48c70d45bf74442dfd6;hp=82290e50d343bbc41bebdbebdbbfbb046d0d479f;hpb=6fdf23431920452adb70f3cf507d670fbcdc3953;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 82290e5..c92fa36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,467 @@ +2002-06-26 Katsumi Yamaoka + + * mcs-e20.el (charsets-mime-charset-alist): Remove nil's from the + default value. + * mcs-xm.el (charsets-mime-charset-alist): Ditto. + +2002-06-21 Katsumi Yamaoka + + * mcs-e20.el (charsets-mime-charset-alist): Add Latin8 and Latin9 + charsets. Suggested by Tatsuya Kinoshita . + * mcs-xm.el (charsets-mime-charset-alist): Ditto. + +2002-05-14 Katsumi Yamaoka + + * pccl.el (ccl-usable): Make non-MULE XEmacs don't require `ccl' + even if this file is mis-compiled for XEmacs with MULE. + +2002-03-23 Nix + + * poem-ltn1.el (truncate-string): Act like the real `truncate-string': + do not fail if the string is shorter than the max length. + +2002-04-30 Katsumi Yamaoka + + * poem-xm.el (string-to-char-list): Revive it again. + +2002-04-25 Katsumi Yamaoka + + * poem-xm.el (string-to-char-list): Remove. It is restored in + XEmacs CVS. + +2002-04-15 Katsumi Yamaoka + + * poem-xm.el (char-length): New function. + (string-to-char-list): New function. + +2002-03-04 Katsumi Yamaoka + + * pym.el: Add a note that `def*-maybe' might not provide functions + or variables at run-time. + +2001-12-05 Katsumi Yamaoka + + * tinycustom.el (custom-declare-face): New function. + (defface): Use it. + +2001-10-15 Katsumi Yamaoka + + * poe.el (format-time-string): Support the 3rd arg `universal'. + (support-timezone-in-numeric-form-and-3rd-arg): Renamed from + `support-timezone-in-numeric-form'; + support the 3rd arg `universal'. + +2001-10-12 TSUCHIYA Masatoshi + + * poe.el (format-time-string): Support the construct `%z'. + (support-timezone-in-numeric-form): New advice. + +2001-09-09 Daiki Ueno + + * pccl.el (transform-make-coding-system-args): Follow old backquote + style. + +2001-07-20 NAKAJIMA Mikio + + * install.el (install-file, install-elisp-module): Set file modes + according to `install-overwritten-file-modes'. + + * poe-18.el (defalias): Remove alias to fset and define it by + using `defun'. + +2001-06-23 NAKAJIMA Mikio + + * install.el (install-files): Do not make DEST directory when + JUST-PRINT is non-nil. + +2001-06-20 Akihiro MOTOKI + + * install.el (install-elisp-modules): Do not make DEST directory + when JUST-PRINT is non-nil. + +2001-06-01 Tanaka Akira + + * pccl.el (ccl-compat): Since mule 2.3 accepts `t' and `nil' as `type' + argument, so arguments conversion shouln't applied in such case. + +2001-05-24 Tanaka Akira + + * pccl.el (accept-long-ccl-program): Don't advice for Emacs 21. + (transform-make-coding-system-args): New emulating function. + (ccl-compat): new advice for `make-coding-system' of + Emacs 20 or former to handle XEmacs style CCL coding system definition. + +2001-04-29 Shuhei KOBAYASHI + + * poe.el (remassoc, remassq, remrassoc, remrassq): Fixed. + +2001-03-26 Yuuichi Teranishi + + * EMU-ELS: Add checking whether the native timezone.el has an old + date string parser. + +2001-03-23 TSUCHIYA Masatoshi + + * timezone.el (timezone-parse-date): Import from Emacs-20.7. + +2001-02-23 Katsumi Yamaoka + + * emu.el (char-category for XEmacs): Don't use `int-char' when the + function `char-category-list' returns a list of characters. + +2001-02-01 NAKAJIMA Mikio + + * README.ja: Updated as to MAKEIT.BAT and MAKE1.BAT. + * make1.bat: New file. + * makeit.bat: Ditto. + * make.bat: Removed. + +2001-01-18 Katsumi Yamaoka + + * inv-19.el (next-visible-point): Return the value of `point-max' + when the position of next `invisible' property change is not found. + +2001-01-15 Yuuichi Teranishi + + * poe-18.el (floor): Removed. + + * timezone.el (timezone-floor): New function. + (timezone-fix-time-2): Use `timezone-floor' instead of `floor'. + +2000-12-31 NAKAJIMA Mikio + + * README.ja: Typo fixed. + +2000-12-30 NAKAJIMA Mikio + + * APEL: Version 10.3 released. + * apel-ver.el (apel-ver): Change APEL version to 10.3. + + * Makefile : Apply patch from TAKAHASHI Kaoru + of Message-Id: <86vgs2s3cp.wl@tomoko.nantnaq.kaisei.org>. + +2000-12-28 Tanaka Akira + + * pccl-20.el (ccl-compat): new advice for `make-coding-system' of + XEmacs to handle Emacs style CCL coding system definition. + +2000-12-28 Kenichi Handa + + * static.el: Doc-string fixed. + +2000-12-28 MORIOKA Tomohiko + + * mcharset.el (default-mime-charset-for-write): Use + `mime-charset-p' instead of `find-coding-system'; don't require + `pces'. + + * mcs-nemacs.el, mcs-ltn1.el, mcs-20.el (mime-charset-p): New + alias. + +2000-12-26 NAKAJIMA Mikio + + * README.en: Change major mode to outline-mode. + (What's APEL?): Add description about pym.el, pces, time-stamp.el, + timezone.el, and product.el. + (run in expanded place): Add a reference to `make.bat (for MS-DOS + family)'. + + * README.ja: Change major mode to outline-mode. + (What's APEL?): Add description about pym.el, pces, time-stamp.el, + timezone.el, and product.el. + +2000-12-24 NAKAJIMA Mikio + + * poe.el (minor-mode-overriding-map-alist): Remove the filename + poe.el from doc string. + + * poe-18.el (current-time-world-timezones): Remove the filename + poe-18.el from doc string. + (current-time-local-timezone): Ditto. + (buffer-undo-list): Ditto. + (auto-fill-function): Ditto. + (unread-command-event): Ditto. + (unread-command-events): Ditto. + (minor-mode-map-alist): Ditto. + + * README.en ((d) make.bat (for MS-DOS family)): New section. + * README.ja ((d) make.bat を利用する (MS-DOS 系 OS の場合)): + Ditto. + +2000-12-22 MORIOKA Tomohiko + + * mcs-e20.el: Require `pces'. + +2000-12-22 Yuuichi Teranishi + + * timezone.el (timezone-time-from-absolute): Use `%' instead of + `mod'. + +2000-12-21 Katsumi Yamaoka + + * poe-18.el (numberp, mod): Removed. + +2000-12-21 MORIOKA Tomohiko + + * mcharset.el (default-mime-charset-for-write): Require `pces' for + `find-coding-system'. + +2000-12-21 NAKAJIMA Mikio + + * poe-18.el (minor-mode-alist): Removed. + (minor-mode-overriding-map-alist): Move to poe.el. + +2000-12-20 MORIOKA Tomohiko + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * make.bat: Do not echo. + + * poe-18.el (set-frame-heigth): Bug fixed. + +2000-12-16 NAKAJIMA Mikio + + * poe-18.el (frame-width): New function. + (frame-height): Ditto. + (set-frame-width): Ditto. + (set-frame-heigth): Ditto. + (read-from-minibuffer): Run `minibuffer-setup-hook' and + `minibuffer-exit-hook'. + (buffer-undo-list): Declared with `defvar-maybe' and add doc + string. + (auto-fill-function): Add doc string. + (unread-command-event): Ditto. + (unread-command-events): Ditto. + (minibuffer-setup-hook): New variable. + (minibuffer-exit-hook): Ditto. + (minor-mode-map-alist): Ditto. + (minor-mode-alist): Ditto. + (minor-mode-overriding-map-alist): Ditto. + +2000-12-15 NAKAJIMA Mikio + + * make.bat (listing): Bug fixed. + + * README.en: Add URL that can be used to getting SKK 10.62a with + the new byte compiler for Emacs 18. + * README.ja: Ditto. + +2000-12-15 TAKAHASHI Kaoru + + * Makefile (tar): Remove .cvsignore. Use `cvs tag -R' instead of + `cvs tag -RF'. + +2000-12-15 Katsumi Yamaoka + + * poe-18.el (buffer-disable-undo): Define it as a function to make + an argument optional instead of the use of `defalias' to + `buffer-flush-undo'. + +2000-12-14 Daiki Ueno + + * alist.el (del-alist): Simplified. + +2000-12-14 Mikio Nakajima + + * pym.el (static-if): Put t on edebug spec instead of if. + +2000-12-13 Kenichi Handa + + * alist.el: Fix and add DOCs and comments; fix coding style. + +2000-04-26 MORIOKA Tomohiko + + * mcs-xm.el (charsets-mime-charset-alist): Add coded-charset + `japanese-jisx0208-1990' to MIME-charset `iso-2022-jp' and + `iso-2022-jp-2' in UTF-2000; add new MIME-charset `iso-2022-jp-3'. + +2000-11-26 Mikio Nakajima + + * make.bat: New file. + * .cvsignore: Ditto. + +2000-11-09 Katsumi Yamaoka + + * path-util.el (add-path): Check for both "path" and "path/". + +2000-10-06 Shuhei KOBAYASHI + + * poe.el (require): Update `current-load-list'. + +2000-10-10 Keiichi Suzuki + + * product.el (product-version-as-string): New function. + (product-string-1): Use `product-version-as-string'. + +2000-08-10 MORIOKA Tomohiko + + * poem-e20_3.el: Require `pym'. + +2000-07-12 MORIOKA Tomohiko + + * alist.el (vassoc): New function [to be compatible with XEmacs + 21.2.32 or later]. + +2000-05-25 Tanaka Akira + + * README.en, README.ja: Update for CVS via SSH. + +2000-05-24 Katsumi Yamaoka + + * pces-raw.el (encode-coding-string, decode-coding-string): Return + a copy of string. + +2000-04-25 Katsumi Yamaoka + + * EMU-ELS (emu-modules): Don't include `pccl-20' for XEmacs 20 and + earlier. + +2000-03-25 Mikio Nakajima + + * pym.el: Define edebug specs for `static-if', `static-when', + `static-unless', `static-condition-case', `static-defconst' and + `static-cond'. + +2000-03-08 Akihiro Arisawa + + * poe.el (format-time-string): Fix problem when `format' contains + "%d" or "%D". + +2000-03-04 Daiki Ueno + + * poe.el (remassq,remassoc,remrassoc): Rewrite. + (remrassq): New function. + + +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 (defalias): Remove its definition as a function and