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