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