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