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