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