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