Release MU-CITE 8.1.
[elisp/mu-cite.git] / NEWS
1 MU-CITE NEWS -- history of major-changes.
2 Copyright (C) 1999 Free Software Foundation, Inc.
3
4 * Changes in MU-CITE 8.1
5 ========================
6
7 ** The obsolete variables and functions are ignored
8 Don't use the following variables and functions:
9
10   mu-cite/cited-prefix-regexp
11   mu-cite/default-methods-alist
12   mu-cite/get-field-value-method-alist
13   mu-cite/instantiation-hook
14   mu-cite/ml-count-field-list
15   mu-cite/post-cite-hook
16   mu-cite/pre-cite-hook
17   mu-cite/prefix-format
18   mu-cite/top-format
19
20   mu-cite/registration-file
21   mu-cite/allow-null-string-registration
22   mu-cite/registration-symbol
23
24   mu-cite/cite-original
25   mu-cite/get-field-value
26   mu-cite/get-value
27
28 \f
29 * Changes in MU-CITE 8.0
30 ========================
31
32 ** Requires APEL 9.20 or later
33
34
35 ** Requires FLIM 1.12.2 or later
36
37
38 ** Text properties in the registration file is not recommended
39 If you are using Emacs v19, e.g. Mule 2.3, and if you find text properties
40 as below in your registration file (~/.mu-cite.el in default):
41
42         ("foo@bar.com" . #("Foo" 0 3 (face bold)))
43
44 please copy the following program in *scratch* buffer and type C-j key
45 after the end of parenthesis for cleaning up the sort of things.
46
47         (progn
48           (require 'mu-register)
49           (mu-cite-load-registration-file)
50           (mu-cite-save-registration-file)
51           )
52
53
54 ** New user option `mu-registration-file-modes'
55 Mode bits of `mu-registration-file', as an integer.
56
57
58 ** New user option `mu-registration-file-coding-system-for-read'
59 Coding system used when reading a registration file.
60
61
62 ** Name of functions and variables have been changed
63 The main changes are as follows:
64
65 User options:
66   mu-cite-cited-prefix-regexp   <- mu-cite/cited-prefix-regexp
67   mu-cite-prefix-format         <- mu-cite/prefix-format
68   mu-cite-top-format            <- mu-cite/top-format
69   mu-cite-instantiation-hook    <- mu-cite/instantiation-hook
70   mu-cite-pre-cite-hook         <- mu-cite/pre-cite-hook
71   mu-cite-post-cite-hook        <- mu-cite/post-cite-hook
72   mu-cite-ml-count-field-list   <- mu-cite/ml-count-field-list
73   mu-cite-default-methods-alist <- mu-cite/default-methods-alist
74
75   mu-registration-file          <- mu-cite/registration-file
76   mu-cite-allow-null-string-registration
77                                 <- mu-cite/allow-null-string-registration
78
79 Functions:
80   mu-cite-original              <- mu-cite/cite-original
81   mu-cite-get-field-value       <- mu-cite/get-field-value
82   mu-cite-get-value             <- mu-cite/get-value
83
84   mu-cite-load-registration-file<- mu-cite/load-registration-file
85   mu-cite-save-registration-file<- mu-cite/save-registration-file
86   mu-cite-get-prefix-method     <- mu-cite/get-prefix-method
87   mu-cite-get-prefix-register-method
88                                 <- mu-cite/get-prefix-register-method
89   mu-cite-get-prefix-register-verbose-method
90                                 <- mu-cite/get-prefix-register-verbose-method
91
92   mu-bbdb-get-prefix-method     <- mu-cite/get-bbdb-prefix-method
93   mu-bbdb-get-prefix-register-method
94                                 <- mu-cite/get-bbdb-prefix-register-method
95   mu-bbdb-get-prefix-register-verbose-method
96                         <- mu-cite/get-bbdb-prefix-register-verbose-method
97
98
99 ** New file mu-register.el which is re-separated from mu-cite.el
100
101
102 \f
103 Local variables:
104 mode: outline
105 paragraph-separate: "[  \f]*$"
106 end: