X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=80ff92dd4e36c4728121fd3a764915a05b8f7987;hb=c2919c4e7882ec2f5e85ebed3544c65b732af15b;hp=c375aa8e66bf8cb8aba0d61a0054ba26e87d1595;hpb=2bddc191049380302975b9d4268287187190c18e;p=elisp%2Fmu-cite.git diff --git a/ChangeLog b/ChangeLog index c375aa8..80ff92d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,134 @@ +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. + +1999-07-30 Katsumi Yamaoka + + * 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 + + * mu-cite.el (TopLevel): Use `mapcar' instead of `dolist' for + defining obsolete variables and functions. + +1999-07-28 Katsumi Yamaoka + + * README.en: (How to use): Remove the part. + (load-path): Document that FLIM should be included in `load-path'. + (Installation): Add expositions how to use make options LISPDIR and + VERSION_SPECIFIC_LISPDIR; add the clause for installing as a + XEmacs package. + (What's MU): Remove the clause for std11; add description about + mu-register.el; update required packages. + (TopLevel):Remove RCS magic cookie. + + * mu-cite.el (mu-cite-ml-count-field-list): Modify tag string for + `choice'; use `const' with the arg nil for the menu separator; + delete element which value is nil when the symbol value is set. + (mu-cite-top-format): New implementation for customization using + `mu-cite-choose-top-format' and `mu-cite-custom-set-variable'. + (mu-cite-prefix-format): New implementation for customization using + `mu-cite-choose-prefix-format' and `mu-cite-custom-set-variable'. + (mu-cite-custom-set-variable): New function. + (mu-cite-choose-top-format): New widget. + (mu-cite-choose-prefix-format): New widget. + + (widget-mu-cite-method-prompt-value): Abolish function. + (mu-cite-method): Abolish widget. + (widget-mu-cite-method-prompt-value-history): Abolish variable. + (mu-cite-method-list): Abolish function. + +1999-07-22 Katsumi Yamaoka + + * mu-register.el (mu-cite-load-registration-file): Check for the + existence of `buffer-file-coding-system' or `file-coding-system'. + + * mu-cite.el (string-compare-from-top): Don't use `aref'. + 1999-07-21 Katsumi Yamaoka * mu-register.el (mu-cite-load-registration-file): Use @@ -8,6 +139,8 @@ `sref'. (TopLevel): Require `widget' for old Emacsen. + * mu-bbdb.el (TopLevel): Don't require `path-util'. + 1999-07-21 MORIOKA Tomohiko * mu-cite.el (mu-cite-method-list): New function. @@ -130,6 +263,13 @@ `mu-cite/minibuffer-history'. (mu-bbdb-get-prefix-register-verbose-method): Likewise. + * mu-register.el: New file. The name of variables and functions + were changed from the past as follows: + mu-registration-file <- mu-cite/registration-file + mu-registration-symbol <- mu-cite/registration-symbol + mu-register-get-citation-name <- mu-cite/get-citation-name + mu-register-add-citation-name <- mu-cite/add-citation-name + * MU-ELS: Remove RCS magic cookie. 1999-07-19 Katsumi Yamaoka @@ -145,21 +285,11 @@ `noninteractive' is non-nil. (mu-cite-registration-file): Likewise. - * mu-bbdb.el (TopLevel): Use `mu-cite-default-methods-alist' - instead of `mu-cite/default-methods-alist'. - (mu-bbdb-get-prefix-register-method): Use - `mu-cite-minibuffer-history' instead of - `mu-cite/minibuffer-history'. - (mu-bbdb-get-prefix-register-verbose-method): Use + * mu-bbdb.el (mu-bbdb-get-prefix-register-verbose-method): Use `mu-cite-get-value' instead of `mu-cite/get-value'. (mu-bbdb-get-prefix-register-method): Likewise. (mu-bbdb-get-prefix-method): Likewise. - (mu-bbdb-load-hook): Use `defcustom' instead of `defvar'. - (mu-bbdb): New customization group. - - (TopLevel): Define old functions as obsolete aliases. - (mu-bbdb-set-attr): Renamed from `mu-cite/set-bbdb-attr'. (mu-bbdb-get-prefix-register-verbose-method): Renamed from `mu-cite/get-bbdb-prefix-register-verbose-method'. @@ -207,7 +337,6 @@ `VERSION_SPECIFIC_LISPDIR' from the command line arguments. * MU-CFG (PACKAGEDIR): New variable. - (MU_DIR): Use `VERSION_SPECIFIC_LISPDIR' instead of `LISPDIR'. (VERSION_SPECIFIC_LISPDIR): New variable. (TopLevel): Delete code to detect APEL 7.3 or later. (load-path): Modernize the way of adding the paths of APEL, FLIM,