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