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