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