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