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