Update.
[elisp/mu-cite.git] / ChangeLog
1 1999-07-21  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * mu-register.el (mu-cite-load-registration-file): Use
4         `file-coding-system' instead of `buffer-file-coding-system' for old
5         Emacsen.
6
7         * mu-cite.el (string-compare-from-top): Use `aref' instead of
8         `sref'.
9         (TopLevel): Require `widget' for old Emacsen.
10
11 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
12
13         * mu-cite.el (mu-cite-method-list): New function.
14         (widget-mu-cite-method-prompt-value-history): New variable.
15         (mu-cite-method): New widget.
16         (widget-mu-cite-method-prompt-value): New function.
17         (widget-mu-cite-method-action): New function.
18         (mu-cite-prefix-format): Use `mu-cite-method'.
19         (mu-cite-top-format): Likewise.
20
21 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
22
23         * mu-register.el (mu-citation-name-alist): Deleted.
24         (mu-cite-load-registration-file): Initialize value of
25         `mu-registration-symbol' if it is not bound.
26         (mu-cite-save-registration-file): Use `(symbol-value
27         mu-registration-symbol)' instead of `mu-citation-name-alist'.
28         (mu-register-get-citation-name): Likewise.
29         (mu-register-add-citation-name): Use `(set-alist
30         mu-registration-symbol ...)'.
31
32 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
33
34         * mu-cite.el (mu-cite-obsolete-variable-alist): Revert to define;
35         use it to define obsolete-variable-aliases in XEmacs.
36         - Try to set value of obsolete variables to new variables after
37           `mu-cite-load-hook' is run in non XEmacs emacsen.
38
39 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
40
41         * mu-cite.el (mu-cite-load-hook): Deleted the definition as a user
42         option.
43
44         * mu-bbdb.el (mu-bbdb-load-hook): Deleted the definition as a
45         variable.
46
47 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
48
49         * mu-cite.el (string-compare-from-top): Revert to use `sref'
50         instead of `aref'; use `char-next-index'.
51
52         * mu-cite.el (detect-paragraph-cited-prefix): Use
53         `line-beginning-position' and `line-end-position'.
54
55         * mu-cite.el (detect-paragraph-cited-prefix): Revert not to use
56         `incf'.
57
58         * mu-cite.el (mu-cite-original): Revert to use `or' instead of
59         'unless'.
60
61         * mu-cite.el (detect-paragraph-cited-prefix): Revert to use `if'
62         instead of `when'.
63
64         * mu-cite.el (mu-cite-original): Revert to use `if' instead of
65         `when'.
66
67         * mu-cite.el:
68         - Don't require `cl' when compile time.
69         - Don't require `emu'.
70         - Require `pcustom' instead of `custom'.
71         - Add autoload setting for `mu-bbdb-get-prefix-method',
72           `mu-bbdb-get-prefix-register-method' and
73           `mu-bbdb-get-prefix-register-verbose-method'.
74         (mu-cite-default-methods-alist): Add setting for
75         `mu-bbdb-get-prefix-method', `mu-bbdb-get-prefix-register-method'
76         and `mu-bbdb-get-prefix-register-verbose-method'.
77         (mu-cite-get-field-value): Add DOC-string; Revert to use `if'
78         instead of `when'.
79         (mu-cite-get-ml-count-method): Add DOC-string; revert to use `if'
80         instead of `when'; use `match-string'.
81         (mu-cite-get-value): Add DOC-string.
82         (char-category): New function.
83         (fill-cited-region): Add DOC-string; revert to use `if' instead of
84         `when'.
85         (compress-cited-prefix): Likewise.
86
87 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
88
89         * mu-bbdb.el (mu-bbdb-get-prefix-method): Add DOC-string.
90         (mu-bbdb-get-prefix-register-method): Likewise.
91         (mu-bbdb-get-prefix-register-verbose-method): Likewise.
92         - Delete setting for `mu-cite/default-methods-alist'.
93
94 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
95
96         * mu-bbdb.el: Don't use `module-installed-p'.
97
98 1999-07-19  Katsumi Yamaoka   <yamaoka@jpl.org>
99
100         * mu-cite.el (mu-cite-get-prefix-register-verbose-method): Move
101         function to mu-register.el.
102         (mu-cite-get-prefix-register-method): Likewise.
103         (mu-cite-get-prefix-method): Likewise.
104         (mu-cite-save-registration-file): Likewise.
105         (mu-cite-load-registration-file): Likewise.
106         (mu-cite-add-citation-name): Likewise.
107         (mu-cite-get-citation-name): Likewise.
108
109         (mu-cite-minibuffer-history): Move variable to mu-register.el.
110         (mu-cite-citation-name-alist): Likewise.
111         (mu-cite-registration-symbol): Likewise.
112         (mu-cite-registration-file-modes): Likewise.
113         (mu-cite-registration-file-coding-system-for-write): Likewise.
114         (mu-cite-registration-file-coding-system-for-read): Likewise.
115         (mu-cite-allow-null-string-registration): Likewise.
116         (mu-cite-registration-file): Likewise.
117
118         (mu-cite-registration-file): Move macro to mu-register.el.
119
120         * MU-ELS: (mu-modules-to-compile): Add `mu-register'.
121
122 1999-07-19  MORIOKA Tomohiko  <tomo@m17n.org>
123
124         * mu-cite.el (TopLevel): Add autoload setting for
125         `mu-cite-get-prefix-method', `mu-cite-get-prefix-register-method'
126         and `mu-cite-get-prefix-register-verbose-method'.
127
128         * mu-bbdb.el (mu-bbdb-history): New variable.
129         (mu-bbdb-get-prefix-register-method): Use it instead of
130         `mu-cite/minibuffer-history'.
131         (mu-bbdb-get-prefix-register-verbose-method): Likewise.
132
133         * MU-ELS: Remove RCS magic cookie.
134
135 1999-07-19  Katsumi Yamaoka   <yamaoka@jpl.org>
136
137         * mu-cite.el (mu-cite-save-registration-file): Use `save-buffer'
138         instead of `save-buffer-as-coding-system' if the value of
139         `mu-cite-registration-file-coding-system-for-write' is nil.
140         (mu-cite-load-registration-file): Use `insert-file-contents'
141         instead of `insert-file-contents-as-coding-system' if the value of
142         `mu-cite-registration-file-coding-system-for-read' is nil.
143
144         (TopLevel): Don't warn for the obsolete variables if the value of
145         `noninteractive' is non-nil.
146         (mu-cite-registration-file): Likewise.
147
148         * mu-bbdb.el (TopLevel): Use `mu-cite-default-methods-alist'
149         instead of `mu-cite/default-methods-alist'.
150         (mu-bbdb-get-prefix-register-method): Use
151         `mu-cite-minibuffer-history' instead of
152         `mu-cite/minibuffer-history'.
153         (mu-bbdb-get-prefix-register-verbose-method): Use
154         `mu-cite-get-value' instead of `mu-cite/get-value'.
155         (mu-bbdb-get-prefix-register-method): Likewise.
156         (mu-bbdb-get-prefix-method): Likewise.
157
158         (mu-bbdb-load-hook): Use `defcustom' instead of `defvar'.
159         (mu-bbdb): New customization group.
160
161         (TopLevel): Define old functions as obsolete aliases.
162
163         (mu-bbdb-set-attr): Renamed from `mu-cite/set-bbdb-attr'.
164         (mu-bbdb-get-prefix-register-verbose-method): Renamed from
165         `mu-cite/get-bbdb-prefix-register-verbose-method'.
166         (mu-bbdb-get-prefix-register-method): Renamed from
167         `mu-cite/get-bbdb-prefix-register-method'.
168         (mu-bbdb-get-prefix-method): Renamed from
169         `mu-cite/get-bbdb-prefix-method'.
170         (mu-bbdb-get-attr): Renamed from `mu-cite/get-bbdb-attr'.
171
172         (TopLevel): Require `path-util' for picking up `module-installed-p'.
173         (TopLevel): Require `cl' at the compile time.
174
175         (Keywords, Maintainer): Add comments.
176         (Author): Change mail address.
177         (Copyright): Belong to FSF.
178
179         * ftp.in: New file.
180
181         * Makefile (ARC_DIR): Default to "/pub/elisp/mu".
182
183 1999-07-17  Kenji Itoh        <keit@tpj.co.jp>
184
185         * mu-cite.el (mu-cite-original): Add autoload cookie.
186         * latex-math-symbol.el (latex-math-decode-region): Likewise.
187         (latex-math-decode-buffer): Likewise.
188
189         * Makefile (release): New target.
190         (tar): New implementation.
191         (clean): Use the variables `RM' and `GOMI'.
192         (install-package): New target.
193         (package): New target.
194         (install): Accept the arguments `PREFIX', `LISPDIR' and
195         `VERSION_SPECIFIC_LISPDIR'.
196         (elc): Likewise.
197
198         (ARC_DIR, VERSION, FILES, GOMI): New variables.
199         (VERSION_SPECIFIC_LISPDIR, PACKAGEDIR, LISPDIR): New variables.
200         (PREFIX): Default to "NONE".
201         (XEMACS, CP, RM, TAR, RELEASE, API, PACKAGE): New variables.
202
203         * MU-MK (install-mu-package): New function.
204         (compile-mu-package): New function.
205         (config-mu-package): New function.
206         (config-mu): Extract the values of `LISPDIR' and
207         `VERSION_SPECIFIC_LISPDIR' from the command line arguments.
208
209         * MU-CFG (PACKAGEDIR): New variable.
210         (MU_DIR): Use `VERSION_SPECIFIC_LISPDIR' instead of `LISPDIR'.
211         (VERSION_SPECIFIC_LISPDIR): New variable.
212         (TopLevel): Delete code to detect APEL 7.3 or later.
213         (load-path): Modernize the way of adding the paths of APEL, FLIM,
214         LISPDIR, VERSION_SPECIFIC_LISPDIR, CUSTOM and `default-directory'.
215         (default-load-path): New variable.
216
217 1999-07-16  Katsumi Yamaoka   <yamaoka@jpl.org>
218
219         * mu-cite.el (mu-cite-version): Update to 8.0.
220
221         (mu-cite-eval-format): Don't use `save-excursion'.
222         (mu-cite-get-value): Save excursion while evaluating a function.
223
224         (mu-cite-save-registration-file): New implementation.
225         (mu-cite-load-registration-file): Likewise.
226
227         (mu-cite-registration-file-modes): New user option.
228         (mu-cite-registration-file-coding-system-for-write): Likewise.
229         (mu-cite-registration-file-coding-system-for-read): Likewise.
230
231         (TopLevel): Treat old variables and functions as obsolete.
232
233         (TopLevel): Require `custom'.
234         (TopLevel): Require `emu' for picking up `char-category' for
235         XEmacs.
236         (TopLevel): Require `poe' for picking up some macros,
237         e.g. `with-temp-buffer', for old Emacsen.
238         (TopLevel): Require `cl' at the compile time.
239
240         (mu-cite-top-format, mu-cite-registration-file,
241         mu-cite-prefix-format, mu-cite-pre-cite-hook,
242         mu-cite-post-cite-hook, mu-cite-ml-count-field-list,
243         mu-cite-load-hook, mu-cite-instantiation-hook,
244         mu-cite-cited-prefix-regexp,
245         mu-cite-allow-null-string-registration, citation-mark-chars,
246         citation-disable-chars): Use `defcustom' instead of `defvar'.
247
248         (mu-cite): New customization group.
249
250         (mu-cite-original): Renamed from `mu-cite/cite-original'.
251         (mu-cite-version, mu-cite-top-format,
252         mu-cite-save-registration-file, mu-cite-registration-symbol,
253         mu-cite-registration-file, mu-cite-prefix-format,
254         mu-cite-pre-cite-hook, mu-cite-post-cite-hook, mu-cite-mu-cite.el,
255         mu-cite-ml-count-field-list, mu-cite-minibuffer-history,
256         mu-cite-methods-alist, mu-cite-make-methods,
257         mu-cite-load-registration-file, mu-cite-instantiation-hook,
258         mu-cite-get-value, mu-cite-get-prefix-register-verbose-method,
259         mu-cite-get-prefix-register-method, mu-cite-get-prefix-method,
260         mu-cite-get-ml-count-method, mu-cite-get-field-value-method-alist,
261         mu-cite-get-field-value, mu-cite-get-citation-name,
262         mu-cite-eval-format, mu-cite-default-methods-alist,
263         mu-cite-cited-prefix-regexp, mu-cite-citation-name-alist,
264         mu-cite-allow-null-string-registration, mu-cite-add-citation-name):
265         Renamed from `mu-cite/*'.
266
267         * MU-MK (compile-mu): Use `mu-modules-to-compile' instead of
268         `mu-modules'.
269
270 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
271
272         * mu-cite.el: Change Maintainer; change my address.
273
274 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
275
276         * Makefile: Remove RCS magic cookie.
277
278         * mu-cite.el: Likewise.
279
280         * MU-MK: Likewise.
281
282         * MU-CFG: Likewise.
283
284 1999-07-15  Masahiro Murata   <muse@ba2.so-net.ne.jp>
285
286         * mu-cite.el (mu-cite/eval-format): Add `save-excursion'.
287
288 1999-07-15  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
289
290         * MU-CFG (load-path): Add "../apel" and "../flim".
291
292 1998-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
293
294         * mu-cite.el (detect-paragraph-cited-prefix): Use `cadr' instead
295         of `second'.
296
297 1998-03-09  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
298
299         * README.en (Bug reports): Modify description of tm mailing list.
300
301 \f
302 1997-03-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
303
304         * MU: Version 0.40.2 was released.
305
306 Tue Mar 18 15:07:56 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
307
308         * mu-cite.el (mu-cite/get-field-value-method-alist): Setting for
309         tm-mh-e was abolished.
310
311 \f
312 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
313
314         * MU: Version 0.40.1 was released.
315
316 Fri Mar 14 07:29:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
317
318         * Makefile, MU-MK, MU-CFG: New file.
319
320 Mon Mar 10 06:13:17 1997  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
321
322         * mu-cite.el (mu-cite/load-registration-file): New function.
323         (mu-cite/save-registration-file): Renamed from
324         `mu-cite/save-to-file'.
325
326 \f
327 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
328
329         * MU: Version 0.40 was released.
330
331 1997-03-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
332
333         * std11.el (std11-addr-to-string): Enclose quoted-string with
334         double-quote.
335
336 \f
337 1997-02-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
338
339         * MU: Version 0.39.3 was released.
340
341 Sat Feb  1 18:29:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
342
343         * mu-cite.el (citation-disable-chars): New variable.
344         (detect-paragraph-cited-prefix): Use variable
345         `citation-disable-chars' for single line.
346
347         * mu-cite.el (mu-cite/cited-prefix-regexp): Don't regard "<" as
348         cited-prefix.
349
350 \f
351 1997-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
352
353         * MU: Version 0.39.2 was released.
354
355 Fri Jan 31 12:31:20 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
356
357         * mu-cite.el (detect-paragraph-cited-prefix): check return value
358         of `string-compare-from-top'.
359
360 \f
361 1997-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
362
363         * MU: Version 0.39.1 was released.
364
365 Fri Jan 17 05:11:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
366
367         * latex-math-symbol.el (latex-math-decode-region): to avoid
368         mismatching.
369
370 Tue Jan 14 11:30:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
371
372         * latex-math-symbol.el (latex-math-symbol-table-alist): Add more
373         symbols.
374
375 Thu Jan  9 18:01:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
376
377         * mu-cite.el (detect-paragraph-cited-prefix): New function.
378         (fill-cited-region): Use function `detect-paragraph-cited-prefix'.
379         Variable `cited-prefix-regexp' was abolished.
380
381 \f
382 Tue Dec 17 13:07:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
383
384         * MU: Version 0.39 was released.
385
386         * MU-ELS (mu-modules-to-compile): Don't install tl-822.el.
387
388 Tue Dec 17 12:06:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
389
390         * std11.el (std11-full-name-string): Strip quoted-pair and return
391         nil if phrase is null-string.
392
393 Tue Dec 17 11:01:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
394
395         * std11.el (std11-wrap-as-quoted-pairs): New function.
396
397         (std11-wrap-as-quoted-string): Use function
398         `std11-wrap-as-quoted-pairs'.
399
400 Mon Dec 16 07:12:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
401
402         * std11.el (std11-strip-quoted-pair): New implementation.
403
404 \f
405 Tue Dec 10 11:57:23 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
406
407         * MU: Version 0.36 was released.
408
409         * mu-bbdb.el: Use `module-installed-p' instead of `eval-when'.
410
411 Mon Dec  2 15:20:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
412
413         * std11.el (std11-unfold-string): Save LWSP-char.
414
415 Thu Nov 28 19:38:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
416
417         * std11-parse.el (std11-check-enclosure): Unused local variable
418         `dest' was abolished.
419
420 Fri Nov 22 08:44:27 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
421
422         * mu-bbdb.el: Byte-compile even if BBDB is not present.
423
424 Tue Nov 19 07:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
425
426         * std11.el (std11-strip-quoted-string): fixed.
427
428 \f
429 Wed Oct 16 00:14:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
430
431         * MU: Version 0.34.1 was released.
432
433 Thu Oct  3 05:02:32 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
434
435         * mu-cite.el (fill-cited-region): prefix should be checked by
436         `cited-prefix-regexp'. (cf. [tm-ja:2106])
437
438 \f
439 Tue Oct  1 13:33:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
440
441         * MU: Version 0.34 was released.
442
443 Tue Oct  1 13:30:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
444
445         * std11-parse.el (std11-parse-ascii-token): Use function
446         `find-non-ascii-charset-string' instead of `find-charset-string'.
447
448 Sat Sep 28 10:34:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
449
450         * mu-cite.el
451         (mu-cite/cited-prefix-regexp), (mu-cite/ml-count-field-list),
452         (cited-prefix-regexp): Doc strings.
453         (mu-cite-load-hook), (mu-cite/instantiation-hook): Explicitly
454         defined.
455
456 Thu Sep 26 04:51:47 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
457
458         * mu-cite.el (mu-cite/cite-original):
459         regexp "^$\\|^-+$" was simplified to "^-*$".
460
461 Tue Sep 17 07:03:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
462
463         * mu-cite.el (fill-cited-region): fixed.
464
465 Mon Sep 16 09:43:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
466
467         * mu-cite.el (fill-cited-region): modified for mule merged EMACS.
468
469 \f
470 Sun Sep 15 09:27:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
471
472         * MU: Version 0.33 was released.
473
474 Sat Sep 14 08:44:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
475
476         * tl-822.el (rfc822/strip-quoted-string): New alias; moved to
477         std11.el.
478
479         * std11.el (std11-strip-quoted-pair): New function; moved from
480         tl-822.el.
481         (std11-strip-quoted-string): New function; moved from tl-822.el.
482
483         * tl-822.el: Constant `rfc822/linear-white-space-regexp' was
484         abolished.
485
486 \f
487 Sun Sep  8 19:35:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
488
489         * MU: Version 0.31 was released.
490
491         * std11.el (std11-wrap-as-quoted-string): fixed typo.
492
493 Sun Sep  8 18:09:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
494
495         * tl-822.el (rfc822/wrap-as-quoted-string): New alias.
496
497 Sun Sep  8 18:07:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
498
499         * std11.el (std11-wrap-as-quoted-string): Renamed from
500         `rfc822/wrap-as-quoted-string'.
501
502         * tl-822.el (rfc822/qtext-regexp): Use variable
503         `std11-non-qtext-char-list' instead of
504         `rfc822/non-qtext-char-list'.
505
506         * std11.el (std11-non-qtext-char-list): Renamed from
507         `rfc822/non-qtext-char-list'.
508
509         * std11.el (rfc822/non-qtext-char-list): New variable; moved from
510         tl-822.el.
511         (rfc822/wrap-as-quoted-string): New function; moved from
512         tl-822.el.
513
514         * tl-822.el: Function `rfc822/wrap-as-quoted-string' and variable
515         `rfc822/non-qtext-char-list' were moved to std11.el.
516
517 \f
518 Tue Sep  3 09:49:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
519
520         * MU: Version 0.27 was released.
521
522         * std11-parse.el (std11-spaces-regexp): don't require top of line.
523         (std11-analyze-spaces): check match-beginning is 0 or not.
524
525 Tue Sep  3 09:22:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
526
527         * std11.el (std11-extract-address-components): unfold.
528
529 Mon Sep  2 16:03:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
530
531         * MU-ELS: latex-math-symbol.el was moved from tl package.
532
533         * MU-ELS: New file.
534
535 Mon Sep  2 15:48:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
536
537         * tl-822.el (rfc822/extract-address-components):
538         New alias; moved to std11.el.
539
540         * std11.el (std11-extract-address-components): New function; moved
541         from tl-822.el.
542
543         * std11.el, std11-parse.el, tl-822.el, mu-cite.el, mu-bbdb.el:
544         moved from tl package.