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