(PACKAGE): Rename from "mu" to "mu-cite".
[elisp/mu-cite.git] / ChangeLog
index 60ee9fc..ee9d54f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+1999-08-03  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mu-register.el (mu-cite-get-prefix-register-verbose-method): Bind
+       `minibuffer-allow-text-properties' to nil; use
+       `mu-cite-remove-text-properties'; use `if' instead of `when'.
+       (mu-cite-get-prefix-register-method): Ditto.
+       (mu-cite-save-registration-file): Don't use `prin1-to-string' for
+       avoiding text properties.
+
+       * mu-bbdb.el (mu-bbdb-get-prefix-register-verbose-method): Bind
+       `minibuffer-allow-text-properties' to nil; use
+       `mu-cite-remove-text-properties'.
+       (mu-bbdb-get-prefix-register-method): Ditto.
+
+       * mu-cite.el (compress-cited-prefix): Use `if' instead of `when'.
+       (mu-cite-remove-text-properties): New macro for removing text
+       properties under FSF Emacs from 19.7 to under 20.1.  It is
+       suggested by Masahiro MURATA <muse@ba2.so-net.ne.jp>.
+
+       * NEWS: Document that text properties in the registration file is
+       not recommended.
+
+1999-08-02  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * NEWS: New file.
+
+1999-07-30  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mu-cite.el (mu-cite-ml-count-field-list): Don't use
+       `mu-cite-custom-set-variable'.
+       (mu-cite-top-format): New implementation for customization.
+       (mu-cite-prefix-format): Ditto.
+       (mu-cite-custom-set-variable): Remove function.
+       (mu-cite-choose-top-format): Remove widget.
+       (mu-cite-choose-prefix-format): Remove widget.
+       (TopLevel): Don't use `mapcar' for defining obsolete functions.
+       (TopLevel): Undo the last change for defining obsolete variables
+       under XEmacs.
+       (mu-cite-obsolete-variable-alist): Redefine as a macro which will
+       be bound at the compile time only.
+
 1999-07-29  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * mu-cite.el (TopLevel): Use `mapcar' instead of `dolist' for