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