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