From eee5d5a3e2ad61328d0b757852f3e6627f879696 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 16 Dec 1999 06:59:15 +0000 Subject: [PATCH] Release MU-CITE 8.1. --- ChangeLog | 10 ++++++++++ Makefile | 2 +- NEWS | 27 ++++++++++++++++++++++++++- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 640744f..fa2ff44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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 fot the recent ML address. diff --git a/Makefile b/Makefile index 08e1f81..156a0d7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PACKAGE = mu-cite API = 8 -RELEASE = 0 +RELEASE = 1 TAR = tar RM = /bin/rm -f diff --git a/NEWS b/NEWS index 468ff03..82df4d1 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,33 @@ MU-CITE NEWS -- history of major-changes. Copyright (C) 1999 Free Software Foundation, Inc. -* Changes in MU-CITE 8.0 +* Changes in MU-CITE 8.1 +======================== + +** The obsolete variables and functions are ignored +Don't use the following variables and functions: + + mu-cite/cited-prefix-regexp + mu-cite/default-methods-alist + mu-cite/get-field-value-method-alist + mu-cite/instantiation-hook + mu-cite/ml-count-field-list + mu-cite/post-cite-hook + mu-cite/pre-cite-hook + mu-cite/prefix-format + mu-cite/top-format + + mu-cite/registration-file + mu-cite/allow-null-string-registration + mu-cite/registration-symbol + + mu-cite/cite-original + mu-cite/get-field-value + mu-cite/get-value + +* Changes in MU-CITE 8.0 +======================== ** Requires APEL 9.20 or later -- 1.7.10.4