* elmo-nntp.el (elmo-nntp-get-server-command)
[elisp/wanderlust.git] / elmo / ChangeLog
1 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * elmo-nntp.el (elmo-nntp-get-server-command)
4         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
5         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
6         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
7         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
8
9         * elmo-imap4.el (elmo-imap4-debug)
10         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
11         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
12         (elmo-imap4-response-value, elmo-imap4-response-error-text)
13         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
14         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
15         (elmo-imap4-identical-system-p): New backquote style.
16
17 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
20         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
21         (elmo-dop-queue-arguments): Ditto.
22
23         * elmo-date.el (elmo-match-substring): New backquote style.
24         (elmo-match-string, elmo-match-buffer): Ditto.
25         (elmo-date-make-sortable-string): Ditto.
26
27         * elmo-archive.el (elmo-archive-get-method):New backquote style.
28         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
29
30         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
31         style.
32
33         * elmo-net.el (elmo-network-stream-type-spec-string): New
34         backquote style.
35         (elmo-network-stream-type-symbol): Ditto.
36         (elmo-network-stream-type-feature): Ditto.
37         (elmo-network-stream-type-function): Ditto.
38         (elmo-network-session-buffer): Ditto.
39
40         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
41         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
42         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
43         (elmo-bind-directory, elmo-set-work-buf): Ditto.
44
45         * elmo.el (elmo-folder-send): New backquote style.
46
47 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
48
49         * pldap.el (ldap-static-if): New backquote style.
50         (ldap/ldif-safe-string-p): Ditto.
51         (ldap/ldif-insert-field): Ditto.
52
53         * elmo-version.el (elmo-version): Up to 2.15.6.
54
55 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
56
57         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
58         messages with \Deleted flag.
59         (elmo-folder-delete-messages-plugged): Ask before sending expunge
60         command if there are messages with \Deleted flag.
61
62 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
65         http://seclists.org/bugtraq/2007/Apr/0018.html
66         (Suggested by Tatsuya Kinoshita)
67
68 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
69
70         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
71         with \Noselect attribute.
72
73 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
74
75         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
76         hierarchical folder structure with UW-imapd.
77
78 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
81         when the LOGINDISABLED capability is advertised.
82
83 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
84
85         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
86
87 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
90         `entity'.
91         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
92         if the message entity is exists.
93
94 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
95
96         * elmo-util.el (elmo-msgdb-insert-file-header): Call
97         `elmo-delete-cr-buffer'.
98
99         * elmo-localdir.el (elmo-message-fetch-internal): Use
100         `insert-file-contents-as-raw-text' instead of
101         `insert-file-contents-as-binary'.
102
103         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
104
105 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
106
107         * elmo-imap4.el (elmo-network-initialize-session): Check to
108         retrieve a whole greeting message.
109
110 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
111
112         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
113
114 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
117         (elmo-progress-notify): Use it instead of `plist-get'.
118
119 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * elmo.el (elmo-generic-folder-append-messages): Remove unused
122         variable `table'.
123
124 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * elmo-pipe.el (elmo-folder-set-plugged): Define.
127
128 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
131         (elmo-spam-list-spam-messages): Check it option.
132
133 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
134
135         * elmo-util.el (elmo-with-progress-display): Return the value
136         of the last form in `body'.
137
138 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
141         `elmo-progress-counter' as t when a query callback returns nil.
142         (elmo-progress-clear): New function.
143         (elmo-progress-done): Split into `elmo-progress-clear'.
144         (elmo-progress-notify): Update a total slot when it is nil.
145         (elmo-with-progress-display): Call `elmo-progress-clear' in
146         unwind-protect and move calling `elmo-progress-done' to outside.
147
148         * elmo-imap4.el (elmo-imap4-find-next-line): Call
149         `elmo-progress-notify' with :total parameter instead of
150         `elmo-progress-counter-set-total'.
151
152 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
153
154         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
155         Make it interactive.
156         (elmo-progress-start): Avoid updating `elmo-progress-counter'
157         when a query callback returns nil.  Return a progress counter
158         instead of t whenever a start callback was called.
159
160 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
161
162         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
163         (elmo-imap4-send-command): Use it.
164         (elmo-network-initialize-session): Ditto.
165         (elmo-network-setup-session): Ditto.
166         (elmo-folder-msgdb-create-plugged): Ditto.
167
168 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * elmo-util.el (elmo-progress-done): Fix a miss refer to
171         `elmo-progress-counter'.
172
173 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
176         (elsp-bsfilter-list-spam-filter): New function.
177         (elsp-bsfilter-start-list-spam): Ditto.
178         (elsp-bsfilter-read-list-spam): Ditto.
179         (elmo-spam-list-spam-messages): Use async process to display
180         progress message by each message.
181
182 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
185         of flushing previously inserted message contents.
186
187         * elmo-imap4.el (elmo-folder-search): Fix return value.
188
189 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
192         of reporter is enable or not.
193
194 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * elmo-util.el (elmo-list-bigger-diff): Abolish.
197         (elmo-display-progress): Ditto.
198         (elmo-progress-counter-alist): Ditto.
199         (elmo-progress-set): Ditto.
200         (elmo-progress-clear): Ditto.
201         (elmo-progress-counter-all-value): Rename to
202         `elmo-progress-counter-total'.
203         (elmo-progress-counter-format): Rename to
204         `elmo-progress-counter-action'.
205         (elmo-progress-counter): New internal variable.
206         (elmo-progress-callback-function): Ditto.
207         (elmo-progress-counter-label): New function.
208         (elmo-progress-counter-set-total): Ditto.
209         (elmo-progress-counter-set-action): Ditto.
210         (elmo-progress-call-callback): Ditto.
211         (elmo-progress-start): Ditto.
212         (elmo-progress-done): Ditto.
213         (elmo-progress-notify): Rewrite.
214         (elmo-with-progress-display): Remove first argument
215         `condition'. Add optional argument `var' in `spec'.
216
217         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
218         (elmo-display-retrieval-progress-threshold): Ditto.
219         (elmo-inhibit-display-retrieval-progress): Ditto.
220
221         * Replace all pair of `elmo-progress-set' and
222         `elmo-progress-clear' into `elmo-with-progress-display'.
223
224         * Replace to call `elmo-display-progress' into pair of
225         `elmo-progress-notify' and `elmo-with-progress-display'.
226
227         * elmo-version.el (elmo-version): Up to 2.15.5.
228
229 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
232         `cond'.
233
234 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
235
236         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
237         cleanup-forms [wl:14027].
238
239 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * elmo-flag.el (elmo-global-flag-set-internal): Use
242         `elmo-copy-file' by priority when the message is a file.
243
244 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
245
246         * elmo.el: Fix typo: disptch -> dispatch.
247
248 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * elmo.el (elmo-file-tag): New class.
251         (elmo-append-messages-disptch-table): New constant.
252         (elmo-folder-type-p): New function.
253         (elmo-folder-append-messages): Redefine as function.
254
255         * elmo-null.el (elmo-folder-append-messages): Renamed from
256         `elmo-folder-append-messages'.
257
258         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
259         (elmo-folder-append-messages-*-maildir): Renamed from
260         `elmo-folder-append-messages'.
261
262         * elmo-localdir.el (elmo-localdir-folder): Inherit
263         `elmo-file-tag'.
264         (elmo-folder-append-messages-*-localdir): Renamed from
265         `elmo-folder-append-messages'.
266
267         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
268         from `elmo-folder-append-messages'.
269
270         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
271         `elmo-folder-append-messages'.
272
273         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
274         function.
275         (elmo-folder-append-messages-*-filter): Ditto.
276
277         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
278
279         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
280         (elmo-folder-append-messages-*-pipe): Renamed from
281         `elmo-folder-append-messages'.
282
283         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
284
285         * elmo-file.el (elmo-file-folder): Ditto.
286
287         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
288
289         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
290         from `elmo-folder-append-messages'
291
292 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * elmo-map.el (elmo-location-map-setup): Change an argument
295         `locations' to optional.
296         (elmo-location-map-clear): Abolish.
297         (elmo-folder-clear): Follow the API change.
298
299         * elmo-pop3.el (elmo-folder-clear): Ditto.
300
301         * elmo-pop3.el (toplevel): Require elmo-map.
302         (elmo-pop3-folder): Inherit elmo-location-map and abolish
303         location-alist slot (All other related portions are changed).
304         (elmo-pop3-folder-use-uidl): New function.
305         (elmo-folder-msgdb-create): Don't sort message entities.
306         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
307         (elmo-pop3-number-to-size): Convert return value to number.
308         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
309         working buffer.
310
311         * elmo-map.el: Use `location-map' as a variable name for instance
312         instead of `mapper'.
313         (elmo-location-map-setup): Return location alist.
314         (elmo-location-map-update): Ditto.
315
316 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * elmo-map.el (elmo-location-map): New class; split location and
319         number mapping from elmo-map-folder (All other related portions
320         are changed).
321
322         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
323         change.
324
325         * elmo-version.el (elmo-version): Up to 2.15.4.
326
327 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * elmo-vars.el (elmo-use-hardlink): New user option.
330
331         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
332         `elmo-use-hardlink'.
333
334         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
335         killed-list.
336         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
337         instead of `*-internal'. Use `elmo-with-progress-display'.
338
339 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
342         `elmo-spam-process-messages-as-mbox'.
343
344         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
345
346 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
349         argument BUFFER of `call-process'.
350
351 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
352
353         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
354         args.
355         (elsp-bsfilter-list-spam-files): Ditto.
356
357 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
360         (elmo-spam-bsfilter-max-messages-per-process): New use option.
361         (elmo-spam-bsfilter-debug): Fix a group.
362         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
363         `--homedir'.
364         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
365         (elsp-bsfilter-list-spam-files): New function.
366         (elmo-spam-list-spam-messages): Define.
367         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
368         (elmo-spam-bsfilter-register-messages): New function.
369         (elmo-spam-register-spam-messages): Define.
370         (elmo-spam-register-good-messages): Ditto.
371
372         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
373
374         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
375         `nconc' and `consp'.
376
377 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
380         hash table to test whether a location is exists.
381
382 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
385         even if some error occurred.
386
387         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
388         meaningless unwind-protect.
389
390         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
391         start-number correctly.
392         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
393         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
394
395 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
398         (elmo-folder-initialize): Use it.
399         (elmo-global-flag-replace-referrer): New function.
400
401         * elmo.el (toplevel): Added autoload setting for
402         `elmo-global-flag-replace-referrer'.
403         (elmo-folder-rename): Rewrite the last change use
404         `elmo-global-flag-replace-referrer'.
405
406         * elmo-pipe.el (elmo-folder-rename): Call
407         `elmo-global-flag-replace-referrer'.
408
409 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * elmo.el (elmo-folder-rename): Set meta data for global flags
412         follow the rename.
413
414 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
417         as 'not-loaded.
418         (elmo-folder-close): Ditto.
419         (elmo-filter-folder-number-list-loaded-p): New function.
420         (elmo-filter-folder-number-list): Check whether loaded or not.
421         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
422         of `elmo-filter-folder-number-list-internal'.
423         (elmo-folder-delete-messages): Ditto.
424         (elmo-folder-length): Check whether number-list is loaded or not.
425
426 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
429         field `real field' into each element of list.
430         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
431         (elmo-msgdb-message-entity-field): Ditto.
432         (modb-entity-ml-info-real-fields): New function.
433
434         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
435
436         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
437         `elmo-msgdb-extra-fields'.
438
439 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * elmo-util.el (elmo-passwd-alist-load): Move point to min
442         position before read.
443
444 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
447         (elmo-global-flags-initialize): Ditto.
448
449 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
450
451         * elmo-archive.el (toplevel): Don't require emu, std11
452         and elmo-localdir.
453
454         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
455         definition.
456
457 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
458
459         * elmo.el (elmo-folder-confirm-appends): Display folder name.
460
461 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
462
463         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
464         literals.
465
466 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * elmo-maildir.el (elmo-maildir-list-location): Reduce
469         `elmo-get-last-modification-time' call.
470
471 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
474         expression.
475         (elmo-maildir-set-mark): Ditto.
476         (elmo-maildir-delete-mark): Ditto.
477
478 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
481         optional argument `separators'.
482
483 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * elmo.el (cache-changed): Abolish.
486         (status-changed): New signal.
487         (elmo-message-killed-p): New generic function and define for
488         elmo-folder.
489         (elmo-folder-recover-messages): Ditto.
490         (elmo-message-set-cached): Emit signal `status-changed' instead of
491         `cache-changed'.
492         (elmo-message-status): New macro.
493         (elmo-message-status-folder): Ditto.
494         (elmo-message-status-number): Ditto.
495         (elmo-message-status-set-flags): Ditto.
496         (elmo-message-status-set-killed): Ditto.
497         (elmo-message-status-flags): New function.
498         (elmo-message-status-cached-p): Ditto.
499         (elmo-message-status-killed-p): Ditto.
500
501         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
502         `status-changed' instead of `cache-changed'.
503         (elmo-folder-recover-messages): Define.
504         (elmo-message-killed-p): Ditto.
505
506         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
507         `status-changed' instead of `cache-changed'.
508
509         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
510         (elmo-message-killed-p): Define.
511         (elmo-folder-recover-messages): Ditto.
512
513         * elmo-version.el (elmo-version): Up to 2.15.3.
514
515 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * elmo-signal.el (elmo-signal-bindings): Use cons to append
518         element into list.
519         (elmo-define-signal-handler): Add docstring.
520         (elmo-define-signal-filter): Ditto.
521
522         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
523
524 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * elmo-util.el (elmo-flatten): Don't use recursive call.
527
528         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
529         assignment.
530         (elmo-folder-message-make-temp-files): Use `number-to-string'
531         instead of `int-to-string'.
532
533 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * elmo-search.el (elmo-folder-delete-messages): Define.
536
537 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
540         customization type.
541         (elmo-mailing-list-count-spec-list): Ditto.
542
543         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
544         for `list-id'.
545
546 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
549         handling.
550
551 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
554         (elmo-mailing-list-count-spec-list): Ditto.
555
556         * elmo-util.el (elmo-map-until-success): New function.
557         (elmo-string-match-substring): Ditto.
558         (elmo-find-list-match-value): Ditto.
559
560         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
561         Removed.
562         (modb-entity-extract-ml-info-from-subject): Ditto.
563         (modb-entity-extract-ml-info-from-return-path): Ditto.
564         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
565         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
566         (modb-entity-extract-ml-info-from-mailman): Ditto.
567         (modb-entity-extract-mailing-list-info-functions): Ditto.
568         (modb-entity-extract-mailing-list-info): Rewrite with
569         `elmo-find-list-match-value'.
570
571 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * elmo-net.el (elmo-network-session-retry-count): New user option.
574         (elmo-network-session-buffer-name): New internal function.
575         (elmo-network-session-buffer-create): Ditto.
576         (elmo-network-open-session): Retry open network session
577         `elmo-network-session-retry-count' times.
578
579 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
580
581         * elmo-util.el (elmo-list-filter): Rewritten.
582
583 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * elmo-util.el (elmo-string-member): Allow symbol element in list.
586
587 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * elmo-search.el (elmo-make-search-engine): Use prefix
590         `elmo-search-' for require symbol instead of `else-'.
591         (elmo-search-engine-extprog): New class.
592         (elmo-search-engine-do-search): Remove nil from argument
593         list. Added argument pattern to evaluate element as function.
594         (elmo-search-engine-local-file): Derived from
595         `elmo-search-engine-extprog'.
596         (elmo-search-engine-create-message-entity): Check existance of file.
597         (elmo-search-engine-fetch-message): Ditto.
598         (elmo-search-namazu-index): Follow the API change.
599         (elmo-search-grep-target): Ditto.
600
601 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
604         characters of working buffer.
605
606         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
607         Does not bind `default-mime-charset'.
608         (elmo-msgdb-create-message-entity-from-buffer): Removed
609         unnecessary local bind.
610
611         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
612         function.
613         (modb-entity-extract-mailing-list-info-functions): Added it.
614
615 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
618         when number and message-id are non-nil.
619
620         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
621
622         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
623         conditional steatment.
624         (elmo-pop3-auth-apop): Likewise.
625         (elmo-network-authenticate-session): Likewise.
626
627 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
630         symbol `fill-column'.
631         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
632         decode field value.
633
634         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
635         (elmo-decoded-field-body): Ditto.
636
637 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
640         `tokens' to `params'.
641
642 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
645         working buffer.
646
647 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
650         decide index.
651
652 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
655         Set default value as nil.
656         (toplevel): Register search engines by
657         `elmo-search-register-engine' if there are not defined.
658
659         * elmo.el (autoload): Added autoload setting for
660         `elmo-search-register-engine'.
661
662 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * elmo.el (toplevel): `[' is redefined as the prefix of the search
665         folder instead of nmz folder.
666         (elmo-nmz-default-index-path): Added obsolete variable setting.
667         (elmo-nmz-index-alias-alist): Ditto.
668         (elmo-nmz-use-drive-letter): Ditto.
669
670         * elmo-search.el (elmo-search-register-engine): New function.
671
672         * elmo-nmz.el: Removed.
673
674         * elmo-version.el (elmo-version): Up to 2.15.2.
675
676 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * elmo-search.el: New file.
679
680 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
681
682         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
683         condition `larger' and `smaller'.
684
685 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * elmo-util.el (elmo-safe-filename): Rewrite to replace
688         `"' (double quote) into "_Q_".
689
690 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * elmo-net.el (elmo-net-quote-chars): Abolish.
693         (elmo-net-format-quoted): Ditto.
694
695 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * elmo.el (elmo-get-folder-function): New variable.
698         (elmo-get-folder): New function.
699         (elmo-folder-rename): Call `elmo-make-folder' with specified
700         mime-charset.
701
702         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
703         `elmo-make-folder'.
704         (elmo-split-subr): Ditto.
705
706         * elmo-multi.el (elmo-folder-initialize): Ditto.
707
708         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
709
710         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
711         (elmo-flag-get-folder): Ditto.
712
713         * elmo-filter.el (elmo-folder-initialize): Ditto.
714
715         * elmo-access.el (elmo-folder-initialize): Ditto.
716         (elmo-access-folder-update-children): Ditto.
717
718         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
719         (elmo-dop-queue-flush): Ditto.
720         (elmo-folder-append-buffer-dop-delayed): Ditto.
721         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
722         mime-charset.
723
724         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
725         instead of `elmo-make-folder'.
726         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
727         destination folder instead of send `elmo-folder-rename-internal'.
728
729         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
730         slot of subfolder instead of create it.
731
732 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * elmo-util.el (elmo-collect-separators): New function.
735         (elmo-collect-separators-internal): Ditto.
736         (elmo-collect-trail-separators): Ditto.
737         (elmo-parse-separated-tokens): Ditto.
738         (elmo-parse-separated-tokens-internal): Ditto.
739         (elmo-quote-syntactical-element): Ditto.
740
741         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
742         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
743
744         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
745         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
746         (elmo-nntp-folder-list-subfolders): Quote a user name.
747
748         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
749         (elmo-net-parse-network): Abolish.
750         (elmo-net-folder-set-parameters): New function.
751         (elmo-folder-initialize): Follow the above change.
752
753         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
754         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
755         (elmo-folder-list-subfolders): Use
756         `elmo-quote-syntactical-element' instead of
757         `elmo-net-format-quoted' to quote mailbox and user name.
758
759 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * elmo-util.el (elmo-token-valid-p): New function.
762         (elmo-parse-token): Add optional argument `requirement'.
763         (elmo-parse-prefixed-element): Likewise.
764
765         * elmo-net.el (elmo-net-quote-chars): Renamed from
766         `elmo-net-quote-chars-regexp'.
767         (elmo-net-format-quoted): Add optional argument `extra-chars'.
768
769         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
770         by info document. Check token `uidl' is started an alphabet.
771
772         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
773         by info document. Check token `user' is started an alphabet.
774
775         * elmo-imap4.el (elmo-folder-initialize): Ditto.
776         (elmo-folder-list-subfolders): Quote user.
777
778 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * elmo-util.el (elmo-quoted-specials-list): New constant.
781         (elmo-quoted-token): New function.
782
783         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
784         (elmo-net-format-quoted): New function.
785         (elmo-net-parse-network): Ditto.
786         (elmo-folder-initialize): Use it.
787
788         * elmo-nntp.el (elmo-folder-initialize): Use
789         `elmo-net-parse-network' to parse network specification instead of
790         `elmo-folder-initialize#elmo-net'.
791
792         * elmo-pop3.el (elmo-folder-initialize): Ditto.
793
794         * elmo-imap4.el (elmo-folder-initialize): Ditto.
795         (elmo-folder-list-subfolders): Quote folder name by
796         `elmo-net-format-quoted'.
797
798 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
801         (elmo-folder-search): Use it.
802
803 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * modb-standard.el (modb-standard-loaded-message-id): Use
806         `elmo-msgdb-message-entity-field'.
807
808 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
811         without filename.
812
813 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * elmo-util.el (elmo-set-auto-coding): New function.
816         (elmo-object-load): Use it.
817
818 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
821         (elmo-time<): Define as alias of `elmo-time-less-p'.
822         (elmo-time-to-datevec): New function.
823
824         * elmo-date.el (elmo-time-to-days): New function.
825
826 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
829         is not cons cell.
830
831 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
834         parenthesis.
835
836         * elmo-util.el (elmo-map-recursive): New function.
837
838         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
839         (modb-entity-encode-string-recursive): Ditto.
840
841 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
842
843         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
844         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
845         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
846         compare sequence number when last modified time is nil.
847
848 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
849
850         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
851
852         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
853
854 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
855
856         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
857         modification time of the file.
858
859 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * elmo-util.el (elmo-condition-optimize): Discriminated against
862         preserved fields, extra fields and the other weight.
863
864 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * modb-entity.el (initialize-instance): Define.
867         (modb-entity-handler-mime-charset): New internal function.
868         (modb-standard-entity-set-field): Use it.
869         (elmo-msgdb-message-entity-field): Ditto.
870         (elmo-msgdb-message-entity-field): Ditto.
871
872         * modb.el (elmo-msgdb-match-condition): Rewrite with
873         `elmo-condition-match'.
874         (elmo-msgdb-match-condition-primitive): New function.
875
876         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
877         arguments `flags' and `numbers'.
878         (elmo-msgdb-match-condition-primitive): Abolished (merged to
879         `elmo-msgdb-message-match-condition').
880         (modb-buffer-entity-handler): New class.
881
882         * elmo.el (elmo-folder-search): Optimize condition to use
883         `elmo-condition-optimize'.
884         (elmo-message-buffer-match-condition): New function.
885         (elmo-message-match-condition): Use
886         `elmo-message-buffer-match-condition' instead of
887         `elmo-buffer-field-condition-match'.
888
889         * elmo-util.el (elmo-condition-match): New function.
890         (elmo-condition-optimize): Ditto.
891         (elmo-buffer-field-primitive-condition-match): Abolish.
892         (elmo-buffer-field-condition-match): Ditto.
893
894         * elmo-archive.el (elmo-archive-field-condition-match): Use
895         `elmo-message-buffer-match-condition' instead of
896         `elmo-buffer-field-condition-match'.
897
898 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * elmo-flag.el (elmo-global-flags-initialize): Check the
901         existence of the flag directory.
902
903 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * elmo-access.el (elmo-folder-initialize): Call
906         `elmo-multi-connect-signals'.
907
908         * elmo-pipe.el (elmo-folder-close): Define.
909
910         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
911         children folders.
912
913         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
914         with target folder.
915
916         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
917         `number'.
918
919         * elmo-multi.el (elmo-message-entity): Don't use return value of
920         `elmo-message-entity-set-number'.
921
922 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * modb.el (modb-generic): Added slot `mime-charset'.
925
926         * modb-standard.el (modb-standard): Added slot `overview-handler'.
927         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
928         and `modb-entity-handler-dump-parameters'.
929         (modb-standard-default-entity-handler): Abolish.
930         (elmo-msgdb-message-entity-handler): Save created handler by
931         instance slot.
932
933         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
934         (modb-entity-handler-list-parameters): New method.
935         (modb-entity-handler-equal-p): New function.
936         (modb-entity-handler-dump-parameters): Ditto.
937         (modb-entity-parse-address-string): Encode return value.
938         (modb-entity-make-address-string): Decode argument value.
939         (modb-entity-decode-string-recursive): New function.
940         (modb-entity-encode-string-recursive): Ditto.
941         (modb-standard-entity-normalizer): Set to encode field value.
942         (modb-standard-entity-specializer): Follow the above change.
943         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
944         mime-charset of handler.
945         (elmo-msgdb-message-entity-field): Ditto.
946         (elmo-msgdb-copy-message-entity): Fixed reference to internal
947         structure.
948         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
949
950         * elmo.el (elmo-folder): Added slot `mime-charset'.
951         (elmo-make-folder): Added argument `mime-charset'.
952         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
953         `mime-charest'.
954
955         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
956         (elmo-make-msgdb): Likewise.
957
958         * elmo-internal.el (elmo-internal-folder-initialize): Call
959         `luna-make-entity' with :mime-charset parameter.
960
961 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
962
963         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
964         encoded words in `from' and `subject' field.
965
966 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * modb.el (elmo-msgdb-message-field): Add argument `type'.
969         (elmo-msgdb-match-condition): Get handler from entity instead of
970         msgdb.
971
972         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
973         (modb-standard-load-entity): Treat new file format.
974         (modb-standard-save-entity-1): Save as new file format.
975         (modb-standard-save-entity): Split messages into section here.
976         (elmo-msgdb-message-field): Follow the API change.
977         (modb-standard-default-entity-handler): New internal variable.
978         (elmo-msgdb-message-entity-handler): Define.
979
980         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
981         to `elmo-vars.el'.
982         (modb-entity-field-extractor-alist): New user option.
983         (elmo-msgdb-message-entity-field): Removed argument `decode' and
984         added argument `type'.
985         (elmo-msgdb-copy-message-entity): Add optional argument
986         `make-handler'.
987         (modb-set-field-converter): New function.
988         (modb-convert-field-value): Ditto.
989         (modb-entity-string-decoder): Ditto.
990         (modb-entity-string-encoder): Ditto.
991         (modb-entity-parse-date-string): Ditto.
992         (modb-entity-make-date-string): Ditto.
993         (modb-entity-mime-decoder): Ditto.
994         (modb-entity-mime-encoder): Ditto.
995         (modb-entity-address-list-decoder): Ditto.
996         (modb-entity-address-list-encoder): Ditto.
997         (modb-entity-parse-address-string): Ditto.
998         (modb-entity-make-address-string): Ditto.
999         (modb-entity-create-field-indices): Ditto.
1000         (modb-legacy-entity-field-slots): New constant.
1001         (modb-legacy-entity-field-indices): Ditto.
1002         (modb-legacy-entity-normalizer): New variable.
1003         (modb-legacy-entity-specializer): Ditto.
1004         (modb-legacy-entity-field-index): New macro.
1005         (modb-legacy-entity-set-field): New function.
1006         (modb-legacy-make-message-entity): Rewrite.
1007         (elmo-msgdb-create-message-entity-from-buffer): Use
1008         `elmo-msgdb-get-references-from-buffer'. Use
1009         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1010         Use `modb-legacy-entity-set-field' instead of
1011         `elmo-msgdb-message-entity-set-field'.
1012         (elmo-msgdb-message-entity-field): Rewrite.
1013         (elmo-msgdb-message-entity-set-field): Ditto.
1014         (elmo-msgdb-copy-message-entity): Make new entity by
1015         `make-handler' if it specified.
1016         (elmo-msgdb-message-match-condition): Define a method of
1017         `modb-entity-handler' and follow the API change.
1018         (modb-standard-entity-handler): New class.
1019         (modb-entity-extract-ml-info-from-x-sequence): New function.
1020         (modb-entity-extract-ml-info-from-subject): Ditto.
1021         (modb-entity-extract-ml-info-from-return-path): Ditto.
1022         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1023         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1024         (modb-entity-extract-mailing-list-info): Ditto.
1025         (modb-entity-extract-mailing-list-info-functions): New variable.
1026
1027         * elmo.el (elmo-message-field): Add optional argument `type'.
1028
1029         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1030         from `modb-entity.el'.
1031
1032         * elmo-util.el (elmo-object-load): Decode by coding-system from
1033         `set-auto-coding-function'.
1034         (elmo-object-save): Use `detect-mime-charset-region' and add
1035         coding cookie if encode.
1036         (elmo-msgdb-get-references-from-buffer): New function.
1037         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1038
1039         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1040
1041         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1042         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1043         instead of `shimbun-make-header' and follow the API change.
1044         (elmo-shimbun-update-overview): Follow the API change.
1045         (elmo-map-folder-list-message-locations): Ditto.
1046
1047         * elmo-pipe.el (elmo-message-field): Ditto.
1048
1049         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1050         Ditto.
1051
1052         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1053
1054         * elmo-multi.el (elmo-message-field): Ditto.
1055
1056         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1057         (elmo-msgdb-sort-by-date): Ditto.
1058         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1059         `elmo-message-entity-field'.
1060         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1061         change.
1062         (elmo-msgdb-overview-entity-get-from): Ditto.
1063         (elmo-msgdb-overview-entity-get-subject): Ditto.
1064         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1065         (elmo-msgdb-overview-entity-get-date): Ditto.
1066         (elmo-msgdb-overview-entity-get-to): Ditto.
1067         (elmo-msgdb-overview-entity-get-cc): Ditto.
1068
1069         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1070         (elmo-mime-collect-message/partial-pieces): Ditto.
1071
1072         * elmo-filter.el (elmo-message-field): Ditto.
1073
1074         * elmo-date.el (elmo-datevec-to-time): New function.
1075         (elmo-time-parse-date-string): Ditto.
1076         (elmo-time-make-date-string): Ditto.
1077         (elmo-time<): Ditto.
1078
1079         * elmo-version.el (elmo-version): Up to 2.15.1.
1080
1081 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1082
1083         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1084         member of elmo-local-flags.
1085
1086 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1087
1088         * elmo-version.el (elmo-version): Up to 2.15.0.
1089
1090 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1093         `ignore-msgdb' is non-nil.
1094
1095 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1098         (elmo-condition-in-msgdb-p): Ditto.
1099         (elmo-file-field-primitive-condition-match): Ditto.
1100         (elmo-file-field-condition-match): Ditto.
1101
1102         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1103
1104 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1107         subdirectories here.
1108         (elmo-global-flags-initialize): New function.
1109
1110         * elmo.el (toplevel): Added autoload setting for
1111         `elmo-global-flags-initialize'.
1112
1113 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * elmo.el (message-number-changed): Define new signal.
1116         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1117         message-number-changed signal.
1118         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1119         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1120         Respect `elmo-pack-number-check-strict'.
1121
1122 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1123
1124         * elmo-signal.el (elmo-connect-signal): Document.
1125         (elmo-emit-signal): Ditto.
1126         (elmo-emit-signal): It should pass source argument to filter and
1127         handler, not slot-source.
1128
1129 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * modb.el (elmo-msgdb-update-entity): New API and define generic
1132         implement.
1133
1134         * modb-standard.el (elmo-msgdb-update-entity): Define.
1135
1136         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1137         API and define generic implement.
1138
1139         * elmo.el (update-overview): New singnal.
1140
1141         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1142         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1143         (elmo-message-entity-parent): Define.
1144
1145         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1146         `update-overview'.
1147
1148         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1149
1150         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1151
1152 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1153
1154         * elmo.el (elmo-folder-synchronize): Sort the return value of
1155         `elmo-list-diff'.
1156
1157         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1158         list.
1159
1160 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1163         `default-enable-multibyte-characters'.
1164         (elmo-object-load): Use `with-temp-buffer' instead of
1165         `elmo-set-work-buf'.
1166         (elmo-object-save): Ditto.
1167         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1168         `elmo-set-work-buf'.
1169         (elmo-decoded-field-body): Ditto.
1170
1171         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1172
1173         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1174         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1175
1176         * elmo-version.el (elmo-version): Up to 2.13.3.
1177
1178 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1179
1180         * elmo-util.el (elmo-list-diff): Fix the last change.
1181         Reverse order of result lists.
1182
1183 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1184
1185         * modb-standard.el (elmo-msgdb-set-flag): Use
1186         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1187         (elmo-msgdb-unset-flag): Ditto.
1188
1189         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1190         `elmo-list-diff'.
1191
1192         * elmo-util.el (elmo-list-diff): Rewrite.
1193         (elmo-list-diff-nonsortable): New function.
1194
1195 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1196
1197         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1198         `elmo-multibypte-buffer-name'.  All referers are updated.
1199
1200 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1203         (elmo-mime-entity-fragment-p): New function.
1204         (mime-elmo-buffer-entity): Added slot `reassembled'.
1205         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1206         (elmo-message-mime-entity-internal): New function (renamed from
1207         `elmo-message-mime-entity').
1208         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1209         (elmo-mime-make-reassembled-mime-entity): New function.
1210         (elmo-message-reassembled-mime-entity): Ditto.
1211         (elmo-mime-collect-message/partial-pieces): Ditto.
1212
1213 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1216
1217         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1218         (elmo-with-enable-multibyte): New macro.
1219
1220         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1221
1222 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1225         argument `number'.
1226         (elmo-filter-connect-signals): Follow the above change.
1227
1228 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1229
1230         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1231
1232         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1233         that only the first flag is used.
1234
1235 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1236
1237         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1238         if available.
1239
1240 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * elmo-signal.el: New file.
1243
1244         * elmo.el (toplevel): Require elmo-signal.
1245         (flag-changing, flag-changed, cache-changed): New signal.
1246         (elmo-folder): Remove slog `handlers'.
1247         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1248         `elmo-folder-notify-event'.
1249         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1250         (elmo-folder-unset-flag): Ditto.
1251         (elmo-event-handler): Abolish.
1252         (elmo-event-handler-flag-changed): Ditto.
1253         (elmo-event-handler-cache-changed): Ditto.
1254         (elmo-folder-add-handler): Ditto.
1255         (elmo-folder-remove-handler): Ditto.
1256         (elmo-folder-notify-event): Ditto.
1257
1258         * elmo-pipe.el (toplevel): Require elmo-signal.
1259         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1260         (elmo-pipe-connect-signals): New function.
1261         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1262         (elmo-folder-set-flag): Ditto.
1263         (elmo-folder-unset-flag): Ditto.
1264         (elmo-message-set-cached): Ditto.
1265
1266         * elmo-multi.el (toplevel): Require elmo-signal.
1267         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1268         (elmo-multi-connect-signals): New function.
1269         (elmo-multi-map-numbers): Ditto.
1270         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1271         (elmo-message-fetch): Ditto.
1272         (elmo-folder-set-flag): Ditto.
1273         (elmo-folder-unset-flag): Ditto.
1274
1275         * elmo-filter.el (toplevel): Require elmo-signal.
1276         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1277         (elmo-filter-connect-signals): New function.
1278         (elmo-filter-add-flag-count): Ditto.
1279         (elmo-message-fetch): Does not call
1280         `elmo-filter-folder-countup-message-flags' and
1281         `elmo-folder-notify-event'.
1282         (elmo-message-set-cached): Ditto.
1283         (elmo-folder-set-flag): Ditto.
1284         (elmo-folder-unset-flag): Ditto.
1285
1286         * elmo-version.el (elmo-version): Up to 2.13.2.
1287
1288 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1291         `flags'.
1292
1293 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * elmo-filter.el (elmo-message-set-cached): Call
1296         `elmo-folder-notify-event' with event `cache-changed'.
1297
1298         * elmo-multi.el (elmo-message-set-cached): Ditto.
1299
1300         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1301
1302 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * elmo.el (elmo-folder-encache): Abolish.
1305
1306 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1309         (elmo-folder-next-message-number-dop): Return appropriate negative
1310         integer.
1311
1312 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1313
1314         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1315         clearing pending operations.
1316         (elmo-folder-next-message-number-dop): Return appropriate negative
1317         integer.
1318
1319 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * elmo.el (toplevel): Added autoload setting for `md5'.
1322         (elmo-msgdb-path-encode-threshold): New user option.
1323         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1324         longer than `elmo-msgdb-path-encode-threshold'.
1325
1326         * elmo-flag.el (elmo-global-mark-migrate): Use
1327         `elmo-folder-expand-msgdb-path' instead of
1328         `elmo-folder-msgdb-path'.
1329
1330 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1333         element of the difference is nil.
1334
1335 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1338         to the check logic of file systems which are weak in colon character.
1339
1340 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1343
1344 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1345
1346         * elmo-maildir.el (elmo-maildir-move-file): New function.
1347         (elmo-folder-append-buffer): Use it.
1348         (elmo-folder-append-messages): Ditto.
1349         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1350
1351         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1352         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1353
1354         * elmo-maildir.el (elmo-maildir-separator): New user option.
1355         (elmo-maildir-adjust-separator): New macro.
1356         (elmo-maildir-list-location): Use it.
1357         (elmo-maildir-update-current): Ditto.
1358         (elmo-maildir-set-mark): Ditto.
1359         (elmo-maildir-delete-mark): Ditto.
1360         (These changes are based on Hiroya Murata's patch [wl: 13437])
1361
1362 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1365
1366 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1369         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1370         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1371
1372 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1373
1374         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1375         Use `with-temp-buffer'.
1376
1377 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1378
1379         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1380
1381         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1382         `wl-read-search-condition').
1383         (elmo-read-search-condition-internal): Likewise.
1384
1385         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1386         (elmo-flag-valid-p): New function.
1387         (elmo-folder-initialize): Check flag name is valid.
1388
1389 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1392         delimiter to obtain root mailbox itself.
1393
1394 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1395
1396         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1397         type mismatch.
1398
1399 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1400
1401         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1402         as t.
1403
1404 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1405
1406         * elmo-shimbun.el (toplevel): Require cl at compile.
1407
1408         * elmo-nntp.el (toplevel): Ditto.
1409
1410         * elmo-nmz.el (toplevel): Ditto.
1411
1412         * elmo-multi.el (toplevel): Ditto.
1413
1414         * elmo-file.el (toplevel): Ditto.
1415
1416         * elmo-dop.el (toplevel): Ditto.
1417
1418         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1419
1420 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1421
1422         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1423         as nil.
1424
1425         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1426         size of elmo-message-fetch-internal is 0 byte.
1427
1428 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1431
1432 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1433
1434         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1435         always plugged.
1436
1437 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1438
1439         * elmo-maildir.el (elmo-map-message-fetch): Call
1440         `elmo-map-folder-set-flag'.
1441
1442         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1443         (elmo-message-fetch): Merge from
1444         `elmo-message-fetch-with-cache-process'.
1445
1446         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1447         (elmo-message-fetch): Define.
1448
1449         * elmo-nntp.el (elmo-message-fetch): Renamed from
1450         `elmo-message-fetch-with-cache-process'.
1451
1452         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1453         (elmo-message-fetch): Define.
1454
1455         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1456         search-key.
1457
1458         * elmo-shimbun.el (shimbun-mua-search-id): Use
1459         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1460         (elmo-shimbun-folder-shimbun-header): Ditto.
1461         (elmo-shimbun-get-headers): Ditto.
1462         (elmo-shimbun-update-overview): Ditto.
1463
1464         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1465
1466         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1467         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1468
1469 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1470
1471         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1472         message is cached.
1473         (elmo-message-fetch-string): Fixed argument.
1474
1475 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1476
1477         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1478         exchange order of arguments `section' and `unread'.
1479         (elmo-message-encache): Follow the API change.
1480         (elmo-message-match-condition): Ditto.
1481         (elmo-generic-folder-append-messages): Ditto.
1482         (elmo-message-fetch-string): New function.
1483
1484         * elmo-split.el (elmo-split-subr): Ditto.
1485
1486         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1487
1488         * elmo-pipe.el (elmo-message-fetch): Ditto.
1489
1490         * elmo-multi.el (elmo-message-fetch): Ditto.
1491
1492         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1493
1494         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1495
1496         * elmo-filter.el (elmo-message-fetch): Ditto.
1497
1498         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1499
1500         * elmo-imap4.el (mime-imap-location-section-body): Use
1501         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1502         follow the API change.
1503
1504 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * elmo-access.el: New file.
1507
1508         * elmo-null.el: Ditto.
1509
1510         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1511
1512 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1513
1514         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1515         (elmo-network-session): New attribute `last-accessed'.
1516         (elmo-network-get-session): Discard network cache if elapsed time
1517         since last-accessed is larger than elmo-network-session-idle-timeout.
1518
1519 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1520
1521         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1522         and added `number', `require-entireness'.
1523         (elmo-find-fetch-strategy): Rewrite.
1524         (elmo-message-fetch): Unset `unread' flag when argument unread is
1525         non-nil.
1526
1527         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1528
1529         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1530         (elmo-message-fetch): Notify event `flag-changed'.
1531
1532         * elmo-pipe.el: Likewise.
1533
1534         * elmo-mime.el (elmo-mime-entity): New class.
1535         (elmo-mime-entity-display-p): New generic function.
1536         (elmo-mime-entity-display): Ditto.
1537         (elmo-mime-entity-display-as-is): Ditto.
1538         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1539         elmo-mime-entity.
1540         (elmo-make-mime-message-location): Removed.
1541         (elmo-mime-message-display): Ditto.
1542         (elmo-mime-display-as-is): Ditto.
1543         (elmo-message-mime-entity): New function.
1544
1545         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1546
1547         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1548         change.
1549         (elmo-message-fetch): Re-count flagged message number and notify
1550         event `flag-changed'.
1551
1552         * elmo-version.el (elmo-version): Up to 2.13.1.
1553
1554 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * elmo-filter.el (elmo-message-field): Define.
1557         (elmo-message-set-field): Ditto.
1558
1559 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * elmo.el (elmo-message-set-cached): Call
1562         `elmo-folder-notify-event' with cache-changed.
1563         (elmo-event-handler-cache-changed): New generic function.
1564
1565 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1566
1567         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1568         instead of elmo-add-name-to-file.
1569         (elmo-folder-append-messages): Ditto.
1570
1571 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1574
1575 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * elmo-version.el (elmo-version): Up to 2.13.0.
1578
1579         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1580         `auto'.
1581
1582         * modb-standard.el (modb-standard-economize-entity-size): Changed
1583         default value to `t'.
1584
1585         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1586         `standard'.
1587
1588         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1589         after parsing greeting string.
1590
1591 2004-11-23  Daishi Kato <daishi@axlight.com>
1592
1593         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1594         New user option.
1595         (elmo-spam-spamoracle-call): Use it.
1596
1597 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * elmo.el (elmo-message-accessible-p): Message in dop spool
1600         is accessible.
1601
1602 2004-11-23  Daishi Kato <daishi@axlight.com>
1603
1604         * elsp-spamoracle.el: New file.
1605
1606 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * elmo.el (elmo-message-flags-for-append): New function.
1609         (elmo-generic-folder-append-messages): Use it.
1610
1611         * elmo-split.el (elmo-split-subr): Ditto.
1612
1613         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1614         `flags' and use elmo-folder-append-buffer instead of
1615         write-region-as-binary.
1616         (elmo-dop-filter-pending-messages): New function.
1617         (elmo-folder-append-buffer-dop): Call
1618         elmo-dop-spool-folder-append-buffer with `flag'.
1619         (elmo-folder-set-flag-dop): Filter messages by
1620         elmo-dop-filter-pending-messages.
1621         (elmo-folder-unset-flag-dop): Ditto.
1622         (elmo-folder-append-buffer-dop-delayed): Use
1623         elmo-message-flags-for-append to get flags of the message and
1624         simplify.
1625
1626 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1627
1628         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1629
1630 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * elmo.el (elmo-folder): Added handlers slot.
1633         (elmo-event-handler): New class.
1634         (elmo-event-handler-flag-changed): New API.
1635         (elmo-folder-add-handler): New function.
1636         (elmo-folder-remove-handler): Ditto.
1637         (elmo-folder-notify-event): Ditto.
1638         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1639         `flag-changed'.
1640         (elmo-folder-unset-flag): Ditto.
1641
1642         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1643         (elmo-folder-unset-flag): Ditto.
1644
1645         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1646         (elmo-folder-unset-flag): Ditto.
1647
1648         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1649         (elmo-folder-unset-flag): Ditto.
1650
1651         * elmo-version.el (elmo-version): Up to 2.11.33.
1652
1653 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1654
1655         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1656
1657 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1658
1659         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1660
1661         * elmo-flag.el (elmo-folder-unset-flag): Define.
1662         (elmo-global-flag-detach): Do process when the flag is not target
1663         flag.
1664
1665 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1666
1667         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1668         variable.
1669         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1670
1671 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1674         function.
1675         (elmo-folder-delete-messages): Detach messages before delete
1676         messages from target folder.
1677         (elmo-folder-detach-messages): Set updated number-list to slot.
1678
1679 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1680
1681         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1682
1683 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1686
1687 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1688
1689         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1690         internal use only).
1691         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1692         not modified.
1693         (elmo-folder-delete-messages): Define.
1694         (elmo-folder-move-messages): Don't call
1695         `elmo-folder-detach-messages'.
1696         (elmo-folder-synchronize): Rewrite.
1697         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1698
1699         * elmo-util.el (elmo-last): New function.
1700         (elmo-set-list): Ditto.
1701         (elmo-number-set-delete-list): Ditto.
1702         (elmo-number-set-delete): Ditto.
1703
1704         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1705
1706         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1707         `elmo-folder-delete-messages' and don't delete location map.
1708         (elmo-folder-detach-messages): Define.
1709
1710         * elmo-imap4.el (elmo-folder-delete): Use
1711         `elmo-folder-delete-messages-internal' instead of
1712         `elmo-folder-delete-messages'.
1713
1714         * elmo-filter.el (elmo-folder-delete-messages): Call
1715         `elmo-folder-detach-messages'.
1716         (elmo-folder-detach-messages): Don't call
1717         `elmo-folder-detach-messages' for target folder.
1718
1719         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1720         message deletion is succeeded.
1721
1722         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1723
1724         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1725         from `elmo-folder-delete-messages'.
1726
1727         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1728
1729         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1730
1731         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1732
1733         * elmo-version.el (elmo-version): Up to 2.11.32.
1734
1735 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1736
1737         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1738         (elmo-global-flag-list): Added obsolete variable setting.
1739
1740         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1741
1742         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1743         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1744         `elmo-mime-display-header-analysis' is nil.
1745
1746         * elmo-flag.el (elmo-global-flags): Renamed from
1747         `elmo-global-flag-list' (All other related portions are changed).
1748         (elmo-local-flags): New variable.
1749         (elmo-local-flag-p): New function.
1750         (elmo-global-flag-set-internal): Cause an error when flag is not
1751         global.
1752
1753 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1754
1755         * elmo-util.el (elmo-concat-path): Treat empty path.
1756
1757 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1760         field-or-fields).
1761         (elmo-split-address-match): Ditto.
1762         (elmo-split-equal): Ditto.
1763         (elmo-split-match): Ditto.
1764
1765 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1766
1767         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1768         (elmo-generic-folder-append-messages): If src message exists but
1769         has no flag, pass (read) for the FLAG argument of
1770         `elmo-folder-append-buffer'. Otherwise, pass nil.
1771
1772         * elmo-split.el (elmo-split-subr): Likewise.
1773
1774         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1775
1776         * elmo-multi.el (elmo-message-flags): Ditto.
1777
1778         * elmo-filter.el (elmo-message-flags): Ditto.
1779
1780         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1781         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1782         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1783         
1784 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * elmo-split.el (elmo-split-rule): Update comment.
1787         (elmo-split-address-equal): Allow 2nd argument to be a list.
1788         (elmo-split-address-match): Ditto.
1789         (elmo-split-equal): Ditto.
1790         (elmo-split-match): Ditto.
1791
1792 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1793
1794         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1795         (elmo-folder-append-msgdb): Don't treat `read'.
1796         (elmo-message-flags): Don't return `read'.
1797
1798         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1799         (elmo-folder-unset-read-delayed): Ditto.
1800
1801         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1802
1803 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1806         deletion.
1807
1808 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1809
1810         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1811         header.
1812
1813 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1814
1815         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1816         here.
1817         (elmo-msgdb-save): Bind inhibit-quit.
1818         (modb-standard-message-entity): Ditto.
1819
1820 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1821
1822         * elmo-database.el: No need to require elmo-msgdb.
1823
1824 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1827         instead of `elmo-list-subdirectories'.
1828
1829 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1830
1831         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1832         group entry.
1833         (elmo-folder-exists-p): "[" is empty.
1834         (elmo-folder-list-subfolders): Define.
1835         (elmo-folder-have-subfolder-p): Ditto.
1836
1837 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1840
1841 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1842
1843         * elmo-filter.el (elmo-folder-local-p): Define.
1844
1845 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1846
1847         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1848         when entity is garbaged.
1849         (modb-standard-save-entity-1): Don't modify the original entity.
1850
1851 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1852
1853         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1854
1855 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * elmo.el (elmo-strict-folder-diff): Use
1858         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1859
1860 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1861
1862         * modb.el (elmo-msgdb-flag-available-p): New generic function.
1863         (elmo-msgdb-message-number): Ditto.
1864         (elmo-msgdb-message-field): Ditto.
1865
1866         * modb-standard.el (modb-standard-economize-entity-size): New user
1867         option.
1868         (modb-standard-loaded-message-id): New inline function.
1869         (modb-standard-load-entity): Use it.
1870         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
1871         throw message-id string away.
1872         (elmo-msgdb-flag-available-p): Define.
1873         (elmo-msgdb-message-number): Ditto.
1874         (elmo-msgdb-message-field): Ditto.
1875
1876         * modb-legacy.el (modb-legacy-flag-list): Fix typo
1877         (suppoted -> supported).
1878         (modb-legacy-supported-flag-p): Ditto.
1879         (elmo-msgdb-set-flag): Ditto.
1880         (elmo-msgdb-unset-flag): Ditto.
1881         (elmo-msgdb-flag-available-p): Define.
1882
1883         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
1884         is `t', treat it as legacy entity.
1885         
1886         * elmo.el (elmo-message-flag-available-p): New generic function.
1887         (elmo-message-number): Ditto.
1888         (elmo-message-field): Use `elmo-msgdb-message-field'.
1889
1890         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
1891
1892         * elmo-pipe.el (elmo-message-flag-available-p): Define.
1893         (elmo-message-number): Ditto.
1894
1895         * elmo-multi.el (elmo-message-number): Define.
1896         (elmo-message-flag-available-p): Ditto.
1897
1898         * elmo-filter.el (elmo-message-flag-available-p): Define.
1899         (elmo-message-number): Ditto.
1900
1901         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
1902         (elmo-folder-initialize): Load `max-number'.
1903         (elmo-folder-commit): Save it.
1904         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
1905         (elmo-global-flag-set-internal): Set up max-number slot.
1906
1907 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * elmo-version.el (elmo-version): Up to 2.11.31.
1910
1911 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
1914         unibyte string of the current buffer for the argument of `md5'
1915         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
1916
1917 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * modb-legacy.el (modb-legacy-flag-list): New constant.
1920         (modb-legacy-suppoted-flag-p): New internal function.
1921         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
1922         (elmo-msgdb-unset-flag): Ditto.
1923
1924 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1925
1926         * elmo.el (elmo-make-folder): Remove text properties for prefix.
1927
1928         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
1929         from msgdb.
1930
1931 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * elmo-multi.el (elmo-folder-count-flags): Changed return value
1934         (follow the API change).
1935
1936         * elmo-filter.el (elmo-folder-count-flags): Ditto.
1937
1938 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1939
1940         * modb-standard.el (modb-standard-digest-flags): Abolish.
1941         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
1942
1943         * elmo-vars.el (elmo-digest-flags): New variable.
1944         (elmo-preserved-flags): Moved from elmo-flag.el.
1945
1946         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
1947         (elmo-imap4-flag-to-imap-criteria): Ditto.
1948         (elmo-imap4-folder-list-flagged): Use it.
1949
1950         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
1951
1952         * elmo.el (elmo-folder-count-flags): Changed return value.
1953
1954         * elmo-flag.el (elmo-preserved-flags): New variable.
1955         (elmo-get-global-flags): Use it.
1956
1957         * modb-standard.el (modb-standard-digest-flags): New variable.
1958         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
1959         Changed behavior of `any'.
1960
1961         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
1962         which are defined the Internet draft
1963         (draft-melnikov-imap-keywords-03.txt).
1964         (elmo-imap4-flags-to-imap): New function.
1965         (elmo-folder-append-buffer): Use it.
1966
1967         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
1968         in the docstring.
1969
1970         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
1971         avoid the bug of Emacs 21.3.
1972
1973 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1974
1975         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
1976         function find-coding-system does not exist.
1977
1978 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979
1980         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
1981         parsing.
1982
1983 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1984
1985         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
1986         response codes.
1987
1988 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
1991         (elmo-network-close-session): Follow the changes in
1992         `elmo-pop3-read-response'.
1993         (elmo-pop3-auth-user): Ditto.
1994         (elmo-pop3-auth-apop): Ditto.
1995         (elmo-network-initialize-session): Ditto.
1996         (elmo-network-authenticate-session): Ditto.
1997         (elmo-network-setup-session): Ditto.
1998         (elmo-folder-status): Ditto.
1999         (elmo-message-fetch-plugged): Ditto.
2000         (elmo-pop3-delete-msg): Ditto.
2001
2002 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2005         on failure.
2006
2007 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2008
2009         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2010         style.
2011         (elmo-bind-directory): Ditto.
2012
2013 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2014
2015         * elmo.el (elmo-folder-append-messages): Note on return value.
2016         * elmo-archive.el (elmo-folder-append-messages): Don't return
2017         message numbers which could not be appended.
2018
2019 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2020
2021         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2022
2023 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2024
2025         * elmo-version.el (elmo-version): Up to 2.11.30.
2026
2027 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2030         `mask'.
2031
2032         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2033
2034         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2035         (elmo-multi-split-numbers): Add elmo-folder object into each
2036         element of return value at first.
2037         (elmo-folder-delete-messages): Follow the above change.
2038         (elmo-folder-detach-messages): Ditto.
2039
2040         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2041         number which is synchronized in target folder.
2042
2043 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044
2045         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2046         Change default value to symbol `all'.
2047         (elmo-map-message-fetch): Change condition to update overview
2048         follow the above.
2049
2050 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2051
2052         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2053         behavior to update overview.
2054         (elmo-shimbun-update-overview-folder-list): Note it.
2055
2056 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2057
2058         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2059         recursive call.
2060
2061 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2064         buffer-disable-undo, it is unnecessary.
2065         (elmo-spam-register-good-messages): Ditto.
2066
2067         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2068         Ditto.
2069
2070         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2071
2072 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2073
2074         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2075         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2076         elmo-set-buffer-multibyte.
2077         (elmo-object-load): Ditto.
2078         (elmo-save-buffer): Ditto.
2079         (elmo-delete-char): Ditto.
2080         (elmo-file-field-primitive-condition-match): Ditto.
2081         (elmo-mime-string): Ditto.
2082
2083         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2084         (elmo-archive-field-condition-match): Ditto.
2085
2086         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2087
2088         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2089
2090         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2091         (elmo-nntp-msgdb-create-message): Ditto.
2092
2093         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2094
2095         * elmo.el (elmo-message-match-condition): Ditto.
2096         (elmo-message-match-condition): Ditto.
2097
2098         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2099         Ditto.
2100
2101         * elmo-version.el (elmo-version): Up to 2.11.29.
2102
2103         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2104         (elsp-header): New backend.
2105
2106         * elmo-util.el (elmo-decoded-field-body): New function.
2107
2108 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * elmo-version.el (elmo-version): Up to 2.11.28.
2111
2112 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * elmo-filter.el: Rewrite.
2115
2116         * elmo-version.el (elmo-version): Up to 2.11.27.
2117
2118 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2119
2120         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2121         msgdb path for the localdir folder with absolute path.
2122
2123         * utf7.el: Synch up with latest gnus/utf7.el;
2124         Modified for latest Emacs.
2125
2126 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2129         shimbun backend couldn't open.
2130
2131 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2132
2133         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2134         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2135         when a destination folder is a filter folder.
2136
2137 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2138
2139         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2140         (elmo-generic-folder-append-messages): Call elmo-message-flags
2141         with argument `msgid'.
2142
2143         * elmo-split.el (elmo-split-subr): Ditto.
2144
2145         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2146
2147         * elmo-multi.el (elmo-message-flags): Ditto.
2148
2149 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2150
2151         * elmo.el (elmo-folder): Add new slot `flag-table'.
2152         (elmo-folder-flag-table): New API.
2153         (elmo-folder-close-flag-table): Ditto.
2154         (elmo-folder-preserve-flags): New function.
2155         (elmo-generic-folder-append-messages): Use
2156         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2157         Flag of a non-registered message, it sets to nil.
2158         Does not set flag to flag-table.
2159
2160         * elmo-maildir.el (elmo-folder-append-buffer): Use
2161         `elmo-folder-preserve-flags'.
2162         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2163         `elmo-folder-close-flag-table'.
2164
2165         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2166         (elmo-archive-folder-append-buffer): Use
2167         `elmo-folder-preserve-flags'.
2168
2169         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2170
2171         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2172
2173         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2174         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2175         `elmo-folder-close-flag-table'.
2176
2177         * elmo-version.el (elmo-version): Up to 2.11.26.
2178
2179 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2180
2181         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2182
2183         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2184         md5's 4th and 5th argument (non-existent in flim one).
2185
2186 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2189         message, It sets to nil.
2190
2191 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2192
2193         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2194         list is non-nil.
2195
2196 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2197
2198         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2199
2200         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2201
2202         * elmo-util.el (elmo-uniq-sorted-list): New function.
2203         (elmo-make-number-list): Ditto.
2204         (elmo-number-set-to-number-list): Use elmo-make-number-list
2205         and don't use nreverse.
2206
2207 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * elmo-version.el (elmo-version): Up to 2.11.25.
2210
2211 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2212
2213         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2214         field not exists in message, Use md5 message digest of header.
2215
2216 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2219         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2220         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2221         * elmo-split.el (elmo-split-subr): Check return value of
2222         elmo-folder-append-buffer.
2223
2224         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2225         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2226
2227         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2228         message-id.
2229
2230 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2231
2232         * elmo-split.el (elmo-split-subr): Append message with flag.
2233
2234         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2235         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2236         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2237
2238 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2239
2240         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2241         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2242         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2243
2244 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2245
2246         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2247         with a function call of `process-buffer'.  All callers are updated.
2248         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2249         Remove redundant `set-buffer' in a while loop.
2250
2251 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2252
2253         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2254         calls.
2255
2256 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2257
2258         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2259         elsp-spamfilter-register-buffer-internal with current buffer.
2260         (elmo-spam-register-spam-buffer): Ditto.
2261         (elmo-spam-register-good-buffer): Ditto.
2262
2263 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2264
2265         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2266         if it is not contained in the response(A workaround for courier-imap).
2267
2268 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2271         parenthesis.
2272
2273 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2276         range.
2277
2278 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2281         of nconc.
2282
2283         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2284         argument handler.
2285         (elmo-msgdb-message-match-condition): Follow the change above.
2286
2287 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2290         folder name.
2291
2292 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2293
2294         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2295
2296 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2297
2298         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2299
2300 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2303         not found.
2304
2305 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2306
2307         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2308         value.
2309         (elmo-file-command-argument): Undo last change for cygwin.
2310         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2311         Don't return nil.
2312         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2313
2314 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315
2316         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2317         value returned from elmo-file-find is nil.
2318
2319 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2320
2321         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2322         to elmo-vars.el.
2323
2324         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2325         instead of insert-file-contents-as-binary.
2326         (elmo-message-set-field): New generic function.
2327
2328         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2329         behavior change on `split-string'.
2330
2331         * elmo-file.el (elmo-file-find): New function.
2332         (elmo-file-command): New user option.
2333         (elmo-file-command-argument): Ditto.
2334         (elmo-file-fetch-max-size): Ditto.
2335         (elmo-file-detect-format): New function.
2336         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2337         Use elmo-file-detect-format.
2338         (elmo-map-folder-list-message-locations): Don't treat directories.
2339
2340 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2341
2342         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2343         (elmo-passwd-alist-clear): Shred password before clear.
2344         (elmo-remove-passwd): Remove all mached pair.
2345
2346 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2347
2348         * elmo.el (elmo-folder-synchronize): Fix description of the return
2349         value.
2350
2351 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2352
2353         * elmo.el (elmo-message-fetch-bodystructure): New method.
2354         (elmo-message-fetch-bodystructure): Define default.
2355
2356         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2357         elmo-message-fetch-bodystructure.
2358         (elmo-message-fetch-bodystructure): Define.
2359
2360         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2361
2362 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2363
2364         * elmo-filter.el (elmo-message-folder): Define.
2365
2366 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2369         elmo-delete-cr-buffer.
2370
2371         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2372
2373         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2374
2375         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2376
2377         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2378         type seems to be a text.
2379
2380 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2381
2382         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2383         (elmo-spam-register-good-buffer): Ditto.
2384         (elmo-spam-spamassassin-register-messages): Ditto.
2385
2386         * elmo-util.el (elmo-string-member-ignore-case): Define with
2387         static-cond.
2388
2389 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2390
2391         * elmo.el (elmo-folder-type): Undo last change.
2392
2393         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2394
2395         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2396         warnings.
2397
2398         * elmo-file.el: New file.
2399         
2400         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2401
2402         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2403         variable.
2404         (elmo-spam-spamassassin-register-messages): New inline function.
2405         (elmo-spam-register-spam-messages): Define.
2406         (elmo-spam-register-good-messages): Ditto.
2407
2408         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2409         Fixed typo.
2410
2411         * elmo.el (toplevel): Added autoload setting for
2412         `elmo-get-global-flags'.
2413         (elmo-message-has-global-flag-p): New function.
2414         (elmo-message-set-global-flags): Ditto.
2415         (elmo-folder-type): Improvement for name: format.
2416
2417         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2418         availability of keyword flags.
2419         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2420         (elmo-folder-list-flagged-plugged): Renamed from
2421         elmo-folder-list-flagged-unplugged.
2422         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2423         accept any flag as keyword flag.
2424         (elmo-folder-set-flag-plugged): Accept keyword flags.
2425         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2426
2427         * elmo-flag.el (elmo-get-global-flags): New function.
2428
2429         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2430         folders.
2431
2432         * elmo-version.el (elmo-version): Up to 2.11.24.
2433
2434 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2435
2436         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2437         elmo-multiple-field-body instead of std11-field-body to check all
2438         headers.
2439
2440 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2441
2442         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2443         or "size".
2444
2445 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2448         unintern is unbound.
2449
2450 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2451
2452         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2453         Protect from infinite loop.
2454
2455 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2456
2457         * elsp-bogofilter.el
2458         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2459         (elmo-spam-bogofilter-register-messages): New internal function.
2460         (elmo-spam-register-spam-messages): Define.
2461         (elmo-spam-register-good-messages): Ditto.
2462
2463 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464
2465         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2466         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2467         (elmo-spam-bogofilter-call): Fixed the last change.
2468         (elmo-spam-bogofilter-arguments): Ditto.
2469
2470         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2471         Follow the options change of latest bogofilter.
2472
2473         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2474         (elmo-spam-bogofilter-good-switch): Ditto.
2475         (elmo-spam-bogofilter-arguments-alist): New user option.
2476         (elmo-spam-bogofilter-debug): Ditto.
2477         (elmo-spam-bogofilter-call): Renamed from
2478         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2479         is non-nil, insert output in buffer for debug.
2480         (elmo-spam-bogofilter-arguments): New macro.
2481         (elmo-spam-buffer-spam-p): Use it.
2482         (elsp-bogofilter-register-buffer): Ditto.
2483
2484 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2485
2486         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2487         regexp.
2488
2489 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2490
2491         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2492         value as "ruby".
2493         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2494         (elmo-spam-bsfilter-program): Set default value as full path for
2495         `bsfilter'.
2496         (elmo-spam-bsfilter-debug): New user option.
2497         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2498         non-nil, insert output in buffer for debug. Fix treating of
2499         argument.
2500
2501 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2504         `elmo-maildir-flag-specs' element instead of one.
2505         (elmo-map-folder-unset-flag): Ditto.
2506         (Reported by Ken Makimura <macky@astem.or.jp>)
2507
2508         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2509         (elmo-folder-unset-flag-plugged): Ditto.
2510
2511 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2514         to `reads' slot only if `in-msgdb' is nil.
2515
2516 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2517
2518         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2519         and complement argument list.
2520
2521 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2522
2523         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2524         instead of elmo-folder-list-flagged.
2525
2526 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2527
2528         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2529
2530         * elsp-bsfilter.el: New file.
2531
2532         * elmo-pipe.el (elmo-folder-list-unreads,
2533         elmo-folder-list-answereds,
2534         elmo-folder-list-importants,
2535         elmo-folder-flag-as-important,
2536         elmo-folder-unflag-important,
2537         elmo-folder-flag-as-read,
2538         elmo-folder-unflag-read,
2539         elmo-folder-flag-as-answered,
2540         elmo-folder-unflag-answered): Remove.
2541         (elmo-folder-set-flag): Define.
2542         (elmo-folder-unset-flag): Ditto.
2543
2544         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2545         (elmo-folder-set-flag): Define.
2546         (elmo-folder-unset-flag): Ditto.
2547         (elmo-folder-list-unreads): Remove.
2548         (elmo-folder-list-flagged): Define.
2549
2550         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2551         (elmo-folder-list-unreads,
2552         elmo-folder-list-importants,
2553         elmo-folder-list-answereds,
2554         elmo-folder-list-unreads-plugged,
2555         elmo-folder-list-importants-plugged,
2556         elmo-folder-list-answereds-plugged): Remove.
2557         (elmo-folder-list-flagged-plugged): New method.
2558         (elmo-folder-unflag-important,
2559         elmo-folder-flag-as-important,
2560         elmo-folder-unflag-read,
2561         elmo-folder-flag-as-read,
2562         elmo-folder-unflag-answered,
2563         elmo-folder-flag-as-answered,
2564         elmo-folder-flag-as-read-unplugged,
2565         elmo-folder-unflag-read-unplugged,
2566         elmo-folder-flag-as-important-unplugged,
2567         elmo-folder-unflag-important-unplugged,
2568         elmo-folder-flag-as-answered-unplugged,
2569         elmo-folder-unflag-answered-unplugged): Remove.
2570         (elmo-folder-set-flag): Define.
2571         (elmo-folder-unset-flag): Ditto.
2572         (elmo-folder-set-flag-unplugged): Ditto.
2573         (elmo-folder-unset-flag-unplugged): Ditto.
2574
2575         * elmo-multi.el (elmo-folder-list-unreads,
2576         elmo-folder-list-answereds,
2577         elmo-folder-list-importants,
2578         elmo-folder-flag-as-important,
2579         elmo-folder-unflag-important,
2580         elmo-folder-flag-as-read,
2581         elmo-folder-unflag-read,
2582         elmo-folder-flag-as-answered,
2583         elmo-folder-unflag-answered): Remove.
2584         (elmo-folder-set-flag): Define.
2585         (elmo-folder-unset-flag): Ditto.
2586
2587         * elmo-map.el (elmo-map-folder-unflag-important,
2588         elmo-map-folder-flag-as-important,
2589         elmo-map-folder-unflag-read,
2590         elmo-map-folder-flag-as-read,
2591         elmo-map-folder-unflag-answered,
2592         elmo-map-folder-flag-as-answered): Remove.
2593         (elmo-map-folder-set-flag): New method.
2594         (elmo-map-folder-unset-flag): Ditto.
2595         (elmo-map-folder-list-unreads,
2596         elmo-map-folder-list-importants,
2597         elmo-map-folder-list-answereds): Remove.
2598         (elmo-folder-list-flagged-internal): Define.
2599         (elmo-map-folder-list-flagged): New method.
2600
2601         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2602         (elmo-map-folder-list-unreads,
2603         elmo-map-folder-list-importants,
2604         elmo-map-folder-list-flagged): Remove.
2605         (elmo-map-folder-list-flagged): Define.
2606         (elmo-map-folder-flag-as-important,
2607         elmo-map-folder-unflag-important,
2608         elmo-map-folder-flag-as-read,
2609         elmo-map-folder-unflag-read,
2610         elmo-map-folder-flag-as-answered,
2611         elmo-map-folder-unflag-answered): Remove.
2612         (elmo-maildir-set-mark-messages): New internal function.
2613         (elmo-map-folder-set-flag): Define.
2614         (elmo-map-folder-unset-flag): Ditto.
2615
2616         * elmo.el (toplevel): Added autoload setting for
2617         `elmo-folder-list-global-flag-messages'.
2618         (elmo-folder-list-unreads,
2619         elmo-folder-list-importants,
2620         elmo-folder-list-answereds): Remove.
2621         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2622         Return a list whitch merged with messages have global flag.
2623         (elmo-folder-list-flagged-internal): New method.
2624         (elmo-folder-unflag-important,
2625         elmo-folder-flag-as-important,
2626         elmo-folder-unflag-read,
2627         elmo-folder-flag-as-read,
2628         elmo-folder-unflag-answered,
2629         elmo-folder-flag-as-answered): Remove.
2630         (elmo-folder-set-flag): New method.
2631         (elmo-folder-unset-flag): Ditto.
2632         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2633         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2634
2635         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2636         (elmo-folder-list-unreads-plugged,
2637         elmo-folder-list-importants-plugged,
2638         elmo-folder-list-answereds-plugged,
2639         elmo-folder-list-flagged-unplugged,
2640         elmo-folder-unflag-important-plugged,
2641         elmo-folder-flag-as-important-plugged,
2642         elmo-folder-unflag-read-plugged,
2643         elmo-folder-flag-as-read-plugged,
2644         elmo-folder-unflag-answered-plugged,
2645         elmo-folder-flag-as-answered-plugged): Remove.
2646         (elmo-folder-set-flag-plugged,
2647         elmo-folder-unset-flag-plugged): Define.
2648
2649         * elmo-flag.el (elmo-folder-initialize): Register to
2650         `elmo-global-flag-list' if flag is not global.
2651         (elmo-folder-append-messages): Set flag to source messages.
2652
2653         * elmo-filter.el (elmo-filter-folder-list-unreads,
2654         elmo-folder-list-unreads,
2655         elmo-filter-folder-list-importants,
2656         elmo-folder-list-importants,
2657         elmo-folder-flag-as-read,
2658         elmo-folder-unflag-read,
2659         elmo-folder-flag-as-important,
2660         elmo-folder-unflag-important,
2661         elmo-folder-flag-as-answered,
2662         elmo-folder-unflag-answered): Remove.
2663         (elmo-folder-set-flag): Define.
2664         (elmo-folder-unset-flag): Ditto.
2665
2666         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2667         elmo-folder-unflag-read-dop,
2668         elmo-folder-flag-as-important-dop,
2669         elmo-folder-unflag-important-dop,
2670         elmo-folder-flag-as-answered-dop,
2671         elmo-folder-unflag-answered-dop): Remove.
2672         (elmo-folder-set-flag-dop,
2673         elmo-folder-unset-flag-dop,
2674         elmo-folder-set-important-delayed,
2675         elmo-folder-unset-important-delayed,
2676         elmo-folder-set-read-delayed,
2677         elmo-folder-unset-read-delayed,
2678         elmo-folder-set-answered-delayed,
2679         elmo-folder-unset-answered-delayed): New function.
2680         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2681         (elmo-dop-queue-method-name-alist): Ditto.
2682
2683         * elmo-version.el (elmo-version): Up to 2.11.23.
2684
2685 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2686
2687         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2688
2689         * elsp-sa.el: New file.
2690
2691 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * modb-standard.el (modb-standard-message-entity): New function.
2694         (elmo-msgdb-message-entity): Use it.
2695
2696 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2699         behavior when one-level is nil.
2700
2701         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2702
2703         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2704
2705 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2708         get max number.
2709         (elmo-generic-folder-diff): Ditto.
2710
2711         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2712         (elmo-folder-update-number): Ditto.
2713
2714         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2715         (elmo-folder-next-message-number-dop): Ditto.
2716
2717 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * elmo-filter.el (elmo-folder-msgdb-create): Use
2720         `elmo-message-entity' and `elmo-message-flags' instead of
2721         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2722
2723 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2724
2725         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2726         `if-exists'.
2727
2728 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2729
2730         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2731
2732         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2733
2734         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2735
2736 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * elmo-version.el (elmo-version): Up to 2.11.22.
2739
2740 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741
2742         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2743
2744 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2747         if the message dose not exist.
2748
2749 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2750
2751         * elmo-version.el (elmo-version): Up to 2.11.21.
2752
2753 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * modb-standard.el (toplevel): Don't require mime.
2756
2757 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * elsp-bogofilter.el (toplevel): Don't require path-util.
2760         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2761         (elmo-spam-bogofilter-header): Abolish.
2762         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2763         (elmo-spam-bogofilter-args): New user option.
2764         (elsp-bogofilter-call-bogofilter): New internal function.
2765         (elmo-spam-buffer-spam-p): Use it.
2766         (elsp-bogofilter-register-buffer): Renamed from
2767         `elmo-spam-bogofilter-register-buffer';
2768         Use `elsp-bogofilter-call-bogofilter'.
2769         (elmo-spam-register-spam-buffer): Follow the change above.
2770         (elmo-spam-register-good-buffer): Ditto.
2771
2772 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2775         message-id is nil do nothing.
2776
2777 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2780         Revival.
2781         (elmo-imap4-session): Removed use-flag slot.
2782         (elmo-imap4-session-select-mailbox): Undo last change.
2783         (elmo-folder-use-flag-p): Use
2784         elmo-imap4-disuse-server-flag-mailbox-regexp.
2785
2786 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2789         (elmo-imap4-session-select-mailbox): Set it up.
2790         (elmo-folder-use-flag-p): Return value of use-flag slot.
2791
2792 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2793
2794         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2795         message-id is nil.
2796         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2797
2798         * modb-entity.el (elmo-message-entity-handler): Likewise.
2799
2800 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * elmo.el (toplevel): Remove setting of autoloding for
2803         elmo-global-flag-initialize.
2804         (elmo-init): Don't call elmo-global-flag-initialize.
2805         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2806
2807         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2808         (elmo-global-mark-migrate): Don't call it.
2809         (elmo-global-mark-upgrade): Ditto.
2810
2811 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2814         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2815
2816         * elmo-vars.el (elmo-init-hook): New user option.
2817
2818         * elmo.el (elmo-init): Run the elmo-init-hook.
2819
2820         * elmo-flag.el (elmo-global-mark-migrate): New function.
2821
2822 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2823
2824         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2825         Undo last change (move to elmo-msgdb-unset-flag).
2826         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2827         flag is unset.
2828
2829 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2832         read flag is set.
2833         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2834         (elmo-msgdb-unset-flag): Ditto.
2835
2836 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2837
2838         * elmo-split.el (elmo-split): Return split message count.
2839
2840 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2843         is nil.
2844
2845 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * elmo.el (elmo-folder-unflag-important): Call
2848         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2849         a symbol `always'.
2850
2851         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2852         before unset flag.
2853         (elmo-global-flag-detach): Delete the message from flag folder, if
2854         `delete-if-none' is a symbol `always'.
2855
2856 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
2859         `elmo-spam-spamfilter-decode-buffer'.
2860         (elsp-spamfilter-register-buffer-internal): New internal function.
2861         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
2862         (elmo-spam-register-spam-buffer): Ditto.
2863         (elmo-spam-register-good-buffer): Ditto.
2864
2865         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
2866         change.
2867         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
2868         (elmo-spam-register-spam-buffer): Follow the API change.
2869         (elmo-spam-register-good-buffer): Ditto.
2870
2871         * elmo-split.el (toplevel): Require elmo-spam when copmile.
2872         (elmo-split-spam-p): Added argument plist; Call
2873         `elmo-spam-buffer-spam-p' with new argument register.
2874
2875         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
2876         `register'.
2877         (elmo-spam-message-spam-p): Ditto.
2878         (elmo-spam-register-spam-buffer): Added optional argument
2879         `restore'.
2880         (elmo-spam-register-good-buffer): Ditto.
2881         (elmo-spam-register-spam-messages): Ditto.
2882         (elmo-spam-register-good-messages): Ditto.
2883
2884 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
2887         register into good corpus.
2888         (elmo-spam-register-good-buffer): Fixed to register into bad
2889         corpus.
2890
2891 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2892
2893         * elmo-version.el (elmo-version): Up to 2.11.20.
2894
2895         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
2896         change.
2897
2898         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
2899         flag without depending on \Recent flag.
2900
2901 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
2904         (elmo-spam-modified-p): Defined.
2905         (elmo-spam-save-status): Set `modified' slot to nil.
2906         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
2907         (elmo-spam-register-good-buffer): Ditto.
2908
2909         * elmo-spam.el (elmo-spam-modified-p): New API.
2910
2911 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
2914         duplicate definition.
2915
2916         * elmo-util.el (elmo-unfold-field-body): New function.
2917         (elmo-msgdb-get-message-id-from-buffer): Use it.
2918
2919         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2920         Fixed the last change; Use elmo-unfold-field-body.
2921
2922 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923
2924         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2925         Unfold date value.
2926
2927 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * elmo-spam.el (elmo-spam-save-status): New API.
2930
2931         * elsp-spamfilter.el: New file.
2932
2933 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2934
2935         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
2936
2937 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * elmo-split.el (elmo-split-spam-p): New function.
2940
2941         * elmo-spam.el: New file.
2942
2943         * elsp-bogofilter.el: Ditto.
2944
2945 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * elmo.el (elmo-folder-next-message-number): New API.
2948         (elmo-folder-next-message-number): Define.
2949         (elmo-message-field): Don't check folder length.
2950
2951         * elmo-net.el (elmo-folder-next-message-number): Define.
2952         (elmo-folder-next-message-number-unplugged): Define.
2953
2954         * elmo-map.el (elmo-folder-next-message-number): Define.
2955         (elmo-folder-delete-messages): Clear hash value.
2956
2957         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
2958
2959         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
2960         (elmo-folder-delete-messages-dop-delayed): Always return t.
2961
2962         * elmo-version.el (elmo-version): Up to 2.11.19.
2963
2964 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
2967         change.
2968
2969         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
2970         identical cons cell into the mark-alist and the hash table.
2971
2972 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
2975         elmo-folder-list-messages with argument `visible-only' as t.
2976
2977         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
2978         (elmo-folder-msgdb-create): Check the target folder.
2979
2980 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
2981
2982         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
2983         `permanentflag' instead of `flags'.
2984         (elmo-folder-open): Ditto.
2985         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
2986         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
2987         (elmo-folder-use-flag-p): Always return t.
2988         (elmo-imap4-session-select-mailbox): Use value of `flags' if
2989         `permanentflags' does not exist.
2990         (elmo-folder-open): Ditto.
2991
2992 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
2993
2994         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
2995         is nil.
2996         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
2997
2998         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
2999         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3000         response.
3001         (elmo-folder-open): Ditto.
3002         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3003         slot of the session includes the flag.
3004         (elmo-imap4-session-flag-available-p): New function.
3005         (elmo-imap4-folder-list-flagged): Ditto.
3006         (elmo-folder-list-unreads-plugged): Use it.
3007         (elmo-folder-list-importants-plugged): Ditto.
3008         (elmo-folder-list-answereds-plugged): Ditto.
3009         (elmo-imap4-search-internal-primitive): Ditto.
3010         (elmo-imap4-folder-list-any-plugged,
3011         elmo-imap4-folder-list-digest-plugged): Abolish.
3012
3013         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3014         if numbers is nil.
3015
3016 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3017
3018         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3019
3020 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3021
3022         * elmo-util.el (elmo-get-hash-val): Simplify.
3023         (elmo-set-hash-val): Rewrite.
3024
3025 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * elmo.el (elmo-folder-list-messages): Append killed messages into
3028         result if `visible-only' is nil and `in-msgdb' is non-nil.
3029
3030         * elmo-util.el (elmo-uniq-list): Added optional argument
3031         `delete-function'.
3032
3033         * modb.el (elmo-msgdb-flag-count): New API.
3034
3035         * modb-standard.el (modb-standard): Added slot flag-count.
3036         (modb-standard-countup-flags): New function.
3037         (modb-standard-load-flag): Call it.
3038         (elmo-msgdb-append): Ditto.
3039         (elmo-msgdb-clear): Clear slot flag-count.
3040         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3041         (elmo-msgdb-unset-flag): Treat `all' flag and call
3042         modb-standard-countup-flags.
3043         (elmo-msgdb-flag-count): Define.
3044         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3045         (elmo-msgdb-delete-messages): Ditto.
3046
3047         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3048         (elmo-msgdb-flag-count): Define.
3049
3050         * elmo.el (elmo-folder-list-messages): Undo last change.
3051         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3052         (elmo-folder-kill-messages): Unset all flags to numbers.
3053
3054         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3055         elmo-folder-kill-messages.
3056
3057         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3058         (elmo-nntp-folder-delete-messages): Abolish.
3059
3060         * elmo-version.el (elmo-version): Up to 2.11.18.
3061
3062 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3065         (elmo-folder-kill-messages-range): New function.
3066         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3067         instead of elmo-folder-kill-messages-before.
3068
3069 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3072         elmo-imap4-current-msgdb to decide entity handler.
3073
3074 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3077
3078         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3079         inline function.
3080         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3081         (elmo-msgdb-overview-entity-set-number,
3082         elmo-msgdb-overview-entity-get-references,
3083         elmo-msgdb-overview-entity-set-references,
3084         elmo-msgdb-overview-entity-get-from-no-decode,
3085         elmo-msgdb-overview-entity-get-from,
3086         elmo-msgdb-overview-entity-set-from,
3087         elmo-msgdb-overview-entity-get-subject,
3088         elmo-msgdb-overview-entity-get-subject-no-decode,
3089         elmo-msgdb-overview-entity-set-subject,
3090         elmo-msgdb-overview-entity-get-date,
3091         elmo-msgdb-overview-entity-set-date,
3092         elmo-msgdb-overview-entity-get-to,
3093         elmo-msgdb-overview-entity-get-cc,
3094         elmo-msgdb-overview-entity-get-size,
3095         elmo-msgdb-overview-entity-set-size,
3096         elmo-msgdb-overview-entity-get-extra,
3097         elmo-msgdb-overview-entity-set-extra,
3098         elmo-msgdb-overview-entity-get-extra-field,
3099         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3100         (elmo-msgdb-make-index): Use
3101         `elmo-msgdb-overview-entity-get-number-internal'.
3102         (elmo-msgdb-clear-index): Ditto.
3103         (elmo-msgdb-append-entity): Ditto;
3104         Use `elmo-msgdb-overview-entity-get-id-internal'.
3105
3106         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3107         elmo-msgdb-overview-entity-set-number,
3108         elmo-msgdb-overview-entity-get-references,
3109         elmo-msgdb-overview-entity-set-references,
3110         elmo-msgdb-overview-entity-get-from-no-decode,
3111         elmo-msgdb-overview-entity-get-from,
3112         elmo-msgdb-overview-entity-set-from,
3113         elmo-msgdb-overview-entity-get-subject,
3114         elmo-msgdb-overview-entity-get-subject-no-decode,
3115         elmo-msgdb-overview-entity-set-subject,
3116         elmo-msgdb-overview-entity-get-date,
3117         elmo-msgdb-overview-entity-set-date,
3118         elmo-msgdb-overview-entity-get-to,
3119         elmo-msgdb-overview-entity-get-cc,
3120         elmo-msgdb-overview-entity-get-size,
3121         elmo-msgdb-overview-entity-set-size,
3122         elmo-msgdb-overview-entity-get-extra,
3123         elmo-msgdb-overview-entity-set-extra,
3124         elmo-msgdb-overview-entity-get-extra-field,
3125         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3126         and rewrote for backward compatibility.
3127
3128 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3129
3130         * elmo.el (elmo-message-entity-number,
3131         elmo-message-entity-set-number,
3132         elmo-message-entity-field,
3133         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3134
3135         * elmo-msgdb.el (elmo-message-entity-number,
3136         elmo-message-entity-set-number,
3137         elmo-message-entity-field,
3138         elmo-message-entity-set-field): Moved from elmo.el.
3139
3140 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3141
3142         * elmo.el (toplevel): Changed definition orders.
3143
3144 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * modb.el (elmo-msgdb-search): New API .
3147         (elmo-msgdb-match-condition): Ditto.
3148
3149         * modb-standard.el (elmo-msgdb-search): Define.
3150
3151         * modb-legacy.el (elmo-msgdb-search): Ditto.
3152
3153         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3154         from elmo-msgdb-match-condition-internal.
3155
3156         * elmo.el (elmo-folder-search-fast): Abolish.
3157         (elmo-folder-search): Use elmo-msgdb-search and
3158         elmo-with-progress-display.
3159
3160         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3161         as msgdb API.
3162
3163         * elmo.el (elmo-folder): Remove slot message-modified and
3164         flag-modified.
3165         (elmo-folder-set-message-modified): Abolish.
3166         (elmo-generic-folder-commit): Follow the change above.
3167         (elmo-folder-synchronize): Ditto.
3168
3169         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3170
3171         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3172
3173         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3174
3175 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3176
3177         * modb-standard.el (modb-standard-make-message-entity,
3178         elmo-msgdb-make-message-entity,
3179         elmo-msgdb-create-message-entity-from-buffer,
3180         elmo-msgdb-message-entity-number,
3181         elmo-msgdb-message-entity-set-number,
3182         elmo-msgdb-message-entity-field,
3183         elmo-msgdb-message-entity-set-field,
3184         elmo-msgdb-copy-message-entity,
3185         elmo-msgdb-match-condition-internal): Remove.
3186
3187         * modb-entity.el: New file (again).
3188
3189         * modb.el (toplevel): Require modb-entity.
3190         (elmo-msgdb-message-entity-handler): New method.
3191
3192         * modb-standard.el (modb-standard-entity-id): Use
3193         elmo-message-entity-handler.
3194         (modb-standard-load-entity): Ditto.
3195         (elmo-msgdb-append-entity): Ditto.
3196         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3197
3198         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3199         elmo-msgdb-decoded-cache-hashtb,
3200         (modb-legacy-make-message-entity,
3201         elmo-msgdb-make-message-entity,
3202         elmo-msgdb-create-message-entity-from-buffer,
3203         elmo-msgdb-message-entity-number,
3204         elmo-msgdb-message-entity-set-number,
3205         elmo-msgdb-message-entity-field,
3206         elmo-msgdb-message-entity-set-field,
3207         elmo-msgdb-copy-message-entity,
3208         elmo-msgdb-match-condition-internal,
3209         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3210
3211         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3212         (elmo-message-entity-set-number): Ditto.
3213         (elmo-message-entity-field): Ditto.
3214         (elmo-message-entity-set-field): Ditto.
3215
3216         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3217
3218         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3219
3220         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3221
3222         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3223         (elmo-nntp-msgdb-create-message): Ditto.
3224
3225         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3226         (elmo-folder-msgdb-create): Add unread flag.
3227
3228         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3229
3230         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3231
3232         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3233
3234         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3235
3236         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3237         elmo-msgdb-messge-entity-handler.
3238         * elmo-version.el (elmo-version): Up to 2.11.17.
3239
3240 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3243         change.
3244
3245 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3248
3249         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3250         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3251         (elmo-msgdb-flag-table): Ditto.
3252         (elmo-msgdb-sort-by-date): Ditto.
3253
3254         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3255
3256         * modb-standard.el (toplevel): Require mime.
3257         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3258         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3259         elmo-msgdb-message-entity-number.
3260         (elmo-msgdb-append-entity): Ditto.
3261         (elmo-msgdb-create-message-entity-from-file): Remove.
3262         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3263         corresponds to the entity.
3264         (elmo-msgdb-message-entity-number): Do nothing currently.
3265         (elmo-msgdb-message-entity-field): Ditto.
3266         (elmo-msgdb-message-entity-set-field): Ditto.
3267         (elmo-msgdb-copy-message-entity): Ditto.
3268         (elmo-msgdb-match-condition-internal): Ditto.
3269
3270         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3271         elmo-util.el.
3272         (elmo-msgdb-create-message-entity-from-file): Remove.
3273
3274         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3275         modb-legacy.el.
3276         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3277
3278         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3279
3280 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3281
3282         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3283         (elmo-msgdb-message-entity-field): Ditto.
3284         (elmo-msgdb-message-entity-number): Ditto.
3285
3286 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3287
3288         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3289         Fixed how to set extra field into entity.
3290         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3291         symbol.
3292
3293         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3294         Fixed how to set extra field into entity.
3295         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3296         symbol.
3297
3298 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3299
3300         * modb.el (elmo-message-entity-db): New function.
3301         (elmo-msgdb-make-message-entity): New API.
3302         (elmo-msgdb-message-entity-number): Ditto.
3303         (elmo-msgdb-message-entity-set-number): Ditto.
3304         (elmo-msgdb-message-entity-field): Ditto.
3305         (elmo-msgdb-message-entity-set-field): Ditto.
3306         (elmo-msgdb-copy-message-entity): Ditto.
3307         (elmo-msgdb-create-message-entity-from-file): Ditto.
3308         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3309         (elmo-msgdb-match-condition-internal): Ditto.
3310
3311         * modb-standard.el (modb-legacy): Require modb-legacy.
3312         (modb-standard-make-message-entity): New inline function.
3313         (elmo-msgdb-make-message-entity): Define.
3314         (elmo-msgdb-create-message-entity-from-file): Ditto.
3315         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3316         (elmo-msgdb-message-entity-field): Ditto.
3317         (elmo-msgdb-message-entity-set-field): Ditto.
3318         (elmo-msgdb-copy-message-entity): Ditto.
3319         (elmo-msgdb-match-condition-internal): Ditto.
3320
3321         * modb-legacy.el: Don't require modb-entity.
3322         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3323         (elmo-msgdb-match-condition-primitive): Ditto.
3324         (elmo-msgdb-get-decoded-cache): Ditto.
3325         (elmo-msgdb-overview-entity-get-id): Ditto.
3326         (elmo-msgdb-overview-entity-get-number): Ditto.
3327         (elmo-msgdb-overview-entity-set-number): Ditto.
3328         (elmo-msgdb-overview-entity-get-references): Ditto.
3329         (elmo-msgdb-overview-entity-set-references): Ditto.
3330         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3331         (elmo-msgdb-overview-entity-get-from): Ditto.
3332         (elmo-msgdb-overview-entity-set-from): Ditto.
3333         (elmo-msgdb-overview-entity-get-subject): Ditto.
3334         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3335         (elmo-msgdb-overview-entity-set-subject): Ditto.
3336         (elmo-msgdb-overview-entity-get-date): Ditto.
3337         (elmo-msgdb-overview-entity-set-date): Ditto.
3338         (elmo-msgdb-overview-entity-get-to): Ditto.
3339         (elmo-msgdb-overview-entity-get-cc): Ditto.
3340         (elmo-msgdb-overview-entity-get-size): Ditto.
3341         (elmo-msgdb-overview-entity-set-size): Ditto.
3342         (elmo-msgdb-overview-entity-get-extra): Ditto.
3343         (elmo-msgdb-overview-entity-set-extra): Ditto.
3344         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3345         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3346         (elmo-msgdb-number-load): Ditto.
3347         (elmo-msgdb-overview-load): Ditto.
3348         (elmo-msgdb-mark-load): Ditto.
3349         (elmo-msgdb-number-save): Ditto.
3350         (elmo-msgdb-mark-save): Ditto.
3351         (elmo-msgdb-overview-save): Ditto.
3352         (modb-legacy-make-message-entity): New inline function.
3353         (elmo-msgdb-insert-file-header): Ditto.
3354         (elmo-msgdb-make-message-entity): Define.
3355         (elmo-msgdb-create-message-entity-from-file): Ditto.
3356         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3357         (elmo-msgdb-message-entity-number): Ditto.
3358         (elmo-msgdb-message-entity-set-number): Ditto.
3359         (elmo-msgdb-message-entity-field): Ditto.
3360         (elmo-msgdb-message-entity-set-field): Ditto.
3361         (elmo-msgdb-copy-message-entity): Ditto.
3362         (elmo-msgdb-match-condition-internal): Ditto.
3363
3364         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3365         (elmo-message-copy-entity): Rewrite.
3366         (elmo-message-entity-number): Ditto.
3367         (elmo-message-entity-set-number): Ditto.
3368         (elmo-message-entity-field): Use elmo-message-entity-db.
3369         (elmo-message-entity-set-field): Ditto.
3370         (elmo-message-field): Rewrite.
3371
3372         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3373         elmo-msgdb.el
3374         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3375
3376         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3377         elmo-message-entity-field.
3378         (elmo-shimbun-folder-shimbun-header): Ditto.
3379         (elmo-shimbun-entity-to-header): Ditto.
3380         (elmo-folder-msgdb-create): Ditto.
3381         (elmo-shimbun-msgdb-create-entity): Ditto;
3382         Use elmo-msgdb-create-message-entity-from-buffer.
3383         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3384         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3385
3386         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3387         elmo-msgdb-create-message-entity-from-file and 
3388         elmo-message-entity-field.
3389
3390         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3391         elmo-message-entity-number.
3392         (elmo-pop3-msgdb-create-message): Use
3393         elmo-msgdb-create-message-entity-from-buffer,
3394         elmo-message-entity-set-field, elmo-message-entity-number and
3395         elmo-message-entity-set-number.
3396
3397         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3398         the API change in elmo-msgdb-make-message-entity.
3399         (elmo-nntp-msgdb-create-message): Use
3400         elmo-msgdb-create-message-entity-from-buffer.
3401
3402         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3403         elmo-message-entity-field and
3404         elmo-msgdb-create-message-entity-from-file.
3405
3406         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3407         (elmo-msgdb-get-field): Abolish.
3408         (elmo-msgdb-get-number): Rewrite.
3409         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3410         (elmo-msgdb-flag-table): Ditto.
3411         (elmo-msgdb-get-last-message-id,
3412         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3413         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3414         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3415         (elmo-msgdb-create-overview-from-buffer,
3416         elmo-msgdb-overview-get-parent-entity): Abolish.
3417
3418         * elmo-mime.el (elmo-mime-display-as-is): Use
3419         elmo-message-entity-field.
3420
3421         * elmo-map.el (elmo-folder-pack-numbers): Use
3422         elmo-message-entity-set-number.
3423
3424         * elmo-maildir.el (elmo-folder-msgdb-create): 
3425         elmo-msgdb-create-message-entity-from-file instead of
3426         elmo-msgdb-create-overview-entity-from-file.
3427
3428         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3429         msgdb.
3430         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3431         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3432
3433         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3434         elmo-messge-entity-field and elmo-message-entity-number.
3435         (elmo-imap4-fetch-callback-1): Call
3436         elmo-msgdb-create-message-entity-from-buffer instead of
3437         elmo-msgdb-create-overview-from-buffer. 
3438         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3439         (elmo-find-fetch-strategy): Likewise.
3440
3441         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3442         elmo-localdir-msgdb-create-entity with argument msgdb.
3443
3444         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3445         and elmo-message-entity-set-number.
3446
3447         * elmo-cache.el (elmo-folder-msgdb-create): Use
3448         elmo-message-entity-field.
3449         (elmo-folder-msgdb-create): Call
3450         elmo-msgdb-create-message-entity-from-file instead of
3451         elmo-msgdb-create-overview-entity-from-file.
3452
3453         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3454         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3455         instead of elmo-msgdb-create-overview-from-buffer.
3456         (elmo-archive-msgdb-create-entity): Ditto.
3457         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3458         elmo-message-entity-field.
3459         (elmo-archive-parse-mmdf): Ditto.
3460
3461         * modb-entity.el: Removed.
3462
3463         * elmo-version.el (elmo-version): Up to 2.11.16.
3464
3465 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3468         `is-local'.
3469         (elmo-folder-flag-as-answered): Ditto.
3470
3471 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3472
3473         * modb-standard.el: New file.
3474
3475         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3476         elmo-msgdb-convert-type is `sync'.
3477
3478         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3479         (elmo-msgdb-convert-type): New user option.
3480
3481         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3482         (elmo-load-msgdb): Auto detect saved type.
3483
3484         * elmo-version.el (elmo-version): Up to 2.11.15.
3485
3486 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3487
3488         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3489
3490         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3491         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3492         with argument `delete-if-none' when dst-folder is 'null.
3493
3494         * elmo-flag.el (elmo-folder-append-messages): Defined.
3495         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3496
3497 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3498
3499         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3500
3501 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3502
3503         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3504         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3505         (elmo-folder-commit): Ditto.
3506
3507 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3508
3509         * elmo-flag.el: New file.
3510
3511         * elmo-mark.el: Removed.
3512
3513         * modb-legacy.el (modb-legacy-new-mark,
3514         modb-legacy-unread-uncached-mark,
3515         modb-legacy-unread-cached-mark,
3516         modb-legacy-read-uncached-mark,
3517         modb-legacy-answered-cached-mark,
3518         modb-legacy-answered-uncached-mark,
3519         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3520         All other related portions are changed.
3521
3522         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3523         (elmo-folder-list-messages-with-global-mark): Abolish.
3524         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3525         (elmo-folder-flag-as-important): Ditto.
3526         (elmo-folder-unflag-read): Ditto.
3527         (elmo-folder-flag-as-read): Ditto.
3528         (elmo-folder-unflag-answered): Ditto.
3529         (elmo-folder-flag-as-answered): Ditto.
3530         (elmo-message-encache): Return the cache path.
3531         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3532         (elmo-message-set-flag): Transitional implementation.
3533         (elmo-message-unset-flag): Ditto.
3534         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3535         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3536         (elmo-init): Call elmo-global-flag-initialize.
3537         (toplevel): Added autoload settings for elmo-flag.
3538
3539         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3540
3541         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3542         (elmo-file-cache-delete): Don't treat global-mark.
3543
3544         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3545
3546         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3547
3548         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3549         `elmo-global-flags-set'.
3550
3551         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3552         `flag'.
3553         (elmo-folder-unflag-read): Ditto.
3554         (elmo-folder-unflag-important): Ditto.
3555         (elmo-folder-flag-as-important): Ditto.
3556         (elmo-folder-unflag-answered): Ditto.
3557         (elmo-folder-flag-as-answered): Ditto.
3558
3559         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3560         `elmo-global-flags-set'.
3561         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3562
3563         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3564
3565         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3566         `flag'.
3567         (elmo-folder-flag-as-important): Ditto.
3568         (elmo-folder-unflag-important): Ditto.
3569         (elmo-folder-flag-as-important): Ditto.
3570         (elmo-folder-unflag-read): Ditto.
3571         (elmo-folder-flag-as-read): Ditto.
3572         (elmo-folder-unflag-answered): Ditto.
3573         (elmo-folder-flag-as-answered): Ditto.
3574
3575         * elmo-multi.el (elmo-folder-list-importants): Don't call
3576         elmo-folder-list-messages-with-global-mark.
3577         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3578         (elmo-folder-unflag-important): Ditto.
3579         (elmo-folder-flag-as-read): Ditto.
3580         (elmo-folder-unflag-read): Ditto.
3581         (elmo-folder-flag-as-answered): Ditto.
3582         (elmo-folder-unflag-answered): Ditto.
3583
3584         * elmo-msgdb.el (elmo-msgdb-new-mark,
3585         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3586         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3587         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3588         (Moved to modb-legacy.el).
3589         (elmo-flag-table-get): Treat important flag too.
3590
3591         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3592         `mark' to `flag'.
3593         (elmo-map-folder-flag-as-important): Ditto.
3594         (elmo-map-folder-unflag-read): Ditto.
3595         (elmo-map-folder-flag-as-read): Ditto.
3596         (elmo-map-folder-unflag-answered): Ditto.
3597         (elmo-map-folder-flag-as-answered): Ditto.
3598         (elmo-folder-unflag-important): Ditto.
3599         (elmo-folder-flag-as-important): Ditto.
3600         (elmo-folder-unflag-read): Ditto.
3601         (elmo-folder-flag-as-read): Ditto.
3602         (elmo-folder-unflag-answered): Ditto.
3603         (elmo-folder-flag-as-answered): Ditto.
3604
3605         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3606         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3607         `flag'.
3608         (elmo-map-folder-unflag-important): Ditto.
3609         (elmo-map-folder-flag-as-read): Ditto.
3610         (elmo-map-folder-unflag-read): Ditto.
3611         (elmo-map-folder-flag-as-answered): Ditto.
3612         (elmo-map-folder-unflag-answered): Ditto.
3613
3614         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3615         `elmo-global-flags-set'.
3616         (elmo-global-flags-set): Added autoload setting.
3617
3618         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3619         `flag'.
3620
3621         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3622         `elmo-msgdb-global-mark-set'.
3623         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3624         Call `elmo-global-flags-set'.
3625         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3626         `flag'.
3627         (elmo-folder-flag-as-important-plugged): Ditto.
3628         (elmo-folder-unflag-read-plugged): Ditto.
3629         (elmo-folder-flag-as-read-plugged): Ditto.
3630         (elmo-folder-unflag-answered-plugged): Ditto.
3631         (elmo-folder-flag-as-answered-plugged): Ditto.
3632         (elmo-global-flags-set): Added autoload setting.
3633
3634         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3635         `flag'.
3636         (elmo-folder-unflag-read): Ditto.
3637         (elmo-folder-flag-as-important): Ditto.
3638         (elmo-folder-unflag-important): Ditto.
3639         (elmo-folder-flag-as-answered): Ditto.
3640         (elmo-folder-unflag-answered): Ditto.
3641
3642         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3643         change of `mark'->`flag'.
3644         (elmo-dop-queue-method-name-alist): Ditto.
3645         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3646         (elmo-folder-unflag-read-dop): Ditto.
3647         (elmo-folder-flag-as-important-dop): Ditto.
3648         (elmo-folder-unflag-important-dop): Ditto.
3649         (elmo-folder-flag-as-answered-dop): Ditto.
3650         (elmo-folder-unflag-answered-dop): Ditto.
3651
3652         * elmo-cache.el (elmo-folder-msgdb-create): Call
3653         `elmo-global-flags-set'.
3654
3655         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3656         Call `elmo-global-flags-set'.
3657         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3658         elmo-archive-parse-mmdf with argument `folder'.
3659         (elmo-archive-parse-mmdf): Added argument `folder';
3660         Call `elmo-global-flags-set'.
3661
3662         * elmo-version.el (elmo-version): Up to 2.11.14.
3663
3664 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3665
3666         * modb.el (elmo-msgdb-length): Define.
3667
3668         * elmo.el (elmo-make-folder): Fixed.
3669         (elmo-generic-folder-append-messages): Follow the API change.
3670
3671         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3672         API change.
3673
3674 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3675
3676         * modb.el: New file.
3677
3678         * modb-entity.el: Ditto.
3679
3680         * modb-legacy.el: Ditto.
3681
3682         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3683         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3684         of `elmo-msgdb-overview-get-entity'.
3685         (elmo-msgdb-get-field): Ditto.
3686         (elmo-msgdb-merge): Moved to `elmo.el'.
3687         (elmo-msgdb-length): Removed; redefine as modb method.
3688         (elmo-msgdb-change-mark): Abolish.
3689         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3690         (elmo-msgdb-match-condition): Don't use mark.
3691         (elmo-msgdb-overview-get-entity): Abolish.
3692         Split modb part into `modb*.el'.
3693
3694         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3695
3696         * elmo-shimbun.el (shimbun-mua-search-id): Use
3697         `elmo-msgdb-message-entity' instead of
3698         `elmo-msgdb-overview-get-entity'.
3699         (elmo-shimbun-folder-shimbun-header): Ditto.
3700         (elmo-shimbun-get-headers): Ditto.
3701         (elmo-shimbun-update-overview): Ditto.
3702
3703         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3704
3705         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3706
3707         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3708         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3709
3710         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3711         `elmo-msgdb-mark-to-flags'.
3712
3713         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3714         `elmo-msgdb-set-path'.
3715
3716         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3717  
3718         * elmo-version.el (elmo-version): Up to 2.11.13.
3719
3720         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3721
3722         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3723         of mark.
3724
3725 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3726
3727         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3728         mismatch.
3729
3730 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3731
3732         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3733         instead of `elmo-msgdb-get-cached'.
3734         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3735
3736         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3737         (elmo-msgdb-set-cached): Ditto.
3738         (elmo-msgdb-set-flag): Rewrite.
3739         (elmo-msgdb-unset-flag): Ditto.
3740
3741         * elmo-msgdb.el: Rewrite with luna.
3742
3743         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3744         (elmo-folder-msgdb): Follow the change above.
3745         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3746         (elmo-folder-unmark-important): Follow the API change.
3747         (elmo-folder-mark-as-important): Ditto.
3748         (elmo-folder-unmark-read): Ditto.
3749         (elmo-folder-mark-as-read): Ditto.
3750         (elmo-folder-unmark-answered): Ditto.
3751         (elmo-folder-mark-as-answered): Ditto.
3752         (elmo-folder-clear): Likewise.
3753
3754         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3755         instead of `elmo-msgdb-load' (renamed).
3756
3757         * elmo-version.el (elmo-version): Up to 2.11.12.
3758
3759 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3762         change.
3763         (elmo-message-mark): Abolish.
3764         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3765         instead of `elmo-msgdb-change-mark'.
3766
3767         * elmo-pipe.el (elmo-message-mark): Abolish.
3768
3769         * elmo-multi.el (elmo-message-mark): Ditto.
3770
3771         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3772         (elmo-msgdb-unread-uncached-mark): Ditto.
3773         (elmo-msgdb-unread-cached-mark): Ditto.
3774         (elmo-msgdb-read-uncached-mark): Ditto.
3775         (elmo-msgdb-answered-cached-mark): Ditto.
3776         (elmo-msgdb-answered-uncached-mark): Ditto.
3777         (elmo-msgdb-important-mark): Ditto.
3778         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3779         `use-cache'.
3780         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3781         `flags'.
3782         (elmo-flag-table-load): Changed flag to list of flag.
3783         (elmo-flag-table-set): If flags is nil, set read flag.
3784         (elmo-flag-table-get): Return derived flags from global mark,
3785         cache status and saved flags.
3786         (elmo-msgdb-flag-table): Follow the change above.
3787         (elmo-msgdb-out-of-date-messages): New function.
3788
3789         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3790
3791         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3792
3793         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3794
3795         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3796         (elmo-nntp-msgdb-create-message): Ditto.
3797
3798         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3799
3800         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3801         independent.
3802         (elmo-folder-msgdb-create): Follow the API change.
3803
3804         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3805         (elmo-folder-append-messages): Ditto.
3806
3807         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3808         (elmo-folder-append-buffer): Ditto.
3809
3810         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3811
3812         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3813
3814         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3815         (elmo-archive-parse-mmdf): Ditto.
3816
3817         * elmo-version.el (elmo-version): Up to 2.11.11.
3818
3819 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3820
3821         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3822         `elmo-msgdb-mark'.
3823
3824         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3825
3826         * elmo-pipe.el (elmo-message-flags): Defined.
3827
3828         * elmo-multi.el (elmo-message-flags): Ditto.
3829
3830 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3831
3832         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3833         `elmo-msgdb-delete-msgs'.
3834
3835         * elmo.el (elmo-folder-count-flags): Don't use
3836         `elmo-msgdb-get-mark-alist'.
3837         (elmo-folder-detach-messages): Follow the API change.
3838
3839         * elmo.el (elmo-folder-list-messages): Append killed messages into
3840         result if `visible-only' is nil.
3841
3842         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3843         canceled messages.
3844         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3845         (elmo-folder-update-number): Likewise.
3846
3847         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3848         (elmo-pop3-sort-msgdb-by-original-number): Use
3849         `elmo-msgdb-sort-entities'.
3850
3851         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3852         (elmo-msgdb-sort-by-date): Use it.
3853         (elmo-msgdb-overview-sort-by-date): Abolish.
3854
3855         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3856
3857         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3858         (elmo-msgdb-flags): New function.
3859         (elmo-msgdb-merge): Use elmo-msgdb-append.
3860
3861         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
3862         change.
3863
3864         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3865
3866         * elmo-dop.el (elmo-folder-status-dop): Use
3867         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
3868
3869 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3870
3871         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
3872
3873         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
3874
3875         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
3876
3877         * elmo-util.el (elmo-with-progress-display): New macro.
3878
3879         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
3880
3881 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3882
3883         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3884         `elmo-folder-list-message-entities' instead of
3885         `elmo-msgdb-get-overview'.
3886         (elmo-map-folder-list-message-locations): Ditto.
3887
3888         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
3889         methods instead of treat directly).
3890         (elmo-msgdb-clear): Ditto.
3891         (elmo-msgdb-delete-msgs): Ditto.
3892         (elmo-msgdb-sort-by-date): Ditto.
3893
3894         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
3895         local variables.
3896         (elmo-nntp-folder-msgdb-create): Follow the API change.
3897
3898         * elmo-version.el (elmo-version): Up to 2.11.10.
3899
3900 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3901
3902         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
3903         (elmo-msgdb-flags-to-mark): Ditto.
3904         (elmo-msgdb-append-entity): Ditto.
3905
3906         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3907         Use `elmo-msgdb-append-entity' instead of construct msgdb.
3908         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
3909         (elmo-archive-parse-mmdf): Ditto.
3910
3911         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3912
3913         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3914
3915         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3916
3917         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3918
3919         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
3920
3921         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
3922
3923         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3924
3925         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3926
3927         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3928         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
3929         to empty msgdb.
3930
3931         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
3932         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
3933         instead of directly construction.
3934         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
3935         instead of construct msgdb.
3936
3937         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3938         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
3939         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
3940         instead of construct msgdb.
3941
3942 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3943
3944         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
3945         when field is from or subject.
3946
3947 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * elmo-multi.el (elmo-message-entity-parent): Define.
3950         (elmo-folder-search): Rewrite.
3951
3952 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3953
3954         * elmo-multi.el (elmo-message-cached-p): Define.
3955
3956         * elmo.el (elmo-message-cached-p): New method.
3957         (elmo-message-accessible-p): Use it instead of msgdb API directly.
3958         (elmo-message-flags): New method.
3959         (elmo-message-flagged-p): New function.
3960
3961         * elmo-version.el (elmo-version): Up to 2.11.9.
3962
3963 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3964
3965         * elmo-version.el (elmo-version): Up to 2.11.8.
3966
3967         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
3968
3969         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
3970
3971 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * elmo.el (elmo-folder-detach-messages): Undo last change.
3974
3975 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
3976
3977         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
3978
3979         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
3980         only when src folder type is pop3.
3981
3982 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3983
3984         * elmo-msgdb.el (elmo-msgdb-make-index): Use
3985         elmo-msgdb-overview-entity-get-number instead of
3986         elmo-message-entity-number.
3987
3988 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3989
3990         * elmo-version.el (elmo-version): Up to 2.11.7.
3991
3992 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3993
3994         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
3995         function.
3996
3997         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
3998         (elmo-msgdb-merge): New function.
3999         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4000         (elmo-msgdb-make-index): Rewrite.
4001
4002         * elmo-version.el (elmo-version): Up to 2.11.6.
4003
4004         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4005         use it as a the path for loading message entities.
4006
4007         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4008
4009 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4010
4011         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4012         message-modified slot of itself if it does not require target msgdb.
4013
4014         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4015         if folder length is zero.
4016         (elmo-mime-display-as-is): Ditto.
4017
4018         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4019
4020         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4021
4022 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4023
4024         * elmo.el (elmo-folder-set-message-modified): New method.
4025         (elmo-generic-folder-commit): Use it.
4026         (elmo-folder-synchronize): Ditto.
4027
4028         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4029         (elmo-folder-commit): Remove duplicate definition.
4030
4031 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4034
4035 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4036
4037         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4038         (elmo-strict-folder-diff): Ditto.
4039         (elmo-folder-set-info-max-by-numdb): Simplify.
4040
4041         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4042         elmo-msgdb-list-messages.
4043
4044         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4045         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4046
4047 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4050         visible-only is non-nil.
4051         (elmo-folder-confirm-appends): Changed message.
4052         (elmo-folder-synchronize): Added argument disable-killed.
4053
4054         * elmo-multi.el (elmo-folder-synchronize): Added argument
4055         disable-killed.
4056
4057         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4058
4059         * elmo-version.el (elmo-version): Up to 2.11.5.
4060
4061         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4062         elmo-list-filter.
4063
4064         * elmo-util.el (elmo-list-filter): Simplify.
4065
4066         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4067         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4068         (elmo-generic-folder-diff): Abolish argument.
4069         (elmo-msgdb-load): Don't use number-alist.
4070
4071         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4072
4073         * elmo-pipe.el (elmo-folder-diff): Ditto.
4074
4075         * elmo-nmz.el (elmo-folder-diff): Ditto.
4076
4077         * elmo-net.el (elmo-folder-diff): Ditto.
4078
4079         * elmo-maildir.el (elmo-folder-diff): Ditto.
4080
4081         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4082
4083         * elmo-multi.el (elmo-folder-diff): Ditto
4084         (elmo-multi-folder-diff): Rewrite.
4085
4086 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4087
4088         * elmo-pipe.el (elmo-folder-msgdb): Define.
4089
4090 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * elmo.el (elmo-message-set-cached): Define as a method.
4093
4094         * elmo-pipe.el (elmo-message-set-cached): Define.
4095         (elmo-find-fetch-strategy): Ditto.
4096
4097         * elmo-multi.el (elmo-message-set-cached): Define.
4098         (elmo-find-fetch-strategy): Rewrite.
4099
4100         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4101
4102         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4103
4104 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4107         instead of number-alist.
4108
4109         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4110         mark nor message-id when msgdb of source folder is not loaded.
4111
4112         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4113
4114         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4115
4116 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4117
4118         * elmo.el (elmo-folder-length): Don't require msgdb.
4119
4120 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4121
4122         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4123         (elmo-message-field): Ditto.
4124
4125         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4126         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4127         slot.
4128         (elmo-map-folder-list-answereds): Define.
4129         (elmo-maildir-list-location): Treat 'R' info.
4130         (elmo-folder-msgdb-create): Treat flag-table.
4131         (elmo-folder-append-messages): Save flag-table.
4132
4133 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4134
4135         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4136         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4137
4138 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4139
4140         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4141
4142         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4143         'read when mark is null.
4144
4145 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * elmo-version.el (elmo-version): Up to 2.11.4.
4148
4149 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4150
4151         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4152         (elmo-folder-mark-as-answered): Ditto.
4153
4154 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4155
4156         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4157         (elmo-pop3-get-session): Make msgdb directory after session.
4158         (elmo-folder-exists-p): Check exactly at the first time even when the
4159         elmo-pop3-exists-exactly is nil.
4160
4161         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4162         (elmo-folder-list-messages): Define instead of
4163         elmo-folder-list-messages-internal.
4164         (elmo-folder-check): Check destination folder.
4165         (elmo-folder-synchronize): Drain the pipe.
4166
4167         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4168         when msgdb is not loaded.
4169
4170         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4171
4172         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4173         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4174         messages.
4175
4176         * elmo.el (elmo-folder-kill-messages-before): New function.
4177         (elmo-folder-kill-messages): Ditto.
4178         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4179
4180         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4181         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4182         killed not by synchronize (e.g. scoring).
4183
4184 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4185
4186         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4187         treated.
4188         (elmo-folder-search): Follow the change above.
4189
4190         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4191         into the candidates of search field.
4192
4193 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4196         (elmo-msgdb-unset-flag): Ditto.
4197
4198         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4199
4200 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4203         (elmo-folder-commit): Define.
4204         (elmo-folder-synchronize): Ditto.
4205         (elmo-folder-list-flagged): Ditto.
4206         (elmo-folder-commit): Ditto.
4207         (elmo-folder-length): Ditto.
4208         (elmo-folder-count-flags): Ditto.
4209         (elmo-message-mark): Ditto.
4210         (elmo-message-field): Ditto.
4211         (elmo-message-entity): Ditto.
4212         (elmo-message-folder): Ditto.
4213
4214 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * elmo.el (elmo-message-field): Define as a method.
4217
4218         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4219         (elmo-message-field): Define.
4220
4221         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4222         (elmo-folder-list-importants): Ditto.
4223         (elmo-folder-list-answereds): Ditto.
4224
4225         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4226         qualifier.
4227         (elmo-folder-mark-as-read): Ditto.
4228         (elmo-folder-unmark-read): Ditto.
4229         (elmo-folder-mark-as-answered): Ditto.
4230         (elmo-folder-unmark-answered): Ditto.
4231         (elmo-folder-list-flagged): Define.
4232         (elmo-folder-commit): Ditto.
4233         (elmo-folder-length): Ditto.
4234         (elmo-folder-count-flags): Ditto.
4235
4236 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * elmo.el (elmo-folder-detach-messages): New method.
4239         (elmo-folder-move-messages): Use it.
4240         (elmo-folder-synchronize): Ditto.
4241
4242         * elmo-multi.el (elmo-folder-detach-messages): Define.
4243
4244         * elmo.el (elmo-message-copy-entity): New function.
4245         (elmo-message-entity-set-number): Ditto.
4246         (elmo-message-mark): Define as method.
4247
4248         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4249         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4250         (elmo-message-entity): Fixed last change.
4251         (elmo-message-mark): Define.
4252         (elmo-folder-msgdb-create): Abolish.
4253         (elmo-multi-folder-append-msgdb): Ditto.
4254         (elmo-multi-folder-diff): Fixed.
4255         (elmo-multi-split-number-alist): Removed.
4256         (elmo-multi-split-mark-alist): Removed.
4257         (elmo-folder-list-messages): Define.
4258         (elmo-folder-list-messages-internal): Removed.
4259
4260         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4261         local file messages.
4262         (elmo-folder-msgdb-create): Fixed read mark.
4263
4264 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4265
4266         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4267         if mark is nil.
4268
4269 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * elmo.el (elmo-folder-list-message-entities): Define as inline
4272         function.
4273         (elmo-folder-messages): Abolish.
4274
4275         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4276         folder.
4277         (elmo-folder-synchronize): Define.
4278         (elmo-message-entity): Define.
4279
4280 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4281
4282         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4283         elmo-imap4-session-select-mailbox.
4284
4285         * elmo.el (elmo-folder-move-messages): Don't display any message.
4286
4287         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4288         parsing.
4289         (elmo-imap4-session-check): Don't wait CHECK response.
4290         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4291
4292 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4295
4296 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4299         API.
4300         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4301
4302
4303         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4304         (elmo-folder-list-message-entities): Added argument in-msgdb and
4305         numbers.
4306         (elmo-folder-synchronize): Define as a method.
4307
4308         * elmo-nntp.el (elmo-folder-initialize): Don't use
4309         elmo-nntp-default-user if zero-length username is specified
4310         explicitly.
4311
4312 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4313
4314         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4315         server name in case with username.
4316         (XXX: this is ad-hoc fix against username includes "@", it
4317         should be solved fundamentally)
4318
4319 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4320
4321         * elmo-nntp.el (elmo-nntp-debug): New function.
4322         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4323         (elmo-network-authenticate-session): Hide auth-info from the log.
4324
4325         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4326         user name if it is equal to elmo-nntp-default-user.
4327
4328 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4329
4330         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4331         instead of shimbun-server-internal;
4332         Use shimbun-current-group instead of shimbun-current-group-internal.
4333         (elmo-folder-plugged-p): Use shimbun-server instead of
4334         shimbun-server-internal.
4335         (elmo-folder-set-plugged): Ditto.
4336         (elmo-net-port-info): Ditto.
4337         (elmo-folder-check): Ditto.
4338         (elmo-folder-expand-msgdb-path): Ditto.
4339         (elmo-folder-list-subfolders): Ditto.
4340
4341 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4342
4343         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4344         Convert field-name to lower case.
4345         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4346
4347 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4348
4349         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4350         `message' and `error' take format string.
4351
4352 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4353
4354         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4355
4356 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4357
4358         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4359         recursive call (can't byte compile on emacs 20.7).
4360
4361 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4364         (elmo-folder-list-message-entities): New API.
4365         (elmo-message-entity): Ditto.
4366         (elmo-message-entity-parent): Ditto.
4367         (elmo-folder-do-each-message-entity): Ditto.
4368         (elmo-message-entity-number): Ditto.
4369         (elmo-message-entity-field): Ditto.
4370         (elmo-message-entity-set-field): Ditto.
4371         (elmo-folder-count-flags): Ditto.
4372         (elmo-folder-length): Ditto.
4373
4374         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4375         not.
4376
4377         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4378         (elmo-msgdb-count-marks): Abolish.
4379         (elmo-msgdb-make-entity): Ditto.
4380         (elmo-msgdb-do-each-entity): Ditto.
4381         (elmo-msgdb-message-entity): New inline function.
4382         (elmo-msgdb-message-entity-field): Ditto.
4383         (elmo-msgdb-message-entity-set-field): Ditto.
4384         (elmo-msgdb-make-message-entity): New function.
4385
4386 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4387
4388         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4389         to flag. (All other related portions are changed.)
4390         (elmo-folder-msgdb-create): Likewise.
4391         (elmo-generic-folder-append-messages): Use flag-table instead of
4392         seen-list.
4393         (elmo-folder-move-messages): Removed redundant process.
4394         (elmo-folder-synchronize): Likewise.
4395
4396         * elmo-msgdb.el (elmo-flag-table-get): New function.
4397         (elmo-flag-table-save): Fixed.
4398         (elmo-msgdb-length): New inline function.
4399         (elmo-msgdb-flag-table): New function.
4400         (elmo-msgdb-mark): Add optional argument new.
4401         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4402         (elmo-msgdb-seen-list): Ditto.
4403         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4404
4405
4406 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4407
4408         * elmo.el (elmo-message-set-mark): Abolish.
4409         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4410         (All related portions are changed.)
4411
4412         * elmo-msgdb.el (toplevel): Added comment.
4413         (elmo-load-msgdb): Added 4th element `path'.
4414         (elmo-msgdb-append): Follow the change above.
4415         (elmo-msgdb-clear): Ditto.
4416         (elmo-msgdb-delete-msgs): Ditto.
4417         (elmo-msgdb-get-path): New inline function.
4418         (elmo-msgdb-set-path): Ditto.
4419         (elmo-flag-table-filename): New variable.
4420         (elmo-flag-table-load): New function.
4421         (elmo-flag-table-set): Ditto.
4422         (elmo-flag-table-save): Ditto.
4423         (elmo-msgdb-get-field-value): Abolish.
4424         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4425
4426 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4427
4428         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4429         the folder has been deleted successfully.
4430         * elmo-imap4.el (elmo-folder-delete): Ditto.
4431         * elmo-archive.el (elmo-folder-delete): Ditto.
4432         * elmo-localdir.el (elmo-folder-delete): Ditto.
4433         * elmo-maildir.el (elmo-folder-delete): Ditto.
4434
4435 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4436
4437         * elmo-util.el (elmo-string-member-ignore-case): New function.
4438         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4439         (elmo-imap4-fetch-callback-1-subr): Likewise.
4440
4441 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4442
4443         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4444         the case of the name attribute "\Noselect".
4445
4446 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4449
4450         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4451         flist, is not always a member of onum-alist.
4452
4453 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * elmo-version.el (elmo-version): Up to 2.11.3.
4456
4457 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4460         copied from localdir's one.
4461
4462         * elmo-pipe.el (elmo-folder-rename): New method, rename
4463         destination folder with leaving source folder as it is.
4464
4465 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4466
4467         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4468         replace-regexp.
4469
4470 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * elmo-version.el (elmo-version): Up to 2.11.2.
4473
4474 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4477         shimbun-open in case of "@".
4478         (elmo-folder-open-internal): Cope with shimbun = nil case.
4479         (elmo-folder-plugged-p): Ditto.
4480         (elmo-folder-list-subfolders): Make list for "@/" group.
4481
4482 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4485         mailbox (e.g. for %~/something).
4486
4487 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4488
4489         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4490         Replace nested conditional with guard clauses.
4491
4492 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4493
4494         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4495         error [wl:11327].
4496
4497         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4498         print-depth.
4499
4500 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4501
4502         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4503         Replace nested conditional with guard clauses.
4504
4505 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4508         (elmo-passwd-alist-save): Ditto.
4509         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4510
4511 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4514         dir-name only if it is absolute path.
4515         (TODO: distinguish +/something and +something)
4516
4517 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4520         path for "+~/something".
4521
4522 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4523
4524         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4525         as non-directory, cause error before rename-file.
4526         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4527         apropriately, mimic localdir's one.
4528         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4529
4530 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4531
4532         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4533
4534 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4535
4536         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4537
4538         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4539         
4540         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4541         is included in the global-mark or not.
4542
4543 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * utf7.el (toplevel): Avoid error when the function
4546         find-coding-system does not exist.
4547
4548 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4551         cache even if the folder is plugged.
4552         (elmo-nntp-search-primitive): Do nothing when body search is
4553         invoked (although it is not used by the change above).
4554         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4555
4556 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4557
4558         * elmo-version.el (elmo-version): Up to 2.11.1.
4559
4560 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4561
4562         * elmo-archive.el: Specify charset.
4563
4564 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4567         process buffer lives or not.
4568
4569         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4570         while flushing queues (It causes infinite loop).
4571
4572 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4575
4576 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * utf7.el (toplevel): Check the ucs features dynamically.
4579         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4580
4581         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4582         folder is creatabe or not if it already exists.
4583
4584 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4585
4586         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4587
4588         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4589
4590         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4591         (elmo-imap4-read-response): Take care of garbage response.
4592
4593 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4596         just return nil instead of error.
4597
4598 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4601         search-key is "body".
4602
4603 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4604
4605         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4606         of elmo-string-matched-assoc to use match-data.
4607         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4608
4609 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4610
4611         * elmo-split.el (elmo-split->): New function.
4612         (elmo-split-<): Ditto.
4613
4614 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4617         workaround for invalid message-id.
4618
4619 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4622         return normal pop3 session or pop3 biff session.
4623
4624 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4625
4626         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4627         info part to the cur files when the new files already have it.
4628         (Adviced by Jared Rhine <jared@wordzoo.com>)
4629
4630 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * elmo-split.el (elmo-split-default-action): New variable.
4633         (elmo-split-subr): Use it if all other conditions are passed.
4634         Extend `fname' and rename it as `action'. (implemented
4635         Teranishi-san's idea in [wl:10800])
4636
4637 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638
4639         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4640         * elmo-util.el: Ditto.
4641
4642 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4643
4644         * elmo.el (elmo-message-accessible-p): Renamed from
4645         elmo-message-cached-p and rewritten.
4646
4647 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4648
4649         * elmo.el (elmo-folder-list-flagged): New generic function.
4650         (elmo-folder-list-importants): New implementation.
4651         (elmo-folder-list-answereds): Ditto.
4652         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4653         Added 'digest'.
4654         (elmo-message-cached-p): New function.
4655         (elmo-message-set-flag): Ditto (no content).
4656         (elmo-message-unset-flag): Ditto.
4657         (elmo-folder-list-messages-mark-match): Abolish.
4658
4659         * elmo-util.el (elmo-regexp-opt): New function.
4660
4661         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4662         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4663         Added 'digest'.
4664         (elmo-msgdb-list-flagged): New function.
4665
4666         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4667         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4668         Added 'digest'.
4669
4670         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4671
4672 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4673
4674         * elmo-version.el (elmo-version): Up to 2.11.0.
4675
4676 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4677
4678         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4679         `elmo-file-cache-exists-p'; use proper mark that depends on
4680         `use-cache'.
4681         (elmo-msgdb-unset-flag): Ditto.
4682         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4683
4684         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4685         with 4th argument `use-cache'.
4686
4687 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4690         (elmo-folder-mark-as-important): Ditto.
4691         (elmo-folder-unmark-read): Ditto.
4692         (elmo-folder-mark-as-read): Ditto.
4693         (elmo-folder-unmark-answered): Ditto.
4694         (elmo-folder-mark-as-answered): Ditto.
4695
4696         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4697         message status.
4698         (elmo-msgdb-mark): Likewise.
4699         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4700         (elmo-msgdb-unset-flag): Likewise.
4701
4702         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4703
4704 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4705
4706         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4707         `last:' filter.
4708
4709 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4712         set spool-length to 0.
4713
4714 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4715
4716         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4717         (elmo-dop-queue-flush): Fixed last change.
4718
4719 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4720
4721         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4722         if require-msgdb slot is nil.
4723         (elmo-folder-list-importants): Likewise.
4724
4725 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4726
4727         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4728         mark is changed.
4729
4730         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4731         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4732         is changed.
4733
4734 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4735
4736         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4737
4738 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4741
4742         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4743
4744 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4745
4746         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4747         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4748
4749 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4752         the problem reported by Sean Rima [wl-en:180].
4753
4754 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4757
4758         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4759
4760         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4761
4762         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4763
4764         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4765
4766         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4767
4768         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4769
4770 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4773         status number.
4774
4775 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4776
4777         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4778         (elmo-folder-mark-as-read): Follow the API change.
4779         (elmo-message-set-cached): New function.
4780
4781         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4782
4783         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4784
4785         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4786         (elmo-folder-mark-as-important): Ditto.
4787         (elmo-folder-unmark-read): Ditto.
4788         (elmo-folder-mark-as-read): Ditto.
4789         (elmo-folder-unmark-answered): Ditto.
4790         (elmo-folder-mark-as-answered): Ditto.
4791
4792         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4793         (elmo-folder-unmark-important): Ditto.
4794         (elmo-folder-mark-as-read): Ditto.
4795         (elmo-folder-unmark-read): Ditto.
4796         (elmo-folder-mark-as-answered): Ditto.
4797         (elmo-folder-unmark-answered): Ditto.
4798
4799         * elmo-mark.el (toplevel): Removed some mark method definitions.
4800
4801         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4802         (elmo-map-folder-mark-as-answered): Ditto.
4803         (elmo-folder-unmark-important): Add :before qualifier.
4804         (elmo-folder-mark-as-important): Ditto.
4805         (elmo-folder-unmark-read): Ditto.
4806         (elmo-folder-mark-as-read): Ditto.
4807         (elmo-folder-unmark-answered): Define.
4808         (elmo-folder-mark-as-answered): Ditto.
4809
4810         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4811         (elmo-map-folder-unmark-answered): Ditto.
4812
4813         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4814
4815         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4816         (elmo-folder-mark-as-important): Ditto.
4817         (elmo-folder-unmark-read): Ditto.
4818         (elmo-folder-mark-as-read): Ditto.
4819         (elmo-folder-unmark-answered): Ditto.
4820         (elmo-folder-mark-as-answered): Ditto.
4821
4822         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4823         `mark'; evaluate mark condition.
4824         (elmo-msgdb-match-condition-internal): New function.
4825         (elmo-msgdb-match-condition): Call it; changed argument.
4826
4827         * elmo.el (elmo-folder-search): Follow the API change on
4828         `elmo-msgdb-match-condition'.
4829
4830 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4831
4832         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4833         original mark is non-nil.
4834
4835 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4838         (elmo-map-folder-list-answereds): New method.
4839         (elmo-folder-list-unreads): Add :around qualifier.
4840         (elmo-folder-list-importants): Ditto.
4841         (elmo-folder-list-answereds): Ditto.
4842
4843 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4846
4847         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4848         method if msgdb is not required.
4849         (elmo-filter-folder-list-importants): Don't treat global-mark.
4850
4851         * elmo.el (elmo-folder-list-importants): Ditto.
4852
4853         * elmo-net.el (elmo-folder-list-importants): Ditto.
4854
4855         * elmo-map.el (elmo-folder-list-importants): Ditto.
4856
4857         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4858
4859         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
4860         (elmo-imap4-folder-list-any-plugged): New function.
4861         (elmo-imap4-search-internal-primitive): Use it.
4862
4863         * elmo-filter.el (elmo-folder-check): Synchronize original folder
4864         only when require-msgdb slot is non-nil.
4865         (elmo-folder-close): Clear target folder's msgdb.
4866
4867 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
4870         (elmo-pop3-msgdb-create-by-header): Ditto.
4871         (elmo-pop3-msgdb-create-message): Ditto.
4872
4873         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4874
4875         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4876
4877         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4878
4879         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4880         (elmo-folder-msgdb-create): Ditto.
4881         (elmo-nntp-folder-msgdb-create): Ditto.
4882         (elmo-nntp-msgdb-create-by-header): Ditto.
4883         (elmo-nntp-msgdb-create-message): Ditto.
4884         (elmo-folder-list-unreads): Define.
4885
4886         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
4887         (elmo-folder-append-messages): Ditto.
4888         (elmo-folder-list-unreads): Define.
4889         (elmo-folder-list-importants): Ditto.
4890         (elmo-folder-list-answereds): Ditto.
4891
4892         * elmo-net.el (elmo-folder-list-unreads): Define.
4893         (elmo-folder-list-importants): Ditto.
4894         (elmo-folder-list-answereds): Ditto.
4895         (elmo-folder-list-answereds-plugged): Ditto.
4896         (elmo-folder-msgdb-create): Follow the API change.
4897         (elmo-folder-msgdb-create-unplugged): Ditto.
4898         (elmo-folder-unmark-answered): Define.
4899         (elmo-folder-mark-as-answered-unplugged): Ditto.
4900         (elmo-folder-unmark-answered-unplugged): Ditto.
4901
4902         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
4903         (elmo-msgdb-unread-uncached-mark): Ditto.
4904         (elmo-msgdb-unread-cached-mark): Ditto.
4905         (elmo-msgdb-read-uncached-mark): Ditto.
4906         (elmo-msgdb-answered-cached-mark): Ditto.
4907         (elmo-msgdb-answered-uncached-mark): Ditto.
4908         (elmo-msgdb-important-mark): Ditto.
4909         (elmo-msgdb-set-mark): Rewrite.
4910         (elmo-msgdb-count-marks): Rewrite.
4911         (elmo-msgdb-mark-alist-set): Abolish.
4912         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
4913         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
4914
4915         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
4916         (elmo-folder-close): Define.
4917         (elmo-folder-msgdb-create): Follow the API change.
4918         (elmo-folder-list-unreads): Rewrite.
4919         (elmo-folder-mark-as-important): Ditto.
4920         (elmo-folder-unmark-important): Ditto.
4921         (elmo-folder-mark-as-read): Ditto.
4922         (elmo-folder-unmark-read): Ditto.
4923         (elmo-folder-mark-as-answered): Define.
4924         (elmo-folder-unmark-answered): Ditto.
4925
4926         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
4927         (elmo-folder-append-messages): Ditto.
4928
4929         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
4930
4931         * elmo-map.el (elmo-folder-list-unreads): Ditto.
4932         (elmo-folder-list-importants): Ditto.
4933
4934         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4935         (elmo-folder-append-messages): Ditto.
4936
4937         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
4938         change.
4939         (elmo-folder-msgdb-create-plugged): Ditto.
4940         (elmo-folder-append-messages): Ditto.
4941         (elmo-folder-list-answereds-plugged): Define.
4942         (elmo-imap4-search-internal-primitive): Add `mark' processing.
4943         (elmo-folder-unmark-answered-plugged): Define.
4944         (elmo-folder-mark-as-answered-plugged): Ditto.
4945         (elmo-folder-search-requires-msgdb-p): Ditto.
4946
4947         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
4948         (elmo-folder-initialize): Set it.
4949         (elmo-folder-msgdb): Define.
4950         (elmo-folder-check): Call elmo-folder-synchronize.
4951         (elmo-folder-close): Define.
4952         (elmo-folder-commit): Ditto.
4953         (elmo-folder-msgdb-create): Rewrite.
4954         (elmo-folder-list-unreads): Ditto.
4955         (elmo-folder-list-importants): Ditto.
4956         (elmo-folder-mark-as-read): Ditto.
4957         (elmo-folder-unmark-read): Ditto.
4958         (elmo-folder-mark-as-important): Ditto.
4959         (elmo-folder-unmark-important): Ditto.
4960         (elmo-folder-mark-as-answered): Define.
4961         (elmo-folder-unmark-answered): Ditto.
4962
4963         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
4964         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
4965         (elmo-dop-queue-method-name-alist): Likewise.
4966         (elmo-folder-mark-as-answered-dop): New inline function.
4967         (elmo-folder-unmark-answered-dop): Ditto.
4968         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
4969
4970         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
4971         (elmo-folder-msgdb-create): Ditto.
4972         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4973         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4974         (elmo-archive-parse-mmdf): Ditto.
4975
4976         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4977         (elmo-folder-list-unreads-internal): Ditto.
4978
4979         * elmo.el (elmo-folder-msgdb): Define as generic function.
4980         (elmo-folder-list-messages): Added argument `in-msgdb'.
4981         (elmo-folder-list-unreads): Define as generic function.
4982         (elmo-folder-list-importants): Ditto.
4983         (elmo-folder-list-answereds): Ditto.
4984         (elmo-folder-list-messages-with-global-mark): New function.
4985         (elmo-folder-msgdb-create): Removed mark arguments.
4986         (elmo-folder-unmark-answered): New generic function.
4987         (elmo-folder-mark-as-answered): Ditto.
4988         (elmo-folder-append-messages): Removed argunment `unread-marks'
4989         (elmo-folder-list-unreads-internal): Abolish.
4990         (elmo-folder-list-importants-internal): Ditto.
4991         (elmo-folder-search-requires-msgdb-p): New generic function.
4992         (elmo-folder-search-requires-msgdb-p-internal): New function.
4993         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
4994         elmo-msgdb-load.
4995         (elmo-folder-search-fast): Added key 'mark'.
4996         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
4997         instead of unread-marks argument.
4998         (elmo-folder-move-messages): Removed argunment `unread-marks'
4999         (elmo-folder-unmark-important): Define.
5000         (elmo-folder-mark-as-important): Ditto.
5001         (elmo-folder-unmark-read): Ditto.
5002         (elmo-folder-mark-as-read): Ditto.
5003         (elmo-folder-unmark-answered): Ditto.
5004         (elmo-folder-mark-as-answered): Ditto.
5005         (elmo-folder-replace-marks): Abolish.
5006         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5007         duplicates.
5008         (elmo-folder-synchronize): Removed mark arguments;
5009         return crosspost only number.
5010
5011 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5012
5013         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5014         Remove redundunt connectivity check.
5015
5016 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5019         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5020
5021 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * pldap.el (ldap-decode-string): Return string as-is if
5024         `ldap-coding-system' is nil.
5025         (ldap-encode-string): Ditto.
5026         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5027         (ldap-default-host): Fixed docstring.
5028
5029 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * elmo-util.el (elmo-warning): Define as a macro which uses
5032         `display-warning' if it is defined as a function.
5033
5034         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5035         (elmo-split-equal): Use it.
5036         (elmo-split-match): Ditto.
5037         (elmo-split-message-entity): New buffer-local variable.
5038         (elmo-split-subr): Set it.
5039
5040         * elmo-version.el (elmo-version): Up to 2.9.15.
5041
5042 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5043
5044         * elmo-imap4.el (elmo-network-initialize-session):
5045         Check capability after starttls.
5046
5047 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * elmo-util.el (elmo-list-delete): Added optional argument
5050         DELETE-FUNCTION.
5051
5052         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5053
5054         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5055
5056         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5057
5058         * elmo-imap4.el (elmo-folder-initialize): Don't use
5059         elmo-imap4-default-mailbox.
5060
5061 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5062
5063         * elmo-split.el (toplevel): Use `product-provide'.
5064         (elmo-split): Checkdoc.
5065
5066 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5067
5068         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5069         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5070         the function `elmo-imap4-debug-1'.
5071
5072 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5073
5074         * elmo-split.el (elmo-split): Moved to run hooks and to show
5075         message from elmo-split-subr.
5076         (elmo-split-subr): Follow the change above.
5077
5078         * elmo-split.el (elmo-split-subr): New function (renamed from
5079         elmo-split-subr).
5080         (elmo-split): Changed to call elmo-split-subr by element of
5081         elmo-split-folder.
5082         (elmo-split-folder): Changed customization type to choice.
5083
5084 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5085
5086         * elmo-split.el (elmo-split-and): Fixed condition.
5087
5088 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * elmo-split.el: New file.
5091         (elmo-split): Fixed logic.
5092         Display "Test:" instead of "Folder:" when reharsal.
5093
5094         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5095         explicitly.
5096
5097         * elmo-version.el (elmo-version): Up to 2.9.14.
5098
5099         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5100         wl-expand-newtext).
5101
5102 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5103
5104         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5105         message with no message-id field.
5106
5107 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * elmo-version.el (elmo-version): Up to 2.9.13.
5110
5111         * elmo-dop.el (elmo-folder-status-dop): Fix.
5112
5113 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5116
5117         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5118         changing default value of default-mime-charset.
5119         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5120
5121         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5122
5123         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5124         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5125         instead of elmo-dop-queue-method-name-alist to check merging queue.
5126         (elmo-folder-delete-messages-dop): Delete from queue if negative
5127         message number.
5128         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5129         file is already removed.
5130
5131 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * elmo-vars.el: Bind colon keywords for old Emacsen.
5134
5135 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5136
5137         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5138         against non-exsisting charset.
5139
5140 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5143         Use eword-decode-and-unfold-unstructured-field-body.
5144
5145         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5146         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5147         exists to decode raw subject string.
5148         (toplevel): Require 'mime.
5149
5150         * elmo-version.el (elmo-version): Up to 2.9.12.
5151
5152 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5155         (elmo-msgdb-set-mark): Ditto.
5156
5157         * elmo-version.el (elmo-version): Up to 2.9.11.
5158
5159 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * elmo-util.el (elmo-delete-match-files): New function.
5162
5163         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5164         instead of elmo-delete-directory.
5165
5166         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5167         elmo-hash-minimun-size as 63.
5168
5169         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5170         elmo-diff-unread is nil.
5171
5172         * elmo-imap4.el (elmo-folder-open): Fix.
5173
5174         * elmo.el (elmo-message-mark): Rewrite.
5175         (elmo-message-field): Ditto.
5176         (elmo-message-set-mark): Ditto.
5177         (elmo-folder-replace-marks): New function.
5178         (elmo-generic-folder-append-msgdb): Removed third argument for
5179         elmo-msgdb-append.
5180         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5181         (elmo-msgdb-load): New implementation.
5182
5183         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5184
5185         * elmo-util.el (elmo-list-insert): New implementation.
5186
5187         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5188         argument for elmo-msgdb-append.
5189         
5190
5191         * elmo-msgdb.el (elmo-load-msgdb): New function.
5192         (elmo-make-msgdb): Ditto.
5193         (elmo-msgdb-get-index): New inline function.
5194         (elmo-msgdb-set-index): Ditto.
5195         (elmo-msgdb-get-entity-hashtb): Ditto.
5196         (elmo-msgdb-get-mark-hashtb): Ditto.
5197         (elmo-msgdb-get-mark): Ditto.
5198         (elmo-msgdb-set-mark): Ditto.
5199         (elmo-msgdb-count-marks): Ditto.
5200         (elmo-msgdb-get-number): Ditto.
5201         (elmo-msgdb-get-field): Ditto.
5202         (elmo-msgdb-seen-list): Ditto.
5203         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5204         (elmo-msgdb-delete-msgs): Follow the changes above.
5205         (elmo-msgdb-overview-get-entity): Ditto.
5206         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5207         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5208         and rewritten.
5209         (elmo-msgdb-make-index): Likewise.
5210         (elmo-msgdb-append): Removed third argument.
5211         (elmo-msgdb-clear): Clear index as nil.
5212         (elmo-folder-set-info-hashtb): Removed.
5213         (elmo-folder-set-info-max-by-numdb): Ditto.
5214         (elmo-folder-info-make-hashtb): Ditto.
5215
5216         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5217
5218         * elmo-map.el (elmo-folder-pack-number): Ditto.
5219
5220 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * elmo-version.el (elmo-version): Up to 2.9.10.
5223
5224         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5225
5226         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5227
5228 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5229
5230         * elmo-utils.el (elmo-make-directory): Add option.
5231         Default file mode is 700.
5232
5233 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5234
5235         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5236
5237 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5240         mime-charset.
5241
5242         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5243         and "smaller".
5244
5245 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5246
5247         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5248         (elmo-shimbun-folder-entity-hash): New function.
5249         (elmo-shimbun-folder-shimbun-header): Ditto.
5250         (elmo-shimbun-entity-to-header): Ditto.
5251         (elmo-shimbun-msgdb-to-headers): Removed.
5252         (elmo-shimbun-folder-setup): Ditto.
5253         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5254         for hash key.
5255         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5256         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5257         Removed useless local bind.
5258         (elmo-folder-open-internal): Don't call
5259         `elmo-shimbun-folder-setup'.
5260         (elmo-folder-close-internal): Clear entity-hash slot.
5261         (elmo-folder-clear): Ditto.
5262         (elmo-shimbun-msgdb-create-entity): Use
5263         `elmo-shimbun-folder-shimbun-header'.
5264         (elmo-map-message-fetch): Ditto.
5265         (elmo-shimbun-update-overview): Use overview entity instead of
5266         shimbun header to lookup id by references.
5267         (elmo-map-folder-list-message-locations): Use not only headers but
5268         also overviews to list locations.
5269
5270 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5271
5272         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5273         msgdb path.
5274
5275         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5276
5277 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5278
5279         * elmo-util.el (elmo-read-search-condition-internal): Give default
5280         value for date.
5281
5282 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5283
5284         * elmo-util.el (elmo-condition-parse-search-value): Accept
5285         YYYY-MM-DD format to search.
5286         * elmo-date.el (elmo-date-get-datevec): Likewise.
5287
5288 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5291         debugging code.
5292
5293 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5294
5295         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5296         from t.
5297
5298         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5299
5300         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5301         case from `elmo-folder-exists-p'.
5302         (elmo-folder-exists-p): Removed.
5303         (elmo-folder-creatable-p) Ditto.
5304
5305         * elmo-net.el (elmo-folder-create): Defined.
5306         (elmo-folder-create-unplugged): New function.
5307         (elmo-folder-exists-p): Changed default value to nil from t.
5308
5309         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5310         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5311
5312         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5313         `elmo-create-folder-dop' and append queue
5314         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5315         (elmo-folder-create-dop-delayed): New function.
5316
5317         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5318
5319         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5320
5321         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5322         (elmo-folder-writable-p) : Ditto.
5323
5324         * elmo-version.el (elmo-version): Up to 2.9.9.
5325
5326 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5327
5328         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5329         `elmo-message-use-cache-p' returns nil.
5330         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5331         (ignore cache file and refer the substance in local folders)
5332
5333 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * elmo-version.el (elmo-version): Up to 2.9.8.
5336
5337 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * elmo-version.el (elmo-version): Up to 2.9.7.
5340
5341         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5342
5343 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5344
5345         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5346
5347 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5350         from --early.
5351         (elmo-map-folder-list-message-locations): Reverse location list.
5352
5353 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5354
5355         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5356
5357 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5360         as a key.
5361         (elmo-nntp-folder-list-subfolders): Follow the change above.
5362
5363 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5364
5365         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5366         name if authentication type is specified.
5367
5368 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5371         variable.
5372         (elmo-default-nntp-stream-type): Ditto.
5373         (elmo-default-pop3-stream-type): Ditto.
5374
5375 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5376
5377         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5378
5379 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5380
5381         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5382         elmo-vars.el.
5383         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5384
5385         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5386         (elmo-maildir-folder-path): Ditto.
5387         (elmo-maildir-list): Ditto (abolished).
5388
5389 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5390
5391         * elmo-version.el (elmo-version): Up to 2.9.6.
5392
5393 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5394
5395         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5396         (elmo-maildir-folder-path): Ditto.
5397         (elmo-msgdb-directory): Ditto.
5398         (elmo-passwd-life-time): Ditto.
5399         (elmo-msgdb-extra-fields): Ditto.
5400         (elmo-enable-disconnected-operation): Ditto.
5401
5402 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5403
5404         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5405         other choices.
5406         (elmo-pop3-default-authenticate-type): Ditto.
5407
5408 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5409
5410         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5411         choices for custom.
5412         (elmo-pop3-default-authenticate-type): Ditto.
5413
5414 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5415
5416         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5417         mailbox to new-folder.
5418
5419 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5422         less than new, set new as unread.
5423
5424         * elmo-util.el (elmo-string): Don't put text-property if nil.
5425
5426 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5427
5428         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5429         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5430
5431 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5432
5433         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5434         is nil on `completing-read'.
5435
5436 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5439         for namespace part.
5440         (elmo-imap4-parse-namespace-subr): Ditto.
5441         (elmo-folder-list-subfolders): Append a delimiter when the specified
5442         folder path is a root with namespace and does not end with delimiter.
5443
5444 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5445
5446         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5447         was used.
5448
5449 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5450
5451         * elmo-util.el (elmo-save-buffer): The first argument of message
5452         is a format control string.
5453
5454 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5455
5456         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5457         `elmo-folder-diff').
5458         (elmo-diff-unread): Likewise.
5459
5460 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5461
5462         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5463         is t on `completing-read'.
5464
5465 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5466
5467         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5468         method of target folder with self mark-alist if MARK-ALIST is nil.
5469
5470 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5471
5472         * elmo-version.el (elmo-version): Up to 2.9.5.
5473
5474 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5475
5476         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5477         (elmo-dop-merge-funcs): Remove.
5478
5479 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5480
5481         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5482         Return t if PATH is directory, too.
5483         Use `dolist' instead of while loop.
5484
5485 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5486
5487         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5488         is deleted.
5489
5490 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5491
5492         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5493         return value to t.
5494         (elmo-folder-list-messages-unplugged): Return t if
5495         elmo-enable-disconnected-operation is nil.
5496
5497         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5498         `elmo-folder-list-messages-internal'.
5499
5500 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5501
5502         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5503         Change to looking-at `[23][0-9]+'.
5504         (elmo-network-initialize-session): Use 'error-msg'
5505         * elmo-net.el (elmo-network-open-session): Set unplugged
5506         if elmo-network-initialize-session returns 'elmo-open-err.
5507
5508 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5509
5510         * elmo-version.el (elmo-version): Up to 2.9.4.
5511
5512 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5513
5514         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5515         `elmo-folder-list-messages-internal'.
5516
5517 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5518
5519         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5520         (elmo-message-match-condition): New method.
5521         (elmo-folder-search-fast): New inline function.
5522         (elmo-msgdb-search): Removed.
5523
5524         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5525         target folder if it is unplugged.
5526         (elmo-folder-list-messages-internal): Return t if target folder is
5527         unplugged and itself is persistent; In this case, use list be
5528         searched already.
5529
5530         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5531         (elmo-msgdb-search-internal-primitive): Ditto.
5532         (elmo-msgdb-match-condition): New function.
5533         (elmo-msgdb-match-condition-primitive): Ditto.
5534
5535         * elmo-util.el (elmo-filter-condition-p): New macro.
5536
5537         * elmo-cache.el (elmo-folder-search): Removed.
5538
5539         * elmo-localdir.el (elmo-folder-search): Ditto.
5540
5541         * elmo-maildir.el (elmo-folder-search): Ditto.
5542
5543         * elmo-mark.el (elmo-folder-search): Ditto.
5544
5545         * elmo-nmz.el (elmo-folder-search): Ditto.
5546
5547         * elmo-sendlog.el (elmo-folder-search): Ditto.
5548
5549         * elmo-shimbun.el (elmo-folder-search): Ditto.
5550
5551         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5552         if folder is unplugged.
5553
5554         * elmo-nntp.el (elmo-folder-search): Likewise.
5555         (elmo-nntp-search-internal): New function.
5556
5557         * elmo-version.el (elmo-version): Up to 2.9.3.
5558
5559 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5560
5561         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5562
5563 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5564
5565         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5566
5567 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5568
5569         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5570
5571 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5574         (elmo-map-folder-list-message-locations): Do drive letter conversion
5575         on Windows environment.
5576         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5577         (elmo-map-message-fetch): Ditto.
5578
5579 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5580
5581         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5582         (elmo-network-initialize-session): Ditto.
5583
5584 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5587
5588         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5589
5590         * elmo-util.el (elmo-progress-clear): Ditto.
5591
5592         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5593         `DD-Mon-YYYY' type date.
5594
5595 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5596
5597         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5598         `elmo-date-make-sortable-string' instead of
5599         `timezone-make-date-sortable'.
5600
5601         * elmo-date.el (elmo-date-make-sortable-string): Use
5602         `timezone-make-time-string'.
5603
5604 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5607
5608         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5609         `since'; Fix timezone.
5610
5611         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5612
5613         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5614
5615 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5616
5617         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5618
5619 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5620
5621         * elmo.el (elmo-generic-folder-append-messages): Make
5622         fetch-strategy with `use-cache' as 'maybe. Check return value of
5623         `elmo-message-fetch'.
5624         (elmo-message-fetch): Return return value of
5625         `elmo-message-fetch-with-cache-process'.
5626         (elmo-message-fetch-with-cache-process): Return non-nil if
5627         fetching was succeed. Load cache when fetching was failed and
5628         fetch-strategy-use-cache is 'maybe.
5629
5630         * elmo-util.el (elmo-file-cache-load): New function.
5631
5632         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5633         defun.
5634
5635         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5636         non-nil if fetching was succeed.
5637
5638         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5639
5640         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5641
5642         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5643         (elmo-message-fetch-with-cache-process): Likwise.
5644
5645         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5646
5647         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5648
5649         * elmo-version.el (elmo-version): Up to 2.9.2.
5650
5651 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5652
5653         * elmo.el (elmo-folder-delete): Delete msgdb path.
5654
5655         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5656
5657         * elmo-maildir.el (elmo-folder-delete): Ditto.
5658
5659         * elmo-localdir.el (elmo-folder-delete): Ditto.
5660
5661         * elmo-imap4.el (elmo-folder-delete): Ditto.
5662
5663 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * elmo.el (luna-define-class): Added `biff' slot.
5666
5667         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5668         (elmo-pop3-debug-inhibit-logging): Abolished.
5669         (elmo-network-close-session): Eliminated needless let.
5670         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5671         (elmo-pop3-send-command): Added `no-log' argument.
5672         (elmo-pop3-process-filter): Use `with-current-buffer'.
5673         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5674         if login failure.
5675         (elmo-pop3-auth-apop): Likewise.
5676         (elmo-network-authenticate-session): Likewise.
5677
5678         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5679         if biff folder.
5680
5681         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5682         string to determine protocol.
5683         (elmo-network-session-name-prefix): Abolished.
5684         (elmo-network-session-cache-key): Follow the change above.
5685         (elmo-network-open-session): Ditto.
5686
5687         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5688         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5689
5690         * elmo-version.el (elmo-version): Up to 2.9.1.
5691
5692         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5693         unmatch condition checking.
5694
5695         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5696         condition.
5697
5698 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5701
5702 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5705         test for while loop to execute at least one SEARCH command.
5706
5707 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * elmo-version.el (elmo-version): Up to 2.9.0.
5710
5711 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5714         (elmo-archive-folder-path): Define.
5715         (elmo-folder-initialize): Setup `dir-name' slot.
5716         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5717         Use `dir-name' as prefix of each subfolders.
5718         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5719
5720 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5721
5722         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5723         (elmo-pipe-folder-list-target-messages): New internal function.
5724         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5725         `killed-list'.
5726         (elmo-pipe-folder-copied-list-load): New function.
5727         (elmo-pipe-folder-copied-list-save): Ditto.
5728         (elmo-folder-open-internal): Follow the change above.
5729         (elmo-folder-status): Fixed for copy.
5730
5731 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5732
5733         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5734
5735 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5738         elmo-copy-file instead of elmo-add-name-to-file.
5739
5740         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5741
5742         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5743         "file://..." index.
5744
5745         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5746         of accept-process-output as 1.
5747         (elmo-pop3-read-contents): Ditto.
5748         (elmo-pop3-read-body): Ditto.
5749
5750 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5751
5752         * elmo-version.el (product-version-as-string): Remove define.
5753
5754 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5757         (elmo-imap4-copy-messages): Chop number set using
5758         `elmo-imap4-number-set-chop-length'.
5759         (elmo-imap4-set-flag): Ditto.
5760         (elmo-imap4-search-internal-primitive): Ditto.
5761
5762 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5763
5764         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5765         `elmo-folder-make-temp-dir'
5766
5767         * elmo-vars.el (elmo-cache-directory): New variable.
5768         (elmo-cache-dir): Abolished.
5769         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5770
5771         * elmo-version.el (elmo-version): Up to 2.7.7.
5772
5773 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5776         defcustom; Set default value as t.
5777
5778 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5781         (ldap-search-program-arguments): Changed default value.
5782         (ldap-search-basic): Accept exit status 4.
5783         (ldap/field-body): Parse options.
5784         (ldap/collect-field): Ditto.
5785         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5786
5787         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5788         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5789         (elmo-imap4-accept-ok): Ditto.
5790         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5791         'notify-bye, only BYE error is reported.
5792         (elmo-folder-exists-p-plugged): Set no-error argument of
5793         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5794
5795         * elmo.el (elmo-imap4-bye-error): Changed message.
5796
5797         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5798         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5799         queues (It causes infinite loop).
5800
5801 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5802
5803         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5804         (RECENT UNSEEN MESSAGES) extension.
5805
5806 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5807
5808         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5809         Check number of overview fields.
5810
5811 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * elmo.el (elmo-folder-confirm-appends): Changed message.
5814         (elmo-folder-confirm-appends): Ditto.
5815
5816         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5817         `with-temp-buffer'.
5818         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5819
5820 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5821
5822         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5823         of elmo-folder-update-threshold is nil, which can be set by
5824         wl-summary-update-confirm-threshold.
5825
5826 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5827
5828         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5829         (elmo-nmz-index-alias-alist): Ditto.
5830         (elmo-map-folder-list-message-locations): Follow the change above.
5831
5832 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5833
5834         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5835
5836         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5837
5838         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5839
5840         * elmo-util.el (elmo-read): Ditto.
5841         (elmo-display-error): Ditto.
5842
5843         * elmo-vars.el (elmo-date-match): Ditto.
5844
5845         * pldap.el (ldap-coding-system): Ditto.
5846
5847         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5848         `elmo-inhibit-number-mapping' as nil.
5849
5850 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5851
5852         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5853         space delimiter for list response.
5854
5855 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5856
5857         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5858
5859 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5860
5861         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
5862         (elmo-map-message-fetch): Fix.
5863         * elmo-map.el (elmo-folder-status): Fix for killed.
5864
5865 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5866
5867         * elmo-sendlog.el: New file.
5868         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
5869
5870 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * acap.el (acap-logging-out): New buffer local variable.
5873         (acap-close): Set it.
5874         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
5875         an error.
5876
5877 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5878
5879         * acap.el (acap-response-bye-p): New function.
5880         (acap-response-bye-message): Ditto.
5881         (acap-wait-for-response): If bye response is received, cause an error.
5882         (acap-parse-response): Make bye response when 'Bye' is received.
5883
5884 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5885
5886         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5887
5888 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5889
5890         * elmo-util.el (elmo-copy-file): Added argument
5891         `ok-if-already-exists'.
5892         (elmo-copy-file): Fixed typo.
5893
5894 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5895
5896         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5897
5898 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5899
5900         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
5901
5902 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
5903
5904         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
5905         to killed-list.
5906
5907 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5908
5909         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
5910         (elmo-folder-initialize): Fix for `copy'.
5911         (elmo-pipe-drain): Ditto.
5912         (elmo-folder-open-internal): Ditto.
5913         (elmo-folder-newsgroups): Fix.
5914
5915 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5916
5917         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
5918         for each message.
5919
5920         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
5921         recent value is returned from imap folder.
5922
5923         * elmo.el (elmo-folder-newsgroups): New generic function.
5924
5925         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
5926         (elmo-folder-initialize): Set it.
5927         (elmo-folder-expand-msgdb-path): Use it.
5928         (elmo-folder-newsgroups): Define.
5929
5930         * elmo-filter.el (elmo-folder-newsgroups): Define.
5931
5932         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
5933
5934         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
5935
5936         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
5937
5938 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5939
5940         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
5941         user option.
5942         (elmo-shimbun-header-extra-field): New inline function.
5943         (elmo-shimbun-header-set-extra-field): Ditto.
5944         (elmo-shimbun-folder-header-hash-setup): Ditto.
5945         (elmo-shimbun-update-overview): Ditto.
5946         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
5947         (elmo-shimbun-folder-setup): Use
5948         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
5949         (elmo-shimbun-get-headers): Ditto.
5950         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
5951         Insert `X-Shimbun-Id:' header if extra field is set.
5952         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
5953         field's value instead of `shimbun-header-id'.
5954
5955         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
5956         inline function.
5957         (elmo-msgdb-overview-entity-set-date): Ditto.
5958         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
5959
5960 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * mmimap.el (mmimap-entity-section): Changed body node number from
5963         "0" to "1".
5964
5965 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5966
5967         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
5968         `elmo-folder-delete-messages'.
5969
5970         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
5971         (elmo-folder-initialize): Changed to expand alias into index path.
5972
5973         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
5974         `elmo-mime-insert-header-from-buffer' with 6th arg
5975         `sorted-fields'.
5976
5977 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5978
5979         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
5980
5981         * elmo.el (elmo-diff-new): New inline function.
5982         (elmo-diff-unread): Ditto.
5983         (elmo-diff-all): Ditto.
5984
5985         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
5986         value from responseb.
5987         (elmo-imap4-folder-diff-plugged): Ditto.
5988         (elmo-imap4-server-diff-async): Added recent argument.
5989         (elmo-server-diff-async): Ditto.
5990         (elmo-imap4-folder-diff-plugged): Ditto.
5991
5992         * elmo-version.el (elmo-version): Up to 2.7.6.
5993
5994 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5995
5996         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
5997         in quoted-stirng.
5998
5999 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6000
6001         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6002
6003         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6004
6005         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6006
6007         * elmo-multi.el (elmo-folder-initialize): Ditto.
6008
6009         * elmo-util.el (elmo-parse-token): New function.
6010         (elmo-parse-prefixed-element): Ditto.
6011
6012 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6015         delete process.
6016         (elmo-imap4-accept-ok): Ditto.
6017
6018 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6019
6020         * mmimap.el (mime-imap-entity-header-string): Don't check first
6021         element of node-id is `0' (Follow last change).
6022
6023 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6024
6025         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6026         assigned irregular node-id to nested multipart section.
6027         (initialize-instance): Followed above change.
6028
6029 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6030
6031         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6032         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6033         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6034         `elmo-shimbun-get-headers');
6035         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6036         visible article on summary exists in headers).
6037         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6038
6039 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6042         definition.
6043
6044 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6047
6048 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6049
6050         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6051         header separator into loop condition.
6052
6053 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6054
6055         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6056         Return duplicate folder if it has subfolder.
6057
6058 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6059
6060         * elmo.el (elmo-make-folder): Add folder name error check.
6061
6062         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6063         (elmo-nntp-encode-group-string): New inline function.
6064         (elmo-nntp-decode-group-string): Ditto.
6065         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6066         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6067         Use `not' instead of `null';
6068         Use elmo-nntp-decode-group-string.
6069
6070         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6071
6072         * elmo-version.el (elmo-version): Up to 2.7.5.
6073
6074 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6075
6076         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6077         Hide progress gauge if `elmo-folder-move-messages' exits
6078         nonlocally.
6079
6080 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6081
6082         * elmo-imap4.el (elmo-folder-initialize): Use
6083         `elmo-imap4-encode-folder-string' for folder name.
6084
6085 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6086
6087         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6088         `done'.
6089
6090 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6091
6092         * elmo-util.el (elmo-progress-counter-alist): New internal
6093         variable.
6094         (elmo-progress-counter-value): New macro.
6095         (elmo-progress-counter-all-value): Ditto.
6096         (elmo-progress-counter-format): Ditto.
6097         (elmo-progress-counter-set-value): Ditto.
6098         (elmo-progress-set): New function.
6099         (elmo-progress-clear): Ditto.
6100         (elmo-progress-notify): Ditto.
6101
6102         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6103         counter.
6104
6105         * elmo.el (elmo-generic-folder-append-messages): Call
6106         `elmo-progress-notify'.
6107         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6108
6109         * elmo-archive.el (elmo-folder-append-messages): Call
6110         `elmo-progress-notify'.
6111
6112         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6113
6114         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6115
6116         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6117
6118 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6121         'Create'.
6122         (elmo-message-encache-dop): Added argument `read'.
6123
6124         * elmo-shimbun.el (elmo-message-encache): Ditto.
6125
6126         * elmo-net.el (elmo-message-encache): Ditto.
6127
6128         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6129         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6130         elmo-imap4-seen-messages.
6131         (elmo-folder-msgdb-create-plugged): Initialize
6132         elmo-imap4-seen-messages;
6133         Set seen mark on elmo-imap4-seen-messages.
6134
6135         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6136
6137         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6138         elmo-folder-append-buffer.
6139         (elmo-folder-encache): Added optional argument `read'.
6140         (elmo-message-encache): Ditto.
6141
6142         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6143
6144         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6145
6146         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6147         if append buffer content succeds.
6148
6149 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6150
6151         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6152         elmo-display-progress.
6153
6154         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6155         Set 4th argument of mime-display-message.
6156         (elmo-mime-display-as-is): Ditto.
6157
6158 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * elmo-nmz.el (toplevel): Require 'mime-edit.
6161         (elmo-nmz-content-type-alist): Abolished.
6162         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6163         content is not a message.
6164         (elmo-map-message-fetch): Changed behavior exept for message content;
6165         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6166         content-type, Add From: and Subject: field.
6167
6168 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6169
6170         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6171         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6172         not a message.
6173
6174 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6175
6176         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6177         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6178
6179         * elmo-archive.el (elmo-folder-writable-p): Defined.
6180
6181         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6182
6183         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6184
6185         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6186
6187         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6188
6189         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6190
6191         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6192
6193         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6194
6195         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6196
6197 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * elmo-util.el (elmo-address-quote-specials): New function;
6200         Renamed from `wl-address-quote-specials'.
6201
6202 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6203
6204         * elmo-version.el (elmo-version): Up to 2.7.4.
6205
6206 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6207
6208         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6209
6210 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6213         both compile-time and run-time to avoid byte-compile warning.
6214
6215 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6216
6217         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6218
6219 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6220
6221         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6222         option.
6223         (elmo-mime-display-as-is-internal): Use it.
6224
6225         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6226         if `read-passwd' is not defined.
6227
6228 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6231         by original number.
6232         (elmo-folder-status): Call `elmo-folder-open-internal';
6233         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6234         (elmo-folder-close-internal): Set location-alist as nil.
6235         (elmo-folder-clear): Define.
6236         (elmo-folder-check): Don't set location-alist as nil.
6237
6238         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6239
6240 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6243         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6244
6245         * mmimap.el (mime-imap-entity::requested): New slot.
6246         (mime-imap-location-fetch-entity-p): New generic function.
6247         (mime-decode-parameters): Define using `defun-maybe'.
6248         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6249         content-type structure.
6250         (mime-entity-body): Return empty body if
6251         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6252
6253         * elmo.el (elmo-message-displaying): New variable.
6254
6255         * elmo-mime.el (elmo-mime-message-display): Bind
6256         elmo-message-displaying as t.
6257
6258         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6259
6260 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * acap.el (acap-open): erase buffer before starting network process.
6263         (acap-store): Rewrite.
6264
6265 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * elmo-imap4.el (elmo-imap4-default-mailbox,
6268         elmo-imap4-default-server
6269         elmo-imap4-default-authenticate-type,
6270         elmo-imap4-default-user,
6271         elmo-imap4-default-port,
6272         elmo-imap4-default-stream-type,
6273         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6274
6275         * elmo-pop3.el (elmo-pop3-default-user,
6276         elmo-pop3-default-server,
6277         elmo-pop3-default-authenticate-type,
6278         elmo-pop3-default-port,
6279         elmo-pop3-default-stream-type,
6280         elmo-pop3-stream-type-alist): Ditto.
6281
6282         * elmo-nntp.el (elmo-nntp-default-server,
6283         elmo-nntp-default-user,
6284         elmo-nntp-default-port,
6285         elmo-nntp-default-stream-type,
6286         elmo-nntp-stream-type-alist): Ditto.
6287
6288         * elmo-vars.el: Follow changes above.
6289         (elmo-setting): New custom group; added 'elmo-setting group to
6290         above variables.
6291
6292         * elmo-version.el (elmo-version): Up to 2.7.3.
6293
6294         * acap.el (acap-parse-response): Don't delete process when BYE
6295         response (It causes hang-up on slow network environment).
6296         (toplevel): Added comment.
6297
6298 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6301
6302         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6303         parsing NIL.
6304         (acap-parse-return-metadata): Ditto.
6305
6306         * slp.el: New file.
6307         (toplevel): Fixed typo.
6308
6309         * acap.el: New file.
6310         (acap-network-stream-open): Show "Connecting..." message.
6311         (acap-parse-response): Fixed problem for BYE untagged response.
6312         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6313         (toplevel): Added tiny comments.
6314
6315 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6316
6317         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6318         space delimiter for uidl response.
6319
6320 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * elmo-vars.el (elmo-use-semi): Eliminated.
6323
6324         * elmo-util.el (elmo-string-assoc-all): New function.
6325
6326 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6327
6328         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6329         property 'mime-preview-situation for `mime-preview-quit'.
6330
6331 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6332
6333         * elmo.el (elmo-message-fetch-with-cache-process): Call
6334         elmo-message-fetch-internal instead of causing an error when fetch
6335         strategy is 'entire but only 'section cache is available.
6336
6337 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * elmo-version.el (elmo-version): Up to 2.7.2.
6340
6341         * elmo.el (elmo-generic-folder-append-messages): Make
6342         fetch-strategy with `use-cache'.
6343
6344         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6345         (elmo-dop-queue-method-name): New macro.
6346
6347 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6348
6349         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6350         unbalanced parenthesis.
6351
6352 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6353
6354         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6355
6356 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6359         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6360
6361 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6362
6363         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6364         local variables.
6365
6366 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6369         (elmo-message-use-cache-p): Define.
6370         (elmo-folder-msgdb-create): Treat cache.
6371
6372 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * elmo-nntp.el (elmo-network-initialize-session): Call
6375         `elmo-nntp-send-mode-reader'.
6376         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6377
6378 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6381         alist.
6382         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6383         assoc.
6384
6385         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6386         for `elmo-plugged-p'.
6387         (elmo-open-network-stream): Fixed stream-type argument.
6388
6389 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6392         unknown archive type is specified.
6393
6394 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6397
6398         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6399         while loading msgdb.
6400
6401         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6402         (elmo-folder-open-internal): Rewrite.
6403
6404 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * elmo-mime.el (elmo-mime-display-as-is-internal):
6407         Adjust buffer-multibyte status.
6408
6409 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6412         of elmo-condition-find-key.
6413
6414         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6415         (elmo-condition-in-msgdb-p): Ditto.
6416         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6417         argument.
6418
6419 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6422
6423 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6424
6425         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6426         label for elmo-display-progress.
6427
6428 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * elmo.el (elmo-folder-clear): New method.
6431         (elmo-folder-clear): Define.
6432         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6433
6434         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6435         (elmo-folder-clear): Define.
6436
6437         * elmo-map.el (elmo-folder-clear): Define.
6438
6439         * elmo-version.el (elmo-version): Up to 2.7.1.
6440
6441 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6444         updates.
6445
6446 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6447
6448         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6449         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6450
6451 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6454
6455         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6456         and re-written.
6457
6458         * elmo-imap4.el (elmo-folder-initialize): Use
6459         elmo-get-network-stream-type.
6460
6461         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6462
6463         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6464
6465 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * elmo.el (elmo-message-encache): Set unread argument for
6468         elmo-message-fetch.
6469
6470         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6471
6472         * elmo.el (elmo-net-port-info): New method.
6473
6474         * elmo-shimbun.el (elmo-net-port-info): Define.
6475         (elmo-message-encache): Ditto.
6476
6477         * elmo-net.el (elmo-net-port-info): Define as method.
6478
6479         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6480         unplugged status when elmo-enable-disconnected-operation is t.
6481
6482         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6483         of spool folder before checking new number.
6484
6485 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6488         (elmo-network-setup-session): Ditto.
6489         (elmo-message-fetch-plugged): Ditto.
6490         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6491         (elmo-network-initialize-session): Ditto.
6492         (elmo-pop3-read-response): Abolish 3rd argument.
6493         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6494         (elmo-pop3-read-contents): Ditto.
6495         (elmo-pop3-read-body): Ditto.
6496         (elmo-folder-status): Call elmo-folder-close.
6497         (elmo-pop3-lock): Abolish.
6498         (elmo-pop3-unlock): Ditto.
6499         (elmo-pop3-locked-p): Ditto.
6500         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6501
6502 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * elmo-version.el (elmo-version): Up to 2.7.0.
6505
6506         * elmo-pop3.el (elmo-pop3-debug): New variable.
6507         (elmo-pop3-debug-inhibit-logging): Ditto.
6508         (elmo-pop3-debug): New function.
6509         (elmo-pop3-send-command): Call elmo-pop3-debug.
6510         (elmo-pop3-read-response): Added keep-lock optional argument;
6511         Don't unlock if keep-lock is non-nil.
6512         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6513         (elmo-network-authenticate-session): Bind
6514         elmo-pop3-debug-inhibit-logging as t.
6515         (elmo-network-setup-session): Call elmo-pop3-read-response with
6516         keep-lock argument.
6517         (elmo-pop3-read-msg): Ditto.
6518         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6519         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6520         (elmo-network-initialize-session): Call elmo-pop3-lock.
6521         (elmo-folder-close-internal): Don't clear location-alist slot.
6522         (elmo-folder-check): Clear location-alist slot.
6523
6524 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6525
6526         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6527         (elmo-pop3-send-command): Call elmo-pop3-lock.
6528         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6529         (elmo-pop3-read-contents): Ditto.
6530         (elmo-pop3-lock): New function.
6531         (elmo-pop3-unlock): Ditto.
6532         (elmo-pop3-locked-p): Ditto.
6533         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6534         returns t.
6535
6536 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6539
6540         * elmo-util.el (elmo-file-field-primitive-condition-match):
6541         New inline function (Don't fetch file content if "first" or "last").
6542         (elmo-file-field-condition-match): Use
6543         elmo-file-field-primitive-condition-match.
6544
6545         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6546         "first".
6547
6548         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6549         (elmo-message-fetch-plugged): Fixed.
6550
6551         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6552
6553 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * elmo.el (elmo-folder-move-messages): Bind
6556         elmo-inhibit-display-retrieval-progress as t while moving messages.
6557
6558         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6559         New variable.
6560         (elmo-inhibit-display-retrieval-progress): Ditto.
6561
6562         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6563         for retrieval progress;
6564         Don't display progress when total buffer size is smaller than
6565         elmo-display-retrieval-progress-threshold.
6566         (elmo-message-fetch-plugged): Don't display progress when
6567         elmo-inhibit-display-retrieval-progress is non-nil.
6568
6569         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6570         for retrieval progress;
6571         Don't display progress when literal size is smaller than
6572         elmo-display-retrieval-progress-threshold.
6573         (elmo-imap4-message-fetch): Don't display progress when
6574         elmo-inhibit-display-retrieval-progress is non-nil.
6575
6576 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6579         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6580         (elmo-imap4-message-fetch): Likewise.
6581
6582         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6583         (elmo-shimbun-index-range-alist): Ditto.
6584         (elmo-shimbun-use-entire-index): Abolish.
6585         (shimbun-mua-use-entire-index): Ditto.
6586         (elmo-shimbun-folder): Added new slot `range'.
6587         (elmo-folder-initialize): Setup slot `range'.
6588
6589 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6592         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6593         (elmo-shimbun-get-headers): Use return value of
6594         `shimbun-article-expiration-days'.
6595         (elmo-folder-close-internal): Clean up last-check slot.
6596
6597         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6598         (elmo-pop3-total-size): New variable.
6599         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6600
6601         * elmo.el (elmo-folder-reserve-status-p): New method.
6602
6603         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6604         (elmo-shimbun-use-entire-index): New user option.
6605         (shimbun-elmo-mua): New class.
6606         (shimbun-mua-search-id): Define.
6607         (shimbun-mua-use-entire-index): Ditto.
6608         (elmo-shimbun-folder:last-check): New slot.
6609         (elmo-shimbun-headers-cache-header-list): Abolish.
6610         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6611         (elmo-shimbun-headers-cache-header-hash): Ditto.
6612         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6613         (elmo-shimbun-headers-cache-last-check): Ditto.
6614         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6615         (elmo-shimbun-headers-check-p): Rewrite.
6616         (elmo-shimbun-msgdb-to-headers): New function.
6617         (elmo-shimbun-get-headers): Rewrite.
6618         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6619         (elmo-folder-open-internal): Get headers only if
6620         `elmo-shimbun-headers-check-p' is non-nil.
6621         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6622         is non-nil.
6623         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6624         (elmo-quit): Removed.
6625
6626         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6627         function.
6628         (elmo-msgdb-overview-entity-set-extra): Ditto.
6629         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6630
6631         * elmo-map.el (elmo-folder-status): Don't call
6632         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6633         is non-nil.
6634
6635 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6636
6637         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6638         of `elmo-msgdb-search-internal-primitive' when condition's car is
6639         `and' or `or'.
6640
6641 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6644
6645 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6646
6647         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6648         call `elmo-pipe-drain'.
6649
6650 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6651
6652         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6653         typo. (elmo-cache-folder -> elmo-mark-folder)
6654
6655 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6656
6657         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6658         `elmo-message-fetch'.
6659
6660 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6661
6662         * elmo-net.el (elmo-message-encache): Fixed typo.
6663         (elmo-message-fetch-unplugged): Changed call
6664         `elmo-message-fetch-internal' without argument `outbuf'.
6665
6666 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6667
6668         * elmo.el (elmo-message-encache): Define as generic function.
6669         (elmo-message-fetch-field): New generic function.
6670         (elmo-message-fetch-with-cache-process): Cause an error when
6671         fetch strategy is 'entire but only 'section cache is available.
6672         (toplevel): Fixed nmz folder definition.
6673
6674         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6675         (elmo-msgdb-resume-list-filename): Ditto.
6676         (elmo-queue-filename): Ditto.
6677         (elmo-enable-disconnected-operation): Changed default value to t.
6678
6679         * elmo-util.el (elmo-cache-path-section-p): New function.
6680         (elmo-file-cache-get): Use it.
6681         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6682         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6683         (elmo-dop-queue-save): Ditto.
6684
6685         * elmo-net.el (elmo-folder-status-unplugged): Call
6686         elmo-folder-status-dop.
6687         (elmo-folder-list-messages-unplugged): Implemented.
6688         (elmo-folder-delete-messages-unplugged): Define.
6689         (elmo-folder-msgdb-create): Define.
6690         (elmo-folder-msgdb-create-unplugged): Define.
6691         (elmo-folder-mark-as-read-unplugged): Ditto.
6692         (elmo-folder-unmark-read-unplugged): Ditto.
6693         (elmo-folder-mark-as-important-unplugged): Ditto.
6694         (elmo-folder-unmark-important-unplugged): Ditto.
6695         (elmo-message-encache): Ditto.
6696
6697         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6698         (elmo-dop-queue-save): Ditto.
6699
6700         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6701         `elmo-folder-msgdb-create'.
6702         (elmo-folder-append-buffer): Implemented unplugged operation.
6703         (elmo-folder-append-messages): Call parent method in unplugged status.
6704         (elmo-message-fetch-unplugged): Removed definition.
6705         (elmo-message-fetch-field): Implemented.
6706
6707         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6708         (elmo-dop-folder): Removed variable definition.
6709         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6710         (elmo-dop-queue-flush): Implemented.
6711         (elmo-dop-queue-merge): Removed definition (TODO).
6712         (elmo-dop-spool-folder): New function.
6713         (elmo-dop-spool-folder-append-buffer): Ditto.
6714         (elmo-dop-spool-folder-list-messages): Ditto.
6715         (elmo-dop-list-deleting-messages): Ditto.
6716         (elmo-folder-append-buffer-dop): Ditto.
6717         (elmo-folder-delete-messages-dop): Ditto.
6718         (elmo-message-encache-dop): New inline function.
6719         (elmo-create-folder-dop): Ditto.
6720         (elmo-folder-mark-as-read-dop): Ditto.
6721         (elmo-folder-unmark-read-dop): Ditto.
6722         (elmo-folder-mark-as-important-dop): Ditto.
6723         (elmo-folder-unmark-important-dop): Ditto.
6724         (elmo-folder-status-dop): Fixed.
6725         (elmo-folder-append-buffer-dop-delayed): New function.
6726         (elmo-folder-delete-messages-dop-delayed): Ditto.
6727         (elmo-dop-msgdb): Ditto.
6728
6729 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6730
6731         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6732
6733 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6734
6735         * elmo.el (elmo-folder-move-messages): Fixed problem when
6736         `dst-folder' is 'null.
6737
6738 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6739
6740         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6741         instead of current mark.
6742
6743         * elmo-multi.el (elmo-folder-list-importants-internal): No
6744         operation if importants is not list.
6745
6746         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6747         Return t if importants is not list.
6748
6749         * elmo-map.el (elmo-map-folder-list-importants): Define.
6750         (elmo-folder-list-importants-internal): Check return value of
6751         `elmo-map-folder-list-importants-internal'.
6752
6753         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6754
6755         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6756
6757         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6758
6759         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6760
6761 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6764         (Patch is provided by <kita@coe.nttdata.co.jp>).
6765
6766 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6767
6768         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6769         mark folder.
6770
6771 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6772
6773         * elmo.el (elmo-message-fetch): Define.
6774         (elmo-message-fetch-with-cache-process): New generic method.
6775         (elmo-message-fetch-internal): New generic method.
6776         (elmo-folder-synchronize):
6777
6778         * elmo-archive.el (elmo-message-fetch-internal): Define.
6779         (elmo-message-fetch): Eliminated.
6780
6781         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6782         (elmo-message-fetch): Eliminated.
6783
6784         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6785         argument OUTBUF.
6786         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6787
6788         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6789         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6790
6791         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6792         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6793
6794         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6795
6796         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6797
6798         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6799
6800         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6801         (elmo-message-fetch-unplugged): New generic method.
6802         (elmo-message-fetch-internal): Remove cache process (Renamed from
6803         `elmo-message-fetch').
6804
6805         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6806         (elmo-message-fetch): Eliminated.
6807         (elmo-message-fetch-unplugged): Ditto.
6808
6809         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6810
6811 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6812
6813         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6814         of `to-be-deleted' from number-alist to number-list.
6815
6816 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6817
6818         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6819         (elmo-folder-mark-as-important): Ditto.
6820
6821 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * elmo.el (elmo-folder): Added process-duplicates slot.
6824
6825         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6826         (elmo-folder-unmark-read): Ditto.
6827         (elmo-folder-unmark-important): Ditto.
6828         (elmo-folder-mark-as-important): Ditto.
6829
6830         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6831         duplicated message processing.
6832
6833         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6834
6835 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6836
6837         * elmo-util.el (elmo-list-subdirectories-1): New function.
6838         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6839         (elmo-mapcar-list-of-list): New function.
6840
6841         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6842         `elmo-mapcar-list-of-list' instead of `mapcar'.
6843
6844         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6845
6846         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6847         `elmo-have-link-count'. Return the fully qualified folder name.
6848
6849 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6852         (elmo-shimbun-headers-cache): New internal variable.
6853         (elmo-shimbun-headers-cache-header-list): New inline function.
6854         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6855         (elmo-shimbun-headers-cache-header-hash): Ditto.
6856         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6857         (elmo-shimbun-headers-cache-last-check): Ditto.
6858         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6859         (elmo-shimbun-lapse-seconds): Ditto.
6860         (elmo-shimbun-headers-cache-check-p): Ditto.
6861         (elmo-shimbun-get-headers): New function.
6862         (elmo-folder-open-internal): Call it.
6863         (elmo-quit): Define (Clear headers-cache).
6864
6865 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
6868
6869         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
6870         (elmo-msgdb-flist-save): Ditto.
6871
6872         * elmo-shimbun.el (elmo-folder-list-subfolders):
6873         Use `shimbun-groups' instead of `shimbun-groups-internal'.
6874         (elmo-folder-exists-p): Ditto.
6875
6876         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
6877         argument for `shimbun-header-insert'.
6878
6879 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
6882         at first time.
6883
6884         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
6885         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
6886
6887 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
6890         (elmo-folder-plugged-p): Define.
6891         (elmo-folder-set-plugged): Ditto.
6892         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
6893         (elmo-folder-list-messages-internal): Return t if unplugged.
6894         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
6895
6896         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
6897         when elmo-folder-list-messages-internal method of children returns t.
6898
6899         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
6900         pair is nil.
6901         (elmo-folder-open-internal): Don't update if unplugged status.
6902
6903 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
6906         new message.
6907
6908 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * elmo-util.el (elmo-file-cache-save): Ignore errors.
6911
6912         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
6913         saving.
6914
6915 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
6918
6919         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
6920         (elmo-folder-open-internal): Set up headers slot.
6921         (elmo-folder-check): Call elmo-folder-close-internal and
6922         elmo-folder-open-internal.
6923         (elmo-folder-close-internal): Clean up headers slot.
6924
6925 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6926
6927         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
6928         exactly folder list.
6929         (elmo-folder-append-messages): Fixed append archive with prefix.
6930
6931         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
6932         make temp files with start-number.
6933
6934         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
6935
6936 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6937
6938         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
6939         argument `visible-only'.
6940         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
6941         instead of `if'.
6942
6943         * elmo-pop3.el (elmo-folder-open-internal): Check
6944         `elmo-inhibit-number-mapping' is non-nil.
6945
6946         * elmo-pipe.el (elmo-folder-status): Fixed.
6947
6948 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6949
6950         * elmo.el (elmo-dop-queue-flush): Added autload setting.
6951
6952         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
6953         (elmo-folder-open-internal): Setup `header-hash' slot.
6954         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
6955         information.
6956         (elmo-map-message-fetch): Ditto.
6957
6958 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
6961         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
6962         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
6963         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
6964
6965         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
6966
6967 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * sb-airs.el: Added footer.
6970
6971         * shimbun.el (shimbun-article): Define as luna-method.
6972
6973         * sb-tcup.el: New file.
6974
6975         * sb-airs.el (toplevel): Require 'sb-mhonarc.
6976         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
6977
6978 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6979
6980         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
6981         (shimbun-get-headers): Ditto.
6982
6983         * elmo.el: Moved obsolete variable definitions from
6984         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
6985
6986         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
6987         groups.
6988
6989         * shimbun.el: New file.
6990
6991         * elmo-shimbun.el: New file.
6992
6993         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
6994         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
6995         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
6996         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
6997
6998 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
6999
7000         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7001         hierarchy is t.
7002
7003 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * elmo.el (elmo-folder-msgdb): Define as macro.
7006         (elmo-folder-open): Added argument `load-msgdb'.
7007         (elmo-generic-folder-open): Ditto.
7008         (elmo-folder-encache): New function.
7009
7010         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7011
7012         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7013
7014         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7015         Eliminated argument FOLDER and added argument MSGDB.
7016         (elmo-dop-queue-load): Moved from elmo-dop.el.
7017         (elmo-dop-queue-save): Ditto.
7018
7019         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7020
7021         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7022
7023         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7024         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7025         (elmo-filter-folder-list-importants-internal): Ditto.
7026
7027         * elmo-map.el (elmo-folder-pack-number): Ditto.
7028
7029         * elmo-mime.el (elmo-mime-message-display): Ditto.
7030
7031         * elmo.el (elmo-generic-folder-commit): Ditto.
7032         (elmo-folder-list-unreads): Ditto.
7033         (elmo-folder-list-importants): Ditto.
7034         (elmo-generic-folder-commit): Ditto.
7035         (elmo-message-set-mark): Ditto.
7036         (elmo-generic-folder-append-msgdb): Ditto.
7037         (elmo-folder-synchronize): Ditto.
7038         (elmo-folder-messages): Ditto.
7039         (elmo-init): Call elmo-dop-queue-load.
7040         (elmo-folder-list-messages): Ditto.
7041
7042         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7043         (elmo-nntp-folder-process-crosspost): Ditto.
7044         (elmo-folder-list-unreads-internal): Ditto.
7045
7046         * elmo-dop.el: Removed old functions.
7047
7048 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7051         `folder' to `msgdb'.
7052
7053 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7054
7055         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7056         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7057
7058         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7059         case-fold-search.
7060
7061 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7064         defined.
7065
7066         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7067         (mmimap-parse-parameters-from-list): Define as alias for
7068         `mime-decode-parameter-plist' if it is defined as function.
7069         (mmimap-make-mime-entity): Added argument `number'.
7070         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7071         as 0.
7072         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7073
7074         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7075
7076         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7077
7078         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7079
7080 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7083
7084         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7085         when elmo-imap4-default-authenticate-type is nil.
7086         (elmo-folder-list-subfolders): Ditto
7087         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7088         (elmo-imap4-fetch-callback-1-subr): Renamed from
7089         `elmo-imap4-fetch-callback-1' and define as inline function.
7090         (elmo-imap4-fetch-callback-1):
7091         Renamed from `elmo-imap4-fetch-callback'.
7092         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7093
7094         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7095         msgdb path (To keep compatibility with main trunk).
7096
7097         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7098
7099         * elmo-util.el (elmo-make-file-cache): Moved position of
7100         some macros.
7101
7102         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7103         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7104         instead of `elmo-pop3-inhibit-uidl'.
7105         (elmo-folder-exists-p): Ditto.
7106         (elmo-pop3-folder-list-messages): Ditto.
7107
7108         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7109         instead of `elmo-pop3-inhibit-uidl'.
7110         (elmo-folder-status): Ditto.
7111
7112         * elmo-dop.el (elmo-dop-folder): New variable.
7113         (elmo-dop-lock-message): Eliminated.
7114         (elmo-dop-unlock-message): Ditto.
7115         (elmo-dop-lock-list-load): Ditto.
7116         (elmo-dop-lock-list-save): Ditto.
7117         (elmo-dop-delete-folder): Ditto.
7118         (elmo-dop-rename-folder): Ditto.
7119
7120         * elmo.el: Removed incomplete commentary.
7121
7122 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7123
7124         * elmo.el (toplevel): Require 'elmo-version first;
7125         for little `recursive-load-depth' settings.
7126         Fix "ends here" comment.
7127
7128 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * elmo-util.el (toplevel): Require 'poem;
7131         Some functions are moved from elmo-cache.el.
7132
7133         * elmo-net.el (toplevel): Require 'elmo-cache.
7134
7135         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7136
7137         * elmo.el (toplevel): Ditto.
7138
7139         * elmo-cache.el: Rewrite with luna;
7140         Some functions are moved to elmo-util.el.
7141
7142         * elmo-internal.el (elmo-internal-folder-list): New variable.
7143         (elmo-internal-folder-initialize): Rewrite.
7144         (elmo-folder-list-subfolders): Ditto.
7145
7146         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7147         (elmo-cache-collect-sub-directories): Ditto.
7148
7149 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * elmo-version.el (elmo-version): Up to 2.5.8.
7152
7153         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7154
7155         * elmo-util.el (elmo-list-insert): New function.
7156
7157 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * elmo.el (elmo-init): New function.
7160         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7161
7162         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7163         (Renamed from `elmo-localdir-header-chop-length').
7164
7165         * elmo-pop3.el (elmo-pop3-use-cache,
7166         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7167
7168         * elmo-nntp.el (elmo-message-fetch): Define.
7169         (elmo-message-fetch-unplugged): Ditto.
7170         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7171         (elmo-nntp-use-cache): Ditto.
7172         (elmo-nntp-max-number-precedes-list-active): Ditto.
7173
7174         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7175
7176         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7177         `elmo-msgdb-insert-file-header'.
7178         Use `elmo-msgdb-file-header-chop-length'.
7179
7180         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7181         `elmo-vars.el'.
7182
7183         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7184         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7185         `elmo-msgdb-insert-file-header'.
7186
7187         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7188         Use new variable;
7189         Define obsolete variables with `elmo-define-obsolete-variable',
7190
7191         * elmo-util.el (elmo-warning-buffer-name): New constant.
7192         (elmo-warning): New function.
7193         (elmo-obsolete-variable-alist): New variable.
7194         (elmo-obsolete-variable-show-warnings): New variable.
7195         (elmo-define-obsolete-variable): New function.
7196         (elmo-resque-obsolete-variable): Ditto.
7197         (elmo-resque-obsolete-variables): Ditto.
7198
7199 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7202         Eliminated.
7203
7204         * elmo-pop3.el, elmo-nntp.el: Use custom.
7205
7206 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7207
7208         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7209         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7210
7211 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * Luna-fy Kenichi OKADA's following changes.
7214         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7215         `nohide'.
7216         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7217
7218 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7219
7220         * elmo-util.el (elmo-display-progress): Prefer
7221         `progress-feedback-with-label' to `lprogress-display'.
7222
7223 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7224
7225         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7226
7227 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7228
7229         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7230         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7231         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7232         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7233         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7234         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7235         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7236         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7237         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7238         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7239         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7240         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7241         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7242
7243 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7244
7245         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7246         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7247
7248 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * elmo.el (elmo-folder-process-crosspost): New generic method.
7251         (elmo-folder-writable-p): Ditto.
7252         (elmo-folder-message-appendable-p): Eliminated.
7253         (elmo-generic-folder-append-msgdb): Rewrite.
7254         (elmo-newsgroups-hashtb): New internal variable.
7255         (elmo-crosspost-message-set): Eliminated.
7256         (elmo-crosspost-message-delete): Ditto.
7257         (elmo-setup-subscribed-newsgroups): New function.
7258         (elmo-crosspost-message-alist-modified): New internal variable.
7259         (elmo-crosspost-message-alist-load): New function (Renamed from
7260         `wl-crosspost-alist-load').
7261         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7262         `wl-crosspost-alist-save').
7263
7264         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7265
7266         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7267         `unreads'.
7268         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7269         elmo-newsgroups-hashtb).
7270         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7271         `elmo-nntp-folder-update-crosspost-message-alist'.
7272         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7273         `elmo-nntp-groups-hashtb'.
7274         (elmo-nntp-make-groups-hashtb): Eliminated.
7275         (elmo-nntp-parse-newsgroups): New function (Renamed from
7276         `wl-parse-newsgroups').
7277         (elmo-folder-creatable-p, elmo-folder-writable-p,
7278         elmo-folder-close-internal, elmo-folder-mark-as-read,
7279         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7280         Define.
7281         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7282
7283         * elmo-net.el (elmo-message-fetch): Check buffer size.
7284
7285         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7286
7287         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7288
7289         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7290         before `close' command.
7291
7292         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7293         `mark-alist' (All other related portions are changed).
7294
7295 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * elmo-util.el (elmo-create-hash-size): Eliminated.
7298         (elmo-make-hash) Make a hash with `one less than a power of two'
7299         length.
7300
7301         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7302         (elmo-hash-maximum-size): Changed value.
7303
7304 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7307         (elmo-mime-message-display-as-is): Ditto.
7308
7309 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7312         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7313
7314 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * elmo-mark.el: New file.
7317
7318         * elmo-internal.el: Rewrite (Almost empty).
7319
7320 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7323         (mime-imap-entity-header-string): Ditto.
7324         (mmimap-entity-section): Rewrite.
7325
7326 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * elmo-nmz.el: New file.
7329
7330         * elmo-pipe.el: Rewrite with luna.
7331
7332 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * elmo-archive.el: Rewrite with luna.
7335
7336         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7337         (elmo-folder-list-importants-internal): Ditto.
7338
7339 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * elmo-archive.el (elmo-archive-version): Abolish.
7342         (toplevel) Removed `boso' comment.
7343
7344 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7347         elmo-msgdb-add-msgs-to-seen-list-subr;
7348         Changed argument seen-marks to unread-marks.
7349
7350         * elmo-nntp.el: Rewrite with luna.
7351
7352 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * elmo-filter.el: Rewrite with luna.
7355
7356 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * elmo-pop3.el: Rewrite with luna.
7359
7360 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7361
7362         * elmo-multi.el: Rewrite with luna.
7363
7364         * elmo-vars.el (elmo-use-killed-list): Abolish.
7365         All other related portions are changed.
7366         (elmo-filename-replace-string-alist): Renamed from
7367         elmo-msgid-replace-string-alist.
7368
7369 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7372
7373         * elmo-map.el: New file.
7374         * elmo-maildir.el: Rewrite with luna.
7375
7376 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * elmo.el: Changed meaning of `elmo-folder-commit'.
7379         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7380
7381 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7382
7383         * elmo.el (elmo-folder-append-buffer): New function.
7384         (Renamed from `elmo-append-msg')
7385
7386 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * elmo-mime.el: New file.
7389
7390 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * elmo-cache.el: Rewrite.
7393
7394 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7395
7396         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7397
7398 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * elmo-vars.el (elmo): New group.
7401         (elmo-strict-diff-folder-regexp): New variable.
7402
7403         * elmo-util.el (elmo-call-func): Abolish.
7404         (elmo-folder-get-type): Ditto.
7405         (elmo-*-get-spec): Ditto.
7406         (elmo-*-spec-*): Ditto.
7407         (elmo-imap4-identical-name-space-p): Ditto.
7408         (elmo-folder-identical-system-p): Ditto.
7409         (elmo-folder-direct-copy-alist): Ditto.
7410         (elmo-folder-direct-copy-p): Ditto.
7411
7412         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7413         (elmo-folder-initialize): Define.
7414         (elmo-folder-get-primitive-list): Ditto.
7415
7416         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7417         (elmo-folder-initialize): Define.
7418         Renamed `elmo-network-session-host-internal' to
7419         `elmo-network-session-server-internal'.
7420
7421         * elmo-multi.el (elmo-multi-folder): New luna class.
7422         (elmo-folder-initialize): Define.
7423         (elmo-folder-get-primitive-list): Ditto.
7424         (elmo-folder-contains-type): Ditto.
7425         (elmo-message-use-cache-p): Ditto.
7426
7427         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7428         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7429
7430         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7431         (elmo-folder-initialize): Define.
7432
7433         * elmo-filter.el (elmo-filter-folder): New luna class.
7434         (elmo-folder-initialize): Define.
7435         (elmo-folder-get-primitive-list): Ditto.
7436         (elmo-folder-contains-type): Ditto.
7437
7438 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * elmo-imap4.el: Rewrite with luna.
7441
7442         * mmimap.el: New file.
7443
7444         * mmelmo.el, mmelmo-imap4.el: Removed.
7445
7446         * elmo-net.el: Ditto.
7447
7448         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7449         (elmo-folder-initialize): Define.
7450
7451         * elmo-archive.el (elmo-archive-folder): New luna class.
7452         (elmo-folder-initialize): Define.
7453
7454         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7455         `elmo-folder-msgdb-path'.
7456         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7457         `elmo-make-folder'.
7458
7459 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7460
7461         * elmo.el: New file.
7462
7463         * elmo2.el: Renamed to elmo.el.
7464
7465 \f
7466 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7467
7468         * elmo-cache.el (elmo-cache-expire-by-size): Count
7469         a disk usage for a cache file entry in KB even when
7470         its kind is a directory.
7471
7472 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * elmo-version.el (elmo-version): Up to 2.5.7.
7475
7476 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7477
7478         * elmo-version.el (elmo-version): Up to 2.5.6.
7479
7480 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * elmo-version.el (elmo-version): Up to 2.5.5.
7483
7484 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7485
7486         * elmo-imap4.el (elmo-network-authenticate-session):
7487         Fixed a logic for response checking.
7488
7489 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7490
7491         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7492         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7493         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7494         `sasl-mechanisms'.
7495
7496         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7497         for `starttls-open-stream' and `starttls-negotiate'.
7498
7499         * elmo-nntp.el: Remove autoload settings for
7500         `starttls-open-stream' and `starttls-negotiate'.
7501
7502         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7503         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7504         `luna-define-class' with `eval-and-compile'.
7505
7506 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7507
7508         * elmo-util.el (elmo-read-search-condition-internal):
7509         Require an element of table for searching field.
7510
7511 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * elmo-version.el (elmo-version): Up to 2.5.4.
7514
7515 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7516
7517         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7518
7519 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7520
7521         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7522
7523 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7524
7525         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7526         before greeting.
7527
7528 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7529
7530         * elmo-imap4.el (elmo-imap4-delete-folder):
7531         Send "close" before "delete" (Use commented out line).
7532         (elmo-imap4-rename-folder): Ditto.
7533
7534         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7535         folder string itself.
7536         (elmo-dop-list-deleted): New function.
7537         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7538         killed.
7539
7540         * elmo-util.el (elmo-string-rassoc-all): New function.
7541
7542 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * elmo-version.el (elmo-version): Up to 2.5.3.
7545
7546         * elmo-net.el (elmo-network-get-session): Changed logic for
7547         checking process status.
7548
7549         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7550         process is nil;
7551         Changed logic for checking process status.
7552
7553 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7556         before greeting.
7557         (elmo-network-setup-session): Set UIDL hash size according to
7558         the length of list response.
7559         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7560         according to the length of list response;
7561         Return the length of list response.
7562         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7563
7564 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7565
7566         * elmo-imap4.el (toplevel): Require 'ssl.
7567         Add autoload 'starttls.
7568         * elmo-pop3.el (toplevel): Ditto.
7569         * elmo-nntp.el (toplevel): Ditto.
7570
7571 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7572
7573         * elmo-imap4.el (toplevel): defun at compile time.
7574         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7575         sasl-next-step, sasl-step-data, sasl-step-set-data.
7576         * elmo-pop3.el (toplevel): Ditto.
7577
7578 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7579
7580         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7581
7582 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7583
7584         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7585         if error.
7586         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7587         and `elmo-pop-auth-apop'.
7588
7589 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7590
7591         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7592
7593 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7594
7595         * elmo-pop3.el (elmo-network-authenticate-session): Split
7596         encoded response value.
7597
7598 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7599
7600         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7601         `elmo-pop3-force-login'.
7602         Redefine `sasl-mechanisms'.
7603         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7604
7605 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7606
7607         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7608         Delete `elmo-imap4-authenticator-alist'.
7609         (elmo-imap4-auth-cram-md5): Delete.
7610         (elmo-imap4-auth-digest-md5): Delete.
7611
7612 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7613
7614         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7615         (elmo-pop3-auth-scram-md5): Ditto.
7616         (elmo-pop3-auth-cram-md5): Ditto.
7617
7618 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7619
7620         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7621         Delete `elmo-pop3-authenticator-alist'.
7622
7623 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7624
7625         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7626         new SASL API.
7627         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7628
7629 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7632
7633 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7636         Fixed problem when `elmo-pop3-use-uidl' is nil.
7637         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7638
7639 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7640
7641         * elmo-version.el (elmo-version): Up to 2.5.2.
7642
7643 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7644
7645         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7646         New function.
7647         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7648         (elmo-pop3-msgdb-create-as-numlist): Use it.
7649
7650         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7651         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7652
7653         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7654         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7655
7656 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7657
7658         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7659         when elmo-mark-as-read is called with second argument nil.
7660
7661 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7664         Moved to elmo-util.el.
7665
7666         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7667         Moved from elmo-pipe.el
7668
7669         * elmo-archive.el (elmo-archive-call-process): Enclose with
7670         static-if.
7671
7672         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7673         "RFC822" (because RFC822.PEEK is obsolete).
7674         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7675
7676 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7677
7678         * elmo-archive.el (elmo-archive-call-process): Don't check for
7679         the exit status when Nemacs is running.
7680
7681 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7682
7683         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7684         'plain.
7685
7686         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7687         (elmo-pop3-get-spec): Set default of auth to 'user.
7688
7689         * elmo-imap4.el (elmo-imap4-session-check):
7690         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7691         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7692         (elmo-imap4-auth-login): New function; Revival.
7693         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7694         `elmo-imap4-auth-login'.
7695
7696 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7697
7698         * elmo2.el (toplevel): Move `product-provide' declare.
7699         * mmelmo.el (toplevel): Ditto.
7700
7701 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7704
7705 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7706
7707         * elmo-util.el (elmo-folder-get-store-type): New function.
7708         (elmo-folder-direct-copy-p): Use it.
7709
7710 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7713         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7714         and result of `elmo-imap4-use-flag-p'.
7715         (elmo-imap4-fetch-callback-1): Set mark according to
7716         the result of `elmo-imap4-use-flag-p'.
7717
7718 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7721         (elmo-generic-list-folder-unread): Ditto.
7722         (elmo-folder-get-info): Ditto.
7723         (elmo-folder-set-info-max-by-numdb): Ditto.
7724         (elmo-folder-get-info-max): Ditto.
7725         (elmo-folder-get-info-length): Ditto.
7726         (elmo-folder-get-info-unread): Ditto.
7727         (elmo-folder-info-make-hashtb): Ditto.
7728
7729         * elmo2.el: Removed above functions.
7730
7731 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7732
7733         * elmo-imap4.el (toplevel): Require 'ssl.
7734         Add autoload 'starttls.
7735         * elmo-pop3.el (toplevel): Ditto.
7736         * elmo-nntp.el (toplevel): Ditto.
7737
7738 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7739
7740         * elmo-imap4.el (toplevel): defun at compile time.
7741         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7742         sasl-next-step, sasl-step-data, sasl-step-set-data.
7743         * elmo-pop3.el (toplevel): Ditto.
7744
7745 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7746
7747         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7748
7749 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7750
7751         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7752         if error.
7753         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7754         and `elmo-pop-auth-apop'.
7755
7756 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7757
7758         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7759
7760 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7761
7762         * elmo-pop3.el (elmo-network-authenticate-session): Split
7763         encoded response value.
7764
7765 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7766
7767         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7768         `elmo-pop3-force-login'.
7769         Redefine `sasl-mechanisms'.
7770         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7771
7772 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7773
7774         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7775         Delete `elmo-imap4-authenticator-alist'.
7776         (elmo-imap4-auth-cram-md5): Delete.
7777         (elmo-imap4-auth-digest-md5): Delete.
7778
7779 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7782         (elmo-pop3-auth-scram-md5): Ditto.
7783         (elmo-pop3-auth-cram-md5): Ditto.
7784
7785 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7786
7787         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7788         Delete `elmo-pop3-authenticator-alist'.
7789
7790 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7791
7792         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7793         new SASL API.
7794         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7795
7796 \f
7797 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7800
7801 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * elmo-nntp.el (elmo-nntp-get-folders-info):
7804         Fixed problem when '\' character is contained in user-id.
7805         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7806
7807 \f
7808 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7809
7810         * elmo-imap4.el (elmo-imap4-delete-folder):
7811         Send "close" before "delete" (Use commented out line).
7812         (elmo-imap4-rename-folder): Ditto.
7813
7814         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7815         folder string itself.
7816         (elmo-dop-list-deleted): New function.
7817         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7818         killed.
7819
7820         * elmo-util.el (elmo-string-rassoc-all): New function.
7821
7822         * elmo-version.el (elmo-version): Up to 2.5.1.
7823
7824 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7827
7828         * elmo-internal.el (elmo-internal-search): Fix last change.
7829
7830 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * elmo-internal.el (elmo-internal-search): Rewrite.
7833         (Fixed problem which is pointed out by Akihiro MOTOKI
7834         <motoki@da.jp.nec.com>)
7835
7836         * elmo-version.el (elmo-version): Up to 2.5.0.
7837
7838 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7839
7840         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7841
7842 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7843
7844         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7845         non-nil, make hierarchy.
7846
7847 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7848
7849         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7850         `elmo-pop3-use-uidl' must be bound to nil.
7851         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7852
7853 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * elmo-util.el (elmo-copy-file): Don't cause an error after
7856         `add-name-to-file' failed.
7857
7858         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
7859         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7860
7861 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7862
7863         * elmo-version.el (elmo-version): Up to 2.3.93.
7864
7865 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * elmo-util.el (elmo-flatten): New function.
7868
7869 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7870
7871         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
7872         sync Author header.
7873         * elmo-cache.el (toplevel): Ditto.
7874         * elmo-database.el (toplevel): Ditto.
7875         * elmo-date.el (toplevel): Ditto.
7876         * elmo-dop.el (toplevel): Ditto.
7877         * elmo-filter.el (toplevel): Ditto.
7878         * elmo-imap4.el (toplevel): Ditto.
7879         * elmo-internal.el (toplevel): Ditto.
7880         * elmo-localdir.el (toplevel): Ditto.
7881         * elmo-localnews.el (toplevel): Ditto.
7882         * elmo-maildir.el (toplevel): Ditto.
7883         * elmo-msgdb.el (toplevel): Ditto.
7884         * elmo-multi.el (toplevel): Ditto.
7885         * elmo-net.el (toplevel): Ditto.
7886         * elmo-nntp.el (toplevel): Ditto.
7887         * elmo-pipe.el (toplevel): Ditto.
7888         * elmo-pop3.el (toplevel): Ditto.
7889         * elmo-util.el (toplevel): Ditto.
7890         * elmo-vars.el (toplevel): Ditto.
7891         * elmo2.el (toplevel): Ditto.
7892         * mmelmo-imap4.el (toplevel): Ditto.
7893         * mmelmo.el (toplevel): Ditto.
7894
7895         * elmo-version.el (elmo-version): Move to top.
7896
7897         * elmo-cache.el (toplevel): Fixed multiple Author header format.
7898         * elmo-imap4.el (toplevel): Ditto.
7899         * elmo-localdir.el (toplevel): Ditto.
7900         * elmo-msgdb.el (toplevel): Ditto.
7901         * elmo-nntp.el (toplevel): Ditto.
7902         * elmo-pop3.el (toplevel): Ditto.
7903         * elmo-version.el (toplevel): Ditto.
7904
7905         * elmo-localnews.el (toplevel): Added Keyword header.
7906
7907 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * elmo-version.el (product-version-as-string): Defined using
7910         `defun-maybe'.
7911         (toplevel): Use it.
7912
7913         * elmo-localdir.el (toplevel): Updated copyright notice.
7914         * elmo-version.el (toplevel): Ditto.
7915         * elmo-msgdb.el (toplevel): Ditto.
7916         * elmo-imap4.el (toplevel): Ditto.
7917         * elmo-nntp.el (toplevel): Ditto.
7918         * elmo-pop3.el (toplevel): Ditto.
7919
7920 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7921
7922         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
7923         messages.
7924
7925         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
7926         parameter value (It sometimes contains raw kanji).
7927
7928 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7929
7930         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
7931         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
7932
7933 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7934
7935         * elmo-imap4.el (elmo-network-initialize-session): Fix.
7936
7937 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7938
7939         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
7940         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
7941
7942 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
7945         value if selecting folder succceeded.
7946         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
7947
7948 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7949
7950         * elmo-util.el (elmo-make-directory): Fixed permission lateral
7951         representation.
7952
7953         * elmo-util.el (elmo-string-matched-member): New function.
7954
7955 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * elmo-util.el (elmo-unintern): New macro.
7958         (elmo-number-set-member): Fixed docstring.
7959
7960         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
7961         tag token.
7962
7963 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
7964
7965         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
7966         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
7967
7968 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
7971         `no-error'.
7972         Added docstring.
7973         Return non-nil if selecting folder succeeded.
7974         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
7975
7976 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
7979         `file-name-completion' returns t.
7980         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
7981         (elmo-maildir-set-mark): Put `info' part to the files in the cur
7982         directory if it does not exist.
7983         (elmo-maildir-update-current): Use `while' instead of `mapcar'
7984         for iteration.
7985
7986 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
7989         enclosure (It's harmful in unplugged status).
7990
7991         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
7992
7993         * mmelmo-1.el: Removed.
7994
7995         * mmelmo-2.el: Ditto.
7996
7997         * mmelmo-imap4-1.el: Ditto.
7998
7999         * mmelmo-imap4-2.el: Ditto.
8000
8001         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8002
8003         * mmelmo.el: Merged mmelmo-2.el.
8004
8005         * elmo-version.el (elmo-version): Up to 2.3.92.
8006
8007 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8008
8009         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8010         elmo-update-number): Remove last period in "...done." message.
8011         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8012         Ditto.
8013         * elmo-cache.el (elmo-cache-expire-by-size,
8014         elmo-cache-get-sorted-cache-file-list,
8015         elmo-cache-msgdb-create-as-numlist): Ditto.
8016         * elmo-dop.el (elmo-dop-save-pending-messages,
8017         (elmo-dop-flush-pending-append-operations): Ditto.
8018         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8019         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8020         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8021         (elmo-localdir-pack-number): Ditto.
8022         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8023         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8024         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8025         mime-write-entity-content): Ditto.
8026         * pldap.el (ldap-search-basic): Ditto.
8027
8028 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * elmo-version.el (elmo-version): Up to 2.3.91.
8031
8032         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8033         Only when filter is 'last'.
8034
8035         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8036         (elmo-condition-parse-search-value): Use it.
8037         (elmo-read-search-condition-internal): Quote value only when
8038         it is not an atom.
8039
8040 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8041
8042         * elmo2.el (elmo-generic-folder-diff): Fix.
8043
8044 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8045
8046         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8047         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8048         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8049         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8050         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8051         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8052
8053 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8054
8055         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8056         extra-fields.
8057
8058 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * elmo-version.el (elmo-version): Up to 2.3.90.
8061
8062         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8063         (elmo-imap4-list-folder-important): Ditto.
8064
8065 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8066
8067         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8068
8069 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8070
8071         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8072
8073 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8074
8075         * elmo-nntp.el (elmo-network-initialize-session):
8076         Add starttls negotiation.
8077
8078 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8079
8080         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8081         response.
8082         (elmo-network-setup-session): Define.
8083         Call `elmo-nntp-send-mode-reader' when session opened.
8084
8085 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8088
8089 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8090
8091         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8092         an invalid SPACE character ahead of `SEARCH' command.  Move
8093         a valid SPACE character following `SEARCH' from conditional
8094         `format' arguments to control-strings.
8095
8096 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8099         was succeeded.
8100
8101         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8102
8103 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8104
8105         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8106         `w32-get-true-file-link-count' as t.
8107
8108         * elmo-imap4.el (elmo-imap4-read): Abolished.
8109         (Renamed to `elmo-read' and moved to elmo-util.el)
8110         All other related portions are changed.
8111
8112         * elmo-util.el (elmo-read): New function.
8113         (elmo-condition-parse-search-value): Use it.
8114
8115 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8118
8119         * elmo-nntp.el (elmo-nntp-session): Define.
8120         (elmo-nntp-setting): Abolished.
8121         All other related portions are changed.
8122         (elmo-nntp-get-server-command): Changed argument.
8123         (elmo-nntp-set-server-command): Ditto.
8124         (elmo-nntp-xover-p): Ditto.
8125         (elmo-nntp-set-xover): Ditto.
8126         (elmo-nntp-listgroup-p): Ditto.
8127         (elmo-nntp-set-listgroup): Ditto.
8128         (elmo-nntp-list-active-p): Ditto.
8129         (elmo-nntp-set-list-active): Ditto.
8130         (elmo-nntp-xhdr-p): Ditto.
8131         (elmo-nntp-set-xhdr): Ditto.
8132         (elmo-nntp-flush-connection): Abolished.
8133         (elmo-nntp-get-connection): Abolished.
8134         (elmo-nntp-get-session): New function.
8135         (elmo-network-initialize-session): Defined.
8136         (elmo-network-authenticate-session): Ditto.
8137         (elmo-nntp-send-mode-reader): Changed argument.
8138         (elmo-nntp-send-command): Changed argument.
8139         All other related portions are changed.
8140         (elmo-nntp-read-response): Ditto.
8141         (elmo-nntp-read-raw-response): Ditto.
8142         (elmo-nntp-read-contents): Ditto.
8143         (elmo-nntp-read-body): Ditto.
8144         (elmo-nntp-goto-folder): Abolished.
8145         (elmo-nntp-select-group): New function.
8146         All other related portions are changed.
8147         (This function substitutes `elmo-nntp-goto-folder')
8148         (elmo-nntp-msgdb-create-by-header): Rewrite.
8149         (elmo-nntp-get-overview): Eliminated.
8150         (elmo-nntp-get-message): Ditto.
8151         (elmo-nntp-open-connection) Abolished.
8152         (elmo-nntp-read-msg): Rewrite.
8153         (elmo-nntp-post): Ditto.
8154         (elmo-nntp-send-data): Abolished.
8155         (elmo-nntp-send-buffer): New function.
8156         (elmo-nntp-send-data-line): Define as inline function.
8157         (elmo-nntp-get-folders-info-prepare): Use session as key.
8158         (elmo-nntp-groups-read-response): Changed argument.
8159         (elmo-nntp-retrieve-headers): Ditto.
8160         (elmo-nntp-msgdb-create-message): Ditto.
8161
8162         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8163         when searching by 'since' or 'before'.
8164
8165 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8166
8167         * elmo-version.el (toplevel): Use product-version-as-string for set
8168         verstion-string, if defined.
8169
8170 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8171
8172         * elmo-util.el: Doc fixes.
8173
8174 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8175
8176         * elmo-archive.el (toplevel): Use product-provide.
8177         * elmo-cache.el (toplevel): Ditto.
8178         * elmo-database.el (toplevel): Ditto.
8179         * elmo-date.el (toplevel): Ditto.
8180         * elmo-dop.el (toplevel): Ditto.
8181         * elmo-filter.el (toplevel): Ditto.
8182         * elmo-imap4.el (toplevel): Ditto.
8183         * elmo-internal.el (toplevel): Ditto.
8184         * elmo-localdir.el (toplevel): Ditto.
8185         * elmo-localnews.el (toplevel): Ditto.
8186         * elmo-maildir.el (toplevel): Ditto.
8187         * elmo-msgdb.el (toplevel): Ditto.
8188         * elmo-multi.el (toplevel): Ditto.
8189         * elmo-net.el (toplevel): Ditto.
8190         * elmo-nntp.el (toplevel): Ditto.
8191         * elmo-pipe.el (toplevel): Ditto.
8192         * elmo-pop3.el (toplevel): Ditto.
8193         * elmo-util.el (toplevel): Ditto.
8194         * elmo-vars.el (toplevel): Ditto.
8195         * elmo2.el (toplevel): Ditto.
8196         * mmelmo-1.el (toplevel): Ditto.
8197         * mmelmo-2.el (toplevel): Ditto.
8198         * mmelmo-imap4-1.el (toplevel): Ditto.
8199         * mmelmo-imap4-2.el (toplevel): Ditto.
8200         * mmelmo-imap4.el (toplevel): Ditto.
8201         * mmelmo.el (toplevel): Ditto.
8202
8203 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8206         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8207
8208 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8211         before splitting.
8212         (elmo-multi-split-number-alist): Ditto.
8213
8214 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8215
8216         * elmo-version.el: New file.  Use product.el.
8217         * elmo2.el: Add (require 'elmo-version).
8218         * elmo-vars.el (elmo-appname, elmo-version): Move to
8219         elmo-version.el
8220
8221 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8224         `elmo-msgdb-expand-path'.
8225         (elmo-msgdb-load): Ditto.
8226         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8227         (elmo-generic-list-folder-unread): Rewrite.
8228         (elmo-generic-list-folder-important): Changed argument.
8229         (elmo-list-folder-unread): Ditto.
8230         (elmo-list-folder-important): Ditto.
8231         (elmo-folder-diff): Rewrite.
8232         (elmo-generic-folder-diff): New function.
8233         (elmo-multi-get-number-alist-list): Abolished
8234         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8235         (elmo-multi-folder-diff): Moved to elmo-multi.el
8236         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8237
8238         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8239         `elmo-msgdb-expand-path'.
8240         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8241         (elmo-pop3-read-msg): Ditto.
8242         (elmo-pop3-delete-msgs): Ditto.
8243         (elmo-pop3-folder-diff): New alias.
8244
8245         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8246         `elmo-msgdb-expand-path'.
8247         (elmo-pipe-list-folder-unread): Changed arguments.
8248         (elmo-pipe-list-folder-important): Ditto.
8249         (elmo-pipe-folder-diff): New alias.
8250
8251         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8252         `elmo-msgdb-expand-path'.
8253         (elmo-nntp-max-of-folder): Ditto.
8254         (elmo-nntp-msgdb-create): Ditto.
8255         (elmo-nntp-delete-msgs): Ditto.
8256         (elmo-nntp-folder-diff): New alias.
8257
8258         * elmo-multi.el (elmo-multi-folder-diff): New function.
8259         (elmo-multi-split-mark-alist): Ditto.
8260         (elmo-multi-split-number-alist): Ditto.
8261         (elmo-multi-mark-alist-list): Abolished (Renamed to
8262         elmo-multi-split-mark-alist).
8263         (elmo-multi-list-folder-unread): Rewrite.
8264         (elmo-multi-list-folder-important): Ditto.
8265         (elmo-multi-list-folder): Set `spec' as 1st argument for
8266         `elmo-msgdb-expand-path'.
8267         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8268         instead of `elmo-multi-get-number-alist-list'.
8269
8270         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8271         If 1st argument is not string, treat as spec.
8272         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8273         `elmo-msgdb-expand-path'.
8274         (elmo-msgdb-flist-load): Ditto.
8275         (elmo-msgdb-flist-save): Ditto.
8276         (elmo-msgdb-delete-path): Ditto.
8277         (elmo-msgdb-rename-path): Ditto.
8278
8279         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8280         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8281         (elmo-maildir-delete-mark-msgs): Ditto.
8282         (elmo-maildir-msgdb-create): Ditto.
8283         (elmo-maildir-read-msg): Ditto.
8284         (elmo-maildir-delete-msgs): Ditto.
8285         (elmo-maildir-list-folder-subr): Ditto.
8286         (elmo-maildir-search): Ditto.
8287         (elmo-maildir-get-msg-filename): Ditto.
8288         (elmo-maildir-pack-number): Ditto.
8289         (elmo-maildir-folder-diff): New alias.
8290
8291         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8292
8293         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8294         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8295         (elmo-localdir-folder-diff): New alias.
8296
8297         * elmo-internal.el (elmo-internal-list-folder-subr):
8298         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8299         (elmo-internal-list-folder-by-location): Ditto.
8300         (elmo-internal-msgdb-create): Ditto.
8301         (elmo-internal-delete-msgs): Ditto.
8302         (elmo-internal-read-msg): Ditto.
8303         (elmo-internal-folder-diff): New alias.
8304
8305         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8306         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8307         `elmo-msgdb-expand-path'.
8308         (elmo-imap4-list-folder-unread): Changed arguments.
8309         (elmo-imap4-list-folder-important): Ditto.
8310
8311         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8312         (elmo-filter-list-folder-important): Ditto.
8313         (elmo-filter-folder-diff): New function.
8314
8315         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8316
8317         * elmo-cache.el (elmo-cache-list-folder):
8318         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8319         (elmo-cache-copy-msgs): Ditto.
8320         (elmo-cache-folder-diff): New alias.
8321
8322         * elmo-archive.el (elmo-archive-list-folder-subr):
8323         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8324         (elmo-archive-get-archive-name): Ditto.
8325         (elmo-archive-create-file): Ditto.
8326         (elmo-archive-append-msg): Ditto.
8327         (elmo-archive-copy-msgs): Ditto.
8328         (elmo-archive-copy-msgs-froms): Ditto.
8329         (elmo-archive-get-msg-filename): Ditto.
8330         (elmo-archive-folder-diff): New alias.
8331
8332 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8333
8334         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8335         (elmo-pop3-stream-type-alist): New variable.
8336         (elmo-nntp-stream-type-alist): New variable.
8337
8338         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8339         (elmo-kill-buffer): Ditto.
8340         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8341         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8342         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8343         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8344         (elmo-imap4-get-spec): Take into account
8345         `elmo-imap4-stream-type-alist'.
8346
8347 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8348
8349         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8350         (elmo-nntp-list-folders-get-cache): Ditto.
8351
8352 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8353
8354         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8355         character before 'uid'.
8356
8357 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8358
8359         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8360
8361         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8362
8363         * elmo-util.el (elmo-number-set-member): New function.
8364         (elmo-number-set-append-list): Ditto.
8365         (elmo-number-set-append): Ditto.
8366
8367         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8368         Use `elmo-number-set-member'.
8369         (elmo-living-messages): Ditto.
8370         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8371         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8372
8373         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8374         (elmo-imap4-add-to-cont-list): Abolished.
8375         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8376         instead of elmo-imap4-add-to-cont-list.
8377
8378         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8379         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8380
8381         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8382
8383 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8384
8385         * elmo-util.el (elmo-condition-parse-search-value):
8386         Fixed date parsing.
8387
8388 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * elmo-util.el (elmo-condition-find-key-internal): New function.
8391         (elmo-condition-find-key): Ditto.
8392
8393         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8394         (elmo-msgdb-search-internal): Ditto.
8395         (elmo-msgdb-search): Ditto.
8396
8397 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8400         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8401
8402         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8403         (elmo-nntp-search-primitive): Fixed problem when condition is
8404         'unmatch'.
8405
8406         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8407
8408         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8409         (elmo-nntp-xhdr-p): New macro.
8410         (elmo-nntp-set-xhdr): Ditto.
8411         (elmo-nntp-parse-xhdr-response): New function.
8412         (elmo-nntp-retrieve-field): Ditto.
8413         (elmo-nntp-search-primitive): Ditto.
8414         (elmo-nntp-search): Implemented.
8415
8416         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8417
8418         * elmo-archive.el (elmo-archive-search): Set all number list to
8419         `elmo-archive-field-condition-match'
8420
8421         * elmo-localdir.el (elmo-localdir-search): Likewise.
8422
8423         * elmo-maildir.el (elmo-maildir-search): Likewise.
8424
8425 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8426
8427         * elmo-msgdb.el (elmo-living-messages): New function.
8428         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8429         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8430         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8431         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8432         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8433         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8434         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8435         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8436         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8437         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8438         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8439
8440 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8443
8444         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8445
8446         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8447
8448         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8449         arguments for `SEARCH' command.
8450         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8451         All other related portions are changed.
8452
8453         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8454
8455         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8456         (elmo-list-folder-unread): Rewrite.
8457         (elmo-list-folder-important): Ditto.
8458
8459         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8460         (elmo-condition-parse-error): New inline function.
8461         (elmo-read-search-condition): New function.
8462         (elmo-read-search-condition-internal): Ditto.
8463         (elmo-parse-search-condition): Rewrite.
8464         (elmo-condition-parse): New function.
8465         (elmo-condition-parse-or-expr): Ditto.
8466         (elmo-condition-parse-and-expr): Ditto.
8467         (elmo-condition-parse-primitive): Ditto.
8468         (elmo-condition-parse-search-value): Ditto.
8469         (elmo-buffer-field-primitive-condition-match): Ditto.
8470         (elmo-buffer-field-condition-match): Rewrite.
8471         (elmo-file-field-condition-match): Ditto.
8472
8473         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8474         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8475
8476         * elmo-internal.el (elmo-internal-search): Set `number' and
8477         `number-list' argument of `elmo-file-field-condition-match'.
8478
8479         * elmo-maildir.el (elmo-maildir-search): Ditto.
8480
8481         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8482         `msgdb' as argument instead of `mark-alist'.
8483         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8484         `overview'.
8485
8486         * elmo-multi.el: Likewise.
8487
8488         * elmo-pipe.el: Likewise.
8489
8490         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8491         (elmo-imap4-search-internal): Rewrite.
8492         (elmo-imap4-search): Ditto.
8493
8494         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8495         (elmo-filter-list-folder-unread): Ditto.
8496         (elmo-filter-list-folder-important): Ditto.
8497         (elmo-filter-search): Rewrite.
8498
8499         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8500         `number-list' argument of `elmo-file-field-condition-match'.
8501         (elmo-cache-search): Ditto.
8502
8503         * elmo-localdir.el: Likewise.
8504
8505         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8506         number-list and pass it to `elmo-buffer-field-condition-match'.
8507         (elmo-archive-field-condition-match): Pass `number-list' to
8508         `elmo-archive-field-condition-match'
8509
8510 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8511
8512         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8513         `listgroup'.
8514
8515         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8516         (elmo-folder-diff-async-callback-data): Ditto.
8517         (elmo-folder-diff-async): New function.
8518
8519         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8520         (elmo-network-session-cache-key): Use it as a prefix of the session
8521         name.
8522         (elmo-network-open-session): Ditto.
8523
8524         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8525         (elmo-imap4-status-callback-data): Ditto.
8526         (elmo-imap4-server-diff-async-callback): New variable.
8527         (elmo-imap4-server-diff-async-callback-data): Ditto.
8528         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8529         `elmo-imap4-status-callback-data'.
8530         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8531         `elmo-imap4-status-callback-data' as nil.
8532         (elmo-imap4-server-diff): Ditto.
8533         (elmo-imap4-server-diff-async-callback-1): New function.
8534         (elmo-imap4-server-diff-async): Ditto.
8535         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8536
8537 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8538
8539         * elmo-util.el (elmo-list-delete): Doc fix.
8540         (elmo-delete-lists): Abolish.
8541         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8542         instead of `elmo-delete-lists'.
8543
8544 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8545
8546         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8547         before `sort'.
8548
8549 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8550
8551         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8552         `elmo-imap4-literal-subr'.
8553         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8554         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8555
8556 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8557
8558         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8559         (elmo-archive-list-folder): Fix.
8560         (elmo-archive-max-of-folder): Fix.
8561
8562 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8563
8564         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8565          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8566         (elmo-localdir-append-msg): Ditto.
8567         (elmo-localdir-list-folder): Fix for `nonsort'.
8568         (elmo-localdir-list-folder-subr): Fix for `killed'.
8569         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8570         (elmo-maildir-list-folder-subr): Ditto.
8571         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8572         (elmo-archive-list-folder-subr): Ditto.
8573         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8574         (elmo-internal-list-folder-subr): Ditto.
8575
8576 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8577
8578         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8579
8580 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8581
8582         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8583
8584 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8587         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8588
8589         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8590         before greeting.
8591         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8592         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8593
8594 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8595
8596         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8597
8598         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8599         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8600         before STORE command.
8601
8602 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8603
8604         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8605
8606         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8607         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8608         of `response'.
8609         (elmo-imap4-list-folders): Removed unused local variable.
8610         (elmo-network-initialize-session): Ditto.
8611         (elmo-imap4-delete-msg-by-id): Ditto.
8612         (elmo-imap4-parse-fetch): Ditto.
8613         (elmo-imap4-copy-msgs): Ditto.
8614         Use `dst-spec' instead of `dst-folder'.
8615         (elmo-network-authenticate-session): Check authenticate type `plain'.
8616
8617 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8618
8619         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8620         garbage checking.
8621         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8622         `elmo-imap4-response-value'.
8623         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8624
8625 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8626
8627         * elmo-imap4.el (elmo-imap4-send-command):
8628         Cause elmo-imap4-bye-error when current response is BYE.
8629         (elmo-imap4-arrival-filter): Changed greeting response value.
8630
8631         * elmo2.el (elmo-imap4-bye-error): Define.
8632
8633         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8634         (elmo-imap4-server-diff): Ditto.
8635         (elmo-imap4-response-bye-p): New macro.
8636         (elmo-imap4-response-error-text): Get text from BYE response.
8637         (elmo-imap4-read-response): Return if BYE response.
8638         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8639         (elmo-imap4-folder-exists-p): Ditto.
8640         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8641         (elmo-imap4-parse-bye): New function.
8642         (elmo-imap4-parse-response): Remove needless let.
8643         Call `elmo-imap4-parse-bye'.
8644
8645 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8648         the mailbox does not exist.
8649         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8650
8651 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8652
8653         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8654
8655 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8658
8659         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8660         (elmo-network-initialize-session-buffer): Defined.
8661
8662         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8663         Abolished.
8664         (mmelmo-imap4-get-mime-entity): Rewrite.
8665
8666         * elmo2.el (elmo-error): Capitalize error message.
8667
8668         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8669         (elmo-network-session-buffer): New macro.
8670         (elmo-network-open-session): Use it.
8671
8672         * elmo-imap4.el: Rewrite.
8673
8674 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8675
8676         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8677
8678 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8679
8680         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8681         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8682         (elmo-imap4-create-msgdb-from-overview-string): Use
8683         `elmo-msgdb-create-overview-from-buffer'.
8684
8685 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8686
8687         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8688         (elmo-imap4-default-hierarchy-delimiter): New variable.
8689         (elmo-imap4-list-folders): Use it.
8690
8691 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * elmo-net.el (elmo-network-open-session): Add user and
8694         stream-type for process-buffer name.
8695
8696         * elmo-pop3.el (elmo-network-initialize-session): Call
8697         buffer-disable-undo.
8698
8699         * elmo-imap4.el (elmo-network-initialize-session):
8700         Set current-buffer as an argument for `buffer-disable-undo'.
8701
8702         * elmo-pop3.el (elmo-network-close-session): Don't use
8703         `process-live-p'.
8704
8705         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8706         Set default as 'user.
8707
8708         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8709
8710         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8711         and `elmo-imap4-flush-connection'.
8712
8713         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8714         (elmo-pop3-get-spec): Assume auth as symbol.
8715         (elmo-open-network-stream): Moved to `elmo-net'.
8716
8717         * elmo-pop3.el (toplevel): Require 'elmo-net.
8718         Define `sasl-cram-md5' to silence byte compilier.
8719         (elmo-pop3-connection-cache) Abolished.
8720         (elmo-pop3-authenticator-alist) New variable.
8721         (elmo-pop3-session): Define.
8722         (elmo-pop3-connection-get-process): Abolished.
8723         (elmo-pop3-connection-get-buffer): Ditto.
8724         (elmo-pop3-close-connection): Ditto.
8725         (elmo-pop3-flush-connection): Ditto.
8726         (elmo-pop3-get-connection): Ditto.
8727         (elmo-pop3-get-session): New function.
8728         (Replacement for `elmo-pop3-get-connection').
8729         All other related modules are changed.
8730         (elmo-network-close-session): Define.
8731         (elmo-pop3-send-command): Abolished argument `buffer'.
8732         All other related modules are changed.
8733         (elmo-pop3-read-response): Likewise.
8734         (elmo-pop3-open-connection): Abolished.
8735         (elmo-pop3-auth-user): New function.
8736         (elmo-pop3-auth-apop): Ditto.
8737         (elmo-pop3-auth-cram-md5): Ditto.
8738         (elmo-pop3-auth-scram-md5): Ditto.
8739         (elmo-pop3-auth-digest-md5): Ditto.
8740         (elmo-network-initialize-session): Define.
8741         (elmo-network-authenticate-session): Ditto.
8742         (elmo-network-setup-session): Ditto.
8743
8744         * elmo-imap4.el (toplevel): Require 'elmo-net.
8745         (elmo-imap4-session): Define.
8746         (elmo-imap4-connection-cache): Abolished.
8747         (elmo-imap4-password-key): Ditto.
8748         (elmo-imap4-flush-connection): Ditto.
8749         (elmo-imap4-get-connection): Ditto.
8750         All other related modules are changed.
8751         (elmo-imap4-get-session): New function
8752         (Replacement for `elmo-imap4-get-connection').
8753         (elmo-imap4-read-response): Abolished argument `buffer'.
8754         All other related modules are changed.
8755         (elmo-imap4-send-command): Likewise.
8756         (elmo-imap4-select-folder): Abolished.
8757         All other related modules are changed.
8758         (elmo-imap4-select-mailbox): New function.
8759         (Replacement for `elmo-imap4-select-folder').
8760         (elmo-imap4-auth-login): Simplify.
8761         (Assume current buffer as process buffer)
8762         (elmo-imap4-auth-cram-md5): Ditto.
8763         (elmo-imap4-auth-digest-md5): Ditto.
8764         (elmo-imap4-login): Ditto.
8765         (elmo-imap4-open-connection): Abolished.
8766         (elmo-imap4-open-connection-1): Abolished.
8767         (elmo-network-initialize-sessoin): Define.
8768         (elmo-network-authenticate-session): Ditto.
8769         (elmo-network-setup-session): Ditto.
8770
8771         * elmo-net.el: New module.
8772
8773 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8774
8775         * elmo-util.el (elmo-define-error): New function.
8776
8777         * elmo2.el (elmo-error): Define.
8778         (elmo-open-error): Define.
8779         (elmo-authenticate-error): Define.
8780
8781         * elmo-imap4.el (elmo-imap4-error): Abolish.
8782         (elmo-imap4-error-type): Abolish.
8783         (elmo-imap4-error-process): Abolish.
8784         (elmo-imap4-error-message): Abolish
8785         (elmo-imap4-list-folders): Don't quote lambda.
8786         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8787         (elmo-imap4-parse-namespace): Ditto.
8788         (elmo-imap4-open-connection): Rewrite.
8789         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8790         (elmo-imap4-get-connection): Abolish local variable `result'.
8791
8792 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8793
8794         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8795         wrong-type-argument error when auth is nil.
8796
8797 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8798
8799         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8800         (elmo-default-nntp-stream-type): Ditto.
8801         (elmo-default-pop3-stream-type): Ditto.
8802         (elmo-network-stream-type-alist): Ditto.
8803         (elmo-default-imap4-ssl): Abolished.
8804         (elmo-default-nntp-ssl): Ditto.
8805         (elmo-default-pop3-ssl): Ditto.
8806
8807         * elmo-util.el: (toplevel): Removed needless requires.
8808         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8809         (elmo-open-network-stream): Open network stream according to
8810         the value of `elmo-network-stream-type-alist'.
8811         (elmo-get-network-stream-type): New function.
8812         (elmo-network-stream-type-spec-string): New macro.
8813         (elmo-network-stream-type-symbol): Ditto.
8814         (elmo-network-stream-type-function): Ditto.
8815
8816         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8817         network-stream-type. All other related portions are changed.
8818         (elmo-pop3-open-connection): Ditto.
8819
8820         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8821         network-stream-type. All other related portions are changed.
8822
8823         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8824         network-stream-type.All other related portions are changed.
8825         (elmo-imap4-error): New macro.
8826         (elmo-imap4-error-type): Ditto.
8827         (elmo-imap4-error-process): Ditto.
8828         (elmo-imap4-error-message): Ditto.
8829         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8830         (elmo-imap4-auth-cram-md5): Ditto.
8831         (elmo-imap4-auth-digest-md5): Ditto.
8832         (elmo-imap4-login): Ditto.
8833         (elmo-imap4-open-connection): Remove password entry if authentication
8834         was in vain.
8835         (elmo-imap4-user-at-host): Abolished.
8836         (elmo-imap4-password-key): New buffer local variable.
8837         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8838         using protocol, port, auth and stream-type.
8839
8840         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8841
8842 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8843
8844         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8845
8846         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8847
8848         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8849         (elmo-imap4-authenticator-alist): New variable.
8850         (elmo-imap4-open-connection-1): Rename from
8851         elmo-imap4-open-connection.
8852         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8853         only wraps elmo-imap4-open-connection-1.
8854         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8855         user-at-host.
8856         (elmo-imap4-auth-login): New function.
8857         (elmo-imap4-auth-cram-md5): New function.
8858         (elmo-imap4-auth-digest-md5): New function.
8859         (elmo-imap4-login): New function.
8860
8861 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8862
8863         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
8864         function `error'.
8865
8866 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8867
8868         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
8869
8870 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
8873
8874 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
8875
8876         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
8877         for server responses, quote `*' regardless of where it appears.
8878
8879 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8880
8881         * elmo-maildir.el (elmo-maildir-commit): New alias.
8882
8883 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8884
8885         * elmo-util.el (elmo-display-progress):
8886                 Use `progress-feedback-with-label'.
8887
8888 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8889
8890         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
8891         (elmo-imap4-non-atom-char-regex): Ditto.
8892         (elmo-imap4-non-text-char-regex): Ditto.
8893         (elmo-imap4-literal-threshold): Ditto.
8894         (elmo-imap4-atom-p): New function.
8895         (elmo-imap4-quotable-p): Ditto.
8896         (elmo-imap4-nil): Ditto.
8897         (elmo-imap4-atom): Ditto.
8898         (elmo-imap4-quoted): Ditto.
8899         (elmo-imap4-literal-subr): Ditto.
8900         (elmo-imap4-literal): Ditto.
8901         (elmo-imap4-buffer-literal): Ditto.
8902         (elmo-imap4-string-subr): Ditto.
8903         (elmo-imap4-string): Ditto.
8904         (elmo-imap4-buffer-string): Ditto.
8905         (elmo-imap4-astring-subr): Ditto.
8906         (elmo-imap4-astring): Ditto.
8907         (elmo-imap4-buffer-astring): Ditto.
8908         (elmo-imap4-nstring): Ditto.
8909         (elmo-imap4-buffer-nstring): Ditto.
8910         (elmo-imap4-mailbox): New alias.
8911         (elmo-imap4-field-body): Ditto.
8912         (elmo-imap4-userid): Ditto.
8913         (elmo-imap4-password): Ditto.
8914         (elmo-imap4-format-quoted): New function.
8915         (elmo-imap4-send-command): Rewritten.  Accept a list of command
8916         arguments and handle "atom", "quoted" and "literal" string here.
8917         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
8918         `elmo-imap4-send-command'.
8919         (elmo-imap4-folder-exists-p): Likewise.
8920         (elmo-imap4-create-folder): Likewise.
8921         (elmo-imap4-delete-folder): Likewise.
8922         (elmo-imap4-rename-folder): Likewise.
8923         (elmo-imap4-max-of-folder): Likewise.
8924         (elmo-imap4-check-validity): Likewise.
8925         (elmo-imap4-sync-validity): Likewise.
8926         (elmo-imap4-server-diff): Likewise.
8927         (elmo-imap4-select-folder): Likewise.
8928         (elmo-imap4-copy-msgs): Likewise.
8929         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
8930         (elmo-imap4-mark-set-on-msgs): Likewise.
8931         (elmo-imap4-read-part): Likewise.
8932         (elmo-imap4-read-msg): Likewise.
8933         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
8934         `elmo-imap4-password' for `elmo-imap4-send-command'.
8935         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
8936         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
8937         `elmo-imap4-buffer-literal'.
8938         (elmo-imap4-append-msg): Likewise.
8939
8940         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
8941         `delete' for removing dead connection from the connection cache.
8942         Move deletion of the process buffer after that.
8943         (elmo-imap4-list): Change `defsubst' to `defun'.
8944         (elmo-imap4-commit): Make error message verbose.
8945         (elmo-imap4-search): Ditto.
8946         (elmo-imap4-list): Ditto.
8947         (elmo-imap4-select-folder): Ditto.
8948         (elmo-imap4-copy-msgs): Ditto.
8949         (elmo-imap4-delete-msg-by-id): Ditto.
8950         (elmo-imap4-append-msg-by-id): Ditto.
8951         (elmo-imap4-append-msg): Ditto.
8952
8953 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8954
8955         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
8956         when dired is used on XEmacs.
8957
8958 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
8959
8960         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
8961         instead of `append'.
8962         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
8963         `elmo-plugged-p' directly.
8964         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
8965         of `elmo-plugged-p' directly.
8966
8967         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
8968         Eliminate unused variable.  Use `memq' for checking a process status.
8969         Use `cons' instead of `append' for updating the connection cache.
8970         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
8971         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
8972
8973 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
8974
8975         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
8976         `elmo-imap4-read-point' exactly.
8977
8978         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
8979         the local variable `folder' to `mailbox'.
8980         Rename the argument `fld' to `folder'.
8981
8982 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
8983
8984         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
8985         * elmo-imap4.el (elmo-imap4-commit): Ditto.
8986
8987 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8988
8989         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
8990         (elmo-pop3-number-uidl-hash): New buffer-local variable.
8991         (elmo-pop3-uidl-number-hash): Ditto.
8992         (elmo-pop3-size-hash): Ditto.
8993         (elmo-pop3-uidl-done): Ditto.
8994         (elmo-pop3-list-done): Ditto.
8995         (elmo-pop3-connection-get-process): New defmacro.
8996         (elmo-pop3-connection-get-buffer): Ditto.
8997         (elmo-pop3-close-connection): Delete buffer and process.
8998         (elmo-pop3-flush-connection): Don't delete buffer and process.
8999         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9000         Setup UIDL and size hash.
9001         (elmo-pop3-send-command-no-erase): Deleted
9002         (elmo-pop3-send-command): Added optional argument `no-erase'.
9003         (elmo-pop3-parse-uidl-response): New function.
9004         (elmo-pop3-parse-list-response): Set size hash.
9005         (elmo-pop3-list-location): New function.
9006         (elmo-pop3-list-by-uidl-subr): Ditto.
9007         (elmo-pop3-list-by-list): Ditto.
9008         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9009         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9010         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9011         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9012         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9013         Use uidl.
9014         (elmo-pop3-uidl-to-number): New function.
9015         (elmo-pop3-number-to-uidl): Ditto.
9016         (elmo-pop3-number-to-size): Ditto.
9017         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9018         Set number by use of uidl.
9019         (elmo-pop3-msgdb-create-message): Likewise.
9020         Set size, loc-alist in msgdb.
9021         (elmo-pop3-read-msg): Set number by use of uidl.
9022         Added optional argument `msgdb'.
9023         (elmo-pop3-delete-msg): Ditto.
9024         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9025         (elmo-pop3-commit): Close connection.
9026
9027         * elmo-pipe.el (elmo-pipe-max-of-folder):
9028         Bind `elmo-pop3-use-uidl' as nil.
9029         (elmo-pipe-drain): Ditto.
9030         Call `elmo-commit'.
9031
9032         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9033         (elmo-msgdb-overview-entity-set-size): New defsubst.
9034
9035 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9036
9037         * elmo-vars.el (elmo-use-killed-list): New variable
9038         (Renamed from `elmo-nntp-use-killed-list').
9039         (elmo-nntp-use-killed-list): Eliminated.
9040
9041         * elmo-msgdb.el (elmo-msgdb-expand-path):
9042         Changed expanding msgdb path for elmo-multi.
9043
9044         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9045         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9046         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9047         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9048         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9049         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9050         (toplevel): Deleted time-stamp line.
9051
9052         * elmo2.el (elmo-clear-killed ): Defined as function
9053         (Abolished defining as a backend function).
9054         All other related modules are changed.
9055
9056 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9057
9058         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9059
9060 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9063
9064 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9065
9066         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9067
9068 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9071         asynchronous folder check.
9072
9073         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9074
9075         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9076         `elmo-nntp-use-killed-list'.
9077         (elmo-nntp-list-folder): Use killed list.
9078         (elmo-nntp-max-of-folder): Ditto.
9079         (elmo-nntp-msgdb-create): Set killed list.
9080
9081         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9082
9083         * elmo2.el (elmo-clear-killed): New backend function.
9084         All other related modules are changed.
9085
9086 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9087
9088         * elmo-util.el (elmo-imap4-spec-folder): Use
9089         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9090         All callers changed.
9091
9092 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9093
9094         * mmelmo-2.el (initialize-instance):
9095         Use `mime-buffer-entity-buffer-internal' instead of
9096         `mime-entity-buffer'.
9097
9098         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9099         (mime-entity-body): Implemented.
9100         (mime-goto-header-start-point): Deleted.
9101         (mime-goto-body-end-point): Ditto.
9102         (mime-entity-point-min): Ditto.
9103         (mime-entity-point-max): Ditto.
9104         (mime-entity-children): Ditto.
9105         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9106         instead of `mime-entity-buffer'.
9107         (mime-entity-header-buffer): Ditto.
9108         (mime-entity-body-buffer): Ditto.
9109         (mime-write-entity-content): Ditto.
9110
9111         * pldap.el (ldap-static-if): New macro.
9112         (toplevel): Use it instead of `static-if'.
9113
9114 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9117         included in `attrs' argument.
9118
9119 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9120
9121         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9122
9123         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9124         (ldap-ldif-safe-init-char-regexp): Ditto.
9125         (ldap-ldif-safe-string-regexp): Ditto.
9126         (ldap/ldif-safe-string-p): New macro.
9127         (ldap/ldif-insert-field): Ditto.
9128         (ldap-modify): Use it.
9129         (ldap-add): Ditto.
9130         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9131         (ldap-decode-attribute): Decode only when `attr' is consp.
9132         (ldap-delete): Bind `ret'.
9133         (toplevel): Require 'cl at compile time.
9134         Removed (require 'poe) and (require 'std11).
9135         (pldap-version): Eliminated.
9136         (ldap-search-basic): Removed auth and dn binding.
9137         (ldap-ldif-field-name-regexp): New constant.
9138         (ldap-ldif-field-head-regexp): Ditto.
9139         (ldap-ldif-next-field-head-regexp): Ditto.
9140         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9141         (ldap/field-end): New function.
9142         (ldap/field-body): Use it.
9143         (ldap/collect-field): Ditto.
9144         (ldap-search-basic): Use `ldap/field-body'.
9145
9146 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * pldap.el (ldap-default-attribute-encoder): New user option.
9149         (ldap/field-body): Decode base64 string.
9150         (ldap/collect-field): Ditto.
9151         (ldap-encode-attribute): New function.
9152         (ldap-add-entries): Use it.
9153         (ldap-modify-entries): Ditto.
9154         (ldap-search-entries): Enclosed decoding function with
9155         `with-temp-buffer' and set as unibyte.
9156         (ldap-search-basic): Set process buffer as unibyte.
9157
9158         * elmo-util.el (elmo-folder-identical-system-p):
9159         Eliminated name space checking.
9160
9161         * pldap.el: New module.
9162         toplevel: Changed condition to detect built-in ldap feature.
9163         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9164         (ldap-add): Added error handling.
9165         (ldap-modify): Ditto.
9166         (ldap-delete): Ditto.
9167
9168 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9169
9170         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9171         Initialize local variables with `let'.  Inline a temporary
9172         variable for the progress percentage.  Sort `setq' to reduce
9173         function call in the while-loop.
9174
9175         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9176         into the conditional branch.
9177
9178 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9179
9180         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9181         Move a conditional out of the while-loop.
9182
9183 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9184
9185         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9186         elmo-msgdb-overview-get-entity-by-number.
9187         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9188         throw.
9189
9190 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9191
9192         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9193         the local variable for a packed number self descriptively.
9194
9195 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9196
9197         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9198         * elmo-localdir.el (elmo-localdir-pack-number): Use
9199         `elmo-msgdb-overview-get-entity' instead of
9200         `elmo-msgdb-overview-get-entity-by-number'.
9201         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9202         (elmo-msgdb-search-overview-entity): Removed.
9203         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9204         by message-id or number.
9205         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9206         instead of `elmo-msgdb-overview-get-entity-by-number'.
9207
9208 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9209
9210         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9211         non-nil, use hash table for overview.
9212         (elmo-hash-maximum-size): New variable.
9213         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9214         (elmo-msgdb-make-overview-hashtb): New function.
9215         (elmo-msgdb-clear-overview-hashtb): New function.
9216         (elmo-clear-hash-val): New macro.
9217         All other related modules are changed.
9218
9219 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9220
9221         * elmo2.el (elmo-move-msgs): If there's other message with
9222         same message-id, don't use cache.
9223
9224 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9225
9226         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9227         number is already packed.
9228
9229 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9230
9231         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9232
9233 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9234
9235         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9236         All other related modules are changed.
9237
9238 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9239
9240         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9241         of refiling failure on Maildir.
9242
9243 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9244
9245         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9246         decoded mime-charset with cache.
9247         (elmo-msgdb-overview-entity-get-from): Ditto.
9248         (elmo-msgdb-overview-entity-get-subject): Ditto.
9249         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9250
9251 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9252
9253         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9254         (elmo-remove-passwd): Fill password with 0 before erase.
9255         * elmo-vars.el (elmo-passwd-life-time): New variable.
9256
9257 \f
9258 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9259
9260         * elmo-cache.el (elmo-buffer-cache-add):
9261         Set message cache buffer as unibyte.
9262
9263 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9264
9265         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9266         become nil.
9267
9268 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9269
9270         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9271         when display is finished.
9272         (elmo-nntp-msgdb-create): Ditto.
9273         (elmo-nntp-groups-read-response): Ditto.
9274         (elmo-nntp-retrieve-headers): Ditto.
9275         (elmo-nntp-msgdb-create-message): Ditto.
9276         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9277         (elmo-pop3-msgdb-create-message): Ditto.
9278
9279 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9280
9281         * elmo-maildir.el (elmo-maildir-msgdb-create):
9282         Use `elmo-msgdb-sort-by-date'.
9283
9284 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9285
9286         * elmo2.el (elmo-read-msg-no-cache):
9287         Eliminated arguments after `outbuf'.
9288         Don't use cache even if it exists.
9289         (elmo-read-msg): Don't pass arguments after `outbuf' to
9290         `elmo-read-msg-no-cache'.
9291
9292 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9293
9294         * elmo-archive.el (elmo-archive-list-folders):
9295         Use `file-name-directory' if base folder does not exist.
9296
9297 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9298
9299         * elmo-archive.el (elmo-archive-list-folders): Don't use
9300         `file-name-directory'.
9301
9302 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9303
9304         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9305         If `force' is non-nil, try flushing all operation queues.
9306
9307 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9310         as-binary-process.
9311
9312 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9313
9314         * elmo-util.el (elmo-display-progress): Fixed.
9315
9316 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9317
9318         * elmo-util.el (elmo-display-progress): New function.
9319         All other related modules are changed.