Fix.
[elisp/mu-cite.git] / ChangeLog
1 1999-07-19  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * mu-bbdb.el (TopLevel): Use `mu-cite-default-methods-alist'
4         instead of `mu-cite/default-methods-alist'.
5         (mu-cite/get-bbdb-prefix-register-method): Use
6         `mu-cite-minibuffer-history' instead of
7         `mu-cite/minibuffer-history'.
8         (mu-bbdb-get-prefix-register-verbose-method): Use
9         `mu-cite-get-value' instead of `mu-cite/get-value'.
10         (mu-bbdb-get-prefix-register-method): Likewise.
11         (mu-bbdb-get-prefix-method): Likewise.
12
13         (mu-bbdb-load-hook): Use `defcustom' instead of `defvar'.
14         (mu-bbdb): New customization group.
15
16         (TopLevel): Define old functions as obsolete aliases.
17
18         (mu-bbdb-set-attr): Renamed from `mu-cite/set-bbdb-attr'.
19         (mu-bbdb-get-prefix-register-verbose-method): Renamed from
20         `mu-cite/get-bbdb-prefix-register-verbose-method'.
21         (mu-bbdb-get-prefix-register-method): Renamed from
22         `mu-cite/get-bbdb-prefix-register-method'.
23         (mu-bbdb-get-prefix-method): Renamed from
24         `mu-cite/get-bbdb-prefix-method'.
25         (mu-bbdb-get-attr): Renamed from `mu-cite/get-bbdb-attr'.
26
27         (TopLevel): Require `path-util' for picking up `module-installed-p'.
28         (TopLevel): Require `cl' at the compile time.
29
30         (Keywords, Maintainer): Add comments.
31         (Author): Change mail address.
32         (Copyright): Belong to FSF.
33
34         * ftp.in: New file.
35
36         * Makefile (ARC_DIR): Default to "/pub/elisp/mu".
37
38 1999-07-17  Kenji Itoh        <keit@tpj.co.jp>
39
40         * mu-cite.el (mu-cite-original): Add autoload cookie.
41         * latex-math-symbol.el (latex-math-decode-region): Likewise.
42         (latex-math-decode-buffer): Likewise.
43
44         * Makefile (release): New target.
45         (tar): New implementation.
46         (clean): Use the variables `RM' and `GOMI'.
47         (install-package): New target.
48         (package): New target.
49         (install): Accept the arguments `PREFIX', `LISPDIR' and
50         `VERSION_SPECIFIC_LISPDIR'.
51         (elc): Likewise.
52
53         (ARC_DIR, VERSION, FILES, GOMI): New variables.
54         (VERSION_SPECIFIC_LISPDIR, PACKAGEDIR, LISPDIR): New variables.
55         (PREFIX): Default to "NONE".
56         (XEMACS, CP, RM, TAR, RELEASE, API, PACKAGE): New variables.
57
58         * MU-MK (install-mu-package): New function.
59         (compile-mu-package): New function.
60         (config-mu-package): New function.
61         (config-mu): Extract the values of `LISPDIR' and
62         `VERSION_SPECIFIC_LISPDIR' from the command line arguments.
63
64         * MU-CFG (PACKAGEDIR): New variable.
65         (MU_DIR): Use `VERSION_SPECIFIC_LISPDIR' instead of `LISPDIR'.
66         (VERSION_SPECIFIC_LISPDIR): New variable.
67         (TopLevel): Delete code to detect APEL 7.3 or later.
68         (load-path): Modernize the way of adding the paths of APEL, FLIM,
69         LISPDIR, VERSION_SPECIFIC_LISPDIR, CUSTOM and `default-directory'.
70         (default-load-path): New variable.
71
72 1999-07-16  Katsumi Yamaoka   <yamaoka@jpl.org>
73
74         * mu-cite.el (mu-cite-version): Update to 8.0.
75
76         (mu-cite-eval-format): Don't use `save-excursion'.
77         (mu-cite-get-value): Save excursion while evaluating a function.
78
79         (mu-cite-save-registration-file): New implementation.
80         (mu-cite-load-registration-file): Likewise.
81
82         (mu-cite-registration-file-modes): New user option.
83         (mu-cite-registration-file-coding-system-for-write): Likewise.
84         (mu-cite-registration-file-coding-system-for-read): Likewise.
85
86         (TopLevel): Treat old variables and functions as obsolete.
87
88         (TopLevel): Require `custom'.
89         (TopLevel): Require `emu' for picking up `char-category' for
90         XEmacs.
91         (TopLevel): Require `poe' for picking up some macros,
92         e.g. `with-temp-buffer', for old Emacsen.
93         (TopLevel): Require `cl' at the compile time.
94
95         (mu-cite-top-format, mu-cite-registration-file,
96         mu-cite-prefix-format, mu-cite-pre-cite-hook,
97         mu-cite-post-cite-hook, mu-cite-ml-count-field-list,
98         mu-cite-load-hook, mu-cite-instantiation-hook,
99         mu-cite-cited-prefix-regexp,
100         mu-cite-allow-null-string-registration, citation-mark-chars,
101         citation-disable-chars): Use `defcustom' instead of `defvar'.
102
103         (mu-cite): New customization group.
104
105         (mu-cite-original): Renamed from `mu-cite/cite-original'.
106         (mu-cite-version, mu-cite-top-format,
107         mu-cite-save-registration-file, mu-cite-registration-symbol,
108         mu-cite-registration-file, mu-cite-prefix-format,
109         mu-cite-pre-cite-hook, mu-cite-post-cite-hook, mu-cite-mu-cite.el,
110         mu-cite-ml-count-field-list, mu-cite-minibuffer-history,
111         mu-cite-methods-alist, mu-cite-make-methods,
112         mu-cite-load-registration-file, mu-cite-instantiation-hook,
113         mu-cite-get-value, mu-cite-get-prefix-register-verbose-method,
114         mu-cite-get-prefix-register-method, mu-cite-get-prefix-method,
115         mu-cite-get-ml-count-method, mu-cite-get-field-value-method-alist,
116         mu-cite-get-field-value, mu-cite-get-citation-name,
117         mu-cite-eval-format, mu-cite-default-methods-alist,
118         mu-cite-cited-prefix-regexp, mu-cite-citation-name-alist,
119         mu-cite-allow-null-string-registration, mu-cite-add-citation-name):
120         Renamed from `mu-cite/*'.
121
122         * MU-MK (compile-mu): Use `mu-modules-to-compile' instead of
123         `mu-modules'.
124
125 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
126
127         * mu-cite.el: Change Maintainer; change my address.
128
129 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
130
131         * Makefile: Remove RCS magic cookie.
132
133         * mu-cite.el: Likewise.
134
135         * MU-MK: Likewise.
136
137         * MU-CFG: Likewise.
138
139 1999-07-15  Masahiro Murata   <muse@ba2.so-net.ne.jp>
140
141         * mu-cite.el (mu-cite/eval-format): Add `save-excursion'.
142
143 1999-07-15  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
144
145         * MU-CFG (load-path): Add "../apel" and "../flim".
146
147 1998-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * mu-cite.el (detect-paragraph-cited-prefix): Use `cadr' instead
150         of `second'.
151
152 1998-03-09  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
153
154         * README.en (Bug reports): Modify description of tm mailing list.
155
156 \f
157 1997-03-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
158
159         * MU: Version 0.40.2 was released.
160
161 Tue Mar 18 15:07:56 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
162
163         * mu-cite.el (mu-cite/get-field-value-method-alist): Setting for
164         tm-mh-e was abolished.
165
166 \f
167 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
168
169         * MU: Version 0.40.1 was released.
170
171 Fri Mar 14 07:29:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * Makefile, MU-MK, MU-CFG: New file.
174
175 Mon Mar 10 06:13:17 1997  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
176
177         * mu-cite.el (mu-cite/load-registration-file): New function.
178         (mu-cite/save-registration-file): Renamed from
179         `mu-cite/save-to-file'.
180
181 \f
182 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * MU: Version 0.40 was released.
185
186 1997-03-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
187
188         * std11.el (std11-addr-to-string): Enclose quoted-string with
189         double-quote.
190
191 \f
192 1997-02-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
193
194         * MU: Version 0.39.3 was released.
195
196 Sat Feb  1 18:29:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
197
198         * mu-cite.el (citation-disable-chars): New variable.
199         (detect-paragraph-cited-prefix): Use variable
200         `citation-disable-chars' for single line.
201
202         * mu-cite.el (mu-cite/cited-prefix-regexp): Don't regard "<" as
203         cited-prefix.
204
205 \f
206 1997-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
207
208         * MU: Version 0.39.2 was released.
209
210 Fri Jan 31 12:31:20 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
211
212         * mu-cite.el (detect-paragraph-cited-prefix): check return value
213         of `string-compare-from-top'.
214
215 \f
216 1997-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * MU: Version 0.39.1 was released.
219
220 Fri Jan 17 05:11:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
221
222         * latex-math-symbol.el (latex-math-decode-region): to avoid
223         mismatching.
224
225 Tue Jan 14 11:30:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
226
227         * latex-math-symbol.el (latex-math-symbol-table-alist): Add more
228         symbols.
229
230 Thu Jan  9 18:01:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
231
232         * mu-cite.el (detect-paragraph-cited-prefix): New function.
233         (fill-cited-region): Use function `detect-paragraph-cited-prefix'.
234         Variable `cited-prefix-regexp' was abolished.
235
236 \f
237 Tue Dec 17 13:07:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
238
239         * MU: Version 0.39 was released.
240
241         * MU-ELS (mu-modules-to-compile): Don't install tl-822.el.
242
243 Tue Dec 17 12:06:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
244
245         * std11.el (std11-full-name-string): Strip quoted-pair and return
246         nil if phrase is null-string.
247
248 Tue Dec 17 11:01:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
249
250         * std11.el (std11-wrap-as-quoted-pairs): New function.
251
252         (std11-wrap-as-quoted-string): Use function
253         `std11-wrap-as-quoted-pairs'.
254
255 Mon Dec 16 07:12:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
256
257         * std11.el (std11-strip-quoted-pair): New implementation.
258
259 \f
260 Tue Dec 10 11:57:23 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
261
262         * MU: Version 0.36 was released.
263
264         * mu-bbdb.el: Use `module-installed-p' instead of `eval-when'.
265
266 Mon Dec  2 15:20:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
267
268         * std11.el (std11-unfold-string): Save LWSP-char.
269
270 Thu Nov 28 19:38:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
271
272         * std11-parse.el (std11-check-enclosure): Unused local variable
273         `dest' was abolished.
274
275 Fri Nov 22 08:44:27 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
276
277         * mu-bbdb.el: Byte-compile even if BBDB is not present.
278
279 Tue Nov 19 07:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
280
281         * std11.el (std11-strip-quoted-string): fixed.
282
283 \f
284 Wed Oct 16 00:14:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
285
286         * MU: Version 0.34.1 was released.
287
288 Thu Oct  3 05:02:32 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
289
290         * mu-cite.el (fill-cited-region): prefix should be checked by
291         `cited-prefix-regexp'. (cf. [tm-ja:2106])
292
293 \f
294 Tue Oct  1 13:33:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
295
296         * MU: Version 0.34 was released.
297
298 Tue Oct  1 13:30:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
299
300         * std11-parse.el (std11-parse-ascii-token): Use function
301         `find-non-ascii-charset-string' instead of `find-charset-string'.
302
303 Sat Sep 28 10:34:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
304
305         * mu-cite.el
306         (mu-cite/cited-prefix-regexp), (mu-cite/ml-count-field-list),
307         (cited-prefix-regexp): Doc strings.
308         (mu-cite-load-hook), (mu-cite/instantiation-hook): Explicitly
309         defined.
310
311 Thu Sep 26 04:51:47 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
312
313         * mu-cite.el (mu-cite/cite-original):
314         regexp "^$\\|^-+$" was simplified to "^-*$".
315
316 Tue Sep 17 07:03:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
317
318         * mu-cite.el (fill-cited-region): fixed.
319
320 Mon Sep 16 09:43:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
321
322         * mu-cite.el (fill-cited-region): modified for mule merged EMACS.
323
324 \f
325 Sun Sep 15 09:27:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * MU: Version 0.33 was released.
328
329 Sat Sep 14 08:44:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
330
331         * tl-822.el (rfc822/strip-quoted-string): New alias; moved to
332         std11.el.
333
334         * std11.el (std11-strip-quoted-pair): New function; moved from
335         tl-822.el.
336         (std11-strip-quoted-string): New function; moved from tl-822.el.
337
338         * tl-822.el: Constant `rfc822/linear-white-space-regexp' was
339         abolished.
340
341 \f
342 Sun Sep  8 19:35:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
343
344         * MU: Version 0.31 was released.
345
346         * std11.el (std11-wrap-as-quoted-string): fixed typo.
347
348 Sun Sep  8 18:09:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
349
350         * tl-822.el (rfc822/wrap-as-quoted-string): New alias.
351
352 Sun Sep  8 18:07:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
353
354         * std11.el (std11-wrap-as-quoted-string): Renamed from
355         `rfc822/wrap-as-quoted-string'.
356
357         * tl-822.el (rfc822/qtext-regexp): Use variable
358         `std11-non-qtext-char-list' instead of
359         `rfc822/non-qtext-char-list'.
360
361         * std11.el (std11-non-qtext-char-list): Renamed from
362         `rfc822/non-qtext-char-list'.
363
364         * std11.el (rfc822/non-qtext-char-list): New variable; moved from
365         tl-822.el.
366         (rfc822/wrap-as-quoted-string): New function; moved from
367         tl-822.el.
368
369         * tl-822.el: Function `rfc822/wrap-as-quoted-string' and variable
370         `rfc822/non-qtext-char-list' were moved to std11.el.
371
372 \f
373 Tue Sep  3 09:49:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
374
375         * MU: Version 0.27 was released.
376
377         * std11-parse.el (std11-spaces-regexp): don't require top of line.
378         (std11-analyze-spaces): check match-beginning is 0 or not.
379
380 Tue Sep  3 09:22:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
381
382         * std11.el (std11-extract-address-components): unfold.
383
384 Mon Sep  2 16:03:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
385
386         * MU-ELS: latex-math-symbol.el was moved from tl package.
387
388         * MU-ELS: New file.
389
390 Mon Sep  2 15:48:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
391
392         * tl-822.el (rfc822/extract-address-components):
393         New alias; moved to std11.el.
394
395         * std11.el (std11-extract-address-components): New function; moved
396         from tl-822.el.
397
398         * std11.el, std11-parse.el, tl-822.el, mu-cite.el, mu-bbdb.el:
399         moved from tl package.