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