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