elisp/apel.git
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.

24 years ago2000-02-21 Makoto Nakagawa <Makoto.Nakagawa@jp.compaq.com>
teranisi [Wed, 23 Feb 2000 08:19:44 +0000 (08:19 +0000)]
2000-02-21  Makoto Nakagawa  <Makoto.Nakagawa@jp.compaq.com>

* 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'.

24 years ago* poe.el (subst-char-in-string): Remove.
ueno [Mon, 21 Feb 2000 20:23:53 +0000 (20:23 +0000)]
* poe.el (subst-char-in-string): Remove.

24 years ago(next-window): Don't redefine with 3rd arg.
ueno [Mon, 21 Feb 2000 19:45:13 +0000 (19:45 +0000)]
(next-window): Don't redefine with 3rd arg.

24 years agoupdate.
ueno [Mon, 21 Feb 2000 19:40:14 +0000 (19:40 +0000)]
update.

24 years ago* poe.el (remassq): New function.
ueno [Mon, 21 Feb 2000 19:39:51 +0000 (19:39 +0000)]
* poe.el (remassq): New function.
(remassoc): New function.
(remrassoc): New function.
(subst-char-in-string): New function.
(get-buffer-window-list): New function.
(save-selected-frame): New macro.

24 years ago* poe-xemacs.el
ueno [Mon, 21 Feb 2000 19:39:38 +0000 (19:39 +0000)]
* 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.

24 years ago* poe-18.el (next-window): New function.
ueno [Mon, 21 Feb 2000 19:39:27 +0000 (19:39 +0000)]
* poe-18.el (next-window): New function.
(walk-windows): New function.

24 years ago* poe.el (replace-match): Redefined to add `STRING' optional argument.
teranisi [Thu, 10 Feb 2000 03:48:51 +0000 (03:48 +0000)]
* poe.el (replace-match): Redefined to add `STRING' optional argument.

24 years ago* poe-18.el (mod): Define as an alias for `%'.
teranisi [Mon, 7 Feb 2000 01:06:54 +0000 (01:06 +0000)]
* 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.

24 years agoupdate.
tomo [Sat, 5 Feb 2000 05:54:26 +0000 (05:54 +0000)]
update.

24 years ago(mime-charset-coding-system-alist): Add `iso-2022-jp-3'.
tomo [Sat, 5 Feb 2000 05:53:58 +0000 (05:53 +0000)]
(mime-charset-coding-system-alist): Add `iso-2022-jp-3'.

24 years ago(read-file-name): Replacement for Emacs 19.28 and earlier (except for Emacs 18)
yamaoka [Fri, 4 Feb 2000 09:32:36 +0000 (09:32 +0000)]
(read-file-name): Replacement for Emacs 19.28 and earlier (except for Emacs 18)
or XEmacs 19.13 and earlier, for compatibility.

24 years ago* timezone.el (timezone-floor): Eliminated.
teranisi [Fri, 4 Feb 2000 04:15:50 +0000 (04:15 +0000)]
* timezone.el (timezone-floor): Eliminated.
  (timezone-fix-time-2): Use `floor' instead of `timezone-floor'.

24 years ago* poe-18.el (current-time): Fixed leap year count bug.
teranisi [Fri, 4 Feb 2000 03:35:32 +0000 (03:35 +0000)]
* 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): Redifined to adjust optional arguments
  for some emacsen.

24 years ago* poe-18.el (defalias): Remove its definition as a function and
minakaji [Mon, 31 Jan 2000 04:56:20 +0000 (04:56 +0000)]
* poe-18.el (defalias): Remove its definition as a function and
define it as an alias for `fset'.
(auto-fill-function): Declare with defvar-maybe.
(unread-command-event): Ditto.
(unread-command-events): Ditto.
(insert-and-inherit): Defile with defalias.
(insert-before-markers-and-inherit): Ditto.
(number-to-string): Ditto.

24 years ago* poe-18.el (window-minibuffer-p): New function.
minakaji [Sun, 30 Jan 2000 23:09:41 +0000 (23:09 +0000)]
* poe-18.el (window-minibuffer-p): New function.

24 years agoUpdate.
czkmt [Sun, 30 Jan 2000 18:37:47 +0000 (18:37 +0000)]
Update.

24 years ago(insert-file-contents-as-coding-system): Ignore BEG, END and REPLACE
czkmt [Sun, 30 Jan 2000 18:36:16 +0000 (18:36 +0000)]
(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.

24 years agoTypo.
shuhei [Thu, 27 Jan 2000 19:19:33 +0000 (19:19 +0000)]
Typo.

24 years ago(put-text-property): Fixed.
shuhei [Wed, 26 Jan 2000 14:28:55 +0000 (14:28 +0000)]
(put-text-property): Fixed.

24 years agoupdate.
shuhei [Wed, 26 Jan 2000 10:07:03 +0000 (10:07 +0000)]
update.

24 years agoupdate.
shuhei [Wed, 26 Jan 2000 10:05:45 +0000 (10:05 +0000)]
update.

24 years ago(set-match-data): New alias for `store-match-data'.
shuhei [Wed, 26 Jan 2000 10:05:33 +0000 (10:05 +0000)]
(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.

24 years agoUpdate.
czkmt [Sun, 23 Jan 2000 09:17:10 +0000 (09:17 +0000)]
Update.

24 years ago(byte-code-function-p): Check if the CDR of OBJECT is a cons cell.
czkmt [Sun, 23 Jan 2000 09:16:13 +0000 (09:16 +0000)]
(byte-code-function-p): Check if the CDR of OBJECT is a cons cell.

24 years agoRelease APEL 10.1. apel-10_1
teranisi [Fri, 21 Jan 2000 06:46:40 +0000 (06:46 +0000)]
Release APEL 10.1.

24 years ago(require): Handle `file-error' only.
shuhei [Wed, 19 Jan 2000 09:52:04 +0000 (09:52 +0000)]
(require): Handle `file-error' only.

24 years ago(emu-modules): Add `pccl' even if `mule' is not provided.
yamaoka [Wed, 12 Jan 2000 22:06:35 +0000 (22:06 +0000)]
(emu-modules): Add `pccl' even if `mule' is not provided.

24 years agoUpdate for the new CVS server.
yamaoka [Thu, 6 Jan 2000 04:42:09 +0000 (04:42 +0000)]
Update for the new CVS server.

24 years agoRemove "Maintainer:".
yamaoka [Mon, 27 Dec 1999 00:15:18 +0000 (00:15 +0000)]
Remove "Maintainer:".

24 years agoAdd me as one of the authors.
yamaoka [Mon, 27 Dec 1999 00:10:40 +0000 (00:10 +0000)]
Add me as one of the authors.

24 years ago(functionp): Define it before loading "localhook".
shuhei [Fri, 24 Dec 1999 22:02:48 +0000 (22:02 +0000)]
(functionp): Define it before loading "localhook".

24 years agoRelease APEL 10.0. apel-10_0
teranisi [Fri, 24 Dec 1999 02:38:55 +0000 (02:38 +0000)]
Release APEL 10.0.

24 years agoUpdate.
keiichi [Fri, 24 Dec 1999 01:40:32 +0000 (01:40 +0000)]
Update.

24 years agoFix file header.
keiichi [Fri, 24 Dec 1999 01:40:03 +0000 (01:40 +0000)]
Fix file header.

24 years ago* timezone.el (timezone-abs): Eliminated.
teranisi [Thu, 23 Dec 1999 13:42:30 +0000 (13:42 +0000)]
* timezone.el (timezone-abs): Eliminated.
 (timezone-zone-to-minute): Use `abs' instead of `timezone-abs'.

* poe-18.el (current-time-zone): Use `abs'.

24 years agoUpdate.
keiichi [Thu, 23 Dec 1999 03:57:44 +0000 (03:57 +0000)]
Update.

24 years agoFix file header. `checkdoc' fix.
keiichi [Thu, 23 Dec 1999 03:57:20 +0000 (03:57 +0000)]
Fix file header. `checkdoc' fix.

24 years agoFix file header.
keiichi [Thu, 23 Dec 1999 03:56:41 +0000 (03:56 +0000)]
Fix file header.

24 years ago(emacs-major-version, emacs-minor-version): Moved from poe.el to product.el.
shuhei [Wed, 22 Dec 1999 21:54:13 +0000 (21:54 +0000)]
(emacs-major-version, emacs-minor-version): Moved from poe.el to product.el.

24 years agoAdd product information.
shuhei [Wed, 22 Dec 1999 21:53:53 +0000 (21:53 +0000)]
Add product information.

24 years agoproduct.el, apel-ver.el, time-stamp.el, and timezone.el are version-dependent.
shuhei [Wed, 22 Dec 1999 21:31:25 +0000 (21:31 +0000)]
product.el, apel-ver.el, time-stamp.el, and timezone.el are version-dependent.

24 years agoMerge apel-shubit.
teranisi [Wed, 22 Dec 1999 04:14:26 +0000 (04:14 +0000)]
Merge apel-shubit.

24 years ago* timezone.el: Modified comments.
teranisi [Wed, 22 Dec 1999 02:45:55 +0000 (02:45 +0000)]
* timezone.el: Modified comments.
 (toplevel): Require 'product.

24 years agoFooter fix.
shuhei [Tue, 21 Dec 1999 14:42:21 +0000 (14:42 +0000)]
Footer fix.

24 years agoFix.
yamaoka [Tue, 21 Dec 1999 02:42:35 +0000 (02:42 +0000)]
Fix.

24 years agoUpdate.
yamaoka [Tue, 21 Dec 1999 02:42:13 +0000 (02:42 +0000)]
Update.

24 years agoMerge apel-shubit.
yamaoka [Tue, 21 Dec 1999 02:39:36 +0000 (02:39 +0000)]
Merge apel-shubit.

24 years ago* poe-18.el (current-time-zone): New function.
teranisi [Tue, 21 Dec 1999 02:14:53 +0000 (02:14 +0000)]
* 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'.

24 years agoHeader fix.
shuhei [Mon, 20 Dec 1999 21:07:41 +0000 (21:07 +0000)]
Header fix.

24 years agoupdate.
shuhei [Mon, 20 Dec 1999 20:58:01 +0000 (20:58 +0000)]
update.

24 years ago[old custom]: Refer to README.
shuhei [Mon, 20 Dec 1999 20:57:45 +0000 (20:57 +0000)]
[old custom]: Refer to README.

24 years agocheckdoc.
shuhei [Mon, 20 Dec 1999 20:57:37 +0000 (20:57 +0000)]
checkdoc.

24 years agoUpdate.
keiichi [Mon, 20 Dec 1999 11:14:01 +0000 (11:14 +0000)]
Update.

24 years ago(apel-modules): Add `apel-ver' and `product'.
keiichi [Mon, 20 Dec 1999 11:13:35 +0000 (11:13 +0000)]
(apel-modules): Add `apel-ver' and `product'.

24 years agoNew file.
keiichi [Mon, 20 Dec 1999 11:12:57 +0000 (11:12 +0000)]
New file.

24 years agoAdd product information.
keiichi [Mon, 20 Dec 1999 11:11:45 +0000 (11:11 +0000)]
Add product information.

24 years agoREADME.en (Version specific information): New section.
shuhei [Tue, 30 Nov 1999 20:05:44 +0000 (20:05 +0000)]
README.en (Version specific information): New section.
(Bug reports): Updated description of APEL mailing-lists.

24 years ago* poe-18.el (current-time-string, current-time): New functions.
teranisi [Thu, 25 Nov 1999 03:43:30 +0000 (03:43 +0000)]
* poe-18.el (current-time-string, current-time): New functions.

24 years agocheckdoc.
shuhei-k [Thu, 11 Nov 1999 00:28:22 +0000 (00:28 +0000)]
checkdoc.

24 years agoUpdate.
yamaoka [Tue, 9 Nov 1999 09:43:34 +0000 (09:43 +0000)]
Update.

24 years agoWarn if the new custom library is not found at the compile time.
yamaoka [Tue, 9 Nov 1999 09:43:06 +0000 (09:43 +0000)]
Warn if the new custom library is not found at the compile time.

24 years agoDon't add the path of "custom" to `load-path'.
yamaoka [Tue, 9 Nov 1999 09:40:54 +0000 (09:40 +0000)]
Don't add the path of "custom" to `load-path'.

24 years ago(file-executable-p): Returns nil if the file does not exist.
yamaoka [Tue, 9 Nov 1999 02:59:16 +0000 (02:59 +0000)]
(file-executable-p): Returns nil if the file does not exist.

24 years ago* poe-18.el (put-text-property, next-property-change,
teranisi [Mon, 8 Nov 1999 04:51:35 +0000 (04:51 +0000)]
* poe-18.el (put-text-property, next-property-change,
  text-properties-at): Define as null function.

24 years ago(add-text-properties, get-text-property): Define as null function.
yamaoka [Tue, 2 Nov 1999 07:32:52 +0000 (07:32 +0000)]
(add-text-properties, get-text-property): Define as null function.

24 years ago(file-executable-p): New function.
yamaoka [Tue, 2 Nov 1999 01:36:37 +0000 (01:36 +0000)]
(file-executable-p): New function.

24 years agoRelease APEL 9.23.
yamaoka [Fri, 22 Oct 1999 12:43:15 +0000 (12:43 +0000)]
Release APEL 9.23.

24 years ago(compile-apel-package): Compile `emu-modules-to-compile' instead of
yamaoka [Fri, 22 Oct 1999 12:42:56 +0000 (12:42 +0000)]
(compile-apel-package): Compile `emu-modules-to-compile' instead of
`emu-modules'.
(compile-apel): Likewise.

24 years ago(emu-modules-to-compile): New variable which is used for compiling in APEL-MK.
yamaoka [Fri, 22 Oct 1999 12:42:37 +0000 (12:42 +0000)]
(emu-modules-to-compile): New variable which is used for compiling in APEL-MK.
If the feature `utf-2000' is provided, `mcs-xmu' is removed from its value
even if `emu-modules' contains it.
(emu-modules-not-to-compile): New variable.

24 years agoUpdate.
yamaoka [Fri, 22 Oct 1999 06:59:08 +0000 (06:59 +0000)]
Update.

24 years ago(mcs-modules): Add `mcs-xmu' if the feature `utf-2000' is not provided.
yamaoka [Fri, 22 Oct 1999 06:58:59 +0000 (06:58 +0000)]
(mcs-modules): Add `mcs-xmu' if the feature `utf-2000' is not provided.
(pces-modules): Don't check for the feature `mule' whether `pces-xfc' is
required.

24 years agoNew file.
yamaoka [Fri, 22 Oct 1999 06:58:51 +0000 (06:58 +0000)]
New file.

24 years ago(mime-iso646-character-unification-alist): Move to mcs-xmu.el.
yamaoka [Fri, 22 Oct 1999 06:58:42 +0000 (06:58 +0000)]
(mime-iso646-character-unification-alist): Move to mcs-xmu.el.
(mime-unified-character-face): Move to mcs-xmu.el.
(mime-character-unification-limit-size): Move to mcs-xmu.el.
(decode-mime-charset-region-with-iso646-unification): Move to mcs-xmu.el.

(decode-mime-charset-region-with-iso646-unification): Narrow to the region
while decoding; bind `case-fold-search' to nil.
(mime-character-unification-limit-size): Make it can also be nil which means
the size is unlimited.

(decode-mime-charset-region-with-iso646-unification): Don't put
`mime-unified-character-face' to unified text if it is nil.
(mime-character-unification-limit-size): Fix doc string.

24 years agoDon't check for the feature `mule' whether `pces-xfc' is required.
yamaoka [Fri, 22 Oct 1999 06:58:33 +0000 (06:58 +0000)]
Don't check for the feature `mule' whether `pces-xfc' is required.

24 years ago(file-coding): Provide it for XEmacs 20.4 or earlier with MULE.
yamaoka [Fri, 22 Oct 1999 06:58:20 +0000 (06:58 +0000)]
(file-coding): Provide it for XEmacs 20.4 or earlier with MULE.

24 years agoupdate.
ueno [Wed, 13 Oct 1999 14:23:56 +0000 (14:23 +0000)]
update.

24 years ago* pces.el: Require `pces-raw' if file-coding feature is not
ueno [Wed, 13 Oct 1999 14:23:20 +0000 (14:23 +0000)]
* pces.el: Require `pces-raw' if file-coding feature is not
available in a XEmacs-without-MULE.

24 years ago* EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is
ueno [Wed, 13 Oct 1999 14:23:02 +0000 (14:23 +0000)]
* EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is
not available in a XEmacs-without-MULE.

24 years ago(exec-installed-p): Add parens.
yamaoka [Mon, 4 Oct 1999 11:02:12 +0000 (11:02 +0000)]
(exec-installed-p): Add parens.

24 years agoUpdate.
keiichi [Mon, 4 Oct 1999 09:57:56 +0000 (09:57 +0000)]
Update.

24 years ago(exec-installed-p): Use `file-executable-p' instead of `file-exists-p'.
keiichi [Mon, 4 Oct 1999 09:57:15 +0000 (09:57 +0000)]
(exec-installed-p): Use `file-executable-p' instead of `file-exists-p'.
When FILE already inculdes suffix in `exec-suffix-list', do not expand file
name with `exec-suffix-list'.
(module-installed-p): Do not use `exec-installed-p'.

24 years agofixed.
morioka [Wed, 29 Sep 1999 07:19:08 +0000 (07:19 +0000)]
fixed.

24 years agoupdate.
morioka [Wed, 29 Sep 1999 07:18:34 +0000 (07:18 +0000)]
update.

24 years agoUse `unless' instead `static-unless' to share *.elc between UTF-2000
morioka [Wed, 29 Sep 1999 07:16:40 +0000 (07:16 +0000)]
Use `unless' instead `static-unless' to share *.elc between UTF-2000
and non-UTF-2000.

24 years ago(find-coding-system): New inline function. <cf. [tm-ja:5238]>
yamaoka [Wed, 29 Sep 1999 02:50:32 +0000 (02:50 +0000)]
(find-coding-system): New inline function.  <cf. [tm-ja:5238]>

24 years agoupdate.
morioka [Thu, 23 Sep 1999 10:09:11 +0000 (10:09 +0000)]
update.

24 years ago(mime-charset-coding-system-alist): Use coding-system `tis-620'
morioka [Thu, 23 Sep 1999 08:48:39 +0000 (08:48 +0000)]
(mime-charset-coding-system-alist): Use coding-system `tis-620'
instead of `tis620'.

24 years ago(charsets-mime-charset-alist): Add setting for `tis-620'.
morioka [Thu, 23 Sep 1999 08:39:45 +0000 (08:39 +0000)]
(charsets-mime-charset-alist): Add setting for `tis-620'.

24 years agoupdate.
morioka [Wed, 22 Sep 1999 06:04:08 +0000 (06:04 +0000)]
update.
;; Unfortunately now I can not login to m17n.org.  So I can not read
;; mail, sorry.

24 years ago(mime-charset-coding-system-alist): Add `cp874'.
morioka [Wed, 22 Sep 1999 04:55:42 +0000 (04:55 +0000)]
(mime-charset-coding-system-alist): Add `cp874'.

24 years agoUpdate.
yamaoka [Tue, 21 Sep 1999 01:54:30 +0000 (01:54 +0000)]
Update.

24 years ago(pces-modules): Add `pces-xfc' if the feature `mule' is provided even though
yamaoka [Tue, 21 Sep 1999 01:54:19 +0000 (01:54 +0000)]
(pces-modules): Add `pces-xfc' if the feature `mule' is provided even though
the feature `file-coding' is not provided.

24 years agoRequire `pces-xfc' if the feature `mule' is provided even though the feature
yamaoka [Tue, 21 Sep 1999 01:54:08 +0000 (01:54 +0000)]
Require `pces-xfc' if the feature `mule' is provided even though the feature
`file-coding' is not provided.

24 years agorelease.
morioka [Mon, 13 Sep 1999 03:57:28 +0000 (03:57 +0000)]
release.