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