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