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