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