* wl-summary.el (wl-summary-detect-mark-position): Follow the API
[elisp/wanderlust.git] / elmo / ChangeLog
1 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * modb.el (elmo-message-entity-db): New function.
4         (elmo-msgdb-make-message-entity): New API.
5         (elmo-msgdb-message-entity-number): Ditto.
6         (elmo-msgdb-message-entity-set-number): Ditto.
7         (elmo-msgdb-message-entity-field): Ditto.
8         (elmo-msgdb-message-entity-set-field): Ditto.
9         (elmo-msgdb-copy-message-entity): Ditto.
10         (elmo-msgdb-create-message-entity-from-file): Ditto.
11         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
12         (elmo-msgdb-match-condition-internal): Ditto.
13
14         * modb-standard.el (modb-legacy): Require modb-legacy.
15         (modb-standard-make-message-entity): New inline function.
16         (elmo-msgdb-make-message-entity): Define.
17         (elmo-msgdb-create-message-entity-from-file): Ditto.
18         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
19         (elmo-msgdb-message-entity-field): Ditto.
20         (elmo-msgdb-message-entity-set-field): Ditto.
21         (elmo-msgdb-copy-message-entity): Ditto.
22         (elmo-msgdb-match-condition-internal): Ditto.
23
24         * modb-legacy.el: Don't require modb-entity.
25         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
26         (elmo-msgdb-match-condition-primitive): Ditto.
27         (elmo-msgdb-get-decoded-cache): Ditto.
28         (elmo-msgdb-overview-entity-get-id): Ditto.
29         (elmo-msgdb-overview-entity-get-number): Ditto.
30         (elmo-msgdb-overview-entity-set-number): Ditto.
31         (elmo-msgdb-overview-entity-get-references): Ditto.
32         (elmo-msgdb-overview-entity-set-references): Ditto.
33         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
34         (elmo-msgdb-overview-entity-get-from): Ditto.
35         (elmo-msgdb-overview-entity-set-from): Ditto.
36         (elmo-msgdb-overview-entity-get-subject): Ditto.
37         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
38         (elmo-msgdb-overview-entity-set-subject): Ditto.
39         (elmo-msgdb-overview-entity-get-date): Ditto.
40         (elmo-msgdb-overview-entity-set-date): Ditto.
41         (elmo-msgdb-overview-entity-get-to): Ditto.
42         (elmo-msgdb-overview-entity-get-cc): Ditto.
43         (elmo-msgdb-overview-entity-get-size): Ditto.
44         (elmo-msgdb-overview-entity-set-size): Ditto.
45         (elmo-msgdb-overview-entity-get-extra): Ditto.
46         (elmo-msgdb-overview-entity-set-extra): Ditto.
47         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
48         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
49         (elmo-msgdb-number-load): Ditto.
50         (elmo-msgdb-overview-load): Ditto.
51         (elmo-msgdb-mark-load): Ditto.
52         (elmo-msgdb-number-save): Ditto.
53         (elmo-msgdb-mark-save): Ditto.
54         (elmo-msgdb-overview-save): Ditto.
55         (modb-legacy-make-message-entity): New inline function.
56         (elmo-msgdb-insert-file-header): Ditto.
57         (elmo-msgdb-make-message-entity): Define.
58         (elmo-msgdb-create-message-entity-from-file): Ditto.
59         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
60         (elmo-msgdb-message-entity-number): Ditto.
61         (elmo-msgdb-message-entity-set-number): Ditto.
62         (elmo-msgdb-message-entity-field): Ditto.
63         (elmo-msgdb-message-entity-set-field): Ditto.
64         (elmo-msgdb-copy-message-entity): Ditto.
65         (elmo-msgdb-match-condition-internal): Ditto.
66
67         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
68         (elmo-message-copy-entity): Rewrite.
69         (elmo-message-entity-number): Ditto.
70         (elmo-message-entity-set-number): Ditto.
71         (elmo-message-entity-field): Use elmo-message-entity-db.
72         (elmo-message-entity-set-field): Ditto.
73         (elmo-message-field): Rewrite.
74
75         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
76         elmo-msgdb.el
77         (elmo-msgdb-get-message-id-from-buffer): Ditto.
78
79         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
80         elmo-message-entity-field.
81         (elmo-shimbun-folder-shimbun-header): Ditto.
82         (elmo-shimbun-entity-to-header): Ditto.
83         (elmo-folder-msgdb-create): Ditto.
84         (elmo-shimbun-msgdb-create-entity): Ditto;
85         Use elmo-msgdb-create-message-entity-from-buffer.
86         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
87         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
88
89         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
90         elmo-msgdb-create-message-entity-from-file and 
91         elmo-message-entity-field.
92
93         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
94         elmo-message-entity-number.
95         (elmo-pop3-msgdb-create-message): Use
96         elmo-msgdb-create-message-entity-from-buffer,
97         elmo-message-entity-set-field, elmo-message-entity-number and
98         elmo-message-entity-set-number.
99
100         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
101         the API change in elmo-msgdb-make-message-entity.
102         (elmo-nntp-msgdb-create-message): Use
103         elmo-msgdb-create-message-entity-from-buffer.
104
105         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
106         elmo-message-entity-field and
107         elmo-msgdb-create-message-entity-from-file.
108
109         * elmo-msgdb.el (toplevel): Don't require modb-entity.
110         (elmo-msgdb-get-field): Abolish.
111         (elmo-msgdb-get-number): Rewrite.
112         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
113         (elmo-msgdb-flag-table): Ditto.
114         (elmo-msgdb-get-last-message-id,
115         elmo-msgdb-number-load, elmo-msgdb-overview-load,
116         elmo-msgdb-mark-load, elmo-msgdb-number-save,
117         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
118         (elmo-msgdb-create-overview-from-buffer,
119         elmo-msgdb-overview-get-parent-entity): Abolish.
120
121         * elmo-mime.el (elmo-mime-display-as-is): Use
122         elmo-message-entity-field.
123
124         * elmo-map.el (elmo-folder-pack-numbers): Use
125         elmo-message-entity-set-number.
126
127         * elmo-maildir.el (elmo-folder-msgdb-create): 
128         elmo-msgdb-create-message-entity-from-file instead of
129         elmo-msgdb-create-overview-entity-from-file.
130
131         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
132         msgdb.
133         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
134         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
135
136         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
137         elmo-messge-entity-field and elmo-message-entity-number.
138         (elmo-imap4-fetch-callback-1): Call
139         elmo-msgdb-create-message-entity-from-buffer instead of
140         elmo-msgdb-create-overview-from-buffer. 
141         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
142         (elmo-find-fetch-strategy): Likewise.
143
144         * elmo-flag.el (elmo-folder-msgdb-create): Call 
145         elmo-localdir-msgdb-create-entity with argument msgdb.
146
147         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
148         and elmo-message-entity-set-number.
149
150         * elmo-cache.el (elmo-folder-msgdb-create): Use
151         elmo-message-entity-field.
152         (elmo-folder-msgdb-create): Call
153         elmo-msgdb-create-message-entity-from-file instead of
154         elmo-msgdb-create-overview-entity-from-file.
155
156         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
157         argument msgdb; Call elmo-msgdb-create-message-from-buffer
158         instead of elmo-msgdb-create-overview-from-buffer.
159         (elmo-archive-msgdb-create-entity): Ditto.
160         (elmo-archive-msgdb-create-as-numlist-subr1): Use
161         elmo-message-entity-field.
162         (elmo-archive-parse-mmdf): Ditto.
163
164         * modb-entity.el: Removed.
165
166         * elmo-version.el (elmo-version): Up to 2.11.16.
167
168 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
169
170         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
171         `is-local'.
172         (elmo-folder-flag-as-answered): Ditto.
173
174 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
175
176         * modb-standard.el: New file.
177
178         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
179         elmo-msgdb-convert-type is `sync'.
180
181         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
182         (elmo-msgdb-convert-type): New user option.
183
184         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
185         (elmo-load-msgdb): Auto detect saved type.
186
187         * elmo-version.el (elmo-version): Up to 2.11.15.
188
189 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
190
191         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
192
193         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
194         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
195         with argument `delete-if-none' when dst-folder is 'null.
196
197         * elmo-flag.el (elmo-folder-append-messages): Defined.
198         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
199
200 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
201
202         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
203
204 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
207         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
208         (elmo-folder-commit): Ditto.
209
210 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
211
212         * elmo-flag.el: New file.
213
214         * elmo-mark.el: Removed.
215
216         * modb-legacy.el (modb-legacy-new-mark,
217         modb-legacy-unread-uncached-mark,
218         modb-legacy-unread-cached-mark,
219         modb-legacy-read-uncached-mark,
220         modb-legacy-answered-cached-mark,
221         modb-legacy-answered-uncached-mark,
222         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
223         All other related portions are changed.
224
225         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
226         (elmo-folder-list-messages-with-global-mark): Abolish.
227         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
228         (elmo-folder-flag-as-important): Ditto.
229         (elmo-folder-unflag-read): Ditto.
230         (elmo-folder-flag-as-read): Ditto.
231         (elmo-folder-unflag-answered): Ditto.
232         (elmo-folder-flag-as-answered): Ditto.
233         (elmo-message-encache): Return the cache path.
234         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
235         (elmo-message-set-flag): Transitional implementation.
236         (elmo-message-unset-flag): Ditto.
237         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
238         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
239         (elmo-init): Call elmo-global-flag-initialize.
240         (toplevel): Added autoload settings for elmo-flag.
241
242         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
243
244         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
245         (elmo-file-cache-delete): Don't treat global-mark.
246
247         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
248
249         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
250
251         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
252         `elmo-global-flags-set'.
253
254         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
255         `flag'.
256         (elmo-folder-unflag-read): Ditto.
257         (elmo-folder-unflag-important): Ditto.
258         (elmo-folder-flag-as-important): Ditto.
259         (elmo-folder-unflag-answered): Ditto.
260         (elmo-folder-flag-as-answered): Ditto.
261
262         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
263         `elmo-global-flags-set'.
264         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
265
266         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
267
268         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
269         `flag'.
270         (elmo-folder-flag-as-important): Ditto.
271         (elmo-folder-unflag-important): Ditto.
272         (elmo-folder-flag-as-important): Ditto.
273         (elmo-folder-unflag-read): Ditto.
274         (elmo-folder-flag-as-read): Ditto.
275         (elmo-folder-unflag-answered): Ditto.
276         (elmo-folder-flag-as-answered): Ditto.
277
278         * elmo-multi.el (elmo-folder-list-importants): Don't call
279         elmo-folder-list-messages-with-global-mark.
280         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
281         (elmo-folder-unflag-important): Ditto.
282         (elmo-folder-flag-as-read): Ditto.
283         (elmo-folder-unflag-read): Ditto.
284         (elmo-folder-flag-as-answered): Ditto.
285         (elmo-folder-unflag-answered): Ditto.
286
287         * elmo-msgdb.el (elmo-msgdb-new-mark,
288         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
289         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
290         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
291         (Moved to modb-legacy.el).
292         (elmo-flag-table-get): Treat important flag too.
293
294         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
295         `mark' to `flag'.
296         (elmo-map-folder-flag-as-important): Ditto.
297         (elmo-map-folder-unflag-read): Ditto.
298         (elmo-map-folder-flag-as-read): Ditto.
299         (elmo-map-folder-unflag-answered): Ditto.
300         (elmo-map-folder-flag-as-answered): Ditto.
301         (elmo-folder-unflag-important): Ditto.
302         (elmo-folder-flag-as-important): Ditto.
303         (elmo-folder-unflag-read): Ditto.
304         (elmo-folder-flag-as-read): Ditto.
305         (elmo-folder-unflag-answered): Ditto.
306         (elmo-folder-flag-as-answered): Ditto.
307
308         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
309         (elmo-map-folder-flag-as-important): Renamed from `mark' to
310         `flag'.
311         (elmo-map-folder-unflag-important): Ditto.
312         (elmo-map-folder-flag-as-read): Ditto.
313         (elmo-map-folder-unflag-read): Ditto.
314         (elmo-map-folder-flag-as-answered): Ditto.
315         (elmo-map-folder-unflag-answered): Ditto.
316
317         * elmo-localdir.el (elmo-folder-msgdb-create): Call
318         `elmo-global-flags-set'.
319         (elmo-global-flags-set): Added autoload setting.
320
321         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
322         `flag'.
323
324         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
325         `elmo-msgdb-global-mark-set'.
326         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
327         Call `elmo-global-flags-set'.
328         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
329         `flag'.
330         (elmo-folder-flag-as-important-plugged): Ditto.
331         (elmo-folder-unflag-read-plugged): Ditto.
332         (elmo-folder-flag-as-read-plugged): Ditto.
333         (elmo-folder-unflag-answered-plugged): Ditto.
334         (elmo-folder-flag-as-answered-plugged): Ditto.
335         (elmo-global-flags-set): Added autoload setting.
336
337         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
338         `flag'.
339         (elmo-folder-unflag-read): Ditto.
340         (elmo-folder-flag-as-important): Ditto.
341         (elmo-folder-unflag-important): Ditto.
342         (elmo-folder-flag-as-answered): Ditto.
343         (elmo-folder-unflag-answered): Ditto.
344
345         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
346         change of `mark'->`flag'.
347         (elmo-dop-queue-method-name-alist): Ditto.
348         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
349         (elmo-folder-unflag-read-dop): Ditto.
350         (elmo-folder-flag-as-important-dop): Ditto.
351         (elmo-folder-unflag-important-dop): Ditto.
352         (elmo-folder-flag-as-answered-dop): Ditto.
353         (elmo-folder-unflag-answered-dop): Ditto.
354
355         * elmo-cache.el (elmo-folder-msgdb-create): Call
356         `elmo-global-flags-set'.
357
358         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
359         Call `elmo-global-flags-set'.
360         (elmo-archive-msgdb-create-as-numlist-subr2): Call
361         elmo-archive-parse-mmdf with argument `folder'.
362         (elmo-archive-parse-mmdf): Added argument `folder';
363         Call `elmo-global-flags-set'.
364
365         * elmo-version.el (elmo-version): Up to 2.11.14.
366
367 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * modb.el (elmo-msgdb-length): Define.
370
371         * elmo.el (elmo-make-folder): Fixed.
372         (elmo-generic-folder-append-messages): Follow the API change.
373
374         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
375         API change.
376
377 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * modb.el: New file.
380
381         * modb-entity.el: Ditto.
382
383         * modb-legacy.el: Ditto.
384
385         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
386         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
387         of `elmo-msgdb-overview-get-entity'.
388         (elmo-msgdb-get-field): Ditto.
389         (elmo-msgdb-merge): Moved to `elmo.el'.
390         (elmo-msgdb-length): Removed; redefine as modb method.
391         (elmo-msgdb-change-mark): Abolish.
392         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
393         (elmo-msgdb-match-condition): Don't use mark.
394         (elmo-msgdb-overview-get-entity): Abolish.
395         Split modb part into `modb*.el'.
396
397         * elmo-vars.el (elmo-msgdb-default-type): New user option.
398
399         * elmo-shimbun.el (shimbun-mua-search-id): Use
400         `elmo-msgdb-message-entity' instead of
401         `elmo-msgdb-overview-get-entity'.
402         (elmo-shimbun-folder-shimbun-header): Ditto.
403         (elmo-shimbun-get-headers): Ditto.
404         (elmo-shimbun-update-overview): Ditto.
405
406         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
407
408         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
409
410         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
411         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
412
413         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
414         `elmo-msgdb-mark-to-flags'.
415
416         * elmo-map.el (elmo-folder-pack-numbers): Don't use
417         `elmo-msgdb-set-path'.
418
419         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
420  
421         * elmo-version.el (elmo-version): Up to 2.11.13.
422
423         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
424
425         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
426         of mark.
427
428 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
429
430         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
431         mismatch.
432
433 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
436         instead of `elmo-msgdb-get-cached'.
437         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
438
439         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
440         (elmo-msgdb-set-cached): Ditto.
441         (elmo-msgdb-set-flag): Rewrite.
442         (elmo-msgdb-unset-flag): Ditto.
443
444         * elmo-msgdb.el: Rewrite with luna.
445
446         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
447         (elmo-folder-msgdb): Follow the change above.
448         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
449         (elmo-folder-unmark-important): Follow the API change.
450         (elmo-folder-mark-as-important): Ditto.
451         (elmo-folder-unmark-read): Ditto.
452         (elmo-folder-mark-as-read): Ditto.
453         (elmo-folder-unmark-answered): Ditto.
454         (elmo-folder-mark-as-answered): Ditto.
455         (elmo-folder-clear): Likewise.
456
457         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
458         instead of `elmo-msgdb-load' (renamed).
459
460         * elmo-version.el (elmo-version): Up to 2.11.12.
461
462 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * elmo.el (elmo-generic-folder-append-messages): Follow the API
465         change.
466         (elmo-message-mark): Abolish.
467         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
468         instead of `elmo-msgdb-change-mark'.
469
470         * elmo-pipe.el (elmo-message-mark): Abolish.
471
472         * elmo-multi.el (elmo-message-mark): Ditto.
473
474         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
475         (elmo-msgdb-unread-uncached-mark): Ditto.
476         (elmo-msgdb-unread-cached-mark): Ditto.
477         (elmo-msgdb-read-uncached-mark): Ditto.
478         (elmo-msgdb-answered-cached-mark): Ditto.
479         (elmo-msgdb-answered-uncached-mark): Ditto.
480         (elmo-msgdb-important-mark): Ditto.
481         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
482         `use-cache'.
483         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
484         `flags'.
485         (elmo-flag-table-load): Changed flag to list of flag.
486         (elmo-flag-table-set): If flags is nil, set read flag.
487         (elmo-flag-table-get): Return derived flags from global mark,
488         cache status and saved flags.
489         (elmo-msgdb-flag-table): Follow the change above.
490         (elmo-msgdb-out-of-date-messages): New function.
491
492         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
493
494         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
495
496         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
497
498         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
499         (elmo-nntp-msgdb-create-message): Ditto.
500
501         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
502
503         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
504         independent.
505         (elmo-folder-msgdb-create): Follow the API change.
506
507         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
508         (elmo-folder-append-messages): Ditto.
509
510         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
511         (elmo-folder-append-buffer): Ditto.
512
513         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
514
515         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
516
517         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
518         (elmo-archive-parse-mmdf): Ditto.
519
520         * elmo-version.el (elmo-version): Up to 2.11.11.
521
522 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523
524         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
525         `elmo-msgdb-mark'.
526
527         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
528
529         * elmo-pipe.el (elmo-message-flags): Defined.
530
531         * elmo-multi.el (elmo-message-flags): Ditto.
532
533 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
536         `elmo-msgdb-delete-msgs'.
537
538         * elmo.el (elmo-folder-count-flags): Don't use
539         `elmo-msgdb-get-mark-alist'.
540         (elmo-folder-detach-messages): Follow the API change.
541
542         * elmo.el (elmo-folder-list-messages): Append killed messages into
543         result if `visible-only' is nil.
544
545         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
546         canceled messages.
547         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
548         (elmo-folder-update-number): Likewise.
549
550         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
551         (elmo-pop3-sort-msgdb-by-original-number): Use
552         `elmo-msgdb-sort-entities'.
553
554         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
555         (elmo-msgdb-sort-by-date): Use it.
556         (elmo-msgdb-overview-sort-by-date): Abolish.
557
558         * elmo-dop.el (elmo-folder-status-dop): Fixed.
559
560         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
561         (elmo-msgdb-flags): New function.
562         (elmo-msgdb-merge): Use elmo-msgdb-append.
563
564         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
565         change.
566
567         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
568
569         * elmo-dop.el (elmo-folder-status-dop): Use
570         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
571
572 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
575
576         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
577
578         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
579
580         * elmo-util.el (elmo-with-progress-display): New macro.
581
582         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
583
584 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
587         `elmo-folder-list-message-entities' instead of
588         `elmo-msgdb-get-overview'.
589         (elmo-map-folder-list-message-locations): Ditto.
590
591         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
592         methods instead of treat directly).
593         (elmo-msgdb-clear): Ditto.
594         (elmo-msgdb-delete-msgs): Ditto.
595         (elmo-msgdb-sort-by-date): Ditto.
596
597         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
598         local variables.
599         (elmo-nntp-folder-msgdb-create): Follow the API change.
600
601         * elmo-version.el (elmo-version): Up to 2.11.10.
602
603 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
606         (elmo-msgdb-flags-to-mark): Ditto.
607         (elmo-msgdb-append-entity): Ditto.
608
609         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
610         Use `elmo-msgdb-append-entity' instead of construct msgdb.
611         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
612         (elmo-archive-parse-mmdf): Ditto.
613
614         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
615
616         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
617
618         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
619
620         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
621
622         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
623
624         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
625
626         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
627
628         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
629
630         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
631         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
632         to empty msgdb.
633
634         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
635         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
636         instead of directly construction.
637         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
638         instead of construct msgdb.
639
640         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
641         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
642         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
643         instead of construct msgdb.
644
645 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
648         when field is from or subject.
649
650 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
651
652         * elmo-multi.el (elmo-message-entity-parent): Define.
653         (elmo-folder-search): Rewrite.
654
655 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * elmo-multi.el (elmo-message-cached-p): Define.
658
659         * elmo.el (elmo-message-cached-p): New method.
660         (elmo-message-accessible-p): Use it instead of msgdb API directly.
661         (elmo-message-flags): New method.
662         (elmo-message-flagged-p): New function.
663
664         * elmo-version.el (elmo-version): Up to 2.11.9.
665
666 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * elmo-version.el (elmo-version): Up to 2.11.8.
669
670         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
671
672         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
673
674 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
675
676         * elmo.el (elmo-folder-detach-messages): Undo last change.
677
678 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
679
680         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
681
682         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
683         only when src folder type is pop3.
684
685 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
686
687         * elmo-msgdb.el (elmo-msgdb-make-index): Use
688         elmo-msgdb-overview-entity-get-number instead of
689         elmo-message-entity-number.
690
691 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * elmo-version.el (elmo-version): Up to 2.11.7.
694
695 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
696
697         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
698         function.
699
700         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
701         (elmo-msgdb-merge): New function.
702         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
703         (elmo-msgdb-make-index): Rewrite.
704
705         * elmo-version.el (elmo-version): Up to 2.11.6.
706
707         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
708         use it as a the path for loading message entities.
709
710         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
711
712 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
713
714         * elmo-filter.el (elmo-folder-set-message-modified): Set 
715         message-modified slot of itself if it does not require target msgdb.
716
717         * elmo-mime.el (elmo-mime-message-display): Display message entirely
718         if folder length is zero.
719         (elmo-mime-display-as-is): Ditto.
720
721         * elmo-filter.el (elmo-folder-set-message-modified): Define.
722
723         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
724
725 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * elmo.el (elmo-folder-set-message-modified): New method.
728         (elmo-generic-folder-commit): Use it.
729         (elmo-folder-synchronize): Ditto.
730
731         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
732         (elmo-folder-commit): Remove duplicate definition.
733
734 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
735
736         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
737
738 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
739
740         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
741         (elmo-strict-folder-diff): Ditto.
742         (elmo-folder-set-info-max-by-numdb): Simplify.
743
744         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
745         elmo-msgdb-list-messages.
746
747         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
748         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
749
750 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
751
752         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
753         visible-only is non-nil.
754         (elmo-folder-confirm-appends): Changed message.
755         (elmo-folder-synchronize): Added argument disable-killed.
756
757         * elmo-multi.el (elmo-folder-synchronize): Added argument
758         disable-killed.
759
760         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
761
762         * elmo-version.el (elmo-version): Up to 2.11.5.
763
764         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
765         elmo-list-filter.
766
767         * elmo-util.el (elmo-list-filter): Simplify.
768
769         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
770         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
771         (elmo-generic-folder-diff): Abolish argument.
772         (elmo-msgdb-load): Don't use number-alist.
773
774         * elmo-filter.el (elmo-folder-diff): Abolish argument.
775
776         * elmo-pipe.el (elmo-folder-diff): Ditto.
777
778         * elmo-nmz.el (elmo-folder-diff): Ditto.
779
780         * elmo-net.el (elmo-folder-diff): Ditto.
781
782         * elmo-maildir.el (elmo-folder-diff): Ditto.
783
784         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
785
786         * elmo-multi.el (elmo-folder-diff): Ditto
787         (elmo-multi-folder-diff): Rewrite.
788
789 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * elmo-pipe.el (elmo-folder-msgdb): Define.
792
793 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
794
795         * elmo.el (elmo-message-set-cached): Define as a method.
796
797         * elmo-pipe.el (elmo-message-set-cached): Define.
798         (elmo-find-fetch-strategy): Ditto.
799
800         * elmo-multi.el (elmo-message-set-cached): Define.
801         (elmo-find-fetch-strategy): Rewrite.
802
803         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
804
805         * elmo-pipe.el (elmo-message-folder): Fixed definition.
806
807 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
808
809         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
810         instead of number-alist.
811
812         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
813         mark nor message-id when msgdb of source folder is not loaded.
814
815         * elmo.el (elmo-generic-folder-append-messages): Ditto.
816
817         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
818
819 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
820
821         * elmo.el (elmo-folder-length): Don't require msgdb.
822
823 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
824
825         * elmo.el (elmo-message-mark): Cause an error when empty folder.
826         (elmo-message-field): Ditto.
827
828         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
829         (elmo-map-folder-list-message-locations): Setup `answered-locations'
830         slot.
831         (elmo-map-folder-list-answereds): Define.
832         (elmo-maildir-list-location): Treat 'R' info.
833         (elmo-folder-msgdb-create): Treat flag-table.
834         (elmo-folder-append-messages): Save flag-table.
835
836 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
837
838         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
839         Use SELECT when elmo-imap4-use-select-to-update-status is t.
840
841 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
844
845         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
846         'read when mark is null.
847
848 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
849
850         * elmo-version.el (elmo-version): Up to 2.11.4.
851
852 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
853
854         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
855         (elmo-folder-mark-as-answered): Ditto.
856
857 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
858
859         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
860         (elmo-pop3-get-session): Make msgdb directory after session.
861         (elmo-folder-exists-p): Check exactly at the first time even when the
862         elmo-pop3-exists-exactly is nil.
863
864         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
865         (elmo-folder-list-messages): Define instead of
866         elmo-folder-list-messages-internal.
867         (elmo-folder-check): Check destination folder.
868         (elmo-folder-synchronize): Drain the pipe.
869
870         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
871         when msgdb is not loaded.
872
873         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
874
875         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
876         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
877         messages.
878
879         * elmo.el (elmo-folder-kill-messages-before): New function.
880         (elmo-folder-kill-messages): Ditto.
881         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
882
883         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
884         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
885         killed not by synchronize (e.g. scoring).
886
887 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * elmo.el (elmo-folder-search-fast): Return t if condition is not
890         treated.
891         (elmo-folder-search): Follow the change above.
892
893         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
894         into the candidates of search field.
895
896 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
897
898         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
899         (elmo-msgdb-unset-flag): Ditto.
900
901         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
902
903 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
904
905         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
906         (elmo-folder-commit): Define.
907         (elmo-folder-synchronize): Ditto.
908         (elmo-folder-list-flagged): Ditto.
909         (elmo-folder-commit): Ditto.
910         (elmo-folder-length): Ditto.
911         (elmo-folder-count-flags): Ditto.
912         (elmo-message-mark): Ditto.
913         (elmo-message-field): Ditto.
914         (elmo-message-entity): Ditto.
915         (elmo-message-folder): Ditto.
916
917 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
918
919         * elmo.el (elmo-message-field): Define as a method.
920
921         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
922         (elmo-message-field): Define.
923
924         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
925         (elmo-folder-list-importants): Ditto.
926         (elmo-folder-list-answereds): Ditto.
927
928         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
929         qualifier.
930         (elmo-folder-mark-as-read): Ditto.
931         (elmo-folder-unmark-read): Ditto.
932         (elmo-folder-mark-as-answered): Ditto.
933         (elmo-folder-unmark-answered): Ditto.
934         (elmo-folder-list-flagged): Define.
935         (elmo-folder-commit): Ditto.
936         (elmo-folder-length): Ditto.
937         (elmo-folder-count-flags): Ditto.
938
939 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
940
941         * elmo.el (elmo-folder-detach-messages): New method.
942         (elmo-folder-move-messages): Use it.
943         (elmo-folder-synchronize): Ditto.
944
945         * elmo-multi.el (elmo-folder-detach-messages): Define.
946
947         * elmo.el (elmo-message-copy-entity): New function.
948         (elmo-message-entity-set-number): Ditto.
949         (elmo-message-mark): Define as method.
950
951         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
952         (elmo-folder-synchronize): Return 0 (Should be reconsider).
953         (elmo-message-entity): Fixed last change.
954         (elmo-message-mark): Define.
955         (elmo-folder-msgdb-create): Abolish.
956         (elmo-multi-folder-append-msgdb): Ditto.
957         (elmo-multi-folder-diff): Fixed.
958         (elmo-multi-split-number-alist): Removed.
959         (elmo-multi-split-mark-alist): Removed.
960         (elmo-folder-list-messages): Define.
961         (elmo-folder-list-messages-internal): Removed.
962
963         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
964         local file messages.
965         (elmo-folder-msgdb-create): Fixed read mark.
966
967 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
970         if mark is nil.
971
972 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
973
974         * elmo.el (elmo-folder-list-message-entities): Define as inline
975         function.
976         (elmo-folder-messages): Abolish.
977
978         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
979         folder.
980         (elmo-folder-synchronize): Define.
981         (elmo-message-entity): Define.
982
983 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
984
985         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
986         elmo-imap4-session-select-mailbox.
987
988         * elmo.el (elmo-folder-move-messages): Don't display any message.
989
990         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
991         parsing.
992         (elmo-imap4-session-check): Don't wait CHECK response.
993         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
994
995 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
996
997         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
998
999 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
1000
1001         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
1002         API.
1003         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
1004
1005
1006         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
1007         (elmo-folder-list-message-entities): Added argument in-msgdb and
1008         numbers.
1009         (elmo-folder-synchronize): Define as a method.
1010
1011         * elmo-nntp.el (elmo-folder-initialize): Don't use
1012         elmo-nntp-default-user if zero-length username is specified
1013         explicitly.
1014
1015 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1016
1017         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
1018         server name in case with username.
1019         (XXX: this is ad-hoc fix against username includes "@", it
1020         should be solved fundamentally)
1021
1022 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * elmo-nntp.el (elmo-nntp-debug): New function.
1025         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
1026         (elmo-network-authenticate-session): Hide auth-info from the log.
1027
1028         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
1029         user name if it is equal to elmo-nntp-default-user.
1030
1031 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
1032
1033         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
1034         instead of shimbun-server-internal;
1035         Use shimbun-current-group instead of shimbun-current-group-internal.
1036         (elmo-folder-plugged-p): Use shimbun-server instead of
1037         shimbun-server-internal.
1038         (elmo-folder-set-plugged): Ditto.
1039         (elmo-net-port-info): Ditto.
1040         (elmo-folder-check): Ditto.
1041         (elmo-folder-expand-msgdb-path): Ditto.
1042         (elmo-folder-list-subfolders): Ditto.
1043
1044 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1045
1046         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
1047         Convert field-name to lower case.
1048         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
1049
1050 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
1053         `message' and `error' take format string.
1054
1055 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
1058
1059 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1060
1061         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
1062         recursive call (can't byte compile on emacs 20.7).
1063
1064 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1065
1066         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
1067         (elmo-folder-list-message-entities): New API.
1068         (elmo-message-entity): Ditto.
1069         (elmo-message-entity-parent): Ditto.
1070         (elmo-folder-do-each-message-entity): Ditto.
1071         (elmo-message-entity-number): Ditto.
1072         (elmo-message-entity-field): Ditto.
1073         (elmo-message-entity-set-field): Ditto.
1074         (elmo-folder-count-flags): Ditto.
1075         (elmo-folder-length): Ditto.
1076
1077         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
1078         not.
1079
1080         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
1081         (elmo-msgdb-count-marks): Abolish.
1082         (elmo-msgdb-make-entity): Ditto.
1083         (elmo-msgdb-do-each-entity): Ditto.
1084         (elmo-msgdb-message-entity): New inline function.
1085         (elmo-msgdb-message-entity-field): Ditto.
1086         (elmo-msgdb-message-entity-set-field): Ditto.
1087         (elmo-msgdb-make-message-entity): New function.
1088
1089 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1090
1091         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
1092         to flag. (All other related portions are changed.)
1093         (elmo-folder-msgdb-create): Likewise.
1094         (elmo-generic-folder-append-messages): Use flag-table instead of
1095         seen-list.
1096         (elmo-folder-move-messages): Removed redundant process.
1097         (elmo-folder-synchronize): Likewise.
1098
1099         * elmo-msgdb.el (elmo-flag-table-get): New function.
1100         (elmo-flag-table-save): Fixed.
1101         (elmo-msgdb-length): New inline function.
1102         (elmo-msgdb-flag-table): New function.
1103         (elmo-msgdb-mark): Add optional argument new.
1104         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
1105         (elmo-msgdb-seen-list): Ditto.
1106         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
1107
1108
1109 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * elmo.el (elmo-message-set-mark): Abolish.
1112         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
1113         (All related portions are changed.)
1114
1115         * elmo-msgdb.el (toplevel): Added comment.
1116         (elmo-load-msgdb): Added 4th element `path'.
1117         (elmo-msgdb-append): Follow the change above.
1118         (elmo-msgdb-clear): Ditto.
1119         (elmo-msgdb-delete-msgs): Ditto.
1120         (elmo-msgdb-get-path): New inline function.
1121         (elmo-msgdb-set-path): Ditto.
1122         (elmo-flag-table-filename): New variable.
1123         (elmo-flag-table-load): New function.
1124         (elmo-flag-table-set): Ditto.
1125         (elmo-flag-table-save): Ditto.
1126         (elmo-msgdb-get-field-value): Abolish.
1127         (elmo-msgdb-overview-get-entity-by-number): Ditto.
1128
1129 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1130
1131         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
1132         the folder has been deleted successfully.
1133         * elmo-imap4.el (elmo-folder-delete): Ditto.
1134         * elmo-archive.el (elmo-folder-delete): Ditto.
1135         * elmo-localdir.el (elmo-folder-delete): Ditto.
1136         * elmo-maildir.el (elmo-folder-delete): Ditto.
1137
1138 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
1139
1140         * elmo-util.el (elmo-string-member-ignore-case): New function.
1141         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
1142         (elmo-imap4-fetch-callback-1-subr): Likewise.
1143
1144 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
1145
1146         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
1147         the case of the name attribute "\Noselect".
1148
1149 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1150
1151         * elmo.el (elmo-folder-rename-internal): New method to cause error.
1152
1153         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
1154         flist, is not always a member of onum-alist.
1155
1156 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1157
1158         * elmo-version.el (elmo-version): Up to 2.11.3.
1159
1160 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1161
1162         * elmo-maildir.el (elmo-folder-rename-internal): New method,
1163         copied from localdir's one.
1164
1165         * elmo-pipe.el (elmo-folder-rename): New method, rename
1166         destination folder with leaving source folder as it is.
1167
1168 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
1169
1170         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
1171         replace-regexp.
1172
1173 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1174
1175         * elmo-version.el (elmo-version): Up to 2.11.2.
1176
1177 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1178
1179         * elmo-shimbun.el (elmo-folder-initialize): Do not call
1180         shimbun-open in case of "@".
1181         (elmo-folder-open-internal): Cope with shimbun = nil case.
1182         (elmo-folder-plugged-p): Ditto.
1183         (elmo-folder-list-subfolders): Make list for "@/" group.
1184
1185 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1186
1187         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
1188         mailbox (e.g. for %~/something).
1189
1190 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1191
1192         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
1193         Replace nested conditional with guard clauses.
1194
1195 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
1198         error [wl:11327].
1199
1200         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
1201         print-depth.
1202
1203 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1204
1205         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
1206         Replace nested conditional with guard clauses.
1207
1208 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1209
1210         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
1211         (elmo-passwd-alist-save): Ditto.
1212         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
1213
1214 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1215
1216         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
1217         dir-name only if it is absolute path.
1218         (TODO: distinguish +/something and +something)
1219
1220 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1221
1222         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
1223         path for "+~/something".
1224
1225 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1226
1227         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
1228         as non-directory, cause error before rename-file.
1229         * elmo-archive.el (elmo-folder-rename-internal): Create directory
1230         apropriately, mimic localdir's one.
1231         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
1232
1233 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
1234
1235         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
1236
1237 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
1240
1241         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
1242         
1243         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
1244         is included in the global-mark or not.
1245
1246 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1247
1248         * utf7.el (toplevel): Avoid error when the function
1249         find-coding-system does not exist.
1250
1251 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1252
1253         * elmo-nntp.el (elmo-folder-search): Body search is to search from
1254         cache even if the folder is plugged.
1255         (elmo-nntp-search-primitive): Do nothing when body search is
1256         invoked (although it is not used by the change above).
1257         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
1258
1259 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1260
1261         * elmo-version.el (elmo-version): Up to 2.11.1.
1262
1263 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
1264
1265         * elmo-archive.el: Specify charset.
1266
1267 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
1268
1269         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
1270         process buffer lives or not.
1271
1272         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
1273         while flushing queues (It causes infinite loop).
1274
1275 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
1276
1277         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
1278
1279 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
1280
1281         * utf7.el (toplevel): Check the ucs features dynamically.
1282         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
1283
1284         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
1285         folder is creatabe or not if it already exists.
1286
1287 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
1288
1289         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
1290
1291         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
1292
1293         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
1294         (elmo-imap4-read-response): Take care of garbage response.
1295
1296 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1297
1298         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
1299         just return nil instead of error.
1300
1301 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1302
1303         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
1304         search-key is "body".
1305
1306 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
1309         of elmo-string-matched-assoc to use match-data.
1310         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
1311
1312 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1313
1314         * elmo-split.el (elmo-split->): New function.
1315         (elmo-split-<): Ditto.
1316
1317 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
1318
1319         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
1320         workaround for invalid message-id.
1321
1322 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
1323
1324         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
1325         return normal pop3 session or pop3 biff session.
1326
1327 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
1328
1329         * elmo-maildir.el (elmo-maildir-update-current): Don't append
1330         info part to the cur files when the new files already have it.
1331         (Adviced by Jared Rhine <jared@wordzoo.com>)
1332
1333 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1334
1335         * elmo-split.el (elmo-split-default-action): New variable.
1336         (elmo-split-subr): Use it if all other conditions are passed.
1337         Extend `fname' and rename it as `action'. (implemented
1338         Teranishi-san's idea in [wl:10800])
1339
1340 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1341
1342         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
1343         * elmo-util.el: Ditto.
1344
1345 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
1346
1347         * elmo.el (elmo-message-accessible-p): Renamed from
1348         elmo-message-cached-p and rewritten.
1349
1350 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
1351
1352         * elmo.el (elmo-folder-list-flagged): New generic function.
1353         (elmo-folder-list-importants): New implementation.
1354         (elmo-folder-list-answereds): Ditto.
1355         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
1356         Added 'digest'.
1357         (elmo-message-cached-p): New function.
1358         (elmo-message-set-flag): Ditto (no content).
1359         (elmo-message-unset-flag): Ditto.
1360         (elmo-folder-list-messages-mark-match): Abolish.
1361
1362         * elmo-util.el (elmo-regexp-opt): New function.
1363
1364         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
1365         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
1366         Added 'digest'.
1367         (elmo-msgdb-list-flagged): New function.
1368
1369         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
1370         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
1371         Added 'digest'.
1372
1373         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
1374
1375 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
1376
1377         * elmo-version.el (elmo-version): Up to 2.11.0.
1378
1379 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1380
1381         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
1382         `elmo-file-cache-exists-p'; use proper mark that depends on
1383         `use-cache'.
1384         (elmo-msgdb-unset-flag): Ditto.
1385         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
1386
1387         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
1388         with 4th argument `use-cache'.
1389
1390 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
1391
1392         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
1393         (elmo-folder-mark-as-important): Ditto.
1394         (elmo-folder-unmark-read): Ditto.
1395         (elmo-folder-mark-as-read): Ditto.
1396         (elmo-folder-unmark-answered): Ditto.
1397         (elmo-folder-mark-as-answered): Ditto.
1398
1399         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
1400         message status.
1401         (elmo-msgdb-mark): Likewise.
1402         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
1403         (elmo-msgdb-unset-flag): Likewise.
1404
1405         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
1406
1407 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1408
1409         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
1410         `last:' filter.
1411
1412 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1413
1414         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
1415         set spool-length to 0.
1416
1417 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
1420         (elmo-dop-queue-flush): Fixed last change.
1421
1422 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
1425         if require-msgdb slot is nil.
1426         (elmo-folder-list-importants): Likewise.
1427
1428 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
1431         mark is changed.
1432
1433         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
1434         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
1435         is changed.
1436
1437 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
1438
1439         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
1440
1441 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
1444
1445         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
1446
1447 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
1450         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
1451
1452 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1453
1454         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
1455         the problem reported by Sean Rima [wl-en:180].
1456
1457 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
1460
1461         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
1462
1463         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
1464
1465         * elmo-map.el (elmo-folder-unmark-read): Ditto.
1466
1467         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
1468
1469         * elmo-net.el (elmo-folder-unmark-read): Ditto.
1470
1471         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
1472
1473 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
1476         status number.
1477
1478 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
1479
1480         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
1481         (elmo-folder-mark-as-read): Follow the API change.
1482         (elmo-message-set-cached): New function.
1483
1484         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
1485
1486         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
1487
1488         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
1489         (elmo-folder-mark-as-important): Ditto.
1490         (elmo-folder-unmark-read): Ditto.
1491         (elmo-folder-mark-as-read): Ditto.
1492         (elmo-folder-unmark-answered): Ditto.
1493         (elmo-folder-mark-as-answered): Ditto.
1494
1495         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
1496         (elmo-folder-unmark-important): Ditto.
1497         (elmo-folder-mark-as-read): Ditto.
1498         (elmo-folder-unmark-read): Ditto.
1499         (elmo-folder-mark-as-answered): Ditto.
1500         (elmo-folder-unmark-answered): Ditto.
1501
1502         * elmo-mark.el (toplevel): Removed some mark method definitions.
1503
1504         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
1505         (elmo-map-folder-mark-as-answered): Ditto.
1506         (elmo-folder-unmark-important): Add :before qualifier.
1507         (elmo-folder-mark-as-important): Ditto.
1508         (elmo-folder-unmark-read): Ditto.
1509         (elmo-folder-mark-as-read): Ditto.
1510         (elmo-folder-unmark-answered): Define.
1511         (elmo-folder-mark-as-answered): Ditto.
1512
1513         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
1514         (elmo-map-folder-unmark-answered): Ditto.
1515
1516         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
1517
1518         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
1519         (elmo-folder-mark-as-important): Ditto.
1520         (elmo-folder-unmark-read): Ditto.
1521         (elmo-folder-mark-as-read): Ditto.
1522         (elmo-folder-unmark-answered): Ditto.
1523         (elmo-folder-mark-as-answered): Ditto.
1524
1525         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
1526         `mark'; evaluate mark condition.
1527         (elmo-msgdb-match-condition-internal): New function.
1528         (elmo-msgdb-match-condition): Call it; changed argument.
1529
1530         * elmo.el (elmo-folder-search): Follow the API change on
1531         `elmo-msgdb-match-condition'.
1532
1533 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
1536         original mark is non-nil.
1537
1538 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
1539
1540         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
1541         (elmo-map-folder-list-answereds): New method.
1542         (elmo-folder-list-unreads): Add :around qualifier.
1543         (elmo-folder-list-importants): Ditto.
1544         (elmo-folder-list-answereds): Ditto.
1545
1546 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
1547
1548         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
1549
1550         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
1551         method if msgdb is not required.
1552         (elmo-filter-folder-list-importants): Don't treat global-mark.
1553
1554         * elmo.el (elmo-folder-list-importants): Ditto.
1555
1556         * elmo-net.el (elmo-folder-list-importants): Ditto.
1557
1558         * elmo-map.el (elmo-folder-list-importants): Ditto.
1559
1560         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
1561
1562         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
1563         (elmo-imap4-folder-list-any-plugged): New function.
1564         (elmo-imap4-search-internal-primitive): Use it.
1565
1566         * elmo-filter.el (elmo-folder-check): Synchronize original folder
1567         only when require-msgdb slot is non-nil.
1568         (elmo-folder-close): Clear target folder's msgdb.
1569
1570 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1571
1572         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
1573         (elmo-pop3-msgdb-create-by-header): Ditto.
1574         (elmo-pop3-msgdb-create-message): Ditto.
1575
1576         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
1577
1578         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
1579
1580         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
1581
1582         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
1583         (elmo-folder-msgdb-create): Ditto.
1584         (elmo-nntp-folder-msgdb-create): Ditto.
1585         (elmo-nntp-msgdb-create-by-header): Ditto.
1586         (elmo-nntp-msgdb-create-message): Ditto.
1587         (elmo-folder-list-unreads): Define.
1588
1589         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
1590         (elmo-folder-append-messages): Ditto.
1591         (elmo-folder-list-unreads): Define.
1592         (elmo-folder-list-importants): Ditto.
1593         (elmo-folder-list-answereds): Ditto.
1594
1595         * elmo-net.el (elmo-folder-list-unreads): Define.
1596         (elmo-folder-list-importants): Ditto.
1597         (elmo-folder-list-answereds): Ditto.
1598         (elmo-folder-list-answereds-plugged): Ditto.
1599         (elmo-folder-msgdb-create): Follow the API change.
1600         (elmo-folder-msgdb-create-unplugged): Ditto.
1601         (elmo-folder-unmark-answered): Define.
1602         (elmo-folder-mark-as-answered-unplugged): Ditto.
1603         (elmo-folder-unmark-answered-unplugged): Ditto.
1604
1605         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
1606         (elmo-msgdb-unread-uncached-mark): Ditto.
1607         (elmo-msgdb-unread-cached-mark): Ditto.
1608         (elmo-msgdb-read-uncached-mark): Ditto.
1609         (elmo-msgdb-answered-cached-mark): Ditto.
1610         (elmo-msgdb-answered-uncached-mark): Ditto.
1611         (elmo-msgdb-important-mark): Ditto.
1612         (elmo-msgdb-set-mark): Rewrite.
1613         (elmo-msgdb-count-marks): Rewrite.
1614         (elmo-msgdb-mark-alist-set): Abolish.
1615         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
1616         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
1617
1618         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
1619         (elmo-folder-close): Define.
1620         (elmo-folder-msgdb-create): Follow the API change.
1621         (elmo-folder-list-unreads): Rewrite.
1622         (elmo-folder-mark-as-important): Ditto.
1623         (elmo-folder-unmark-important): Ditto.
1624         (elmo-folder-mark-as-read): Ditto.
1625         (elmo-folder-unmark-read): Ditto.
1626         (elmo-folder-mark-as-answered): Define.
1627         (elmo-folder-unmark-answered): Ditto.
1628
1629         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
1630         (elmo-folder-append-messages): Ditto.
1631
1632         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
1633
1634         * elmo-map.el (elmo-folder-list-unreads): Ditto.
1635         (elmo-folder-list-importants): Ditto.
1636
1637         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
1638         (elmo-folder-append-messages): Ditto.
1639
1640         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
1641         change.
1642         (elmo-folder-msgdb-create-plugged): Ditto.
1643         (elmo-folder-append-messages): Ditto.
1644         (elmo-folder-list-answereds-plugged): Define.
1645         (elmo-imap4-search-internal-primitive): Add `mark' processing.
1646         (elmo-folder-unmark-answered-plugged): Define.
1647         (elmo-folder-mark-as-answered-plugged): Ditto.
1648         (elmo-folder-search-requires-msgdb-p): Ditto.
1649
1650         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
1651         (elmo-folder-initialize): Set it.
1652         (elmo-folder-msgdb): Define.
1653         (elmo-folder-check): Call elmo-folder-synchronize.
1654         (elmo-folder-close): Define.
1655         (elmo-folder-commit): Ditto.
1656         (elmo-folder-msgdb-create): Rewrite.
1657         (elmo-folder-list-unreads): Ditto.
1658         (elmo-folder-list-importants): Ditto.
1659         (elmo-folder-mark-as-read): Ditto.
1660         (elmo-folder-unmark-read): Ditto.
1661         (elmo-folder-mark-as-important): Ditto.
1662         (elmo-folder-unmark-important): Ditto.
1663         (elmo-folder-mark-as-answered): Define.
1664         (elmo-folder-unmark-answered): Ditto.
1665
1666         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
1667         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
1668         (elmo-dop-queue-method-name-alist): Likewise.
1669         (elmo-folder-mark-as-answered-dop): New inline function.
1670         (elmo-folder-unmark-answered-dop): Ditto.
1671         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
1672
1673         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
1674         (elmo-folder-msgdb-create): Ditto.
1675         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
1676         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
1677         (elmo-archive-parse-mmdf): Ditto.
1678
1679         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
1680         (elmo-folder-list-unreads-internal): Ditto.
1681
1682         * elmo.el (elmo-folder-msgdb): Define as generic function.
1683         (elmo-folder-list-messages): Added argument `in-msgdb'.
1684         (elmo-folder-list-unreads): Define as generic function.
1685         (elmo-folder-list-importants): Ditto.
1686         (elmo-folder-list-answereds): Ditto.
1687         (elmo-folder-list-messages-with-global-mark): New function.
1688         (elmo-folder-msgdb-create): Removed mark arguments.
1689         (elmo-folder-unmark-answered): New generic function.
1690         (elmo-folder-mark-as-answered): Ditto.
1691         (elmo-folder-append-messages): Removed argunment `unread-marks'
1692         (elmo-folder-list-unreads-internal): Abolish.
1693         (elmo-folder-list-importants-internal): Ditto.
1694         (elmo-folder-search-requires-msgdb-p): New generic function.
1695         (elmo-folder-search-requires-msgdb-p-internal): New function.
1696         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
1697         elmo-msgdb-load.
1698         (elmo-folder-search-fast): Added key 'mark'.
1699         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
1700         instead of unread-marks argument.
1701         (elmo-folder-move-messages): Removed argunment `unread-marks'
1702         (elmo-folder-unmark-important): Define.
1703         (elmo-folder-mark-as-important): Ditto.
1704         (elmo-folder-unmark-read): Ditto.
1705         (elmo-folder-mark-as-read): Ditto.
1706         (elmo-folder-unmark-answered): Ditto.
1707         (elmo-folder-mark-as-answered): Ditto.
1708         (elmo-folder-replace-marks): Abolish.
1709         (elmo-generic-folder-append-msgdb): Append msgdb before checking
1710         duplicates.
1711         (elmo-folder-synchronize): Removed mark arguments;
1712         return crosspost only number.
1713
1714 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1715
1716         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
1717         Remove redundunt connectivity check.
1718
1719 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1720
1721         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
1722         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
1723
1724 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * pldap.el (ldap-decode-string): Return string as-is if
1727         `ldap-coding-system' is nil.
1728         (ldap-encode-string): Ditto.
1729         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
1730         (ldap-default-host): Fixed docstring.
1731
1732 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
1733
1734         * elmo-util.el (elmo-warning): Define as a macro which uses
1735         `display-warning' if it is defined as a function.
1736
1737         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
1738         (elmo-split-equal): Use it.
1739         (elmo-split-match): Ditto.
1740         (elmo-split-message-entity): New buffer-local variable.
1741         (elmo-split-subr): Set it.
1742
1743         * elmo-version.el (elmo-version): Up to 2.9.15.
1744
1745 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
1746
1747         * elmo-imap4.el (elmo-network-initialize-session):
1748         Check capability after starttls.
1749
1750 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * elmo-util.el (elmo-list-delete): Added optional argument
1753         DELETE-FUNCTION.
1754
1755         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
1756
1757         * elmo-util.el (elmo-warning): Ignore errors while recenter.
1758
1759         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
1760
1761         * elmo-imap4.el (elmo-folder-initialize): Don't use
1762         elmo-imap4-default-mailbox.
1763
1764 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1765
1766         * elmo-split.el (toplevel): Use `product-provide'.
1767         (elmo-split): Checkdoc.
1768
1769 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
1770
1771         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
1772         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
1773         the function `elmo-imap4-debug-1'.
1774
1775 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * elmo-split.el (elmo-split): Moved to run hooks and to show
1778         message from elmo-split-subr.
1779         (elmo-split-subr): Follow the change above.
1780
1781         * elmo-split.el (elmo-split-subr): New function (renamed from
1782         elmo-split-subr).
1783         (elmo-split): Changed to call elmo-split-subr by element of
1784         elmo-split-folder.
1785         (elmo-split-folder): Changed customization type to choice.
1786
1787 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * elmo-split.el (elmo-split-and): Fixed condition.
1790
1791 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
1792
1793         * elmo-split.el: New file.
1794         (elmo-split): Fixed logic.
1795         Display "Test:" instead of "Folder:" when reharsal.
1796
1797         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
1798         explicitly.
1799
1800         * elmo-version.el (elmo-version): Up to 2.9.14.
1801
1802         * elmo-util.el (elmo-expand-newtext): New function (renamed from
1803         wl-expand-newtext).
1804
1805 2002-06-10  Kenichi Sato <ksato@sonycom.com>
1806
1807         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
1808         message with no message-id field.
1809
1810 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
1811
1812         * elmo-version.el (elmo-version): Up to 2.9.13.
1813
1814         * elmo-dop.el (elmo-folder-status-dop): Fix.
1815
1816 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
1817
1818         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
1819
1820         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
1821         changing default value of default-mime-charset.
1822         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
1823
1824         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
1825
1826         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
1827         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
1828         instead of elmo-dop-queue-method-name-alist to check merging queue.
1829         (elmo-folder-delete-messages-dop): Delete from queue if negative
1830         message number.
1831         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
1832         file is already removed.
1833
1834 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * elmo-vars.el: Bind colon keywords for old Emacsen.
1837
1838 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1839
1840         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
1841         against non-exsisting charset.
1842
1843 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
1844
1845         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
1846         Use eword-decode-and-unfold-unstructured-field-body.
1847
1848         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
1849         (elmo-msgdb-create-overview-from-buffer): Use document charset if
1850         exists to decode raw subject string.
1851         (toplevel): Require 'mime.
1852
1853         * elmo-version.el (elmo-version): Up to 2.9.12.
1854
1855 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
1856
1857         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
1858         (elmo-msgdb-set-mark): Ditto.
1859
1860         * elmo-version.el (elmo-version): Up to 2.9.11.
1861
1862 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
1863
1864         * elmo-util.el (elmo-delete-match-files): New function.
1865
1866         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
1867         instead of elmo-delete-directory.
1868
1869         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
1870         elmo-hash-minimun-size as 63.
1871
1872         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
1873         elmo-diff-unread is nil.
1874
1875         * elmo-imap4.el (elmo-folder-open): Fix.
1876
1877         * elmo.el (elmo-message-mark): Rewrite.
1878         (elmo-message-field): Ditto.
1879         (elmo-message-set-mark): Ditto.
1880         (elmo-folder-replace-marks): New function.
1881         (elmo-generic-folder-append-msgdb): Removed third argument for
1882         elmo-msgdb-append.
1883         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
1884         (elmo-msgdb-load): New implementation.
1885
1886         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
1887
1888         * elmo-util.el (elmo-list-insert): New implementation.
1889
1890         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
1891         argument for elmo-msgdb-append.
1892         
1893
1894         * elmo-msgdb.el (elmo-load-msgdb): New function.
1895         (elmo-make-msgdb): Ditto.
1896         (elmo-msgdb-get-index): New inline function.
1897         (elmo-msgdb-set-index): Ditto.
1898         (elmo-msgdb-get-entity-hashtb): Ditto.
1899         (elmo-msgdb-get-mark-hashtb): Ditto.
1900         (elmo-msgdb-get-mark): Ditto.
1901         (elmo-msgdb-set-mark): Ditto.
1902         (elmo-msgdb-count-marks): Ditto.
1903         (elmo-msgdb-get-number): Ditto.
1904         (elmo-msgdb-get-field): Ditto.
1905         (elmo-msgdb-seen-list): Ditto.
1906         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
1907         (elmo-msgdb-delete-msgs): Follow the changes above.
1908         (elmo-msgdb-overview-get-entity): Ditto.
1909         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
1910         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
1911         and rewritten.
1912         (elmo-msgdb-make-index): Likewise.
1913         (elmo-msgdb-append): Removed third argument.
1914         (elmo-msgdb-clear): Clear index as nil.
1915         (elmo-folder-set-info-hashtb): Removed.
1916         (elmo-folder-set-info-max-by-numdb): Ditto.
1917         (elmo-folder-info-make-hashtb): Ditto.
1918
1919         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
1920
1921         * elmo-map.el (elmo-folder-pack-number): Ditto.
1922
1923 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * elmo-version.el (elmo-version): Up to 2.9.10.
1926
1927         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
1928
1929         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
1930
1931 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
1932
1933         * elmo-utils.el (elmo-make-directory): Add option.
1934         Default file mode is 700.
1935
1936 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * elmo-shimbun.el (elmo-folder-local-p): Defined.
1939
1940 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
1941
1942         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
1943         mime-charset.
1944
1945         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
1946         and "smaller".
1947
1948 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
1951         (elmo-shimbun-folder-entity-hash): New function.
1952         (elmo-shimbun-folder-shimbun-header): Ditto.
1953         (elmo-shimbun-entity-to-header): Ditto.
1954         (elmo-shimbun-msgdb-to-headers): Removed.
1955         (elmo-shimbun-folder-setup): Ditto.
1956         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
1957         for hash key.
1958         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
1959         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
1960         Removed useless local bind.
1961         (elmo-folder-open-internal): Don't call
1962         `elmo-shimbun-folder-setup'.
1963         (elmo-folder-close-internal): Clear entity-hash slot.
1964         (elmo-folder-clear): Ditto.
1965         (elmo-shimbun-msgdb-create-entity): Use
1966         `elmo-shimbun-folder-shimbun-header'.
1967         (elmo-map-message-fetch): Ditto.
1968         (elmo-shimbun-update-overview): Use overview entity instead of
1969         shimbun header to lookup id by references.
1970         (elmo-map-folder-list-message-locations): Use not only headers but
1971         also overviews to list locations.
1972
1973 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1974
1975         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
1976         msgdb path.
1977
1978         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
1979
1980 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1981
1982         * elmo-util.el (elmo-read-search-condition-internal): Give default
1983         value for date.
1984
1985 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
1986
1987         * elmo-util.el (elmo-condition-parse-search-value): Accept
1988         YYYY-MM-DD format to search.
1989         * elmo-date.el (elmo-date-get-datevec): Likewise.
1990
1991 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
1992
1993         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
1994         debugging code.
1995
1996 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
1999         from t.
2000
2001         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
2002
2003         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
2004         case from `elmo-folder-exists-p'.
2005         (elmo-folder-exists-p): Removed.
2006         (elmo-folder-creatable-p) Ditto.
2007
2008         * elmo-net.el (elmo-folder-create): Defined.
2009         (elmo-folder-create-unplugged): New function.
2010         (elmo-folder-exists-p): Changed default value to nil from t.
2011
2012         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
2013         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
2014
2015         * elmo-dop.el (elmo-folder-create-dop): Renamed from
2016         `elmo-create-folder-dop' and append queue
2017         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
2018         (elmo-folder-create-dop-delayed): New function.
2019
2020         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
2021
2022         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
2023
2024         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
2025         (elmo-folder-writable-p) : Ditto.
2026
2027         * elmo-version.el (elmo-version): Up to 2.9.9.
2028
2029 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2030
2031         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
2032         `elmo-message-use-cache-p' returns nil.
2033         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
2034         (ignore cache file and refer the substance in local folders)
2035
2036 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2037
2038         * elmo-version.el (elmo-version): Up to 2.9.8.
2039
2040 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
2041
2042         * elmo-version.el (elmo-version): Up to 2.9.7.
2043
2044         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
2045
2046 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
2047
2048         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
2049
2050 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2051
2052         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
2053         from --early.
2054         (elmo-map-folder-list-message-locations): Reverse location list.
2055
2056 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2057
2058         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
2059
2060 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
2063         as a key.
2064         (elmo-nntp-folder-list-subfolders): Follow the change above.
2065
2066 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
2067
2068         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
2069         name if authentication type is specified.
2070
2071 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2072
2073         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
2074         variable.
2075         (elmo-default-nntp-stream-type): Ditto.
2076         (elmo-default-pop3-stream-type): Ditto.
2077
2078 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2079
2080         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
2081
2082 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2083
2084         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
2085         elmo-vars.el.
2086         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
2087
2088         * elmo-vars.el (elmo-localnews-folder-path): Removed.
2089         (elmo-maildir-folder-path): Ditto.
2090         (elmo-maildir-list): Ditto (abolished).
2091
2092 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2093
2094         * elmo-version.el (elmo-version): Up to 2.9.6.
2095
2096 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
2099         (elmo-maildir-folder-path): Ditto.
2100         (elmo-msgdb-directory): Ditto.
2101         (elmo-passwd-life-time): Ditto.
2102         (elmo-msgdb-extra-fields): Ditto.
2103         (elmo-enable-disconnected-operation): Ditto.
2104
2105 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2106
2107         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
2108         other choices.
2109         (elmo-pop3-default-authenticate-type): Ditto.
2110
2111 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2112
2113         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
2114         choices for custom.
2115         (elmo-pop3-default-authenticate-type): Ditto.
2116
2117 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2118
2119         * elmo-imap4.el (elmo-folder-rename-internal): Change current
2120         mailbox to new-folder.
2121
2122 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
2123
2124         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
2125         less than new, set new as unread.
2126
2127         * elmo-util.el (elmo-string): Don't put text-property if nil.
2128
2129 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
2130
2131         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
2132         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
2133
2134 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
2135
2136         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
2137         is nil on `completing-read'.
2138
2139 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
2140
2141         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
2142         for namespace part.
2143         (elmo-imap4-parse-namespace-subr): Ditto.
2144         (elmo-folder-list-subfolders): Append a delimiter when the specified
2145         folder path is a root with namespace and does not end with delimiter.
2146
2147 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
2150         was used.
2151
2152 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2153
2154         * elmo-util.el (elmo-save-buffer): The first argument of message
2155         is a format control string.
2156
2157 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
2160         `elmo-folder-diff').
2161         (elmo-diff-unread): Likewise.
2162
2163 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2164
2165         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
2166         is t on `completing-read'.
2167
2168 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
2171         method of target folder with self mark-alist if MARK-ALIST is nil.
2172
2173 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2174
2175         * elmo-version.el (elmo-version): Up to 2.9.5.
2176
2177 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2178
2179         * elmo-dop.el (elmo-dop-queue-merge): Implement.
2180         (elmo-dop-merge-funcs): Remove.
2181
2182 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2183
2184         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
2185         Return t if PATH is directory, too.
2186         Use `dolist' instead of while loop.
2187
2188 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2189
2190         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
2191         is deleted.
2192
2193 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2194
2195         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
2196         return value to t.
2197         (elmo-folder-list-messages-unplugged): Return t if
2198         elmo-enable-disconnected-operation is nil.
2199
2200         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
2201         `elmo-folder-list-messages-internal'.
2202
2203 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
2204
2205         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
2206         Change to looking-at `[23][0-9]+'.
2207         (elmo-network-initialize-session): Use 'error-msg'
2208         * elmo-net.el (elmo-network-open-session): Set unplugged
2209         if elmo-network-initialize-session returns 'elmo-open-err.
2210
2211 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
2212
2213         * elmo-version.el (elmo-version): Up to 2.9.4.
2214
2215 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2216
2217         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
2218         `elmo-folder-list-messages-internal'.
2219
2220 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2221
2222         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
2223         (elmo-message-match-condition): New method.
2224         (elmo-folder-search-fast): New inline function.
2225         (elmo-msgdb-search): Removed.
2226
2227         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
2228         target folder if it is unplugged.
2229         (elmo-folder-list-messages-internal): Return t if target folder is
2230         unplugged and itself is persistent; In this case, use list be
2231         searched already.
2232
2233         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
2234         (elmo-msgdb-search-internal-primitive): Ditto.
2235         (elmo-msgdb-match-condition): New function.
2236         (elmo-msgdb-match-condition-primitive): Ditto.
2237
2238         * elmo-util.el (elmo-filter-condition-p): New macro.
2239
2240         * elmo-cache.el (elmo-folder-search): Removed.
2241
2242         * elmo-localdir.el (elmo-folder-search): Ditto.
2243
2244         * elmo-maildir.el (elmo-folder-search): Ditto.
2245
2246         * elmo-mark.el (elmo-folder-search): Ditto.
2247
2248         * elmo-nmz.el (elmo-folder-search): Ditto.
2249
2250         * elmo-sendlog.el (elmo-folder-search): Ditto.
2251
2252         * elmo-shimbun.el (elmo-folder-search): Ditto.
2253
2254         * elmo-imap4.el (elmo-folder-search): Call method of parent class
2255         if folder is unplugged.
2256
2257         * elmo-nntp.el (elmo-folder-search): Likewise.
2258         (elmo-nntp-search-internal): New function.
2259
2260         * elmo-version.el (elmo-version): Up to 2.9.3.
2261
2262 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
2265
2266 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
2267
2268         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
2269
2270 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
2271
2272         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
2273
2274 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
2275
2276         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
2277         (elmo-map-folder-list-message-locations): Do drive letter conversion
2278         on Windows environment.
2279         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
2280         (elmo-map-message-fetch): Ditto.
2281
2282 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
2283
2284         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
2285         (elmo-network-initialize-session): Ditto.
2286
2287 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2288
2289         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
2290
2291         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2292
2293         * elmo-util.el (elmo-progress-clear): Ditto.
2294
2295         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
2296         `DD-Mon-YYYY' type date.
2297
2298 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2299
2300         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2301         `elmo-date-make-sortable-string' instead of
2302         `timezone-make-date-sortable'.
2303
2304         * elmo-date.el (elmo-date-make-sortable-string): Use
2305         `timezone-make-time-string'.
2306
2307 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2308
2309         * elmo.el (elmo-folder-synchronize): Delete important messages too.
2310
2311         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
2312         `since'; Fix timezone.
2313
2314         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
2315
2316         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
2317
2318 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
2321
2322 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * elmo.el (elmo-generic-folder-append-messages): Make
2325         fetch-strategy with `use-cache' as 'maybe. Check return value of
2326         `elmo-message-fetch'.
2327         (elmo-message-fetch): Return return value of
2328         `elmo-message-fetch-with-cache-process'.
2329         (elmo-message-fetch-with-cache-process): Return non-nil if
2330         fetching was succeed. Load cache when fetching was failed and
2331         fetch-strategy-use-cache is 'maybe.
2332
2333         * elmo-util.el (elmo-file-cache-load): New function.
2334
2335         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
2336         defun.
2337
2338         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
2339         non-nil if fetching was succeed.
2340
2341         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
2342
2343         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
2344
2345         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
2346         (elmo-message-fetch-with-cache-process): Likwise.
2347
2348         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
2349
2350         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
2351
2352         * elmo-version.el (elmo-version): Up to 2.9.2.
2353
2354 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * elmo.el (elmo-folder-delete): Delete msgdb path.
2357
2358         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
2359
2360         * elmo-maildir.el (elmo-folder-delete): Ditto.
2361
2362         * elmo-localdir.el (elmo-folder-delete): Ditto.
2363
2364         * elmo-imap4.el (elmo-folder-delete): Ditto.
2365
2366 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * elmo.el (luna-define-class): Added `biff' slot.
2369
2370         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
2371         (elmo-pop3-debug-inhibit-logging): Abolished.
2372         (elmo-network-close-session): Eliminated needless let.
2373         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
2374         (elmo-pop3-send-command): Added `no-log' argument.
2375         (elmo-pop3-process-filter): Use `with-current-buffer'.
2376         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
2377         if login failure.
2378         (elmo-pop3-auth-apop): Likewise.
2379         (elmo-network-authenticate-session): Likewise.
2380
2381         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
2382         if biff folder.
2383
2384         * elmo-net.el (elmo-network-session-password-key): Use class symbol
2385         string to determine protocol.
2386         (elmo-network-session-name-prefix): Abolished.
2387         (elmo-network-session-cache-key): Follow the change above.
2388         (elmo-network-open-session): Ditto.
2389
2390         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
2391         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
2392
2393         * elmo-version.el (elmo-version): Up to 2.9.1.
2394
2395         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
2396         unmatch condition checking.
2397
2398         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
2399         condition.
2400
2401 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2402
2403         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
2404
2405 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
2406
2407         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
2408         test for while loop to execute at least one SEARCH command.
2409
2410 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * elmo-version.el (elmo-version): Up to 2.9.0.
2413
2414 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2415
2416         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
2417         (elmo-archive-folder-path): Define.
2418         (elmo-folder-initialize): Setup `dir-name' slot.
2419         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
2420         Use `dir-name' as prefix of each subfolders.
2421         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
2422
2423 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2424
2425         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
2426         (elmo-pipe-folder-list-target-messages): New internal function.
2427         (elmo-pipe-drain): Use new argument `ignore-list' instead of
2428         `killed-list'.
2429         (elmo-pipe-folder-copied-list-load): New function.
2430         (elmo-pipe-folder-copied-list-save): Ditto.
2431         (elmo-folder-open-internal): Follow the change above.
2432         (elmo-folder-status): Fixed for copy.
2433
2434 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2435
2436         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
2437
2438 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2439
2440         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
2441         elmo-copy-file instead of elmo-add-name-to-file.
2442
2443         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
2444
2445         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
2446         "file://..." index.
2447
2448         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
2449         of accept-process-output as 1.
2450         (elmo-pop3-read-contents): Ditto.
2451         (elmo-pop3-read-body): Ditto.
2452
2453 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2454
2455         * elmo-version.el (product-version-as-string): Remove define.
2456
2457 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
2460         (elmo-imap4-copy-messages): Chop number set using
2461         `elmo-imap4-number-set-chop-length'.
2462         (elmo-imap4-set-flag): Ditto.
2463         (elmo-imap4-search-internal-primitive): Ditto.
2464
2465 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2466
2467         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
2468         `elmo-folder-make-temp-dir'
2469
2470         * elmo-vars.el (elmo-cache-directory): New variable.
2471         (elmo-cache-dir): Abolished.
2472         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
2473
2474         * elmo-version.el (elmo-version): Up to 2.7.7.
2475
2476 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
2479         defcustom; Set default value as t.
2480
2481 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
2482
2483         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
2484         (ldap-search-program-arguments): Changed default value.
2485         (ldap-search-basic): Accept exit status 4.
2486         (ldap/field-body): Parse options.
2487         (ldap/collect-field): Ditto.
2488         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
2489
2490         * elmo-imap4.el (elmo-imap4-process-bye): New function.
2491         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
2492         (elmo-imap4-accept-ok): Ditto.
2493         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
2494         'notify-bye, only BYE error is reported.
2495         (elmo-folder-exists-p-plugged): Set no-error argument of
2496         `elmo-imap4-session-select-mailbox' as 'notify-bye.
2497
2498         * elmo.el (elmo-imap4-bye-error): Changed message.
2499
2500         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
2501         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
2502         queues (It causes infinite loop).
2503
2504 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2505
2506         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
2507         (RECENT UNSEEN MESSAGES) extension.
2508
2509 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
2510
2511         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
2512         Check number of overview fields.
2513
2514 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
2515
2516         * elmo.el (elmo-folder-confirm-appends): Changed message.
2517         (elmo-folder-confirm-appends): Ditto.
2518
2519         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
2520         `with-temp-buffer'.
2521         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
2522
2523 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
2524
2525         * elmo.el (elmo-folder-confirm-appends): Check whether the value
2526         of elmo-folder-update-threshold is nil, which can be set by
2527         wl-summary-update-confirm-threshold.
2528
2529 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
2532         (elmo-nmz-index-alias-alist): Ditto.
2533         (elmo-map-folder-list-message-locations): Follow the change above.
2534
2535 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
2538
2539         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
2540
2541         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
2542
2543         * elmo-util.el (elmo-read): Ditto.
2544         (elmo-display-error): Ditto.
2545
2546         * elmo-vars.el (elmo-date-match): Ditto.
2547
2548         * pldap.el (ldap-coding-system): Ditto.
2549
2550         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
2551         `elmo-inhibit-number-mapping' as nil.
2552
2553 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
2554
2555         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
2556         space delimiter for list response.
2557
2558 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
2559
2560         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
2561
2562 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
2563
2564         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
2565         (elmo-map-message-fetch): Fix.
2566         * elmo-map.el (elmo-folder-status): Fix for killed.
2567
2568 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
2569
2570         * elmo-sendlog.el: New file.
2571         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
2572
2573 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
2574
2575         * acap.el (acap-logging-out): New buffer local variable.
2576         (acap-close): Set it.
2577         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
2578         an error.
2579
2580 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * acap.el (acap-response-bye-p): New function.
2583         (acap-response-bye-message): Ditto.
2584         (acap-wait-for-response): If bye response is received, cause an error.
2585         (acap-parse-response): Make bye response when 'Bye' is received.
2586
2587 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
2588
2589         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
2590
2591 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2592
2593         * elmo-util.el (elmo-copy-file): Added argument
2594         `ok-if-already-exists'.
2595         (elmo-copy-file): Fixed typo.
2596
2597 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
2598
2599         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
2600
2601 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
2602
2603         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
2604
2605 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
2606
2607         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
2608         to killed-list.
2609
2610 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
2611
2612         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
2613         (elmo-folder-initialize): Fix for `copy'.
2614         (elmo-pipe-drain): Ditto.
2615         (elmo-folder-open-internal): Ditto.
2616         (elmo-folder-newsgroups): Fix.
2617
2618 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
2621         for each message.
2622
2623         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
2624         recent value is returned from imap folder.
2625
2626         * elmo.el (elmo-folder-newsgroups): New generic function.
2627
2628         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
2629         (elmo-folder-initialize): Set it.
2630         (elmo-folder-expand-msgdb-path): Use it.
2631         (elmo-folder-newsgroups): Define.
2632
2633         * elmo-filter.el (elmo-folder-newsgroups): Define.
2634
2635         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
2636
2637         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
2638
2639         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
2640
2641 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
2644         user option.
2645         (elmo-shimbun-header-extra-field): New inline function.
2646         (elmo-shimbun-header-set-extra-field): Ditto.
2647         (elmo-shimbun-folder-header-hash-setup): Ditto.
2648         (elmo-shimbun-update-overview): Ditto.
2649         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
2650         (elmo-shimbun-folder-setup): Use
2651         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
2652         (elmo-shimbun-get-headers): Ditto.
2653         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
2654         Insert `X-Shimbun-Id:' header if extra field is set.
2655         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
2656         field's value instead of `shimbun-header-id'.
2657
2658         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
2659         inline function.
2660         (elmo-msgdb-overview-entity-set-date): Ditto.
2661         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
2662
2663 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2664
2665         * mmimap.el (mmimap-entity-section): Changed body node number from
2666         "0" to "1".
2667
2668 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2669
2670         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
2671         `elmo-folder-delete-messages'.
2672
2673         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
2674         (elmo-folder-initialize): Changed to expand alias into index path.
2675
2676         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
2677         `elmo-mime-insert-header-from-buffer' with 6th arg
2678         `sorted-fields'.
2679
2680 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
2681
2682         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
2683
2684         * elmo.el (elmo-diff-new): New inline function.
2685         (elmo-diff-unread): Ditto.
2686         (elmo-diff-all): Ditto.
2687
2688         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
2689         value from responseb.
2690         (elmo-imap4-folder-diff-plugged): Ditto.
2691         (elmo-imap4-server-diff-async): Added recent argument.
2692         (elmo-server-diff-async): Ditto.
2693         (elmo-imap4-folder-diff-plugged): Ditto.
2694
2695         * elmo-version.el (elmo-version): Up to 2.7.6.
2696
2697 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2698
2699         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
2700         in quoted-stirng.
2701
2702 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
2705
2706         * elmo-imap4.el (elmo-folder-initialize): Ditto.
2707
2708         * elmo-nntp.el (elmo-folder-initialize): Ditto.
2709
2710         * elmo-multi.el (elmo-folder-initialize): Ditto.
2711
2712         * elmo-util.el (elmo-parse-token): New function.
2713         (elmo-parse-prefixed-element): Ditto.
2714
2715 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
2718         delete process.
2719         (elmo-imap4-accept-ok): Ditto.
2720
2721 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * mmimap.el (mime-imap-entity-header-string): Don't check first
2724         element of node-id is `0' (Follow last change).
2725
2726 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
2729         assigned irregular node-id to nested multipart section.
2730         (initialize-instance): Followed above change.
2731
2732 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2733
2734         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
2735         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
2736         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
2737         `elmo-shimbun-get-headers');
2738         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
2739         visible article on summary exists in headers).
2740         (elmo-map-message-fetch): Cause an error when folder is unplugged.
2741
2742 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2743
2744         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
2745         definition.
2746
2747 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
2750
2751 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2752
2753         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
2754         header separator into loop condition.
2755
2756 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2757
2758         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
2759         Return duplicate folder if it has subfolder.
2760
2761 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
2762
2763         * elmo.el (elmo-make-folder): Add folder name error check.
2764
2765         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
2766         (elmo-nntp-encode-group-string): New inline function.
2767         (elmo-nntp-decode-group-string): Ditto.
2768         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
2769         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
2770         Use `not' instead of `null';
2771         Use elmo-nntp-decode-group-string.
2772
2773         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
2774
2775         * elmo-version.el (elmo-version): Up to 2.7.5.
2776
2777 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
2780         Hide progress gauge if `elmo-folder-move-messages' exits
2781         nonlocally.
2782
2783 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * elmo-imap4.el (elmo-folder-initialize): Use
2786         `elmo-imap4-encode-folder-string' for folder name.
2787
2788 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
2791         `done'.
2792
2793 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * elmo-util.el (elmo-progress-counter-alist): New internal
2796         variable.
2797         (elmo-progress-counter-value): New macro.
2798         (elmo-progress-counter-all-value): Ditto.
2799         (elmo-progress-counter-format): Ditto.
2800         (elmo-progress-counter-set-value): Ditto.
2801         (elmo-progress-set): New function.
2802         (elmo-progress-clear): Ditto.
2803         (elmo-progress-notify): Ditto.
2804
2805         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
2806         counter.
2807
2808         * elmo.el (elmo-generic-folder-append-messages): Call
2809         `elmo-progress-notify'.
2810         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
2811
2812         * elmo-archive.el (elmo-folder-append-messages): Call
2813         `elmo-progress-notify'.
2814
2815         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
2816
2817         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
2818
2819         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
2820
2821 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2822
2823         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
2824         'Create'.
2825         (elmo-message-encache-dop): Added argument `read'.
2826
2827         * elmo-shimbun.el (elmo-message-encache): Ditto.
2828
2829         * elmo-net.el (elmo-message-encache): Ditto.
2830
2831         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
2832         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
2833         elmo-imap4-seen-messages.
2834         (elmo-folder-msgdb-create-plugged): Initialize
2835         elmo-imap4-seen-messages;
2836         Set seen mark on elmo-imap4-seen-messages.
2837
2838         * elmo-pipe.el (elmo-folder-message-file-p): Define.
2839
2840         * elmo.el (elmo-generic-folder-append-messages): Check return value of
2841         elmo-folder-append-buffer.
2842         (elmo-folder-encache): Added optional argument `read'.
2843         (elmo-message-encache): Ditto.
2844
2845         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
2846
2847         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2848
2849         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
2850         if append buffer content succeds.
2851
2852 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
2855         elmo-display-progress.
2856
2857         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
2858         Set 4th argument of mime-display-message.
2859         (elmo-mime-display-as-is): Ditto.
2860
2861 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * elmo-nmz.el (toplevel): Require 'mime-edit.
2864         (elmo-nmz-content-type-alist): Abolished.
2865         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
2866         content is not a message.
2867         (elmo-map-message-fetch): Changed behavior exept for message content;
2868         Detect mime-charset automatically, Use `mime-find-file-type' to detect
2869         content-type, Add From: and Subject: field.
2870
2871 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2872
2873         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
2874         (elmo-map-message-fetch): Add `Content-Type' field if contents is
2875         not a message.
2876
2877 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
2880         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
2881
2882         * elmo-archive.el (elmo-folder-writable-p): Defined.
2883
2884         * elmo-cache.el (elmo-folder-writable-p): Ditto.
2885
2886         * elmo-filter.el (elmo-folder-writable-p): Ditto.
2887
2888         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
2889
2890         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
2891
2892         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
2893
2894         * elmo-mark.el (elmo-folder-writable-p): Ditto.
2895
2896         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
2897
2898         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
2899
2900 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2901
2902         * elmo-util.el (elmo-address-quote-specials): New function;
2903         Renamed from `wl-address-quote-specials'.
2904
2905 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2906
2907         * elmo-version.el (elmo-version): Up to 2.7.4.
2908
2909 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
2910
2911         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
2912
2913 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
2916         both compile-time and run-time to avoid byte-compile warning.
2917
2918 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
2919
2920         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
2921
2922 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
2925         option.
2926         (elmo-mime-display-as-is-internal): Use it.
2927
2928         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
2929         if `read-passwd' is not defined.
2930
2931 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
2934         by original number.
2935         (elmo-folder-status): Call `elmo-folder-open-internal';
2936         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
2937         (elmo-folder-close-internal): Set location-alist as nil.
2938         (elmo-folder-clear): Define.
2939         (elmo-folder-check): Don't set location-alist as nil.
2940
2941         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
2942
2943 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
2944
2945         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
2946         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
2947
2948         * mmimap.el (mime-imap-entity::requested): New slot.
2949         (mime-imap-location-fetch-entity-p): New generic function.
2950         (mime-decode-parameters): Define using `defun-maybe'.
2951         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
2952         content-type structure.
2953         (mime-entity-body): Return empty body if
2954         `mime-imap-location-fetch-entity-p' returns nil in the first request.
2955
2956         * elmo.el (elmo-message-displaying): New variable.
2957
2958         * elmo-mime.el (elmo-mime-message-display): Bind
2959         elmo-message-displaying as t.
2960
2961         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
2962
2963 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2964
2965         * acap.el (acap-open): erase buffer before starting network process.
2966         (acap-store): Rewrite.
2967
2968 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
2969
2970         * elmo-imap4.el (elmo-imap4-default-mailbox,
2971         elmo-imap4-default-server
2972         elmo-imap4-default-authenticate-type,
2973         elmo-imap4-default-user,
2974         elmo-imap4-default-port,
2975         elmo-imap4-default-stream-type,
2976         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
2977
2978         * elmo-pop3.el (elmo-pop3-default-user,
2979         elmo-pop3-default-server,
2980         elmo-pop3-default-authenticate-type,
2981         elmo-pop3-default-port,
2982         elmo-pop3-default-stream-type,
2983         elmo-pop3-stream-type-alist): Ditto.
2984
2985         * elmo-nntp.el (elmo-nntp-default-server,
2986         elmo-nntp-default-user,
2987         elmo-nntp-default-port,
2988         elmo-nntp-default-stream-type,
2989         elmo-nntp-stream-type-alist): Ditto.
2990
2991         * elmo-vars.el: Follow changes above.
2992         (elmo-setting): New custom group; added 'elmo-setting group to
2993         above variables.
2994
2995         * elmo-version.el (elmo-version): Up to 2.7.3.
2996
2997         * acap.el (acap-parse-response): Don't delete process when BYE
2998         response (It causes hang-up on slow network environment).
2999         (toplevel): Added comment.
3000
3001 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
3004
3005         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
3006         parsing NIL.
3007         (acap-parse-return-metadata): Ditto.
3008
3009         * slp.el: New file.
3010         (toplevel): Fixed typo.
3011
3012         * acap.el: New file.
3013         (acap-network-stream-open): Show "Connecting..." message.
3014         (acap-parse-response): Fixed problem for BYE untagged response.
3015         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
3016         (toplevel): Added tiny comments.
3017
3018 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
3019
3020         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
3021         space delimiter for uidl response.
3022
3023 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * elmo-vars.el (elmo-use-semi): Eliminated.
3026
3027         * elmo-util.el (elmo-string-assoc-all): New function.
3028
3029 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
3032         property 'mime-preview-situation for `mime-preview-quit'.
3033
3034 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3035
3036         * elmo.el (elmo-message-fetch-with-cache-process): Call
3037         elmo-message-fetch-internal instead of causing an error when fetch
3038         strategy is 'entire but only 'section cache is available.
3039
3040 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * elmo-version.el (elmo-version): Up to 2.7.2.
3043
3044         * elmo.el (elmo-generic-folder-append-messages): Make
3045         fetch-strategy with `use-cache'.
3046
3047         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
3048         (elmo-dop-queue-method-name): New macro.
3049
3050 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
3053         unbalanced parenthesis.
3054
3055 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
3056
3057         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
3058
3059 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3060
3061         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
3062         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
3063
3064 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3065
3066         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
3067         local variables.
3068
3069 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
3072         (elmo-message-use-cache-p): Define.
3073         (elmo-folder-msgdb-create): Treat cache.
3074
3075 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
3076
3077         * elmo-nntp.el (elmo-network-initialize-session): Call
3078         `elmo-nntp-send-mode-reader'.
3079         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
3080
3081 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
3084         alist.
3085         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
3086         assoc.
3087
3088         * elmo-net.el (elmo-network-get-session): Set stream-type argument
3089         for `elmo-plugged-p'.
3090         (elmo-open-network-stream): Fixed stream-type argument.
3091
3092 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
3095         unknown archive type is specified.
3096
3097 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
3100
3101         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
3102         while loading msgdb.
3103
3104         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
3105         (elmo-folder-open-internal): Rewrite.
3106
3107 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * elmo-mime.el (elmo-mime-display-as-is-internal):
3110         Adjust buffer-multibyte status.
3111
3112 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
3115         of elmo-condition-find-key.
3116
3117         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
3118         (elmo-condition-in-msgdb-p): Ditto.
3119         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
3120         argument.
3121
3122 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
3125
3126 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
3127
3128         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
3129         label for elmo-display-progress.
3130
3131 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
3132
3133         * elmo.el (elmo-folder-clear): New method.
3134         (elmo-folder-clear): Define.
3135         (elmo-folder-synchronize): Call `elmo-folder-clear'.
3136
3137         * elmo-shimbun.el (elmo-folder-check): Rewrite.
3138         (elmo-folder-clear): Define.
3139
3140         * elmo-map.el (elmo-folder-clear): Define.
3141
3142         * elmo-version.el (elmo-version): Up to 2.7.1.
3143
3144 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * elmo.el (elmo-folder-synchronize): Return list of nil when no
3147         updates.
3148
3149 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
3150
3151         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
3152         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
3153
3154 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
3155
3156         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
3157
3158         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
3159         and re-written.
3160
3161         * elmo-imap4.el (elmo-folder-initialize): Use
3162         elmo-get-network-stream-type.
3163
3164         * elmo-nntp.el (elmo-folder-initialize): Ditto.
3165
3166         * elmo-pop3.el (elmo-folder-initialize): Ditto.
3167
3168 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * elmo.el (elmo-message-encache): Set unread argument for
3171         elmo-message-fetch.
3172
3173         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
3174
3175         * elmo.el (elmo-net-port-info): New method.
3176
3177         * elmo-shimbun.el (elmo-net-port-info): Define.
3178         (elmo-message-encache): Ditto.
3179
3180         * elmo-net.el (elmo-net-port-info): Define as method.
3181
3182         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
3183         unplugged status when elmo-enable-disconnected-operation is t.
3184
3185         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
3186         of spool folder before checking new number.
3187
3188 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
3189
3190         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
3191         (elmo-network-setup-session): Ditto.
3192         (elmo-message-fetch-plugged): Ditto.
3193         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
3194         (elmo-network-initialize-session): Ditto.
3195         (elmo-pop3-read-response): Abolish 3rd argument.
3196         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
3197         (elmo-pop3-read-contents): Ditto.
3198         (elmo-pop3-read-body): Ditto.
3199         (elmo-folder-status): Call elmo-folder-close.
3200         (elmo-pop3-lock): Abolish.
3201         (elmo-pop3-unlock): Ditto.
3202         (elmo-pop3-locked-p): Ditto.
3203         (elmo-folder-check): Don't call elmo-pop3-locked-p.
3204
3205 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
3206
3207         * elmo-version.el (elmo-version): Up to 2.7.0.
3208
3209         * elmo-pop3.el (elmo-pop3-debug): New variable.
3210         (elmo-pop3-debug-inhibit-logging): Ditto.
3211         (elmo-pop3-debug): New function.
3212         (elmo-pop3-send-command): Call elmo-pop3-debug.
3213         (elmo-pop3-read-response): Added keep-lock optional argument;
3214         Don't unlock if keep-lock is non-nil.
3215         (elmo-pop3-process-filter): Call elmo-pop3-debug.
3216         (elmo-network-authenticate-session): Bind
3217         elmo-pop3-debug-inhibit-logging as t.
3218         (elmo-network-setup-session): Call elmo-pop3-read-response with
3219         keep-lock argument.
3220         (elmo-pop3-read-msg): Ditto.
3221         (elmo-pop3-locked-p): Call elmo-pop3-debug.
3222         (elmo-pop3-read-body): Call elmo-pop3-unlock.
3223         (elmo-network-initialize-session): Call elmo-pop3-lock.
3224         (elmo-folder-close-internal): Don't clear location-alist slot.
3225         (elmo-folder-check): Clear location-alist slot.
3226
3227 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
3230         (elmo-pop3-send-command): Call elmo-pop3-lock.
3231         (elmo-pop3-read-response): Call elmo-pop3-unlock.
3232         (elmo-pop3-read-contents): Ditto.
3233         (elmo-pop3-lock): New function.
3234         (elmo-pop3-unlock): Ditto.
3235         (elmo-pop3-locked-p): Ditto.
3236         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
3237         returns t.
3238
3239 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
3240
3241         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
3242
3243         * elmo-util.el (elmo-file-field-primitive-condition-match):
3244         New inline function (Don't fetch file content if "first" or "last").
3245         (elmo-file-field-condition-match): Use
3246         elmo-file-field-primitive-condition-match.
3247
3248         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
3249         "first".
3250
3251         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
3252         (elmo-message-fetch-plugged): Fixed.
3253
3254         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
3255
3256 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
3257
3258         * elmo.el (elmo-folder-move-messages): Bind
3259         elmo-inhibit-display-retrieval-progress as t while moving messages.
3260
3261         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
3262         New variable.
3263         (elmo-inhibit-display-retrieval-progress): Ditto.
3264
3265         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
3266         for retrieval progress;
3267         Don't display progress when total buffer size is smaller than
3268         elmo-display-retrieval-progress-threshold.
3269         (elmo-message-fetch-plugged): Don't display progress when
3270         elmo-inhibit-display-retrieval-progress is non-nil.
3271
3272         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
3273         for retrieval progress;
3274         Don't display progress when literal size is smaller than
3275         elmo-display-retrieval-progress-threshold.
3276         (elmo-imap4-message-fetch): Don't display progress when
3277         elmo-inhibit-display-retrieval-progress is non-nil.
3278
3279 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
3282         (elmo-imap4-find-next-line): Display progress whille literal fetching.
3283         (elmo-imap4-message-fetch): Likewise.
3284
3285         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
3286         (elmo-shimbun-index-range-alist): Ditto.
3287         (elmo-shimbun-use-entire-index): Abolish.
3288         (shimbun-mua-use-entire-index): Ditto.
3289         (elmo-shimbun-folder): Added new slot `range'.
3290         (elmo-folder-initialize): Setup slot `range'.
3291
3292 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
3295         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
3296         (elmo-shimbun-get-headers): Use return value of
3297         `shimbun-article-expiration-days'.
3298         (elmo-folder-close-internal): Clean up last-check slot.
3299
3300         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
3301         (elmo-pop3-total-size): New variable.
3302         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
3303
3304         * elmo.el (elmo-folder-reserve-status-p): New method.
3305
3306         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
3307         (elmo-shimbun-use-entire-index): New user option.
3308         (shimbun-elmo-mua): New class.
3309         (shimbun-mua-search-id): Define.
3310         (shimbun-mua-use-entire-index): Ditto.
3311         (elmo-shimbun-folder:last-check): New slot.
3312         (elmo-shimbun-headers-cache-header-list): Abolish.
3313         (elmo-shimbun-headers-cache-set-header-list): Ditto.
3314         (elmo-shimbun-headers-cache-header-hash): Ditto.
3315         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
3316         (elmo-shimbun-headers-cache-last-check): Ditto.
3317         (elmo-shimbun-headers-cache-set-last-check): Ditto.
3318         (elmo-shimbun-headers-check-p): Rewrite.
3319         (elmo-shimbun-msgdb-to-headers): New function.
3320         (elmo-shimbun-get-headers): Rewrite.
3321         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
3322         (elmo-folder-open-internal): Get headers only if
3323         `elmo-shimbun-headers-check-p' is non-nil.
3324         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
3325         is non-nil.
3326         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
3327         (elmo-quit): Removed.
3328
3329         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
3330         function.
3331         (elmo-msgdb-overview-entity-set-extra): Ditto.
3332         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
3333
3334         * elmo-map.el (elmo-folder-status): Don't call
3335         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
3336         is non-nil.
3337
3338 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3339
3340         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
3341         of `elmo-msgdb-search-internal-primitive' when condition's car is
3342         `and' or `or'.
3343
3344 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
3345
3346         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
3347
3348 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3349
3350         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
3351         call `elmo-pipe-drain'.
3352
3353 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3354
3355         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
3356         typo. (elmo-cache-folder -> elmo-mark-folder)
3357
3358 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3359
3360         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
3361         `elmo-message-fetch'.
3362
3363 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3364
3365         * elmo-net.el (elmo-message-encache): Fixed typo.
3366         (elmo-message-fetch-unplugged): Changed call
3367         `elmo-message-fetch-internal' without argument `outbuf'.
3368
3369 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * elmo.el (elmo-message-encache): Define as generic function.
3372         (elmo-message-fetch-field): New generic function.
3373         (elmo-message-fetch-with-cache-process): Cause an error when
3374         fetch strategy is 'entire but only 'section cache is available.
3375         (toplevel): Fixed nmz folder definition.
3376
3377         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
3378         (elmo-msgdb-resume-list-filename): Ditto.
3379         (elmo-queue-filename): Ditto.
3380         (elmo-enable-disconnected-operation): Changed default value to t.
3381
3382         * elmo-util.el (elmo-cache-path-section-p): New function.
3383         (elmo-file-cache-get): Use it.
3384         (elmo-dop-queue-filename): Moved from elmo-dop.el.
3385         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
3386         (elmo-dop-queue-save): Ditto.
3387
3388         * elmo-net.el (elmo-folder-status-unplugged): Call
3389         elmo-folder-status-dop.
3390         (elmo-folder-list-messages-unplugged): Implemented.
3391         (elmo-folder-delete-messages-unplugged): Define.
3392         (elmo-folder-msgdb-create): Define.
3393         (elmo-folder-msgdb-create-unplugged): Define.
3394         (elmo-folder-mark-as-read-unplugged): Ditto.
3395         (elmo-folder-unmark-read-unplugged): Ditto.
3396         (elmo-folder-mark-as-important-unplugged): Ditto.
3397         (elmo-folder-unmark-important-unplugged): Ditto.
3398         (elmo-message-encache): Ditto.
3399
3400         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
3401         (elmo-dop-queue-save): Ditto.
3402
3403         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
3404         `elmo-folder-msgdb-create'.
3405         (elmo-folder-append-buffer): Implemented unplugged operation.
3406         (elmo-folder-append-messages): Call parent method in unplugged status.
3407         (elmo-message-fetch-unplugged): Removed definition.
3408         (elmo-message-fetch-field): Implemented.
3409
3410         * elmo-dop.el (toplevel): Require 'elmo-localdir.
3411         (elmo-dop-folder): Removed variable definition.
3412         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
3413         (elmo-dop-queue-flush): Implemented.
3414         (elmo-dop-queue-merge): Removed definition (TODO).
3415         (elmo-dop-spool-folder): New function.
3416         (elmo-dop-spool-folder-append-buffer): Ditto.
3417         (elmo-dop-spool-folder-list-messages): Ditto.
3418         (elmo-dop-list-deleting-messages): Ditto.
3419         (elmo-folder-append-buffer-dop): Ditto.
3420         (elmo-folder-delete-messages-dop): Ditto.
3421         (elmo-message-encache-dop): New inline function.
3422         (elmo-create-folder-dop): Ditto.
3423         (elmo-folder-mark-as-read-dop): Ditto.
3424         (elmo-folder-unmark-read-dop): Ditto.
3425         (elmo-folder-mark-as-important-dop): Ditto.
3426         (elmo-folder-unmark-important-dop): Ditto.
3427         (elmo-folder-status-dop): Fixed.
3428         (elmo-folder-append-buffer-dop-delayed): New function.
3429         (elmo-folder-delete-messages-dop-delayed): Ditto.
3430         (elmo-dop-msgdb): Ditto.
3431
3432 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
3435
3436 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3437
3438         * elmo.el (elmo-folder-move-messages): Fixed problem when
3439         `dst-folder' is 'null.
3440
3441 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3442
3443         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
3444         instead of current mark.
3445
3446         * elmo-multi.el (elmo-folder-list-importants-internal): No
3447         operation if importants is not list.
3448
3449         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
3450         Return t if importants is not list.
3451
3452         * elmo-map.el (elmo-map-folder-list-importants): Define.
3453         (elmo-folder-list-importants-internal): Check return value of
3454         `elmo-map-folder-list-importants-internal'.
3455
3456         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
3457
3458         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
3459
3460         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
3461
3462         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
3463
3464 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
3467         (Patch is provided by <kita@coe.nttdata.co.jp>).
3468
3469 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3470
3471         * elmo.el (elmo-folder-synchronize): Don't check important mark in
3472         mark folder.
3473
3474 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3475
3476         * elmo.el (elmo-message-fetch): Define.
3477         (elmo-message-fetch-with-cache-process): New generic method.
3478         (elmo-message-fetch-internal): New generic method.
3479         (elmo-folder-synchronize):
3480
3481         * elmo-archive.el (elmo-message-fetch-internal): Define.
3482         (elmo-message-fetch): Eliminated.
3483
3484         * elmo-localdir.el (elmo-message-fetch-internal): Define.
3485         (elmo-message-fetch): Eliminated.
3486
3487         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
3488         argument OUTBUF.
3489         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
3490
3491         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
3492         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
3493
3494         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
3495         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
3496
3497         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
3498
3499         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
3500
3501         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
3502
3503         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
3504         (elmo-message-fetch-unplugged): New generic method.
3505         (elmo-message-fetch-internal): Remove cache process (Renamed from
3506         `elmo-message-fetch').
3507
3508         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
3509         (elmo-message-fetch): Eliminated.
3510         (elmo-message-fetch-unplugged): Ditto.
3511
3512         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
3513
3514 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3515
3516         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
3517         of `to-be-deleted' from number-alist to number-list.
3518
3519 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3520
3521         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
3522         (elmo-folder-mark-as-important): Ditto.
3523
3524 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
3525
3526         * elmo.el (elmo-folder): Added process-duplicates slot.
3527
3528         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
3529         (elmo-folder-unmark-read): Ditto.
3530         (elmo-folder-unmark-important): Ditto.
3531         (elmo-folder-mark-as-important): Ditto.
3532
3533         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
3534         duplicated message processing.
3535
3536         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
3537
3538 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3539
3540         * elmo-util.el (elmo-list-subdirectories-1): New function.
3541         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
3542         (elmo-mapcar-list-of-list): New function.
3543
3544         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
3545         `elmo-mapcar-list-of-list' instead of `mapcar'.
3546
3547         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
3548
3549         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
3550         `elmo-have-link-count'. Return the fully qualified folder name.
3551
3552 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3553
3554         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
3555         (elmo-shimbun-headers-cache): New internal variable.
3556         (elmo-shimbun-headers-cache-header-list): New inline function.
3557         (elmo-shimbun-headers-cache-set-header-list): Ditto.
3558         (elmo-shimbun-headers-cache-header-hash): Ditto.
3559         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
3560         (elmo-shimbun-headers-cache-last-check): Ditto.
3561         (elmo-shimbun-headers-cache-set-last-check): Ditto.
3562         (elmo-shimbun-lapse-seconds): Ditto.
3563         (elmo-shimbun-headers-cache-check-p): Ditto.
3564         (elmo-shimbun-get-headers): New function.
3565         (elmo-folder-open-internal): Call it.
3566         (elmo-quit): Define (Clear headers-cache).
3567
3568 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
3569
3570         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
3571
3572         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
3573         (elmo-msgdb-flist-save): Ditto.
3574
3575         * elmo-shimbun.el (elmo-folder-list-subfolders):
3576         Use `shimbun-groups' instead of `shimbun-groups-internal'.
3577         (elmo-folder-exists-p): Ditto.
3578
3579         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
3580         argument for `shimbun-header-insert'.
3581
3582 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
3585         at first time.
3586
3587         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
3588         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
3589
3590 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
3593         (elmo-folder-plugged-p): Define.
3594         (elmo-folder-set-plugged): Ditto.
3595         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
3596         (elmo-folder-list-messages-internal): Return t if unplugged.
3597         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
3598
3599         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
3600         when elmo-folder-list-messages-internal method of children returns t.
3601
3602         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
3603         pair is nil.
3604         (elmo-folder-open-internal): Don't update if unplugged status.
3605
3606 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
3609         new message.
3610
3611 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * elmo-util.el (elmo-file-cache-save): Ignore errors.
3614
3615         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
3616         saving.
3617
3618 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
3619
3620         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
3621
3622         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
3623         (elmo-folder-open-internal): Set up headers slot.
3624         (elmo-folder-check): Call elmo-folder-close-internal and
3625         elmo-folder-open-internal.
3626         (elmo-folder-close-internal): Clean up headers slot.
3627
3628 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3629
3630         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
3631         exactly folder list.
3632         (elmo-folder-append-messages): Fixed append archive with prefix.
3633
3634         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
3635         make temp files with start-number.
3636
3637         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
3638
3639 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3640
3641         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
3642         argument `visible-only'.
3643         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
3644         instead of `if'.
3645
3646         * elmo-pop3.el (elmo-folder-open-internal): Check
3647         `elmo-inhibit-number-mapping' is non-nil.
3648
3649         * elmo-pipe.el (elmo-folder-status): Fixed.
3650
3651 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * elmo.el (elmo-dop-queue-flush): Added autload setting.
3654
3655         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
3656         (elmo-folder-open-internal): Setup `header-hash' slot.
3657         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
3658         information.
3659         (elmo-map-message-fetch): Ditto.
3660
3661 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
3662
3663         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
3664         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
3665         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
3666         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
3667
3668         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
3669
3670 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
3671
3672         * sb-airs.el: Added footer.
3673
3674         * shimbun.el (shimbun-article): Define as luna-method.
3675
3676         * sb-tcup.el: New file.
3677
3678         * sb-airs.el (toplevel): Require 'sb-mhonarc.
3679         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
3680
3681 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3682
3683         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
3684         (shimbun-get-headers): Ditto.
3685
3686         * elmo.el: Moved obsolete variable definitions from
3687         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
3688
3689         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
3690         groups.
3691
3692         * shimbun.el: New file.
3693
3694         * elmo-shimbun.el: New file.
3695
3696         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
3697         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
3698         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
3699         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
3700
3701 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
3702
3703         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
3704         hierarchy is t.
3705
3706 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
3707
3708         * elmo.el (elmo-folder-msgdb): Define as macro.
3709         (elmo-folder-open): Added argument `load-msgdb'.
3710         (elmo-generic-folder-open): Ditto.
3711         (elmo-folder-encache): New function.
3712
3713         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
3714
3715         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
3716
3717         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
3718         Eliminated argument FOLDER and added argument MSGDB.
3719         (elmo-dop-queue-load): Moved from elmo-dop.el.
3720         (elmo-dop-queue-save): Ditto.
3721
3722         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
3723
3724         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
3725
3726         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
3727         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
3728         (elmo-filter-folder-list-importants-internal): Ditto.
3729
3730         * elmo-map.el (elmo-folder-pack-number): Ditto.
3731
3732         * elmo-mime.el (elmo-mime-message-display): Ditto.
3733
3734         * elmo.el (elmo-generic-folder-commit): Ditto.
3735         (elmo-folder-list-unreads): Ditto.
3736         (elmo-folder-list-importants): Ditto.
3737         (elmo-generic-folder-commit): Ditto.
3738         (elmo-message-set-mark): Ditto.
3739         (elmo-generic-folder-append-msgdb): Ditto.
3740         (elmo-folder-synchronize): Ditto.
3741         (elmo-folder-messages): Ditto.
3742         (elmo-init): Call elmo-dop-queue-load.
3743         (elmo-folder-list-messages): Ditto.
3744
3745         * elmo-nntp.el (elmo-folder-update-number): Ditto.
3746         (elmo-nntp-folder-process-crosspost): Ditto.
3747         (elmo-folder-list-unreads-internal): Ditto.
3748
3749         * elmo-dop.el: Removed old functions.
3750
3751 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
3754         `folder' to `msgdb'.
3755
3756 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
3759         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
3760
3761         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
3762         case-fold-search.
3763
3764 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
3767         defined.
3768
3769         * mmimap.el (toplevel): Require 'mime-parse and 'static.
3770         (mmimap-parse-parameters-from-list): Define as alias for
3771         `mime-decode-parameter-plist' if it is defined as function.
3772         (mmimap-make-mime-entity): Added argument `number'.
3773         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
3774         as 0.
3775         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
3776
3777         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
3778
3779         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
3780
3781         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
3782
3783 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
3784
3785         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
3786
3787         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
3788         when elmo-imap4-default-authenticate-type is nil.
3789         (elmo-folder-list-subfolders): Ditto
3790         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
3791         (elmo-imap4-fetch-callback-1-subr): Renamed from
3792         `elmo-imap4-fetch-callback-1' and define as inline function.
3793         (elmo-imap4-fetch-callback-1):
3794         Renamed from `elmo-imap4-fetch-callback'.
3795         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
3796
3797         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
3798         msgdb path (To keep compatibility with main trunk).
3799
3800         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
3801
3802         * elmo-util.el (elmo-make-file-cache): Moved position of
3803         some macros.
3804
3805         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
3806         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
3807         instead of `elmo-pop3-inhibit-uidl'.
3808         (elmo-folder-exists-p): Ditto.
3809         (elmo-pop3-folder-list-messages): Ditto.
3810
3811         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
3812         instead of `elmo-pop3-inhibit-uidl'.
3813         (elmo-folder-status): Ditto.
3814
3815         * elmo-dop.el (elmo-dop-folder): New variable.
3816         (elmo-dop-lock-message): Eliminated.
3817         (elmo-dop-unlock-message): Ditto.
3818         (elmo-dop-lock-list-load): Ditto.
3819         (elmo-dop-lock-list-save): Ditto.
3820         (elmo-dop-delete-folder): Ditto.
3821         (elmo-dop-rename-folder): Ditto.
3822
3823         * elmo.el: Removed incomplete commentary.
3824
3825 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3826
3827         * elmo.el (toplevel): Require 'elmo-version first;
3828         for little `recursive-load-depth' settings.
3829         Fix "ends here" comment.
3830
3831 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * elmo-util.el (toplevel): Require 'poem;
3834         Some functions are moved from elmo-cache.el.
3835
3836         * elmo-net.el (toplevel): Require 'elmo-cache.
3837
3838         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
3839
3840         * elmo.el (toplevel): Ditto.
3841
3842         * elmo-cache.el: Rewrite with luna;
3843         Some functions are moved to elmo-util.el.
3844
3845         * elmo-internal.el (elmo-internal-folder-list): New variable.
3846         (elmo-internal-folder-initialize): Rewrite.
3847         (elmo-folder-list-subfolders): Ditto.
3848
3849         * elmo-cache.el (elmo-cache-search-all): Eliminated.
3850         (elmo-cache-collect-sub-directories): Ditto.
3851
3852 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * elmo-version.el (elmo-version): Up to 2.5.8.
3855
3856         * elmo.el (elmo-folder-list-messages-mark-match): New function.
3857
3858         * elmo-util.el (elmo-list-insert): New function.
3859
3860 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * elmo.el (elmo-init): New function.
3863         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
3864
3865         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
3866         (Renamed from `elmo-localdir-header-chop-length').
3867
3868         * elmo-pop3.el (elmo-pop3-use-cache,
3869         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
3870
3871         * elmo-nntp.el (elmo-message-fetch): Define.
3872         (elmo-message-fetch-unplugged): Ditto.
3873         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
3874         (elmo-nntp-use-cache): Ditto.
3875         (elmo-nntp-max-number-precedes-list-active): Ditto.
3876
3877         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
3878
3879         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
3880         `elmo-msgdb-insert-file-header'.
3881         Use `elmo-msgdb-file-header-chop-length'.
3882
3883         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
3884         `elmo-vars.el'.
3885
3886         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
3887         (elmo-cache-msgdb-create-overview-entity-from-file): Use
3888         `elmo-msgdb-insert-file-header'.
3889
3890         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
3891         Use new variable;
3892         Define obsolete variables with `elmo-define-obsolete-variable',
3893
3894         * elmo-util.el (elmo-warning-buffer-name): New constant.
3895         (elmo-warning): New function.
3896         (elmo-obsolete-variable-alist): New variable.
3897         (elmo-obsolete-variable-show-warnings): New variable.
3898         (elmo-define-obsolete-variable): New function.
3899         (elmo-resque-obsolete-variable): Ditto.
3900         (elmo-resque-obsolete-variables): Ditto.
3901
3902 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3903
3904         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
3905         Eliminated.
3906
3907         * elmo-pop3.el, elmo-nntp.el: Use custom.
3908
3909 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3910
3911         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
3912         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
3913
3914 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * Luna-fy Kenichi OKADA's following changes.
3917         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
3918         `nohide'.
3919         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
3920
3921 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
3922
3923         * elmo-util.el (elmo-display-progress): Prefer
3924         `progress-feedback-with-label' to `lprogress-display'.
3925
3926 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3927
3928         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
3929
3930 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
3931
3932         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
3933         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
3934         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
3935         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
3936         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
3937         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
3938         * elmo-archive.el (elmo-archive-list-folder): Ditto.
3939         * elmo-filter.el (elmo-filter-list-folder): Ditto.
3940         * elmo-internal.el (elmo-internal-list-folder): Ditto.
3941         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
3942         * elmo-multi.el (elmo-multi-list-folder): Ditto.
3943         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
3944         * elmo-dop.el (elmo-dop-list-folder): Ditto.
3945
3946 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
3947
3948         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
3949         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
3950
3951 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * elmo.el (elmo-folder-process-crosspost): New generic method.
3954         (elmo-folder-writable-p): Ditto.
3955         (elmo-folder-message-appendable-p): Eliminated.
3956         (elmo-generic-folder-append-msgdb): Rewrite.
3957         (elmo-newsgroups-hashtb): New internal variable.
3958         (elmo-crosspost-message-set): Eliminated.
3959         (elmo-crosspost-message-delete): Ditto.
3960         (elmo-setup-subscribed-newsgroups): New function.
3961         (elmo-crosspost-message-alist-modified): New internal variable.
3962         (elmo-crosspost-message-alist-load): New function (Renamed from
3963         `wl-crosspost-alist-load').
3964         (elmo-crosspost-message-alist-save): Ditto (Renamed from
3965         `wl-crosspost-alist-save').
3966
3967         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
3968
3969         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
3970         `unreads'.
3971         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
3972         elmo-newsgroups-hashtb).
3973         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
3974         `elmo-nntp-folder-update-crosspost-message-alist'.
3975         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
3976         `elmo-nntp-groups-hashtb'.
3977         (elmo-nntp-make-groups-hashtb): Eliminated.
3978         (elmo-nntp-parse-newsgroups): New function (Renamed from
3979         `wl-parse-newsgroups').
3980         (elmo-folder-creatable-p, elmo-folder-writable-p,
3981         elmo-folder-close-internal, elmo-folder-mark-as-read,
3982         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
3983         Define.
3984         (elmo-nntp-folder-update-crosspost-message-alist): New function.
3985
3986         * elmo-net.el (elmo-message-fetch): Check buffer size.
3987
3988         * elmo-multi.el (elmo-multi-split-number-alist): New function.
3989
3990         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
3991
3992         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
3993         before `close' command.
3994
3995         * elmo.el (elmo-folder-list-unreads-internal): Added argument
3996         `mark-alist' (All other related portions are changed).
3997
3998 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * elmo-util.el (elmo-create-hash-size): Eliminated.
4001         (elmo-make-hash) Make a hash with `one less than a power of two'
4002         length.
4003
4004         * elmo-vars.el (elmo-hash-minimum-size): New variable.
4005         (elmo-hash-maximum-size): Changed value.
4006
4007 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
4010         (elmo-mime-message-display-as-is): Ditto.
4011
4012 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
4013
4014         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
4015         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
4016
4017 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
4018
4019         * elmo-mark.el: New file.
4020
4021         * elmo-internal.el: Rewrite (Almost empty).
4022
4023 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
4024
4025         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
4026         (mime-imap-entity-header-string): Ditto.
4027         (mmimap-entity-section): Rewrite.
4028
4029 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4030
4031         * elmo-nmz.el: New file.
4032
4033         * elmo-pipe.el: Rewrite with luna.
4034
4035 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
4036
4037         * elmo-archive.el: Rewrite with luna.
4038
4039         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
4040         (elmo-folder-list-importants-internal): Ditto.
4041
4042 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * elmo-archive.el (elmo-archive-version): Abolish.
4045         (toplevel) Removed `boso' comment.
4046
4047 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
4050         elmo-msgdb-add-msgs-to-seen-list-subr;
4051         Changed argument seen-marks to unread-marks.
4052
4053         * elmo-nntp.el: Rewrite with luna.
4054
4055 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
4056
4057         * elmo-filter.el: Rewrite with luna.
4058
4059 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
4060
4061         * elmo-pop3.el: Rewrite with luna.
4062
4063 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * elmo-multi.el: Rewrite with luna.
4066
4067         * elmo-vars.el (elmo-use-killed-list): Abolish.
4068         All other related portions are changed.
4069         (elmo-filename-replace-string-alist): Renamed from
4070         elmo-msgid-replace-string-alist.
4071
4072 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
4075
4076         * elmo-map.el: New file.
4077         * elmo-maildir.el: Rewrite with luna.
4078
4079 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * elmo.el: Changed meaning of `elmo-folder-commit'.
4082         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
4083
4084 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * elmo.el (elmo-folder-append-buffer): New function.
4087         (Renamed from `elmo-append-msg')
4088
4089 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * elmo-mime.el: New file.
4092
4093 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
4094
4095         * elmo-cache.el: Rewrite.
4096
4097 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
4100
4101 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4102
4103         * elmo-vars.el (elmo): New group.
4104         (elmo-strict-diff-folder-regexp): New variable.
4105
4106         * elmo-util.el (elmo-call-func): Abolish.
4107         (elmo-folder-get-type): Ditto.
4108         (elmo-*-get-spec): Ditto.
4109         (elmo-*-spec-*): Ditto.
4110         (elmo-imap4-identical-name-space-p): Ditto.
4111         (elmo-folder-identical-system-p): Ditto.
4112         (elmo-folder-direct-copy-alist): Ditto.
4113         (elmo-folder-direct-copy-p): Ditto.
4114
4115         * elmo-pipe.el (elmo-pipe-folder): New luna class.
4116         (elmo-folder-initialize): Define.
4117         (elmo-folder-get-primitive-list): Ditto.
4118
4119         * elmo-nntp.el (elmo-nntp-folder): New luna class.
4120         (elmo-folder-initialize): Define.
4121         Renamed `elmo-network-session-host-internal' to
4122         `elmo-network-session-server-internal'.
4123
4124         * elmo-multi.el (elmo-multi-folder): New luna class.
4125         (elmo-folder-initialize): Define.
4126         (elmo-folder-get-primitive-list): Ditto.
4127         (elmo-folder-contains-type): Ditto.
4128         (elmo-message-use-cache-p): Ditto.
4129
4130         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
4131         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
4132
4133         * elmo-maildir.el (elmo-maildir-folder): New luna class.
4134         (elmo-folder-initialize): Define.
4135
4136         * elmo-filter.el (elmo-filter-folder): New luna class.
4137         (elmo-folder-initialize): Define.
4138         (elmo-folder-get-primitive-list): Ditto.
4139         (elmo-folder-contains-type): Ditto.
4140
4141 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * elmo-imap4.el: Rewrite with luna.
4144
4145         * mmimap.el: New file.
4146
4147         * mmelmo.el, mmelmo-imap4.el: Removed.
4148
4149         * elmo-net.el: Ditto.
4150
4151         * elmo-pop3.el (elmo-pop3-folder): New luna class.
4152         (elmo-folder-initialize): Define.
4153
4154         * elmo-archive.el (elmo-archive-folder): New luna class.
4155         (elmo-folder-initialize): Define.
4156
4157         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
4158         `elmo-folder-msgdb-path'.
4159         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
4160         `elmo-make-folder'.
4161
4162 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
4163
4164         * elmo.el: New file.
4165
4166         * elmo2.el: Renamed to elmo.el.
4167
4168 \f
4169 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
4170
4171         * elmo-cache.el (elmo-cache-expire-by-size): Count
4172         a disk usage for a cache file entry in KB even when
4173         its kind is a directory.
4174
4175 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
4176
4177         * elmo-version.el (elmo-version): Up to 2.5.7.
4178
4179 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4180
4181         * elmo-version.el (elmo-version): Up to 2.5.6.
4182
4183 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * elmo-version.el (elmo-version): Up to 2.5.5.
4186
4187 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * elmo-imap4.el (elmo-network-authenticate-session):
4190         Fixed a logic for response checking.
4191
4192 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
4193
4194         * elmo-net.el: Add autoload settings for `starttls-negotiate',
4195         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
4196         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
4197         `sasl-mechanisms'.
4198
4199         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
4200         for `starttls-open-stream' and `starttls-negotiate'.
4201
4202         * elmo-nntp.el: Remove autoload settings for
4203         `starttls-open-stream' and `starttls-negotiate'.
4204
4205         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
4206         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
4207         `luna-define-class' with `eval-and-compile'.
4208
4209 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
4210
4211         * elmo-util.el (elmo-read-search-condition-internal):
4212         Require an element of table for searching field.
4213
4214 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * elmo-version.el (elmo-version): Up to 2.5.4.
4217
4218 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
4219
4220         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
4221
4222 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
4223
4224         * elmo-nntp.el (elmo-network-initialize-session): omitted.
4225
4226 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
4227
4228         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
4229         before greeting.
4230
4231 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * elmo-imap4.el (elmo-imap4-delete-folder):
4234         Send "close" before "delete" (Use commented out line).
4235         (elmo-imap4-rename-folder): Ditto.
4236
4237         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
4238         folder string itself.
4239         (elmo-dop-list-deleted): New function.
4240         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
4241         killed.
4242
4243         * elmo-util.el (elmo-string-rassoc-all): New function.
4244
4245 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * elmo-version.el (elmo-version): Up to 2.5.3.
4248
4249         * elmo-net.el (elmo-network-get-session): Changed logic for
4250         checking process status.
4251
4252         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
4253         process is nil;
4254         Changed logic for checking process status.
4255
4256 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
4257
4258         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
4259         before greeting.
4260         (elmo-network-setup-session): Set UIDL hash size according to
4261         the length of list response.
4262         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
4263         according to the length of list response;
4264         Return the length of list response.
4265         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
4266
4267 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
4268
4269         * elmo-imap4.el (toplevel): Require 'ssl.
4270         Add autoload 'starttls.
4271         * elmo-pop3.el (toplevel): Ditto.
4272         * elmo-nntp.el (toplevel): Ditto.
4273
4274 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4275
4276         * elmo-imap4.el (toplevel): defun at compile time.
4277         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
4278         sasl-next-step, sasl-step-data, sasl-step-set-data.
4279         * elmo-pop3.el (toplevel): Ditto.
4280
4281 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
4284
4285 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
4288         if error.
4289         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
4290         and `elmo-pop-auth-apop'.
4291
4292 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
4295
4296 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4297
4298         * elmo-pop3.el (elmo-network-authenticate-session): Split
4299         encoded response value.
4300
4301 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4302
4303         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
4304         `elmo-pop3-force-login'.
4305         Redefine `sasl-mechanisms'.
4306         * elmo-vars.el (elmo-pop3-force-login): Ditto.
4307
4308 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4309
4310         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
4311         Delete `elmo-imap4-authenticator-alist'.
4312         (elmo-imap4-auth-cram-md5): Delete.
4313         (elmo-imap4-auth-digest-md5): Delete.
4314
4315 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4316
4317         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
4318         (elmo-pop3-auth-scram-md5): Ditto.
4319         (elmo-pop3-auth-cram-md5): Ditto.
4320
4321 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4322
4323         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
4324         Delete `elmo-pop3-authenticator-alist'.
4325
4326 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4327
4328         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
4329         new SASL API.
4330         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
4331
4332 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
4335
4336 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
4339         Fixed problem when `elmo-pop3-use-uidl' is nil.
4340         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
4341
4342 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * elmo-version.el (elmo-version): Up to 2.5.2.
4345
4346 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
4347
4348         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
4349         New function.
4350         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
4351         (elmo-pop3-msgdb-create-as-numlist): Use it.
4352
4353         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
4354         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
4355
4356         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
4357         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
4358
4359 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
4360
4361         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
4362         when elmo-mark-as-read is called with second argument nil.
4363
4364 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
4365
4366         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
4367         Moved to elmo-util.el.
4368
4369         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
4370         Moved from elmo-pipe.el
4371
4372         * elmo-archive.el (elmo-archive-call-process): Enclose with
4373         static-if.
4374
4375         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
4376         "RFC822" (because RFC822.PEEK is obsolete).
4377         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
4378
4379 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
4380
4381         * elmo-archive.el (elmo-archive-call-process): Don't check for
4382         the exit status when Nemacs is running.
4383
4384 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
4385
4386         * elmo-net.el (elmo-network-session-password-key): Don't set default to
4387         'plain.
4388
4389         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
4390         (elmo-pop3-get-spec): Set default of auth to 'user.
4391
4392         * elmo-imap4.el (elmo-imap4-session-check):
4393         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
4394         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
4395         (elmo-imap4-auth-login): New function; Revival.
4396         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
4397         `elmo-imap4-auth-login'.
4398
4399 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4400
4401         * elmo2.el (toplevel): Move `product-provide' declare.
4402         * mmelmo.el (toplevel): Ditto.
4403
4404 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
4407
4408 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
4409
4410         * elmo-util.el (elmo-folder-get-store-type): New function.
4411         (elmo-folder-direct-copy-p): Use it.
4412
4413 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
4414
4415         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
4416         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
4417         and result of `elmo-imap4-use-flag-p'.
4418         (elmo-imap4-fetch-callback-1): Set mark according to
4419         the result of `elmo-imap4-use-flag-p'.
4420
4421 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
4422
4423         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
4424         (elmo-generic-list-folder-unread): Ditto.
4425         (elmo-folder-get-info): Ditto.
4426         (elmo-folder-set-info-max-by-numdb): Ditto.
4427         (elmo-folder-get-info-max): Ditto.
4428         (elmo-folder-get-info-length): Ditto.
4429         (elmo-folder-get-info-unread): Ditto.
4430         (elmo-folder-info-make-hashtb): Ditto.
4431
4432         * elmo2.el: Removed above functions.
4433
4434 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
4435
4436         * elmo-imap4.el (toplevel): Require 'ssl.
4437         Add autoload 'starttls.
4438         * elmo-pop3.el (toplevel): Ditto.
4439         * elmo-nntp.el (toplevel): Ditto.
4440
4441 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4442
4443         * elmo-imap4.el (toplevel): defun at compile time.
4444         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
4445         sasl-next-step, sasl-step-data, sasl-step-set-data.
4446         * elmo-pop3.el (toplevel): Ditto.
4447
4448 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4449
4450         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
4451
4452 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4453
4454         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
4455         if error.
4456         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
4457         and `elmo-pop-auth-apop'.
4458
4459 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4460
4461         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
4462
4463 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4464
4465         * elmo-pop3.el (elmo-network-authenticate-session): Split
4466         encoded response value.
4467
4468 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4469
4470         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
4471         `elmo-pop3-force-login'.
4472         Redefine `sasl-mechanisms'.
4473         * elmo-vars.el (elmo-pop3-force-login): Ditto.
4474
4475 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4476
4477         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
4478         Delete `elmo-imap4-authenticator-alist'.
4479         (elmo-imap4-auth-cram-md5): Delete.
4480         (elmo-imap4-auth-digest-md5): Delete.
4481
4482 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
4483
4484         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
4485         (elmo-pop3-auth-scram-md5): Ditto.
4486         (elmo-pop3-auth-cram-md5): Ditto.
4487
4488 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
4491         Delete `elmo-pop3-authenticator-alist'.
4492
4493 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4494
4495         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
4496         new SASL API.
4497         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
4498
4499 \f
4500 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
4503
4504 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * elmo-nntp.el (elmo-nntp-get-folders-info):
4507         Fixed problem when '\' character is contained in user-id.
4508         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
4509
4510 \f
4511 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4512
4513         * elmo-imap4.el (elmo-imap4-delete-folder):
4514         Send "close" before "delete" (Use commented out line).
4515         (elmo-imap4-rename-folder): Ditto.
4516
4517         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
4518         folder string itself.
4519         (elmo-dop-list-deleted): New function.
4520         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
4521         killed.
4522
4523         * elmo-util.el (elmo-string-rassoc-all): New function.
4524
4525         * elmo-version.el (elmo-version): Up to 2.5.1.
4526
4527 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
4530
4531         * elmo-internal.el (elmo-internal-search): Fix last change.
4532
4533 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4534
4535         * elmo-internal.el (elmo-internal-search): Rewrite.
4536         (Fixed problem which is pointed out by Akihiro MOTOKI
4537         <motoki@da.jp.nec.com>)
4538
4539         * elmo-version.el (elmo-version): Up to 2.5.0.
4540
4541 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
4542
4543         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
4544
4545 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
4546
4547         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
4548         non-nil, make hierarchy.
4549
4550 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
4551
4552         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
4553         `elmo-pop3-use-uidl' must be bound to nil.
4554         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
4555
4556 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
4557
4558         * elmo-util.el (elmo-copy-file): Don't cause an error after
4559         `add-name-to-file' failed.
4560
4561         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
4562         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
4563
4564 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4565
4566         * elmo-version.el (elmo-version): Up to 2.3.93.
4567
4568 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4569
4570         * elmo-util.el (elmo-flatten): New function.
4571
4572 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4573
4574         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
4575         sync Author header.
4576         * elmo-cache.el (toplevel): Ditto.
4577         * elmo-database.el (toplevel): Ditto.
4578         * elmo-date.el (toplevel): Ditto.
4579         * elmo-dop.el (toplevel): Ditto.
4580         * elmo-filter.el (toplevel): Ditto.
4581         * elmo-imap4.el (toplevel): Ditto.
4582         * elmo-internal.el (toplevel): Ditto.
4583         * elmo-localdir.el (toplevel): Ditto.
4584         * elmo-localnews.el (toplevel): Ditto.
4585         * elmo-maildir.el (toplevel): Ditto.
4586         * elmo-msgdb.el (toplevel): Ditto.
4587         * elmo-multi.el (toplevel): Ditto.
4588         * elmo-net.el (toplevel): Ditto.
4589         * elmo-nntp.el (toplevel): Ditto.
4590         * elmo-pipe.el (toplevel): Ditto.
4591         * elmo-pop3.el (toplevel): Ditto.
4592         * elmo-util.el (toplevel): Ditto.
4593         * elmo-vars.el (toplevel): Ditto.
4594         * elmo2.el (toplevel): Ditto.
4595         * mmelmo-imap4.el (toplevel): Ditto.
4596         * mmelmo.el (toplevel): Ditto.
4597
4598         * elmo-version.el (elmo-version): Move to top.
4599
4600         * elmo-cache.el (toplevel): Fixed multiple Author header format.
4601         * elmo-imap4.el (toplevel): Ditto.
4602         * elmo-localdir.el (toplevel): Ditto.
4603         * elmo-msgdb.el (toplevel): Ditto.
4604         * elmo-nntp.el (toplevel): Ditto.
4605         * elmo-pop3.el (toplevel): Ditto.
4606         * elmo-version.el (toplevel): Ditto.
4607
4608         * elmo-localnews.el (toplevel): Added Keyword header.
4609
4610 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4611
4612         * elmo-version.el (product-version-as-string): Defined using
4613         `defun-maybe'.
4614         (toplevel): Use it.
4615
4616         * elmo-localdir.el (toplevel): Updated copyright notice.
4617         * elmo-version.el (toplevel): Ditto.
4618         * elmo-msgdb.el (toplevel): Ditto.
4619         * elmo-imap4.el (toplevel): Ditto.
4620         * elmo-nntp.el (toplevel): Ditto.
4621         * elmo-pop3.el (toplevel): Ditto.
4622
4623 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
4626         messages.
4627
4628         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
4629         parameter value (It sometimes contains raw kanji).
4630
4631 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
4632
4633         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
4634         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
4635
4636 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * elmo-imap4.el (elmo-network-initialize-session): Fix.
4639
4640 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
4641
4642         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
4643         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
4644
4645 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4646
4647         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
4648         value if selecting folder succceeded.
4649         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
4650
4651 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4652
4653         * elmo-util.el (elmo-make-directory): Fixed permission lateral
4654         representation.
4655
4656         * elmo-util.el (elmo-string-matched-member): New function.
4657
4658 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * elmo-util.el (elmo-unintern): New macro.
4661         (elmo-number-set-member): Fixed docstring.
4662
4663         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
4664         tag token.
4665
4666 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
4667
4668         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
4669         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
4670
4671 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
4674         `no-error'.
4675         Added docstring.
4676         Return non-nil if selecting folder succeeded.
4677         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
4678
4679 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
4680
4681         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
4682         `file-name-completion' returns t.
4683         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
4684         (elmo-maildir-set-mark): Put `info' part to the files in the cur
4685         directory if it does not exist.
4686         (elmo-maildir-update-current): Use `while' instead of `mapcar'
4687         for iteration.
4688
4689 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
4690
4691         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
4692         enclosure (It's harmful in unplugged status).
4693
4694         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
4695
4696         * mmelmo-1.el: Removed.
4697
4698         * mmelmo-2.el: Ditto.
4699
4700         * mmelmo-imap4-1.el: Ditto.
4701
4702         * mmelmo-imap4-2.el: Ditto.
4703
4704         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
4705
4706         * mmelmo.el: Merged mmelmo-2.el.
4707
4708         * elmo-version.el (elmo-version): Up to 2.3.92.
4709
4710 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4711
4712         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
4713         elmo-update-number): Remove last period in "...done." message.
4714         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4715         Ditto.
4716         * elmo-cache.el (elmo-cache-expire-by-size,
4717         elmo-cache-get-sorted-cache-file-list,
4718         elmo-cache-msgdb-create-as-numlist): Ditto.
4719         * elmo-dop.el (elmo-dop-save-pending-messages,
4720         (elmo-dop-flush-pending-append-operations): Ditto.
4721         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
4722         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
4723         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
4724         (elmo-localdir-pack-number): Ditto.
4725         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
4726         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
4727         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
4728         mime-write-entity-content): Ditto.
4729         * pldap.el (ldap-search-basic): Ditto.
4730
4731 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4732
4733         * elmo-version.el (elmo-version): Up to 2.3.91.
4734
4735         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
4736         Only when filter is 'last'.
4737
4738         * elmo-util.el (elmo-condition-atom-regexp): New constant.
4739         (elmo-condition-parse-search-value): Use it.
4740         (elmo-read-search-condition-internal): Quote value only when
4741         it is not an atom.
4742
4743 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4744
4745         * elmo2.el (elmo-generic-folder-diff): Fix.
4746
4747 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4748
4749         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
4750         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
4751         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
4752         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
4753         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
4754         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
4755
4756 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
4757
4758         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
4759         extra-fields.
4760
4761 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * elmo-version.el (elmo-version): Up to 2.3.90.
4764
4765         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
4766         (elmo-imap4-list-folder-important): Ditto.
4767
4768 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
4769
4770         * elmo-nntp.el (elmo-network-initialize-session): Fix.
4771
4772 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
4773
4774         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
4775
4776 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4777
4778         * elmo-nntp.el (elmo-network-initialize-session):
4779         Add starttls negotiation.
4780
4781 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4782
4783         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
4784         response.
4785         (elmo-network-setup-session): Define.
4786         Call `elmo-nntp-send-mode-reader' when session opened.
4787
4788 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
4791
4792 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
4793
4794         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
4795         an invalid SPACE character ahead of `SEARCH' command.  Move
4796         a valid SPACE character following `SEARCH' from conditional
4797         `format' arguments to control-strings.
4798
4799 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
4802         was succeeded.
4803
4804         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
4805
4806 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4807
4808         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
4809         `w32-get-true-file-link-count' as t.
4810
4811         * elmo-imap4.el (elmo-imap4-read): Abolished.
4812         (Renamed to `elmo-read' and moved to elmo-util.el)
4813         All other related portions are changed.
4814
4815         * elmo-util.el (elmo-read): New function.
4816         (elmo-condition-parse-search-value): Use it.
4817
4818 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
4821
4822         * elmo-nntp.el (elmo-nntp-session): Define.
4823         (elmo-nntp-setting): Abolished.
4824         All other related portions are changed.
4825         (elmo-nntp-get-server-command): Changed argument.
4826         (elmo-nntp-set-server-command): Ditto.
4827         (elmo-nntp-xover-p): Ditto.
4828         (elmo-nntp-set-xover): Ditto.
4829         (elmo-nntp-listgroup-p): Ditto.
4830         (elmo-nntp-set-listgroup): Ditto.
4831         (elmo-nntp-list-active-p): Ditto.
4832         (elmo-nntp-set-list-active): Ditto.
4833         (elmo-nntp-xhdr-p): Ditto.
4834         (elmo-nntp-set-xhdr): Ditto.
4835         (elmo-nntp-flush-connection): Abolished.
4836         (elmo-nntp-get-connection): Abolished.
4837         (elmo-nntp-get-session): New function.
4838         (elmo-network-initialize-session): Defined.
4839         (elmo-network-authenticate-session): Ditto.
4840         (elmo-nntp-send-mode-reader): Changed argument.
4841         (elmo-nntp-send-command): Changed argument.
4842         All other related portions are changed.
4843         (elmo-nntp-read-response): Ditto.
4844         (elmo-nntp-read-raw-response): Ditto.
4845         (elmo-nntp-read-contents): Ditto.
4846         (elmo-nntp-read-body): Ditto.
4847         (elmo-nntp-goto-folder): Abolished.
4848         (elmo-nntp-select-group): New function.
4849         All other related portions are changed.
4850         (This function substitutes `elmo-nntp-goto-folder')
4851         (elmo-nntp-msgdb-create-by-header): Rewrite.
4852         (elmo-nntp-get-overview): Eliminated.
4853         (elmo-nntp-get-message): Ditto.
4854         (elmo-nntp-open-connection) Abolished.
4855         (elmo-nntp-read-msg): Rewrite.
4856         (elmo-nntp-post): Ditto.
4857         (elmo-nntp-send-data): Abolished.
4858         (elmo-nntp-send-buffer): New function.
4859         (elmo-nntp-send-data-line): Define as inline function.
4860         (elmo-nntp-get-folders-info-prepare): Use session as key.
4861         (elmo-nntp-groups-read-response): Changed argument.
4862         (elmo-nntp-retrieve-headers): Ditto.
4863         (elmo-nntp-msgdb-create-message): Ditto.
4864
4865         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
4866         when searching by 'since' or 'before'.
4867
4868 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4869
4870         * elmo-version.el (toplevel): Use product-version-as-string for set
4871         verstion-string, if defined.
4872
4873 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
4874
4875         * elmo-util.el: Doc fixes.
4876
4877 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4878
4879         * elmo-archive.el (toplevel): Use product-provide.
4880         * elmo-cache.el (toplevel): Ditto.
4881         * elmo-database.el (toplevel): Ditto.
4882         * elmo-date.el (toplevel): Ditto.
4883         * elmo-dop.el (toplevel): Ditto.
4884         * elmo-filter.el (toplevel): Ditto.
4885         * elmo-imap4.el (toplevel): Ditto.
4886         * elmo-internal.el (toplevel): Ditto.
4887         * elmo-localdir.el (toplevel): Ditto.
4888         * elmo-localnews.el (toplevel): Ditto.
4889         * elmo-maildir.el (toplevel): Ditto.
4890         * elmo-msgdb.el (toplevel): Ditto.
4891         * elmo-multi.el (toplevel): Ditto.
4892         * elmo-net.el (toplevel): Ditto.
4893         * elmo-nntp.el (toplevel): Ditto.
4894         * elmo-pipe.el (toplevel): Ditto.
4895         * elmo-pop3.el (toplevel): Ditto.
4896         * elmo-util.el (toplevel): Ditto.
4897         * elmo-vars.el (toplevel): Ditto.
4898         * elmo2.el (toplevel): Ditto.
4899         * mmelmo-1.el (toplevel): Ditto.
4900         * mmelmo-2.el (toplevel): Ditto.
4901         * mmelmo-imap4-1.el (toplevel): Ditto.
4902         * mmelmo-imap4-2.el (toplevel): Ditto.
4903         * mmelmo-imap4.el (toplevel): Ditto.
4904         * mmelmo.el (toplevel): Ditto.
4905
4906 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
4909         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
4910
4911 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
4914         before splitting.
4915         (elmo-multi-split-number-alist): Ditto.
4916
4917 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4918
4919         * elmo-version.el: New file.  Use product.el.
4920         * elmo2.el: Add (require 'elmo-version).
4921         * elmo-vars.el (elmo-appname, elmo-version): Move to
4922         elmo-version.el
4923
4924 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
4925
4926         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
4927         `elmo-msgdb-expand-path'.
4928         (elmo-msgdb-load): Ditto.
4929         Abolished 2nd argument. If 1st argument is not string, treat as spec.
4930         (elmo-generic-list-folder-unread): Rewrite.
4931         (elmo-generic-list-folder-important): Changed argument.
4932         (elmo-list-folder-unread): Ditto.
4933         (elmo-list-folder-important): Ditto.
4934         (elmo-folder-diff): Rewrite.
4935         (elmo-generic-folder-diff): New function.
4936         (elmo-multi-get-number-alist-list): Abolished
4937         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
4938         (elmo-multi-folder-diff): Moved to elmo-multi.el
4939         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
4940
4941         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
4942         `elmo-msgdb-expand-path'.
4943         (elmo-pop3-msgdb-create-as-numlist): Ditto.
4944         (elmo-pop3-read-msg): Ditto.
4945         (elmo-pop3-delete-msgs): Ditto.
4946         (elmo-pop3-folder-diff): New alias.
4947
4948         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
4949         `elmo-msgdb-expand-path'.
4950         (elmo-pipe-list-folder-unread): Changed arguments.
4951         (elmo-pipe-list-folder-important): Ditto.
4952         (elmo-pipe-folder-diff): New alias.
4953
4954         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
4955         `elmo-msgdb-expand-path'.
4956         (elmo-nntp-max-of-folder): Ditto.
4957         (elmo-nntp-msgdb-create): Ditto.
4958         (elmo-nntp-delete-msgs): Ditto.
4959         (elmo-nntp-folder-diff): New alias.
4960
4961         * elmo-multi.el (elmo-multi-folder-diff): New function.
4962         (elmo-multi-split-mark-alist): Ditto.
4963         (elmo-multi-split-number-alist): Ditto.
4964         (elmo-multi-mark-alist-list): Abolished (Renamed to
4965         elmo-multi-split-mark-alist).
4966         (elmo-multi-list-folder-unread): Rewrite.
4967         (elmo-multi-list-folder-important): Ditto.
4968         (elmo-multi-list-folder): Set `spec' as 1st argument for
4969         `elmo-msgdb-expand-path'.
4970         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
4971         instead of `elmo-multi-get-number-alist-list'.
4972
4973         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
4974         If 1st argument is not string, treat as spec.
4975         (elmo-list-folder-by-location): Set `spec' as 1st argument for
4976         `elmo-msgdb-expand-path'.
4977         (elmo-msgdb-flist-load): Ditto.
4978         (elmo-msgdb-flist-save): Ditto.
4979         (elmo-msgdb-delete-path): Ditto.
4980         (elmo-msgdb-rename-path): Ditto.
4981
4982         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
4983         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
4984         (elmo-maildir-delete-mark-msgs): Ditto.
4985         (elmo-maildir-msgdb-create): Ditto.
4986         (elmo-maildir-read-msg): Ditto.
4987         (elmo-maildir-delete-msgs): Ditto.
4988         (elmo-maildir-list-folder-subr): Ditto.
4989         (elmo-maildir-search): Ditto.
4990         (elmo-maildir-get-msg-filename): Ditto.
4991         (elmo-maildir-pack-number): Ditto.
4992         (elmo-maildir-folder-diff): New alias.
4993
4994         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
4995
4996         * elmo-localdir.el (elmo-localdir-list-folder-subr):
4997         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
4998         (elmo-localdir-folder-diff): New alias.
4999
5000         * elmo-internal.el (elmo-internal-list-folder-subr):
5001         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
5002         (elmo-internal-list-folder-by-location): Ditto.
5003         (elmo-internal-msgdb-create): Ditto.
5004         (elmo-internal-delete-msgs): Ditto.
5005         (elmo-internal-read-msg): Ditto.
5006         (elmo-internal-folder-diff): New alias.
5007
5008         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
5009         (elmo-imap4-list-folder): Set `spec' as 1st argument for
5010         `elmo-msgdb-expand-path'.
5011         (elmo-imap4-list-folder-unread): Changed arguments.
5012         (elmo-imap4-list-folder-important): Ditto.
5013
5014         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
5015         (elmo-filter-list-folder-important): Ditto.
5016         (elmo-filter-folder-diff): New function.
5017
5018         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
5019
5020         * elmo-cache.el (elmo-cache-list-folder):
5021         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
5022         (elmo-cache-copy-msgs): Ditto.
5023         (elmo-cache-folder-diff): New alias.
5024
5025         * elmo-archive.el (elmo-archive-list-folder-subr):
5026         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
5027         (elmo-archive-get-archive-name): Ditto.
5028         (elmo-archive-create-file): Ditto.
5029         (elmo-archive-append-msg): Ditto.
5030         (elmo-archive-copy-msgs): Ditto.
5031         (elmo-archive-copy-msgs-froms): Ditto.
5032         (elmo-archive-get-msg-filename): Ditto.
5033         (elmo-archive-folder-diff): New alias.
5034
5035 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
5036
5037         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
5038         (elmo-pop3-stream-type-alist): New variable.
5039         (elmo-nntp-stream-type-alist): New variable.
5040
5041         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
5042         (elmo-kill-buffer): Ditto.
5043         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
5044         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
5045         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
5046         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
5047         (elmo-imap4-get-spec): Take into account
5048         `elmo-imap4-stream-type-alist'.
5049
5050 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
5051
5052         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
5053         (elmo-nntp-list-folders-get-cache): Ditto.
5054
5055 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
5058         character before 'uid'.
5059
5060 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
5063
5064         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
5065
5066         * elmo-util.el (elmo-number-set-member): New function.
5067         (elmo-number-set-append-list): Ditto.
5068         (elmo-number-set-append): Ditto.
5069
5070         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
5071         Use `elmo-number-set-member'.
5072         (elmo-living-messages): Ditto.
5073         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
5074         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
5075
5076         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
5077         (elmo-imap4-add-to-cont-list): Abolished.
5078         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
5079         instead of elmo-imap4-add-to-cont-list.
5080
5081         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
5082         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
5083
5084         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
5085
5086 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
5087
5088         * elmo-util.el (elmo-condition-parse-search-value):
5089         Fixed date parsing.
5090
5091 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * elmo-util.el (elmo-condition-find-key-internal): New function.
5094         (elmo-condition-find-key): Ditto.
5095
5096         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
5097         (elmo-msgdb-search-internal): Ditto.
5098         (elmo-msgdb-search): Ditto.
5099
5100 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
5103         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
5104
5105         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
5106         (elmo-nntp-search-primitive): Fixed problem when condition is
5107         'unmatch'.
5108
5109         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
5110
5111         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
5112         (elmo-nntp-xhdr-p): New macro.
5113         (elmo-nntp-set-xhdr): Ditto.
5114         (elmo-nntp-parse-xhdr-response): New function.
5115         (elmo-nntp-retrieve-field): Ditto.
5116         (elmo-nntp-search-primitive): Ditto.
5117         (elmo-nntp-search): Implemented.
5118
5119         * elmo-date.el (elmo-date-make-sortable-string): New macro.
5120
5121         * elmo-archive.el (elmo-archive-search): Set all number list to
5122         `elmo-archive-field-condition-match'
5123
5124         * elmo-localdir.el (elmo-localdir-search): Likewise.
5125
5126         * elmo-maildir.el (elmo-maildir-search): Likewise.
5127
5128 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
5129
5130         * elmo-msgdb.el (elmo-living-messages): New function.
5131         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
5132         * elmo-cache.el (elmo-cache-list-folder): Ditto.
5133         * elmo-dop.el (elmo-dop-list-folder): Ditto.
5134         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
5135         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
5136         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
5137         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
5138         * elmo-multi.el (elmo-multi-list-folder): Ditto.
5139         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
5140         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
5141         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
5142
5143 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
5144
5145         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
5146
5147         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
5148
5149         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
5150
5151         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5152         arguments for `SEARCH' command.
5153         (elmo-imap4-parse-string): Set `POS' argument for char-after.
5154         All other related portions are changed.
5155
5156         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
5157
5158         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
5159         (elmo-list-folder-unread): Rewrite.
5160         (elmo-list-folder-important): Ditto.
5161
5162         * elmo-util.el (elmo-filter-get-spec): Rewrite.
5163         (elmo-condition-parse-error): New inline function.
5164         (elmo-read-search-condition): New function.
5165         (elmo-read-search-condition-internal): Ditto.
5166         (elmo-parse-search-condition): Rewrite.
5167         (elmo-condition-parse): New function.
5168         (elmo-condition-parse-or-expr): Ditto.
5169         (elmo-condition-parse-and-expr): Ditto.
5170         (elmo-condition-parse-primitive): Ditto.
5171         (elmo-condition-parse-search-value): Ditto.
5172         (elmo-buffer-field-primitive-condition-match): Ditto.
5173         (elmo-buffer-field-condition-match): Rewrite.
5174         (elmo-file-field-condition-match): Ditto.
5175
5176         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
5177         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
5178
5179         * elmo-internal.el (elmo-internal-search): Set `number' and
5180         `number-list' argument of `elmo-file-field-condition-match'.
5181
5182         * elmo-maildir.el (elmo-maildir-search): Ditto.
5183
5184         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
5185         `msgdb' as argument instead of `mark-alist'.
5186         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
5187         `overview'.
5188
5189         * elmo-multi.el: Likewise.
5190
5191         * elmo-pipe.el: Likewise.
5192
5193         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
5194         (elmo-imap4-search-internal): Rewrite.
5195         (elmo-imap4-search): Ditto.
5196
5197         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
5198         (elmo-filter-list-folder-unread): Ditto.
5199         (elmo-filter-list-folder-important): Ditto.
5200         (elmo-filter-search): Rewrite.
5201
5202         * elmo-cache.el (elmo-cache-search-all): Set `number' and
5203         `number-list' argument of `elmo-file-field-condition-match'.
5204         (elmo-cache-search): Ditto.
5205
5206         * elmo-localdir.el: Likewise.
5207
5208         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
5209         number-list and pass it to `elmo-buffer-field-condition-match'.
5210         (elmo-archive-field-condition-match): Pass `number-list' to
5211         `elmo-archive-field-condition-match'
5212
5213 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5214
5215         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
5216         `listgroup'.
5217
5218         * elmo2.el (elmo-folder-diff-async-callback): New variable.
5219         (elmo-folder-diff-async-callback-data): Ditto.
5220         (elmo-folder-diff-async): New function.
5221
5222         * elmo-net.el (elmo-network-session-name-prefix): New variable.
5223         (elmo-network-session-cache-key): Use it as a prefix of the session
5224         name.
5225         (elmo-network-open-session): Ditto.
5226
5227         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
5228         (elmo-imap4-status-callback-data): Ditto.
5229         (elmo-imap4-server-diff-async-callback): New variable.
5230         (elmo-imap4-server-diff-async-callback-data): Ditto.
5231         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
5232         `elmo-imap4-status-callback-data'.
5233         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
5234         `elmo-imap4-status-callback-data' as nil.
5235         (elmo-imap4-server-diff): Ditto.
5236         (elmo-imap4-server-diff-async-callback-1): New function.
5237         (elmo-imap4-server-diff-async): Ditto.
5238         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
5239
5240 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
5241
5242         * elmo-util.el (elmo-list-delete): Doc fix.
5243         (elmo-delete-lists): Abolish.
5244         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
5245         instead of `elmo-delete-lists'.
5246
5247 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5248
5249         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
5250         before `sort'.
5251
5252 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
5253
5254         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
5255         `elmo-imap4-literal-subr'.
5256         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
5257         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
5258
5259 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
5260
5261         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
5262         (elmo-archive-list-folder): Fix.
5263         (elmo-archive-max-of-folder): Fix.
5264
5265 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
5266
5267         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
5268          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
5269         (elmo-localdir-append-msg): Ditto.
5270         (elmo-localdir-list-folder): Fix for `nonsort'.
5271         (elmo-localdir-list-folder-subr): Fix for `killed'.
5272         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
5273         (elmo-maildir-list-folder-subr): Ditto.
5274         * elmo-archive.el (elmo-archive-list-folder): Ditto.
5275         (elmo-archive-list-folder-subr): Ditto.
5276         * elmo-internal.el (elmo-internal-list-folder): Ditto.
5277         (elmo-internal-list-folder-subr): Ditto.
5278
5279 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5280
5281         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
5282
5283 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
5284
5285         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
5286
5287 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
5290         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
5291
5292         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
5293         before greeting.
5294         (elmo-imap4-read-part): Use "body.peek" to fetch part.
5295         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
5296
5297 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * mmelmo-imap4-2.el (mime-entity-children): Defined.
5300
5301         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
5302         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
5303         before STORE command.
5304
5305 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
5308
5309         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
5310         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
5311         of `response'.
5312         (elmo-imap4-list-folders): Removed unused local variable.
5313         (elmo-network-initialize-session): Ditto.
5314         (elmo-imap4-delete-msg-by-id): Ditto.
5315         (elmo-imap4-parse-fetch): Ditto.
5316         (elmo-imap4-copy-msgs): Ditto.
5317         Use `dst-spec' instead of `dst-folder'.
5318         (elmo-network-authenticate-session): Check authenticate type `plain'.
5319
5320 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
5323         garbage checking.
5324         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
5325         `elmo-imap4-response-value'.
5326         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
5327
5328 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5329
5330         * elmo-imap4.el (elmo-imap4-send-command):
5331         Cause elmo-imap4-bye-error when current response is BYE.
5332         (elmo-imap4-arrival-filter): Changed greeting response value.
5333
5334         * elmo2.el (elmo-imap4-bye-error): Define.
5335
5336         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
5337         (elmo-imap4-server-diff): Ditto.
5338         (elmo-imap4-response-bye-p): New macro.
5339         (elmo-imap4-response-error-text): Get text from BYE response.
5340         (elmo-imap4-read-response): Return if BYE response.
5341         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
5342         (elmo-imap4-folder-exists-p): Ditto.
5343         (elmo-imap4-commit): Do nothing when different mailbox is selected.
5344         (elmo-imap4-parse-bye): New function.
5345         (elmo-imap4-parse-response): Remove needless let.
5346         Call `elmo-imap4-parse-bye'.
5347
5348 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5349
5350         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
5351         the mailbox does not exist.
5352         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
5353
5354 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
5355
5356         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
5357
5358 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5359
5360         * elmo-vars.el (elmo-search-mime-charset): Abolished.
5361
5362         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
5363         (elmo-network-initialize-session-buffer): Defined.
5364
5365         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
5366         Abolished.
5367         (mmelmo-imap4-get-mime-entity): Rewrite.
5368
5369         * elmo2.el (elmo-error): Capitalize error message.
5370
5371         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
5372         (elmo-network-session-buffer): New macro.
5373         (elmo-network-open-session): Use it.
5374
5375         * elmo-imap4.el: Rewrite.
5376
5377 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5378
5379         * elmo-nntp.el (Toplevel): Require 'elmo-net.
5380
5381 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
5382
5383         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
5384         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
5385         (elmo-imap4-create-msgdb-from-overview-string): Use
5386         `elmo-msgdb-create-overview-from-buffer'.
5387
5388 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
5389
5390         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
5391         (elmo-imap4-default-hierarchy-delimiter): New variable.
5392         (elmo-imap4-list-folders): Use it.
5393
5394 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
5395
5396         * elmo-net.el (elmo-network-open-session): Add user and
5397         stream-type for process-buffer name.
5398
5399         * elmo-pop3.el (elmo-network-initialize-session): Call
5400         buffer-disable-undo.
5401
5402         * elmo-imap4.el (elmo-network-initialize-session):
5403         Set current-buffer as an argument for `buffer-disable-undo'.
5404
5405         * elmo-pop3.el (elmo-network-close-session): Don't use
5406         `process-live-p'.
5407
5408         * elmo-vars.el (elmo-default-pop3-authenticate-type):
5409         Set default as 'user.
5410
5411         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
5412
5413         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
5414         and `elmo-imap4-flush-connection'.
5415
5416         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
5417         (elmo-pop3-get-spec): Assume auth as symbol.
5418         (elmo-open-network-stream): Moved to `elmo-net'.
5419
5420         * elmo-pop3.el (toplevel): Require 'elmo-net.
5421         Define `sasl-cram-md5' to silence byte compilier.
5422         (elmo-pop3-connection-cache) Abolished.
5423         (elmo-pop3-authenticator-alist) New variable.
5424         (elmo-pop3-session): Define.
5425         (elmo-pop3-connection-get-process): Abolished.
5426         (elmo-pop3-connection-get-buffer): Ditto.
5427         (elmo-pop3-close-connection): Ditto.
5428         (elmo-pop3-flush-connection): Ditto.
5429         (elmo-pop3-get-connection): Ditto.
5430         (elmo-pop3-get-session): New function.
5431         (Replacement for `elmo-pop3-get-connection').
5432         All other related modules are changed.
5433         (elmo-network-close-session): Define.
5434         (elmo-pop3-send-command): Abolished argument `buffer'.
5435         All other related modules are changed.
5436         (elmo-pop3-read-response): Likewise.
5437         (elmo-pop3-open-connection): Abolished.
5438         (elmo-pop3-auth-user): New function.
5439         (elmo-pop3-auth-apop): Ditto.
5440         (elmo-pop3-auth-cram-md5): Ditto.
5441         (elmo-pop3-auth-scram-md5): Ditto.
5442         (elmo-pop3-auth-digest-md5): Ditto.
5443         (elmo-network-initialize-session): Define.
5444         (elmo-network-authenticate-session): Ditto.
5445         (elmo-network-setup-session): Ditto.
5446
5447         * elmo-imap4.el (toplevel): Require 'elmo-net.
5448         (elmo-imap4-session): Define.
5449         (elmo-imap4-connection-cache): Abolished.
5450         (elmo-imap4-password-key): Ditto.
5451         (elmo-imap4-flush-connection): Ditto.
5452         (elmo-imap4-get-connection): Ditto.
5453         All other related modules are changed.
5454         (elmo-imap4-get-session): New function
5455         (Replacement for `elmo-imap4-get-connection').
5456         (elmo-imap4-read-response): Abolished argument `buffer'.
5457         All other related modules are changed.
5458         (elmo-imap4-send-command): Likewise.
5459         (elmo-imap4-select-folder): Abolished.
5460         All other related modules are changed.
5461         (elmo-imap4-select-mailbox): New function.
5462         (Replacement for `elmo-imap4-select-folder').
5463         (elmo-imap4-auth-login): Simplify.
5464         (Assume current buffer as process buffer)
5465         (elmo-imap4-auth-cram-md5): Ditto.
5466         (elmo-imap4-auth-digest-md5): Ditto.
5467         (elmo-imap4-login): Ditto.
5468         (elmo-imap4-open-connection): Abolished.
5469         (elmo-imap4-open-connection-1): Abolished.
5470         (elmo-network-initialize-sessoin): Define.
5471         (elmo-network-authenticate-session): Ditto.
5472         (elmo-network-setup-session): Ditto.
5473
5474         * elmo-net.el: New module.
5475
5476 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
5477
5478         * elmo-util.el (elmo-define-error): New function.
5479
5480         * elmo2.el (elmo-error): Define.
5481         (elmo-open-error): Define.
5482         (elmo-authenticate-error): Define.
5483
5484         * elmo-imap4.el (elmo-imap4-error): Abolish.
5485         (elmo-imap4-error-type): Abolish.
5486         (elmo-imap4-error-process): Abolish.
5487         (elmo-imap4-error-message): Abolish
5488         (elmo-imap4-list-folders): Don't quote lambda.
5489         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
5490         (elmo-imap4-parse-namespace): Ditto.
5491         (elmo-imap4-open-connection): Rewrite.
5492         (elmo-imap4-open-connection-1): Simplified (authenticate only).
5493         (elmo-imap4-get-connection): Abolish local variable `result'.
5494
5495 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
5496
5497         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
5498         wrong-type-argument error when auth is nil.
5499
5500 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
5503         (elmo-default-nntp-stream-type): Ditto.
5504         (elmo-default-pop3-stream-type): Ditto.
5505         (elmo-network-stream-type-alist): Ditto.
5506         (elmo-default-imap4-ssl): Abolished.
5507         (elmo-default-nntp-ssl): Ditto.
5508         (elmo-default-pop3-ssl): Ditto.
5509
5510         * elmo-util.el: (toplevel): Removed needless requires.
5511         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
5512         (elmo-open-network-stream): Open network stream according to
5513         the value of `elmo-network-stream-type-alist'.
5514         (elmo-get-network-stream-type): New function.
5515         (elmo-network-stream-type-spec-string): New macro.
5516         (elmo-network-stream-type-symbol): Ditto.
5517         (elmo-network-stream-type-function): Ditto.
5518
5519         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
5520         network-stream-type. All other related portions are changed.
5521         (elmo-pop3-open-connection): Ditto.
5522
5523         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
5524         network-stream-type. All other related portions are changed.
5525
5526         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
5527         network-stream-type.All other related portions are changed.
5528         (elmo-imap4-error): New macro.
5529         (elmo-imap4-error-type): Ditto.
5530         (elmo-imap4-error-process): Ditto.
5531         (elmo-imap4-error-message): Ditto.
5532         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
5533         (elmo-imap4-auth-cram-md5): Ditto.
5534         (elmo-imap4-auth-digest-md5): Ditto.
5535         (elmo-imap4-login): Ditto.
5536         (elmo-imap4-open-connection): Remove password entry if authentication
5537         was in vain.
5538         (elmo-imap4-user-at-host): Abolished.
5539         (elmo-imap4-password-key): New buffer local variable.
5540         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
5541         using protocol, port, auth and stream-type.
5542
5543         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
5544
5545 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
5546
5547         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
5548
5549         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
5550
5551         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
5552         (elmo-imap4-authenticator-alist): New variable.
5553         (elmo-imap4-open-connection-1): Rename from
5554         elmo-imap4-open-connection.
5555         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
5556         only wraps elmo-imap4-open-connection-1.
5557         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
5558         user-at-host.
5559         (elmo-imap4-auth-login): New function.
5560         (elmo-imap4-auth-cram-md5): New function.
5561         (elmo-imap4-auth-digest-md5): New function.
5562         (elmo-imap4-login): New function.
5563
5564 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
5565
5566         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
5567         function `error'.
5568
5569 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
5570
5571         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
5572
5573 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
5576
5577 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
5578
5579         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
5580         for server responses, quote `*' regardless of where it appears.
5581
5582 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
5583
5584         * elmo-maildir.el (elmo-maildir-commit): New alias.
5585
5586 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
5587
5588         * elmo-util.el (elmo-display-progress):
5589                 Use `progress-feedback-with-label'.
5590
5591 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
5592
5593         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
5594         (elmo-imap4-non-atom-char-regex): Ditto.
5595         (elmo-imap4-non-text-char-regex): Ditto.
5596         (elmo-imap4-literal-threshold): Ditto.
5597         (elmo-imap4-atom-p): New function.
5598         (elmo-imap4-quotable-p): Ditto.
5599         (elmo-imap4-nil): Ditto.
5600         (elmo-imap4-atom): Ditto.
5601         (elmo-imap4-quoted): Ditto.
5602         (elmo-imap4-literal-subr): Ditto.
5603         (elmo-imap4-literal): Ditto.
5604         (elmo-imap4-buffer-literal): Ditto.
5605         (elmo-imap4-string-subr): Ditto.
5606         (elmo-imap4-string): Ditto.
5607         (elmo-imap4-buffer-string): Ditto.
5608         (elmo-imap4-astring-subr): Ditto.
5609         (elmo-imap4-astring): Ditto.
5610         (elmo-imap4-buffer-astring): Ditto.
5611         (elmo-imap4-nstring): Ditto.
5612         (elmo-imap4-buffer-nstring): Ditto.
5613         (elmo-imap4-mailbox): New alias.
5614         (elmo-imap4-field-body): Ditto.
5615         (elmo-imap4-userid): Ditto.
5616         (elmo-imap4-password): Ditto.
5617         (elmo-imap4-format-quoted): New function.
5618         (elmo-imap4-send-command): Rewritten.  Accept a list of command
5619         arguments and handle "atom", "quoted" and "literal" string here.
5620         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
5621         `elmo-imap4-send-command'.
5622         (elmo-imap4-folder-exists-p): Likewise.
5623         (elmo-imap4-create-folder): Likewise.
5624         (elmo-imap4-delete-folder): Likewise.
5625         (elmo-imap4-rename-folder): Likewise.
5626         (elmo-imap4-max-of-folder): Likewise.
5627         (elmo-imap4-check-validity): Likewise.
5628         (elmo-imap4-sync-validity): Likewise.
5629         (elmo-imap4-server-diff): Likewise.
5630         (elmo-imap4-select-folder): Likewise.
5631         (elmo-imap4-copy-msgs): Likewise.
5632         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
5633         (elmo-imap4-mark-set-on-msgs): Likewise.
5634         (elmo-imap4-read-part): Likewise.
5635         (elmo-imap4-read-msg): Likewise.
5636         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
5637         `elmo-imap4-password' for `elmo-imap4-send-command'.
5638         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
5639         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
5640         `elmo-imap4-buffer-literal'.
5641         (elmo-imap4-append-msg): Likewise.
5642
5643         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
5644         `delete' for removing dead connection from the connection cache.
5645         Move deletion of the process buffer after that.
5646         (elmo-imap4-list): Change `defsubst' to `defun'.
5647         (elmo-imap4-commit): Make error message verbose.
5648         (elmo-imap4-search): Ditto.
5649         (elmo-imap4-list): Ditto.
5650         (elmo-imap4-select-folder): Ditto.
5651         (elmo-imap4-copy-msgs): Ditto.
5652         (elmo-imap4-delete-msg-by-id): Ditto.
5653         (elmo-imap4-append-msg-by-id): Ditto.
5654         (elmo-imap4-append-msg): Ditto.
5655
5656 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
5657
5658         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
5659         when dired is used on XEmacs.
5660
5661 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
5662
5663         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
5664         instead of `append'.
5665         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
5666         `elmo-plugged-p' directly.
5667         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
5668         of `elmo-plugged-p' directly.
5669
5670         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
5671         Eliminate unused variable.  Use `memq' for checking a process status.
5672         Use `cons' instead of `append' for updating the connection cache.
5673         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
5674         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
5675
5676 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
5677
5678         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
5679         `elmo-imap4-read-point' exactly.
5680
5681         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
5682         the local variable `folder' to `mailbox'.
5683         Rename the argument `fld' to `folder'.
5684
5685 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
5686
5687         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
5688         * elmo-imap4.el (elmo-imap4-commit): Ditto.
5689
5690 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
5693         (elmo-pop3-number-uidl-hash): New buffer-local variable.
5694         (elmo-pop3-uidl-number-hash): Ditto.
5695         (elmo-pop3-size-hash): Ditto.
5696         (elmo-pop3-uidl-done): Ditto.
5697         (elmo-pop3-list-done): Ditto.
5698         (elmo-pop3-connection-get-process): New defmacro.
5699         (elmo-pop3-connection-get-buffer): Ditto.
5700         (elmo-pop3-close-connection): Delete buffer and process.
5701         (elmo-pop3-flush-connection): Don't delete buffer and process.
5702         (elmo-pop3-get-connection): Added optional argument `if-exists'.
5703         Setup UIDL and size hash.
5704         (elmo-pop3-send-command-no-erase): Deleted
5705         (elmo-pop3-send-command): Added optional argument `no-erase'.
5706         (elmo-pop3-parse-uidl-response): New function.
5707         (elmo-pop3-parse-list-response): Set size hash.
5708         (elmo-pop3-list-location): New function.
5709         (elmo-pop3-list-by-uidl-subr): Ditto.
5710         (elmo-pop3-list-by-list): Ditto.
5711         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
5712         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
5713         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
5714         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
5715         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
5716         Use uidl.
5717         (elmo-pop3-uidl-to-number): New function.
5718         (elmo-pop3-number-to-uidl): Ditto.
5719         (elmo-pop3-number-to-size): Ditto.
5720         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
5721         Set number by use of uidl.
5722         (elmo-pop3-msgdb-create-message): Likewise.
5723         Set size, loc-alist in msgdb.
5724         (elmo-pop3-read-msg): Set number by use of uidl.
5725         Added optional argument `msgdb'.
5726         (elmo-pop3-delete-msg): Ditto.
5727         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
5728         (elmo-pop3-commit): Close connection.
5729
5730         * elmo-pipe.el (elmo-pipe-max-of-folder):
5731         Bind `elmo-pop3-use-uidl' as nil.
5732         (elmo-pipe-drain): Ditto.
5733         Call `elmo-commit'.
5734
5735         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
5736         (elmo-msgdb-overview-entity-set-size): New defsubst.
5737
5738 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5739
5740         * elmo-vars.el (elmo-use-killed-list): New variable
5741         (Renamed from `elmo-nntp-use-killed-list').
5742         (elmo-nntp-use-killed-list): Eliminated.
5743
5744         * elmo-msgdb.el (elmo-msgdb-expand-path):
5745         Changed expanding msgdb path for elmo-multi.
5746
5747         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
5748         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
5749         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
5750         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
5751         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
5752         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
5753         (toplevel): Deleted time-stamp line.
5754
5755         * elmo2.el (elmo-clear-killed ): Defined as function
5756         (Abolished defining as a backend function).
5757         All other related modules are changed.
5758
5759 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
5760
5761         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
5762
5763 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
5764
5765         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
5766
5767 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5768
5769         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
5770
5771 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
5774         asynchronous folder check.
5775
5776         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
5777
5778         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
5779         `elmo-nntp-use-killed-list'.
5780         (elmo-nntp-list-folder): Use killed list.
5781         (elmo-nntp-max-of-folder): Ditto.
5782         (elmo-nntp-msgdb-create): Set killed list.
5783
5784         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
5785
5786         * elmo2.el (elmo-clear-killed): New backend function.
5787         All other related modules are changed.
5788
5789 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
5790
5791         * elmo-util.el (elmo-imap4-spec-folder): Use
5792         `elmo-imap4-spec-mailbox'; Mark as obsolete.
5793         All callers changed.
5794
5795 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * mmelmo-2.el (initialize-instance):
5798         Use `mime-buffer-entity-buffer-internal' instead of
5799         `mime-entity-buffer'.
5800
5801         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
5802         (mime-entity-body): Implemented.
5803         (mime-goto-header-start-point): Deleted.
5804         (mime-goto-body-end-point): Ditto.
5805         (mime-entity-point-min): Ditto.
5806         (mime-entity-point-max): Ditto.
5807         (mime-entity-children): Ditto.
5808         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
5809         instead of `mime-entity-buffer'.
5810         (mime-entity-header-buffer): Ditto.
5811         (mime-entity-body-buffer): Ditto.
5812         (mime-write-entity-content): Ditto.
5813
5814         * pldap.el (ldap-static-if): New macro.
5815         (toplevel): Use it instead of `static-if'.
5816
5817 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
5820         included in `attrs' argument.
5821
5822 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * elmo-util.el (elmo-get-passwd): Use old backquote style.
5825
5826         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
5827         (ldap-ldif-safe-init-char-regexp): Ditto.
5828         (ldap-ldif-safe-string-regexp): Ditto.
5829         (ldap/ldif-safe-string-p): New macro.
5830         (ldap/ldif-insert-field): Ditto.
5831         (ldap-modify): Use it.
5832         (ldap-add): Ditto.
5833         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
5834         (ldap-decode-attribute): Decode only when `attr' is consp.
5835         (ldap-delete): Bind `ret'.
5836         (toplevel): Require 'cl at compile time.
5837         Removed (require 'poe) and (require 'std11).
5838         (pldap-version): Eliminated.
5839         (ldap-search-basic): Removed auth and dn binding.
5840         (ldap-ldif-field-name-regexp): New constant.
5841         (ldap-ldif-field-head-regexp): Ditto.
5842         (ldap-ldif-next-field-head-regexp): Ditto.
5843         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
5844         (ldap/field-end): New function.
5845         (ldap/field-body): Use it.
5846         (ldap/collect-field): Ditto.
5847         (ldap-search-basic): Use `ldap/field-body'.
5848
5849 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * pldap.el (ldap-default-attribute-encoder): New user option.
5852         (ldap/field-body): Decode base64 string.
5853         (ldap/collect-field): Ditto.
5854         (ldap-encode-attribute): New function.
5855         (ldap-add-entries): Use it.
5856         (ldap-modify-entries): Ditto.
5857         (ldap-search-entries): Enclosed decoding function with
5858         `with-temp-buffer' and set as unibyte.
5859         (ldap-search-basic): Set process buffer as unibyte.
5860
5861         * elmo-util.el (elmo-folder-identical-system-p):
5862         Eliminated name space checking.
5863
5864         * pldap.el: New module.
5865         toplevel: Changed condition to detect built-in ldap feature.
5866         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
5867         (ldap-add): Added error handling.
5868         (ldap-modify): Ditto.
5869         (ldap-delete): Ditto.
5870
5871 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
5872
5873         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
5874         Initialize local variables with `let'.  Inline a temporary
5875         variable for the progress percentage.  Sort `setq' to reduce
5876         function call in the while-loop.
5877
5878         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
5879         into the conditional branch.
5880
5881 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
5882
5883         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
5884         Move a conditional out of the while-loop.
5885
5886 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5887
5888         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
5889         elmo-msgdb-overview-get-entity-by-number.
5890         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
5891         throw.
5892
5893 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
5894
5895         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
5896         the local variable for a packed number self descriptively.
5897
5898 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5899
5900         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
5901         * elmo-localdir.el (elmo-localdir-pack-number): Use
5902         `elmo-msgdb-overview-get-entity' instead of
5903         `elmo-msgdb-overview-get-entity-by-number'.
5904         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
5905         (elmo-msgdb-search-overview-entity): Removed.
5906         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
5907         by message-id or number.
5908         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
5909         instead of `elmo-msgdb-overview-get-entity-by-number'.
5910
5911 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5912
5913         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
5914         non-nil, use hash table for overview.
5915         (elmo-hash-maximum-size): New variable.
5916         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
5917         (elmo-msgdb-make-overview-hashtb): New function.
5918         (elmo-msgdb-clear-overview-hashtb): New function.
5919         (elmo-clear-hash-val): New macro.
5920         All other related modules are changed.
5921
5922 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * elmo2.el (elmo-move-msgs): If there's other message with
5925         same message-id, don't use cache.
5926
5927 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
5928
5929         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
5930         number is already packed.
5931
5932 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
5933
5934         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
5935
5936 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5937
5938         * elmo-vars.el (elmo-display-progress-threshold): New variable.
5939         All other related modules are changed.
5940
5941 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5942
5943         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
5944         of refiling failure on Maildir.
5945
5946 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5947
5948         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
5949         decoded mime-charset with cache.
5950         (elmo-msgdb-overview-entity-get-from): Ditto.
5951         (elmo-msgdb-overview-entity-get-subject): Ditto.
5952         * elmo-vars.el (elmo-use-decoded-cache): New variable.
5953
5954 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
5955
5956         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
5957         (elmo-remove-passwd): Fill password with 0 before erase.
5958         * elmo-vars.el (elmo-passwd-life-time): New variable.
5959
5960 \f
5961 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * elmo-cache.el (elmo-buffer-cache-add):
5964         Set message cache buffer as unibyte.
5965
5966 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5967
5968         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
5969         become nil.
5970
5971 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
5974         when display is finished.
5975         (elmo-nntp-msgdb-create): Ditto.
5976         (elmo-nntp-groups-read-response): Ditto.
5977         (elmo-nntp-retrieve-headers): Ditto.
5978         (elmo-nntp-msgdb-create-message): Ditto.
5979         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
5980         (elmo-pop3-msgdb-create-message): Ditto.
5981
5982 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
5983
5984         * elmo-maildir.el (elmo-maildir-msgdb-create):
5985         Use `elmo-msgdb-sort-by-date'.
5986
5987 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
5988
5989         * elmo2.el (elmo-read-msg-no-cache):
5990         Eliminated arguments after `outbuf'.
5991         Don't use cache even if it exists.
5992         (elmo-read-msg): Don't pass arguments after `outbuf' to
5993         `elmo-read-msg-no-cache'.
5994
5995 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
5996
5997         * elmo-archive.el (elmo-archive-list-folders):
5998         Use `file-name-directory' if base folder does not exist.
5999
6000 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
6001
6002         * elmo-archive.el (elmo-archive-list-folders): Don't use
6003         `file-name-directory'.
6004
6005 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
6006
6007         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
6008         If `force' is non-nil, try flushing all operation queues.
6009
6010 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
6013         as-binary-process.
6014
6015 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6016
6017         * elmo-util.el (elmo-display-progress): Fixed.
6018
6019 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6020
6021         * elmo-util.el (elmo-display-progress): New function.
6022         All other related modules are changed.
6023