X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=870cacdf49998d32e064c976b21f2e388ab8af52;hb=refs%2Fheads%2Fmu-cite-moto;hp=0a04962433b882335b8f8019d2fefb7fd8c619db;hpb=597782c1237ebddb5b1279eb871bf59182342849;p=elisp%2Fmu-cite.git diff --git a/ChangeLog b/ChangeLog index 0a04962..870cacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +1999-07-21 MORIOKA Tomohiko + + * 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 + + * 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 + + * 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 + + * 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'