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