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