Update.
[elisp/mu-cite.git] / ChangeLog
1 1999-07-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * (mu-cite-version): Update to 8.0.
4
5         * (mu-cite-eval-format): Don't use `save-excursion'.
6         * (mu-cite-get-value): Save excursion while evaluating a function.
7
8         * (mu-cite-save-registration-file): New implementation.
9         * (mu-cite-load-registration-file): Likewise.
10
11         * (mu-cite-registration-file-modes): New user option.
12         * (mu-cite-registration-file-coding-system-for-write): Likewise.
13         * (mu-cite-registration-file-coding-system-for-read): Likewise.
14
15         * (TopLevel): Treat old variables and functions as obsolete.
16
17         * (TopLevel): Require `custom'.
18         * (TopLevel): Require `emu' for picking up `char-category' for
19         XEmacs.
20         * (TopLevel): Require `poe' for picking up some macros, e.g.
21         `with-temp-buffer', for old Emacsen.
22         * (TopLevel): Require `cl' at the compile time.
23
24         * (mu-cite-top-format, mu-cite-registration-file-modes,
25         mu-cite-registration-file-coding-system-for-write,
26         mu-cite-registration-file-coding-system-for-read,
27         mu-cite-registration-file, mu-cite-prefix-format,
28         mu-cite-pre-cite-hook, mu-cite-post-cite-hook,
29         mu-cite-ml-count-field-list, mu-cite-load-hook,
30         mu-cite-instantiation-hook, mu-cite-cited-prefix-regexp,
31         mu-cite-allow-null-string-registration, citation-mark-chars,
32         citation-disable-chars): Use `defcustom' instead of `defvar'.
33
34         * (mu-cite): New customization group.
35
36         * (mu-cite-original): Renamed from `mu-cite/cite-original'.
37         * (mu-cite-version, mu-cite-top-format,
38         mu-cite-save-registration-file, mu-cite-registration-symbol,
39         mu-cite-registration-file, mu-cite-prefix-format,
40         mu-cite-pre-cite-hook, mu-cite-post-cite-hook, mu-cite-mu-cite.el,
41         mu-cite-ml-count-field-list, mu-cite-minibuffer-history,
42         mu-cite-methods-alist, mu-cite-make-methods,
43         mu-cite-load-registration-file, mu-cite-instantiation-hook,
44         mu-cite-get-value, mu-cite-get-prefix-register-verbose-method,
45         mu-cite-get-prefix-register-method, mu-cite-get-prefix-method,
46         mu-cite-get-ml-count-method, mu-cite-get-field-value-method-alist,
47         mu-cite-get-field-value, mu-cite-get-citation-name,
48         mu-cite-eval-format, mu-cite-default-methods-alist,
49         mu-cite-cited-prefix-regexp, mu-cite-citation-name-alist,
50         mu-cite-allow-null-string-registration, mu-cite-add-citation-name):
51         Renamed from `mu-cite/*'.
52
53         * MU-MK (compile-mu): Use `mu-modules-to-compile' instead of
54         `mu-modules'.
55
56 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
57
58         * mu-cite.el: Change Maintainer; change my address.
59
60 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
61
62         * Makefile: Remove RCS magic cookie.
63
64         * mu-cite.el: Likewise.
65
66         * MU-MK: Likewise.
67
68         * MU-CFG: Likewise.
69
70 1999-07-15  Masahiro Murata   <muse@ba2.so-net.ne.jp>
71
72         * mu-cite.el (mu-cite/eval-format): Add `save-excursion'.
73
74 1999-07-15  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
75
76         * MU-CFG (load-path): Add "../apel" and "../flim".
77
78 1998-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
79
80         * mu-cite.el (detect-paragraph-cited-prefix): Use `cadr' instead
81         of `second'.
82
83 1998-03-09  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
84
85         * README.en (Bug reports): Modify description of tm mailing list.
86
87 \f
88 1997-03-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
89
90         * MU: Version 0.40.2 was released.
91
92 Tue Mar 18 15:07:56 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
93
94         * mu-cite.el (mu-cite/get-field-value-method-alist): Setting for
95         tm-mh-e was abolished.
96
97 \f
98 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
99
100         * MU: Version 0.40.1 was released.
101
102 Fri Mar 14 07:29:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
103
104         * Makefile, MU-MK, MU-CFG: New file.
105
106 Mon Mar 10 06:13:17 1997  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
107
108         * mu-cite.el (mu-cite/load-registration-file): New function.
109         (mu-cite/save-registration-file): Renamed from
110         `mu-cite/save-to-file'.
111
112 \f
113 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
114
115         * MU: Version 0.40 was released.
116
117 1997-03-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
118
119         * std11.el (std11-addr-to-string): Enclose quoted-string with
120         double-quote.
121
122 \f
123 1997-02-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * MU: Version 0.39.3 was released.
126
127 Sat Feb  1 18:29:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * mu-cite.el (citation-disable-chars): New variable.
130         (detect-paragraph-cited-prefix): Use variable
131         `citation-disable-chars' for single line.
132
133         * mu-cite.el (mu-cite/cited-prefix-regexp): Don't regard "<" as
134         cited-prefix.
135
136 \f
137 1997-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * MU: Version 0.39.2 was released.
140
141 Fri Jan 31 12:31:20 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * mu-cite.el (detect-paragraph-cited-prefix): check return value
144         of `string-compare-from-top'.
145
146 \f
147 1997-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * MU: Version 0.39.1 was released.
150
151 Fri Jan 17 05:11:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
152
153         * latex-math-symbol.el (latex-math-decode-region): to avoid
154         mismatching.
155
156 Tue Jan 14 11:30:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
157
158         * latex-math-symbol.el (latex-math-symbol-table-alist): Add more
159         symbols.
160
161 Thu Jan  9 18:01:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
162
163         * mu-cite.el (detect-paragraph-cited-prefix): New function.
164         (fill-cited-region): Use function `detect-paragraph-cited-prefix'.
165         Variable `cited-prefix-regexp' was abolished.
166
167 \f
168 Tue Dec 17 13:07:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
169
170         * MU: Version 0.39 was released.
171
172         * MU-ELS (mu-modules-to-compile): Don't install tl-822.el.
173
174 Tue Dec 17 12:06:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
175
176         * std11.el (std11-full-name-string): Strip quoted-pair and return
177         nil if phrase is null-string.
178
179 Tue Dec 17 11:01:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * std11.el (std11-wrap-as-quoted-pairs): New function.
182
183         (std11-wrap-as-quoted-string): Use function
184         `std11-wrap-as-quoted-pairs'.
185
186 Mon Dec 16 07:12:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
187
188         * std11.el (std11-strip-quoted-pair): New implementation.
189
190 \f
191 Tue Dec 10 11:57:23 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
192
193         * MU: Version 0.36 was released.
194
195         * mu-bbdb.el: Use `module-installed-p' instead of `eval-when'.
196
197 Mon Dec  2 15:20:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
198
199         * std11.el (std11-unfold-string): Save LWSP-char.
200
201 Thu Nov 28 19:38:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
202
203         * std11-parse.el (std11-check-enclosure): Unused local variable
204         `dest' was abolished.
205
206 Fri Nov 22 08:44:27 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
207
208         * mu-bbdb.el: Byte-compile even if BBDB is not present.
209
210 Tue Nov 19 07:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
211
212         * std11.el (std11-strip-quoted-string): fixed.
213
214 \f
215 Wed Oct 16 00:14:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
216
217         * MU: Version 0.34.1 was released.
218
219 Thu Oct  3 05:02:32 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
220
221         * mu-cite.el (fill-cited-region): prefix should be checked by
222         `cited-prefix-regexp'. (cf. [tm-ja:2106])
223
224 \f
225 Tue Oct  1 13:33:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
226
227         * MU: Version 0.34 was released.
228
229 Tue Oct  1 13:30:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
230
231         * std11-parse.el (std11-parse-ascii-token): Use function
232         `find-non-ascii-charset-string' instead of `find-charset-string'.
233
234 Sat Sep 28 10:34:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
235
236         * mu-cite.el
237         (mu-cite/cited-prefix-regexp), (mu-cite/ml-count-field-list),
238         (cited-prefix-regexp): Doc strings.
239         (mu-cite-load-hook), (mu-cite/instantiation-hook): Explicitly
240         defined.
241
242 Thu Sep 26 04:51:47 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
243
244         * mu-cite.el (mu-cite/cite-original):
245         regexp "^$\\|^-+$" was simplified to "^-*$".
246
247 Tue Sep 17 07:03:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
248
249         * mu-cite.el (fill-cited-region): fixed.
250
251 Mon Sep 16 09:43:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
252
253         * mu-cite.el (fill-cited-region): modified for mule merged EMACS.
254
255 \f
256 Sun Sep 15 09:27:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
257
258         * MU: Version 0.33 was released.
259
260 Sat Sep 14 08:44:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
261
262         * tl-822.el (rfc822/strip-quoted-string): New alias; moved to
263         std11.el.
264
265         * std11.el (std11-strip-quoted-pair): New function; moved from
266         tl-822.el.
267         (std11-strip-quoted-string): New function; moved from tl-822.el.
268
269         * tl-822.el: Constant `rfc822/linear-white-space-regexp' was
270         abolished.
271
272 \f
273 Sun Sep  8 19:35:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
274
275         * MU: Version 0.31 was released.
276
277         * std11.el (std11-wrap-as-quoted-string): fixed typo.
278
279 Sun Sep  8 18:09:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
280
281         * tl-822.el (rfc822/wrap-as-quoted-string): New alias.
282
283 Sun Sep  8 18:07:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
284
285         * std11.el (std11-wrap-as-quoted-string): Renamed from
286         `rfc822/wrap-as-quoted-string'.
287
288         * tl-822.el (rfc822/qtext-regexp): Use variable
289         `std11-non-qtext-char-list' instead of
290         `rfc822/non-qtext-char-list'.
291
292         * std11.el (std11-non-qtext-char-list): Renamed from
293         `rfc822/non-qtext-char-list'.
294
295         * std11.el (rfc822/non-qtext-char-list): New variable; moved from
296         tl-822.el.
297         (rfc822/wrap-as-quoted-string): New function; moved from
298         tl-822.el.
299
300         * tl-822.el: Function `rfc822/wrap-as-quoted-string' and variable
301         `rfc822/non-qtext-char-list' were moved to std11.el.
302
303 \f
304 Tue Sep  3 09:49:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
305
306         * MU: Version 0.27 was released.
307
308         * std11-parse.el (std11-spaces-regexp): don't require top of line.
309         (std11-analyze-spaces): check match-beginning is 0 or not.
310
311 Tue Sep  3 09:22:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
312
313         * std11.el (std11-extract-address-components): unfold.
314
315 Mon Sep  2 16:03:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
316
317         * MU-ELS: latex-math-symbol.el was moved from tl package.
318
319         * MU-ELS: New file.
320
321 Mon Sep  2 15:48:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
322
323         * tl-822.el (rfc822/extract-address-components):
324         New alias; moved to std11.el.
325
326         * std11.el (std11-extract-address-components): New function; moved
327         from tl-822.el.
328
329         * std11.el, std11-parse.el, tl-822.el, mu-cite.el, mu-bbdb.el:
330         moved from tl package.