update.
[elisp/mu-cite.git] / ChangeLog
index 2990714..f50a3b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mu-cite.el (mu-cite-obsolete-variable-alist): Revert to define;
+       use it to define obsolete-variable-aliases in XEmacs.
+       - Try to set value of obsolete variables to new variables after
+         `mu-cite-load-hook' is run in non XEmacs emacsen.
+
+1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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  <tomo@m17n.org>
+
+       * 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  <tomo@m17n.org>
+
+       * 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   <yamaoka@jpl.org>
+
+       * 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  <tomo@m17n.org>
+
+       * mu-bbdb.el: Don't use `module-installed-p'.
+
+1999-07-19  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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   <yamaoka@jpl.org>
+
+       * ftp.in: New file.
+
+       * Makefile (ARC_DIR): Default to "/pub/elisp/mu".
+
 1999-07-17  Kenji Itoh        <keit@tpj.co.jp>
 
        * mu-cite.el (mu-cite-original): Add autoload cookie.