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