X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=80ff92dd4e36c4728121fd3a764915a05b8f7987;hb=c2919c4e7882ec2f5e85ebed3544c65b732af15b;hp=bcaa003db8ec4d429335c102c12dbfcd3a155eed;hpb=c14be78539e10f15c7779bba1ba815cacd035d7a;p=elisp%2Fmu-cite.git diff --git a/ChangeLog b/ChangeLog index bcaa003..80ff92d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2000-01-05 Katsumi Yamaoka + + * Makefile: Update for the new CVS server. + + +1999-12-16 Katsumi Yamaoka + + * MU-CITE: Version 8.1 was released. + +1999-12-16 Katsumi Yamaoka + + * mu-register.el: Ignore the obsolete variables. + + * mu-cite.el: Ignore the obsolete variables and functions. + +1999-12-13 Katsumi Yamaoka + + * README.en: Update for the recent ML address. + +1999-10-19 Katsumi Yamaoka + + * mu-cite.el (fill-cited-region): Bind `filladapt-mode' to nil. + +1999-10-15 Katsumi Yamaoka + + * mu-cite.el (fill-cited-region): Increase `fill-column' if + `fill-prefix' is too long to fill. + (detect-paragraph-cited-prefix): Abolish a product of comparing + each line if they are identical; don't include newlines in result. + +1999-08-23 Katsumi Yamaoka + + * mu-cite.el (TopLevel): Don't require `widget'. + + +1999-08-05 Katsumi Yamaoka + + * MU-CITE: Version 8.0 was released. + +1999-08-05 Katsumi Yamaoka + + * mu-cite.el (detect-paragraph-cited-prefix): Use `car' and `cdr' + instead of `cadr'. + + * mu-register.el (mu-cite-save-registration-file): Remove text + properties from the strings to be registered and quote them using + `prin1-to-string'. + + * Makefile (PACKAGE): Rename from "mu" to "mu-cite". + (invoice): New target. + +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.