Update.
[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.0
5
6
7 ** Requires APEL 9.20 or later
8
9
10 ** Requires FLIM 1.12.2 or later
11
12
13 ** Text properties in the registration file is not recommended
14 If you are using Emacs v19, e.g. Mule 2.3, and if you find text properties
15 as below in your registration file (~/.mu-cite.el in default):
16
17         ("foo@bar.com" . #("Foo" 0 3 (face bold)))
18
19 please copy the following program in *scratch* buffer and type C-j key
20 after the end of parenthesis for cleaning up the sort of things.
21
22         (progn
23           (require 'mu-register)
24           (mu-cite-load-registration-file)
25           (mu-cite-save-registration-file)
26           )
27
28
29 ** New user option `mu-registration-file-modes'
30 Mode bits of `mu-registration-file', as an integer.
31
32
33 ** New user option `mu-registration-file-coding-system-for-read'
34 Coding system used when reading a registration file.
35
36
37 ** Name of functions and variables have been changed
38 The main changes are as follows:
39
40 User options:
41   mu-cite-cited-prefix-regexp   <- mu-cite/cited-prefix-regexp
42   mu-cite-prefix-format         <- mu-cite/prefix-format
43   mu-cite-top-format            <- mu-cite/top-format
44   mu-cite-instantiation-hook    <- mu-cite/instantiation-hook
45   mu-cite-pre-cite-hook         <- mu-cite/pre-cite-hook
46   mu-cite-post-cite-hook        <- mu-cite/post-cite-hook
47   mu-cite-ml-count-field-list   <- mu-cite/ml-count-field-list
48   mu-cite-default-methods-alist <- mu-cite/default-methods-alist
49
50   mu-registration-file          <- mu-cite/registration-file
51   mu-cite-allow-null-string-registration
52                                 <- mu-cite/allow-null-string-registration
53
54 Functions:
55   mu-cite-original              <- mu-cite/cite-original
56   mu-cite-get-field-value       <- mu-cite/get-field-value
57   mu-cite-get-value             <- mu-cite/get-value
58
59   mu-cite-load-registration-file<- mu-cite/load-registration-file
60   mu-cite-save-registration-file<- mu-cite/save-registration-file
61   mu-cite-get-prefix-method     <- mu-cite/get-prefix-method
62   mu-cite-get-prefix-register-method
63                                 <- mu-cite/get-prefix-register-method
64   mu-cite-get-prefix-register-verbose-method
65                                 <- mu-cite/get-prefix-register-verbose-method
66
67   mu-bbdb-get-prefix-method     <- mu-cite/get-bbdb-prefix-method
68   mu-bbdb-get-prefix-register-method
69                                 <- mu-cite/get-bbdb-prefix-register-method
70   mu-bbdb-get-prefix-register-verbose-method
71                         <- mu-cite/get-bbdb-prefix-register-verbose-method
72
73
74 ** New file mu-register.el which is re-separated from mu-cite.el
75
76
77 \f
78 Local variables:
79 mode: outline
80 paragraph-separate: "[  \f]*$"
81 end: