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