update.
[elisp/mu-cite.git] / ChangeLog
index 042bcb6..870cacd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mu-cite.el (mu-cite-method-list): New function.
+       (widget-mu-cite-method-prompt-value-history): New variable.
+       (mu-cite-method): New widget.
+       (widget-mu-cite-method-prompt-value): New function.
+       (widget-mu-cite-method-action): New function.
+       (mu-cite-prefix-format): Use `mu-cite-method'.
+       (mu-cite-top-format): Likewise.
+
+1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mu-register.el (mu-citation-name-alist): Deleted.
+       (mu-cite-load-registration-file): Initialize value of
+       `mu-registration-symbol' if it is not bound.
+       (mu-cite-save-registration-file): Use `(symbol-value
+       mu-registration-symbol)' instead of `mu-citation-name-alist'.
+       (mu-register-get-citation-name): Likewise.
+       (mu-register-add-citation-name): Use `(set-alist
+       mu-registration-symbol ...)'.
+
+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