File: NEWS

package info (click to toggle)
mu-cite 8.1%2B0.20120227-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 176 kB
  • sloc: lisp: 766; sh: 146; makefile: 87
file content (122 lines) | stat: -rw-r--r-- 3,707 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
MU-CITE NEWS -- history of major-changes.
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.

* Changes in MU-CITE 8.2
========================

** New user option `mu-registration-file-coding-system-for-write'
which is used when writing a registration file.  The default value is
`iso-2022-7bit'.  Note that you should never set the value of the
variable `mu-registration-file-coding-system-for-read' (which was
formerly customizable) if you have no particular reason.

** MU-CITE now supports X-Cite-Me header as well as X-Attribution.

** New user option `fill-column-for-fill-cited-region' specifies an
integer value to override `fill-column' while `fill-cited-region' is
being executed.


* 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


** Requires FLIM 1.12.2 or later


** Text properties in the registration file is not recommended
If you are using Emacs v19, e.g. Mule 2.3, and if you find text properties
as below in your registration file (~/.mu-cite.el in default):

	("foo@bar.com" . #("Foo" 0 3 (face bold)))

please copy the following program in *scratch* buffer and type C-j key
after the end of parenthesis for cleaning up the sort of things.

	(progn
	  (require 'mu-register)
	  (mu-cite-load-registration-file)
	  (mu-cite-save-registration-file)
	  )


** New user option `mu-registration-file-modes'
Mode bits of `mu-registration-file', as an integer.


** New user option `mu-registration-file-coding-system-for-read'
Coding system used when reading a registration file.


** Name of functions and variables have been changed
The main changes are as follows:

User options:
  mu-cite-cited-prefix-regexp	<- mu-cite/cited-prefix-regexp
  mu-cite-prefix-format		<- mu-cite/prefix-format
  mu-cite-top-format		<- mu-cite/top-format
  mu-cite-instantiation-hook	<- mu-cite/instantiation-hook
  mu-cite-pre-cite-hook		<- mu-cite/pre-cite-hook
  mu-cite-post-cite-hook	<- mu-cite/post-cite-hook
  mu-cite-ml-count-field-list	<- mu-cite/ml-count-field-list
  mu-cite-default-methods-alist	<- mu-cite/default-methods-alist

  mu-registration-file		<- mu-cite/registration-file
  mu-cite-allow-null-string-registration
				<- mu-cite/allow-null-string-registration

Functions:
  mu-cite-original		<- mu-cite/cite-original
  mu-cite-get-field-value	<- mu-cite/get-field-value
  mu-cite-get-value		<- mu-cite/get-value

  mu-cite-load-registration-file<- mu-cite/load-registration-file
  mu-cite-save-registration-file<- mu-cite/save-registration-file
  mu-cite-get-prefix-method	<- mu-cite/get-prefix-method
  mu-cite-get-prefix-register-method
				<- mu-cite/get-prefix-register-method
  mu-cite-get-prefix-register-verbose-method
				<- mu-cite/get-prefix-register-verbose-method

  mu-bbdb-get-prefix-method	<- mu-cite/get-bbdb-prefix-method
  mu-bbdb-get-prefix-register-method
				<- mu-cite/get-bbdb-prefix-register-method
  mu-bbdb-get-prefix-register-verbose-method
			<- mu-cite/get-bbdb-prefix-register-verbose-method


** New file mu-register.el which is re-separated from mu-cite.el



Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: