From: yamaoka Date: Tue, 3 Aug 1999 05:33:28 +0000 (+0000) Subject: Update. X-Git-Tag: mu-cite-8_0~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bffaf034c1e7a213eb5ac944a30c1f86d6553e41;p=elisp%2Fmu-cite.git Update. --- diff --git a/ChangeLog b/ChangeLog index bcaa003..ee9d54f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +1999-08-03 Katsumi Yamaoka + + * 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 . + + * NEWS: Document that text properties in the registration file is + not recommended. + 1999-08-02 Katsumi Yamaoka * NEWS: New file.