elisp/apel.git
25 years agoThis commit was manufactured by cvs2svn to create tag 'apel-9_13'. apel-9_13
tomo [Sat, 27 Feb 1999 10:50:49 +0000 (10:50 +0000)]
This commit was manufactured by cvs2svn to create tag 'apel-9_13'.

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).

25 years ago*** empty log message ***
yamaoka [Wed, 16 Dec 1998 13:19:00 +0000 (13:19 +0000)]
*** empty log message ***

25 years agoMove new coding systems to version specific features area.
yamaoka [Wed, 16 Dec 1998 04:32:39 +0000 (04:32 +0000)]
Move new coding systems to version specific features area.

25 years ago* pccl-om.el (toplevel): Don't require `poem'.
yamaoka [Wed, 16 Dec 1998 02:47:03 +0000 (02:47 +0000)]
* pccl-om.el (toplevel): Don't require `poem'.
Use `code-convert-string' instead of `encode-coding-string' or
`decode-coding-string'.

* poem-om.el (binary): EMACS 20 emulating coding-system for Mule 2.3 based on
Emacs 19.[28-34].
(raw-text): EMACS 20 emulating coding-system based on native CCL for Mule 2.3
based on Emacs 19.[28-34].
(raw-text-dos): Likewise.
(find-file-noselect-as-binary): Separate for some Mules.

25 years ago* pccl-20.el: Do not require 'poem.
akr [Tue, 15 Dec 1998 17:35:21 +0000 (17:35 +0000)]
* pccl-20.el: Do not require 'poem.

25 years ago* poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
yamaoka [Mon, 14 Dec 1998 07:22:21 +0000 (07:22 +0000)]
* poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(find-file-noselect-as-coding-system): Be CODING-SYSTEM the 1st arg.
(insert-file-contents-as-coding-system): Likewise.
* poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(write-region-as-coding-system): Likewise.

25 years ago* poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
yamaoka [Mon, 14 Dec 1998 01:57:07 +0000 (01:57 +0000)]
* poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(find-file-noselect-as-coding-system): Renamed from
`find-file-noselect-as-specified-coding-system'.

* poem-e20_2.el (insert-file-contents-as-coding-system): Renamed from `insert-file-contents-as-specified-coding-system'.

* poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(write-region-as-coding-system): Renamed from
`write-region-as-specified-coding-system'.
(insert-file-contents-as-coding-system): Renamed from
`insert-file-contents-as-specified-coding-system'.

25 years ago(find-file-noselect-as-raw-text): Convert line-break code each time.
yamaoka [Wed, 9 Dec 1998 09:19:39 +0000 (09:19 +0000)]
(find-file-noselect-as-raw-text): Convert line-break code each time.

25 years ago* poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
yamaoka [Wed, 9 Dec 1998 08:08:36 +0000 (08:08 +0000)]
* poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(find-file-noselect-as-binary): New function.
(find-file-noselect-as-raw-text): New function.
(find-file-noselect-as-specified-coding-system): New function.

* poem-nemacs.el (insert-file-contents-as-binary): Call `insert-file-contents'
with only two args - FILENAME and VISIT.
(insert-file-contents-as-raw-text): Likewise.
(insert-file-contents-as-specified-coding-system): Likewise.

25 years ago(make-directory-internal): Rewrite.
yamaoka [Wed, 9 Dec 1998 05:44:39 +0000 (05:44 +0000)]
(make-directory-internal): Rewrite.

25 years ago* poem-20.el (write-region-as-binary): Bind `jam-zcat-filename-list' with nil.
yamaoka [Tue, 8 Dec 1998 10:07:11 +0000 (10:07 +0000)]
* poem-20.el (write-region-as-binary): Bind `jam-zcat-filename-list' with nil.
* poem-xm.el (insert-file-contents-as-binary): Likewise.

* poem.el: Require `tcp' if the function `open-network-stream' does not exist.

25 years ago* poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
yamaoka [Fri, 4 Dec 1998 05:54:06 +0000 (05:54 +0000)]
* poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(open-network-stream-as-binary): New function.

* poem-e20_2.el (insert-file-contents-as-specified-coding-system):
New function.

* poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
(write-region-as-specified-coding-system): New function.
(insert-file-contents-as-specified-coding-system): New function.

25 years agoupdate.
morioka [Tue, 1 Dec 1998 12:50:23 +0000 (12:50 +0000)]
update.

25 years agoupdate.
morioka [Tue, 1 Dec 1998 12:50:02 +0000 (12:50 +0000)]
update.

25 years agoIf coding-system `iso-2022-jp-dos' unifies JIS X 0201-Latin to ASCII
morioka [Tue, 1 Dec 1998 12:48:54 +0000 (12:48 +0000)]
If coding-system `iso-2022-jp-dos' unifies JIS X 0201-Latin to ASCII
and JIS X 0208-1978 to JIS X 0208-1983 by code-point, copy
coding-system `iso-2022-7bit-dos' to `iso-2022-jp-dos' to avoid this
problem.

25 years agoupdate.
morioka [Thu, 26 Nov 1998 14:38:17 +0000 (14:38 +0000)]
update.

25 years agoupdate
ohta [Tue, 17 Nov 1998 16:12:30 +0000 (16:12 +0000)]
update

25 years agoadd-latest-path: Fix typo.
ohta [Tue, 17 Nov 1998 16:11:45 +0000 (16:11 +0000)]
add-latest-path: Fix typo.

25 years agoupdate.
morioka [Sat, 14 Nov 1998 08:25:48 +0000 (08:25 +0000)]
update.

25 years agoupdate.
morioka [Sat, 14 Nov 1998 08:22:27 +0000 (08:22 +0000)]
update.

25 years ago(char-charset): Fix typo.
morioka [Sat, 14 Nov 1998 08:21:40 +0000 (08:21 +0000)]
(char-charset): Fix typo.

25 years ago* broken.el: require 'poe.
akr [Fri, 13 Nov 1998 13:57:56 +0000 (13:57 +0000)]
* broken.el: require 'poe.

25 years ago* pccl.el: Enclose mule depended process by `unless-broken'.
akr [Fri, 13 Nov 1998 13:27:01 +0000 (13:27 +0000)]
* pccl.el: Enclose mule depended process by `unless-broken'.

25 years agoupdate.
morioka [Fri, 13 Nov 1998 13:07:42 +0000 (13:07 +0000)]
update.

25 years ago(defun-maybe-cond): fixed problem in Emacs 18.
morioka [Fri, 13 Nov 1998 12:55:04 +0000 (12:55 +0000)]
(defun-maybe-cond): fixed problem in Emacs 18.

25 years agoupdate.
morioka [Fri, 13 Nov 1998 12:46:25 +0000 (12:46 +0000)]
update.

25 years ago(defsubst): Moved from poe-18.el.
morioka [Fri, 13 Nov 1998 12:43:20 +0000 (12:43 +0000)]
(defsubst): Moved from poe-18.el.

25 years agoMove macro `defsubst' to poe.el.
morioka [Fri, 13 Nov 1998 12:42:04 +0000 (12:42 +0000)]
Move macro `defsubst' to poe.el.

25 years agoupdate.
morioka [Fri, 13 Nov 1998 12:25:55 +0000 (12:25 +0000)]
update.

25 years ago* pccl.el (define-ccl-program): Adviced.
akr [Fri, 13 Nov 1998 02:08:46 +0000 (02:08 +0000)]
* pccl.el (define-ccl-program): Adviced.

25 years ago* pccl.el (define-long-ccl-program): New macro.
akr [Thu, 12 Nov 1998 13:09:28 +0000 (13:09 +0000)]
* pccl.el (define-long-ccl-program): New macro.

25 years ago* pccl-om.el (ccl-cascading-read): New facility.
akr [Thu, 12 Nov 1998 07:00:50 +0000 (07:00 +0000)]
* pccl-om.el (ccl-cascading-read): New facility.

25 years agofix typo.
akr [Tue, 10 Nov 1998 16:47:29 +0000 (16:47 +0000)]
fix typo.

25 years ago* EMU-ELS (pccl-modules): Always install 'pccl.
akr [Tue, 10 Nov 1998 16:45:29 +0000 (16:45 +0000)]
* EMU-ELS (pccl-modules): Always install 'pccl.

* broken.el: Use 19.28 style quasi-quote.

* pccl.el: - require 'broken.
- Does not require 'pccl-20 for XEmacs 20.
(ccl-usable): New facility.

25 years ago(next-visible-point): Cancel last change.
yamaoka [Tue, 10 Nov 1998 10:32:05 +0000 (10:32 +0000)]
(next-visible-point): Cancel last change.

25 years ago* README.en, README.ja, pccl-20.el: Note that pccl-20 is not
akr [Tue, 10 Nov 1998 07:51:26 +0000 (07:51 +0000)]
* README.en, README.ja, pccl-20.el: Note that pccl-20 is not
for XEmacs 20.

25 years ago(next-visible-point): Copied from inv-xemacs.el.
yamaoka [Tue, 10 Nov 1998 07:11:15 +0000 (07:11 +0000)]
(next-visible-point): Copied from inv-xemacs.el.

25 years agoupdate.
morioka [Sun, 8 Nov 1998 19:56:58 +0000 (19:56 +0000)]
update.

25 years ago(eval-and-compile): Moved from poe.el.
morioka [Sun, 8 Nov 1998 19:54:49 +0000 (19:54 +0000)]
(eval-and-compile): Moved from poe.el.

25 years agoMove `eval-and-compile' to poe-18.el.
morioka [Sun, 8 Nov 1998 19:53:31 +0000 (19:53 +0000)]
Move `eval-and-compile' to poe-18.el.

25 years agorearrangement.
morioka [Sun, 8 Nov 1998 19:47:50 +0000 (19:47 +0000)]
rearrangement.

25 years ago(overlayp): New alias.
morioka [Sun, 8 Nov 1998 18:08:57 +0000 (18:08 +0000)]
(overlayp): New alias.
(delete-overlay): New alias.

25 years agoupdate.
morioka [Sat, 7 Nov 1998 00:31:25 +0000 (00:31 +0000)]
update.

25 years agoupdate.
morioka [Fri, 6 Nov 1998 09:12:48 +0000 (09:12 +0000)]
update.

25 years ago(combine-after-change-calls): fixed.
morioka [Fri, 6 Nov 1998 09:12:11 +0000 (09:12 +0000)]
(combine-after-change-calls): fixed.

25 years agoupdate.
morioka [Sat, 31 Oct 1998 14:52:03 +0000 (14:52 +0000)]
update.

25 years ago(combine-after-change-calls): New macro.
morioka [Sat, 31 Oct 1998 14:50:49 +0000 (14:50 +0000)]
(combine-after-change-calls): New macro.

25 years agoupdate.
morioka [Wed, 28 Oct 1998 08:58:11 +0000 (08:58 +0000)]
update.

25 years ago(defun-maybe-cond): New macro.
morioka [Wed, 28 Oct 1998 08:56:31 +0000 (08:56 +0000)]
(defun-maybe-cond): New macro.
(next-command-event): Use `defun-maybe-cond'.
(cancel-undo-boundary): Use `defun-maybe-cond'.

25 years ago(char-after): Redefine to change `POS' to optional argument.
yamaoka [Wed, 28 Oct 1998 01:31:34 +0000 (01:31 +0000)]
(char-after): Redefine to change `POS' to optional argument.

25 years agoupdate.
morioka [Tue, 27 Oct 1998 14:58:08 +0000 (14:58 +0000)]
update.

25 years ago(CVS): New section.
morioka [Tue, 27 Oct 1998 14:57:08 +0000 (14:57 +0000)]
(CVS): New section.

25 years agoupdate.
morioka [Tue, 27 Oct 1998 14:47:05 +0000 (14:47 +0000)]
update.

25 years agoupdate.
morioka [Tue, 27 Oct 1998 14:42:12 +0000 (14:42 +0000)]
update.

25 years ago(char-before): Redefine to change `POS' to optional argument.
morioka [Tue, 27 Oct 1998 14:41:21 +0000 (14:41 +0000)]
(char-before): Redefine to change `POS' to optional argument.

25 years agoupdate.
morioka [Tue, 27 Oct 1998 13:23:11 +0000 (13:23 +0000)]
update.

25 years ago(subr-fboundp): New function.
morioka [Tue, 27 Oct 1998 13:20:14 +0000 (13:20 +0000)]
(subr-fboundp): New function.
(next-command-event): New function.
(character-to-event): New function.
(event-to-character): New function.

25 years agoupdate.
morioka [Tue, 27 Oct 1998 09:17:15 +0000 (09:17 +0000)]
update.

25 years ago(cancel-undo-boundary): Switch definition by existence of variable
morioka [Tue, 27 Oct 1998 09:15:55 +0000 (09:15 +0000)]
(cancel-undo-boundary): Switch definition by existence of variable
`buffer-undo-list'.

25 years agoMove function `cancel-undo-boundary' to poe.el.
morioka [Tue, 27 Oct 1998 09:14:04 +0000 (09:14 +0000)]
Move function `cancel-undo-boundary' to poe.el.

25 years ago(cancel-undo-boundary): New function.
morioka [Tue, 27 Oct 1998 08:44:13 +0000 (08:44 +0000)]
(cancel-undo-boundary): New function.

25 years ago(cancel-undo-boundary): New function (moved from poem.el).
morioka [Tue, 27 Oct 1998 08:43:54 +0000 (08:43 +0000)]
(cancel-undo-boundary): New function (moved from poem.el).

25 years agoMove function `cancel-undo-boundary' to poe-18.el.
morioka [Tue, 27 Oct 1998 08:38:35 +0000 (08:38 +0000)]
Move function `cancel-undo-boundary' to poe-18.el.

25 years agoupdate.
morioka [Mon, 26 Oct 1998 16:36:45 +0000 (16:36 +0000)]
update.

25 years agoupdate.
morioka [Mon, 26 Oct 1998 16:27:54 +0000 (16:27 +0000)]
update.

25 years ago(cancel-undo-boundary): New function.
morioka [Mon, 26 Oct 1998 16:27:09 +0000 (16:27 +0000)]
(cancel-undo-boundary): New function.

25 years agoupdate.
morioka [Mon, 26 Oct 1998 16:24:29 +0000 (16:24 +0000)]
update.

25 years agoupdate.
morioka [Mon, 26 Oct 1998 16:09:05 +0000 (16:09 +0000)]
update.

25 years ago(set-cursor-color): New function.
morioka [Mon, 26 Oct 1998 16:08:16 +0000 (16:08 +0000)]
(set-cursor-color): New function.