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