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