From: yamaoka Date: Fri, 16 Jul 1999 12:48:36 +0000 (+0000) Subject: Update. X-Git-Tag: mu-cite-8_0~48 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5d107bc11793dd65cd2007277e05a873fa3e8867;hp=8bd4d5bb217b2e6f5b030d8e64c9873488746de0;p=elisp%2Fmu-cite.git Update. --- diff --git a/ChangeLog b/ChangeLog index c3d5c35..44e4787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +1999-07-16 Katsumi Yamaoka + + * (mu-cite-version): Update to 8.0. + + * (mu-cite-eval-format): Don't use `save-excursion'. + * (mu-cite-get-value): Save excursion while evaluating a function. + + * (mu-cite-save-registration-file): New implementation. + * (mu-cite-load-registration-file): Likewise. + + * (mu-cite-registration-file-modes): New user option. + * (mu-cite-registration-file-coding-system-for-write): Likewise. + * (mu-cite-registration-file-coding-system-for-read): Likewise. + + * (TopLevel): Treat old variables and functions as obsolete. + + * (TopLevel): Require `custom'. + * (TopLevel): Require `emu' for picking up `char-category' for + XEmacs. + * (TopLevel): Require `poe' for picking up some macros, e.g. + `with-temp-buffer', for old Emacsen. + * (TopLevel): Require `cl' at the compile time. + + * (mu-cite-top-format, mu-cite-registration-file-modes, + mu-cite-registration-file-coding-system-for-write, + mu-cite-registration-file-coding-system-for-read, + mu-cite-registration-file, mu-cite-prefix-format, + mu-cite-pre-cite-hook, mu-cite-post-cite-hook, + mu-cite-ml-count-field-list, mu-cite-load-hook, + mu-cite-instantiation-hook, mu-cite-cited-prefix-regexp, + mu-cite-allow-null-string-registration, citation-mark-chars, + citation-disable-chars): Use `defcustom' instead of `defvar'. + + * (mu-cite): New customization group. + + * (mu-cite-original): Renamed from `mu-cite/cite-original'. + * (mu-cite-version, mu-cite-top-format, + mu-cite-save-registration-file, mu-cite-registration-symbol, + mu-cite-registration-file, mu-cite-prefix-format, + mu-cite-pre-cite-hook, mu-cite-post-cite-hook, mu-cite-mu-cite.el, + mu-cite-ml-count-field-list, mu-cite-minibuffer-history, + mu-cite-methods-alist, mu-cite-make-methods, + mu-cite-load-registration-file, mu-cite-instantiation-hook, + mu-cite-get-value, mu-cite-get-prefix-register-verbose-method, + mu-cite-get-prefix-register-method, mu-cite-get-prefix-method, + mu-cite-get-ml-count-method, mu-cite-get-field-value-method-alist, + mu-cite-get-field-value, mu-cite-get-citation-name, + mu-cite-eval-format, mu-cite-default-methods-alist, + mu-cite-cited-prefix-regexp, mu-cite-citation-name-alist, + mu-cite-allow-null-string-registration, mu-cite-add-citation-name): + Renamed from `mu-cite/*'. + + * MU-MK (compile-mu): Use `mu-modules-to-compile' instead of + `mu-modules'. + 1999-07-15 MORIOKA Tomohiko * mu-cite.el: Change Maintainer; change my address.