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