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