X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=042bcb6faa3655c3f9598e677c6e85102618c868;hb=68f5129a2a783b454a62ee397a2399349a376c28;hp=d8795922cd866bbaad1eb62136abd9fac4676929;hpb=aa0f8aef1c0edd23981a4dad3faafbbe8535a176;p=elisp%2Fmu-cite.git diff --git a/ChangeLog b/ChangeLog index d879592..042bcb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,235 @@ +1999-07-20 MORIOKA Tomohiko + + * mu-cite.el (mu-cite-load-hook): Deleted the definition as a user + option. + + * mu-bbdb.el (mu-bbdb-load-hook): Deleted the definition as a + variable. + +1999-07-20 MORIOKA Tomohiko + + * mu-cite.el (string-compare-from-top): Revert to use `sref' + instead of `aref'; use `char-next-index'. + + * mu-cite.el (detect-paragraph-cited-prefix): Use + `line-beginning-position' and `line-end-position'. + + * mu-cite.el (detect-paragraph-cited-prefix): Revert not to use + `incf'. + + * mu-cite.el (mu-cite-original): Revert to use `or' instead of + 'unless'. + + * mu-cite.el (detect-paragraph-cited-prefix): Revert to use `if' + instead of `when'. + + * mu-cite.el (mu-cite-original): Revert to use `if' instead of + `when'. + + * mu-cite.el: + - Don't require `cl' when compile time. + - Don't require `emu'. + - Require `pcustom' instead of `custom'. + - Add autoload setting for `mu-bbdb-get-prefix-method', + `mu-bbdb-get-prefix-register-method' and + `mu-bbdb-get-prefix-register-verbose-method'. + (mu-cite-default-methods-alist): Add setting for + `mu-bbdb-get-prefix-method', `mu-bbdb-get-prefix-register-method' + and `mu-bbdb-get-prefix-register-verbose-method'. + (mu-cite-get-field-value): Add DOC-string; Revert to use `if' + instead of `when'. + (mu-cite-get-ml-count-method): Add DOC-string; revert to use `if' + instead of `when'; use `match-string'. + (mu-cite-get-value): Add DOC-string. + (char-category): New function. + (fill-cited-region): Add DOC-string; revert to use `if' instead of + `when'. + (compress-cited-prefix): Likewise. + +1999-07-20 MORIOKA Tomohiko + + * mu-bbdb.el (mu-bbdb-get-prefix-method): Add DOC-string. + (mu-bbdb-get-prefix-register-method): Likewise. + (mu-bbdb-get-prefix-register-verbose-method): Likewise. + - Delete setting for `mu-cite/default-methods-alist'. + +1999-07-19 Katsumi Yamaoka + + * mu-bbdb.el (mu-bbdb-set-attr): Renamed from + `mu-cite/set-bbdb-attr'. + (mu-bbdb-get-prefix-register-verbose-method): Renamed from + `mu-cite/get-bbdb-prefix-register-verbose-method'. + (mu-bbdb-get-prefix-register-method): Renamed from + `mu-cite/get-bbdb-prefix-register-method'. + (mu-bbdb-get-prefix-method): Renamed from + `mu-cite/get-bbdb-prefix-method'. + (mu-bbdb-get-attr): Renamed from `mu-cite/get-bbdb-attr'. + +1999-07-20 MORIOKA Tomohiko + + * mu-bbdb.el: Don't use `module-installed-p'. + +1999-07-19 MORIOKA Tomohiko + + * mu-bbdb.el (mu-bbdb-history): New variable. + (mu-cite/get-bbdb-prefix-method): Use `mu-cite-get-value' instead + of `mu-cite/get-value'. + (mu-cite/get-bbdb-prefix-register-method): Likewise; use + `mu-bbdb-history' instead of `mu-cite/minibuffer-history'. + (mu-cite/get-bbdb-prefix-register-verbose-method): Likewise. + + * mu-register.el: New file. + + * mu-cite.el: + - Add autoload setting for `mu-cite-get-prefix-method', + `mu-cite-get-prefix-register-method' and + `mu-cite-get-prefix-register-verbose-method'. + (mu-cite-registration-file): Deleted. + (mu-cite-obsolete-variable-alist): Deleted. + (mu-cite-obsolete-function-alist): Deleted. + (mu-cite-registration-file): Deleted [moved to mu-register.el]. + (mu-cite-allow-null-string-registration): Likewise. + (mu-cite-registration-file-coding-system-for-read): Likewise. + (mu-cite-registration-file-coding-system-for-write): Deleted. + (mu-cite-registration-file-modes): Deleted [moved to + mu-register.el]. + (mu-cite-registration-symbol): Likewise. + (mu-cite-citation-name-alist): Likewise. + (mu-cite-minibuffer-history): Likewise. + (mu-cite-get-citation-name): Likewise. + (mu-cite-add-citation-name): Likewise. + (mu-cite-load-registration-file): Likewise. + (mu-cite-save-registration-file): Likewise. + (mu-cite-get-prefix-method): Likewise. + (mu-cite-get-prefix-register-method): Likewise. + (mu-cite-get-prefix-register-verbose-method): Likewise. + (mu-cite/allow-null-string-registration): Deleted [moved to + mu-register.el]. + (mu-cite/citation-name-alist): Likewise. + (mu-cite/minibuffer-history): Deleted because there are no need. + (mu-cite/registration-file): Deleted [moved to mu-register.el]. + - Delete obsolete aliases except `mu-cite/cite-original', + `mu-cite/get-field-value' and `mu-cite/get-value' because there + are no need. + + * MU-ELS: Remove RCS magic cookie. + (mu-modules-to-compile): Add `mu-register'. + +1999-07-19 Katsumi Yamaoka + + * ftp.in: New file. + + * Makefile (ARC_DIR): Default to "/pub/elisp/mu". + +1999-07-17 Kenji Itoh + + * mu-cite.el (mu-cite-original): Add autoload cookie. + * latex-math-symbol.el (latex-math-decode-region): Likewise. + (latex-math-decode-buffer): Likewise. + + * Makefile (release): New target. + (tar): New implementation. + (clean): Use the variables `RM' and `GOMI'. + (install-package): New target. + (package): New target. + (install): Accept the arguments `PREFIX', `LISPDIR' and + `VERSION_SPECIFIC_LISPDIR'. + (elc): Likewise. + + (ARC_DIR, VERSION, FILES, GOMI): New variables. + (VERSION_SPECIFIC_LISPDIR, PACKAGEDIR, LISPDIR): New variables. + (PREFIX): Default to "NONE". + (XEMACS, CP, RM, TAR, RELEASE, API, PACKAGE): New variables. + + * MU-MK (install-mu-package): New function. + (compile-mu-package): New function. + (config-mu-package): New function. + (config-mu): Extract the values of `LISPDIR' and + `VERSION_SPECIFIC_LISPDIR' from the command line arguments. + + * MU-CFG (PACKAGEDIR): New variable. + (MU_DIR): Use `VERSION_SPECIFIC_LISPDIR' instead of `LISPDIR'. + (VERSION_SPECIFIC_LISPDIR): New variable. + (TopLevel): Delete code to detect APEL 7.3 or later. + (load-path): Modernize the way of adding the paths of APEL, FLIM, + LISPDIR, VERSION_SPECIFIC_LISPDIR, CUSTOM and `default-directory'. + (default-load-path): New variable. + +1999-07-16 Katsumi Yamaoka + + * (mu-cite-version): Update to 8.0. + + * (mu-cite-eval-format): Don't use `save-excursion'. + * (mu-cite-get-value): Save excursion while evaluating a function. + + * (mu-cite-save-registration-file): New implementation. + * (mu-cite-load-registration-file): Likewise. + + * (mu-cite-registration-file-modes): New user option. + * (mu-cite-registration-file-coding-system-for-write): Likewise. + * (mu-cite-registration-file-coding-system-for-read): Likewise. + + * (TopLevel): Treat old variables and functions as obsolete. + + * (TopLevel): Require `custom'. + * (TopLevel): Require `emu' for picking up `char-category' for + XEmacs. + * (TopLevel): Require `poe' for picking up some macros, e.g. + `with-temp-buffer', for old Emacsen. + * (TopLevel): Require `cl' at the compile time. + + * (mu-cite-top-format, mu-cite-registration-file, + mu-cite-prefix-format, mu-cite-pre-cite-hook, + mu-cite-post-cite-hook, mu-cite-ml-count-field-list, + mu-cite-load-hook, mu-cite-instantiation-hook, + mu-cite-cited-prefix-regexp, + mu-cite-allow-null-string-registration, citation-mark-chars, + citation-disable-chars): Use `defcustom' instead of `defvar'. + + * (mu-cite): New customization group. + + * (mu-cite-original): Renamed from `mu-cite/cite-original'. + * (mu-cite-version, mu-cite-top-format, + mu-cite-save-registration-file, mu-cite-registration-symbol, + mu-cite-registration-file, mu-cite-prefix-format, + mu-cite-pre-cite-hook, mu-cite-post-cite-hook, mu-cite-mu-cite.el, + mu-cite-ml-count-field-list, mu-cite-minibuffer-history, + mu-cite-methods-alist, mu-cite-make-methods, + mu-cite-load-registration-file, mu-cite-instantiation-hook, + mu-cite-get-value, mu-cite-get-prefix-register-verbose-method, + mu-cite-get-prefix-register-method, mu-cite-get-prefix-method, + mu-cite-get-ml-count-method, mu-cite-get-field-value-method-alist, + mu-cite-get-field-value, mu-cite-get-citation-name, + mu-cite-eval-format, mu-cite-default-methods-alist, + mu-cite-cited-prefix-regexp, mu-cite-citation-name-alist, + mu-cite-allow-null-string-registration, mu-cite-add-citation-name): + Renamed from `mu-cite/*'. + + * MU-MK (compile-mu): Use `mu-modules-to-compile' instead of + `mu-modules'. + +1999-07-15 MORIOKA Tomohiko + + * mu-cite.el: Change Maintainer; change my address. + +1999-07-15 MORIOKA Tomohiko + + * Makefile: Remove RCS magic cookie. + + * mu-cite.el: Likewise. + + * MU-MK: Likewise. + + * MU-CFG: Likewise. + +1999-07-15 Masahiro Murata + + * mu-cite.el (mu-cite/eval-format): Add `save-excursion'. + +1999-07-15 NAKAJI Hiroyuki + + * MU-CFG (load-path): Add "../apel" and "../flim". + 1998-07-14 MORIOKA Tomohiko * mu-cite.el (detect-paragraph-cited-prefix): Use `cadr' instead @@ -7,6 +239,7 @@ * README.en (Bug reports): Modify description of tm mailing list. + 1997-03-19 MORIOKA Tomohiko * MU: Version 0.40.2 was released. @@ -14,7 +247,7 @@ Tue Mar 18 15:07:56 1997 MORIOKA Tomohiko * mu-cite.el (mu-cite/get-field-value-method-alist): Setting for - tm-mh-e was abolished. + tm-mh-e was abolished. 1997-03-14 MORIOKA Tomohiko @@ -29,7 +262,7 @@ Mon Mar 10 06:13:17 1997 Shuhei KOBAYASHI * mu-cite.el (mu-cite/load-registration-file): New function. (mu-cite/save-registration-file): Renamed from - `mu-cite/save-to-file'. + `mu-cite/save-to-file'. 1997-03-03 MORIOKA Tomohiko @@ -39,7 +272,7 @@ Mon Mar 10 06:13:17 1997 Shuhei KOBAYASHI 1997-03-03 Shuhei KOBAYASHI * std11.el (std11-addr-to-string): Enclose quoted-string with - double-quote. + double-quote. 1997-02-03 MORIOKA Tomohiko @@ -50,10 +283,10 @@ Sat Feb 1 18:29:43 1997 MORIOKA Tomohiko * mu-cite.el (citation-disable-chars): New variable. (detect-paragraph-cited-prefix): Use variable - `citation-disable-chars' for single line. + `citation-disable-chars' for single line. * mu-cite.el (mu-cite/cited-prefix-regexp): Don't regard "<" as - cited-prefix. + cited-prefix. 1997-01-31 MORIOKA Tomohiko @@ -63,7 +296,7 @@ Sat Feb 1 18:29:43 1997 MORIOKA Tomohiko Fri Jan 31 12:31:20 1997 MORIOKA Tomohiko * mu-cite.el (detect-paragraph-cited-prefix): check return value - of `string-compare-from-top'. + of `string-compare-from-top'. 1997-01-21 MORIOKA Tomohiko @@ -73,18 +306,18 @@ Fri Jan 31 12:31:20 1997 MORIOKA Tomohiko Fri Jan 17 05:11:03 1997 MORIOKA Tomohiko * latex-math-symbol.el (latex-math-decode-region): to avoid - mismatching. + mismatching. Tue Jan 14 11:30:27 1997 MORIOKA Tomohiko * latex-math-symbol.el (latex-math-symbol-table-alist): Add more - symbols. + symbols. Thu Jan 9 18:01:23 1997 MORIOKA Tomohiko * mu-cite.el (detect-paragraph-cited-prefix): New function. (fill-cited-region): Use function `detect-paragraph-cited-prefix'. - Variable `cited-prefix-regexp' was abolished. + Variable `cited-prefix-regexp' was abolished. Tue Dec 17 13:07:54 1996 MORIOKA Tomohiko @@ -96,14 +329,14 @@ Tue Dec 17 13:07:54 1996 MORIOKA Tomohiko Tue Dec 17 12:06:15 1996 MORIOKA Tomohiko * std11.el (std11-full-name-string): Strip quoted-pair and return - nil if phrase is null-string. + nil if phrase is null-string. Tue Dec 17 11:01:47 1996 MORIOKA Tomohiko * std11.el (std11-wrap-as-quoted-pairs): New function. (std11-wrap-as-quoted-string): Use function - `std11-wrap-as-quoted-pairs'. + `std11-wrap-as-quoted-pairs'. Mon Dec 16 07:12:38 1996 MORIOKA Tomohiko @@ -123,7 +356,7 @@ Mon Dec 2 15:20:12 1996 Shuhei KOBAYASHI Thu Nov 28 19:38:27 1996 MORIOKA Tomohiko * std11-parse.el (std11-check-enclosure): Unused local variable - `dest' was abolished. + `dest' was abolished. Fri Nov 22 08:44:27 1996 Shuhei KOBAYASHI @@ -141,7 +374,7 @@ Wed Oct 16 00:14:50 1996 MORIOKA Tomohiko Thu Oct 3 05:02:32 1996 Katsumi Yamaoka * mu-cite.el (fill-cited-region): prefix should be checked by - `cited-prefix-regexp'. (cf. [tm-ja:2106]) + `cited-prefix-regexp'. (cf. [tm-ja:2106]) Tue Oct 1 13:33:32 1996 MORIOKA Tomohiko @@ -159,7 +392,7 @@ Sat Sep 28 10:34:12 1996 Shuhei KOBAYASHI (mu-cite/cited-prefix-regexp), (mu-cite/ml-count-field-list), (cited-prefix-regexp): Doc strings. (mu-cite-load-hook), (mu-cite/instantiation-hook): Explicitly - defined. + defined. Thu Sep 26 04:51:47 1996 Shuhei KOBAYASHI @@ -182,14 +415,14 @@ Sun Sep 15 09:27:25 1996 MORIOKA Tomohiko Sat Sep 14 08:44:17 1996 MORIOKA Tomohiko * tl-822.el (rfc822/strip-quoted-string): New alias; moved to - std11.el. + std11.el. * std11.el (std11-strip-quoted-pair): New function; moved from - tl-822.el. + tl-822.el. (std11-strip-quoted-string): New function; moved from tl-822.el. * tl-822.el: Constant `rfc822/linear-white-space-regexp' was - abolished. + abolished. Sun Sep 8 19:35:20 1996 MORIOKA Tomohiko @@ -205,22 +438,22 @@ Sun Sep 8 18:09:42 1996 MORIOKA Tomohiko Sun Sep 8 18:07:44 1996 MORIOKA Tomohiko * std11.el (std11-wrap-as-quoted-string): Renamed from - `rfc822/wrap-as-quoted-string'. + `rfc822/wrap-as-quoted-string'. * tl-822.el (rfc822/qtext-regexp): Use variable - `std11-non-qtext-char-list' instead of - `rfc822/non-qtext-char-list'. + `std11-non-qtext-char-list' instead of + `rfc822/non-qtext-char-list'. * std11.el (std11-non-qtext-char-list): Renamed from - `rfc822/non-qtext-char-list'. + `rfc822/non-qtext-char-list'. * std11.el (rfc822/non-qtext-char-list): New variable; moved from - tl-822.el. + tl-822.el. (rfc822/wrap-as-quoted-string): New function; moved from - tl-822.el. + tl-822.el. * tl-822.el: Function `rfc822/wrap-as-quoted-string' and variable - `rfc822/non-qtext-char-list' were moved to std11.el. + `rfc822/non-qtext-char-list' were moved to std11.el. Tue Sep 3 09:49:49 1996 MORIOKA Tomohiko @@ -246,7 +479,7 @@ Mon Sep 2 15:48:07 1996 MORIOKA Tomohiko New alias; moved to std11.el. * std11.el (std11-extract-address-components): New function; moved - from tl-822.el. + from tl-822.el. * std11.el, std11-parse.el, tl-822.el, mu-cite.el, mu-bbdb.el: moved from tl package.