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