From: morioka Date: Tue, 10 Mar 1998 18:08:22 +0000 (+0000) Subject: semi 0.72. X-Git-Tag: tm-7_95~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=619724e7cbf19bcb0631ae176e922dbd6f2ee58a;p=elisp%2Fapel.git semi 0.72. --- diff --git a/ChangeLog b/ChangeLog index a9d54fd..b46cbe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2367 +1,76 @@ -1997-03-10 MORIOKA Tomohiko - - * tl: Version 7.61.18 was released. - - * filename.el (filename-filters): Use `exec-installed-p' instead - of `file-installed-p' to search "kakasi". - -1997-03-10 MORIOKA Tomohiko - - * file-detect.el (module-installed-p): Use function - `exec-installed-p'. - - * file-detect.el (exec-suffix-list): New variable. - (exec-installed-p): New function. - -1997-03-03 MORIOKA Tomohiko - - * file-detect.el (file-installed-p): Fixed DOC-string. - - -1997-02-06 MORIOKA Tomohiko - - * tl: Version 7.61.17 was released. - -1997-02-05 MORIOKA Tomohiko - - * char-table.el (char-position-to-string): Don't use - `row-line-to-char'; Don't require char-util. - - * char-table.el (char-position-to-string): Use `make-char' instead - of `make-character'. - - -1997-01-21 MORIOKA Tomohiko - - * tl: Version 7.61.16 was released. - -Sat Jan 18 09:48:31 1997 MORIOKA Tomohiko - - * char-util.el (char-to-byte-list): modified for GNU MULE - 19.34.91. - -Fri Jan 17 05:14:24 1997 MORIOKA Tomohiko - - * TL-ELS (tl-modules): Add `char-util' and `char-table' for - XEmacs/mule. - -Fri Jan 17 03:09:02 1997 MORIOKA Tomohiko - - * char-table.el (show-char-table): modified for GNU MULE 19.34.91. - -Tue Jan 14 02:37:32 1997 Martin Buchholz - - * tl-str.el: Add DOC-string of autoload `replace-as-filename'. - -Sat Jan 11 17:19:50 1997 MORIOKA Tomohiko - - * file-detect.el (add-latest-path): New function. - - -Wed Jan 1 11:00:25 1997 MORIOKA Tomohiko - - * tl: Version 7.61.17 was released. - -Wed Dec 28 13:57:22 1996 Martin Buchholz - - * mk-tl: Use variable `default-directory' instead of `(getenv - "PWD")'. (cf. [tm-en:1084]) - - -Mon Dec 23 14:57:21 1996 MORIOKA Tomohiko - - * tl: Version 7.61.16 was released. - -Thu Dec 19 10:06:42 1996 MORIOKA Tomohiko - - * filename.el (replace-as-filename): Check nil. - - -Mon Dec 16 13:42:44 1996 MORIOKA Tomohiko - - * tl: Version 7.61.15 was released. - - * TL-ELS (tl-modules): Add filename.el. - - * filename.el: New module. - - * tl-str.el: Variable `filename-special-char-range' variable - `filename-space-char-range' were abolished. - - Function `replace-as-filename' was moved to filename.el. - - -Wed Dec 4 04:56:28 1996 MORIOKA Tomohiko - - * tl: Version 7.61.14 was released. - -Tue Nov 26 19:55:55 1996 Shuhei KOBAYASHI - - * install.el (install-file): Delete old file instead of chmod. - (install-elisp-module): Ditto. - -Tue Nov 26 12:02:00 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): bitmap.el, x-face-mule.el and - smiley-mule.el were moved to ../bitmap-mule/. - -Mon Nov 18 15:03:58 1996 MORIOKA Tomohiko - - * TL-ELS: sinfo.el was moved to ../sinfo/. - - -Sat Nov 16 08:38:57 1996 MORIOKA Tomohiko - - * tl: Version 7.61.13 was released. - -Fri Nov 15 12:10:41 1996 MORIOKA Tomohiko - - * mk-tl: add "../emu" to load-path. - - * TL-ELS (tl-modules): emu modules were moved to ../emu/. - - * install.el (install-detect-elisp-directory): New optional - argument `allow-version-specific'. - -Thu Nov 7 20:09:49 1996 MORIOKA Tomohiko - - * bitmap.el (charset-bitmap): Renamed from `lc-bitmap'. - - * bitmap.el: Function `fontset-height' was renamed to - `fontset-pixel-height' in Emacs/mule. - - * emu-e20.el (fontset-pixel-height): Renamed from - `fontset-height'. - - * emu-e20.el (fontset-height): fixed. - - -Thu Oct 24 07:56:18 1996 MORIOKA Tomohiko - - * tl: Version 7.61.12 was released. - - * emu-18.el (data-directory): New variable. - - -Thu Oct 24 04:08:58 1996 MORIOKA Tomohiko - - * tl: Version 7.61.11 was released. - -Wed Oct 23 06:37:13 1996 MORIOKA Tomohiko - - * emu-e20.el (charsets-mime-charset-alist): modified for - mule-19.33-delta. - - * char-table.el (char-table-1): fixed typo. - -Tue Oct 22 22:18:27 1996 MORIOKA Tomohiko - - * emu-e20.el (mime-charset-to-coding-system): New optional - argument for line-break-type. - -Mon Oct 21 02:02:16 1996 MORIOKA Tomohiko - - * sinfo.el: for sinfo 6.1. - -Sun Oct 20 00:13:58 1996 MORIOKA Tomohiko - - * emu-mule.el (mime-charset-to-coding-system): - New optional argument `lbt'. - -Sat Oct 19 15:11:49 1996 MORIOKA Tomohiko - - * sinfo.el (sinfo-to-texi): fixed. - - * sinfo.el: for sinfo 6.0. - - * emu-x20.el: Header was modified. - - -Wed Oct 16 00:12:13 1996 MORIOKA Tomohiko - - * tl: Version 7.61.10 was released. - -Tue Oct 15 22:58:28 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): Add `char-util' and `char-table' for - Emacs/mule. - - * char-table.el, char-util.el: New module. - - * sinfo.el: New module. - -Sat Oct 12 19:22:43 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): Add `texi-util'; add `sinfo' for mule - merged Emacs. - -Thu Oct 10 19:42:30 1996 Martin Buchholz - - * emu-x20.el (string-width): fixed typo. - -Thu Oct 10 14:21:35 1996 MORIOKA Tomohiko - - * texi-util.el: New module. - - * ol-to-texi.el: Function `ol-to-texi-add-menu-title' was renamed - to `texinfo-all-menu-titles-update' and moved to texi-util.el. - - * tl-str.el: Function `file-name-non-extension' was moved from - ol-to-texi.el. - - * ol-to-texi.el: Function `file-name-non-extension' was moved to - tl-str.el. - - * ol-to-texi.el: require tl-list. - -Mon Oct 7 07:11:36 1996 MORIOKA Tomohiko - - * emu-e20.el (charset-iso-class): New function. - - * tl-list.el (remove-alist): New function. - -Sat Oct 5 08:12:16 1996 MORIOKA Tomohiko - - * ol-to-texi.el (ol-to-texi-add-menu-title): New function. - - -Tue Oct 1 15:03:36 1996 MORIOKA Tomohiko - - * tl: Version 7.61.9 was released. - - * bitmap.el: modified for mule-19.33-gamma. - -Tue Oct 1 13:28:03 1996 MORIOKA Tomohiko - - * emu-e19.el, emu-nemacs.el, emu-mule.el - (find-non-ascii-charset-string): New alias. - (find-non-ascii-charset-region): New alias. - -Tue Oct 1 13:22:13 1996 MORIOKA Tomohiko - - * emu-x20.el (find-charset-string): Changed to alias for - `charsets-in-string'. - - (find-charset-region): Changed to alias for `charsets-in-region'. - - (find-non-ascii-charset-string): New function. - - (find-non-ascii-charset-region): New function. - -Tue Oct 1 13:18:34 1996 MORIOKA Tomohiko - - * emu-e20.el (fontset-height): New function. - - (find-non-ascii-charset-string): New function; renamed from - `find-charset-string'. - - (find-non-ascii-charset-region): New function; renamed from - `find-charset-region'. - - (detect-mime-charset-region): Use function `find-charset-string' - instead of `find-charset-in-string'. - -Wed Sep 25 12:07:40 1996 MORIOKA Tomohiko - - * emu-e20.el (truncate-string): check `to' is smaller than length - of string. - - -Tue Sep 24 22:02:05 1996 MORIOKA Tomohiko - - * tl: Version 7.61.8 was released. - -Mon Sep 23 20:38:05 1996 MORIOKA Tomohiko - - * emu-x20.el, emu-mule.el (set-buffer-file-coding-system): New - alias. - - * emu-e19.el (set-buffer-file-coding-system): Renamed from - `set-file-coding-system'. - - * emu-nemacs.el (set-buffer-file-coding-system): New alias for - `set-kanji-fileio-code'; renamed from `set-file-coding-system'. - - -Mon Sep 23 17:44:23 1996 MORIOKA Tomohiko - - * tl: Version 7.61.7 was released. - - * emu.el (insert-binary-file-contents-literally): New function. - - * emu.el (insert-file-contents-literally): New implementation. - -Mon Sep 23 14:58:21 1996 MORIOKA Tomohiko - - * emu-mule.el (detect-coding-region): New alias. - -Mon Sep 23 14:55:53 1996 MORIOKA Tomohiko - - * emu-e19.el, emu-nemacs.el (detect-coding-region): Renamed from - `code-detect-region'. - - -Mon Sep 23 12:36:01 1996 MORIOKA Tomohiko - - * tl: Version 7.61.6 was released. - - * tl-atype.el (set-atype): new option `ignore'. - - * tl-atype.el (set-atype): option `replaced-by' was abolished. - -Sat Sep 21 20:52:12 1996 MORIOKA Tomohiko - - * emu-e20.el (mime-charset-coding-system-alist): Add `cn-big5'. - -Sat Sep 21 16:29:25 1996 MORIOKA Tomohiko - - * emu-18.el: add autoload setting for function `setenv'. - -Sat Sep 21 16:23:41 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): add `env' if `running-emacs-18' is not nil. - -Sat Sep 21 16:16:40 1996 MORIOKA Tomohiko - - * emu-18.el (parse-colon-path): New function. - -Sat Sep 21 16:08:35 1996 MORIOKA Tomohiko - - * emu.el (path-separator): New variable. - - * emu-e20.el (mime-charset-coding-system-alist): add - `iso-2022-int-1'. - -Fri Sep 20 07:21:42 1996 MORIOKA Tomohiko - - * emu-e20.el (mime-charset-coding-system-alist): Add `hz-gb-2312' - and `cn-gb-2312'. - -Thu Sep 19 16:30:19 1996 MORIOKA Tomohiko - - * emu.el (insert-file-contents-literally): New alias for anything - older than Emacs 19.29. (cf. [os2-emacs-ja:427]) - - -Wed Sep 18 13:40:26 1996 MORIOKA Tomohiko - - * tl: Version 7.61.5 was released. - - * emu-nemacs.el, emu-e19.el (as-binary-input-file): New macro. - -Wed Sep 18 12:48:09 1996 MORIOKA Tomohiko - - * emu-e20.el (sset): changed to alias of `string-embed-string'. - -Wed Sep 18 08:55:56 1996 MORIOKA Tomohiko - - * emu-x20.el, emu-mule.el (as-binary-input-file): New macro. - -Wed Sep 18 07:39:22 1996 MORIOKA Tomohiko - - * emu-e20.el (truncate-string): `char-bytes' returns 1 for charset - and `charset-bytes' returns 0 for character. - -Tue Sep 17 08:41:36 1996 MORIOKA Tomohiko - - * emu-e20.el (as-binary-process): Use Common Lisp like quote. - - * emu-e20.el (as-binary-input-file): New macro. - - * emu-e20.el (as-binary-process): set - `default-process-coding-system' to `no-conversion'. - - * TL-ELS (tl-modules): Add bitmap, x-face-mule and smiley-mule if - running mule merged EMACS. - - * bitmap.el: modified to support mule merged EMACS. - - * emu-e20.el (sset): New function. - - * emu-e20.el (make-character): New alias. - - * cless.el (define-cless-alias): New function. - -Mon Sep 16 11:55:08 1996 MORIOKA Tomohiko - - * emu-mule.el (charset-bytes): New alias. - - * emu-e20.el (char-category): New function. - -Mon Sep 16 09:22:42 1996 MORIOKA Tomohiko - - * emu-e20.el (find-charset-string): New function. - -Mon Sep 16 09:01:33 1996 MORIOKA Tomohiko - - * emu-e20.el (find-charset-region): New function. - -Sun Sep 15 10:53:59 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): add genjis for mule merged EMACS. - - -Sun Sep 15 08:04:02 1996 MORIOKA Tomohiko - - * tl: Version 7.61.4 was released. - - * emu-x20.el: `code-converter-is-broken' was abolished. - -Sun Sep 15 07:55:48 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): Don't use `running-xemacs-20'. - -Sun Sep 15 07:53:34 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): Use variable `running-mule-merged-emacs' - and `running-xemacs-with-mule'. - -Sun Sep 15 07:49:19 1996 MORIOKA Tomohiko - - * emu-18.el (directory-files): redefine. - -Sun Sep 15 07:27:12 1996 MORIOKA Tomohiko - - * emu.el: Variable `running-xemacs-20' was abolished. - -Sun Sep 15 06:53:44 1996 MORIOKA Tomohiko - - * emu.el (running-mule-merged-emacs, running-xemacs-with-mule): - New variable. - -Sat Sep 14 07:57:51 1996 MORIOKA Tomohiko - - * emu-e20.el (string-to-char-list): New function. - -Sat Sep 14 07:44:35 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): Add emu-e20 for mule merged EMACS. - - * emu.el: Use emu-e20 for mule merged EMACS. - - * emu-e20.el: New module for mule merged EMACS. - -Sat Sep 14 05:07:00 1996 MORIOKA Tomohiko - - * smiley-mule.el (smiley-face-bitmap-list): Use "(T_T" instead of - "(T_T)". - -Fri Sep 13 04:50:13 1996 MORIOKA Tomohiko - - * smiley-mule.el (smiley-face-bitmap-list): Use "(T_T)" instead of - "T_T". - -Wed Sep 11 03:47:49 1996 MORIOKA Tomohiko - - * smiley-mule.el (smiley-buffer): Don't ignore case. - - -Sat Sep 7 17:22:15 1996 MORIOKA Tomohiko - - * tl: Version 7.61.3 was released. - -Thu Sep 5 16:31:02 1996 MORIOKA Tomohiko - - * emu.el (buffer-live-p): DOC fix. - (save-selected-window): DOC fix. - -Thu Sep 5 15:30:26 1996 MORIOKA Tomohiko - - * emu.el (save-selected-window): New macro. - - -Thu Sep 5 13:28:51 1996 MORIOKA Tomohiko - - * tl: Version 7.61.2 was released. - - * emu-nemacs.el (encode-coding-region): New function. - - * emu-nemacs.el (decode-coding-region): New function. - - * emu-nemacs.el (encode-coding-string): New function. - -Thu Sep 5 12:29:01 1996 MORIOKA Tomohiko - - * emu-e19.el (decode-coding-region): New function. - (encode-coding-region): New function. - - * emu-e19.el (encode-coding-string): New function. - -Thu Sep 5 08:58:28 1996 MORIOKA Tomohiko - - * emu-mule.el (charsets-mime-charset-alist): add gb2312 - charset. (cf. [kanji:704]) - - * smiley-mule.el: Comment was fixed. (cf. [tm-ja:2074]) - -Wed Sep 4 21:20:32 1996 MORIOKA Tomohiko - - * emu-mule.el (encode-coding-region): New function. - - * tl-list.el (ASSOC): New function. - -Wed Sep 4 19:00:01 1996 MORIOKA Tomohiko - - * TL-ELS: add cless.el. - - * tl-list.el: Use cless.el if new cl is installed. - -Wed Sep 4 18:39:20 1996 MORIOKA Tomohiko - - * cless.el: New module. - -Wed Sep 4 15:49:30 1996 MORIOKA Tomohiko - - * install.el (install-detect-elisp-directory): New function. - -Wed Sep 4 13:24:03 1996 MORIOKA Tomohiko - - * install.el (install-prefix): New variable. - (install-elisp-prefix): New variable. - (install-default-elisp-directory): New variable. - -Wed Sep 4 11:00:37 1996 MORIOKA Tomohiko - - * emu.el (buffer-live-p): New function. (cf. [tm-ja:2072]) - -Wed Sep 4 01:25:35 1996 Katsumi Yamaoka - - * smiley-mule.el: add DOC-strings for smiley-bitmap-for-*. - - -Tue Sep 3 15:02:47 1996 MORIOKA Tomohiko - - * tl: Version 7.61.1 was released. - - * ol-to-texi.el: New file. - - * smiley-mule.el (smiley-face-bitmap-list): changed from - `smiley-face-bitmap-alist'. - (smiley-buffer): put faces. - (smiley-encode-buffer): delete faces. - - * smiley-mule.el (smiley-face-bitmap-alist): cdr was changed to - composed bitmap string. - (smiley-buffer): modified for new `smiley-face-bitmap-alist' - format. - (smiley-encode-buffer): New function. - -Tue Sep 3 12:16:49 1996 MORIOKA Tomohiko - - * smiley-mule.el: Merge some bitmaps of Yamaoka's - smiley-mule-faces.el. (cf. [tm-ja:2069]) - -Mon Sep 2 15:54:57 1996 MORIOKA Tomohiko - - * TL-ELS: latex-math-symbol.el was moved to MU package. - -Mon Sep 2 14:34:00 1996 MORIOKA Tomohiko - - * emu-18.el (file-relative-name): New function. - - * mk-tl: Constant `el-file-mode' was abolished. Function - `install-el', `install-el-files', `install-elc' and - `install-elc-files' were abolished. - (install-tl): Use function `install-elisp-modules'. - - * TL-ELS: Variable `tl-uncompile-el-files', `tl-el-files' and - `tl-elc-files' were abolished. - -Mon Sep 2 13:10:54 1996 MORIOKA Tomohiko - - * TL-ELS: mu-bbdb.el was moved to ../mu/. - - * TL-ELS: std11.el, std11-parse.el tl-822.el and mu-cite.el were - moved to ../mu/; mu-replace.el and mu-comment.el were renamed to - tu-replace.el and tu-comment.el. - - * tu-replace.el: mu-replace.el was renamed to tu-replace.el. - - * tu-comment.el: mu-comment.el was renamed to tu-comment.el. - -Mon Sep 2 08:21:39 1996 MORIOKA Tomohiko - - * bitmap.el (bitmap-insert-xbm-file): fixed. (cf. [tm-ja:2057]) - -Sun Sep 1 16:11:01 1996 Fujikazu OKUNISHI - - * tl-822.el (rfc822/field-end): fixed a typo. (cf. [tm-ja:2056]) - - -Sat Aug 31 15:08:42 1996 MORIOKA Tomohiko - - * tl: Version 7.61 was released. - -Fri Aug 30 16:12:22 1996 MORIOKA Tomohiko - - * tl-list.el (list*): New function. - - * std11.el (std11-find-field-body): New function. - -Fri Aug 30 15:14:30 1996 MORIOKA Tomohiko - - * emu-xemacs.el (next-visible-point): fixed. (cf. [tm-en:719]) - - * install.el (install-file): check write - permission. (cf. [bug-tm-en:720]) - -Fri Aug 30 06:11:58 1996 MORIOKA Tomohiko - - * std11.el (std11-addr-to-string): Add DOC-string. - (std11-address-string): Add DOC-string. - (std11-full-name-string): Add DOC-string. - -Fri Aug 30 04:25:34 1996 MORIOKA Tomohiko - - * mu-cite.el (mu-cite/get-field-value): Function - `std11-find-field-body' was renamed to `std11-field-body'. - - * mu-cite.el (mu-cite/get-field-value-method-alist): Function - `std11-find-field-body' was renamed to `std11-field-body'. - - * tl-822.el (rfc822/get-field-body): Function - `std11-find-field-body' was renames to `std11-field-body'. - (rfc822/get-field-bodies): Function `std11-find-field-bodies' was - renames to `std11-field-bodies'. - - * std11.el (std11-field-body): Renamed from - `std11-find-field-body'. - (std11-field-bodies): Renamed from `std11-find-field-bodies'. - -Wed Aug 28 22:52:29 1996 MORIOKA Tomohiko - - * std11.el (std11-parse-addresses-string): New function. - - * mu-cite.el: Use std11.el instead of tl-822.el. - -Wed Aug 28 21:06:59 1996 MORIOKA Tomohiko - - * std11.el (std11-full-name-string): New function. - - * tl-822.el (rfc822/full-name-string): New alias for - `std11-full-name-string'; moved to std11.el. - - * std11.el (std11-addr-to-string): eliminate comments. - - * std11.el (std11-addr-to-string): New function; moved from - tl-822.el. - (std11-address-string): New function; moved from tl-822.el. - - * tl-822.el (rfc822/address-string): New aliases for - `std11-address-string'; moved to std11.el. - - * std11.el (std11-parse-address-string): moved from - std11-parse.el. - - * std11-parse.el: Function `std11-parse-address-string' was moved - to std11.el. - -Wed Aug 28 20:45:00 1996 MORIOKA Tomohiko - - * TL-ELS: Add std11.el and std11-parse.el. - - * tl-822.el (rfc822/extract-address-components): Use function - `std11-parse-address-string'. - - * std11.el (std11-parse-address-string): Add as autoload function. - - * std11-parse.el (std11-parse-address-string): New function. - -Wed Aug 28 20:34:53 1996 MORIOKA Tomohiko - - * std11-parse.el: Parser were moved from tl-822.el and renamed to - `std11-*'. - - * std11.el (std11-parse-address, std11-parse-addresses): Add as - autoload function. - - * tl-822.el: Parser were moved to std11-parse.el and renamed to - `std11-*'. - (rfc822/parse-address): New aliases for `std11-parse-address'. - (rfc822/parse-addresses): New aliases for `std11-parse-addresses'. - -Wed Aug 28 18:18:03 1996 MORIOKA Tomohiko - - * std11.el: Remove autoload for `std11-analyze-*'. - Add `std11-lexical-analyze' as autoload function of std11-parse. - -Wed Aug 28 18:15:17 1996 MORIOKA Tomohiko - - * tl-822.el: Alias `rfc822/analyze-spaces', - `rfc822/analyze-special', `rfc822/analyze-atom', - `rfc822/analyze-quoted-string', `rfc822/analyze-domain-literal', - and `rfc822/analyze-comment' were abolished. - -Wed Aug 28 18:12:56 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/lexical-analyze): New alias for - `std11-lexical-analyze'; moved to std11-parse.el. - - * std11-parse.el (std11-lexical-analyze): New function. - - * tl-822.el (rfc822/analyze-comment): New alias; new - implementation. - - * std11-parse.el (std11-check-enclosure): New function; changed - from `std11-analyze-enclosure'. - (std11-analyze-quoted-string): Use function - `std11-check-enclosure'. - (std11-analyze-domain-literal): Use function - `std11-check-enclosure'. - (std11-analyze-comment): New function. - - * tl-822.el (rfc822/analyze-domain-literal): New alias. - - * std11-parse.el (std11-analyze-domain-literal): New function. - - * std11-parse.el (std11-analyze-enclosure): New function. - (std11-analyze-quoted-string): New implementation. - - * std11-parse.el (std11-analyze-quoted-string): New function. - - * tl-822.el (rfc822/analyze-quoted-string): New alias for - `std11-analyze-quoted-string'; moved to std11-parse.el. - -Wed Aug 28 17:16:30 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/analyze-atom): New alias for - `std11-analyze-atom'; New implementation. - - * std11-parse.el (std11-analyze-atom): New function. - - * std11.el: Add `std11-analyze-special' as autoload function of - std11-parse. - - * std11-parse.el (std11-analyze-special): New function. - - * tl-822.el (rfc822/analyze-special): - New alias for `std11-analyze-special'; moved - to std11-parse.el. - - * std11.el: autoload std11-parse for `std11-analyze-spaces'. - - * std11-parse.el: New module. - - * tl-822.el (rfc822/analyze-spaces): New alias for - `std11-analyze-spaces'; moved to std11-parse.el. - -Wed Aug 28 15:39:00 1996 MORIOKA Tomohiko - - * tl-822.el, std11.el: Function `std11-field-names' was renamed to - `std11-collect-field-names'. - -Wed Aug 28 15:26:10 1996 MORIOKA Tomohiko - - * tl-822.el, std11.el: Function `std11-field-bodies' was renamed - to `std11-find-field-bodies'. - -Wed Aug 28 15:18:03 1996 MORIOKA Tomohiko - - * mu-cite.el - (mu-cite/get-field-value-method-alist, mu-cite/get-field-value): - Function `std11-field-body' was renamed to - `std11-find-field-body'. - - * tl-822.el, std11.el: Function `std11-field-body' was renamed to - `std11-find-field-body'. - -Wed Aug 28 15:11:19 1996 MORIOKA Tomohiko - - * std11.el (std11-unfold-string): New function. - -Wed Aug 28 14:40:33 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/unfolding-string): New alias for - `std11-unfold-string'; moved to std11.el. - -Wed Aug 28 14:17:21 1996 MORIOKA Tomohiko - - * std11.el (std11-field-body): fixed. - - * mu-cite.el: Use function `std11-field-body' instead of - `rfc822/get-field-body'. - - * x-face-mule.el: Use std11.el. - - * std11.el (std11-field-bodies): New function. - - * tl-822.el (rfc822/get-field-bodies): New alias for - `std11-field-bodies'; moved to std11.el. - - * tl-822.el: Constant `rfc822/field-name-regexp' was abolished. - - * tl-822.el: Constant `rfc822/field-top-regexp' was abolished. - - * std11.el (std11-field-names): New function. - - * tl-822.el (rfc822/get-field-names): New alias for - `std11-field-names'; moved to std11.el. - - * tl-822.el: Constant `rfc822::next-field-top-regexp' was - abolished. - - * std11.el (std11-field-body): New function. - - * tl-822.el (rfc822/get-field-body): New alias for - `std11-field-body'; moved to std11.el. - - * std11.el (std11-next-field-head-regexp): New constant. - - * std11.el: New module. - - * tl-822.el (rfc822/narrow-to-header): New alias for - `std11-narrow-to-header'; moved to std11.el. - (rfc822/get-header-string): New alias for `std11-header-string'; - moved to std11.el. - (rfc822/get-header-string-except): New alias for - `std11-header-string-except'; moved to std11.el. - (rfc822/field-end): New alias for `std11-field-end'; moved to - std11.el. - - * tl-seq.el: autoload for cl.el does not work to load cl-seq. (cf. - [tm-en:709,710]) - - -Fri Aug 23 07:28:37 1996 MORIOKA Tomohiko - - * tl: Version 7.48 was released. - -Thu Aug 22 16:21:21 1996 MORIOKA Tomohiko - - * emu-mule.el (set-process-input-coding-system): New alias. - -Wed Aug 21 12:08:41 1996 MORIOKA Tomohiko - - * install.el (install-elisp-module, install-elisp-modules): New - function. - - * file-detect.el (module-installed-p): New function. - -Mon Aug 19 17:38:23 1996 MORIOKA Tomohiko - - * install.el (install-files): New argument `overwrite'. - - * install.el (install-overwritten-file-modes): New variable. - - (install-file): Use variable `install-overwritten-file-modes'. - - * install.el (install-file, install-files): New function. - - * emu-mule.el (charsets-mime-charset-alist): add iso-2022-int-1 as - the largest MIME charset. - -Sun Aug 18 20:38:49 1996 MORIOKA Tomohiko - - * TL-ELS (tl-modules): Changed to list of symbols. - - * mk-tl (compile-tl): Use function `compile-elisp-modules'. - - * mk-tl: tl-els was renamed to TL-ELS. - - * install.el: Initial revision - - * emu-mule.el (charsets-mime-charset-alist): add lc-roman and - lc-jpold to iso-2022-jp, iso-2022-jp-2 and iso-2022-int-1. - - * emu-18.el (buffer-undo-list): define default variable as nil. - - * tl-list.el (put-alist): New implementation. - - * tl-list.el (put-alist): Use `setcdr' instead of `rplacd'. - -Sun Aug 18 08:10:43 1996 MORIOKA Tomohiko - - * tl-list.el (set-alist): New implementation. - - * tl-list.el (put-alist): DOC-string was modified. - -Sun Aug 18 07:30:38 1996 MORIOKA Tomohiko - - * emu.el: Alias `tl:read-string' was abolished. - -Sun Aug 18 07:29:06 1996 MORIOKA Tomohiko - - * mu-cite.el (mu-cite/get-prefix-register-verbose-method): Use - `read-string' instead of `tl:read-string'. - - * mu-cite.el (mu-cite/get-prefix-register-method): Use - `read-string' instead of `tl:read-string'. - - * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method): Use - `read-string' instead of `tl:read-string'. - - (mu-cite/get-bbdb-prefix-register-verbose-method): Use - `read-string' instead of `tl:read-string'. - - * emu.el: Redefine `read-string' for EMACS 19.28 or earlier. - -Sun Aug 18 06:39:40 1996 MORIOKA Tomohiko - - * emu-nemacs.el (decode-coding-string): New function. - -Sat Aug 17 03:25:51 1996 MORIOKA Tomohiko - - * emu-e19.el (mime-charset-to-coding-system): New function. - - * emu-e19.el (decode-coding-string): New function. - - * emu-mule.el: Function `character-decode-string' was renamed to - `decode-coding-string'. - -Fri Aug 16 06:06:40 1996 MORIOKA Tomohiko - - * tl-seq.el: comment was modified. - -Fri Aug 16 06:05:21 1996 MORIOKA Tomohiko - - * tl-seq.el: Don't autoload `position-if-not'. - - * tl-seq.el: Function `position-mismatched' was abolished. - - * tl-822.el (rfc822/analyze-comment): Use `string-match' instead - of `position-mismatched'. - - * tl-822.el (rfc822/analyze-domain-literal): New implementation. - - * tl-822.el (rfc822/analyze-atom): New implementation. - - * tl-822.el (rfc822/analyze-spaces): New implementation. - -Fri Aug 16 05:02:08 1996 MORIOKA Tomohiko - - * tl-seq.el: require file-detect. - -Fri Aug 16 04:59:13 1996 MORIOKA Tomohiko - - * genjis.el: Use function `find-if' instead of `some-element'. - - * tl-seq.el: Function `some-element' was abolished. - -Fri Aug 16 04:36:45 1996 MORIOKA Tomohiko - - * file-detect.el (add-path): moved from tl-misc.el. - - * tl-misc.el: Function `add-path' was moved to file-detect.el. - -Fri Aug 16 04:32:46 1996 MORIOKA Tomohiko - - * file-detect.el (get-latest-path): moved from tl-misc.el. - - * tl-misc.el: Function `get-latest-path' was moved to - file-detect.el. - -Fri Aug 16 04:27:54 1996 MORIOKA Tomohiko - - * tl-misc.el, tl-seq.el, tl-els, file-detect.el: module.el was - renamed to file-detect.el. - -Fri Aug 16 04:06:42 1996 MORIOKA Tomohiko - - * tl-seq.el, tl-misc.el, tl-els, module.el: install.el was renamed - to module.el. - -Fri Aug 16 03:27:50 1996 MORIOKA Tomohiko - - * tl-seq.el: Use `file-installed-p'. - -Fri Aug 16 03:09:15 1996 MORIOKA Tomohiko - - * tl-seq.el: Don't use cl.el if cl-seq.el is not found. - -Fri Aug 16 03:00:43 1996 MORIOKA Tomohiko - - * tl-els: Add install.el. - - * install.el: Initial revision - - * tl-misc.el: Function `file-installed-p' was moved to install.el. - -Fri Aug 16 02:04:24 1996 MORIOKA Tomohiko - - * tl-els: Add range.el. - -Fri Aug 16 02:02:55 1996 MORIOKA Tomohiko - - * range.el: New module. - - * tl-list.el: Range functions were moved to range.el. - - * tl-list.el: Don't use cl.el for EMACS 18. - -Wed Aug 14 23:11:07 1996 MORIOKA Tomohiko - - * tl-seq.el: Use cl.el; Don't define function `find' if it is - already exist. - -Wed Aug 14 02:32:13 1996 MORIOKA Tomohiko - - * tl-list.el: `(autoload 'last "cl")' instead of `(require 'cl)'. - -Wed Aug 14 02:15:12 1996 MORIOKA Tomohiko - - * tl-str.el (replace-space-with-underline): fixed problem in - XEmacs 20. - -Wed Aug 14 01:19:22 1996 MORIOKA Tomohiko - - * tl-list.el (map-union): Use `nreverse' instead of `reverse'. - - * tl-list.el (index): Use `nreverse' instead of `reverse'. - -Wed Aug 14 01:01:06 1996 MORIOKA Tomohiko - - * tl-list.el (permute): Use `nconc'. - -Wed Aug 14 00:53:35 1996 MORIOKA Tomohiko - - * tl-list.el (every-combination): Use `nreverse' instead of - `reverse'. - -Wed Aug 14 00:47:47 1996 MORIOKA Tomohiko - - * tl-list.el (except-nth): New implementation. - - * tl-list.el (nexcept-nth): New function. - -Wed Aug 14 00:24:14 1996 MORIOKA Tomohiko - - * tl-list.el (nnth-prev): New function. - (nth-prev): New implementation. - -Tue Aug 13 23:55:20 1996 MORIOKA Tomohiko - - * tl-list.el: Function `butlast' and `nbutlast' were abolished; - Use cl.el. - -Tue Aug 13 23:46:50 1996 MORIOKA Tomohiko - - * tl-list.el: Function `last' was abolished. - - * tl-list.el: Function `subsetp' was abolished. - - * tl-list.el: Function `cadr' was abolished. - - * tl-list.el: Function `caar' was abolished. - - -Tue Aug 6 12:18:37 1996 MORIOKA Tomohiko - - * tl: Version 7.44 was released. - -Mon Aug 5 15:15:18 1996 MORIOKA Tomohiko - - * emu-mule.el (mime-charset-coding-system-alist): add `x-ctext'. - - (default-mime-charset): default value was changed to `x-ctext'. - - -Thu Aug 1 06:43:54 1996 MORIOKA Tomohiko - - * tl: Version 7.43.2 was released. - - * tl-els: x-face-mule.el was added for MULE. - - * x-face-mule.el: Function `bitmap-decode-x-face' was renamed to - `x-face-decode-message-header'. - - * x-face-mule.el: Variable `bitmap-uncompface-program' was renamed - to `uncompface-program'. - - * bitmap.el: X-Face features were split into x-face-mule.el. - - * x-face-mule.el: Initial revision - -Thu Aug 1 06:20:16 1996 MORIOKA Tomohiko - - * bitmap.el: Function `bitmap-show-xbm-file' was renamed to - `bitmap-insert-xbm-file'. - - * bitmap.el: Function `bitmap-show-xbm-buffer' was renamed to - `bitmap-insert-xbm-buffer'. - - * smiley-mule.el (smiley-buffer, smiley-region): New - implementation. - - * smiley-mule.el (smiley-face-bitmap-alist): Renamed from variable - `smiley-face-bitmap-alist'; key part was changed to normal string - from regexp. - -Wed Jul 31 04:41:17 1996 MORIOKA Tomohiko - - * smiley-mule.el: Variable `smiley-weep-bitmap' was renamed to - `smiley-bitmap-for-weep'. - - * smiley-mule.el: Variable `smiley-ase3-bitmap' was renamed to - `smiley-bitmap-for-ase3'. - - * smiley-mule.el: Variable `smiley-ase2-bitmap' was renamed to - `smiley-bitmap-for-ase2'. - - * smiley-mule.el: Variable `smiley-ase-bitmap' was renamed to - `smiley-bitmap-for-ase'. - - * smiley-mule.el: Variable `smiley-winking-bitmap' was renamed to - `smiley-bitmap-for-winking'. - - * smiley-mule.el: Variable `smiley-smile-bitmap' was renamed to - `smiley-bitmap-for-smile'. - -Mon Jul 29 20:47:32 1996 MORIOKA Tomohiko - - * tl-els: latex-math-symbol.el was added for all mule variants. - - * latex-math-symbol.el: New module for mule. - -Mon Jul 29 20:20:18 1996 MORIOKA Tomohiko - - * tl-els: smiley-mule.el was added. - - * smiley-mule.el: New module for MULE. - -Fri Jul 26 20:04:15 1996 MORIOKA Tomohiko - - * bitmap.el (bitmap-read-xbm-file): New function. - -Fri Jul 26 19:40:29 1996 MORIOKA Tomohiko - - * bitmap.el: Function `bitmap-show-xbm' was renamed to - `bitmap-show-xbm-buffer'. - - * bitmap.el (bitmap-show-xbm-file): New function; renamed from - `bitmap-read-xbm'. - - * bitmap.el (bitmap-show-xbm): New implementation; use function - `bitmap-read-xbm-buffer' and `bitmap-decode-xbm'. - - * bitmap.el (bitmap-read-xbm-buffer): New function. - - * bitmap.el (bitmap-decode-xbm): New function. - -Fri Jul 26 12:08:55 1996 MORIOKA Tomohiko - - * emu-18.el (buffer-undo-list): New variable for EMACS 18.55. - - -Tue Jul 23 14:58:47 1996 MORIOKA Tomohiko - - * tl: Version 7.43.1 was released. - - * emu.el (emacs-minor-version): fixed for NEpoch. - -Mon Jul 22 18:54:54 1996 MORIOKA Tomohiko - - * emu-xemacs.el, emu-19.el, emu-18.el - (enable-invisible): New macro. - (end-of-invisible): New macro. - - * emu-x20.el: add `(require 'cyrillic)'. - - -Wed Jul 17 05:35:50 1996 MORIOKA Tomohiko - - * tl: Version 7.43 was released. - -Mon Jul 15 08:29:22 1996 MORIOKA Tomohiko - - * emu-x20.el: Alias `character-decode-region' was abolished. - - * emu-x20.el: Alias `character-decode-string' was abolished. - - * emu-e19.el, emu-nemacs.el, emu-mule.el: Function - `character-decode-region' was abolished. - - * emu-e19.el, emu-nemacs.el: Function `character-decode-string' - was abolished. - -Sun Jul 14 15:00:32 1996 MORIOKA Tomohiko - - * emu-nemacs.el (encode-mime-charset-region): check kanji-code. - (decode-mime-charset-region): check kanji-code. - -Sun Jul 14 14:56:46 1996 MORIOKA Tomohiko - - * emu-e19.el, emu-nemacs.el, emu-x20.el, emu-mule.el - (decode-mime-charset-region): New function. - -Sun Jul 14 12:24:45 1996 MORIOKA Tomohiko - - * emu-x20.el: Alias `character-encode-region' was abolished. - - * emu-e19.el, emu-nemacs.el, emu-mule.el: Function - `character-encode-region' was abolished. - -Sun Jul 14 12:18:35 1996 MORIOKA Tomohiko - - * emu-mule.el (decode-mime-charset-string): Use function - `character-decode-string'. - -Sun Jul 14 11:47:20 1996 MORIOKA Tomohiko - - * emu-mule.el, emu-e19.el, emu-nemacs.el: Function - `character-encode-string' was abolished. - - * emu-x20.el: Alias `character-encode-string' was abolished. - -Sun Jul 14 11:29:02 1996 MORIOKA Tomohiko - - * emu-nemacs.el, emu-e19.el, emu-x20.el, emu-mule.el - (decode-mime-charset-string): New function. - - -Thu Jul 11 14:11:12 1996 MORIOKA Tomohiko - - * tl: Version 7.36 was released. - - * emu.el (emacs-minor-version): New variable for Emacs 18. - -Thu Jul 11 13:59:54 1996 MORIOKA Tomohiko - - * emu-nemacs.el (charsets-mime-charset-alist): New variable. - (default-mime-charset): New variable. - (mime-charset-coding-system-alist): New variable. - (mime-charset-to-coding-system): New function. - (detect-mime-charset-region): New function. - (encode-mime-charset-region): New function. - (encode-mime-charset-string): New function. - -Thu Jul 11 09:04:23 1996 MORIOKA Tomohiko - - * emu.el (charsets-to-mime-charset): New function; moved from - emu-*.el. - -Thu Jul 11 08:58:54 1996 MORIOKA Tomohiko - - * emu-x20.el, emu-mule.el, emu-e19.el: Function - `charsets-to-mime-charset' was moved to emu.el. - - * emu-e19.el (charsets-mime-charset-alist): New variable. - (default-mime-charset): New variable. - (charsets-to-mime-charset): New function. - (detect-mime-charset-region): New function. - (encode-mime-charset-region): New function. - (encode-mime-charset-string): New function. - -Wed Jul 10 13:58:11 1996 MORIOKA Tomohiko - - * emu-x20.el (encode-mime-charset-region): New function. - (encode-mime-charset-string): New function. - -Wed Jul 10 13:55:09 1996 MORIOKA Tomohiko - - * emu-x20.el (detect-mime-charset-region): New function. - - * emu-x20.el (mime-charset-to-coding-system): New function. - - * emu-x20.el (mime-charset-coding-system-alist): New variable. - - * emu-x20.el (charsets-to-mime-charset): New function. - - * emu-x20.el (default-mime-charset): New variable. - - * emu-x20.el: charset constants were abolished. - (charsets-mime-charset-alist): New variable. - - * emu-mule.el: charset constants were abolished. - -Wed Jul 10 12:54:46 1996 MORIOKA Tomohiko - - * emu-mule.el (encode-mime-charset-string): New function. - -Wed Jul 10 11:58:23 1996 MORIOKA Tomohiko - - * emu-mule.el (encode-mime-charset-region): New function. - - -Tue Jul 9 13:16:23 1996 MORIOKA Tomohiko - - * tl: Version 7.31.1 was released. - - * mu-replace.el (edit-replace-mode-map): Use function - `copy-keymap'. - -Mon Jul 8 07:46:02 1996 MORIOKA Tomohiko - - * emu-mule.el (mime-charset-to-coding-system): New function. - - * emu-mule.el (mime-charset-coding-system-alist): New variable. - - * emu-mule.el (detect-mime-charset-region): New function. - - * emu-mule.el (charsets-to-mime-charset): New function. - -Mon Jul 8 06:49:48 1996 MORIOKA Tomohiko - - * tl-list.el (subsetp): wrote doc-string. - - * emu-mule.el (default-mime-charset): New variable. - - * emu-mule.el (charsets-mime-charset-alist): New variable. - -Thu Jul 4 16:57:52 1996 MORIOKA Tomohiko - - * mu-cite.el (compress-cited-prefix): check Message-Id. - - * mu-cite.el (compress-cited-prefix): fixed. - -Wed Jul 3 06:27:10 1996 MORIOKA Tomohiko - - * emu.el (running-emacs-19_29-or-later): fixed. - -Wed Jul 3 05:59:24 1996 MORIOKA Tomohiko - - * emu.el (running-xemacs-20-or-later): New variable. - (running-xemacs-19_14-or-later): Use variable - `running-xemacs-20-or-later'. - - * emu.el (running-emacs-19_29-or-later): fixed. - -Sun Jun 30 01:00:37 1996 MORIOKA Tomohiko - - * emu-x20.el (char-category): New function. - -Sat Jun 29 08:23:05 1996 MORIOKA Tomohiko - - * mu-cite.el (fill-cited-region): - modified about fill-prefix collecting. - -Sat Jun 29 08:03:34 1996 MORIOKA Tomohiko - - * tl-str.el (string-compare-from-top): New function. - - -Thu Jun 27 17:29:23 1996 MORIOKA Tomohiko - - * tl: Version 7.31 was released. - - * mu-cite.el (mu-cite/make-methods): run-hooks - `mu-cite/instantiation-hook'. - -Wed Jun 26 15:33:39 1996 MORIOKA Tomohiko - - * emu-mule.el (character-decode-string): New implementation. - -Wed Jun 26 08:41:17 1996 MORIOKA Tomohiko - - * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 26 is - broken too. - - * emu-mule.el, emu-e19.el, emu-nemacs.el, emu-x20.el - (as-binary-process): New macro. - -Wed Jun 19 23:24:56 1996 Shuhei KOBAYASHI - - * mu-cite.el: NISHIJIMA Takanori - 's patch was applied with - some modifications. (cf. [tm-ja:1935]) - -Mon Jun 17 23:49:48 1996 MORIOKA Tomohiko - - * emu-mule.el (regulate-latin-char, regulate-latin-string): New - function. - -Mon Jun 17 23:47:19 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/qtext-regexp, rfc822/quoted-string-regexp): - new constant; define again. - -Thu Jun 13 17:13:13 1996 MORIOKA Tomohiko - - * tl-822.el: Variable `rfc822/qtext-regexp' and - `rfc822/quoted-string-regexp' were abolished. - - * tl-822.el: Function `rfc822/analyze-quoted-pair' was abolished. - - * tl-822.el (rfc822/analyze-quoted-string): New implementation. - - -Wed Jun 12 05:28:42 1996 MORIOKA Tomohiko - - * tl: Version 7.30 was released. - -Wed Jun 12 03:55:10 1996 Shuhei KOBAYASHI - - * mu-cite.el (mu-cite/cite-original): Run `mu-cite/pre-cite-hook' - after narrowing to the message. - -Mon Jun 10 07:59:23 1996 MORIOKA Tomohiko - - * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 24 is - broken too. - -Mon Jun 10 07:37:33 1996 MORIOKA Tomohiko - - * emu-x20.el (char-length): New function. - -Mon Jun 10 07:34:46 1996 MORIOKA Tomohiko - - * emu-e19.el, emu-mule.el, emu-nemacs.el (char-length): New alias. - - -Mon Jun 3 14:36:59 1996 MORIOKA Tomohiko - - * tl: Version 7.29.1 was released. - - * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 22 is - broken too. - - -Tue May 28 06:48:04 1996 MORIOKA Tomohiko - - * tl: Version 7.29 was released. - - * mu-comment.el (comment-sexp): Unused local variable `p' was - abolished. - -Tue May 28 06:30:51 1996 MORIOKA Tomohiko - - * emu-e19.el, emu-nemacs.el (charset-description): New function. - (charset-registry): New function. - (charset-columns): New function. - (charset-direction): New function. - - -Mon May 27 14:04:12 1996 MORIOKA Tomohiko - - * tl: Version 7.27.1 was released. - - * emu-mule.el (charset-*): New constants. - - * emu-x20.el (charset-*): New constants. - (charset-description): New alias. - - * emu-e19.el (char-charset): - Use constant `charset-ascii' and `charset-latin-1'. - -Mon May 27 12:17:42 1996 MORIOKA Tomohiko - - * emu-nemacs.el (char-charset): Use constant `charset-ascii' and - `charset-jisx0208'. - - * emu-nemacs.el (charset-ascii): New constant. - (charset-jisx0208): New constant. - -Mon May 27 12:06:05 1996 MORIOKA Tomohiko - - * emu-mule.el (charset-description): New alias. - (charset-registry): New alias. - (charset-columns): New alias. - (charset-direction): New alias. - -Mon May 27 11:28:24 1996 MORIOKA Tomohiko - - * emu-mule.el (string-columns): New alias. - - * emu-nemacs.el, emu-e19.el, emu-x20.el (string-columns): New - alias; You should use it instead of `string-width'. - -Mon May 27 10:07:19 1996 MORIOKA Tomohiko - - * emu-nemacs.el (truncate-string): Use function `char-columns' - instead of `char-width'. - -Mon May 27 10:01:14 1996 MORIOKA Tomohiko - - * emu-mule.el (char-columns): New alias. - - * emu-nemacs.el, emu-e19.el, emu-x20.el (char-columns): New - function; You should use it instead of `char-width'. - -Sat May 25 20:23:36 1996 MORIOKA Tomohiko - - * emu-xemacs.el (invisible-p): New function. - (next-visible-point): New function. - -Sat May 25 20:21:22 1996 MORIOKA Tomohiko - - * emu-19.el (invisible-p): New function. - (next-visible-point): New function. - -Sat May 25 20:14:52 1996 MORIOKA Tomohiko - - * emu-18.el (invisible-p): New function. - (next-visible-point): New function. - -Sat May 25 19:51:23 1996 MORIOKA Tomohiko - - * emu-18.el (invisible-region): New function. - (visible-region): New function. - -Sat May 25 19:28:13 1996 MORIOKA Tomohiko - - * emu-xemacs.el (invisible-region): New function. - (visible-region): New function. - -Sat May 25 19:22:50 1996 MORIOKA Tomohiko - - * emu-19.el (invisible-region): New function. - (visible-region): New function. - - -Thu May 23 01:31:02 1996 MORIOKA Tomohiko - - * tl: Version 7.27 was released. - -Wed May 22 02:51:33 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/address-string): Unused local variable - `addr-spec' was abolished. - - -Mon May 20 15:52:28 1996 MORIOKA Tomohiko - - * tl: Version 7.26 was released. - - * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 20 is - broken too. - -Mon May 20 15:51:11 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/parse-addr-spec): Unused local variable - `at-sign' was abolished. - -Mon May 20 13:08:14 1996 MORIOKA Tomohiko - - * mu-cite.el (citation-mark-chars): New variable. - (compress-cited-prefix): Use variable `citation-mark-chars'. - - -Fri May 17 08:12:46 1996 MORIOKA Tomohiko - - * tl: Version 7.25 was released. - - * tl-822.el (rfc822/analyze-comment): Unused local variable `chr' - was abolished. - - -Wed May 15 14:23:50 1996 MORIOKA Tomohiko - - * tl: Version 7.24 was released. - - * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable - `len' was abolished. - -Wed May 15 14:19:45 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable - `i' was abolished. - -Wed May 15 14:12:22 1996 MORIOKA Tomohiko - - * tl-list.el (permute): Unnecessary local variable `ret' was - abolished. - -Wed May 15 14:05:34 1996 MORIOKA Tomohiko - - * emu-x20.el (string-to-int-list): New function; moved from - em-xemacs.el. - - * emu-xemacs.el: Function `string-to-int-list' for XEmacs 19 was - deleted, for XEmacs 20 with Mule was moved to emu-x20.el. - - * emu-x20.el, emu-e19.el: rearrangement. - -Tue May 14 16:28:33 1996 MORIOKA Tomohiko - - * emu-mule.el: rearrangement. - - * emu-mule.el (string-to-int-list): New alias; moved from emu-19.el. - -Tue May 14 16:23:29 1996 MORIOKA Tomohiko - - * emu-e19.el (string-to-int-list): New alias; moved from emu-19.el. - - * emu-19.el: Alias `string-to-int-list' was moved to emu-e19.el - and emu-mule.el. - -Tue May 14 06:55:46 1996 MORIOKA Tomohiko - - * mu-cite.el (compress-cited-prefix): New function. - - -Tue May 14 02:41:20 1996 MORIOKA Tomohiko - - * tl: Version 7.22.5 was released. - - * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 19 is - broken too. - - -Sat May 11 08:36:35 1996 MORIOKA Tomohiko - - * tl: Version 7.22.4 was released. - - * emu.el (add-to-list): New function for Emacs 19.28 or earlier. - -Thu May 9 16:38:20 1996 MORIOKA Tomohiko - - * emu-mule.el (fontset-pixel-size): New implementation. - -Thu May 9 15:09:00 1996 MORIOKA Tomohiko - - * emu-18.el (tl:add-text-properties): New function; moved from - emu-nemacs.el or emu-mule.el. - - * emu-mule.el, emu-nemacs.el: Function `tl:add-text-properties' - was moved to emu-18.el. - -Thu May 9 15:01:57 1996 MORIOKA Tomohiko - - * emu-18.el (remove-text-properties): New function. - - * emu-nemacs.el (character-encode-string): - Renamed from `encode-coding-string'. - (character-decode-string): Renamed from `decode-coding-string'. - -Thu May 9 14:26:27 1996 MORIOKA Tomohiko - - * emu-e19.el (character-encode-string): Renamed from - `encode-coding-string'. - (character-decode-string): Renamed from `decode-coding-string'. - -Thu May 9 14:07:02 1996 MORIOKA Tomohiko - - * emu-mule.el (character-encode-string): Renamed from - `encode-coding-string'. - (character-decode-string): Renamed from `decode-coding-string'. - -Thu May 9 13:48:25 1996 MORIOKA Tomohiko - - * emu-x20.el (character-encode-string, character-decode-string): - New alias. - - * emu-x20.el (character-encode-region, character-decode-region): - New alias. - -Thu May 9 13:22:18 1996 MORIOKA Tomohiko - - * emu-e19.el (character-encode-region): New function. - (character-decode-region): New function. - Function `encode-coding-region' and `decode-coding-region' were - abolished. - -Thu May 9 12:54:58 1996 MORIOKA Tomohiko - - * emu-mule.el (character-encode-region): New function. - (character-decode-region): New function. - Function `encode-coding-region' and `decode-coding-region' were - abolished. - -Thu May 9 12:45:03 1996 MORIOKA Tomohiko - - * emu-nemacs.el (character-encode-region): fixed for NEmacs bug? - (character-decode-region): fixed for NEmacs bug? - - * emu-nemacs.el (code-convert-region): fixed for NEmacs bug? - (character-encode-region): New function. - (character-decode-region): New function. - Function `encode-coding-region' and `decode-coding-region' were - abolished. - - -Wed May 8 13:56:30 1996 MORIOKA Tomohiko - - * tl: Version 7.22.3 was released. - - * tl-list.el (last): New implementation. +1997-03-14 MORIOKA Tomohiko - -Tue May 7 18:16:38 1996 MORIOKA Tomohiko + * APEL: Version 3.2 was released. - * tl: Version 7.22.2 was released. +Fri Mar 14 09:54:04 1997 MORIOKA Tomohiko - * emu-x20.el (*hz*, *big5*, *euc-kr*, *koi8*): New constant. + * file-detect.el (get-latest-path): Check directory is exist or not. -Tue May 7 17:50:26 1996 MORIOKA Tomohiko +Fri Mar 14 09:25:15 1997 MORIOKA Tomohiko - * emu.el (running-xemacs-19): Definition was changed. - (running-xemacs-20): Definition was changed. + * APEL-ELS: Add install.el. -Tue May 7 17:15:31 1996 MORIOKA Tomohiko +Fri Mar 14 07:24:37 1997 MORIOKA Tomohiko - * tl-els: bitmap.el must be regarded as Mule depended module. + * Makefile, APEL-MK, APEL-CFG: New file. -Tue May 7 16:40:44 1996 MORIOKA Tomohiko - - * emu-x20.el (xemacs-beta-version): New variable. - (code-converter-is-broken): Use variable `xemacs-beta-version'. - -Tue May 7 07:00:50 1996 Shuhei KOBAYASHI - - * emu.el, mu-bbdb.el, mu-cite.el: KOBAYASHI Shuhei's address was - changed. - -Tue May 7 06:29:59 1996 MORIOKA Tomohiko - - * emu.el (running-xemacs-19_14-or-later): New variable. - setting for text/enriched and text/richtext. - - -Mon Apr 29 06:30:47 1996 MORIOKA Tomohiko - - * tl: Version 7.22.1 was released. - -Sun Apr 28 16:53:05 1996 MORIOKA Tomohiko - - * emu-x20.el (find-charset-string, find-charset-region): don't - include ascii. - -Sat Apr 27 19:08:03 1996 MORIOKA Tomohiko - - * emu-x20.el (lc-ascii, lc-ltn1, lc-ltn2, lc-ltn3, lc-ltn4, - lc-crl, lc-arb, lc-grk, lc-hbw, lc-ltn5, lc-jp, lc-jp2, lc-kr, - lc-big5-1, lc-big5-2, lc-cn, lc-cns1, lc-cns2, lc-cns3, lc-cns4, - lc-cns5, lc-cns6, lc-cns7): New constant. - -Sat Apr 27 15:43:06 1996 MORIOKA Tomohiko - - * bitmap.el (bitmap-show-xbm): `j' should be defined as local - variable. - - * tl-els: add emu-x20.el. - -Sat Apr 27 15:25:33 1996 MORIOKA Tomohiko - - * emu.el: require emu-x20 if running XEmacs 20 with Mule feature. - -Sat Apr 27 15:24:00 1996 MORIOKA Tomohiko - - * emu-x20.el: New module for XEmacs 20 with Mule. - -Sat Apr 27 13:48:55 1996 MORIOKA Tomohiko - - * emu-e19.el (decode-coding-region): New function. - (encode-coding-region): New function. - (decode-coding-string): New function. - (encode-coding-string): New function. - -Sat Apr 27 13:36:32 1996 MORIOKA Tomohiko - - * emu-nemacs.el (decode-coding-region): New function. - (encode-coding-region): New function. - (decode-coding-string): New function. - (encode-coding-string): New function. - - * emu-nemacs.el: KOBAYASHI Shuhei's address was changed. - -Sat Apr 27 13:27:06 1996 MORIOKA Tomohiko - - * emu-mule.el (decode-coding-region): New function. - (encode-coding-region): New function. - (decode-coding-string): New function. - (encode-coding-string): New function. - - * tl-els: emu-19.el was renamed to `emu-e19.el'. - - * emu-mule.el (fontset-pixel-size): New implementation. - -Sat Apr 27 11:21:45 1996 MORIOKA Tomohiko - - * emu.el, emu-e19.el: emu-orig.el was renamed to `emu-e19.el'. - - * emu-nemacs.el, emu-e19.el: Alias `get-lc' was abolished. - - * emu-mule.el: Function `get-lc' was abolished. - - -Fri Apr 26 05:28:30 1996 MORIOKA Tomohiko - - * tl: Version 7.22 was released. - - * tl-els: Version check for enriched.el was fixed for XEmacs 19.14. - -Fri Apr 26 02:45:12 1996 MORIOKA Tomohiko - - * bitmap.el (bitmap-decode-x-face): New function. - (bitmap-uncompface-program): New variable. - - * bitmap.el: New module. - -Thu Apr 25 22:15:52 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/get-field-names): New function. - -Thu Apr 25 21:30:12 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/get-field-bodies): New argument `boundary'; - use function `rfc822/narrow-to-header'. - - * tl-822.el (rfc822/get-field-body): add new argument `boundary'; - use function `rfc822/narrow-to-header'. - - * tl-822.el (rfc822/narrow-to-header): New function. - (rfc822/get-header-string): Use function `rfc822/narrow-to-header'. - (rfc822/get-header-string-except): Use function - `rfc822/narrow-to-header'. - -Thu Apr 25 16:15:12 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/get-header-string, - rfc822/get-header-string-except): Argument `boundary' is changed - to optional. - - * tl-822.el (rfc822/get-header-string): New function. - -Thu Apr 25 15:04:17 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/get-field-bodies): New function. - -Thu Apr 25 13:22:26 1996 Michael Sperber - - * tl-list.el (caar, cadr, last, butlast): changed to function - because these macros in tl-list.el screw up at least the loop - macro in CL which causes other lossage. (cf. [tm-en:467]) - - -Thu Apr 25 12:08:33 1996 MORIOKA Tomohiko - - * tl: Version 7.19.3 was released. - -Wed Apr 24 15:27:17 1996 MORIOKA Tomohiko - - * emu-orig.el (sref): New alias. - - * emu-mule.el (char-charset): New alias. - -Wed Apr 24 13:46:56 1996 MORIOKA Tomohiko - - * emu-nemacs.el, emu-orig.el: Function `char-leading-char' was - renamed to `char-charset'; `char-leading-char' became alias of - function `char-charset'. - - * tl-str.el (replace-char-by-char): abolished. - - * emu-nemacs.el (sref): fixed. - - * emu-nemacs.el (string-to-int-list): moved from emu-18.el. - - * emu-18.el (string-to-int-list): moved to emu-nemacs.el. - - * emu-xemacs.el, emu-19.el (string-to-int-list): fixed to define. - - * emu-18.el (string-to-int-list): fixed. - -Wed Apr 24 00:57:07 1996 MORIOKA Tomohiko - - * mu-replace.el: defvar for global variables. - - * tl-misc.el (get-latest-path): New implementation. - -Wed Apr 24 00:16:45 1996 MORIOKA Tomohiko - - * tl-str.el (filename-special-char-range): use function `char-int' - and `string-to-int-list'. - - * emu-xemacs.el, emu-19.el, emu-18.el (string-to-int-list): - New function. - - * emu.el (char-int): New function. - (int-char): New function. - - -Sat Apr 20 13:10:42 1996 MORIOKA Tomohiko - - * tl: Version 7.19.2 was released. - -Fri Apr 19 19:24:32 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/parse-addresses): use `nreverse' - - * tl-822.el (rfc822/parse-group): use `nreverse' - - * tl-822.el (rfc822/parse-token-or-comment): use `nreverse' - - * tl-822.el (rfc822/parse-ascii-token): use `nreverse' - - * tl-822.el (rfc822/parse-token): use `nreverse' - - * tl-822.el (rfc822/lexical-analyze): use `nreverse' - -Fri Apr 19 18:48:55 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/address-string): support group - (rfc822/full-name-string): support group - -Fri Apr 19 07:44:39 1996 MORIOKA Tomohiko - - * tl-seq.el (foldr): fixed - -Fri Apr 19 07:26:08 1996 MORIOKA Tomohiko - - * tl-seq.el (foldl): use `1+' - - * tl-seq.el (foldr): New function - -Wed Apr 17 15:18:54 1996 MORIOKA Tomohiko - - * emu-mule.el: use `running-emacs-19' and `running-emacs-18'. - - * emu-nemacs.el: delete definition of `emacs-major-version'. - - * emu-orig.el: use `running-emacs-19'. - - * emu.el: define `emacs-major-version' if not bound. - - * emu-mule.el: delete check and define `emacs-major-version'. - - * emu-orig.el: use `running-xemacs'. - - -Mon Apr 15 08:57:58 1996 MORIOKA Tomohiko - - * tl: Version 7.19.1 was released. - - * tl-822.el (rfc822/parse-ascii-token): does not exit from loop - even if token-value is nil. - - * tl-822.el (rfc822/parse-ascii-token): nil check for token-value - -Sun Apr 14 00:11:18 1996 MORIOKA Tomohiko - - * emu.el (running-emacs-18, running-emacs-19): New variable - - * emu.el (running-emacs-19_29-or-later): New variable - -Sat Apr 13 23:46:09 1996 MORIOKA Tomohiko - - * emu.el (running-xemacs): New variable - -Thu Apr 11 14:13:56 1996 MORIOKA Tomohiko - - * mu-comment.el (comment-sexp-first-line-method-alist): New variable - (comment-sexp-middle-line-method-alist): New variable - (comment-sexp-last-line-method-alist): New variable - (comment-sexp-middle-line-method-for-lisp): New function - (comment-sexp-middle-line-method-for-c++): New function - (comment-sexp-first-line-method-for-c): New function - (comment-sexp-middle-line-method-for-c): New function - (comment-sexp-last-line-method-for-c): New function - (comment-sexp-last-line-method-for-dummy): New function - (comment-sexp): Call methods instead od insert directly - -Thu Apr 11 01:05:58 1996 MORIOKA Tomohiko - - * emu-xemacs.el (char-list-to-string): New macro - - * emu-19.el (char-list-to-string): New macro; moved from tl-str.el - - * emu-18.el (char-list-to-string): New function - - * tl-str.el: Macro `char-list-to-string' were moved to emu-*.el - -Tue Apr 9 20:42:59 1996 MORIOKA Tomohiko - - * tl-list.el (poly-funcall): New function - -Sun Apr 7 00:37:48 1996 MORIOKA Tomohiko - - * tl-misc.el (get-latest-path): New function - -Sat Apr 6 21:35:59 1996 MORIOKA Tomohiko - - * tl-str.el (version-to-list): New function - (version<, version<=, version>, version>=): New function - -Sat Apr 6 21:31:32 1996 MORIOKA Tomohiko - - * tl-str.el (expand-char-ranges): New function - - -Mon Mar 25 12:00:57 1996 MORIOKA Tomohiko - - * tl: Version 7.19 was released. - -Mon Mar 25 10:43:00 1996 MORIOKA Tomohiko - - * emu-18.el (force-mode-line-update): New function; imported from - Emacs 19.30. - -Mon Mar 25 10:21:25 1996 MORIOKA Tomohiko - - * tl-822.el (rfc822/parse-ascii-token): check token instead of - (cdr token). - -Tue Mar 19 13:21:58 1996 KON-NO Yoichi - - * mu-cite.el: use `(mark t)' instead of `(mark)'. - (cf. [tm-ja:1673]) - -Fri Mar 15 10:50:41 1996 Shuhei KOBAYASHI - - * tl-822.el (rfc822/parse-ascii-token): do nil check for token - value (cf. [tm-ja:1671]) - -Thu Mar 14 16:27:21 1996 MORIOKA Tomohiko - - * tl-str.el: Function `truncate-string' was moved to emu-mule.el. - Alias `top-short-string' and `rightful-boundary-short-string' were - deleted. - - * emu-mule.el (truncate-string): New function; - moved from tl-str.el. - - * emu-nemacs.el (truncate-string): New function; - imported from emu-mule.el. - - * emu-orig.el (truncate-string): New function. - -Thu Mar 14 04:23:25 1996 Shuhei KOBAYASHI - - * tl-str (truncate-string): New Implementation imported from Mule - 2.3. - - -Wed Mar 13 17:16:09 1996 MORIOKA Tomohiko - - * tl: Version 7.18 was released. - - * emu.el (functionp): New function. - - * mu-cite.el (mu-cite/get-value): Use function `functionp'. - -Wed Mar 13 16:35:15 1996 MORIOKA Tomohiko - - * mu-comment.el: New file. - -Sat Mar 9 08:13:21 1996 Hiroshi Ueno - - * mu-cite.el (mu-cite/cite-original): exchange-point-and-mark if - mark < point. (cf. [OS/2:1536]) - -Tue Mar 12 11:32:54 1996 Shuhei KOBAYASHI - - * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method), - (mu-cite/get-bbdb-prefix-register-verbose-method): Don't register - null string. (cf.[tm-ja:1662]) - - * mu-cite.el (mu-cite/get-prefix-register-method), - (mu-cite/get-prefix-register-method): Don't register null string. - (cf.[tm-ja:1662]) - - * emu.el (buffer-substring-no-properties): New implementation - imported from Emacs 19.30. (cf.[tm-ja:1662]) - - -Wed Mar 6 00:24:08 1996 Morioka Tomohiko - - * tl: Version 7.15 was released. - - * mu-cite.el: MINOURA Makoto's E-mail address was - changed. (cf. [tm-ja:1649]) - -Wed Mar 6 00:07:55 1996 Morioka Tomohiko - - * tl-els: add mu-replace.el. - - * mu-replace.el: New file. - -Tue Mar 5 23:33:14 1996 Morioka Tomohiko - - * tl-str.el (replace-char-by-char): New function. - - * tl-str.el (replace-space-with-underline): Function - `replace-space-with-underline' was moved from tm-edit.el. - - * tl-list.el (cons-if): New function. - - -Mon Mar 4 14:31:31 1996 Morioka Tomohiko - - * tl: Version 7.14 was released. - -Mon Mar 4 11:33:53 1996 KON-NO Yoichi - - * mu-cite.el (mu-cite/cite-original): `(mark)' might occur an - error. (cf. [tm-ja:1647]) - -Mon Mar 4 08:58:29 1996 Morioka Tomohiko - - * tl-els: New module - - * mk-tl: use tl-els file. - -Sat Mar 2 13:25:12 1996 Morioka Tomohiko - - * tl-822.el (rfc822/parse-ascii-token): New function. - (rfc822/parse-word, rfc822/parse-local-part, - rfc822/parse-sub-domain, rfc822/parse-domain, - rfc822/parse-at-domain, rfc822/parse-route, - rfc822/parse-route-addr, rfc822/parse-group, - rfc822/parse-addresses): Use function `rfc822/parse-ascii-token' - instead of `rfc822/parse-token'. - - -Wed Feb 28 13:26:26 1996 Morioka Tomohiko - - * tl: Version 7.13 was released. - -Wed Feb 27 19:37:46 1996 Shuhei KOBAYASHI - - * mk-tl: Add `mu-bbdb.el' to module list. - - * mu-bbdb.el: New file. - - * mu-cite.el: (mu-cite/get-field-value-method-alist), - (mu-cite/get-field-value): Typo fixed. - (mu-cite/get-citation-name): Changed to function. - (mu-cite/add-citation-name): New implementation. - (mu-cite/save-to-file): Add sore comments. - (mu-cite/get-prefix-register-method), - (mu-cite/get-prefix-register-verbose-method): Use 'x-attribution. - (mu-cite/default-methods-alist): Method `'x-attribution' was added. - (replace-top-string): New implementation. - -Tue Feb 27 17:50:41 1996 Morioka Tomohiko - - * emu-nemacs.el (*noconv*): New constant. - (*sjis*): New constant. - (code-detect-region): New function. - (set-file-coding-system): New function. - - * emu-orig.el (code-detect-region): New function. - (set-file-coding-system): New function. - - * emu-orig.el (*noconv*): New constant. - - -Mon Feb 26 01:14:28 1996 Morioka Tomohiko - - * tl: Version 7.11.3 was released. - - * emu-18.el (tl:set-text-properties): New function. - (tl:overlay-buffer): New function. (cf. [tm-ja:1606]) - -Mon Feb 26 01:05:28 1996 Morioka Tomohiko - - * emu-18.el (remove-hook): New function: Imported from Emacs - 19.28. (cf. [tm-ja:1606]) - - * emu-18.el (defalias): Implementation was fixed. - (cf. [tm-ja:1606]) - -Mon Feb 26 00:56:18 1996 Morioka Tomohiko - - * emu.el: Version check was changed. (cf. [tm-ja:1606]) - -Mon Feb 26 00:54:12 1996 Morioka Tomohiko - - * emu.el: Version check was changed. (cf. [tm-ja:1606]) - -Sun Feb 25 18:08:24 1996 Morioka Tomohiko - - * tl-list.el (expand-range): New implementation. - - * tl-list.el: Function `uncompress-range' was renamed to - `expand-range'. - - * tl-list.el (member-of-range): New implementation. - -Fri Feb 23 20:43:33 1996 Morioka Tomohiko - - * tl-list.el (last): changed to macro. - -Fri Feb 23 20:36:19 1996 Morioka Tomohiko - - * tl-list.el (caar): New macro. - (cdar): New macro. - - -Sat Feb 23 17:52:54 1996 Morioka Tomohiko - - * tl: Version 7.11.2 was released. - -Thu Feb 22 15:14:30 1996 Morioka Tomohiko - - * tl-str.el (eliminate-last-spaces): New function. - -Thu Feb 22 14:33:08 1996 Morioka Tomohiko - - * tl-str.el (filename-special-char-range): New variable. - (filename-space-char-range): New variable. - (replace-as-filename): New implementation. - -Thu Feb 22 14:24:39 1996 Morioka Tomohiko - - * tl-list.el (compress-sorted-numbers): New function imported from - Gnus. - (uncompress-range): New function imported from Gnus. - (member-of-range): New function imported from Gnus. - - -Wed Feb 14 13:00:02 1996 Morioka Tomohiko - - * tl: Version 7.11.1 was released. - -Mon Feb 12 07:34:30 1996 Morioka Tomohiko - - * tl-misc.el (add-path): Document string was fixed. - -Mon Feb 12 07:27:03 1996 Morioka Tomohiko - - * tl-misc.el (file-installed-p): new function - - -Sat Feb 2 17:08:20 1996 Morioka Tomohiko - - * tl: Version 7.11 was released. - -Wed Jan 31 00:07:57 1996 Morioka Tomohiko - - * mu-cite.el (mu-cite/get-field-value-methoda-list): fixed problem - in mh-letter-mode - -Thu Jan 25 08:07:39 1996 Morioka Tomohiko - - * tl-822.el: Don't use `equal' to compare strings. - - -Thu Jan 25 02:13:37 1996 Morioka Tomohiko - - * tl: Version 7.10 was released. - - * emu-orig.el (*internal*, *ctext*): new constant - - * emu-orig.el (code-convert-string): new function - - * emu-orig.el (code-convert-region): new function - - * emu-nemacs.el (*ctext*): new constant - - * emu-18.el: Comment was fixed. - - * emu-18.el (byte-code-function-p): check whether cons or not - -Wed Jan 24 07:12:37 1996 Morioka Tomohiko - - * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable - - * mu-cite.el (mu-cite/get-field-value): new function - - -Sat Jan 20 13:25:43 1996 Morioka Tomohiko - - * tl: Version 7.09 was released. - -Thu Jan 18 17:16:05 1996 Morioka Tomohiko - - * mu-cite.el: new method `in-id': default value of variable - `mu-cite/top-format' was changed to use it. - -Thu Jan 18 14:48:33 1996 Morioka Tomohiko - - * tl-822.el (rfc822/non-qtext-char-list): new constant - - * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted. - - * tl-822.el (rfc822/wrap-as-quoted-string): new function - - * tl-str.el (char-list-to-string): new macro - - * genjis.el: new module - -Thu Jan 18 01:55:25 1996 Yoshiyuki Yamagami - - * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474]) - - -Wed Jan 17 08:23:41 1996 Morioka Tomohiko - - * tl: version 7.08 was released. - - * mu-cite.el (mu-cite/get-prefix-register-verbose-method): - new implementation - - * mu-cite.el (mu-cite/get-prefix-register-method): - new implementation - -Wed Jan 17 06:57:16 1996 Morioka Tomohiko - - * mu-cite.el: - Function `mu-cite/get-ml-count' was renamed to - `mu-cite/get-ml-count-method'. - Function `mu-cite/citation-name' was renamed to - `mu-cite/get-prefix-register-verbose-method'. - Function `mu-cite/citation-name-quietly' was renamed to - `mu-cite/get-prefix-register-method'. - -Wed Jan 17 06:49:53 1996 Morioka Tomohiko - - * mu-cite.el (mu-cite/get-prefix-method): new function: it is - implementation of new method `prefix'. - -Wed Jan 17 06:30:08 1996 Morioka Tomohiko - - * mu-cite.el (mu-cite/save-to-file): modified to change comment of - output file - - * mu-cite.el (mu-cite/RCS-ID, mu-cite/version): new variable - -Wed Jan 17 06:22:35 1996 Morioka Tomohiko - - * mu-cite.el: Default name of user environment file was changed to - ~/.mu-cite.el. +1997-03-10 MORIOKA Tomohiko -Wed Jan 17 06:08:19 1996 Morioka Tomohiko + * atype.el (field-unify): fixed. - * mu-cite.el: `mu-register/*' were renamed to `mu-cite/*'. +1997-03-10 MORIOKA Tomohiko - * mu-cite.el: mu-register.el was merged into mu-cite.el. + * filename.el (filename-filters): Use `exec-installed-p' instead + of `file-installed-p' to search "kakasi". -Wed Jan 17 05:35:06 1996 Morioka Tomohiko +1997-03-10 MORIOKA Tomohiko - * mu-register.el (mu-register/citation-name): - use function `y-or-n-p' - - * mu-register.el (mu-register/citation-name-quietly): - use function `y-or-n-p' + * file-detect.el (module-installed-p): Use function + `exec-installed-p'. -Tue Jan 16 21:54:27 1996 Morioka Tomohiko + * file-detect.el (exec-suffix-list): New variable. + (exec-installed-p): New function. - * mu-register.el (mu-register/citation-name): - use function `tl:read-string' instead of `read-string'. +1997-03-04 MORIOKA Tomohiko - * mu-register.el (mu-register/citation-name-quietly): - use function `tl:read-string' instead of `read-string'. + * APEL-ELS (apel-modules): Add filename.el. - * emu.el (tl:read-string): New function + * APEL-ELS: Initial revision - * mu-register.el: `(require 'pp)' was deleted. +1997-03-04 MORIOKA Tomohiko -Tue Jan 16 14:04:24 1996 Morioka Tomohiko + * filename.el (filename-replacement-alist): Don't use function + `string-to-char-list' and `expand-char-ranges'; Don't require + tl-str. + (filename-special-filter): Use function `assoc-if' instead of + `ASSOC'; Require cl instead of tl-list. + (poly-funcall): New inline-function; copied from tl-list.el. - * mu-register.el: - Method `prefix-registered-quietly' was renamed to - `prefix-register'. - Method `prefix-registered' was renamed to - `prefix-register-verbose'. +1997-03-03 MORIOKA Tomohiko -Mon Jan 15 21:19:11 1996 Morioka Tomohiko + * atype.el: Alias `fetch-field', `fetch-field-value', `put-field' + and `delete-field' were abolished. - * mu-register.el (mu-register/get-citation-name): new - implementation by macro + Don't require tl-str and tl-list. -Mon Jan 15 21:07:05 1996 Morioka Tomohiko + Require alist. - * mu-register.el (mu-register/citation-name-quietly): new - function: implementation of `prefix-registered-quietly' + (field-unify): Don't use function `symbol-concat'. + (assoc-unify): Use function `assoc' directly; use function + `put-alist' directly; use function `del-alist' directly. - Method name of function `mu-register/citation-name' was renamed to - `prefix-registered'. + * atype.el: Function `put-fields' was abolished. -Mon Jan 15 20:28:32 1996 Morioka Tomohiko + * atype.el: tl-atype.el was renamed to atype.el. - * mu-register.el (mu-register/save-to-file): new implementation +1997-03-03 MORIOKA Tomohiko - * mu-register.el (mu-register/registration-symbol): new variable: - to specify symbol name of citation-name database. + * atype.el: tl-atype.el was renamed to atype.el. - * mu-register.el (mu-register/save-to-file): modified to use - variable `mu-register/registration-symbol'. +1997-03-03 MORIOKA Tomohiko - * mu-register.el: use function `set-alist'. + * file-detect.el (file-installed-p): Fixed DOC-string. - * mu-register.el: Comments were translated from Japanese to - English. - -Wed Dec 27 14:28:17 1995 MINOURA Makoto +1997-02-28 Tomohiko Morioka - * mu-register.el: new module + * alist.el: New module; separated from tl-list.el. diff --git a/Makefile b/Makefile index 62fae45..c2677c2 100644 --- a/Makefile +++ b/Makefile @@ -1,37 +1,25 @@ # -# $Id: Makefile,v 7.2 1996/03/04 09:11:19 morioka Exp morioka $ +# $Id: Makefile,v 0.0 1997/03/14 07:24:37 morioka Exp morioka $ # -EMACS = mule -FLAGS = -batch -q -no-site-file -l mk-tl +EMACS = emacs +FLAGS = -batch -q -no-site-file -l APEL-MK +PREFIX = -# Please specfy Emacs Lisp install directory: -# TLDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) -# TLDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) +FILES = emu/Makefile emu/EMU-MK emu/EMU-CFG emu/EMU-ELS \ + emu/*.el emu/README.?? \ + apel/Makefile apel/APEL-MK apel/APEL-CFG apel/APEL-ELS \ + apel/*.el -#TLDIR18 = /usr/local/lib/emacs/local.lisp -#TLDIR19 = /usr/local/lib/mule/site-lisp - -TLDIR18 = $(HOME)/lib/emacs18/lisp -TLDIR19 = $(HOME)/lib/emacs19/lisp - - -FILES = tl/README.en tl/Makefile tl/mk-tl tl/tl-els \ - tl/*.el tl/*.bdf \ - tl/doc/*.ol tl/doc/*.tex tl/doc/*.texi tl/ChangeLog - -TARFILE = tl-7.43.1.tar +TARFILE = apel-0.1.tar elc: - $(EMACS) $(FLAGS) -f compile-tl - -install-18: elc - $(EMACS) $(FLAGS) -f install-tl $(TLDIR18) + $(EMACS) $(FLAGS) -f compile-apel -install-19: elc - $(EMACS) $(FLAGS) -f install-tl $(TLDIR19) +install: elc + $(EMACS) $(FLAGS) -f install-apel $(PREFIX) clean: @@ -39,4 +27,4 @@ clean: tar: - cd ..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE) + cd ..; tar cvf $(TARFILE) $(FILES); gzip -best $(TARFILE) diff --git a/atype.el b/atype.el new file mode 100644 index 0000000..e82f40f --- /dev/null +++ b/atype.el @@ -0,0 +1,189 @@ +;;; atype.el --- atype functions + +;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. + +;; Author: MORIOKA Tomohiko +;; Version: $Id: atype.el,v 6.6 1997/03/10 14:11:23 morioka Exp $ +;; Keywords: atype + +;; This file is part of APEL (A Portable Emacs Library). + +;; This program is free software; you can redistribute it and/or +;; modify it under the terms of the GNU General Public License as +;; published by the Free Software Foundation; either version 2, or (at +;; your option) any later version. + +;; This program is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;;; Code: + +(require 'emu) +(require 'alist) + + +;;; @ field unifier +;;; + +(defun field-unifier-for-default (a b) + (let ((ret + (cond ((equal a b) a) + ((null (cdr b)) a) + ((null (cdr a)) b) + ))) + (if ret + (list nil ret nil) + ))) + +(defun field-unify (a b) + (let ((f + (let ((type (car a))) + (and (symbolp type) + (intern (concat "field-unifier-for-" (symbol-name type))) + )))) + (or (fboundp f) + (setq f (function field-unifier-for-default)) + ) + (funcall f a b) + )) + + +;;; @ type unifier +;;; + +(defun assoc-unify (class instance) + (catch 'tag + (let ((cla (copy-alist class)) + (ins (copy-alist instance)) + (r class) + cell aret ret prev rest) + (while r + (setq cell (car r)) + (setq aret (assoc (car cell) ins)) + (if aret + (if (setq ret (field-unify cell aret)) + (progn + (if (car ret) + (setq prev (put-alist (car (car ret)) + (cdr (car ret)) + prev)) + ) + (if (nth 2 ret) + (setq rest (put-alist (car (nth 2 ret)) + (cdr (nth 2 ret)) + rest)) + ) + (setq cla (put-alist (car cell)(cdr (nth 1 ret)) cla)) + (setq ins (del-alist (car cell) ins)) + ) + (throw 'tag nil) + )) + (setq r (cdr r)) + ) + (setq r (copy-alist ins)) + (while r + (setq cell (car r)) + (setq aret (assoc (car cell) cla)) + (if aret + (if (setq ret (field-unify cell aret)) + (progn + (if (car ret) + (setq prev (put-alist (car (car ret)) + (cdr (car ret)) + prev)) + ) + (if (nth 2 ret) + (setq rest (put-alist (car (nth 2 ret)) + (cdr (nth 2 ret)) + rest)) + ) + (setq cla (del-alist (car cell) cla)) + (setq ins (put-alist (car cell)(cdr (nth 1 ret)) ins)) + ) + (throw 'tag nil) + )) + (setq r (cdr r)) + ) + (list prev (append cla ins) rest) + ))) + +(defun get-unified-alist (db al) + (let ((r db) ret) + (catch 'tag + (while r + (if (setq ret (nth 1 (assoc-unify (car r) al))) + (throw 'tag ret) + ) + (setq r (cdr r)) + )))) + + +;;; @ utilities +;;; + +(defun delete-atype (atl al) + (let* ((r atl) ret oal) + (setq oal + (catch 'tag + (while r + (if (setq ret (nth 1 (assoc-unify (car r) al))) + (throw 'tag (car r)) + ) + (setq r (cdr r)) + ))) + (delete oal atl) + )) + +(defun remove-atype (sym al) + (and (boundp sym) + (set sym (delete-atype (eval sym) al)) + )) + +(defun replace-atype (atl old-al new-al) + (let* ((r atl) ret oal) + (if (catch 'tag + (while r + (if (setq ret (nth 1 (assoc-unify (car r) old-al))) + (throw 'tag (rplaca r new-al)) + ) + (setq r (cdr r)) + )) + atl))) + +(defun set-atype (sym al &rest options) + (if (null (boundp sym)) + (set sym al) + (let* ((replacement (memq 'replacement options)) + (ignore-fields (car (cdr (memq 'ignore options)))) + (remove (or (car (cdr (memq 'remove options))) + (let ((ral (copy-alist al))) + (mapcar (function + (lambda (type) + (setq ral (del-alist type ral)) + )) + ignore-fields) + ral))) + ) + (set sym + (or (if replacement + (replace-atype (eval sym) remove al) + ) + (cons al + (delete-atype (eval sym) remove) + ) + ))))) + + +;;; @ end +;;; + +(provide 'atype) + +;;; atype.el ends here diff --git a/file-detect.el b/file-detect.el index fc4ddfb..1abd8c5 100644 --- a/file-detect.el +++ b/file-detect.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; Version: -;; $Id: file-detect.el,v 3.1 1997/03/10 12:32:23 morioka Exp $ +;; $Id: file-detect.el,v 3.2 1997/03/14 09:54:04 morioka Exp $ ;; Keywords: install, module ;; This file is part of tl (Tiny Library). @@ -81,23 +81,25 @@ of load-path instead of default-load-path. [file-detect.el]" "Return latest directory in default-load-path which is matched to regexp PAT. If optional argument ALL-PATHS is specified, -it is searched from all of load-path instead of default-load-path. -\[file-detect.el]" +it is searched from all of load-path instead of default-load-path." (catch 'tag (let ((paths (if all-paths load-path default-load-path)) dir) (while (setq dir (car paths)) - (let ((files (sort (directory-files dir t pat t) - (function file-newer-than-file-p))) - file) - (while (setq file (car files)) - (if (file-directory-p file) - (throw 'tag file) - ) - (setq files (cdr files)) - )) + (if (and (file-exists-p dir) + (file-directory-p dir) + ) + (let ((files (sort (directory-files dir t pat t) + (function file-newer-than-file-p))) + file) + (while (setq file (car files)) + (if (file-directory-p file) + (throw 'tag file) + ) + (setq files (cdr files)) + ))) (setq paths (cdr paths)) )))) diff --git a/filename.el b/filename.el index 38b9145..e2a59b4 100644 --- a/filename.el +++ b/filename.el @@ -1,12 +1,12 @@ ;;; filename.el --- file name filter -;; Copyright (C) 1996 MORIOKA Tomohiko +;; Copyright (C) 1996,1997 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko -;; Version: $Id: filename.el,v 1.3 1997/03/10 13:09:34 morioka Exp $ -;; Keywords: string, file name +;; Version: $Id: filename.el,v 1.4 1997/03/10 13:53:38 morioka Exp $ +;; Keywords: file name, string -;; This file is part of tl (Tiny Library). +;; This file is part of APEL (A Portable Emacs Library). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -25,8 +25,16 @@ ;;; Code: -(require 'tl-list) -(require 'tl-str) +(require 'emu) +(require 'cl) +(require 'file-detect) + +(defsubst poly-funcall (functions arg) + (while functions + (setq arg (funcall (car functions) arg) + functions (cdr functions)) + ) + arg) ;;; @ variables @@ -35,11 +43,11 @@ (defvar filename-limit-length 21) (defvar filename-replacement-alist - (list - (cons (string-to-char-list " \t") "_") - (cons (string-to-char-list (expand-char-ranges "!-*,/:;<>?[-^`{-~")) "_") - '(filename-control-p . "") - )) + '(((?\ ?\t) . "_") + ((?! ?\" ?# ?$ ?% ?& ?' ?\( ?\) ?* ?/ + ?: ?; ?< ?> ?? ?\[ ?\\ ?\] ?` ?{ ?| ?}) . "_") + (filename-control-p . "") + )) (defvar filename-filters (nconc @@ -80,14 +88,13 @@ ) (while (< i len) (let* ((chr (sref string i)) - (ret (ASSOC chr filename-replacement-alist - :test (function - (lambda (chr key) - (if (functionp key) - (funcall key chr) - (memq chr key) - ) - )))) + (ret (assoc-if (function + (lambda (key) + (if (functionp key) + (funcall key chr) + (memq chr key) + ))) + filename-replacement-alist)) ) (if ret (setq dest (concat dest (substring string b i)(cdr ret))