elisp/apel.git
21 years agoPartly synch with the latest XEmacs package. apel-10_3-1
yamaoka [Tue, 14 May 2002 05:40:50 +0000 (05:40 +0000)]
Partly synch with the latest XEmacs package.

* pccl.el (ccl-usable): Make non-MULE XEmacs don't require `ccl'
 even if this file is mis-compiled for XEmacs with MULE.

* poem-ltn1.el (truncate-string): Act like the real `truncate-string':
 do not fail if the string is shorter than the max length.

22 years agoFix.
yamaoka [Tue, 30 Apr 2002 05:50:26 +0000 (05:50 +0000)]
Fix.

22 years ago* poem-xm.el (string-to-char-list): Revive it again.
yamaoka [Tue, 30 Apr 2002 05:49:56 +0000 (05:49 +0000)]
* poem-xm.el (string-to-char-list): Revive it again.

22 years ago* poem-xm.el (string-to-char-list): Remove. It is restored in XEmacs CVS.
yamaoka [Thu, 25 Apr 2002 06:22:23 +0000 (06:22 +0000)]
* poem-xm.el (string-to-char-list): Remove.  It is restored in XEmacs CVS.

22 years ago* poem-xm.el (char-length): New function.
yamaoka [Mon, 15 Apr 2002 01:45:34 +0000 (01:45 +0000)]
* poem-xm.el (char-length): New function.
(string-to-char-list): New function.

22 years ago* pym.el: Add a note that `def*-maybe' might not provide functions
yamaoka [Mon, 4 Mar 2002 02:30:09 +0000 (02:30 +0000)]
* pym.el: Add a note that `def*-maybe' might not provide functions
 or variables at run-time.

22 years ago* tinycustom.el (custom-declare-face): New function.
yamaoka [Wed, 5 Dec 2001 09:40:14 +0000 (09:40 +0000)]
* tinycustom.el (custom-declare-face): New function.
(defface): Use it.

22 years agoFix a comment and the doc-string for `format-time-string'.
yamaoka [Mon, 15 Oct 2001 02:13:52 +0000 (02:13 +0000)]
Fix a comment and the doc-string for `format-time-string'.

22 years ago* poe.el (format-time-string): Support the 3rd arg `universal'.
yamaoka [Mon, 15 Oct 2001 02:08:40 +0000 (02:08 +0000)]
* poe.el (format-time-string): Support the 3rd arg `universal'.

22 years ago* poe.el (support-timezone-in-numeric-form-and-3rd-arg): Fixed.
yamaoka [Mon, 15 Oct 2001 01:30:33 +0000 (01:30 +0000)]
* poe.el (support-timezone-in-numeric-form-and-3rd-arg): Fixed.

22 years ago* poe.el (support-timezone-in-numeric-form-and-3rd-arg): Renamed from
yamaoka [Mon, 15 Oct 2001 00:35:55 +0000 (00:35 +0000)]
* poe.el (support-timezone-in-numeric-form-and-3rd-arg): Renamed from
 `support-timezone-in-numeric-form'; add support the 3rd arg.

22 years ago(format-time-string): Support the construct `%z'.
tsuchiya [Fri, 12 Oct 2001 03:22:36 +0000 (03:22 +0000)]
(format-time-string): Support the construct `%z'.
(support-timezone-in-numeric-form): New advice.

22 years agoupdate.
ueno [Sun, 9 Sep 2001 09:44:29 +0000 (09:44 +0000)]
update.

22 years ago* pccl.el (transform-make-coding-system-args): Follow old backquote style.
ueno [Sun, 9 Sep 2001 09:43:51 +0000 (09:43 +0000)]
* pccl.el (transform-make-coding-system-args): Follow old backquote style.

22 years ago* install.el (install-file, install-elisp-module): Set file modes
minakaji [Fri, 20 Jul 2001 08:53:33 +0000 (08:53 +0000)]
* 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'.

22 years ago* install.el (install-files): Do not make DEST directory when
minakaji [Sat, 23 Jun 2001 05:03:56 +0000 (05:03 +0000)]
* install.el (install-files): Do not make DEST directory when
JUST-PRINT is non-nil.

22 years ago* install.el (install-elisp-modules): Do not make DEST directory
minakaji [Sat, 23 Jun 2001 04:59:19 +0000 (04:59 +0000)]
* install.el (install-elisp-modules): Do not make DEST directory
when JUST-PRINT is non-nil.

22 years ago* pccl.el (ccl-compat): Since mule 2.3 accepts `t' and `nil' as `type'
akr [Fri, 1 Jun 2001 08:08:48 +0000 (08:08 +0000)]
* pccl.el (ccl-compat): Since mule 2.3 accepts `t' and `nil' as `type'
argument, so arguments conversion shouln't applied in such case.

22 years ago* pccl.el (accept-long-ccl-program): Don't advice for Emacs 21.
akr [Thu, 24 May 2001 03:03:19 +0000 (03:03 +0000)]
* 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.

23 years agoupdate.
shuhei [Sun, 29 Apr 2001 12:34:12 +0000 (12:34 +0000)]
update.

23 years ago(remassoc, remassq, remrassoc, remrassq): Fixed.
shuhei [Sun, 29 Apr 2001 12:34:03 +0000 (12:34 +0000)]
(remassoc, remassq, remrassoc, remrassq): Fixed.

23 years ago;; Applied patch from Yuuichi Teranishi <teranisi@gohome.org>.
yamaoka [Mon, 26 Mar 2001 03:54:01 +0000 (03:54 +0000)]
;; Applied patch from Yuuichi Teranishi <teranisi@gohome.org>.
* EMU-ELS: Add checking whether the native timezone.el has an old date string
 parser.

23 years ago;; Applied patch from TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
yamaoka [Fri, 23 Mar 2001 06:58:03 +0000 (06:58 +0000)]
;; Applied patch from TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
* timezone.el (timezone-parse-date): Import from Emacs-20.7.

23 years ago* emu.el (char-category for XEmacs): Don't use `int-char' when the function
yamaoka [Fri, 23 Feb 2001 01:03:32 +0000 (01:03 +0000)]
* emu.el (char-category for XEmacs): Don't use `int-char' when the function
 `char-category-list' returns a list of characters.

23 years ago* README.ja: Updated as to MAKEIT.BAT and MAKE1.BAT.
minakaji [Thu, 1 Feb 2001 03:19:36 +0000 (03:19 +0000)]
* README.ja: Updated as to MAKEIT.BAT and MAKE1.BAT.
* make1.bat: New file.
* makeit.bat: Ditto.
* make.bat: Removed.

23 years agoCorrect misspellings.
yamaoka [Wed, 24 Jan 2001 04:06:51 +0000 (04:06 +0000)]
Correct misspellings.
* APEL-CFG:
* README.ja (replace-as-filename):
* broken.el (broken-facility):
* emu.el:
* make.bat:
* pces-nemacs.el (as-binary-process):
* poe-18.el (read-from-minibuffer, get-buffer-window, walk-windows):
* poe.el (string-to-number):
* product.el (product-add-checkers):

23 years agoCorrect misspellings.
yamaoka [Tue, 23 Jan 2001 23:00:54 +0000 (23:00 +0000)]
Correct misspellings.
* emu.el (code-convert-string):
* path-util.el (add-path):
* pccl.el (define-ccl-program):
* poem.el (charset-after):
* product.el (product-set-checkers, product-find):

23 years ago* inv-19.el (next-visible-point): Return the value of `point-max' when
yamaoka [Thu, 18 Jan 2001 10:37:49 +0000 (10:37 +0000)]
* inv-19.el (next-visible-point): Return the value of `point-max' when
 the position of next `invisible' property change is not found.

23 years ago* poe-18.el (floor): Removed.
teranisi [Mon, 15 Jan 2001 01:22:11 +0000 (01:22 +0000)]
* poe-18.el (floor): Removed.

* timezone.el (timezone-floor): New function.
(timezone-fix-time-2): Use `timezone-floor' instead of `floor'.

23 years ago* README.ja: Typo fixed.
minakaji [Sat, 30 Dec 2000 22:44:18 +0000 (22:44 +0000)]
* README.ja: Typo fixed.

23 years ago* Makefile : Apply patch from TAKAHASHI Kaoru <kaoru@se.uec.ac.jp> apel-10_3
minakaji [Sat, 30 Dec 2000 08:57:43 +0000 (08:57 +0000)]
* Makefile : Apply patch from TAKAHASHI Kaoru <kaoru@se.uec.ac.jp>
of Message-Id: <86vgs2s3cp.wl@tomoko.nantnaq.kaisei.org>.

23 years ago* apel-ver.el (apel-ver): Change APEL version to 10.3.
minakaji [Sat, 30 Dec 2000 07:55:48 +0000 (07:55 +0000)]
* apel-ver.el (apel-ver): Change APEL version to 10.3.

23 years ago* APEL: Version 10.3 released.
minakaji [Sat, 30 Dec 2000 07:45:57 +0000 (07:45 +0000)]
*  APEL: Version 10.3 released.

23 years ago* pccl-20.el (ccl-compat): new advice for `make-coding-system' of
akr [Thu, 28 Dec 2000 11:16:57 +0000 (11:16 +0000)]
* pccl-20.el (ccl-compat): new advice for `make-coding-system' of
XEmacs to handle Emacs style CCL coding system definition.

23 years agomodified.
tomo [Thu, 28 Dec 2000 10:17:52 +0000 (10:17 +0000)]
modified.

23 years agoSync with semi21.
tomo [Thu, 28 Dec 2000 09:19:19 +0000 (09:19 +0000)]
Sync with semi21.

23 years agoupdate.
tomo [Thu, 28 Dec 2000 05:03:31 +0000 (05:03 +0000)]
update.

23 years ago(default-mime-charset-for-write): Don't require `pces'.
tomo [Thu, 28 Dec 2000 05:03:03 +0000 (05:03 +0000)]
(default-mime-charset-for-write): Don't require `pces'.

23 years ago(default-mime-charset-for-write): Use `mime-charset-p' instead of
tomo [Thu, 28 Dec 2000 04:58:17 +0000 (04:58 +0000)]
(default-mime-charset-for-write): Use `mime-charset-p' instead of
`find-coding-system'.

23 years ago(mime-charset-p): New alias.
tomo [Thu, 28 Dec 2000 04:57:26 +0000 (04:57 +0000)]
(mime-charset-p): New alias.

23 years ago* README.en: Change major mode to outline-mode.
minakaji [Tue, 26 Dec 2000 12:07:05 +0000 (12:07 +0000)]
* 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.

23 years ago* poe.el (minor-mode-overriding-map-alist): Remove the filename
minakaji [Sun, 24 Dec 2000 05:35:59 +0000 (05:35 +0000)]
* 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.

23 years ago* README.en ((d) make.bat (for MS-DOS family)): New section.
minakaji [Sat, 23 Dec 2000 23:57:44 +0000 (23:57 +0000)]
* README.en ((d) make.bat (for MS-DOS family)): New section.
* README.ja ((d) make.bat \e$B$rMxMQ$9$k\e(B (MS-DOS \e$B7O\e(B OS \e$B$N>l9g\e(B)):
Ditto.

23 years agoupdate.
tomo [Fri, 22 Dec 2000 04:26:21 +0000 (04:26 +0000)]
update.

23 years agoRequire `pces'.
tomo [Fri, 22 Dec 2000 04:24:55 +0000 (04:24 +0000)]
Require `pces'.

23 years ago* timezone.el (timezone-time-from-absolute): Use `%' instead of `mod'.
teranisi [Fri, 22 Dec 2000 02:55:33 +0000 (02:55 +0000)]
* timezone.el (timezone-time-from-absolute): Use `%' instead of `mod'.

23 years ago* poe-18.el (numberp, mod): Removed.
yamaoka [Fri, 22 Dec 2000 00:25:38 +0000 (00:25 +0000)]
* poe-18.el (numberp, mod): Removed.

23 years agoupdate.
tomo [Thu, 21 Dec 2000 08:17:36 +0000 (08:17 +0000)]
update.

23 years ago(default-mime-charset-for-write): Require `pces' for
tomo [Thu, 21 Dec 2000 08:17:07 +0000 (08:17 +0000)]
(default-mime-charset-for-write): Require `pces' for
`find-coding-system'.

23 years ago* poe-18.el (minor-mode-alist): Removed.
minakaji [Wed, 20 Dec 2000 15:48:32 +0000 (15:48 +0000)]
* poe-18.el (minor-mode-alist): Removed.
(minor-mode-overriding-map-alist): Move to poe.el.

23 years agoupdate.
tomo [Wed, 20 Dec 2000 05:50:15 +0000 (05:50 +0000)]
update.

23 years ago(install-apel): Add new optional argument `just-print'.
tomo [Wed, 20 Dec 2000 05:49:08 +0000 (05:49 +0000)]
(install-apel): Add new optional argument `just-print'.
(what-where-apel): New implementation [use `install-apel' with
`just-print' mode].

23 years agoupdate.
tomo [Wed, 20 Dec 2000 05:39:29 +0000 (05:39 +0000)]
update.

23 years ago(install-just-print-p): Moved to install.el.
tomo [Wed, 20 Dec 2000 05:38:54 +0000 (05:38 +0000)]
(install-just-print-p): Moved to install.el.
(install-update-package-files): Moved to install.el.

23 years ago(install-update-package-files): New function [moved from APEL-MK].
tomo [Wed, 20 Dec 2000 05:38:17 +0000 (05:38 +0000)]
(install-update-package-files): New function [moved from APEL-MK].
(install-just-print-p): Likewise.

23 years agoupdate.
tomo [Wed, 20 Dec 2000 05:37:00 +0000 (05:37 +0000)]
update.

23 years agoDon't require `poem' instead of `mcs-20'.
tomo [Wed, 20 Dec 2000 05:35:46 +0000 (05:35 +0000)]
Don't require `poem' instead of `mcs-20'.

23 years agoDon't require mcs-20.
tomo [Wed, 20 Dec 2000 05:34:52 +0000 (05:34 +0000)]
Don't require mcs-20.

23 years ago- Don't require `poem'.
tomo [Wed, 20 Dec 2000 05:33:05 +0000 (05:33 +0000)]
- 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'.

23 years agoRequire mcs-20 if running with XEmacs-Mule and GNU Emacs 20.1 or
tomo [Wed, 20 Dec 2000 05:30:31 +0000 (05:30 +0000)]
Require mcs-20 if running with XEmacs-Mule and GNU Emacs 20.1 or
later.

23 years ago* poe.el (current-fill-column): New emulating function.
yamaoka [Tue, 19 Dec 2000 23:07:42 +0000 (23:07 +0000)]
* 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.

23 years ago* poe-18.el (read-from-minibuffer): Do not run `minibuffer-setup-hook' and
minakaji [Tue, 19 Dec 2000 21:30:40 +0000 (21:30 +0000)]
* poe-18.el (read-from-minibuffer): Do not run `minibuffer-setup-hook' and
`minibuffer-exit-hook'.
(minibuffer-setup-hook): Comment out.
(minibuffer-exit-hook): Ditto.

23 years ago* poe-18.el (set-frame-height): Typo fixed.
minakaji [Tue, 19 Dec 2000 21:00:48 +0000 (21:00 +0000)]
* poe-18.el (set-frame-height): Typo fixed.

23 years ago* make.bat: Do not echo.
minakaji [Mon, 18 Dec 2000 23:54:16 +0000 (23:54 +0000)]
* make.bat: Do not echo.

23 years ago* poe-18.el (set-frame-heigth): Bug fixed.
minakaji [Mon, 18 Dec 2000 20:37:09 +0000 (20:37 +0000)]
* poe-18.el (set-frame-heigth): Bug fixed.

23 years ago* poe-18.el (frame-width): New function.
minakaji [Sat, 16 Dec 2000 01:22:35 +0000 (01:22 +0000)]
* 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.

23 years ago* make.bat (listing): Bug fixed.
minakaji [Fri, 15 Dec 2000 10:55:27 +0000 (10:55 +0000)]
* 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.

23 years ago* Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
kaoru [Fri, 15 Dec 2000 07:02:04 +0000 (07:02 +0000)]
* Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.

23 years ago2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
kaoru [Fri, 15 Dec 2000 06:06:59 +0000 (06:06 +0000)]
2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>

* Makefile (tar): Remove .cvsignore.

23 years ago* poe-18.el (buffer-disable-undo): Define it as a function to make an argument
yamaoka [Fri, 15 Dec 2000 05:04:06 +0000 (05:04 +0000)]
* 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'.

23 years agoFix typo.
ueno [Thu, 14 Dec 2000 10:56:23 +0000 (10:56 +0000)]
Fix typo.

23 years ago* alist.el (del-alist): Simplified.
ueno [Thu, 14 Dec 2000 10:55:02 +0000 (10:55 +0000)]
* alist.el (del-alist): Simplified.

23 years ago* pym.el (static-if): Put t on edebug spec instead of if.
minakaji [Wed, 13 Dec 2000 21:44:20 +0000 (21:44 +0000)]
* pym.el (static-if): Put t on edebug spec instead of if.

23 years agoupdate.
tomo [Wed, 13 Dec 2000 10:48:51 +0000 (10:48 +0000)]
update.

23 years agoFix and add DOCs and comments; fix coding style.
tomo [Wed, 13 Dec 2000 10:48:06 +0000 (10:48 +0000)]
Fix and add DOCs and comments; fix coding style.

23 years agoupdate.
tomo [Tue, 12 Dec 2000 05:17:53 +0000 (05:17 +0000)]
update.

23 years ago(charsets-mime-charset-alist): Add coded-charset
tomo [Tue, 12 Dec 2000 05:17:14 +0000 (05:17 +0000)]
(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'.

23 years ago* make.bat: New file.
minakaji [Sun, 26 Nov 2000 09:46:28 +0000 (09:46 +0000)]
* make.bat: New file.
* .cvsignore: Ditto.

23 years ago* path-util.el (add-path): Check for both "path" and "path/".
yamaoka [Thu, 9 Nov 2000 11:31:18 +0000 (11:31 +0000)]
* path-util.el (add-path): Check for both "path" and "path/".

23 years ago* poe.el (require): Update `current-load-list'.
yamaoka [Tue, 10 Oct 2000 13:22:40 +0000 (13:22 +0000)]
* poe.el (require): Update `current-load-list'.
;; Patch from KOBAYASHI-san <shuhei@aqua.ocn.ne.jp>.

23 years agoUpdate.
keiichi [Tue, 10 Oct 2000 09:17:28 +0000 (09:17 +0000)]
Update.

23 years ago(product-version-as-string): New function.
keiichi [Tue, 10 Oct 2000 09:17:08 +0000 (09:17 +0000)]
(product-version-as-string): New function.
(product-string-1): Use `product-version-as-string'.

23 years agoupdate. emacs-21_0_90-apel-10_2-1
tomo [Thu, 10 Aug 2000 09:22:40 +0000 (09:22 +0000)]
update.

23 years agoRequire `pym'.
tomo [Thu, 10 Aug 2000 09:22:20 +0000 (09:22 +0000)]
Require `pym'.

23 years agoupdate.
tomo [Wed, 12 Jul 2000 06:05:28 +0000 (06:05 +0000)]
update.

23 years agoupdate.
tomo [Wed, 12 Jul 2000 06:04:44 +0000 (06:04 +0000)]
update.

23 years ago(vassoc): New function [to be compatible with XEmacs 21.2.32 or
tomo [Wed, 12 Jul 2000 06:03:35 +0000 (06:03 +0000)]
(vassoc): New function [to be compatible with XEmacs 21.2.32 or
later].

23 years agoupdate.
akr [Thu, 25 May 2000 13:50:30 +0000 (13:50 +0000)]
update.

23 years agoupdate cvs development method.
akr [Thu, 25 May 2000 13:02:07 +0000 (13:02 +0000)]
update cvs development method.

23 years ago(encode-coding-string, decode-coding-string): Return a copy of string.
yamaoka [Wed, 24 May 2000 09:56:41 +0000 (09:56 +0000)]
(encode-coding-string, decode-coding-string): Return a copy of string.

24 years ago(emu-modules): Don't include `pccl-20' for XEmacs 20 and earlier.
yamaoka [Tue, 25 Apr 2000 00:09:07 +0000 (00:09 +0000)]
(emu-modules): Don't include `pccl-20' for XEmacs 20 and earlier.

24 years ago* pym.el: Define edebug specs for `static-if', `static-when',
minakaji [Fri, 24 Mar 2000 23:23:12 +0000 (23:23 +0000)]
* pym.el: Define edebug specs for `static-if', `static-when',
`static-unless', `static-condition-case', `static-defconst' and
`static-cond'.

24 years ago2000-03-08 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
teranisi [Thu, 9 Mar 2000 03:32:22 +0000 (03:32 +0000)]
2000-03-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>

       * poe.el (format-time-string): Fix problem when `format' contains "%d"
       or "%D".

24 years agoupdate.
ueno [Sat, 4 Mar 2000 15:17:54 +0000 (15:17 +0000)]
update.

24 years ago* poe.el (remassq,remassoc,remrassoc): Rewrite.
ueno [Sat, 4 Mar 2000 15:17:37 +0000 (15:17 +0000)]
* poe.el (remassq,remassoc,remrassoc): Rewrite.
(remrassq): New function.

24 years agoRelease APEL 10.2. apel-10_2
teranisi [Wed, 1 Mar 2000 04:36:52 +0000 (04:36 +0000)]
Release APEL 10.2.

24 years ago* poe-18.el (current-time-string): Fixed leap year's day counting bug.
teranisi [Tue, 29 Feb 2000 01:32:38 +0000 (01:32 +0000)]
* poe-18.el (current-time-string): Fixed leap year's day counting bug.

24 years ago(enriched-encode): Do nothing for it if FSF Emacs 19.28 and earlier
yamaoka [Mon, 28 Feb 2000 07:02:25 +0000 (07:02 +0000)]
(enriched-encode): Do nothing for it if FSF Emacs 19.28 and earlier
or XEmacs 19.13 and earlier is used.

24 years ago(enriched-encode): Fix typo.
yamaoka [Fri, 25 Feb 2000 03:24:41 +0000 (03:24 +0000)]
(enriched-encode): Fix typo.

24 years ago(enriched-encode): Allow the 3rd argument ORIG-BUF for old Emacsen.
yamaoka [Fri, 25 Feb 2000 02:41:01 +0000 (02:41 +0000)]
(enriched-encode): Allow the 3rd argument ORIG-BUF for old Emacsen.