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