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