elisp/apel.git
24 years agoUpdate. apel-product
keiichi [Fri, 12 Nov 1999 07:23:27 +0000 (07:23 +0000)]
Update.

24 years ago(product-define): Add new slot `version-string'.
keiichi [Fri, 12 Nov 1999 07:20:04 +0000 (07:20 +0000)]
(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.
(Toplevel): Define product information for `Meadow'.

24 years agoSome `checkdoc' fixes. (Needs more work)
shuhei [Fri, 12 Nov 1999 05:43:59 +0000 (05:43 +0000)]
Some `checkdoc' fixes. (Needs more work)
(product-version>=): Eliminate local variable.

24 years agoproduct.el: New file.
keiichi [Fri, 12 Nov 1999 04:11:42 +0000 (04:11 +0000)]
product.el: New file.
apel-ver.el: New file.
APEL-ELS (apel-modules): Add `apel-ver' and `product'.

24 years agoThis commit was manufactured by cvs2svn to create branch 'apel-product'.
tomo [Thu, 11 Nov 1999 00:28:23 +0000 (00:28 +0000)]
This commit was manufactured by cvs2svn to create branch 'apel-product'.

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.

24 years agoAdd edebug spec for defun-maybe-cond, defmacro-maybe-cond
hayashi [Sun, 12 Sep 1999 07:38:19 +0000 (07:38 +0000)]
Add edebug spec for defun-maybe-cond, defmacro-maybe-cond

24 years agoupdate.
morioka [Thu, 9 Sep 1999 12:38:36 +0000 (12:38 +0000)]
update.

24 years ago(mime-charset-decoder-alist): Don't use
morioka [Thu, 9 Sep 1999 12:37:32 +0000 (12:37 +0000)]
(mime-charset-decoder-alist): Don't use
`decode-mime-charset-region-with-iso646-unification' if running
XEmacs-UTF-2000.
(mime-iso646-character-unification-alist): Don't define if running
XEmacs-UTF-2000.
(mime-unified-character-face): Likewise.
(mime-character-unification-limit-size): Likewise.
(decode-mime-charset-region-with-iso646-unification): Likewise.

24 years agoFix Commentary.
yamaoka [Thu, 9 Sep 1999 12:30:24 +0000 (12:30 +0000)]
Fix Commentary.

24 years ago(defface): Fix doc string.
yamaoka [Thu, 9 Sep 1999 08:47:15 +0000 (08:47 +0000)]
(defface): Fix doc string.

24 years agoUpdate.
yamaoka [Thu, 9 Sep 1999 08:25:16 +0000 (08:25 +0000)]
Update.

24 years ago(defface): Allow `type' in SPEC; enrich doc string.
yamaoka [Thu, 9 Sep 1999 08:25:06 +0000 (08:25 +0000)]
(defface): Allow `type' in SPEC; enrich doc string.

24 years agoUpdate.
yamaoka [Wed, 8 Sep 1999 01:26:57 +0000 (01:26 +0000)]
Update.

24 years ago(frame-background-mode): New variable.
yamaoka [Wed, 8 Sep 1999 01:26:44 +0000 (01:26 +0000)]
(frame-background-mode): New variable.

24 years ago(frame-background-mode): Move to tinycustom.el.
yamaoka [Wed, 8 Sep 1999 01:26:25 +0000 (01:26 +0000)]
(frame-background-mode): Move to tinycustom.el.

24 years agoUpdate.
yamaoka [Fri, 3 Sep 1999 12:33:11 +0000 (12:33 +0000)]
Update.

24 years ago(defface): Set the face attributes according to SPEC.
yamaoka [Fri, 3 Sep 1999 12:32:57 +0000 (12:32 +0000)]
(defface): Set the face attributes according to SPEC.

24 years ago(frame-background-mode): New variable.
yamaoka [Fri, 3 Sep 1999 12:32:33 +0000 (12:32 +0000)]
(frame-background-mode): New variable.

24 years agoupdate.
morioka [Thu, 2 Sep 1999 05:30:08 +0000 (05:30 +0000)]
update.

24 years agoDelete autoload setting for `filename'.
morioka [Thu, 2 Sep 1999 05:29:00 +0000 (05:29 +0000)]
Delete autoload setting for `filename'.
(convert-standard-filename): Require `filename'.

24 years agoUpdate.
yamaoka [Thu, 2 Sep 1999 01:01:32 +0000 (01:01 +0000)]
Update.

24 years ago(convert-standard-filename): Rearrange.
yamaoka [Thu, 2 Sep 1999 01:01:14 +0000 (01:01 +0000)]
(convert-standard-filename): Rearrange.

24 years agoAdd a newline after `convert-standard-filename'.
yamaoka [Thu, 2 Sep 1999 00:48:22 +0000 (00:48 +0000)]
Add a newline after `convert-standard-filename'.
No need to update ChangeLog, I think.:-)

24 years agoUpdate.
yamaoka [Wed, 1 Sep 1999 23:53:28 +0000 (23:53 +0000)]
Update.

24 years ago(convert-standard-filename): New function.
yamaoka [Wed, 1 Sep 1999 23:53:18 +0000 (23:53 +0000)]
(convert-standard-filename): New function.

24 years ago(^_^)
morioka [Fri, 27 Aug 1999 07:16:38 +0000 (07:16 +0000)]
(^_^)

24 years agoupdate.
morioka [Fri, 27 Aug 1999 07:14:15 +0000 (07:14 +0000)]
update.

24 years ago(emacs-major-version): Deleted.
morioka [Fri, 27 Aug 1999 07:13:07 +0000 (07:13 +0000)]
(emacs-major-version): Deleted.
(emacs-minor-version): Deleted.

24 years agoUndo last change.
morioka [Fri, 27 Aug 1999 07:12:02 +0000 (07:12 +0000)]
Undo last change.

24 years agoDon't require poe for path-util because path-util requires poe by
morioka [Fri, 27 Aug 1999 07:11:20 +0000 (07:11 +0000)]
Don't require poe for path-util because path-util requires poe by
itself.

24 years agoupdate.
morioka [Fri, 27 Aug 1999 07:10:13 +0000 (07:10 +0000)]
update.

24 years agoRequire `poe'.
morioka [Fri, 27 Aug 1999 07:09:14 +0000 (07:09 +0000)]
Require `poe'.

24 years agoUpdate.
yamaoka [Fri, 27 Aug 1999 06:42:06 +0000 (06:42 +0000)]
Update.

24 years agoRequire `poe'. <cf. [tm-ja:5051]>
yamaoka [Fri, 27 Aug 1999 06:41:37 +0000 (06:41 +0000)]
Require `poe'. <cf. [tm-ja:5051]>

24 years ago(directory-files): Don't redefine.
yamaoka [Fri, 27 Aug 1999 06:41:19 +0000 (06:41 +0000)]
(directory-files): Don't redefine.

24 years agoUndo the last change.
yamaoka [Fri, 27 Aug 1999 06:40:53 +0000 (06:40 +0000)]
Undo the last change.

24 years agoUpdate.
yamaoka [Fri, 27 Aug 1999 05:11:32 +0000 (05:11 +0000)]
Update.

24 years agoRequire `poe' before `install' for picking up the macro `eval-when-compile'.
yamaoka [Fri, 27 Aug 1999 05:11:18 +0000 (05:11 +0000)]
Require `poe' before `install' for picking up the macro `eval-when-compile'.

24 years ago(directory-files): Use `static-condition-case' instead of `condition-case'.
yamaoka [Fri, 27 Aug 1999 05:11:01 +0000 (05:11 +0000)]
(directory-files): Use `static-condition-case' instead of `condition-case'.
(TopLevel): Require `static' with `eval-when-compile'.

24 years agorearrangement.
morioka [Fri, 27 Aug 1999 03:57:40 +0000 (03:57 +0000)]
rearrangement.

24 years agoUpdate.
yamaoka [Thu, 26 Aug 1999 12:32:56 +0000 (12:32 +0000)]
Update.

24 years ago(directory-files): Emulate as Emacs 19 or later to accept the optional fourth
yamaoka [Thu, 26 Aug 1999 12:32:32 +0000 (12:32 +0000)]
(directory-files): Emulate as Emacs 19 or later to accept the optional fourth
argument for old Emacsen.  It is needed here for compiling other packages.

24 years ago(apel-modules): Add `time-stamp' if Emacs version is less than 19.16.
yamaoka [Thu, 26 Aug 1999 12:32:12 +0000 (12:32 +0000)]
(apel-modules): Add `time-stamp' if Emacs version is less than 19.16.

24 years agoNew file imported from Emacs 19.28.
yamaoka [Thu, 26 Aug 1999 12:31:52 +0000 (12:31 +0000)]
New file imported from Emacs 19.28.

24 years agoUpdate.
yamaoka [Thu, 26 Aug 1999 01:50:05 +0000 (01:50 +0000)]
Update.

24 years ago(defface): Quote the argument of `make-face'.
yamaoka [Thu, 26 Aug 1999 01:49:45 +0000 (01:49 +0000)]
(defface): Quote the argument of `make-face'.

24 years agoUpdate.
yamaoka [Wed, 25 Aug 1999 07:06:25 +0000 (07:06 +0000)]
Update.

24 years agoDon't provide `emu'; add the latest path of "custom" to `load-path'.
yamaoka [Wed, 25 Aug 1999 07:06:04 +0000 (07:06 +0000)]
Don't provide `emu'; add the latest path of "custom" to `load-path'.

24 years agoupdate.
morioka [Wed, 25 Aug 1999 07:00:35 +0000 (07:00 +0000)]
update.

24 years ago(emacs-major-version): Delete DOC.
morioka [Wed, 25 Aug 1999 06:59:40 +0000 (06:59 +0000)]
(emacs-major-version): Delete DOC.
(emacs-minor-version): Delete DOC.

24 years agoDon't require `emu'.
morioka [Wed, 25 Aug 1999 06:58:12 +0000 (06:58 +0000)]
Don't require `emu'.
(emacs-major-version): New variable [for old emacsen].
(emacs-minor-version): New variable [for old emacsen].

24 years agoupdate.
morioka [Wed, 25 Aug 1999 06:50:35 +0000 (06:50 +0000)]
update.

24 years ago(inline): New implementation using `defmacro'.
morioka [Wed, 25 Aug 1999 06:49:36 +0000 (06:49 +0000)]
(inline): New implementation using `defmacro'.

24 years agoModify for ftp.m17n.org.
morioka [Tue, 24 Aug 1999 07:47:01 +0000 (07:47 +0000)]
Modify for ftp.m17n.org.

24 years agorelease.
morioka [Tue, 24 Aug 1999 07:45:08 +0000 (07:45 +0000)]
release.

24 years ago1999-08-24 Taiji Can <Taiji.Can@atesoft.advantest.co.jp>
morioka [Tue, 24 Aug 1999 07:22:38 +0000 (07:22 +0000)]
1999-08-24  Taiji Can <Taiji.Can@atesoft.advantest.co.jp>

* poem-nemacs.el: Use `char-width' instead of `char-columns'.

24 years agoupdate.
morioka [Tue, 24 Aug 1999 07:16:34 +0000 (07:16 +0000)]
update.

24 years agoupdate.
morioka [Tue, 24 Aug 1999 04:50:10 +0000 (04:50 +0000)]
update.

24 years ago(inline): Use `defalias' instead of `defalias-maybe'.
morioka [Tue, 24 Aug 1999 04:49:17 +0000 (04:49 +0000)]
(inline): Use `defalias' instead of `defalias-maybe'.

24 years agoupdate.
ueno [Sat, 21 Aug 1999 14:17:19 +0000 (14:17 +0000)]
update.

24 years ago(rassoc): Just ignore elements of LIST that are not conse cell and add
ueno [Sat, 21 Aug 1999 14:16:01 +0000 (14:16 +0000)]
(rassoc): Just ignore elements of LIST that are not conse cell and add
doc string according to its features.

24 years agoUpdate.
yamaoka [Fri, 20 Aug 1999 10:07:00 +0000 (10:07 +0000)]
Update.

24 years ago(delete): Return nil when argument 'list' is nil. <cf. [tm-ja:4935]>
yamaoka [Fri, 20 Aug 1999 10:06:47 +0000 (10:06 +0000)]
(delete): Return nil when argument 'list' is nil. <cf. [tm-ja:4935]>

24 years agoupdate.
morioka [Thu, 19 Aug 1999 06:17:00 +0000 (06:17 +0000)]
update.