Change my address.
[elisp/mu-cite.git] / ChangeLog
1 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
2
3         * MU-MK: Remove RCS magic cookie.
4
5         * MU-CFG: Remove RCS magic cookie.
6
7 1999-07-15  Masahiro Murata   <muse@ba2.so-net.ne.jp>
8
9         * mu-cite.el (mu-cite/eval-format): Add `save-excursion'.
10
11 1999-07-15  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
12
13         * MU-CFG (load-path): Add "../apel" and "../flim".
14
15 1998-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
16
17         * mu-cite.el (detect-paragraph-cited-prefix): Use `cadr' instead
18         of `second'.
19
20 1998-03-09  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
21
22         * README.en (Bug reports): Modify description of tm mailing list.
23
24 \f
25 1997-03-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
26
27         * MU: Version 0.40.2 was released.
28
29 Tue Mar 18 15:07:56 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
30
31         * mu-cite.el (mu-cite/get-field-value-method-alist): Setting for
32         tm-mh-e was abolished.
33
34 \f
35 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
36
37         * MU: Version 0.40.1 was released.
38
39 Fri Mar 14 07:29:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
40
41         * Makefile, MU-MK, MU-CFG: New file.
42
43 Mon Mar 10 06:13:17 1997  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
44
45         * mu-cite.el (mu-cite/load-registration-file): New function.
46         (mu-cite/save-registration-file): Renamed from
47         `mu-cite/save-to-file'.
48
49 \f
50 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
51
52         * MU: Version 0.40 was released.
53
54 1997-03-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
55
56         * std11.el (std11-addr-to-string): Enclose quoted-string with
57         double-quote.
58
59 \f
60 1997-02-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
61
62         * MU: Version 0.39.3 was released.
63
64 Sat Feb  1 18:29:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
65
66         * mu-cite.el (citation-disable-chars): New variable.
67         (detect-paragraph-cited-prefix): Use variable
68         `citation-disable-chars' for single line.
69
70         * mu-cite.el (mu-cite/cited-prefix-regexp): Don't regard "<" as
71         cited-prefix.
72
73 \f
74 1997-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
75
76         * MU: Version 0.39.2 was released.
77
78 Fri Jan 31 12:31:20 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
79
80         * mu-cite.el (detect-paragraph-cited-prefix): check return value
81         of `string-compare-from-top'.
82
83 \f
84 1997-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
85
86         * MU: Version 0.39.1 was released.
87
88 Fri Jan 17 05:11:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
89
90         * latex-math-symbol.el (latex-math-decode-region): to avoid
91         mismatching.
92
93 Tue Jan 14 11:30:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
94
95         * latex-math-symbol.el (latex-math-symbol-table-alist): Add more
96         symbols.
97
98 Thu Jan  9 18:01:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
99
100         * mu-cite.el (detect-paragraph-cited-prefix): New function.
101         (fill-cited-region): Use function `detect-paragraph-cited-prefix'.
102         Variable `cited-prefix-regexp' was abolished.
103
104 \f
105 Tue Dec 17 13:07:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
106
107         * MU: Version 0.39 was released.
108
109         * MU-ELS (mu-modules-to-compile): Don't install tl-822.el.
110
111 Tue Dec 17 12:06:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
112
113         * std11.el (std11-full-name-string): Strip quoted-pair and return
114         nil if phrase is null-string.
115
116 Tue Dec 17 11:01:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
117
118         * std11.el (std11-wrap-as-quoted-pairs): New function.
119
120         (std11-wrap-as-quoted-string): Use function
121         `std11-wrap-as-quoted-pairs'.
122
123 Mon Dec 16 07:12:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * std11.el (std11-strip-quoted-pair): New implementation.
126
127 \f
128 Tue Dec 10 11:57:23 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
129
130         * MU: Version 0.36 was released.
131
132         * mu-bbdb.el: Use `module-installed-p' instead of `eval-when'.
133
134 Mon Dec  2 15:20:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
135
136         * std11.el (std11-unfold-string): Save LWSP-char.
137
138 Thu Nov 28 19:38:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
139
140         * std11-parse.el (std11-check-enclosure): Unused local variable
141         `dest' was abolished.
142
143 Fri Nov 22 08:44:27 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
144
145         * mu-bbdb.el: Byte-compile even if BBDB is not present.
146
147 Tue Nov 19 07:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * std11.el (std11-strip-quoted-string): fixed.
150
151 \f
152 Wed Oct 16 00:14:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * MU: Version 0.34.1 was released.
155
156 Thu Oct  3 05:02:32 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
157
158         * mu-cite.el (fill-cited-region): prefix should be checked by
159         `cited-prefix-regexp'. (cf. [tm-ja:2106])
160
161 \f
162 Tue Oct  1 13:33:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
163
164         * MU: Version 0.34 was released.
165
166 Tue Oct  1 13:30:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
167
168         * std11-parse.el (std11-parse-ascii-token): Use function
169         `find-non-ascii-charset-string' instead of `find-charset-string'.
170
171 Sat Sep 28 10:34:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
172
173         * mu-cite.el
174         (mu-cite/cited-prefix-regexp), (mu-cite/ml-count-field-list),
175         (cited-prefix-regexp): Doc strings.
176         (mu-cite-load-hook), (mu-cite/instantiation-hook): Explicitly
177         defined.
178
179 Thu Sep 26 04:51:47 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
180
181         * mu-cite.el (mu-cite/cite-original):
182         regexp "^$\\|^-+$" was simplified to "^-*$".
183
184 Tue Sep 17 07:03:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
185
186         * mu-cite.el (fill-cited-region): fixed.
187
188 Mon Sep 16 09:43:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
189
190         * mu-cite.el (fill-cited-region): modified for mule merged EMACS.
191
192 \f
193 Sun Sep 15 09:27:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
194
195         * MU: Version 0.33 was released.
196
197 Sat Sep 14 08:44:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
198
199         * tl-822.el (rfc822/strip-quoted-string): New alias; moved to
200         std11.el.
201
202         * std11.el (std11-strip-quoted-pair): New function; moved from
203         tl-822.el.
204         (std11-strip-quoted-string): New function; moved from tl-822.el.
205
206         * tl-822.el: Constant `rfc822/linear-white-space-regexp' was
207         abolished.
208
209 \f
210 Sun Sep  8 19:35:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
211
212         * MU: Version 0.31 was released.
213
214         * std11.el (std11-wrap-as-quoted-string): fixed typo.
215
216 Sun Sep  8 18:09:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * tl-822.el (rfc822/wrap-as-quoted-string): New alias.
219
220 Sun Sep  8 18:07:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
221
222         * std11.el (std11-wrap-as-quoted-string): Renamed from
223         `rfc822/wrap-as-quoted-string'.
224
225         * tl-822.el (rfc822/qtext-regexp): Use variable
226         `std11-non-qtext-char-list' instead of
227         `rfc822/non-qtext-char-list'.
228
229         * std11.el (std11-non-qtext-char-list): Renamed from
230         `rfc822/non-qtext-char-list'.
231
232         * std11.el (rfc822/non-qtext-char-list): New variable; moved from
233         tl-822.el.
234         (rfc822/wrap-as-quoted-string): New function; moved from
235         tl-822.el.
236
237         * tl-822.el: Function `rfc822/wrap-as-quoted-string' and variable
238         `rfc822/non-qtext-char-list' were moved to std11.el.
239
240 \f
241 Tue Sep  3 09:49:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
242
243         * MU: Version 0.27 was released.
244
245         * std11-parse.el (std11-spaces-regexp): don't require top of line.
246         (std11-analyze-spaces): check match-beginning is 0 or not.
247
248 Tue Sep  3 09:22:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
249
250         * std11.el (std11-extract-address-components): unfold.
251
252 Mon Sep  2 16:03:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
253
254         * MU-ELS: latex-math-symbol.el was moved from tl package.
255
256         * MU-ELS: New file.
257
258 Mon Sep  2 15:48:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
259
260         * tl-822.el (rfc822/extract-address-components):
261         New alias; moved to std11.el.
262
263         * std11.el (std11-extract-address-components): New function; moved
264         from tl-822.el.
265
266         * std11.el, std11-parse.el, tl-822.el, mu-cite.el, mu-bbdb.el:
267         moved from tl package.