elisp/apel.git
25 years agoThis commit was manufactured by cvs2svn to create tag 'apel-9_16'. apel-9_16
tomo [Fri, 7 May 1999 07:31:36 +0000 (07:31 +0000)]
This commit was manufactured by cvs2svn to create tag 'apel-9_16'.

25 years agoUpdate.
morioka [Fri, 7 May 1999 07:31:35 +0000 (07:31 +0000)]
Update.

25 years agoCheck coding-system `x-ctext' is not defined.
morioka [Fri, 7 May 1999 07:29:04 +0000 (07:29 +0000)]
Check coding-system `x-ctext' is not defined.

25 years agoupdate.
morioka [Fri, 7 May 1999 05:11:06 +0000 (05:11 +0000)]
update.

25 years agoupdate.
morioka [Fri, 7 May 1999 05:05:12 +0000 (05:05 +0000)]
update.

25 years agoModify header.
morioka [Fri, 7 May 1999 05:04:35 +0000 (05:04 +0000)]
Modify header.

25 years agoModify header.
morioka [Fri, 7 May 1999 05:03:43 +0000 (05:03 +0000)]
Modify header.

25 years ago(eval-when-compile): New macro.
morioka [Fri, 7 May 1999 05:01:22 +0000 (05:01 +0000)]
(eval-when-compile): New macro.

25 years ago(make-local-hook): Use `defun-maybe' directly.
morioka [Fri, 7 May 1999 04:59:54 +0000 (04:59 +0000)]
(make-local-hook): Use `defun-maybe' directly.

25 years ago(add-hook): Use `static-condition-case' instead of `condition-case';
morioka [Fri, 7 May 1999 04:55:43 +0000 (04:55 +0000)]
(add-hook): Use `static-condition-case' instead of `condition-case';
use `defun-maybe' instead of `defun'.
(remove-hook): Likewise.

25 years agoupdate.
morioka [Thu, 22 Apr 1999 03:21:42 +0000 (03:21 +0000)]
update.

25 years ago(caar): New function.
morioka [Thu, 22 Apr 1999 03:17:24 +0000 (03:17 +0000)]
(caar): New function.

25 years ago* mcs-e20.el (x-ctext): Use the definition in Emacs 20.4.
akr [Tue, 13 Apr 1999 04:39:51 +0000 (04:39 +0000)]
* mcs-e20.el (x-ctext): Use the definition in Emacs 20.4.

25 years agoupdate.
morioka [Mon, 12 Apr 1999 12:24:03 +0000 (12:24 +0000)]
update.

25 years agoupdate.
morioka [Mon, 12 Apr 1999 12:23:23 +0000 (12:23 +0000)]
update.

25 years ago(mime-charset-coding-system-alist): There are no need to check
morioka [Mon, 12 Apr 1999 12:22:49 +0000 (12:22 +0000)]
(mime-charset-coding-system-alist): There are no need to check
coding-system `x-ctext' is defined.

25 years ago* mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext' is
akr [Sun, 11 Apr 1999 14:32:15 +0000 (14:32 +0000)]
* mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext' is
not proper for decoding `iso-2022-jp-2'.

* mcs-20.el (mime-charset-coding-system-alist): Use coding system
`x-ctext' for MIME charset `x-ctext' if it is defined.

25 years ago* static.el: Add doc-strings.
akr [Fri, 9 Apr 1999 17:42:47 +0000 (17:42 +0000)]
* static.el: Add doc-strings.

25 years ago* static.el: New file.
akr [Fri, 9 Apr 1999 14:54:31 +0000 (14:54 +0000)]
* static.el: New file.

25 years ago* EMU-ELS (emu-modules): Add `static'.
akr [Fri, 9 Apr 1999 13:57:00 +0000 (13:57 +0000)]
* EMU-ELS (emu-modules): Add `static'.

* static.el: New file.

* broken.el: New implementation using `static'.

25 years agoupdate.
morioka [Fri, 9 Apr 1999 09:58:23 +0000 (09:58 +0000)]
update.

25 years ago(poem-modules): Add `poem-xfc' if file-coding feature is available in
morioka [Fri, 9 Apr 1999 09:56:36 +0000 (09:56 +0000)]
(poem-modules): Add `poem-xfc' if file-coding feature is available in
a XEmacs-without-MULE.

25 years agoupdate.
morioka [Fri, 9 Apr 1999 09:52:35 +0000 (09:52 +0000)]
update.

25 years agoUse poem-xfc when we have XEmacs with file coding. [by Andy Piper
morioka [Fri, 9 Apr 1999 09:50:15 +0000 (09:50 +0000)]
Use poem-xfc when we have XEmacs with file coding. [by Andy Piper
<andy@xemacs.org>].

25 years agoNew file for file coding based XEmacs. [by Andy Piper <andy@xemacs.org>]
morioka [Fri, 9 Apr 1999 09:48:56 +0000 (09:48 +0000)]
New file for file coding based XEmacs. [by Andy Piper <andy@xemacs.org>]

25 years agorelease.
morioka [Thu, 8 Apr 1999 13:58:18 +0000 (13:58 +0000)]
release.

25 years agoupdate.
shuhei-k [Mon, 5 Apr 1999 14:16:01 +0000 (14:16 +0000)]
update.

25 years ago(defface): Make face if 'faces is provided.
shuhei-k [Mon, 5 Apr 1999 14:15:44 +0000 (14:15 +0000)]
(defface): Make face if 'faces is provided.

25 years ago(add-hook, remove-hook): Accept optional `local' arg.
shuhei-k [Mon, 5 Apr 1999 14:15:24 +0000 (14:15 +0000)]
(add-hook, remove-hook): Accept optional `local' arg.
(add-local-hook, remove-local-hook): Removed.

25 years ago(add-hook, remove-hook): Moved to poe.el.
shuhei-k [Mon, 5 Apr 1999 14:15:03 +0000 (14:15 +0000)]
(add-hook, remove-hook): Moved to poe.el.

25 years agoNew implementation using broken.el.
shuhei-k [Mon, 5 Apr 1999 14:14:43 +0000 (14:14 +0000)]
New implementation using broken.el.

25 years ago(install-prefix): Check whether `system-configuration-options' is
shuhei-k [Mon, 5 Apr 1999 14:14:19 +0000 (14:14 +0000)]
(install-prefix): Check whether `system-configuration-options' is
defined or not before using it.

25 years ago(code-convert-string, code-convert-region, insert-binary-file-contents):
shuhei-k [Mon, 5 Apr 1999 14:13:47 +0000 (14:13 +0000)]
(code-convert-string, code-convert-region, insert-binary-file-contents):
Doc fix.

25 years agoAdd description of pcustom and tinycustom.
shuhei-k [Mon, 5 Apr 1999 14:13:10 +0000 (14:13 +0000)]
Add description of pcustom and tinycustom.

25 years ago(compile-apel, what-where-apel): Use `load-file' to
shuhei-k [Mon, 5 Apr 1999 14:12:45 +0000 (14:12 +0000)]
(compile-apel, what-where-apel): Use `load-file' to
ensure that EMU_ELS in the current directory is loaded.

25 years agoupdate.
morioka [Sat, 27 Mar 1999 14:45:23 +0000 (14:45 +0000)]
update.

25 years agoDelete RCS keywords.
morioka [Sat, 27 Mar 1999 14:43:17 +0000 (14:43 +0000)]
Delete RCS keywords.

25 years agoModify comments.
morioka [Sat, 27 Mar 1999 14:41:48 +0000 (14:41 +0000)]
Modify comments.

25 years ago* poe.el (make-local-hook): Move to after defining `add-local-hook' and
yamaoka [Thu, 25 Mar 1999 00:18:06 +0000 (00:18 +0000)]
* poe.el (make-local-hook): Move to after defining `add-local-hook' and
`remove-local-hook'.
* tinycustom.el (define-widget): New nop macro.
(defface): Makes face FACE.

;; Commit by Mikio Nakajima by way of yamaoka.

25 years agoUpdate.
keiichi [Thu, 25 Mar 1999 00:13:46 +0000 (00:13 +0000)]
Update.

25 years ago(charset-after): New function.
keiichi [Thu, 25 Mar 1999 00:12:30 +0000 (00:12 +0000)]
(charset-after): New function.

25 years agorelease.
morioka [Tue, 16 Mar 1999 13:54:28 +0000 (13:54 +0000)]
release.

25 years agoupdate.
morioka [Tue, 16 Mar 1999 13:49:52 +0000 (13:49 +0000)]
update.

25 years ago(defun-maybe-cond): Don't use `unless'.
morioka [Tue, 16 Mar 1999 13:48:31 +0000 (13:48 +0000)]
(defun-maybe-cond): Don't use `unless'.

25 years agoupdate.
morioka [Tue, 16 Mar 1999 13:39:03 +0000 (13:39 +0000)]
update.

25 years ago(pcustom-modules): New variable.
morioka [Tue, 16 Mar 1999 13:36:13 +0000 (13:36 +0000)]
(pcustom-modules): New variable.
(emu-modules): Add `pcustom-modules'.

25 years agorearrangement (particularly to eliminate RCS keyword).
morioka [Tue, 16 Mar 1999 12:57:36 +0000 (12:57 +0000)]
rearrangement (particularly to eliminate RCS keyword).

25 years agoAdd tinycustom.el and pcustom.el from Mikio Nakajima
morioka [Tue, 16 Mar 1999 11:51:30 +0000 (11:51 +0000)]
Add tinycustom.el and pcustom.el from Mikio Nakajima
<minakaji@osaka.email.ne.jp>.

25 years agorelease.
morioka [Mon, 15 Mar 1999 07:31:40 +0000 (07:31 +0000)]
release.

25 years agoModify location.
morioka [Mon, 15 Mar 1999 05:07:50 +0000 (05:07 +0000)]
Modify location.

25 years ago(ARCHIVE_DIR_PREFIX): New variable.
morioka [Mon, 15 Mar 1999 05:01:59 +0000 (05:01 +0000)]
(ARCHIVE_DIR_PREFIX): New variable.
(release): Use `ARCHIVE_DIR_PREFIX'.

25 years ago(tar): Fixed.
morioka [Mon, 15 Mar 1999 04:55:47 +0000 (04:55 +0000)]
(tar): Fixed.

25 years ago(tar): Use tr.
morioka [Mon, 15 Mar 1999 04:54:36 +0000 (04:54 +0000)]
(tar): Use tr.

25 years ago(tar): fixed.
morioka [Mon, 15 Mar 1999 04:48:14 +0000 (04:48 +0000)]
(tar): fixed.

25 years agoupdate.
morioka [Mon, 15 Mar 1999 04:44:19 +0000 (04:44 +0000)]
update.

25 years ago(tar): Modify for ETL.
morioka [Mon, 15 Mar 1999 04:43:13 +0000 (04:43 +0000)]
(tar): Modify for ETL.

25 years agoUpdate.
keiichi [Fri, 12 Mar 1999 04:20:45 +0000 (04:20 +0000)]
Update.

25 years ago(condition-case-if): Abolish.
keiichi [Fri, 12 Mar 1999 04:20:27 +0000 (04:20 +0000)]
(condition-case-if): Abolish.

25 years agoUpdate.
keiichi [Fri, 12 Mar 1999 02:31:52 +0000 (02:31 +0000)]
Update.

25 years ago(condition-case-if): New macro.
keiichi [Fri, 12 Mar 1999 02:31:36 +0000 (02:31 +0000)]
(condition-case-if): New macro.

25 years agofixed.
morioka [Thu, 11 Mar 1999 05:16:01 +0000 (05:16 +0000)]
fixed.

25 years agoupdate.
morioka [Thu, 11 Mar 1999 05:15:05 +0000 (05:15 +0000)]
update.

25 years ago(charsets-mime-charset-alist): Add setting for `tis-620'.
morioka [Thu, 11 Mar 1999 05:10:12 +0000 (05:10 +0000)]
(charsets-mime-charset-alist): Add setting for `tis-620'.

25 years ago(mime-charset-coding-system-alist): Add `tis-620' and `windows-874'.
morioka [Thu, 11 Mar 1999 05:08:51 +0000 (05:08 +0000)]
(mime-charset-coding-system-alist): Add `tis-620' and `windows-874'.

25 years agoExplicitly require poe when bytecompiling.
ohta [Mon, 8 Mar 1999 16:22:30 +0000 (16:22 +0000)]
Explicitly require poe when bytecompiling.

25 years ago(poe): Move provide to the top to avoid circular dependency.
ohta [Mon, 8 Mar 1999 16:20:58 +0000 (16:20 +0000)]
(poe): Move provide to the top to avoid circular dependency.

25 years ago(decode-mime-charset-region-with-iso646-unification):
ohta [Mon, 8 Mar 1999 16:20:23 +0000 (16:20 +0000)]
(decode-mime-charset-region-with-iso646-unification):
Respect passed in boundaries.
From MORIOKA Tomohiko <tomo@etl.go.jp>

25 years ago(find-file-noselect-as-raw-text): Quote.
ohta [Mon, 8 Mar 1999 16:19:47 +0000 (16:19 +0000)]
(find-file-noselect-as-raw-text): Quote.
(find-file-noselect-as-raw-text-CRLF): Ditto.
Explicitly require poe when bytecompiling.

25 years agoupdate
ohta [Mon, 8 Mar 1999 16:19:04 +0000 (16:19 +0000)]
update

25 years agorelease.
morioka [Sat, 27 Feb 1999 10:50:48 +0000 (10:50 +0000)]
release.

25 years ago(package): New target.
morioka [Sat, 27 Feb 1999 10:48:42 +0000 (10:48 +0000)]
(package): New target.
(install-package): Depend on `package'.

25 years ago(install-update-package-files): New function.
morioka [Sat, 27 Feb 1999 10:46:53 +0000 (10:46 +0000)]
(install-update-package-files): New function.
(config-apel-package): Load "EMU-ELS".
(compile-apel-package): New function.
(install-apel-package): Don't compile modules; use function
`install-update-package-files'.

25 years agoMerge apel-mcs-2-9_12_2.
morioka [Sat, 27 Feb 1999 05:50:43 +0000 (05:50 +0000)]
Merge apel-mcs-2-9_12_2.

25 years ago* poem-nemacs.el (find-file-noselect-as-coding-system): Bind
yamaoka [Fri, 26 Feb 1999 02:09:48 +0000 (02:09 +0000)]
* poem-nemacs.el (find-file-noselect-as-coding-system): Bind
`default-kanji-fileio-code' to specified coding system instead of the use of
`kanji-fileio-code'; bind `kanji-fileio-code' to nil.
(find-file-noselect-as-raw-text): Revert buffer if the file is newer than the
buffer.
(as-binary-input-file): Bind `default-kanji-flag' to nil.

* poem-20.el (find-file-noselect-as-binary): Bug fix - use
`coding-system-for-read' instead of `coding-system-for-write'.

25 years ago* poem-om.el (find-file-noselect-as-raw-text-CRLF): New function. It is an
yamaoka [Thu, 25 Feb 1999 12:27:07 +0000 (12:27 +0000)]
* poem-om.el (find-file-noselect-as-raw-text-CRLF): New function. It is an
alias for `find-file-noselect-as-raw-text'.
(insert-file-contents-as-raw-text-CRLF): New function. It is an alias for
`insert-file-contents-as-raw-text'.

* poem-nemacs.el (find-file-noselect-as-raw-text-CRLF): New function. It is an
alias for `find-file-noselect-as-raw-text'.
(find-file-noselect-as-raw-text): Convert line-break code from CRLF to LF.
(insert-file-contents-as-raw-text-CRLF): New function. It is an alias for
`insert-file-contents-as-raw-text'.
(insert-file-contents-as-raw-text): Convert line-break code from CRLF to LF.
(find-file-noselect-as-binary): Don't specify the optional third argument
`rawfile' for `find-file-noselect'.

* poem-ltn1.el (find-file-noselect-as-raw-text-CRLF): New function. It is an
alias for `find-file-noselect'.
(insert-file-contents-as-raw-text-CRLF): New function. It is an alias for
`insert-file-contents'.

* poem-20.el, poem-e20_2.el (find-file-noselect-as-raw-text-CRLF): New
function.
(insert-file-contents-as-raw-text-CRLF): New function.

25 years ago* poem-20.el, poem-e20_2.el, poem-om.el (find-file-noselect-as-raw-text): Undo
yamaoka [Thu, 25 Feb 1999 08:20:34 +0000 (08:20 +0000)]
* poem-20.el, poem-e20_2.el, poem-om.el (find-file-noselect-as-raw-text): Undo
the last change.
(insert-file-contents-as-raw-text): Likewise.

25 years ago* poem-20.el, poem-e20_2.el, poem-om.el (find-file-noselect-as-raw-text): Use
yamaoka [Thu, 25 Feb 1999 07:50:27 +0000 (07:50 +0000)]
* poem-20.el, poem-e20_2.el, poem-om.el (find-file-noselect-as-raw-text): Use
`raw-text-dos' instead of `raw-text'.
(insert-file-contents-as-raw-text): Likewise.

25 years ago* Fix log date -- 1999-02-15 -> 1999-02-14.
yamaoka [Sun, 14 Feb 1999 22:37:57 +0000 (22:37 +0000)]
* Fix log date -- 1999-02-15 -> 1999-02-14.

25 years ago* mcs-om.el (TopLevel): Don't refer to `running-emacs-19_29-or-later', use
yamaoka [Sun, 14 Feb 1999 22:35:14 +0000 (22:35 +0000)]
* mcs-om.el (TopLevel): Don't refer to `running-emacs-19_29-or-later', use
`emacs-major-version' and `emacs-minor-version' instead.

25 years agoupdate.
morioka [Sun, 14 Feb 1999 15:02:53 +0000 (15:02 +0000)]
update.

25 years ago(file-name-sans-extension): New function <copied from Emacs 20.3.5>.
morioka [Sun, 14 Feb 1999 15:00:22 +0000 (15:00 +0000)]
(file-name-sans-extension): New function <copied from Emacs 20.3.5>.

25 years ago* poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
yamaoka [Thu, 4 Feb 1999 12:01:43 +0000 (12:01 +0000)]
* poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(save-buffer-as-binary): New function.
(save-buffer-as-raw-text-CRLF): New function.
(save-buffer-as-coding-system): New function.

* poem-om.el (poem-ccl-decode-raw-text): Rewrite again for plural `CR's.

It will be tagged with "apel-199902041200".

25 years ago* poem-om.el (poem-ccl-decode-raw-text): Rewrite for fixing a bug that the last
yamaoka [Thu, 4 Feb 1999 04:54:55 +0000 (04:54 +0000)]
* poem-om.el (poem-ccl-decode-raw-text): Rewrite for fixing a bug that the last
datum will be missed if the input data is not ended with `CRLF'.
(poem-ccl-encode-raw-text-CRLF): Use `read-if'.

25 years agoupdate.
morioka [Thu, 24 Dec 1998 08:35:26 +0000 (08:35 +0000)]
update.

25 years ago(install-detect-elisp-directory): Avoid problem if prefix of an emacs
morioka [Thu, 24 Dec 1998 08:34:44 +0000 (08:34 +0000)]
(install-detect-elisp-directory): Avoid problem if prefix of an emacs
has its version.

25 years agorelease.
morioka [Tue, 22 Dec 1998 08:13:22 +0000 (08:13 +0000)]
release.

25 years agoupdate.
morioka [Sun, 20 Dec 1998 11:31:01 +0000 (11:31 +0000)]
update.

25 years agoAvoid error when cyrillic.el is not found.
morioka [Sun, 20 Dec 1998 11:25:20 +0000 (11:25 +0000)]
Avoid error when cyrillic.el is not found.

25 years agoupdate.
morioka [Sat, 19 Dec 1998 12:29:42 +0000 (12:29 +0000)]
update.

25 years agoDefine coding-system `gb2312-dos', `gb2312-mac' and `gb2312-unix' if
morioka [Sat, 19 Dec 1998 12:24:07 +0000 (12:24 +0000)]
Define coding-system `gb2312-dos', `gb2312-mac' and `gb2312-unix' if
it is not found.

25 years agoFix typo.
yamaoka [Fri, 18 Dec 1998 05:21:40 +0000 (05:21 +0000)]
Fix typo.

25 years ago* (poem-ccl-decode-raw-text): Renamed from `ccl-decode-raw-text'.
yamaoka [Fri, 18 Dec 1998 05:20:34 +0000 (05:20 +0000)]
* (poem-ccl-decode-raw-text): Renamed from `ccl-decode-raw-text'.
(poem-ccl-encode-raw-text): Reanamed from `ccl-encode-raw-text'.
(poem-ccl-encode-raw-text-CRLF): Renamed from `ccl-encode-raw-text-CRLF`.

25 years agoupdate.
morioka [Thu, 17 Dec 1998 08:19:27 +0000 (08:19 +0000)]
update.

25 years agorearrangement.
morioka [Thu, 17 Dec 1998 08:17:57 +0000 (08:17 +0000)]
rearrangement.

25 years ago(poem-decode-raw-text): New function for MULE 1.
morioka [Thu, 17 Dec 1998 08:15:22 +0000 (08:15 +0000)]
(poem-decode-raw-text): New function for MULE 1.
(poem-encode-raw-text-CRLF): New function for MULE 1.
(raw-text): New coding-system for MULE 1.
(raw-text-dos): New coding-system for MULE 1.
(insert-file-contents-as-raw-text): Share implementation.
(write-region-as-raw-text-CRLF): Likewise.
(find-file-noselect-as-raw-text): Likewise.

25 years agoupdate.
morioka [Thu, 17 Dec 1998 07:22:22 +0000 (07:22 +0000)]
update.

25 years agoShare definition of coding-system `binary'.
morioka [Thu, 17 Dec 1998 07:07:30 +0000 (07:07 +0000)]
Share definition of coding-system `binary'.
(write-region-as-binary): Share implementation.
(find-file-noselect-as-binary): Likewise.

25 years agoupdate.
morioka [Wed, 16 Dec 1998 14:23:11 +0000 (14:23 +0000)]
update.

25 years ago(insert-file-contents-as-binary): Share implementation.
morioka [Wed, 16 Dec 1998 14:17:31 +0000 (14:17 +0000)]
(insert-file-contents-as-binary): Share implementation.

25 years agoAdd author (me).
yamaoka [Wed, 16 Dec 1998 13:42:19 +0000 (13:42 +0000)]
Add author (me).