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