(elmo-folder-commit): Encode `.minfo' at save.
[elisp/wanderlust.git] / elmo / ChangeLog
1 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
4
5 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
8         (elmo-progress-notify): Use it instead of `plist-get'.
9
10 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
11
12         * elmo.el (elmo-generic-folder-append-messages): Remove unused
13         variable `table'.
14
15 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * elmo-pipe.el (elmo-folder-set-plugged): Define.
18
19 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
22         (elmo-spam-list-spam-messages): Check it option.
23
24 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
25
26         * elmo-util.el (elmo-with-progress-display): Return the value
27         of the last form in `body'.
28
29 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
32         `elmo-progress-counter' as t when a query callback returns nil.
33         (elmo-progress-clear): New function.
34         (elmo-progress-done): Split into `elmo-progress-clear'.
35         (elmo-progress-notify): Update a total slot when it is nil.
36         (elmo-with-progress-display): Call `elmo-progress-clear' in
37         unwind-protect and move calling `elmo-progress-done' to outside.
38
39         * elmo-imap4.el (elmo-imap4-find-next-line): Call
40         `elmo-progress-notify' with :total parameter instead of
41         `elmo-progress-counter-set-total'.
42
43 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
44
45         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
46         Make it interactive.
47         (elmo-progress-start): Avoid updating `elmo-progress-counter'
48         when a query callback returns nil.  Return a progress counter
49         instead of t whenever a start callback was called.
50
51 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
54         (elmo-imap4-send-command): Use it.
55         (elmo-network-initialize-session): Ditto.
56         (elmo-network-setup-session): Ditto.
57         (elmo-folder-msgdb-create-plugged): Ditto.
58
59 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
60
61         * elmo-util.el (elmo-progress-done): Fix a miss refer to
62         `elmo-progress-counter'.
63
64 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
65
66         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
67         (elsp-bsfilter-list-spam-filter): New function.
68         (elsp-bsfilter-start-list-spam): Ditto.
69         (elsp-bsfilter-read-list-spam): Ditto.
70         (elmo-spam-list-spam-messages): Use async process to display
71         progress message by each message.
72
73 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
74
75         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
76         of flushing previously inserted message contents.
77
78         * elmo-imap4.el (elmo-folder-search): Fix return value.
79
80 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
83         of reporter is enable or not.
84
85 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * elmo-util.el (elmo-list-bigger-diff): Abolish.
88         (elmo-display-progress): Ditto.
89         (elmo-progress-counter-alist): Ditto.
90         (elmo-progress-set): Ditto.
91         (elmo-progress-clear): Ditto.
92         (elmo-progress-counter-all-value): Rename to
93         `elmo-progress-counter-total'.
94         (elmo-progress-counter-format): Rename to
95         `elmo-progress-counter-action'.
96         (elmo-progress-counter): New internal variable.
97         (elmo-progress-callback-function): Ditto.
98         (elmo-progress-counter-label): New function.
99         (elmo-progress-counter-set-total): Ditto.
100         (elmo-progress-counter-set-action): Ditto.
101         (elmo-progress-call-callback): Ditto.
102         (elmo-progress-start): Ditto.
103         (elmo-progress-done): Ditto.
104         (elmo-progress-notify): Rewrite.
105         (elmo-with-progress-display): Remove first argument
106         `condition'. Add optional argument `var' in `spec'.
107
108         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
109         (elmo-display-retrieval-progress-threshold): Ditto.
110         (elmo-inhibit-display-retrieval-progress): Ditto.
111
112         * Replace all pair of `elmo-progress-set' and
113         `elmo-progress-clear' into `elmo-with-progress-display'.
114
115         * Replace to call `elmo-display-progress' into pair of
116         `elmo-progress-notify' and `elmo-with-progress-display'.
117
118         * elmo-version.el (elmo-version): Up to 2.15.5.
119
120 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
121
122         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
123         `cond'.
124
125 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
128         cleanup-forms [wl:14027].
129
130 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * elmo-flag.el (elmo-global-flag-set-internal): Use
133         `elmo-copy-file' by priority when the message is a file.
134
135 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
136
137         * elmo.el: Fix typo: disptch -> dispatch.
138
139 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
140
141         * elmo.el (elmo-file-tag): New class.
142         (elmo-append-messages-disptch-table): New constant.
143         (elmo-folder-type-p): New function.
144         (elmo-folder-append-messages): Redefine as function.
145
146         * elmo-null.el (elmo-folder-append-messages): Renamed from
147         `elmo-folder-append-messages'.
148
149         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
150         (elmo-folder-append-messages-*-maildir): Renamed from
151         `elmo-folder-append-messages'.
152
153         * elmo-localdir.el (elmo-localdir-folder): Inherit
154         `elmo-file-tag'.
155         (elmo-folder-append-messages-*-localdir): Renamed from
156         `elmo-folder-append-messages'.
157
158         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
159         from `elmo-folder-append-messages'.
160
161         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
162         `elmo-folder-append-messages'.
163
164         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
165         function.
166         (elmo-folder-append-messages-*-filter): Ditto.
167
168         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
169
170         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
171         (elmo-folder-append-messages-*-pipe): Renamed from
172         `elmo-folder-append-messages'.
173
174         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
175
176         * elmo-file.el (elmo-file-folder): Ditto.
177
178         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
179
180         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
181         from `elmo-folder-append-messages'
182
183 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185         * elmo-map.el (elmo-location-map-setup): Change an argument
186         `locations' to optional.
187         (elmo-location-map-clear): Abolish.
188         (elmo-folder-clear): Follow the API change.
189
190         * elmo-pop3.el (elmo-folder-clear): Ditto.
191
192         * elmo-pop3.el (toplevel): Require elmo-map.
193         (elmo-pop3-folder): Inherit elmo-location-map and abolish
194         location-alist slot (All other related portions are changed).
195         (elmo-pop3-folder-use-uidl): New function.
196         (elmo-folder-msgdb-create): Don't sort message entities.
197         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
198         (elmo-pop3-number-to-size): Convert return value to number.
199         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
200         working buffer.
201
202         * elmo-map.el: Use `location-map' as a variable name for instance
203         instead of `mapper'.
204         (elmo-location-map-setup): Return location alist.
205         (elmo-location-map-update): Ditto.
206
207 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * elmo-map.el (elmo-location-map): New class; split location and
210         number mapping from elmo-map-folder (All other related portions
211         are changed).
212
213         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
214         change.
215
216         * elmo-version.el (elmo-version): Up to 2.15.4.
217
218 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * elmo-vars.el (elmo-use-hardlink): New user option.
221
222         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
223         `elmo-use-hardlink'.
224
225         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
226         killed-list.
227         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
228         instead of `*-internal'. Use `elmo-with-progress-display'.
229
230 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
233         `elmo-spam-process-messages-as-mbox'.
234
235         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
236
237 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
240         argument BUFFER of `call-process'.
241
242 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
243
244         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
245         args.
246         (elsp-bsfilter-list-spam-files): Ditto.
247
248 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
251         (elmo-spam-bsfilter-max-messages-per-process): New use option.
252         (elmo-spam-bsfilter-debug): Fix a group.
253         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
254         `--homedir'.
255         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
256         (elsp-bsfilter-list-spam-files): New function.
257         (elmo-spam-list-spam-messages): Define.
258         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
259         (elmo-spam-bsfilter-register-messages): New function.
260         (elmo-spam-register-spam-messages): Define.
261         (elmo-spam-register-good-messages): Ditto.
262
263         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
264
265         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
266         `nconc' and `consp'.
267
268 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
271         hash table to test whether a location is exists.
272
273 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
274
275         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
276         even if some error occurred.
277
278         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
279         meaningless unwind-protect.
280
281         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
282         start-number correctly.
283         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
284         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
285
286 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
289         (elmo-folder-initialize): Use it.
290         (elmo-global-flag-replace-referrer): New function.
291
292         * elmo.el (toplevel): Added autoload setting for
293         `elmo-global-flag-replace-referrer'.
294         (elmo-folder-rename): Rewrite the last change use
295         `elmo-global-flag-replace-referrer'.
296
297         * elmo-pipe.el (elmo-folder-rename): Call
298         `elmo-global-flag-replace-referrer'.
299
300 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * elmo.el (elmo-folder-rename): Set meta data for global flags
303         follow the rename.
304
305 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
306
307         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
308         as 'not-loaded.
309         (elmo-folder-close): Ditto.
310         (elmo-filter-folder-number-list-loaded-p): New function.
311         (elmo-filter-folder-number-list): Check whether loaded or not.
312         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
313         of `elmo-filter-folder-number-list-internal'.
314         (elmo-folder-delete-messages): Ditto.
315         (elmo-folder-length): Check whether number-list is loaded or not.
316
317 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
320         field `real field' into each element of list.
321         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
322         (elmo-msgdb-message-entity-field): Ditto.
323         (modb-entity-ml-info-real-fields): New function.
324
325         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
326
327         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
328         `elmo-msgdb-extra-fields'.
329
330 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * elmo-util.el (elmo-passwd-alist-load): Move point to min
333         position before read.
334
335 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
338         (elmo-global-flags-initialize): Ditto.
339
340 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
341
342         * elmo-archive.el (toplevel): Don't require emu, std11
343         and elmo-localdir.
344
345         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
346         definition.
347
348 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
349
350         * elmo.el (elmo-folder-confirm-appends): Display folder name.
351
352 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
355         literals.
356
357 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * elmo-maildir.el (elmo-maildir-list-location): Reduce
360         `elmo-get-last-modification-time' call.
361
362 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
363
364         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
365         expression.
366         (elmo-maildir-set-mark): Ditto.
367         (elmo-maildir-delete-mark): Ditto.
368
369 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
370
371         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
372         optional argument `separators'.
373
374 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * elmo.el (cache-changed): Abolish.
377         (status-changed): New signal.
378         (elmo-message-killed-p): New generic function and define for
379         elmo-folder.
380         (elmo-folder-recover-messages): Ditto.
381         (elmo-message-set-cached): Emit signal `status-changed' instead of
382         `cache-changed'.
383         (elmo-message-status): New macro.
384         (elmo-message-status-folder): Ditto.
385         (elmo-message-status-number): Ditto.
386         (elmo-message-status-set-flags): Ditto.
387         (elmo-message-status-set-killed): Ditto.
388         (elmo-message-status-flags): New function.
389         (elmo-message-status-cached-p): Ditto.
390         (elmo-message-status-killed-p): Ditto.
391
392         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
393         `status-changed' instead of `cache-changed'.
394         (elmo-folder-recover-messages): Define.
395         (elmo-message-killed-p): Ditto.
396
397         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
398         `status-changed' instead of `cache-changed'.
399
400         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
401         (elmo-message-killed-p): Define.
402         (elmo-folder-recover-messages): Ditto.
403
404         * elmo-version.el (elmo-version): Up to 2.15.3.
405
406 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * elmo-signal.el (elmo-signal-bindings): Use cons to append
409         element into list.
410         (elmo-define-signal-handler): Add docstring.
411         (elmo-define-signal-filter): Ditto.
412
413         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
414
415 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * elmo-util.el (elmo-flatten): Don't use recursive call.
418
419         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
420         assignment.
421         (elmo-folder-message-make-temp-files): Use `number-to-string'
422         instead of `int-to-string'.
423
424 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * elmo-search.el (elmo-folder-delete-messages): Define.
427
428 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
431         customization type.
432         (elmo-mailing-list-count-spec-list): Ditto.
433
434         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
435         for `list-id'.
436
437 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
440         handling.
441
442 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
445         (elmo-mailing-list-count-spec-list): Ditto.
446
447         * elmo-util.el (elmo-map-until-success): New function.
448         (elmo-string-match-substring): Ditto.
449         (elmo-find-list-match-value): Ditto.
450
451         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
452         Removed.
453         (modb-entity-extract-ml-info-from-subject): Ditto.
454         (modb-entity-extract-ml-info-from-return-path): Ditto.
455         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
456         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
457         (modb-entity-extract-ml-info-from-mailman): Ditto.
458         (modb-entity-extract-mailing-list-info-functions): Ditto.
459         (modb-entity-extract-mailing-list-info): Rewrite with
460         `elmo-find-list-match-value'.
461
462 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * elmo-net.el (elmo-network-session-retry-count): New user option.
465         (elmo-network-session-buffer-name): New internal function.
466         (elmo-network-session-buffer-create): Ditto.
467         (elmo-network-open-session): Retry open network session
468         `elmo-network-session-retry-count' times.
469
470 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
471
472         * elmo-util.el (elmo-list-filter): Rewritten.
473
474 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * elmo-util.el (elmo-string-member): Allow symbol element in list.
477
478 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * elmo-search.el (elmo-make-search-engine): Use prefix
481         `elmo-search-' for require symbol instead of `else-'.
482         (elmo-search-engine-extprog): New class.
483         (elmo-search-engine-do-search): Remove nil from argument
484         list. Added argument pattern to evaluate element as function.
485         (elmo-search-engine-local-file): Derived from
486         `elmo-search-engine-extprog'.
487         (elmo-search-engine-create-message-entity): Check existance of file.
488         (elmo-search-engine-fetch-message): Ditto.
489         (elmo-search-namazu-index): Follow the API change.
490         (elmo-search-grep-target): Ditto.
491
492 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
495         characters of working buffer.
496
497         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
498         Does not bind `default-mime-charset'.
499         (elmo-msgdb-create-message-entity-from-buffer): Removed
500         unnecessary local bind.
501
502         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
503         function.
504         (modb-entity-extract-mailing-list-info-functions): Added it.
505
506 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
509         when number and message-id are non-nil.
510
511         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
512
513         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
514         conditional steatment.
515         (elmo-pop3-auth-apop): Likewise.
516         (elmo-network-authenticate-session): Likewise.
517
518 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
521         symbol `fill-column'.
522         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
523         decode field value.
524
525         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
526         (elmo-decoded-field-body): Ditto.
527
528 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
531         `tokens' to `params'.
532
533 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
536         working buffer.
537
538 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
541         decide index.
542
543 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
546         Set default value as nil.
547         (toplevel): Register search engines by
548         `elmo-search-register-engine' if there are not defined.
549
550         * elmo.el (autoload): Added autoload setting for
551         `elmo-search-register-engine'.
552
553 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * elmo.el (toplevel): `[' is redefined as the prefix of the search
556         folder instead of nmz folder.
557         (elmo-nmz-default-index-path): Added obsolete variable setting.
558         (elmo-nmz-index-alias-alist): Ditto.
559         (elmo-nmz-use-drive-letter): Ditto.
560
561         * elmo-search.el (elmo-search-register-engine): New function.
562
563         * elmo-nmz.el: Removed.
564
565         * elmo-version.el (elmo-version): Up to 2.15.2.
566
567 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * elmo-search.el: New file.
570
571 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
574         condition `larger' and `smaller'.
575
576 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * elmo-util.el (elmo-safe-filename): Rewrite to replace
579         `"' (double quote) into "_Q_".
580
581 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * elmo-net.el (elmo-net-quote-chars): Abolish.
584         (elmo-net-format-quoted): Ditto.
585
586 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * elmo.el (elmo-get-folder-function): New variable.
589         (elmo-get-folder): New function.
590         (elmo-folder-rename): Call `elmo-make-folder' with specified
591         mime-charset.
592
593         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
594         `elmo-make-folder'.
595         (elmo-split-subr): Ditto.
596
597         * elmo-multi.el (elmo-folder-initialize): Ditto.
598
599         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
600
601         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
602         (elmo-flag-get-folder): Ditto.
603
604         * elmo-filter.el (elmo-folder-initialize): Ditto.
605
606         * elmo-access.el (elmo-folder-initialize): Ditto.
607         (elmo-access-folder-update-children): Ditto.
608
609         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
610         (elmo-dop-queue-flush): Ditto.
611         (elmo-folder-append-buffer-dop-delayed): Ditto.
612         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
613         mime-charset.
614
615         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
616         instead of `elmo-make-folder'.
617         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
618         destination folder instead of send `elmo-folder-rename-internal'.
619
620         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
621         slot of subfolder instead of create it.
622
623 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * elmo-util.el (elmo-collect-separators): New function.
626         (elmo-collect-separators-internal): Ditto.
627         (elmo-collect-trail-separators): Ditto.
628         (elmo-parse-separated-tokens): Ditto.
629         (elmo-parse-separated-tokens-internal): Ditto.
630         (elmo-quote-syntactical-element): Ditto.
631
632         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
633         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
634
635         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
636         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
637         (elmo-nntp-folder-list-subfolders): Quote a user name.
638
639         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
640         (elmo-net-parse-network): Abolish.
641         (elmo-net-folder-set-parameters): New function.
642         (elmo-folder-initialize): Follow the above change.
643
644         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
645         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
646         (elmo-folder-list-subfolders): Use
647         `elmo-quote-syntactical-element' instead of
648         `elmo-net-format-quoted' to quote mailbox and user name.
649
650 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * elmo-util.el (elmo-token-valid-p): New function.
653         (elmo-parse-token): Add optional argument `requirement'.
654         (elmo-parse-prefixed-element): Likewise.
655
656         * elmo-net.el (elmo-net-quote-chars): Renamed from
657         `elmo-net-quote-chars-regexp'.
658         (elmo-net-format-quoted): Add optional argument `extra-chars'.
659
660         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
661         by info document. Check token `uidl' is started an alphabet.
662
663         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
664         by info document. Check token `user' is started an alphabet.
665
666         * elmo-imap4.el (elmo-folder-initialize): Ditto.
667         (elmo-folder-list-subfolders): Quote user.
668
669 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * elmo-util.el (elmo-quoted-specials-list): New constant.
672         (elmo-quoted-token): New function.
673
674         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
675         (elmo-net-format-quoted): New function.
676         (elmo-net-parse-network): Ditto.
677         (elmo-folder-initialize): Use it.
678
679         * elmo-nntp.el (elmo-folder-initialize): Use
680         `elmo-net-parse-network' to parse network specification instead of
681         `elmo-folder-initialize#elmo-net'.
682
683         * elmo-pop3.el (elmo-folder-initialize): Ditto.
684
685         * elmo-imap4.el (elmo-folder-initialize): Ditto.
686         (elmo-folder-list-subfolders): Quote folder name by
687         `elmo-net-format-quoted'.
688
689 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
692         (elmo-folder-search): Use it.
693
694 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * modb-standard.el (modb-standard-loaded-message-id): Use
697         `elmo-msgdb-message-entity-field'.
698
699 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
702         without filename.
703
704 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * elmo-util.el (elmo-set-auto-coding): New function.
707         (elmo-object-load): Use it.
708
709 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
712         (elmo-time<): Define as alias of `elmo-time-less-p'.
713         (elmo-time-to-datevec): New function.
714
715         * elmo-date.el (elmo-time-to-days): New function.
716
717 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
720         is not cons cell.
721
722 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
725         parenthesis.
726
727         * elmo-util.el (elmo-map-recursive): New function.
728
729         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
730         (modb-entity-encode-string-recursive): Ditto.
731
732 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
733
734         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
735         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
736         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
737         compare sequence number when last modified time is nil.
738
739 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
740
741         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
742
743         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
744
745 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
746
747         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
748         modification time of the file.
749
750 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
751
752         * elmo-util.el (elmo-condition-optimize): Discriminated against
753         preserved fields, extra fields and the other weight.
754
755 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * modb-entity.el (initialize-instance): Define.
758         (modb-entity-handler-mime-charset): New internal function.
759         (modb-standard-entity-set-field): Use it.
760         (elmo-msgdb-message-entity-field): Ditto.
761         (elmo-msgdb-message-entity-field): Ditto.
762
763         * modb.el (elmo-msgdb-match-condition): Rewrite with
764         `elmo-condition-match'.
765         (elmo-msgdb-match-condition-primitive): New function.
766
767         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
768         arguments `flags' and `numbers'.
769         (elmo-msgdb-match-condition-primitive): Abolished (merged to
770         `elmo-msgdb-message-match-condition').
771         (modb-buffer-entity-handler): New class.
772
773         * elmo.el (elmo-folder-search): Optimize condition to use
774         `elmo-condition-optimize'.
775         (elmo-message-buffer-match-condition): New function.
776         (elmo-message-match-condition): Use
777         `elmo-message-buffer-match-condition' instead of
778         `elmo-buffer-field-condition-match'.
779
780         * elmo-util.el (elmo-condition-match): New function.
781         (elmo-condition-optimize): Ditto.
782         (elmo-buffer-field-primitive-condition-match): Abolish.
783         (elmo-buffer-field-condition-match): Ditto.
784
785         * elmo-archive.el (elmo-archive-field-condition-match): Use
786         `elmo-message-buffer-match-condition' instead of
787         `elmo-buffer-field-condition-match'.
788
789 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * elmo-flag.el (elmo-global-flags-initialize): Check the
792         existence of the flag directory.
793
794 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * elmo-access.el (elmo-folder-initialize): Call
797         `elmo-multi-connect-signals'.
798
799         * elmo-pipe.el (elmo-folder-close): Define.
800
801         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
802         children folders.
803
804         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
805         with target folder.
806
807         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
808         `number'.
809
810         * elmo-multi.el (elmo-message-entity): Don't use return value of
811         `elmo-message-entity-set-number'.
812
813 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * modb.el (modb-generic): Added slot `mime-charset'.
816
817         * modb-standard.el (modb-standard): Added slot `overview-handler'.
818         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
819         and `modb-entity-handler-dump-parameters'.
820         (modb-standard-default-entity-handler): Abolish.
821         (elmo-msgdb-message-entity-handler): Save created handler by
822         instance slot.
823
824         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
825         (modb-entity-handler-list-parameters): New method.
826         (modb-entity-handler-equal-p): New function.
827         (modb-entity-handler-dump-parameters): Ditto.
828         (modb-entity-parse-address-string): Encode return value.
829         (modb-entity-make-address-string): Decode argument value.
830         (modb-entity-decode-string-recursive): New function.
831         (modb-entity-encode-string-recursive): Ditto.
832         (modb-standard-entity-normalizer): Set to encode field value.
833         (modb-standard-entity-specializer): Follow the above change.
834         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
835         mime-charset of handler.
836         (elmo-msgdb-message-entity-field): Ditto.
837         (elmo-msgdb-copy-message-entity): Fixed reference to internal
838         structure.
839         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
840
841         * elmo.el (elmo-folder): Added slot `mime-charset'.
842         (elmo-make-folder): Added argument `mime-charset'.
843         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
844         `mime-charest'.
845
846         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
847         (elmo-make-msgdb): Likewise.
848
849         * elmo-internal.el (elmo-internal-folder-initialize): Call
850         `luna-make-entity' with :mime-charset parameter.
851
852 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
853
854         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
855         encoded words in `from' and `subject' field.
856
857 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * modb.el (elmo-msgdb-message-field): Add argument `type'.
860         (elmo-msgdb-match-condition): Get handler from entity instead of
861         msgdb.
862
863         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
864         (modb-standard-load-entity): Treat new file format.
865         (modb-standard-save-entity-1): Save as new file format.
866         (modb-standard-save-entity): Split messages into section here.
867         (elmo-msgdb-message-field): Follow the API change.
868         (modb-standard-default-entity-handler): New internal variable.
869         (elmo-msgdb-message-entity-handler): Define.
870
871         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
872         to `elmo-vars.el'.
873         (modb-entity-field-extractor-alist): New user option.
874         (elmo-msgdb-message-entity-field): Removed argument `decode' and
875         added argument `type'.
876         (elmo-msgdb-copy-message-entity): Add optional argument
877         `make-handler'.
878         (modb-set-field-converter): New function.
879         (modb-convert-field-value): Ditto.
880         (modb-entity-string-decoder): Ditto.
881         (modb-entity-string-encoder): Ditto.
882         (modb-entity-parse-date-string): Ditto.
883         (modb-entity-make-date-string): Ditto.
884         (modb-entity-mime-decoder): Ditto.
885         (modb-entity-mime-encoder): Ditto.
886         (modb-entity-address-list-decoder): Ditto.
887         (modb-entity-address-list-encoder): Ditto.
888         (modb-entity-parse-address-string): Ditto.
889         (modb-entity-make-address-string): Ditto.
890         (modb-entity-create-field-indices): Ditto.
891         (modb-legacy-entity-field-slots): New constant.
892         (modb-legacy-entity-field-indices): Ditto.
893         (modb-legacy-entity-normalizer): New variable.
894         (modb-legacy-entity-specializer): Ditto.
895         (modb-legacy-entity-field-index): New macro.
896         (modb-legacy-entity-set-field): New function.
897         (modb-legacy-make-message-entity): Rewrite.
898         (elmo-msgdb-create-message-entity-from-buffer): Use
899         `elmo-msgdb-get-references-from-buffer'. Use
900         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
901         Use `modb-legacy-entity-set-field' instead of
902         `elmo-msgdb-message-entity-set-field'.
903         (elmo-msgdb-message-entity-field): Rewrite.
904         (elmo-msgdb-message-entity-set-field): Ditto.
905         (elmo-msgdb-copy-message-entity): Make new entity by
906         `make-handler' if it specified.
907         (elmo-msgdb-message-match-condition): Define a method of
908         `modb-entity-handler' and follow the API change.
909         (modb-standard-entity-handler): New class.
910         (modb-entity-extract-ml-info-from-x-sequence): New function.
911         (modb-entity-extract-ml-info-from-subject): Ditto.
912         (modb-entity-extract-ml-info-from-return-path): Ditto.
913         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
914         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
915         (modb-entity-extract-mailing-list-info): Ditto.
916         (modb-entity-extract-mailing-list-info-functions): New variable.
917
918         * elmo.el (elmo-message-field): Add optional argument `type'.
919
920         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
921         from `modb-entity.el'.
922
923         * elmo-util.el (elmo-object-load): Decode by coding-system from
924         `set-auto-coding-function'.
925         (elmo-object-save): Use `detect-mime-charset-region' and add
926         coding cookie if encode.
927         (elmo-msgdb-get-references-from-buffer): New function.
928         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
929
930         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
931
932         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
933         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
934         instead of `shimbun-make-header' and follow the API change.
935         (elmo-shimbun-update-overview): Follow the API change.
936         (elmo-map-folder-list-message-locations): Ditto.
937
938         * elmo-pipe.el (elmo-message-field): Ditto.
939
940         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
941         Ditto.
942
943         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
944
945         * elmo-multi.el (elmo-message-field): Ditto.
946
947         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
948         (elmo-msgdb-sort-by-date): Ditto.
949         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
950         `elmo-message-entity-field'.
951         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
952         change.
953         (elmo-msgdb-overview-entity-get-from): Ditto.
954         (elmo-msgdb-overview-entity-get-subject): Ditto.
955         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
956         (elmo-msgdb-overview-entity-get-date): Ditto.
957         (elmo-msgdb-overview-entity-get-to): Ditto.
958         (elmo-msgdb-overview-entity-get-cc): Ditto.
959
960         * elmo-mime.el (elmo-message-mime-entity): Ditto.
961         (elmo-mime-collect-message/partial-pieces): Ditto.
962
963         * elmo-filter.el (elmo-message-field): Ditto.
964
965         * elmo-date.el (elmo-datevec-to-time): New function.
966         (elmo-time-parse-date-string): Ditto.
967         (elmo-time-make-date-string): Ditto.
968         (elmo-time<): Ditto.
969
970         * elmo-version.el (elmo-version): Up to 2.15.1.
971
972 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * elmo-flag.el (elmo-global-flags-initialize): Don't include
975         member of elmo-local-flags.
976
977 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
978
979         * elmo-version.el (elmo-version): Up to 2.15.0.
980
981 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
984         `ignore-msgdb' is non-nil.
985
986 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
987
988         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
989         (elmo-condition-in-msgdb-p): Ditto.
990         (elmo-file-field-primitive-condition-match): Ditto.
991         (elmo-file-field-condition-match): Ditto.
992
993         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
994
995 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
998         subdirectories here.
999         (elmo-global-flags-initialize): New function.
1000
1001         * elmo.el (toplevel): Added autoload setting for
1002         `elmo-global-flags-initialize'.
1003
1004 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1005
1006         * elmo.el (message-number-changed): Define new signal.
1007         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1008         message-number-changed signal.
1009         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1010         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1011         Respect `elmo-pack-number-check-strict'.
1012
1013 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * elmo-signal.el (elmo-connect-signal): Document.
1016         (elmo-emit-signal): Ditto.
1017         (elmo-emit-signal): It should pass source argument to filter and
1018         handler, not slot-source.
1019
1020 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * modb.el (elmo-msgdb-update-entity): New API and define generic
1023         implement.
1024
1025         * modb-standard.el (elmo-msgdb-update-entity): Define.
1026
1027         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1028         API and define generic implement.
1029
1030         * elmo.el (update-overview): New singnal.
1031
1032         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1033         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1034         (elmo-message-entity-parent): Define.
1035
1036         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1037         `update-overview'.
1038
1039         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1040
1041         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1042
1043 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1044
1045         * elmo.el (elmo-folder-synchronize): Sort the return value of
1046         `elmo-list-diff'.
1047
1048         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1049         list.
1050
1051 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1054         `default-enable-multibyte-characters'.
1055         (elmo-object-load): Use `with-temp-buffer' instead of
1056         `elmo-set-work-buf'.
1057         (elmo-object-save): Ditto.
1058         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1059         `elmo-set-work-buf'.
1060         (elmo-decoded-field-body): Ditto.
1061
1062         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1063
1064         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1065         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1066
1067         * elmo-version.el (elmo-version): Up to 2.13.3.
1068
1069 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1070
1071         * elmo-util.el (elmo-list-diff): Fix the last change.
1072         Reverse order of result lists.
1073
1074 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1075
1076         * modb-standard.el (elmo-msgdb-set-flag): Use
1077         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1078         (elmo-msgdb-unset-flag): Ditto.
1079
1080         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1081         `elmo-list-diff'.
1082
1083         * elmo-util.el (elmo-list-diff): Rewrite.
1084         (elmo-list-diff-nonsortable): New function.
1085
1086 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1087
1088         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1089         `elmo-multibypte-buffer-name'.  All referers are updated.
1090
1091 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1094         (elmo-mime-entity-fragment-p): New function.
1095         (mime-elmo-buffer-entity): Added slot `reassembled'.
1096         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1097         (elmo-message-mime-entity-internal): New function (renamed from
1098         `elmo-message-mime-entity').
1099         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1100         (elmo-mime-make-reassembled-mime-entity): New function.
1101         (elmo-message-reassembled-mime-entity): Ditto.
1102         (elmo-mime-collect-message/partial-pieces): Ditto.
1103
1104 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1107
1108         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1109         (elmo-with-enable-multibyte): New macro.
1110
1111         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1112
1113 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1116         argument `number'.
1117         (elmo-filter-connect-signals): Follow the above change.
1118
1119 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1120
1121         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1122
1123         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1124         that only the first flag is used.
1125
1126 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1127
1128         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1129         if available.
1130
1131 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * elmo-signal.el: New file.
1134
1135         * elmo.el (toplevel): Require elmo-signal.
1136         (flag-changing, flag-changed, cache-changed): New signal.
1137         (elmo-folder): Remove slog `handlers'.
1138         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1139         `elmo-folder-notify-event'.
1140         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1141         (elmo-folder-unset-flag): Ditto.
1142         (elmo-event-handler): Abolish.
1143         (elmo-event-handler-flag-changed): Ditto.
1144         (elmo-event-handler-cache-changed): Ditto.
1145         (elmo-folder-add-handler): Ditto.
1146         (elmo-folder-remove-handler): Ditto.
1147         (elmo-folder-notify-event): Ditto.
1148
1149         * elmo-pipe.el (toplevel): Require elmo-signal.
1150         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1151         (elmo-pipe-connect-signals): New function.
1152         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1153         (elmo-folder-set-flag): Ditto.
1154         (elmo-folder-unset-flag): Ditto.
1155         (elmo-message-set-cached): Ditto.
1156
1157         * elmo-multi.el (toplevel): Require elmo-signal.
1158         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1159         (elmo-multi-connect-signals): New function.
1160         (elmo-multi-map-numbers): Ditto.
1161         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1162         (elmo-message-fetch): Ditto.
1163         (elmo-folder-set-flag): Ditto.
1164         (elmo-folder-unset-flag): Ditto.
1165
1166         * elmo-filter.el (toplevel): Require elmo-signal.
1167         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1168         (elmo-filter-connect-signals): New function.
1169         (elmo-filter-add-flag-count): Ditto.
1170         (elmo-message-fetch): Does not call
1171         `elmo-filter-folder-countup-message-flags' and
1172         `elmo-folder-notify-event'.
1173         (elmo-message-set-cached): Ditto.
1174         (elmo-folder-set-flag): Ditto.
1175         (elmo-folder-unset-flag): Ditto.
1176
1177         * elmo-version.el (elmo-version): Up to 2.13.2.
1178
1179 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1180
1181         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1182         `flags'.
1183
1184 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * elmo-filter.el (elmo-message-set-cached): Call
1187         `elmo-folder-notify-event' with event `cache-changed'.
1188
1189         * elmo-multi.el (elmo-message-set-cached): Ditto.
1190
1191         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1192
1193 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1194
1195         * elmo.el (elmo-folder-encache): Abolish.
1196
1197 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1198
1199         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1200         (elmo-folder-next-message-number-dop): Return appropriate negative
1201         integer.
1202
1203 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1206         clearing pending operations.
1207         (elmo-folder-next-message-number-dop): Return appropriate negative
1208         integer.
1209
1210 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * elmo.el (toplevel): Added autoload setting for `md5'.
1213         (elmo-msgdb-path-encode-threshold): New user option.
1214         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1215         longer than `elmo-msgdb-path-encode-threshold'.
1216
1217         * elmo-flag.el (elmo-global-mark-migrate): Use
1218         `elmo-folder-expand-msgdb-path' instead of
1219         `elmo-folder-msgdb-path'.
1220
1221 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1224         element of the difference is nil.
1225
1226 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1227
1228         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1229         to the check logic of file systems which are weak in colon character.
1230
1231 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1234
1235 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * elmo-maildir.el (elmo-maildir-move-file): New function.
1238         (elmo-folder-append-buffer): Use it.
1239         (elmo-folder-append-messages): Ditto.
1240         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1241
1242         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1243         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1244
1245         * elmo-maildir.el (elmo-maildir-separator): New user option.
1246         (elmo-maildir-adjust-separator): New macro.
1247         (elmo-maildir-list-location): Use it.
1248         (elmo-maildir-update-current): Ditto.
1249         (elmo-maildir-set-mark): Ditto.
1250         (elmo-maildir-delete-mark): Ditto.
1251         (These changes are based on Hiroya Murata's patch [wl: 13437])
1252
1253 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1256
1257 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1258
1259         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1260         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1261         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1262
1263 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1264
1265         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1266         Use `with-temp-buffer'.
1267
1268 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1269
1270         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1271
1272         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1273         `wl-read-search-condition').
1274         (elmo-read-search-condition-internal): Likewise.
1275
1276         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1277         (elmo-flag-valid-p): New function.
1278         (elmo-folder-initialize): Check flag name is valid.
1279
1280 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1281
1282         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1283         delimiter to obtain root mailbox itself.
1284
1285 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1286
1287         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1288         type mismatch.
1289
1290 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1291
1292         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1293         as t.
1294
1295 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1296
1297         * elmo-shimbun.el (toplevel): Require cl at compile.
1298
1299         * elmo-nntp.el (toplevel): Ditto.
1300
1301         * elmo-nmz.el (toplevel): Ditto.
1302
1303         * elmo-multi.el (toplevel): Ditto.
1304
1305         * elmo-file.el (toplevel): Ditto.
1306
1307         * elmo-dop.el (toplevel): Ditto.
1308
1309         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1310
1311 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1312
1313         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1314         as nil.
1315
1316         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1317         size of elmo-message-fetch-internal is 0 byte.
1318
1319 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1322
1323 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1324
1325         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1326         always plugged.
1327
1328 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * elmo-maildir.el (elmo-map-message-fetch): Call
1331         `elmo-map-folder-set-flag'.
1332
1333         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1334         (elmo-message-fetch): Merge from
1335         `elmo-message-fetch-with-cache-process'.
1336
1337         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1338         (elmo-message-fetch): Define.
1339
1340         * elmo-nntp.el (elmo-message-fetch): Renamed from
1341         `elmo-message-fetch-with-cache-process'.
1342
1343         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1344         (elmo-message-fetch): Define.
1345
1346         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1347         search-key.
1348
1349         * elmo-shimbun.el (shimbun-mua-search-id): Use
1350         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1351         (elmo-shimbun-folder-shimbun-header): Ditto.
1352         (elmo-shimbun-get-headers): Ditto.
1353         (elmo-shimbun-update-overview): Ditto.
1354
1355         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1356
1357         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1358         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1359
1360 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1363         message is cached.
1364         (elmo-message-fetch-string): Fixed argument.
1365
1366 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1369         exchange order of arguments `section' and `unread'.
1370         (elmo-message-encache): Follow the API change.
1371         (elmo-message-match-condition): Ditto.
1372         (elmo-generic-folder-append-messages): Ditto.
1373         (elmo-message-fetch-string): New function.
1374
1375         * elmo-split.el (elmo-split-subr): Ditto.
1376
1377         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1378
1379         * elmo-pipe.el (elmo-message-fetch): Ditto.
1380
1381         * elmo-multi.el (elmo-message-fetch): Ditto.
1382
1383         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1384
1385         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1386
1387         * elmo-filter.el (elmo-message-fetch): Ditto.
1388
1389         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1390
1391         * elmo-imap4.el (mime-imap-location-section-body): Use
1392         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1393         follow the API change.
1394
1395 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * elmo-access.el: New file.
1398
1399         * elmo-null.el: Ditto.
1400
1401         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1402
1403 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1404
1405         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1406         (elmo-network-session): New attribute `last-accessed'.
1407         (elmo-network-get-session): Discard network cache if elapsed time
1408         since last-accessed is larger than elmo-network-session-idle-timeout.
1409
1410 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1413         and added `number', `require-entireness'.
1414         (elmo-find-fetch-strategy): Rewrite.
1415         (elmo-message-fetch): Unset `unread' flag when argument unread is
1416         non-nil.
1417
1418         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1419
1420         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1421         (elmo-message-fetch): Notify event `flag-changed'.
1422
1423         * elmo-pipe.el: Likewise.
1424
1425         * elmo-mime.el (elmo-mime-entity): New class.
1426         (elmo-mime-entity-display-p): New generic function.
1427         (elmo-mime-entity-display): Ditto.
1428         (elmo-mime-entity-display-as-is): Ditto.
1429         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1430         elmo-mime-entity.
1431         (elmo-make-mime-message-location): Removed.
1432         (elmo-mime-message-display): Ditto.
1433         (elmo-mime-display-as-is): Ditto.
1434         (elmo-message-mime-entity): New function.
1435
1436         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1437
1438         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1439         change.
1440         (elmo-message-fetch): Re-count flagged message number and notify
1441         event `flag-changed'.
1442
1443         * elmo-version.el (elmo-version): Up to 2.13.1.
1444
1445 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * elmo-filter.el (elmo-message-field): Define.
1448         (elmo-message-set-field): Ditto.
1449
1450 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * elmo.el (elmo-message-set-cached): Call
1453         `elmo-folder-notify-event' with cache-changed.
1454         (elmo-event-handler-cache-changed): New generic function.
1455
1456 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1457
1458         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1459         instead of elmo-add-name-to-file.
1460         (elmo-folder-append-messages): Ditto.
1461
1462 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1463
1464         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1465
1466 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * elmo-version.el (elmo-version): Up to 2.13.0.
1469
1470         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1471         `auto'.
1472
1473         * modb-standard.el (modb-standard-economize-entity-size): Changed
1474         default value to `t'.
1475
1476         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1477         `standard'.
1478
1479         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1480         after parsing greeting string.
1481
1482 2004-11-23  Daishi Kato <daishi@axlight.com>
1483
1484         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1485         New user option.
1486         (elmo-spam-spamoracle-call): Use it.
1487
1488 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1489
1490         * elmo.el (elmo-message-accessible-p): Message in dop spool
1491         is accessible.
1492
1493 2004-11-23  Daishi Kato <daishi@axlight.com>
1494
1495         * elsp-spamoracle.el: New file.
1496
1497 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * elmo.el (elmo-message-flags-for-append): New function.
1500         (elmo-generic-folder-append-messages): Use it.
1501
1502         * elmo-split.el (elmo-split-subr): Ditto.
1503
1504         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1505         `flags' and use elmo-folder-append-buffer instead of
1506         write-region-as-binary.
1507         (elmo-dop-filter-pending-messages): New function.
1508         (elmo-folder-append-buffer-dop): Call
1509         elmo-dop-spool-folder-append-buffer with `flag'.
1510         (elmo-folder-set-flag-dop): Filter messages by
1511         elmo-dop-filter-pending-messages.
1512         (elmo-folder-unset-flag-dop): Ditto.
1513         (elmo-folder-append-buffer-dop-delayed): Use
1514         elmo-message-flags-for-append to get flags of the message and
1515         simplify.
1516
1517 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1518
1519         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1520
1521 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * elmo.el (elmo-folder): Added handlers slot.
1524         (elmo-event-handler): New class.
1525         (elmo-event-handler-flag-changed): New API.
1526         (elmo-folder-add-handler): New function.
1527         (elmo-folder-remove-handler): Ditto.
1528         (elmo-folder-notify-event): Ditto.
1529         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1530         `flag-changed'.
1531         (elmo-folder-unset-flag): Ditto.
1532
1533         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1534         (elmo-folder-unset-flag): Ditto.
1535
1536         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1537         (elmo-folder-unset-flag): Ditto.
1538
1539         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1540         (elmo-folder-unset-flag): Ditto.
1541
1542         * elmo-version.el (elmo-version): Up to 2.11.33.
1543
1544 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1547
1548 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1551
1552         * elmo-flag.el (elmo-folder-unset-flag): Define.
1553         (elmo-global-flag-detach): Do process when the flag is not target
1554         flag.
1555
1556 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1557
1558         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1559         variable.
1560         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1561
1562 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1565         function.
1566         (elmo-folder-delete-messages): Detach messages before delete
1567         messages from target folder.
1568         (elmo-folder-detach-messages): Set updated number-list to slot.
1569
1570 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1571
1572         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1573
1574 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1577
1578 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1581         internal use only).
1582         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1583         not modified.
1584         (elmo-folder-delete-messages): Define.
1585         (elmo-folder-move-messages): Don't call
1586         `elmo-folder-detach-messages'.
1587         (elmo-folder-synchronize): Rewrite.
1588         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1589
1590         * elmo-util.el (elmo-last): New function.
1591         (elmo-set-list): Ditto.
1592         (elmo-number-set-delete-list): Ditto.
1593         (elmo-number-set-delete): Ditto.
1594
1595         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1596
1597         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1598         `elmo-folder-delete-messages' and don't delete location map.
1599         (elmo-folder-detach-messages): Define.
1600
1601         * elmo-imap4.el (elmo-folder-delete): Use
1602         `elmo-folder-delete-messages-internal' instead of
1603         `elmo-folder-delete-messages'.
1604
1605         * elmo-filter.el (elmo-folder-delete-messages): Call
1606         `elmo-folder-detach-messages'.
1607         (elmo-folder-detach-messages): Don't call
1608         `elmo-folder-detach-messages' for target folder.
1609
1610         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1611         message deletion is succeeded.
1612
1613         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1614
1615         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1616         from `elmo-folder-delete-messages'.
1617
1618         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1619
1620         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1621
1622         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1623
1624         * elmo-version.el (elmo-version): Up to 2.11.32.
1625
1626 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1627
1628         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1629         (elmo-global-flag-list): Added obsolete variable setting.
1630
1631         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1632
1633         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1634         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1635         `elmo-mime-display-header-analysis' is nil.
1636
1637         * elmo-flag.el (elmo-global-flags): Renamed from
1638         `elmo-global-flag-list' (All other related portions are changed).
1639         (elmo-local-flags): New variable.
1640         (elmo-local-flag-p): New function.
1641         (elmo-global-flag-set-internal): Cause an error when flag is not
1642         global.
1643
1644 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1645
1646         * elmo-util.el (elmo-concat-path): Treat empty path.
1647
1648 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1651         field-or-fields).
1652         (elmo-split-address-match): Ditto.
1653         (elmo-split-equal): Ditto.
1654         (elmo-split-match): Ditto.
1655
1656 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1657
1658         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1659         (elmo-generic-folder-append-messages): If src message exists but
1660         has no flag, pass (read) for the FLAG argument of
1661         `elmo-folder-append-buffer'. Otherwise, pass nil.
1662
1663         * elmo-split.el (elmo-split-subr): Likewise.
1664
1665         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1666
1667         * elmo-multi.el (elmo-message-flags): Ditto.
1668
1669         * elmo-filter.el (elmo-message-flags): Ditto.
1670
1671         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1672         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1673         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1674         
1675 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1676
1677         * elmo-split.el (elmo-split-rule): Update comment.
1678         (elmo-split-address-equal): Allow 2nd argument to be a list.
1679         (elmo-split-address-match): Ditto.
1680         (elmo-split-equal): Ditto.
1681         (elmo-split-match): Ditto.
1682
1683 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1686         (elmo-folder-append-msgdb): Don't treat `read'.
1687         (elmo-message-flags): Don't return `read'.
1688
1689         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1690         (elmo-folder-unset-read-delayed): Ditto.
1691
1692         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1693
1694 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1697         deletion.
1698
1699 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1700
1701         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1702         header.
1703
1704 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1705
1706         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1707         here.
1708         (elmo-msgdb-save): Bind inhibit-quit.
1709         (modb-standard-message-entity): Ditto.
1710
1711 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * elmo-database.el: No need to require elmo-msgdb.
1714
1715 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1718         instead of `elmo-list-subdirectories'.
1719
1720 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1723         group entry.
1724         (elmo-folder-exists-p): "[" is empty.
1725         (elmo-folder-list-subfolders): Define.
1726         (elmo-folder-have-subfolder-p): Ditto.
1727
1728 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1731
1732 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1733
1734         * elmo-filter.el (elmo-folder-local-p): Define.
1735
1736 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1739         when entity is garbaged.
1740         (modb-standard-save-entity-1): Don't modify the original entity.
1741
1742 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1743
1744         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1745
1746 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * elmo.el (elmo-strict-folder-diff): Use
1749         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1750
1751 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1752
1753         * modb.el (elmo-msgdb-flag-available-p): New generic function.
1754         (elmo-msgdb-message-number): Ditto.
1755         (elmo-msgdb-message-field): Ditto.
1756
1757         * modb-standard.el (modb-standard-economize-entity-size): New user
1758         option.
1759         (modb-standard-loaded-message-id): New inline function.
1760         (modb-standard-load-entity): Use it.
1761         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
1762         throw message-id string away.
1763         (elmo-msgdb-flag-available-p): Define.
1764         (elmo-msgdb-message-number): Ditto.
1765         (elmo-msgdb-message-field): Ditto.
1766
1767         * modb-legacy.el (modb-legacy-flag-list): Fix typo
1768         (suppoted -> supported).
1769         (modb-legacy-supported-flag-p): Ditto.
1770         (elmo-msgdb-set-flag): Ditto.
1771         (elmo-msgdb-unset-flag): Ditto.
1772         (elmo-msgdb-flag-available-p): Define.
1773
1774         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
1775         is `t', treat it as legacy entity.
1776         
1777         * elmo.el (elmo-message-flag-available-p): New generic function.
1778         (elmo-message-number): Ditto.
1779         (elmo-message-field): Use `elmo-msgdb-message-field'.
1780
1781         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
1782
1783         * elmo-pipe.el (elmo-message-flag-available-p): Define.
1784         (elmo-message-number): Ditto.
1785
1786         * elmo-multi.el (elmo-message-number): Define.
1787         (elmo-message-flag-available-p): Ditto.
1788
1789         * elmo-filter.el (elmo-message-flag-available-p): Define.
1790         (elmo-message-number): Ditto.
1791
1792         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
1793         (elmo-folder-initialize): Load `max-number'.
1794         (elmo-folder-commit): Save it.
1795         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
1796         (elmo-global-flag-set-internal): Set up max-number slot.
1797
1798 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1799
1800         * elmo-version.el (elmo-version): Up to 2.11.31.
1801
1802 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
1803
1804         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
1805         unibyte string of the current buffer for the argument of `md5'
1806         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
1807
1808 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * modb-legacy.el (modb-legacy-flag-list): New constant.
1811         (modb-legacy-suppoted-flag-p): New internal function.
1812         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
1813         (elmo-msgdb-unset-flag): Ditto.
1814
1815 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1816
1817         * elmo.el (elmo-make-folder): Remove text properties for prefix.
1818
1819         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
1820         from msgdb.
1821
1822 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1823
1824         * elmo-multi.el (elmo-folder-count-flags): Changed return value
1825         (follow the API change).
1826
1827         * elmo-filter.el (elmo-folder-count-flags): Ditto.
1828
1829 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * modb-standard.el (modb-standard-digest-flags): Abolish.
1832         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
1833
1834         * elmo-vars.el (elmo-digest-flags): New variable.
1835         (elmo-preserved-flags): Moved from elmo-flag.el.
1836
1837         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
1838         (elmo-imap4-flag-to-imap-criteria): Ditto.
1839         (elmo-imap4-folder-list-flagged): Use it.
1840
1841         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
1842
1843         * elmo.el (elmo-folder-count-flags): Changed return value.
1844
1845         * elmo-flag.el (elmo-preserved-flags): New variable.
1846         (elmo-get-global-flags): Use it.
1847
1848         * modb-standard.el (modb-standard-digest-flags): New variable.
1849         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
1850         Changed behavior of `any'.
1851
1852         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
1853         which are defined the Internet draft
1854         (draft-melnikov-imap-keywords-03.txt).
1855         (elmo-imap4-flags-to-imap): New function.
1856         (elmo-folder-append-buffer): Use it.
1857
1858         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
1859         in the docstring.
1860
1861         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
1862         avoid the bug of Emacs 21.3.
1863
1864 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1865
1866         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
1867         function find-coding-system does not exist.
1868
1869 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1870
1871         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
1872         parsing.
1873
1874 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1875
1876         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
1877         response codes.
1878
1879 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
1882         (elmo-network-close-session): Follow the changes in
1883         `elmo-pop3-read-response'.
1884         (elmo-pop3-auth-user): Ditto.
1885         (elmo-pop3-auth-apop): Ditto.
1886         (elmo-network-initialize-session): Ditto.
1887         (elmo-network-authenticate-session): Ditto.
1888         (elmo-network-setup-session): Ditto.
1889         (elmo-folder-status): Ditto.
1890         (elmo-message-fetch-plugged): Ditto.
1891         (elmo-pop3-delete-msg): Ditto.
1892
1893 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1894
1895         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
1896         on failure.
1897
1898 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
1901         style.
1902         (elmo-bind-directory): Ditto.
1903
1904 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1905
1906         * elmo.el (elmo-folder-append-messages): Note on return value.
1907         * elmo-archive.el (elmo-folder-append-messages): Don't return
1908         message numbers which could not be appended.
1909
1910 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1911
1912         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
1913
1914 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1915
1916         * elmo-version.el (elmo-version): Up to 2.11.30.
1917
1918 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
1921         `mask'.
1922
1923         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
1924
1925         * elmo-multi.el (elmo-folder-synchronize): Likewise.
1926         (elmo-multi-split-numbers): Add elmo-folder object into each
1927         element of return value at first.
1928         (elmo-folder-delete-messages): Follow the above change.
1929         (elmo-folder-detach-messages): Ditto.
1930
1931         * elmo-filter.el (elmo-folder-synchronize): Minimize message
1932         number which is synchronized in target folder.
1933
1934 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
1937         Change default value to symbol `all'.
1938         (elmo-map-message-fetch): Change condition to update overview
1939         follow the above.
1940
1941 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1942
1943         * elmo-shimbun.el (elmo-map-message-fetch): Change default
1944         behavior to update overview.
1945         (elmo-shimbun-update-overview-folder-list): Note it.
1946
1947 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1948
1949         * modb-standard.el (modb-standard-message-entity): Avoid infinite
1950         recursive call.
1951
1952 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1953
1954         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
1955         buffer-disable-undo, it is unnecessary.
1956         (elmo-spam-register-good-messages): Ditto.
1957
1958         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
1959         Ditto.
1960
1961         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
1962
1963 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
1966         (elmo-set-work-buf): Use set-buffer-multibyte instead of
1967         elmo-set-buffer-multibyte.
1968         (elmo-object-load): Ditto.
1969         (elmo-save-buffer): Ditto.
1970         (elmo-delete-char): Ditto.
1971         (elmo-file-field-primitive-condition-match): Ditto.
1972         (elmo-mime-string): Ditto.
1973
1974         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
1975         (elmo-archive-field-condition-match): Ditto.
1976
1977         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
1978
1979         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
1980
1981         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
1982         (elmo-nntp-msgdb-create-message): Ditto.
1983
1984         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
1985
1986         * elmo.el (elmo-message-match-condition): Ditto.
1987         (elmo-message-match-condition): Ditto.
1988
1989         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
1990         Ditto.
1991
1992         * elmo-version.el (elmo-version): Up to 2.11.29.
1993
1994         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
1995         (elsp-header): New backend.
1996
1997         * elmo-util.el (elmo-decoded-field-body): New function.
1998
1999 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2000
2001         * elmo-version.el (elmo-version): Up to 2.11.28.
2002
2003 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2004
2005         * elmo-filter.el: Rewrite.
2006
2007         * elmo-version.el (elmo-version): Up to 2.11.27.
2008
2009 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2010
2011         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2012         msgdb path for the localdir folder with absolute path.
2013
2014         * utf7.el: Synch up with latest gnus/utf7.el;
2015         Modified for latest Emacs.
2016
2017 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2020         shimbun backend couldn't open.
2021
2022 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2023
2024         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2025         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2026         when a destination folder is a filter folder.
2027
2028 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2029
2030         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2031         (elmo-generic-folder-append-messages): Call elmo-message-flags
2032         with argument `msgid'.
2033
2034         * elmo-split.el (elmo-split-subr): Ditto.
2035
2036         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2037
2038         * elmo-multi.el (elmo-message-flags): Ditto.
2039
2040 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * elmo.el (elmo-folder): Add new slot `flag-table'.
2043         (elmo-folder-flag-table): New API.
2044         (elmo-folder-close-flag-table): Ditto.
2045         (elmo-folder-preserve-flags): New function.
2046         (elmo-generic-folder-append-messages): Use
2047         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2048         Flag of a non-registered message, it sets to nil.
2049         Does not set flag to flag-table.
2050
2051         * elmo-maildir.el (elmo-folder-append-buffer): Use
2052         `elmo-folder-preserve-flags'.
2053         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2054         `elmo-folder-close-flag-table'.
2055
2056         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2057         (elmo-archive-folder-append-buffer): Use
2058         `elmo-folder-preserve-flags'.
2059
2060         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2061
2062         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2063
2064         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2065         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2066         `elmo-folder-close-flag-table'.
2067
2068         * elmo-version.el (elmo-version): Up to 2.11.26.
2069
2070 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2071
2072         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2073
2074         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2075         md5's 4th and 5th argument (non-existent in flim one).
2076
2077 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2078
2079         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2080         message, It sets to nil.
2081
2082 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2085         list is non-nil.
2086
2087 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2088
2089         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2090
2091         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2092
2093         * elmo-util.el (elmo-uniq-sorted-list): New function.
2094         (elmo-make-number-list): Ditto.
2095         (elmo-number-set-to-number-list): Use elmo-make-number-list
2096         and don't use nreverse.
2097
2098 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * elmo-version.el (elmo-version): Up to 2.11.25.
2101
2102 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2103
2104         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2105         field not exists in message, Use md5 message digest of header.
2106
2107 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2110         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2111         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2112         * elmo-split.el (elmo-split-subr): Check return value of
2113         elmo-folder-append-buffer.
2114
2115         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2116         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2117
2118         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2119         message-id.
2120
2121 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2122
2123         * elmo-split.el (elmo-split-subr): Append message with flag.
2124
2125         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2126         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2127         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2128
2129 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2130
2131         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2132         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2133         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2134
2135 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2136
2137         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2138         with a function call of `process-buffer'.  All callers are updated.
2139         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2140         Remove redundant `set-buffer' in a while loop.
2141
2142 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2143
2144         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2145         calls.
2146
2147 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2150         elsp-spamfilter-register-buffer-internal with current buffer.
2151         (elmo-spam-register-spam-buffer): Ditto.
2152         (elmo-spam-register-good-buffer): Ditto.
2153
2154 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2155
2156         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2157         if it is not contained in the response(A workaround for courier-imap).
2158
2159 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2162         parenthesis.
2163
2164 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2165
2166         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2167         range.
2168
2169 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2172         of nconc.
2173
2174         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2175         argument handler.
2176         (elmo-msgdb-message-match-condition): Follow the change above.
2177
2178 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2181         folder name.
2182
2183 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2186
2187 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2190
2191 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2192
2193         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2194         not found.
2195
2196 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2197
2198         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2199         value.
2200         (elmo-file-command-argument): Undo last change for cygwin.
2201         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2202         Don't return nil.
2203         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2204
2205 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2208         value returned from elmo-file-find is nil.
2209
2210 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2211
2212         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2213         to elmo-vars.el.
2214
2215         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2216         instead of insert-file-contents-as-binary.
2217         (elmo-message-set-field): New generic function.
2218
2219         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2220         behavior change on `split-string'.
2221
2222         * elmo-file.el (elmo-file-find): New function.
2223         (elmo-file-command): New user option.
2224         (elmo-file-command-argument): Ditto.
2225         (elmo-file-fetch-max-size): Ditto.
2226         (elmo-file-detect-format): New function.
2227         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2228         Use elmo-file-detect-format.
2229         (elmo-map-folder-list-message-locations): Don't treat directories.
2230
2231 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2232
2233         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2234         (elmo-passwd-alist-clear): Shred password before clear.
2235         (elmo-remove-passwd): Remove all mached pair.
2236
2237 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2238
2239         * elmo.el (elmo-folder-synchronize): Fix description of the return
2240         value.
2241
2242 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2243
2244         * elmo.el (elmo-message-fetch-bodystructure): New method.
2245         (elmo-message-fetch-bodystructure): Define default.
2246
2247         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2248         elmo-message-fetch-bodystructure.
2249         (elmo-message-fetch-bodystructure): Define.
2250
2251         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2252
2253 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2254
2255         * elmo-filter.el (elmo-message-folder): Define.
2256
2257 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2258
2259         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2260         elmo-delete-cr-buffer.
2261
2262         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2263
2264         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2265
2266         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2267
2268         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2269         type seems to be a text.
2270
2271 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2272
2273         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2274         (elmo-spam-register-good-buffer): Ditto.
2275         (elmo-spam-spamassassin-register-messages): Ditto.
2276
2277         * elmo-util.el (elmo-string-member-ignore-case): Define with
2278         static-cond.
2279
2280 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * elmo.el (elmo-folder-type): Undo last change.
2283
2284         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2285
2286         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2287         warnings.
2288
2289         * elmo-file.el: New file.
2290         
2291         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2292
2293         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2294         variable.
2295         (elmo-spam-spamassassin-register-messages): New inline function.
2296         (elmo-spam-register-spam-messages): Define.
2297         (elmo-spam-register-good-messages): Ditto.
2298
2299         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2300         Fixed typo.
2301
2302         * elmo.el (toplevel): Added autoload setting for
2303         `elmo-get-global-flags'.
2304         (elmo-message-has-global-flag-p): New function.
2305         (elmo-message-set-global-flags): Ditto.
2306         (elmo-folder-type): Improvement for name: format.
2307
2308         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2309         availability of keyword flags.
2310         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2311         (elmo-folder-list-flagged-plugged): Renamed from
2312         elmo-folder-list-flagged-unplugged.
2313         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2314         accept any flag as keyword flag.
2315         (elmo-folder-set-flag-plugged): Accept keyword flags.
2316         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2317
2318         * elmo-flag.el (elmo-get-global-flags): New function.
2319
2320         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2321         folders.
2322
2323         * elmo-version.el (elmo-version): Up to 2.11.24.
2324
2325 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2328         elmo-multiple-field-body instead of std11-field-body to check all
2329         headers.
2330
2331 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2332
2333         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2334         or "size".
2335
2336 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2339         unintern is unbound.
2340
2341 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2344         Protect from infinite loop.
2345
2346 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2347
2348         * elsp-bogofilter.el
2349         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2350         (elmo-spam-bogofilter-register-messages): New internal function.
2351         (elmo-spam-register-spam-messages): Define.
2352         (elmo-spam-register-good-messages): Ditto.
2353
2354 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2357         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2358         (elmo-spam-bogofilter-call): Fixed the last change.
2359         (elmo-spam-bogofilter-arguments): Ditto.
2360
2361         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2362         Follow the options change of latest bogofilter.
2363
2364         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2365         (elmo-spam-bogofilter-good-switch): Ditto.
2366         (elmo-spam-bogofilter-arguments-alist): New user option.
2367         (elmo-spam-bogofilter-debug): Ditto.
2368         (elmo-spam-bogofilter-call): Renamed from
2369         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2370         is non-nil, insert output in buffer for debug.
2371         (elmo-spam-bogofilter-arguments): New macro.
2372         (elmo-spam-buffer-spam-p): Use it.
2373         (elsp-bogofilter-register-buffer): Ditto.
2374
2375 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2376
2377         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2378         regexp.
2379
2380 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2383         value as "ruby".
2384         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2385         (elmo-spam-bsfilter-program): Set default value as full path for
2386         `bsfilter'.
2387         (elmo-spam-bsfilter-debug): New user option.
2388         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2389         non-nil, insert output in buffer for debug. Fix treating of
2390         argument.
2391
2392 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2393
2394         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2395         `elmo-maildir-flag-specs' element instead of one.
2396         (elmo-map-folder-unset-flag): Ditto.
2397         (Reported by Ken Makimura <macky@astem.or.jp>)
2398
2399         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2400         (elmo-folder-unset-flag-plugged): Ditto.
2401
2402 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2405         to `reads' slot only if `in-msgdb' is nil.
2406
2407 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2408
2409         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2410         and complement argument list.
2411
2412 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2413
2414         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2415         instead of elmo-folder-list-flagged.
2416
2417 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2418
2419         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2420
2421         * elsp-bsfilter.el: New file.
2422
2423         * elmo-pipe.el (elmo-folder-list-unreads,
2424         elmo-folder-list-answereds,
2425         elmo-folder-list-importants,
2426         elmo-folder-flag-as-important,
2427         elmo-folder-unflag-important,
2428         elmo-folder-flag-as-read,
2429         elmo-folder-unflag-read,
2430         elmo-folder-flag-as-answered,
2431         elmo-folder-unflag-answered): Remove.
2432         (elmo-folder-set-flag): Define.
2433         (elmo-folder-unset-flag): Ditto.
2434
2435         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2436         (elmo-folder-set-flag): Define.
2437         (elmo-folder-unset-flag): Ditto.
2438         (elmo-folder-list-unreads): Remove.
2439         (elmo-folder-list-flagged): Define.
2440
2441         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2442         (elmo-folder-list-unreads,
2443         elmo-folder-list-importants,
2444         elmo-folder-list-answereds,
2445         elmo-folder-list-unreads-plugged,
2446         elmo-folder-list-importants-plugged,
2447         elmo-folder-list-answereds-plugged): Remove.
2448         (elmo-folder-list-flagged-plugged): New method.
2449         (elmo-folder-unflag-important,
2450         elmo-folder-flag-as-important,
2451         elmo-folder-unflag-read,
2452         elmo-folder-flag-as-read,
2453         elmo-folder-unflag-answered,
2454         elmo-folder-flag-as-answered,
2455         elmo-folder-flag-as-read-unplugged,
2456         elmo-folder-unflag-read-unplugged,
2457         elmo-folder-flag-as-important-unplugged,
2458         elmo-folder-unflag-important-unplugged,
2459         elmo-folder-flag-as-answered-unplugged,
2460         elmo-folder-unflag-answered-unplugged): Remove.
2461         (elmo-folder-set-flag): Define.
2462         (elmo-folder-unset-flag): Ditto.
2463         (elmo-folder-set-flag-unplugged): Ditto.
2464         (elmo-folder-unset-flag-unplugged): Ditto.
2465
2466         * elmo-multi.el (elmo-folder-list-unreads,
2467         elmo-folder-list-answereds,
2468         elmo-folder-list-importants,
2469         elmo-folder-flag-as-important,
2470         elmo-folder-unflag-important,
2471         elmo-folder-flag-as-read,
2472         elmo-folder-unflag-read,
2473         elmo-folder-flag-as-answered,
2474         elmo-folder-unflag-answered): Remove.
2475         (elmo-folder-set-flag): Define.
2476         (elmo-folder-unset-flag): Ditto.
2477
2478         * elmo-map.el (elmo-map-folder-unflag-important,
2479         elmo-map-folder-flag-as-important,
2480         elmo-map-folder-unflag-read,
2481         elmo-map-folder-flag-as-read,
2482         elmo-map-folder-unflag-answered,
2483         elmo-map-folder-flag-as-answered): Remove.
2484         (elmo-map-folder-set-flag): New method.
2485         (elmo-map-folder-unset-flag): Ditto.
2486         (elmo-map-folder-list-unreads,
2487         elmo-map-folder-list-importants,
2488         elmo-map-folder-list-answereds): Remove.
2489         (elmo-folder-list-flagged-internal): Define.
2490         (elmo-map-folder-list-flagged): New method.
2491
2492         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2493         (elmo-map-folder-list-unreads,
2494         elmo-map-folder-list-importants,
2495         elmo-map-folder-list-flagged): Remove.
2496         (elmo-map-folder-list-flagged): Define.
2497         (elmo-map-folder-flag-as-important,
2498         elmo-map-folder-unflag-important,
2499         elmo-map-folder-flag-as-read,
2500         elmo-map-folder-unflag-read,
2501         elmo-map-folder-flag-as-answered,
2502         elmo-map-folder-unflag-answered): Remove.
2503         (elmo-maildir-set-mark-messages): New internal function.
2504         (elmo-map-folder-set-flag): Define.
2505         (elmo-map-folder-unset-flag): Ditto.
2506
2507         * elmo.el (toplevel): Added autoload setting for
2508         `elmo-folder-list-global-flag-messages'.
2509         (elmo-folder-list-unreads,
2510         elmo-folder-list-importants,
2511         elmo-folder-list-answereds): Remove.
2512         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2513         Return a list whitch merged with messages have global flag.
2514         (elmo-folder-list-flagged-internal): New method.
2515         (elmo-folder-unflag-important,
2516         elmo-folder-flag-as-important,
2517         elmo-folder-unflag-read,
2518         elmo-folder-flag-as-read,
2519         elmo-folder-unflag-answered,
2520         elmo-folder-flag-as-answered): Remove.
2521         (elmo-folder-set-flag): New method.
2522         (elmo-folder-unset-flag): Ditto.
2523         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2524         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2525
2526         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2527         (elmo-folder-list-unreads-plugged,
2528         elmo-folder-list-importants-plugged,
2529         elmo-folder-list-answereds-plugged,
2530         elmo-folder-list-flagged-unplugged,
2531         elmo-folder-unflag-important-plugged,
2532         elmo-folder-flag-as-important-plugged,
2533         elmo-folder-unflag-read-plugged,
2534         elmo-folder-flag-as-read-plugged,
2535         elmo-folder-unflag-answered-plugged,
2536         elmo-folder-flag-as-answered-plugged): Remove.
2537         (elmo-folder-set-flag-plugged,
2538         elmo-folder-unset-flag-plugged): Define.
2539
2540         * elmo-flag.el (elmo-folder-initialize): Register to
2541         `elmo-global-flag-list' if flag is not global.
2542         (elmo-folder-append-messages): Set flag to source messages.
2543
2544         * elmo-filter.el (elmo-filter-folder-list-unreads,
2545         elmo-folder-list-unreads,
2546         elmo-filter-folder-list-importants,
2547         elmo-folder-list-importants,
2548         elmo-folder-flag-as-read,
2549         elmo-folder-unflag-read,
2550         elmo-folder-flag-as-important,
2551         elmo-folder-unflag-important,
2552         elmo-folder-flag-as-answered,
2553         elmo-folder-unflag-answered): Remove.
2554         (elmo-folder-set-flag): Define.
2555         (elmo-folder-unset-flag): Ditto.
2556
2557         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2558         elmo-folder-unflag-read-dop,
2559         elmo-folder-flag-as-important-dop,
2560         elmo-folder-unflag-important-dop,
2561         elmo-folder-flag-as-answered-dop,
2562         elmo-folder-unflag-answered-dop): Remove.
2563         (elmo-folder-set-flag-dop,
2564         elmo-folder-unset-flag-dop,
2565         elmo-folder-set-important-delayed,
2566         elmo-folder-unset-important-delayed,
2567         elmo-folder-set-read-delayed,
2568         elmo-folder-unset-read-delayed,
2569         elmo-folder-set-answered-delayed,
2570         elmo-folder-unset-answered-delayed): New function.
2571         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2572         (elmo-dop-queue-method-name-alist): Ditto.
2573
2574         * elmo-version.el (elmo-version): Up to 2.11.23.
2575
2576 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2577
2578         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2579
2580         * elsp-sa.el: New file.
2581
2582 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2583
2584         * modb-standard.el (modb-standard-message-entity): New function.
2585         (elmo-msgdb-message-entity): Use it.
2586
2587 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2590         behavior when one-level is nil.
2591
2592         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2593
2594         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2595
2596 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2599         get max number.
2600         (elmo-generic-folder-diff): Ditto.
2601
2602         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2603         (elmo-folder-update-number): Ditto.
2604
2605         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2606         (elmo-folder-next-message-number-dop): Ditto.
2607
2608 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2609
2610         * elmo-filter.el (elmo-folder-msgdb-create): Use
2611         `elmo-message-entity' and `elmo-message-flags' instead of
2612         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2613
2614 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2617         `if-exists'.
2618
2619 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2620
2621         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2622
2623         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2624
2625         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2626
2627 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * elmo-version.el (elmo-version): Up to 2.11.22.
2630
2631 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2634
2635 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2636
2637         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2638         if the message dose not exist.
2639
2640 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2641
2642         * elmo-version.el (elmo-version): Up to 2.11.21.
2643
2644 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2645
2646         * modb-standard.el (toplevel): Don't require mime.
2647
2648 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2649
2650         * elsp-bogofilter.el (toplevel): Don't require path-util.
2651         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2652         (elmo-spam-bogofilter-header): Abolish.
2653         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2654         (elmo-spam-bogofilter-args): New user option.
2655         (elsp-bogofilter-call-bogofilter): New internal function.
2656         (elmo-spam-buffer-spam-p): Use it.
2657         (elsp-bogofilter-register-buffer): Renamed from
2658         `elmo-spam-bogofilter-register-buffer';
2659         Use `elsp-bogofilter-call-bogofilter'.
2660         (elmo-spam-register-spam-buffer): Follow the change above.
2661         (elmo-spam-register-good-buffer): Ditto.
2662
2663 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2666         message-id is nil do nothing.
2667
2668 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2669
2670         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2671         Revival.
2672         (elmo-imap4-session): Removed use-flag slot.
2673         (elmo-imap4-session-select-mailbox): Undo last change.
2674         (elmo-folder-use-flag-p): Use
2675         elmo-imap4-disuse-server-flag-mailbox-regexp.
2676
2677 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2680         (elmo-imap4-session-select-mailbox): Set it up.
2681         (elmo-folder-use-flag-p): Return value of use-flag slot.
2682
2683 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2684
2685         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2686         message-id is nil.
2687         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2688
2689         * modb-entity.el (elmo-message-entity-handler): Likewise.
2690
2691 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * elmo.el (toplevel): Remove setting of autoloding for
2694         elmo-global-flag-initialize.
2695         (elmo-init): Don't call elmo-global-flag-initialize.
2696         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2697
2698         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2699         (elmo-global-mark-migrate): Don't call it.
2700         (elmo-global-mark-upgrade): Ditto.
2701
2702 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2705         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2706
2707         * elmo-vars.el (elmo-init-hook): New user option.
2708
2709         * elmo.el (elmo-init): Run the elmo-init-hook.
2710
2711         * elmo-flag.el (elmo-global-mark-migrate): New function.
2712
2713 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2716         Undo last change (move to elmo-msgdb-unset-flag).
2717         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2718         flag is unset.
2719
2720 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2721
2722         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2723         read flag is set.
2724         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2725         (elmo-msgdb-unset-flag): Ditto.
2726
2727 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2728
2729         * elmo-split.el (elmo-split): Return split message count.
2730
2731 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2732
2733         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2734         is nil.
2735
2736 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * elmo.el (elmo-folder-unflag-important): Call
2739         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2740         a symbol `always'.
2741
2742         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2743         before unset flag.
2744         (elmo-global-flag-detach): Delete the message from flag folder, if
2745         `delete-if-none' is a symbol `always'.
2746
2747 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
2750         `elmo-spam-spamfilter-decode-buffer'.
2751         (elsp-spamfilter-register-buffer-internal): New internal function.
2752         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
2753         (elmo-spam-register-spam-buffer): Ditto.
2754         (elmo-spam-register-good-buffer): Ditto.
2755
2756         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
2757         change.
2758         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
2759         (elmo-spam-register-spam-buffer): Follow the API change.
2760         (elmo-spam-register-good-buffer): Ditto.
2761
2762         * elmo-split.el (toplevel): Require elmo-spam when copmile.
2763         (elmo-split-spam-p): Added argument plist; Call
2764         `elmo-spam-buffer-spam-p' with new argument register.
2765
2766         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
2767         `register'.
2768         (elmo-spam-message-spam-p): Ditto.
2769         (elmo-spam-register-spam-buffer): Added optional argument
2770         `restore'.
2771         (elmo-spam-register-good-buffer): Ditto.
2772         (elmo-spam-register-spam-messages): Ditto.
2773         (elmo-spam-register-good-messages): Ditto.
2774
2775 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
2778         register into good corpus.
2779         (elmo-spam-register-good-buffer): Fixed to register into bad
2780         corpus.
2781
2782 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * elmo-version.el (elmo-version): Up to 2.11.20.
2785
2786         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
2787         change.
2788
2789         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
2790         flag without depending on \Recent flag.
2791
2792 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2793
2794         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
2795         (elmo-spam-modified-p): Defined.
2796         (elmo-spam-save-status): Set `modified' slot to nil.
2797         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
2798         (elmo-spam-register-good-buffer): Ditto.
2799
2800         * elmo-spam.el (elmo-spam-modified-p): New API.
2801
2802 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
2805         duplicate definition.
2806
2807         * elmo-util.el (elmo-unfold-field-body): New function.
2808         (elmo-msgdb-get-message-id-from-buffer): Use it.
2809
2810         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2811         Fixed the last change; Use elmo-unfold-field-body.
2812
2813 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2816         Unfold date value.
2817
2818 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2819
2820         * elmo-spam.el (elmo-spam-save-status): New API.
2821
2822         * elsp-spamfilter.el: New file.
2823
2824 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2825
2826         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
2827
2828 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2829
2830         * elmo-split.el (elmo-split-spam-p): New function.
2831
2832         * elmo-spam.el: New file.
2833
2834         * elsp-bogofilter.el: Ditto.
2835
2836 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2837
2838         * elmo.el (elmo-folder-next-message-number): New API.
2839         (elmo-folder-next-message-number): Define.
2840         (elmo-message-field): Don't check folder length.
2841
2842         * elmo-net.el (elmo-folder-next-message-number): Define.
2843         (elmo-folder-next-message-number-unplugged): Define.
2844
2845         * elmo-map.el (elmo-folder-next-message-number): Define.
2846         (elmo-folder-delete-messages): Clear hash value.
2847
2848         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
2849
2850         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
2851         (elmo-folder-delete-messages-dop-delayed): Always return t.
2852
2853         * elmo-version.el (elmo-version): Up to 2.11.19.
2854
2855 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
2858         change.
2859
2860         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
2861         identical cons cell into the mark-alist and the hash table.
2862
2863 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
2864
2865         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
2866         elmo-folder-list-messages with argument `visible-only' as t.
2867
2868         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
2869         (elmo-folder-msgdb-create): Check the target folder.
2870
2871 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
2872
2873         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
2874         `permanentflag' instead of `flags'.
2875         (elmo-folder-open): Ditto.
2876         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
2877         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
2878         (elmo-folder-use-flag-p): Always return t.
2879         (elmo-imap4-session-select-mailbox): Use value of `flags' if
2880         `permanentflags' does not exist.
2881         (elmo-folder-open): Ditto.
2882
2883 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
2884
2885         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
2886         is nil.
2887         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
2888
2889         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
2890         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
2891         response.
2892         (elmo-folder-open): Ditto.
2893         (elmo-imap4-set-flag): Send store flag command only when the `flags'
2894         slot of the session includes the flag.
2895         (elmo-imap4-session-flag-available-p): New function.
2896         (elmo-imap4-folder-list-flagged): Ditto.
2897         (elmo-folder-list-unreads-plugged): Use it.
2898         (elmo-folder-list-importants-plugged): Ditto.
2899         (elmo-folder-list-answereds-plugged): Ditto.
2900         (elmo-imap4-search-internal-primitive): Ditto.
2901         (elmo-imap4-folder-list-any-plugged,
2902         elmo-imap4-folder-list-digest-plugged): Abolish.
2903
2904         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
2905         if numbers is nil.
2906
2907 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2908
2909         * elmo-util.el (toplevel): Require emu for char-list-to-string.
2910
2911 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * elmo-util.el (elmo-get-hash-val): Simplify.
2914         (elmo-set-hash-val): Rewrite.
2915
2916 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * elmo.el (elmo-folder-list-messages): Append killed messages into
2919         result if `visible-only' is nil and `in-msgdb' is non-nil.
2920
2921         * elmo-util.el (elmo-uniq-list): Added optional argument
2922         `delete-function'.
2923
2924         * modb.el (elmo-msgdb-flag-count): New API.
2925
2926         * modb-standard.el (modb-standard): Added slot flag-count.
2927         (modb-standard-countup-flags): New function.
2928         (modb-standard-load-flag): Call it.
2929         (elmo-msgdb-append): Ditto.
2930         (elmo-msgdb-clear): Clear slot flag-count.
2931         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
2932         (elmo-msgdb-unset-flag): Treat `all' flag and call
2933         modb-standard-countup-flags.
2934         (elmo-msgdb-flag-count): Define.
2935         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
2936         (elmo-msgdb-delete-messages): Ditto.
2937
2938         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
2939         (elmo-msgdb-flag-count): Define.
2940
2941         * elmo.el (elmo-folder-list-messages): Undo last change.
2942         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
2943         (elmo-folder-kill-messages): Unset all flags to numbers.
2944
2945         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
2946         elmo-folder-kill-messages.
2947
2948         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
2949         (elmo-nntp-folder-delete-messages): Abolish.
2950
2951         * elmo-version.el (elmo-version): Up to 2.11.18.
2952
2953 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * elmo.el (elmo-folder-kill-messages-before): Abolish.
2956         (elmo-folder-kill-messages-range): New function.
2957         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
2958         instead of elmo-folder-kill-messages-before.
2959
2960 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2961
2962         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
2963         elmo-imap4-current-msgdb to decide entity handler.
2964
2965 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2966
2967         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
2968
2969         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
2970         inline function.
2971         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
2972         (elmo-msgdb-overview-entity-set-number,
2973         elmo-msgdb-overview-entity-get-references,
2974         elmo-msgdb-overview-entity-set-references,
2975         elmo-msgdb-overview-entity-get-from-no-decode,
2976         elmo-msgdb-overview-entity-get-from,
2977         elmo-msgdb-overview-entity-set-from,
2978         elmo-msgdb-overview-entity-get-subject,
2979         elmo-msgdb-overview-entity-get-subject-no-decode,
2980         elmo-msgdb-overview-entity-set-subject,
2981         elmo-msgdb-overview-entity-get-date,
2982         elmo-msgdb-overview-entity-set-date,
2983         elmo-msgdb-overview-entity-get-to,
2984         elmo-msgdb-overview-entity-get-cc,
2985         elmo-msgdb-overview-entity-get-size,
2986         elmo-msgdb-overview-entity-set-size,
2987         elmo-msgdb-overview-entity-get-extra,
2988         elmo-msgdb-overview-entity-set-extra,
2989         elmo-msgdb-overview-entity-get-extra-field,
2990         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
2991         (elmo-msgdb-make-index): Use
2992         `elmo-msgdb-overview-entity-get-number-internal'.
2993         (elmo-msgdb-clear-index): Ditto.
2994         (elmo-msgdb-append-entity): Ditto;
2995         Use `elmo-msgdb-overview-entity-get-id-internal'.
2996
2997         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
2998         elmo-msgdb-overview-entity-set-number,
2999         elmo-msgdb-overview-entity-get-references,
3000         elmo-msgdb-overview-entity-set-references,
3001         elmo-msgdb-overview-entity-get-from-no-decode,
3002         elmo-msgdb-overview-entity-get-from,
3003         elmo-msgdb-overview-entity-set-from,
3004         elmo-msgdb-overview-entity-get-subject,
3005         elmo-msgdb-overview-entity-get-subject-no-decode,
3006         elmo-msgdb-overview-entity-set-subject,
3007         elmo-msgdb-overview-entity-get-date,
3008         elmo-msgdb-overview-entity-set-date,
3009         elmo-msgdb-overview-entity-get-to,
3010         elmo-msgdb-overview-entity-get-cc,
3011         elmo-msgdb-overview-entity-get-size,
3012         elmo-msgdb-overview-entity-set-size,
3013         elmo-msgdb-overview-entity-get-extra,
3014         elmo-msgdb-overview-entity-set-extra,
3015         elmo-msgdb-overview-entity-get-extra-field,
3016         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3017         and rewrote for backward compatibility.
3018
3019 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * elmo.el (elmo-message-entity-number,
3022         elmo-message-entity-set-number,
3023         elmo-message-entity-field,
3024         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3025
3026         * elmo-msgdb.el (elmo-message-entity-number,
3027         elmo-message-entity-set-number,
3028         elmo-message-entity-field,
3029         elmo-message-entity-set-field): Moved from elmo.el.
3030
3031 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3032
3033         * elmo.el (toplevel): Changed definition orders.
3034
3035 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3036
3037         * modb.el (elmo-msgdb-search): New API .
3038         (elmo-msgdb-match-condition): Ditto.
3039
3040         * modb-standard.el (elmo-msgdb-search): Define.
3041
3042         * modb-legacy.el (elmo-msgdb-search): Ditto.
3043
3044         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3045         from elmo-msgdb-match-condition-internal.
3046
3047         * elmo.el (elmo-folder-search-fast): Abolish.
3048         (elmo-folder-search): Use elmo-msgdb-search and
3049         elmo-with-progress-display.
3050
3051         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3052         as msgdb API.
3053
3054         * elmo.el (elmo-folder): Remove slot message-modified and
3055         flag-modified.
3056         (elmo-folder-set-message-modified): Abolish.
3057         (elmo-generic-folder-commit): Follow the change above.
3058         (elmo-folder-synchronize): Ditto.
3059
3060         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3061
3062         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3063
3064         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3065
3066 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * modb-standard.el (modb-standard-make-message-entity,
3069         elmo-msgdb-make-message-entity,
3070         elmo-msgdb-create-message-entity-from-buffer,
3071         elmo-msgdb-message-entity-number,
3072         elmo-msgdb-message-entity-set-number,
3073         elmo-msgdb-message-entity-field,
3074         elmo-msgdb-message-entity-set-field,
3075         elmo-msgdb-copy-message-entity,
3076         elmo-msgdb-match-condition-internal): Remove.
3077
3078         * modb-entity.el: New file (again).
3079
3080         * modb.el (toplevel): Require modb-entity.
3081         (elmo-msgdb-message-entity-handler): New method.
3082
3083         * modb-standard.el (modb-standard-entity-id): Use
3084         elmo-message-entity-handler.
3085         (modb-standard-load-entity): Ditto.
3086         (elmo-msgdb-append-entity): Ditto.
3087         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3088
3089         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3090         elmo-msgdb-decoded-cache-hashtb,
3091         (modb-legacy-make-message-entity,
3092         elmo-msgdb-make-message-entity,
3093         elmo-msgdb-create-message-entity-from-buffer,
3094         elmo-msgdb-message-entity-number,
3095         elmo-msgdb-message-entity-set-number,
3096         elmo-msgdb-message-entity-field,
3097         elmo-msgdb-message-entity-set-field,
3098         elmo-msgdb-copy-message-entity,
3099         elmo-msgdb-match-condition-internal,
3100         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3101
3102         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3103         (elmo-message-entity-set-number): Ditto.
3104         (elmo-message-entity-field): Ditto.
3105         (elmo-message-entity-set-field): Ditto.
3106
3107         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3108
3109         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3110
3111         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3112
3113         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3114         (elmo-nntp-msgdb-create-message): Ditto.
3115
3116         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3117         (elmo-folder-msgdb-create): Add unread flag.
3118
3119         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3120
3121         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3122
3123         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3124
3125         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3126
3127         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3128         elmo-msgdb-messge-entity-handler.
3129         * elmo-version.el (elmo-version): Up to 2.11.17.
3130
3131 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3132
3133         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3134         change.
3135
3136 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3137
3138         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3139
3140         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3141         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3142         (elmo-msgdb-flag-table): Ditto.
3143         (elmo-msgdb-sort-by-date): Ditto.
3144
3145         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3146
3147         * modb-standard.el (toplevel): Require mime.
3148         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3149         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3150         elmo-msgdb-message-entity-number.
3151         (elmo-msgdb-append-entity): Ditto.
3152         (elmo-msgdb-create-message-entity-from-file): Remove.
3153         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3154         corresponds to the entity.
3155         (elmo-msgdb-message-entity-number): Do nothing currently.
3156         (elmo-msgdb-message-entity-field): Ditto.
3157         (elmo-msgdb-message-entity-set-field): Ditto.
3158         (elmo-msgdb-copy-message-entity): Ditto.
3159         (elmo-msgdb-match-condition-internal): Ditto.
3160
3161         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3162         elmo-util.el.
3163         (elmo-msgdb-create-message-entity-from-file): Remove.
3164
3165         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3166         modb-legacy.el.
3167         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3168
3169         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3170
3171 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3174         (elmo-msgdb-message-entity-field): Ditto.
3175         (elmo-msgdb-message-entity-number): Ditto.
3176
3177 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3180         Fixed how to set extra field into entity.
3181         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3182         symbol.
3183
3184         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3185         Fixed how to set extra field into entity.
3186         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3187         symbol.
3188
3189 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3190
3191         * modb.el (elmo-message-entity-db): New function.
3192         (elmo-msgdb-make-message-entity): New API.
3193         (elmo-msgdb-message-entity-number): Ditto.
3194         (elmo-msgdb-message-entity-set-number): Ditto.
3195         (elmo-msgdb-message-entity-field): Ditto.
3196         (elmo-msgdb-message-entity-set-field): Ditto.
3197         (elmo-msgdb-copy-message-entity): Ditto.
3198         (elmo-msgdb-create-message-entity-from-file): Ditto.
3199         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3200         (elmo-msgdb-match-condition-internal): Ditto.
3201
3202         * modb-standard.el (modb-legacy): Require modb-legacy.
3203         (modb-standard-make-message-entity): New inline function.
3204         (elmo-msgdb-make-message-entity): Define.
3205         (elmo-msgdb-create-message-entity-from-file): Ditto.
3206         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3207         (elmo-msgdb-message-entity-field): Ditto.
3208         (elmo-msgdb-message-entity-set-field): Ditto.
3209         (elmo-msgdb-copy-message-entity): Ditto.
3210         (elmo-msgdb-match-condition-internal): Ditto.
3211
3212         * modb-legacy.el: Don't require modb-entity.
3213         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3214         (elmo-msgdb-match-condition-primitive): Ditto.
3215         (elmo-msgdb-get-decoded-cache): Ditto.
3216         (elmo-msgdb-overview-entity-get-id): Ditto.
3217         (elmo-msgdb-overview-entity-get-number): Ditto.
3218         (elmo-msgdb-overview-entity-set-number): Ditto.
3219         (elmo-msgdb-overview-entity-get-references): Ditto.
3220         (elmo-msgdb-overview-entity-set-references): Ditto.
3221         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3222         (elmo-msgdb-overview-entity-get-from): Ditto.
3223         (elmo-msgdb-overview-entity-set-from): Ditto.
3224         (elmo-msgdb-overview-entity-get-subject): Ditto.
3225         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3226         (elmo-msgdb-overview-entity-set-subject): Ditto.
3227         (elmo-msgdb-overview-entity-get-date): Ditto.
3228         (elmo-msgdb-overview-entity-set-date): Ditto.
3229         (elmo-msgdb-overview-entity-get-to): Ditto.
3230         (elmo-msgdb-overview-entity-get-cc): Ditto.
3231         (elmo-msgdb-overview-entity-get-size): Ditto.
3232         (elmo-msgdb-overview-entity-set-size): Ditto.
3233         (elmo-msgdb-overview-entity-get-extra): Ditto.
3234         (elmo-msgdb-overview-entity-set-extra): Ditto.
3235         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3236         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3237         (elmo-msgdb-number-load): Ditto.
3238         (elmo-msgdb-overview-load): Ditto.
3239         (elmo-msgdb-mark-load): Ditto.
3240         (elmo-msgdb-number-save): Ditto.
3241         (elmo-msgdb-mark-save): Ditto.
3242         (elmo-msgdb-overview-save): Ditto.
3243         (modb-legacy-make-message-entity): New inline function.
3244         (elmo-msgdb-insert-file-header): Ditto.
3245         (elmo-msgdb-make-message-entity): Define.
3246         (elmo-msgdb-create-message-entity-from-file): Ditto.
3247         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3248         (elmo-msgdb-message-entity-number): Ditto.
3249         (elmo-msgdb-message-entity-set-number): Ditto.
3250         (elmo-msgdb-message-entity-field): Ditto.
3251         (elmo-msgdb-message-entity-set-field): Ditto.
3252         (elmo-msgdb-copy-message-entity): Ditto.
3253         (elmo-msgdb-match-condition-internal): Ditto.
3254
3255         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3256         (elmo-message-copy-entity): Rewrite.
3257         (elmo-message-entity-number): Ditto.
3258         (elmo-message-entity-set-number): Ditto.
3259         (elmo-message-entity-field): Use elmo-message-entity-db.
3260         (elmo-message-entity-set-field): Ditto.
3261         (elmo-message-field): Rewrite.
3262
3263         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3264         elmo-msgdb.el
3265         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3266
3267         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3268         elmo-message-entity-field.
3269         (elmo-shimbun-folder-shimbun-header): Ditto.
3270         (elmo-shimbun-entity-to-header): Ditto.
3271         (elmo-folder-msgdb-create): Ditto.
3272         (elmo-shimbun-msgdb-create-entity): Ditto;
3273         Use elmo-msgdb-create-message-entity-from-buffer.
3274         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3275         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3276
3277         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3278         elmo-msgdb-create-message-entity-from-file and 
3279         elmo-message-entity-field.
3280
3281         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3282         elmo-message-entity-number.
3283         (elmo-pop3-msgdb-create-message): Use
3284         elmo-msgdb-create-message-entity-from-buffer,
3285         elmo-message-entity-set-field, elmo-message-entity-number and
3286         elmo-message-entity-set-number.
3287
3288         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3289         the API change in elmo-msgdb-make-message-entity.
3290         (elmo-nntp-msgdb-create-message): Use
3291         elmo-msgdb-create-message-entity-from-buffer.
3292
3293         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3294         elmo-message-entity-field and
3295         elmo-msgdb-create-message-entity-from-file.
3296
3297         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3298         (elmo-msgdb-get-field): Abolish.
3299         (elmo-msgdb-get-number): Rewrite.
3300         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3301         (elmo-msgdb-flag-table): Ditto.
3302         (elmo-msgdb-get-last-message-id,
3303         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3304         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3305         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3306         (elmo-msgdb-create-overview-from-buffer,
3307         elmo-msgdb-overview-get-parent-entity): Abolish.
3308
3309         * elmo-mime.el (elmo-mime-display-as-is): Use
3310         elmo-message-entity-field.
3311
3312         * elmo-map.el (elmo-folder-pack-numbers): Use
3313         elmo-message-entity-set-number.
3314
3315         * elmo-maildir.el (elmo-folder-msgdb-create): 
3316         elmo-msgdb-create-message-entity-from-file instead of
3317         elmo-msgdb-create-overview-entity-from-file.
3318
3319         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3320         msgdb.
3321         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3322         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3323
3324         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3325         elmo-messge-entity-field and elmo-message-entity-number.
3326         (elmo-imap4-fetch-callback-1): Call
3327         elmo-msgdb-create-message-entity-from-buffer instead of
3328         elmo-msgdb-create-overview-from-buffer. 
3329         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3330         (elmo-find-fetch-strategy): Likewise.
3331
3332         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3333         elmo-localdir-msgdb-create-entity with argument msgdb.
3334
3335         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3336         and elmo-message-entity-set-number.
3337
3338         * elmo-cache.el (elmo-folder-msgdb-create): Use
3339         elmo-message-entity-field.
3340         (elmo-folder-msgdb-create): Call
3341         elmo-msgdb-create-message-entity-from-file instead of
3342         elmo-msgdb-create-overview-entity-from-file.
3343
3344         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3345         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3346         instead of elmo-msgdb-create-overview-from-buffer.
3347         (elmo-archive-msgdb-create-entity): Ditto.
3348         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3349         elmo-message-entity-field.
3350         (elmo-archive-parse-mmdf): Ditto.
3351
3352         * modb-entity.el: Removed.
3353
3354         * elmo-version.el (elmo-version): Up to 2.11.16.
3355
3356 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3357
3358         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3359         `is-local'.
3360         (elmo-folder-flag-as-answered): Ditto.
3361
3362 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3363
3364         * modb-standard.el: New file.
3365
3366         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3367         elmo-msgdb-convert-type is `sync'.
3368
3369         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3370         (elmo-msgdb-convert-type): New user option.
3371
3372         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3373         (elmo-load-msgdb): Auto detect saved type.
3374
3375         * elmo-version.el (elmo-version): Up to 2.11.15.
3376
3377 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3378
3379         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3380
3381         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3382         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3383         with argument `delete-if-none' when dst-folder is 'null.
3384
3385         * elmo-flag.el (elmo-folder-append-messages): Defined.
3386         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3387
3388 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3391
3392 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3395         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3396         (elmo-folder-commit): Ditto.
3397
3398 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3399
3400         * elmo-flag.el: New file.
3401
3402         * elmo-mark.el: Removed.
3403
3404         * modb-legacy.el (modb-legacy-new-mark,
3405         modb-legacy-unread-uncached-mark,
3406         modb-legacy-unread-cached-mark,
3407         modb-legacy-read-uncached-mark,
3408         modb-legacy-answered-cached-mark,
3409         modb-legacy-answered-uncached-mark,
3410         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3411         All other related portions are changed.
3412
3413         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3414         (elmo-folder-list-messages-with-global-mark): Abolish.
3415         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3416         (elmo-folder-flag-as-important): Ditto.
3417         (elmo-folder-unflag-read): Ditto.
3418         (elmo-folder-flag-as-read): Ditto.
3419         (elmo-folder-unflag-answered): Ditto.
3420         (elmo-folder-flag-as-answered): Ditto.
3421         (elmo-message-encache): Return the cache path.
3422         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3423         (elmo-message-set-flag): Transitional implementation.
3424         (elmo-message-unset-flag): Ditto.
3425         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3426         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3427         (elmo-init): Call elmo-global-flag-initialize.
3428         (toplevel): Added autoload settings for elmo-flag.
3429
3430         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3431
3432         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3433         (elmo-file-cache-delete): Don't treat global-mark.
3434
3435         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3436
3437         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3438
3439         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3440         `elmo-global-flags-set'.
3441
3442         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3443         `flag'.
3444         (elmo-folder-unflag-read): Ditto.
3445         (elmo-folder-unflag-important): Ditto.
3446         (elmo-folder-flag-as-important): Ditto.
3447         (elmo-folder-unflag-answered): Ditto.
3448         (elmo-folder-flag-as-answered): Ditto.
3449
3450         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3451         `elmo-global-flags-set'.
3452         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3453
3454         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3455
3456         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3457         `flag'.
3458         (elmo-folder-flag-as-important): Ditto.
3459         (elmo-folder-unflag-important): Ditto.
3460         (elmo-folder-flag-as-important): Ditto.
3461         (elmo-folder-unflag-read): Ditto.
3462         (elmo-folder-flag-as-read): Ditto.
3463         (elmo-folder-unflag-answered): Ditto.
3464         (elmo-folder-flag-as-answered): Ditto.
3465
3466         * elmo-multi.el (elmo-folder-list-importants): Don't call
3467         elmo-folder-list-messages-with-global-mark.
3468         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3469         (elmo-folder-unflag-important): Ditto.
3470         (elmo-folder-flag-as-read): Ditto.
3471         (elmo-folder-unflag-read): Ditto.
3472         (elmo-folder-flag-as-answered): Ditto.
3473         (elmo-folder-unflag-answered): Ditto.
3474
3475         * elmo-msgdb.el (elmo-msgdb-new-mark,
3476         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3477         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3478         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3479         (Moved to modb-legacy.el).
3480         (elmo-flag-table-get): Treat important flag too.
3481
3482         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3483         `mark' to `flag'.
3484         (elmo-map-folder-flag-as-important): Ditto.
3485         (elmo-map-folder-unflag-read): Ditto.
3486         (elmo-map-folder-flag-as-read): Ditto.
3487         (elmo-map-folder-unflag-answered): Ditto.
3488         (elmo-map-folder-flag-as-answered): Ditto.
3489         (elmo-folder-unflag-important): Ditto.
3490         (elmo-folder-flag-as-important): Ditto.
3491         (elmo-folder-unflag-read): Ditto.
3492         (elmo-folder-flag-as-read): Ditto.
3493         (elmo-folder-unflag-answered): Ditto.
3494         (elmo-folder-flag-as-answered): Ditto.
3495
3496         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3497         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3498         `flag'.
3499         (elmo-map-folder-unflag-important): Ditto.
3500         (elmo-map-folder-flag-as-read): Ditto.
3501         (elmo-map-folder-unflag-read): Ditto.
3502         (elmo-map-folder-flag-as-answered): Ditto.
3503         (elmo-map-folder-unflag-answered): Ditto.
3504
3505         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3506         `elmo-global-flags-set'.
3507         (elmo-global-flags-set): Added autoload setting.
3508
3509         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3510         `flag'.
3511
3512         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3513         `elmo-msgdb-global-mark-set'.
3514         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3515         Call `elmo-global-flags-set'.
3516         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3517         `flag'.
3518         (elmo-folder-flag-as-important-plugged): Ditto.
3519         (elmo-folder-unflag-read-plugged): Ditto.
3520         (elmo-folder-flag-as-read-plugged): Ditto.
3521         (elmo-folder-unflag-answered-plugged): Ditto.
3522         (elmo-folder-flag-as-answered-plugged): Ditto.
3523         (elmo-global-flags-set): Added autoload setting.
3524
3525         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3526         `flag'.
3527         (elmo-folder-unflag-read): Ditto.
3528         (elmo-folder-flag-as-important): Ditto.
3529         (elmo-folder-unflag-important): Ditto.
3530         (elmo-folder-flag-as-answered): Ditto.
3531         (elmo-folder-unflag-answered): Ditto.
3532
3533         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3534         change of `mark'->`flag'.
3535         (elmo-dop-queue-method-name-alist): Ditto.
3536         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3537         (elmo-folder-unflag-read-dop): Ditto.
3538         (elmo-folder-flag-as-important-dop): Ditto.
3539         (elmo-folder-unflag-important-dop): Ditto.
3540         (elmo-folder-flag-as-answered-dop): Ditto.
3541         (elmo-folder-unflag-answered-dop): Ditto.
3542
3543         * elmo-cache.el (elmo-folder-msgdb-create): Call
3544         `elmo-global-flags-set'.
3545
3546         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3547         Call `elmo-global-flags-set'.
3548         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3549         elmo-archive-parse-mmdf with argument `folder'.
3550         (elmo-archive-parse-mmdf): Added argument `folder';
3551         Call `elmo-global-flags-set'.
3552
3553         * elmo-version.el (elmo-version): Up to 2.11.14.
3554
3555 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3556
3557         * modb.el (elmo-msgdb-length): Define.
3558
3559         * elmo.el (elmo-make-folder): Fixed.
3560         (elmo-generic-folder-append-messages): Follow the API change.
3561
3562         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3563         API change.
3564
3565 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3566
3567         * modb.el: New file.
3568
3569         * modb-entity.el: Ditto.
3570
3571         * modb-legacy.el: Ditto.
3572
3573         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3574         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3575         of `elmo-msgdb-overview-get-entity'.
3576         (elmo-msgdb-get-field): Ditto.
3577         (elmo-msgdb-merge): Moved to `elmo.el'.
3578         (elmo-msgdb-length): Removed; redefine as modb method.
3579         (elmo-msgdb-change-mark): Abolish.
3580         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3581         (elmo-msgdb-match-condition): Don't use mark.
3582         (elmo-msgdb-overview-get-entity): Abolish.
3583         Split modb part into `modb*.el'.
3584
3585         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3586
3587         * elmo-shimbun.el (shimbun-mua-search-id): Use
3588         `elmo-msgdb-message-entity' instead of
3589         `elmo-msgdb-overview-get-entity'.
3590         (elmo-shimbun-folder-shimbun-header): Ditto.
3591         (elmo-shimbun-get-headers): Ditto.
3592         (elmo-shimbun-update-overview): Ditto.
3593
3594         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3595
3596         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3597
3598         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3599         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3600
3601         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3602         `elmo-msgdb-mark-to-flags'.
3603
3604         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3605         `elmo-msgdb-set-path'.
3606
3607         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3608  
3609         * elmo-version.el (elmo-version): Up to 2.11.13.
3610
3611         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3612
3613         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3614         of mark.
3615
3616 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3617
3618         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3619         mismatch.
3620
3621 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3622
3623         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3624         instead of `elmo-msgdb-get-cached'.
3625         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3626
3627         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3628         (elmo-msgdb-set-cached): Ditto.
3629         (elmo-msgdb-set-flag): Rewrite.
3630         (elmo-msgdb-unset-flag): Ditto.
3631
3632         * elmo-msgdb.el: Rewrite with luna.
3633
3634         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3635         (elmo-folder-msgdb): Follow the change above.
3636         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3637         (elmo-folder-unmark-important): Follow the API change.
3638         (elmo-folder-mark-as-important): Ditto.
3639         (elmo-folder-unmark-read): Ditto.
3640         (elmo-folder-mark-as-read): Ditto.
3641         (elmo-folder-unmark-answered): Ditto.
3642         (elmo-folder-mark-as-answered): Ditto.
3643         (elmo-folder-clear): Likewise.
3644
3645         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3646         instead of `elmo-msgdb-load' (renamed).
3647
3648         * elmo-version.el (elmo-version): Up to 2.11.12.
3649
3650 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3651
3652         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3653         change.
3654         (elmo-message-mark): Abolish.
3655         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3656         instead of `elmo-msgdb-change-mark'.
3657
3658         * elmo-pipe.el (elmo-message-mark): Abolish.
3659
3660         * elmo-multi.el (elmo-message-mark): Ditto.
3661
3662         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3663         (elmo-msgdb-unread-uncached-mark): Ditto.
3664         (elmo-msgdb-unread-cached-mark): Ditto.
3665         (elmo-msgdb-read-uncached-mark): Ditto.
3666         (elmo-msgdb-answered-cached-mark): Ditto.
3667         (elmo-msgdb-answered-uncached-mark): Ditto.
3668         (elmo-msgdb-important-mark): Ditto.
3669         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3670         `use-cache'.
3671         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3672         `flags'.
3673         (elmo-flag-table-load): Changed flag to list of flag.
3674         (elmo-flag-table-set): If flags is nil, set read flag.
3675         (elmo-flag-table-get): Return derived flags from global mark,
3676         cache status and saved flags.
3677         (elmo-msgdb-flag-table): Follow the change above.
3678         (elmo-msgdb-out-of-date-messages): New function.
3679
3680         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3681
3682         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3683
3684         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3685
3686         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3687         (elmo-nntp-msgdb-create-message): Ditto.
3688
3689         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3690
3691         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3692         independent.
3693         (elmo-folder-msgdb-create): Follow the API change.
3694
3695         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3696         (elmo-folder-append-messages): Ditto.
3697
3698         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3699         (elmo-folder-append-buffer): Ditto.
3700
3701         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3702
3703         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3704
3705         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3706         (elmo-archive-parse-mmdf): Ditto.
3707
3708         * elmo-version.el (elmo-version): Up to 2.11.11.
3709
3710 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3711
3712         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3713         `elmo-msgdb-mark'.
3714
3715         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3716
3717         * elmo-pipe.el (elmo-message-flags): Defined.
3718
3719         * elmo-multi.el (elmo-message-flags): Ditto.
3720
3721 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3722
3723         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3724         `elmo-msgdb-delete-msgs'.
3725
3726         * elmo.el (elmo-folder-count-flags): Don't use
3727         `elmo-msgdb-get-mark-alist'.
3728         (elmo-folder-detach-messages): Follow the API change.
3729
3730         * elmo.el (elmo-folder-list-messages): Append killed messages into
3731         result if `visible-only' is nil.
3732
3733         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3734         canceled messages.
3735         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3736         (elmo-folder-update-number): Likewise.
3737
3738         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3739         (elmo-pop3-sort-msgdb-by-original-number): Use
3740         `elmo-msgdb-sort-entities'.
3741
3742         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3743         (elmo-msgdb-sort-by-date): Use it.
3744         (elmo-msgdb-overview-sort-by-date): Abolish.
3745
3746         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3747
3748         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3749         (elmo-msgdb-flags): New function.
3750         (elmo-msgdb-merge): Use elmo-msgdb-append.
3751
3752         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
3753         change.
3754
3755         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3756
3757         * elmo-dop.el (elmo-folder-status-dop): Use
3758         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
3759
3760 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3761
3762         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
3763
3764         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
3765
3766         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
3767
3768         * elmo-util.el (elmo-with-progress-display): New macro.
3769
3770         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
3771
3772 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3773
3774         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3775         `elmo-folder-list-message-entities' instead of
3776         `elmo-msgdb-get-overview'.
3777         (elmo-map-folder-list-message-locations): Ditto.
3778
3779         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
3780         methods instead of treat directly).
3781         (elmo-msgdb-clear): Ditto.
3782         (elmo-msgdb-delete-msgs): Ditto.
3783         (elmo-msgdb-sort-by-date): Ditto.
3784
3785         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
3786         local variables.
3787         (elmo-nntp-folder-msgdb-create): Follow the API change.
3788
3789         * elmo-version.el (elmo-version): Up to 2.11.10.
3790
3791 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3792
3793         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
3794         (elmo-msgdb-flags-to-mark): Ditto.
3795         (elmo-msgdb-append-entity): Ditto.
3796
3797         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3798         Use `elmo-msgdb-append-entity' instead of construct msgdb.
3799         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
3800         (elmo-archive-parse-mmdf): Ditto.
3801
3802         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3803
3804         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3805
3806         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3807
3808         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3809
3810         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
3811
3812         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
3813
3814         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3815
3816         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3817
3818         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3819         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
3820         to empty msgdb.
3821
3822         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
3823         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
3824         instead of directly construction.
3825         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
3826         instead of construct msgdb.
3827
3828         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3829         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
3830         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
3831         instead of construct msgdb.
3832
3833 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3834
3835         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
3836         when field is from or subject.
3837
3838 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * elmo-multi.el (elmo-message-entity-parent): Define.
3841         (elmo-folder-search): Rewrite.
3842
3843 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3844
3845         * elmo-multi.el (elmo-message-cached-p): Define.
3846
3847         * elmo.el (elmo-message-cached-p): New method.
3848         (elmo-message-accessible-p): Use it instead of msgdb API directly.
3849         (elmo-message-flags): New method.
3850         (elmo-message-flagged-p): New function.
3851
3852         * elmo-version.el (elmo-version): Up to 2.11.9.
3853
3854 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3855
3856         * elmo-version.el (elmo-version): Up to 2.11.8.
3857
3858         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
3859
3860         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
3861
3862 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * elmo.el (elmo-folder-detach-messages): Undo last change.
3865
3866 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
3867
3868         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
3869
3870         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
3871         only when src folder type is pop3.
3872
3873 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3874
3875         * elmo-msgdb.el (elmo-msgdb-make-index): Use
3876         elmo-msgdb-overview-entity-get-number instead of
3877         elmo-message-entity-number.
3878
3879 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3880
3881         * elmo-version.el (elmo-version): Up to 2.11.7.
3882
3883 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3884
3885         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
3886         function.
3887
3888         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
3889         (elmo-msgdb-merge): New function.
3890         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
3891         (elmo-msgdb-make-index): Rewrite.
3892
3893         * elmo-version.el (elmo-version): Up to 2.11.6.
3894
3895         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
3896         use it as a the path for loading message entities.
3897
3898         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
3899
3900 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * elmo-filter.el (elmo-folder-set-message-modified): Set 
3903         message-modified slot of itself if it does not require target msgdb.
3904
3905         * elmo-mime.el (elmo-mime-message-display): Display message entirely
3906         if folder length is zero.
3907         (elmo-mime-display-as-is): Ditto.
3908
3909         * elmo-filter.el (elmo-folder-set-message-modified): Define.
3910
3911         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3912
3913 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3914
3915         * elmo.el (elmo-folder-set-message-modified): New method.
3916         (elmo-generic-folder-commit): Use it.
3917         (elmo-folder-synchronize): Ditto.
3918
3919         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
3920         (elmo-folder-commit): Remove duplicate definition.
3921
3922 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
3925
3926 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3927
3928         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
3929         (elmo-strict-folder-diff): Ditto.
3930         (elmo-folder-set-info-max-by-numdb): Simplify.
3931
3932         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
3933         elmo-msgdb-list-messages.
3934
3935         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
3936         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
3937
3938 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
3941         visible-only is non-nil.
3942         (elmo-folder-confirm-appends): Changed message.
3943         (elmo-folder-synchronize): Added argument disable-killed.
3944
3945         * elmo-multi.el (elmo-folder-synchronize): Added argument
3946         disable-killed.
3947
3948         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
3949
3950         * elmo-version.el (elmo-version): Up to 2.11.5.
3951
3952         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
3953         elmo-list-filter.
3954
3955         * elmo-util.el (elmo-list-filter): Simplify.
3956
3957         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
3958         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
3959         (elmo-generic-folder-diff): Abolish argument.
3960         (elmo-msgdb-load): Don't use number-alist.
3961
3962         * elmo-filter.el (elmo-folder-diff): Abolish argument.
3963
3964         * elmo-pipe.el (elmo-folder-diff): Ditto.
3965
3966         * elmo-nmz.el (elmo-folder-diff): Ditto.
3967
3968         * elmo-net.el (elmo-folder-diff): Ditto.
3969
3970         * elmo-maildir.el (elmo-folder-diff): Ditto.
3971
3972         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
3973
3974         * elmo-multi.el (elmo-folder-diff): Ditto
3975         (elmo-multi-folder-diff): Rewrite.
3976
3977 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3978
3979         * elmo-pipe.el (elmo-folder-msgdb): Define.
3980
3981 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
3982
3983         * elmo.el (elmo-message-set-cached): Define as a method.
3984
3985         * elmo-pipe.el (elmo-message-set-cached): Define.
3986         (elmo-find-fetch-strategy): Ditto.
3987
3988         * elmo-multi.el (elmo-message-set-cached): Define.
3989         (elmo-find-fetch-strategy): Rewrite.
3990
3991         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
3992
3993         * elmo-pipe.el (elmo-message-folder): Fixed definition.
3994
3995 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
3996
3997         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
3998         instead of number-alist.
3999
4000         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4001         mark nor message-id when msgdb of source folder is not loaded.
4002
4003         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4004
4005         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4006
4007 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * elmo.el (elmo-folder-length): Don't require msgdb.
4010
4011 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4012
4013         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4014         (elmo-message-field): Ditto.
4015
4016         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4017         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4018         slot.
4019         (elmo-map-folder-list-answereds): Define.
4020         (elmo-maildir-list-location): Treat 'R' info.
4021         (elmo-folder-msgdb-create): Treat flag-table.
4022         (elmo-folder-append-messages): Save flag-table.
4023
4024 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4025
4026         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4027         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4028
4029 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4030
4031         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4032
4033         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4034         'read when mark is null.
4035
4036 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * elmo-version.el (elmo-version): Up to 2.11.4.
4039
4040 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4041
4042         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4043         (elmo-folder-mark-as-answered): Ditto.
4044
4045 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4046
4047         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4048         (elmo-pop3-get-session): Make msgdb directory after session.
4049         (elmo-folder-exists-p): Check exactly at the first time even when the
4050         elmo-pop3-exists-exactly is nil.
4051
4052         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4053         (elmo-folder-list-messages): Define instead of
4054         elmo-folder-list-messages-internal.
4055         (elmo-folder-check): Check destination folder.
4056         (elmo-folder-synchronize): Drain the pipe.
4057
4058         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4059         when msgdb is not loaded.
4060
4061         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4062
4063         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4064         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4065         messages.
4066
4067         * elmo.el (elmo-folder-kill-messages-before): New function.
4068         (elmo-folder-kill-messages): Ditto.
4069         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4070
4071         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4072         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4073         killed not by synchronize (e.g. scoring).
4074
4075 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4076
4077         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4078         treated.
4079         (elmo-folder-search): Follow the change above.
4080
4081         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4082         into the candidates of search field.
4083
4084 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4087         (elmo-msgdb-unset-flag): Ditto.
4088
4089         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4090
4091 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4092
4093         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4094         (elmo-folder-commit): Define.
4095         (elmo-folder-synchronize): Ditto.
4096         (elmo-folder-list-flagged): Ditto.
4097         (elmo-folder-commit): Ditto.
4098         (elmo-folder-length): Ditto.
4099         (elmo-folder-count-flags): Ditto.
4100         (elmo-message-mark): Ditto.
4101         (elmo-message-field): Ditto.
4102         (elmo-message-entity): Ditto.
4103         (elmo-message-folder): Ditto.
4104
4105 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4106
4107         * elmo.el (elmo-message-field): Define as a method.
4108
4109         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4110         (elmo-message-field): Define.
4111
4112         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4113         (elmo-folder-list-importants): Ditto.
4114         (elmo-folder-list-answereds): Ditto.
4115
4116         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4117         qualifier.
4118         (elmo-folder-mark-as-read): Ditto.
4119         (elmo-folder-unmark-read): Ditto.
4120         (elmo-folder-mark-as-answered): Ditto.
4121         (elmo-folder-unmark-answered): Ditto.
4122         (elmo-folder-list-flagged): Define.
4123         (elmo-folder-commit): Ditto.
4124         (elmo-folder-length): Ditto.
4125         (elmo-folder-count-flags): Ditto.
4126
4127 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * elmo.el (elmo-folder-detach-messages): New method.
4130         (elmo-folder-move-messages): Use it.
4131         (elmo-folder-synchronize): Ditto.
4132
4133         * elmo-multi.el (elmo-folder-detach-messages): Define.
4134
4135         * elmo.el (elmo-message-copy-entity): New function.
4136         (elmo-message-entity-set-number): Ditto.
4137         (elmo-message-mark): Define as method.
4138
4139         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4140         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4141         (elmo-message-entity): Fixed last change.
4142         (elmo-message-mark): Define.
4143         (elmo-folder-msgdb-create): Abolish.
4144         (elmo-multi-folder-append-msgdb): Ditto.
4145         (elmo-multi-folder-diff): Fixed.
4146         (elmo-multi-split-number-alist): Removed.
4147         (elmo-multi-split-mark-alist): Removed.
4148         (elmo-folder-list-messages): Define.
4149         (elmo-folder-list-messages-internal): Removed.
4150
4151         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4152         local file messages.
4153         (elmo-folder-msgdb-create): Fixed read mark.
4154
4155 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4156
4157         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4158         if mark is nil.
4159
4160 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4161
4162         * elmo.el (elmo-folder-list-message-entities): Define as inline
4163         function.
4164         (elmo-folder-messages): Abolish.
4165
4166         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4167         folder.
4168         (elmo-folder-synchronize): Define.
4169         (elmo-message-entity): Define.
4170
4171 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4172
4173         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4174         elmo-imap4-session-select-mailbox.
4175
4176         * elmo.el (elmo-folder-move-messages): Don't display any message.
4177
4178         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4179         parsing.
4180         (elmo-imap4-session-check): Don't wait CHECK response.
4181         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4182
4183 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4186
4187 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4190         API.
4191         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4192
4193
4194         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4195         (elmo-folder-list-message-entities): Added argument in-msgdb and
4196         numbers.
4197         (elmo-folder-synchronize): Define as a method.
4198
4199         * elmo-nntp.el (elmo-folder-initialize): Don't use
4200         elmo-nntp-default-user if zero-length username is specified
4201         explicitly.
4202
4203 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4204
4205         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4206         server name in case with username.
4207         (XXX: this is ad-hoc fix against username includes "@", it
4208         should be solved fundamentally)
4209
4210 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4211
4212         * elmo-nntp.el (elmo-nntp-debug): New function.
4213         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4214         (elmo-network-authenticate-session): Hide auth-info from the log.
4215
4216         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4217         user name if it is equal to elmo-nntp-default-user.
4218
4219 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4222         instead of shimbun-server-internal;
4223         Use shimbun-current-group instead of shimbun-current-group-internal.
4224         (elmo-folder-plugged-p): Use shimbun-server instead of
4225         shimbun-server-internal.
4226         (elmo-folder-set-plugged): Ditto.
4227         (elmo-net-port-info): Ditto.
4228         (elmo-folder-check): Ditto.
4229         (elmo-folder-expand-msgdb-path): Ditto.
4230         (elmo-folder-list-subfolders): Ditto.
4231
4232 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4233
4234         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4235         Convert field-name to lower case.
4236         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4237
4238 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4239
4240         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4241         `message' and `error' take format string.
4242
4243 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4244
4245         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4246
4247 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4248
4249         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4250         recursive call (can't byte compile on emacs 20.7).
4251
4252 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4253
4254         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4255         (elmo-folder-list-message-entities): New API.
4256         (elmo-message-entity): Ditto.
4257         (elmo-message-entity-parent): Ditto.
4258         (elmo-folder-do-each-message-entity): Ditto.
4259         (elmo-message-entity-number): Ditto.
4260         (elmo-message-entity-field): Ditto.
4261         (elmo-message-entity-set-field): Ditto.
4262         (elmo-folder-count-flags): Ditto.
4263         (elmo-folder-length): Ditto.
4264
4265         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4266         not.
4267
4268         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4269         (elmo-msgdb-count-marks): Abolish.
4270         (elmo-msgdb-make-entity): Ditto.
4271         (elmo-msgdb-do-each-entity): Ditto.
4272         (elmo-msgdb-message-entity): New inline function.
4273         (elmo-msgdb-message-entity-field): Ditto.
4274         (elmo-msgdb-message-entity-set-field): Ditto.
4275         (elmo-msgdb-make-message-entity): New function.
4276
4277 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4278
4279         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4280         to flag. (All other related portions are changed.)
4281         (elmo-folder-msgdb-create): Likewise.
4282         (elmo-generic-folder-append-messages): Use flag-table instead of
4283         seen-list.
4284         (elmo-folder-move-messages): Removed redundant process.
4285         (elmo-folder-synchronize): Likewise.
4286
4287         * elmo-msgdb.el (elmo-flag-table-get): New function.
4288         (elmo-flag-table-save): Fixed.
4289         (elmo-msgdb-length): New inline function.
4290         (elmo-msgdb-flag-table): New function.
4291         (elmo-msgdb-mark): Add optional argument new.
4292         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4293         (elmo-msgdb-seen-list): Ditto.
4294         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4295
4296
4297 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4298
4299         * elmo.el (elmo-message-set-mark): Abolish.
4300         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4301         (All related portions are changed.)
4302
4303         * elmo-msgdb.el (toplevel): Added comment.
4304         (elmo-load-msgdb): Added 4th element `path'.
4305         (elmo-msgdb-append): Follow the change above.
4306         (elmo-msgdb-clear): Ditto.
4307         (elmo-msgdb-delete-msgs): Ditto.
4308         (elmo-msgdb-get-path): New inline function.
4309         (elmo-msgdb-set-path): Ditto.
4310         (elmo-flag-table-filename): New variable.
4311         (elmo-flag-table-load): New function.
4312         (elmo-flag-table-set): Ditto.
4313         (elmo-flag-table-save): Ditto.
4314         (elmo-msgdb-get-field-value): Abolish.
4315         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4316
4317 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4318
4319         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4320         the folder has been deleted successfully.
4321         * elmo-imap4.el (elmo-folder-delete): Ditto.
4322         * elmo-archive.el (elmo-folder-delete): Ditto.
4323         * elmo-localdir.el (elmo-folder-delete): Ditto.
4324         * elmo-maildir.el (elmo-folder-delete): Ditto.
4325
4326 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4327
4328         * elmo-util.el (elmo-string-member-ignore-case): New function.
4329         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4330         (elmo-imap4-fetch-callback-1-subr): Likewise.
4331
4332 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4333
4334         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4335         the case of the name attribute "\Noselect".
4336
4337 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4340
4341         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4342         flist, is not always a member of onum-alist.
4343
4344 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * elmo-version.el (elmo-version): Up to 2.11.3.
4347
4348 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4351         copied from localdir's one.
4352
4353         * elmo-pipe.el (elmo-folder-rename): New method, rename
4354         destination folder with leaving source folder as it is.
4355
4356 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4357
4358         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4359         replace-regexp.
4360
4361 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * elmo-version.el (elmo-version): Up to 2.11.2.
4364
4365 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366
4367         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4368         shimbun-open in case of "@".
4369         (elmo-folder-open-internal): Cope with shimbun = nil case.
4370         (elmo-folder-plugged-p): Ditto.
4371         (elmo-folder-list-subfolders): Make list for "@/" group.
4372
4373 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4376         mailbox (e.g. for %~/something).
4377
4378 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4379
4380         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4381         Replace nested conditional with guard clauses.
4382
4383 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4384
4385         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4386         error [wl:11327].
4387
4388         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4389         print-depth.
4390
4391 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4392
4393         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4394         Replace nested conditional with guard clauses.
4395
4396 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4399         (elmo-passwd-alist-save): Ditto.
4400         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4401
4402 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4405         dir-name only if it is absolute path.
4406         (TODO: distinguish +/something and +something)
4407
4408 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4409
4410         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4411         path for "+~/something".
4412
4413 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4416         as non-directory, cause error before rename-file.
4417         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4418         apropriately, mimic localdir's one.
4419         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4420
4421 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4422
4423         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4424
4425 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4428
4429         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4430         
4431         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4432         is included in the global-mark or not.
4433
4434 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * utf7.el (toplevel): Avoid error when the function
4437         find-coding-system does not exist.
4438
4439 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4442         cache even if the folder is plugged.
4443         (elmo-nntp-search-primitive): Do nothing when body search is
4444         invoked (although it is not used by the change above).
4445         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4446
4447 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4448
4449         * elmo-version.el (elmo-version): Up to 2.11.1.
4450
4451 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4452
4453         * elmo-archive.el: Specify charset.
4454
4455 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4456
4457         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4458         process buffer lives or not.
4459
4460         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4461         while flushing queues (It causes infinite loop).
4462
4463 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4464
4465         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4466
4467 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4468
4469         * utf7.el (toplevel): Check the ucs features dynamically.
4470         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4471
4472         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4473         folder is creatabe or not if it already exists.
4474
4475 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4478
4479         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4480
4481         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4482         (elmo-imap4-read-response): Take care of garbage response.
4483
4484 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4485
4486         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4487         just return nil instead of error.
4488
4489 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4492         search-key is "body".
4493
4494 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4495
4496         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4497         of elmo-string-matched-assoc to use match-data.
4498         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4499
4500 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * elmo-split.el (elmo-split->): New function.
4503         (elmo-split-<): Ditto.
4504
4505 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4508         workaround for invalid message-id.
4509
4510 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4511
4512         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4513         return normal pop3 session or pop3 biff session.
4514
4515 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4518         info part to the cur files when the new files already have it.
4519         (Adviced by Jared Rhine <jared@wordzoo.com>)
4520
4521 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * elmo-split.el (elmo-split-default-action): New variable.
4524         (elmo-split-subr): Use it if all other conditions are passed.
4525         Extend `fname' and rename it as `action'. (implemented
4526         Teranishi-san's idea in [wl:10800])
4527
4528 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4531         * elmo-util.el: Ditto.
4532
4533 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4534
4535         * elmo.el (elmo-message-accessible-p): Renamed from
4536         elmo-message-cached-p and rewritten.
4537
4538 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4539
4540         * elmo.el (elmo-folder-list-flagged): New generic function.
4541         (elmo-folder-list-importants): New implementation.
4542         (elmo-folder-list-answereds): Ditto.
4543         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4544         Added 'digest'.
4545         (elmo-message-cached-p): New function.
4546         (elmo-message-set-flag): Ditto (no content).
4547         (elmo-message-unset-flag): Ditto.
4548         (elmo-folder-list-messages-mark-match): Abolish.
4549
4550         * elmo-util.el (elmo-regexp-opt): New function.
4551
4552         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4553         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4554         Added 'digest'.
4555         (elmo-msgdb-list-flagged): New function.
4556
4557         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4558         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4559         Added 'digest'.
4560
4561         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4562
4563 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4564
4565         * elmo-version.el (elmo-version): Up to 2.11.0.
4566
4567 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4568
4569         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4570         `elmo-file-cache-exists-p'; use proper mark that depends on
4571         `use-cache'.
4572         (elmo-msgdb-unset-flag): Ditto.
4573         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4574
4575         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4576         with 4th argument `use-cache'.
4577
4578 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4581         (elmo-folder-mark-as-important): Ditto.
4582         (elmo-folder-unmark-read): Ditto.
4583         (elmo-folder-mark-as-read): Ditto.
4584         (elmo-folder-unmark-answered): Ditto.
4585         (elmo-folder-mark-as-answered): Ditto.
4586
4587         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4588         message status.
4589         (elmo-msgdb-mark): Likewise.
4590         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4591         (elmo-msgdb-unset-flag): Likewise.
4592
4593         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4594
4595 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4596
4597         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4598         `last:' filter.
4599
4600 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4603         set spool-length to 0.
4604
4605 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4606
4607         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4608         (elmo-dop-queue-flush): Fixed last change.
4609
4610 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4611
4612         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4613         if require-msgdb slot is nil.
4614         (elmo-folder-list-importants): Likewise.
4615
4616 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4617
4618         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4619         mark is changed.
4620
4621         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4622         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4623         is changed.
4624
4625 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4626
4627         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4628
4629 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4632
4633         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4634
4635 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4636
4637         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4638         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4639
4640 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4641
4642         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4643         the problem reported by Sean Rima [wl-en:180].
4644
4645 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4646
4647         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4648
4649         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4650
4651         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4652
4653         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4654
4655         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4656
4657         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4658
4659         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4660
4661 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4664         status number.
4665
4666 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4667
4668         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4669         (elmo-folder-mark-as-read): Follow the API change.
4670         (elmo-message-set-cached): New function.
4671
4672         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4673
4674         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4675
4676         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4677         (elmo-folder-mark-as-important): Ditto.
4678         (elmo-folder-unmark-read): Ditto.
4679         (elmo-folder-mark-as-read): Ditto.
4680         (elmo-folder-unmark-answered): Ditto.
4681         (elmo-folder-mark-as-answered): Ditto.
4682
4683         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4684         (elmo-folder-unmark-important): Ditto.
4685         (elmo-folder-mark-as-read): Ditto.
4686         (elmo-folder-unmark-read): Ditto.
4687         (elmo-folder-mark-as-answered): Ditto.
4688         (elmo-folder-unmark-answered): Ditto.
4689
4690         * elmo-mark.el (toplevel): Removed some mark method definitions.
4691
4692         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4693         (elmo-map-folder-mark-as-answered): Ditto.
4694         (elmo-folder-unmark-important): Add :before qualifier.
4695         (elmo-folder-mark-as-important): Ditto.
4696         (elmo-folder-unmark-read): Ditto.
4697         (elmo-folder-mark-as-read): Ditto.
4698         (elmo-folder-unmark-answered): Define.
4699         (elmo-folder-mark-as-answered): Ditto.
4700
4701         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4702         (elmo-map-folder-unmark-answered): Ditto.
4703
4704         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4705
4706         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4707         (elmo-folder-mark-as-important): Ditto.
4708         (elmo-folder-unmark-read): Ditto.
4709         (elmo-folder-mark-as-read): Ditto.
4710         (elmo-folder-unmark-answered): Ditto.
4711         (elmo-folder-mark-as-answered): Ditto.
4712
4713         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4714         `mark'; evaluate mark condition.
4715         (elmo-msgdb-match-condition-internal): New function.
4716         (elmo-msgdb-match-condition): Call it; changed argument.
4717
4718         * elmo.el (elmo-folder-search): Follow the API change on
4719         `elmo-msgdb-match-condition'.
4720
4721 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4722
4723         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4724         original mark is non-nil.
4725
4726 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4727
4728         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4729         (elmo-map-folder-list-answereds): New method.
4730         (elmo-folder-list-unreads): Add :around qualifier.
4731         (elmo-folder-list-importants): Ditto.
4732         (elmo-folder-list-answereds): Ditto.
4733
4734 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4735
4736         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4737
4738         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4739         method if msgdb is not required.
4740         (elmo-filter-folder-list-importants): Don't treat global-mark.
4741
4742         * elmo.el (elmo-folder-list-importants): Ditto.
4743
4744         * elmo-net.el (elmo-folder-list-importants): Ditto.
4745
4746         * elmo-map.el (elmo-folder-list-importants): Ditto.
4747
4748         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4749
4750         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
4751         (elmo-imap4-folder-list-any-plugged): New function.
4752         (elmo-imap4-search-internal-primitive): Use it.
4753
4754         * elmo-filter.el (elmo-folder-check): Synchronize original folder
4755         only when require-msgdb slot is non-nil.
4756         (elmo-folder-close): Clear target folder's msgdb.
4757
4758 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4759
4760         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
4761         (elmo-pop3-msgdb-create-by-header): Ditto.
4762         (elmo-pop3-msgdb-create-message): Ditto.
4763
4764         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4765
4766         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4767
4768         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4769
4770         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4771         (elmo-folder-msgdb-create): Ditto.
4772         (elmo-nntp-folder-msgdb-create): Ditto.
4773         (elmo-nntp-msgdb-create-by-header): Ditto.
4774         (elmo-nntp-msgdb-create-message): Ditto.
4775         (elmo-folder-list-unreads): Define.
4776
4777         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
4778         (elmo-folder-append-messages): Ditto.
4779         (elmo-folder-list-unreads): Define.
4780         (elmo-folder-list-importants): Ditto.
4781         (elmo-folder-list-answereds): Ditto.
4782
4783         * elmo-net.el (elmo-folder-list-unreads): Define.
4784         (elmo-folder-list-importants): Ditto.
4785         (elmo-folder-list-answereds): Ditto.
4786         (elmo-folder-list-answereds-plugged): Ditto.
4787         (elmo-folder-msgdb-create): Follow the API change.
4788         (elmo-folder-msgdb-create-unplugged): Ditto.
4789         (elmo-folder-unmark-answered): Define.
4790         (elmo-folder-mark-as-answered-unplugged): Ditto.
4791         (elmo-folder-unmark-answered-unplugged): Ditto.
4792
4793         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
4794         (elmo-msgdb-unread-uncached-mark): Ditto.
4795         (elmo-msgdb-unread-cached-mark): Ditto.
4796         (elmo-msgdb-read-uncached-mark): Ditto.
4797         (elmo-msgdb-answered-cached-mark): Ditto.
4798         (elmo-msgdb-answered-uncached-mark): Ditto.
4799         (elmo-msgdb-important-mark): Ditto.
4800         (elmo-msgdb-set-mark): Rewrite.
4801         (elmo-msgdb-count-marks): Rewrite.
4802         (elmo-msgdb-mark-alist-set): Abolish.
4803         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
4804         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
4805
4806         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
4807         (elmo-folder-close): Define.
4808         (elmo-folder-msgdb-create): Follow the API change.
4809         (elmo-folder-list-unreads): Rewrite.
4810         (elmo-folder-mark-as-important): Ditto.
4811         (elmo-folder-unmark-important): Ditto.
4812         (elmo-folder-mark-as-read): Ditto.
4813         (elmo-folder-unmark-read): Ditto.
4814         (elmo-folder-mark-as-answered): Define.
4815         (elmo-folder-unmark-answered): Ditto.
4816
4817         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
4818         (elmo-folder-append-messages): Ditto.
4819
4820         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
4821
4822         * elmo-map.el (elmo-folder-list-unreads): Ditto.
4823         (elmo-folder-list-importants): Ditto.
4824
4825         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4826         (elmo-folder-append-messages): Ditto.
4827
4828         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
4829         change.
4830         (elmo-folder-msgdb-create-plugged): Ditto.
4831         (elmo-folder-append-messages): Ditto.
4832         (elmo-folder-list-answereds-plugged): Define.
4833         (elmo-imap4-search-internal-primitive): Add `mark' processing.
4834         (elmo-folder-unmark-answered-plugged): Define.
4835         (elmo-folder-mark-as-answered-plugged): Ditto.
4836         (elmo-folder-search-requires-msgdb-p): Ditto.
4837
4838         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
4839         (elmo-folder-initialize): Set it.
4840         (elmo-folder-msgdb): Define.
4841         (elmo-folder-check): Call elmo-folder-synchronize.
4842         (elmo-folder-close): Define.
4843         (elmo-folder-commit): Ditto.
4844         (elmo-folder-msgdb-create): Rewrite.
4845         (elmo-folder-list-unreads): Ditto.
4846         (elmo-folder-list-importants): Ditto.
4847         (elmo-folder-mark-as-read): Ditto.
4848         (elmo-folder-unmark-read): Ditto.
4849         (elmo-folder-mark-as-important): Ditto.
4850         (elmo-folder-unmark-important): Ditto.
4851         (elmo-folder-mark-as-answered): Define.
4852         (elmo-folder-unmark-answered): Ditto.
4853
4854         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
4855         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
4856         (elmo-dop-queue-method-name-alist): Likewise.
4857         (elmo-folder-mark-as-answered-dop): New inline function.
4858         (elmo-folder-unmark-answered-dop): Ditto.
4859         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
4860
4861         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
4862         (elmo-folder-msgdb-create): Ditto.
4863         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4864         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4865         (elmo-archive-parse-mmdf): Ditto.
4866
4867         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4868         (elmo-folder-list-unreads-internal): Ditto.
4869
4870         * elmo.el (elmo-folder-msgdb): Define as generic function.
4871         (elmo-folder-list-messages): Added argument `in-msgdb'.
4872         (elmo-folder-list-unreads): Define as generic function.
4873         (elmo-folder-list-importants): Ditto.
4874         (elmo-folder-list-answereds): Ditto.
4875         (elmo-folder-list-messages-with-global-mark): New function.
4876         (elmo-folder-msgdb-create): Removed mark arguments.
4877         (elmo-folder-unmark-answered): New generic function.
4878         (elmo-folder-mark-as-answered): Ditto.
4879         (elmo-folder-append-messages): Removed argunment `unread-marks'
4880         (elmo-folder-list-unreads-internal): Abolish.
4881         (elmo-folder-list-importants-internal): Ditto.
4882         (elmo-folder-search-requires-msgdb-p): New generic function.
4883         (elmo-folder-search-requires-msgdb-p-internal): New function.
4884         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
4885         elmo-msgdb-load.
4886         (elmo-folder-search-fast): Added key 'mark'.
4887         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
4888         instead of unread-marks argument.
4889         (elmo-folder-move-messages): Removed argunment `unread-marks'
4890         (elmo-folder-unmark-important): Define.
4891         (elmo-folder-mark-as-important): Ditto.
4892         (elmo-folder-unmark-read): Ditto.
4893         (elmo-folder-mark-as-read): Ditto.
4894         (elmo-folder-unmark-answered): Ditto.
4895         (elmo-folder-mark-as-answered): Ditto.
4896         (elmo-folder-replace-marks): Abolish.
4897         (elmo-generic-folder-append-msgdb): Append msgdb before checking
4898         duplicates.
4899         (elmo-folder-synchronize): Removed mark arguments;
4900         return crosspost only number.
4901
4902 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
4905         Remove redundunt connectivity check.
4906
4907 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
4910         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
4911
4912 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * pldap.el (ldap-decode-string): Return string as-is if
4915         `ldap-coding-system' is nil.
4916         (ldap-encode-string): Ditto.
4917         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
4918         (ldap-default-host): Fixed docstring.
4919
4920 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * elmo-util.el (elmo-warning): Define as a macro which uses
4923         `display-warning' if it is defined as a function.
4924
4925         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
4926         (elmo-split-equal): Use it.
4927         (elmo-split-match): Ditto.
4928         (elmo-split-message-entity): New buffer-local variable.
4929         (elmo-split-subr): Set it.
4930
4931         * elmo-version.el (elmo-version): Up to 2.9.15.
4932
4933 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
4934
4935         * elmo-imap4.el (elmo-network-initialize-session):
4936         Check capability after starttls.
4937
4938 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * elmo-util.el (elmo-list-delete): Added optional argument
4941         DELETE-FUNCTION.
4942
4943         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
4944
4945         * elmo-util.el (elmo-warning): Ignore errors while recenter.
4946
4947         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
4948
4949         * elmo-imap4.el (elmo-folder-initialize): Don't use
4950         elmo-imap4-default-mailbox.
4951
4952 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4953
4954         * elmo-split.el (toplevel): Use `product-provide'.
4955         (elmo-split): Checkdoc.
4956
4957 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
4958
4959         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
4960         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
4961         the function `elmo-imap4-debug-1'.
4962
4963 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4964
4965         * elmo-split.el (elmo-split): Moved to run hooks and to show
4966         message from elmo-split-subr.
4967         (elmo-split-subr): Follow the change above.
4968
4969         * elmo-split.el (elmo-split-subr): New function (renamed from
4970         elmo-split-subr).
4971         (elmo-split): Changed to call elmo-split-subr by element of
4972         elmo-split-folder.
4973         (elmo-split-folder): Changed customization type to choice.
4974
4975 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4976
4977         * elmo-split.el (elmo-split-and): Fixed condition.
4978
4979 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * elmo-split.el: New file.
4982         (elmo-split): Fixed logic.
4983         Display "Test:" instead of "Folder:" when reharsal.
4984
4985         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
4986         explicitly.
4987
4988         * elmo-version.el (elmo-version): Up to 2.9.14.
4989
4990         * elmo-util.el (elmo-expand-newtext): New function (renamed from
4991         wl-expand-newtext).
4992
4993 2002-06-10  Kenichi Sato <ksato@sonycom.com>
4994
4995         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
4996         message with no message-id field.
4997
4998 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * elmo-version.el (elmo-version): Up to 2.9.13.
5001
5002         * elmo-dop.el (elmo-folder-status-dop): Fix.
5003
5004 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5007
5008         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5009         changing default value of default-mime-charset.
5010         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5011
5012         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5013
5014         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5015         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5016         instead of elmo-dop-queue-method-name-alist to check merging queue.
5017         (elmo-folder-delete-messages-dop): Delete from queue if negative
5018         message number.
5019         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5020         file is already removed.
5021
5022 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * elmo-vars.el: Bind colon keywords for old Emacsen.
5025
5026 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5027
5028         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5029         against non-exsisting charset.
5030
5031 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5034         Use eword-decode-and-unfold-unstructured-field-body.
5035
5036         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5037         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5038         exists to decode raw subject string.
5039         (toplevel): Require 'mime.
5040
5041         * elmo-version.el (elmo-version): Up to 2.9.12.
5042
5043 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5044
5045         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5046         (elmo-msgdb-set-mark): Ditto.
5047
5048         * elmo-version.el (elmo-version): Up to 2.9.11.
5049
5050 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * elmo-util.el (elmo-delete-match-files): New function.
5053
5054         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5055         instead of elmo-delete-directory.
5056
5057         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5058         elmo-hash-minimun-size as 63.
5059
5060         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5061         elmo-diff-unread is nil.
5062
5063         * elmo-imap4.el (elmo-folder-open): Fix.
5064
5065         * elmo.el (elmo-message-mark): Rewrite.
5066         (elmo-message-field): Ditto.
5067         (elmo-message-set-mark): Ditto.
5068         (elmo-folder-replace-marks): New function.
5069         (elmo-generic-folder-append-msgdb): Removed third argument for
5070         elmo-msgdb-append.
5071         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5072         (elmo-msgdb-load): New implementation.
5073
5074         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5075
5076         * elmo-util.el (elmo-list-insert): New implementation.
5077
5078         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5079         argument for elmo-msgdb-append.
5080         
5081
5082         * elmo-msgdb.el (elmo-load-msgdb): New function.
5083         (elmo-make-msgdb): Ditto.
5084         (elmo-msgdb-get-index): New inline function.
5085         (elmo-msgdb-set-index): Ditto.
5086         (elmo-msgdb-get-entity-hashtb): Ditto.
5087         (elmo-msgdb-get-mark-hashtb): Ditto.
5088         (elmo-msgdb-get-mark): Ditto.
5089         (elmo-msgdb-set-mark): Ditto.
5090         (elmo-msgdb-count-marks): Ditto.
5091         (elmo-msgdb-get-number): Ditto.
5092         (elmo-msgdb-get-field): Ditto.
5093         (elmo-msgdb-seen-list): Ditto.
5094         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5095         (elmo-msgdb-delete-msgs): Follow the changes above.
5096         (elmo-msgdb-overview-get-entity): Ditto.
5097         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5098         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5099         and rewritten.
5100         (elmo-msgdb-make-index): Likewise.
5101         (elmo-msgdb-append): Removed third argument.
5102         (elmo-msgdb-clear): Clear index as nil.
5103         (elmo-folder-set-info-hashtb): Removed.
5104         (elmo-folder-set-info-max-by-numdb): Ditto.
5105         (elmo-folder-info-make-hashtb): Ditto.
5106
5107         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5108
5109         * elmo-map.el (elmo-folder-pack-number): Ditto.
5110
5111 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * elmo-version.el (elmo-version): Up to 2.9.10.
5114
5115         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5116
5117         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5118
5119 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5120
5121         * elmo-utils.el (elmo-make-directory): Add option.
5122         Default file mode is 700.
5123
5124 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5125
5126         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5127
5128 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5131         mime-charset.
5132
5133         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5134         and "smaller".
5135
5136 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5137
5138         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5139         (elmo-shimbun-folder-entity-hash): New function.
5140         (elmo-shimbun-folder-shimbun-header): Ditto.
5141         (elmo-shimbun-entity-to-header): Ditto.
5142         (elmo-shimbun-msgdb-to-headers): Removed.
5143         (elmo-shimbun-folder-setup): Ditto.
5144         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5145         for hash key.
5146         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5147         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5148         Removed useless local bind.
5149         (elmo-folder-open-internal): Don't call
5150         `elmo-shimbun-folder-setup'.
5151         (elmo-folder-close-internal): Clear entity-hash slot.
5152         (elmo-folder-clear): Ditto.
5153         (elmo-shimbun-msgdb-create-entity): Use
5154         `elmo-shimbun-folder-shimbun-header'.
5155         (elmo-map-message-fetch): Ditto.
5156         (elmo-shimbun-update-overview): Use overview entity instead of
5157         shimbun header to lookup id by references.
5158         (elmo-map-folder-list-message-locations): Use not only headers but
5159         also overviews to list locations.
5160
5161 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5162
5163         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5164         msgdb path.
5165
5166         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5167
5168 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5169
5170         * elmo-util.el (elmo-read-search-condition-internal): Give default
5171         value for date.
5172
5173 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5174
5175         * elmo-util.el (elmo-condition-parse-search-value): Accept
5176         YYYY-MM-DD format to search.
5177         * elmo-date.el (elmo-date-get-datevec): Likewise.
5178
5179 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5180
5181         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5182         debugging code.
5183
5184 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5185
5186         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5187         from t.
5188
5189         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5190
5191         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5192         case from `elmo-folder-exists-p'.
5193         (elmo-folder-exists-p): Removed.
5194         (elmo-folder-creatable-p) Ditto.
5195
5196         * elmo-net.el (elmo-folder-create): Defined.
5197         (elmo-folder-create-unplugged): New function.
5198         (elmo-folder-exists-p): Changed default value to nil from t.
5199
5200         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5201         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5202
5203         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5204         `elmo-create-folder-dop' and append queue
5205         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5206         (elmo-folder-create-dop-delayed): New function.
5207
5208         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5209
5210         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5211
5212         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5213         (elmo-folder-writable-p) : Ditto.
5214
5215         * elmo-version.el (elmo-version): Up to 2.9.9.
5216
5217 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5218
5219         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5220         `elmo-message-use-cache-p' returns nil.
5221         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5222         (ignore cache file and refer the substance in local folders)
5223
5224 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * elmo-version.el (elmo-version): Up to 2.9.8.
5227
5228 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * elmo-version.el (elmo-version): Up to 2.9.7.
5231
5232         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5233
5234 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5235
5236         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5237
5238 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5239
5240         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5241         from --early.
5242         (elmo-map-folder-list-message-locations): Reverse location list.
5243
5244 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5245
5246         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5247
5248 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5251         as a key.
5252         (elmo-nntp-folder-list-subfolders): Follow the change above.
5253
5254 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5255
5256         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5257         name if authentication type is specified.
5258
5259 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5262         variable.
5263         (elmo-default-nntp-stream-type): Ditto.
5264         (elmo-default-pop3-stream-type): Ditto.
5265
5266 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5267
5268         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5269
5270 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5271
5272         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5273         elmo-vars.el.
5274         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5275
5276         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5277         (elmo-maildir-folder-path): Ditto.
5278         (elmo-maildir-list): Ditto (abolished).
5279
5280 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5281
5282         * elmo-version.el (elmo-version): Up to 2.9.6.
5283
5284 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5285
5286         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5287         (elmo-maildir-folder-path): Ditto.
5288         (elmo-msgdb-directory): Ditto.
5289         (elmo-passwd-life-time): Ditto.
5290         (elmo-msgdb-extra-fields): Ditto.
5291         (elmo-enable-disconnected-operation): Ditto.
5292
5293 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5294
5295         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5296         other choices.
5297         (elmo-pop3-default-authenticate-type): Ditto.
5298
5299 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5302         choices for custom.
5303         (elmo-pop3-default-authenticate-type): Ditto.
5304
5305 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5306
5307         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5308         mailbox to new-folder.
5309
5310 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5311
5312         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5313         less than new, set new as unread.
5314
5315         * elmo-util.el (elmo-string): Don't put text-property if nil.
5316
5317 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5318
5319         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5320         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5321
5322 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5323
5324         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5325         is nil on `completing-read'.
5326
5327 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5328
5329         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5330         for namespace part.
5331         (elmo-imap4-parse-namespace-subr): Ditto.
5332         (elmo-folder-list-subfolders): Append a delimiter when the specified
5333         folder path is a root with namespace and does not end with delimiter.
5334
5335 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5336
5337         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5338         was used.
5339
5340 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5341
5342         * elmo-util.el (elmo-save-buffer): The first argument of message
5343         is a format control string.
5344
5345 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5346
5347         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5348         `elmo-folder-diff').
5349         (elmo-diff-unread): Likewise.
5350
5351 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5352
5353         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5354         is t on `completing-read'.
5355
5356 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5357
5358         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5359         method of target folder with self mark-alist if MARK-ALIST is nil.
5360
5361 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5362
5363         * elmo-version.el (elmo-version): Up to 2.9.5.
5364
5365 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5366
5367         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5368         (elmo-dop-merge-funcs): Remove.
5369
5370 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5371
5372         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5373         Return t if PATH is directory, too.
5374         Use `dolist' instead of while loop.
5375
5376 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5379         is deleted.
5380
5381 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5382
5383         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5384         return value to t.
5385         (elmo-folder-list-messages-unplugged): Return t if
5386         elmo-enable-disconnected-operation is nil.
5387
5388         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5389         `elmo-folder-list-messages-internal'.
5390
5391 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5392
5393         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5394         Change to looking-at `[23][0-9]+'.
5395         (elmo-network-initialize-session): Use 'error-msg'
5396         * elmo-net.el (elmo-network-open-session): Set unplugged
5397         if elmo-network-initialize-session returns 'elmo-open-err.
5398
5399 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5400
5401         * elmo-version.el (elmo-version): Up to 2.9.4.
5402
5403 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5406         `elmo-folder-list-messages-internal'.
5407
5408 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5409
5410         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5411         (elmo-message-match-condition): New method.
5412         (elmo-folder-search-fast): New inline function.
5413         (elmo-msgdb-search): Removed.
5414
5415         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5416         target folder if it is unplugged.
5417         (elmo-folder-list-messages-internal): Return t if target folder is
5418         unplugged and itself is persistent; In this case, use list be
5419         searched already.
5420
5421         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5422         (elmo-msgdb-search-internal-primitive): Ditto.
5423         (elmo-msgdb-match-condition): New function.
5424         (elmo-msgdb-match-condition-primitive): Ditto.
5425
5426         * elmo-util.el (elmo-filter-condition-p): New macro.
5427
5428         * elmo-cache.el (elmo-folder-search): Removed.
5429
5430         * elmo-localdir.el (elmo-folder-search): Ditto.
5431
5432         * elmo-maildir.el (elmo-folder-search): Ditto.
5433
5434         * elmo-mark.el (elmo-folder-search): Ditto.
5435
5436         * elmo-nmz.el (elmo-folder-search): Ditto.
5437
5438         * elmo-sendlog.el (elmo-folder-search): Ditto.
5439
5440         * elmo-shimbun.el (elmo-folder-search): Ditto.
5441
5442         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5443         if folder is unplugged.
5444
5445         * elmo-nntp.el (elmo-folder-search): Likewise.
5446         (elmo-nntp-search-internal): New function.
5447
5448         * elmo-version.el (elmo-version): Up to 2.9.3.
5449
5450 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5451
5452         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5453
5454 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5455
5456         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5457
5458 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5459
5460         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5461
5462 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5465         (elmo-map-folder-list-message-locations): Do drive letter conversion
5466         on Windows environment.
5467         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5468         (elmo-map-message-fetch): Ditto.
5469
5470 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5471
5472         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5473         (elmo-network-initialize-session): Ditto.
5474
5475 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5478
5479         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5480
5481         * elmo-util.el (elmo-progress-clear): Ditto.
5482
5483         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5484         `DD-Mon-YYYY' type date.
5485
5486 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5487
5488         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5489         `elmo-date-make-sortable-string' instead of
5490         `timezone-make-date-sortable'.
5491
5492         * elmo-date.el (elmo-date-make-sortable-string): Use
5493         `timezone-make-time-string'.
5494
5495 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5498
5499         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5500         `since'; Fix timezone.
5501
5502         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5503
5504         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5505
5506 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5507
5508         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5509
5510 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5511
5512         * elmo.el (elmo-generic-folder-append-messages): Make
5513         fetch-strategy with `use-cache' as 'maybe. Check return value of
5514         `elmo-message-fetch'.
5515         (elmo-message-fetch): Return return value of
5516         `elmo-message-fetch-with-cache-process'.
5517         (elmo-message-fetch-with-cache-process): Return non-nil if
5518         fetching was succeed. Load cache when fetching was failed and
5519         fetch-strategy-use-cache is 'maybe.
5520
5521         * elmo-util.el (elmo-file-cache-load): New function.
5522
5523         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5524         defun.
5525
5526         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5527         non-nil if fetching was succeed.
5528
5529         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5530
5531         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5532
5533         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5534         (elmo-message-fetch-with-cache-process): Likwise.
5535
5536         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5537
5538         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5539
5540         * elmo-version.el (elmo-version): Up to 2.9.2.
5541
5542 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * elmo.el (elmo-folder-delete): Delete msgdb path.
5545
5546         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5547
5548         * elmo-maildir.el (elmo-folder-delete): Ditto.
5549
5550         * elmo-localdir.el (elmo-folder-delete): Ditto.
5551
5552         * elmo-imap4.el (elmo-folder-delete): Ditto.
5553
5554 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * elmo.el (luna-define-class): Added `biff' slot.
5557
5558         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5559         (elmo-pop3-debug-inhibit-logging): Abolished.
5560         (elmo-network-close-session): Eliminated needless let.
5561         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5562         (elmo-pop3-send-command): Added `no-log' argument.
5563         (elmo-pop3-process-filter): Use `with-current-buffer'.
5564         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5565         if login failure.
5566         (elmo-pop3-auth-apop): Likewise.
5567         (elmo-network-authenticate-session): Likewise.
5568
5569         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5570         if biff folder.
5571
5572         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5573         string to determine protocol.
5574         (elmo-network-session-name-prefix): Abolished.
5575         (elmo-network-session-cache-key): Follow the change above.
5576         (elmo-network-open-session): Ditto.
5577
5578         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5579         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5580
5581         * elmo-version.el (elmo-version): Up to 2.9.1.
5582
5583         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5584         unmatch condition checking.
5585
5586         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5587         condition.
5588
5589 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5590
5591         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5592
5593 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5596         test for while loop to execute at least one SEARCH command.
5597
5598 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * elmo-version.el (elmo-version): Up to 2.9.0.
5601
5602 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5605         (elmo-archive-folder-path): Define.
5606         (elmo-folder-initialize): Setup `dir-name' slot.
5607         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5608         Use `dir-name' as prefix of each subfolders.
5609         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5610
5611 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5612
5613         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5614         (elmo-pipe-folder-list-target-messages): New internal function.
5615         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5616         `killed-list'.
5617         (elmo-pipe-folder-copied-list-load): New function.
5618         (elmo-pipe-folder-copied-list-save): Ditto.
5619         (elmo-folder-open-internal): Follow the change above.
5620         (elmo-folder-status): Fixed for copy.
5621
5622 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5625
5626 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5629         elmo-copy-file instead of elmo-add-name-to-file.
5630
5631         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5632
5633         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5634         "file://..." index.
5635
5636         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5637         of accept-process-output as 1.
5638         (elmo-pop3-read-contents): Ditto.
5639         (elmo-pop3-read-body): Ditto.
5640
5641 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5642
5643         * elmo-version.el (product-version-as-string): Remove define.
5644
5645 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5648         (elmo-imap4-copy-messages): Chop number set using
5649         `elmo-imap4-number-set-chop-length'.
5650         (elmo-imap4-set-flag): Ditto.
5651         (elmo-imap4-search-internal-primitive): Ditto.
5652
5653 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5654
5655         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5656         `elmo-folder-make-temp-dir'
5657
5658         * elmo-vars.el (elmo-cache-directory): New variable.
5659         (elmo-cache-dir): Abolished.
5660         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5661
5662         * elmo-version.el (elmo-version): Up to 2.7.7.
5663
5664 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5667         defcustom; Set default value as t.
5668
5669 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5672         (ldap-search-program-arguments): Changed default value.
5673         (ldap-search-basic): Accept exit status 4.
5674         (ldap/field-body): Parse options.
5675         (ldap/collect-field): Ditto.
5676         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5677
5678         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5679         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5680         (elmo-imap4-accept-ok): Ditto.
5681         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5682         'notify-bye, only BYE error is reported.
5683         (elmo-folder-exists-p-plugged): Set no-error argument of
5684         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5685
5686         * elmo.el (elmo-imap4-bye-error): Changed message.
5687
5688         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5689         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5690         queues (It causes infinite loop).
5691
5692 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5693
5694         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5695         (RECENT UNSEEN MESSAGES) extension.
5696
5697 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5698
5699         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5700         Check number of overview fields.
5701
5702 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * elmo.el (elmo-folder-confirm-appends): Changed message.
5705         (elmo-folder-confirm-appends): Ditto.
5706
5707         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5708         `with-temp-buffer'.
5709         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5710
5711 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5712
5713         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5714         of elmo-folder-update-threshold is nil, which can be set by
5715         wl-summary-update-confirm-threshold.
5716
5717 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5720         (elmo-nmz-index-alias-alist): Ditto.
5721         (elmo-map-folder-list-message-locations): Follow the change above.
5722
5723 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5724
5725         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5726
5727         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5728
5729         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5730
5731         * elmo-util.el (elmo-read): Ditto.
5732         (elmo-display-error): Ditto.
5733
5734         * elmo-vars.el (elmo-date-match): Ditto.
5735
5736         * pldap.el (ldap-coding-system): Ditto.
5737
5738         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5739         `elmo-inhibit-number-mapping' as nil.
5740
5741 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5742
5743         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5744         space delimiter for list response.
5745
5746 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5747
5748         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5749
5750 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5751
5752         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
5753         (elmo-map-message-fetch): Fix.
5754         * elmo-map.el (elmo-folder-status): Fix for killed.
5755
5756 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5757
5758         * elmo-sendlog.el: New file.
5759         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
5760
5761 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * acap.el (acap-logging-out): New buffer local variable.
5764         (acap-close): Set it.
5765         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
5766         an error.
5767
5768 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * acap.el (acap-response-bye-p): New function.
5771         (acap-response-bye-message): Ditto.
5772         (acap-wait-for-response): If bye response is received, cause an error.
5773         (acap-parse-response): Make bye response when 'Bye' is received.
5774
5775 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5776
5777         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5778
5779 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5780
5781         * elmo-util.el (elmo-copy-file): Added argument
5782         `ok-if-already-exists'.
5783         (elmo-copy-file): Fixed typo.
5784
5785 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5786
5787         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5788
5789 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5790
5791         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
5792
5793 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
5794
5795         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
5796         to killed-list.
5797
5798 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5799
5800         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
5801         (elmo-folder-initialize): Fix for `copy'.
5802         (elmo-pipe-drain): Ditto.
5803         (elmo-folder-open-internal): Ditto.
5804         (elmo-folder-newsgroups): Fix.
5805
5806 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5807
5808         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
5809         for each message.
5810
5811         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
5812         recent value is returned from imap folder.
5813
5814         * elmo.el (elmo-folder-newsgroups): New generic function.
5815
5816         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
5817         (elmo-folder-initialize): Set it.
5818         (elmo-folder-expand-msgdb-path): Use it.
5819         (elmo-folder-newsgroups): Define.
5820
5821         * elmo-filter.el (elmo-folder-newsgroups): Define.
5822
5823         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
5824
5825         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
5826
5827         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
5828
5829 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5830
5831         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
5832         user option.
5833         (elmo-shimbun-header-extra-field): New inline function.
5834         (elmo-shimbun-header-set-extra-field): Ditto.
5835         (elmo-shimbun-folder-header-hash-setup): Ditto.
5836         (elmo-shimbun-update-overview): Ditto.
5837         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
5838         (elmo-shimbun-folder-setup): Use
5839         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
5840         (elmo-shimbun-get-headers): Ditto.
5841         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
5842         Insert `X-Shimbun-Id:' header if extra field is set.
5843         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
5844         field's value instead of `shimbun-header-id'.
5845
5846         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
5847         inline function.
5848         (elmo-msgdb-overview-entity-set-date): Ditto.
5849         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
5850
5851 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5852
5853         * mmimap.el (mmimap-entity-section): Changed body node number from
5854         "0" to "1".
5855
5856 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5857
5858         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
5859         `elmo-folder-delete-messages'.
5860
5861         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
5862         (elmo-folder-initialize): Changed to expand alias into index path.
5863
5864         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
5865         `elmo-mime-insert-header-from-buffer' with 6th arg
5866         `sorted-fields'.
5867
5868 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
5871
5872         * elmo.el (elmo-diff-new): New inline function.
5873         (elmo-diff-unread): Ditto.
5874         (elmo-diff-all): Ditto.
5875
5876         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
5877         value from responseb.
5878         (elmo-imap4-folder-diff-plugged): Ditto.
5879         (elmo-imap4-server-diff-async): Added recent argument.
5880         (elmo-server-diff-async): Ditto.
5881         (elmo-imap4-folder-diff-plugged): Ditto.
5882
5883         * elmo-version.el (elmo-version): Up to 2.7.6.
5884
5885 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5886
5887         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
5888         in quoted-stirng.
5889
5890 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
5893
5894         * elmo-imap4.el (elmo-folder-initialize): Ditto.
5895
5896         * elmo-nntp.el (elmo-folder-initialize): Ditto.
5897
5898         * elmo-multi.el (elmo-folder-initialize): Ditto.
5899
5900         * elmo-util.el (elmo-parse-token): New function.
5901         (elmo-parse-prefixed-element): Ditto.
5902
5903 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
5906         delete process.
5907         (elmo-imap4-accept-ok): Ditto.
5908
5909 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5910
5911         * mmimap.el (mime-imap-entity-header-string): Don't check first
5912         element of node-id is `0' (Follow last change).
5913
5914 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5915
5916         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
5917         assigned irregular node-id to nested multipart section.
5918         (initialize-instance): Followed above change.
5919
5920 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5921
5922         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
5923         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
5924         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
5925         `elmo-shimbun-get-headers');
5926         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
5927         visible article on summary exists in headers).
5928         (elmo-map-message-fetch): Cause an error when folder is unplugged.
5929
5930 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5931
5932         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
5933         definition.
5934
5935 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
5936
5937         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
5938
5939 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5940
5941         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
5942         header separator into loop condition.
5943
5944 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5945
5946         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
5947         Return duplicate folder if it has subfolder.
5948
5949 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * elmo.el (elmo-make-folder): Add folder name error check.
5952
5953         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
5954         (elmo-nntp-encode-group-string): New inline function.
5955         (elmo-nntp-decode-group-string): Ditto.
5956         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
5957         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
5958         Use `not' instead of `null';
5959         Use elmo-nntp-decode-group-string.
5960
5961         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
5962
5963         * elmo-version.el (elmo-version): Up to 2.7.5.
5964
5965 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5966
5967         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
5968         Hide progress gauge if `elmo-folder-move-messages' exits
5969         nonlocally.
5970
5971 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * elmo-imap4.el (elmo-folder-initialize): Use
5974         `elmo-imap4-encode-folder-string' for folder name.
5975
5976 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5977
5978         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
5979         `done'.
5980
5981 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5982
5983         * elmo-util.el (elmo-progress-counter-alist): New internal
5984         variable.
5985         (elmo-progress-counter-value): New macro.
5986         (elmo-progress-counter-all-value): Ditto.
5987         (elmo-progress-counter-format): Ditto.
5988         (elmo-progress-counter-set-value): Ditto.
5989         (elmo-progress-set): New function.
5990         (elmo-progress-clear): Ditto.
5991         (elmo-progress-notify): Ditto.
5992
5993         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
5994         counter.
5995
5996         * elmo.el (elmo-generic-folder-append-messages): Call
5997         `elmo-progress-notify'.
5998         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
5999
6000         * elmo-archive.el (elmo-folder-append-messages): Call
6001         `elmo-progress-notify'.
6002
6003         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6004
6005         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6006
6007         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6008
6009 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6012         'Create'.
6013         (elmo-message-encache-dop): Added argument `read'.
6014
6015         * elmo-shimbun.el (elmo-message-encache): Ditto.
6016
6017         * elmo-net.el (elmo-message-encache): Ditto.
6018
6019         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6020         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6021         elmo-imap4-seen-messages.
6022         (elmo-folder-msgdb-create-plugged): Initialize
6023         elmo-imap4-seen-messages;
6024         Set seen mark on elmo-imap4-seen-messages.
6025
6026         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6027
6028         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6029         elmo-folder-append-buffer.
6030         (elmo-folder-encache): Added optional argument `read'.
6031         (elmo-message-encache): Ditto.
6032
6033         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6034
6035         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6036
6037         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6038         if append buffer content succeds.
6039
6040 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6041
6042         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6043         elmo-display-progress.
6044
6045         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6046         Set 4th argument of mime-display-message.
6047         (elmo-mime-display-as-is): Ditto.
6048
6049 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * elmo-nmz.el (toplevel): Require 'mime-edit.
6052         (elmo-nmz-content-type-alist): Abolished.
6053         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6054         content is not a message.
6055         (elmo-map-message-fetch): Changed behavior exept for message content;
6056         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6057         content-type, Add From: and Subject: field.
6058
6059 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6060
6061         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6062         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6063         not a message.
6064
6065 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6066
6067         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6068         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6069
6070         * elmo-archive.el (elmo-folder-writable-p): Defined.
6071
6072         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6073
6074         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6075
6076         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6077
6078         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6079
6080         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6081
6082         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6083
6084         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6085
6086         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6087
6088 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * elmo-util.el (elmo-address-quote-specials): New function;
6091         Renamed from `wl-address-quote-specials'.
6092
6093 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6094
6095         * elmo-version.el (elmo-version): Up to 2.7.4.
6096
6097 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6100
6101 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6104         both compile-time and run-time to avoid byte-compile warning.
6105
6106 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6107
6108         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6109
6110 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6113         option.
6114         (elmo-mime-display-as-is-internal): Use it.
6115
6116         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6117         if `read-passwd' is not defined.
6118
6119 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6120
6121         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6122         by original number.
6123         (elmo-folder-status): Call `elmo-folder-open-internal';
6124         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6125         (elmo-folder-close-internal): Set location-alist as nil.
6126         (elmo-folder-clear): Define.
6127         (elmo-folder-check): Don't set location-alist as nil.
6128
6129         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6130
6131 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6134         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6135
6136         * mmimap.el (mime-imap-entity::requested): New slot.
6137         (mime-imap-location-fetch-entity-p): New generic function.
6138         (mime-decode-parameters): Define using `defun-maybe'.
6139         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6140         content-type structure.
6141         (mime-entity-body): Return empty body if
6142         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6143
6144         * elmo.el (elmo-message-displaying): New variable.
6145
6146         * elmo-mime.el (elmo-mime-message-display): Bind
6147         elmo-message-displaying as t.
6148
6149         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6150
6151 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * acap.el (acap-open): erase buffer before starting network process.
6154         (acap-store): Rewrite.
6155
6156 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * elmo-imap4.el (elmo-imap4-default-mailbox,
6159         elmo-imap4-default-server
6160         elmo-imap4-default-authenticate-type,
6161         elmo-imap4-default-user,
6162         elmo-imap4-default-port,
6163         elmo-imap4-default-stream-type,
6164         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6165
6166         * elmo-pop3.el (elmo-pop3-default-user,
6167         elmo-pop3-default-server,
6168         elmo-pop3-default-authenticate-type,
6169         elmo-pop3-default-port,
6170         elmo-pop3-default-stream-type,
6171         elmo-pop3-stream-type-alist): Ditto.
6172
6173         * elmo-nntp.el (elmo-nntp-default-server,
6174         elmo-nntp-default-user,
6175         elmo-nntp-default-port,
6176         elmo-nntp-default-stream-type,
6177         elmo-nntp-stream-type-alist): Ditto.
6178
6179         * elmo-vars.el: Follow changes above.
6180         (elmo-setting): New custom group; added 'elmo-setting group to
6181         above variables.
6182
6183         * elmo-version.el (elmo-version): Up to 2.7.3.
6184
6185         * acap.el (acap-parse-response): Don't delete process when BYE
6186         response (It causes hang-up on slow network environment).
6187         (toplevel): Added comment.
6188
6189 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6190
6191         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6192
6193         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6194         parsing NIL.
6195         (acap-parse-return-metadata): Ditto.
6196
6197         * slp.el: New file.
6198         (toplevel): Fixed typo.
6199
6200         * acap.el: New file.
6201         (acap-network-stream-open): Show "Connecting..." message.
6202         (acap-parse-response): Fixed problem for BYE untagged response.
6203         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6204         (toplevel): Added tiny comments.
6205
6206 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6207
6208         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6209         space delimiter for uidl response.
6210
6211 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * elmo-vars.el (elmo-use-semi): Eliminated.
6214
6215         * elmo-util.el (elmo-string-assoc-all): New function.
6216
6217 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6218
6219         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6220         property 'mime-preview-situation for `mime-preview-quit'.
6221
6222 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6223
6224         * elmo.el (elmo-message-fetch-with-cache-process): Call
6225         elmo-message-fetch-internal instead of causing an error when fetch
6226         strategy is 'entire but only 'section cache is available.
6227
6228 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * elmo-version.el (elmo-version): Up to 2.7.2.
6231
6232         * elmo.el (elmo-generic-folder-append-messages): Make
6233         fetch-strategy with `use-cache'.
6234
6235         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6236         (elmo-dop-queue-method-name): New macro.
6237
6238 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6239
6240         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6241         unbalanced parenthesis.
6242
6243 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6244
6245         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6246
6247 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6248
6249         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6250         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6251
6252 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6255         local variables.
6256
6257 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6260         (elmo-message-use-cache-p): Define.
6261         (elmo-folder-msgdb-create): Treat cache.
6262
6263 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * elmo-nntp.el (elmo-network-initialize-session): Call
6266         `elmo-nntp-send-mode-reader'.
6267         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6268
6269 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6272         alist.
6273         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6274         assoc.
6275
6276         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6277         for `elmo-plugged-p'.
6278         (elmo-open-network-stream): Fixed stream-type argument.
6279
6280 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6283         unknown archive type is specified.
6284
6285 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6286
6287         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6288
6289         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6290         while loading msgdb.
6291
6292         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6293         (elmo-folder-open-internal): Rewrite.
6294
6295 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * elmo-mime.el (elmo-mime-display-as-is-internal):
6298         Adjust buffer-multibyte status.
6299
6300 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6303         of elmo-condition-find-key.
6304
6305         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6306         (elmo-condition-in-msgdb-p): Ditto.
6307         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6308         argument.
6309
6310 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6313
6314 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6317         label for elmo-display-progress.
6318
6319 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * elmo.el (elmo-folder-clear): New method.
6322         (elmo-folder-clear): Define.
6323         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6324
6325         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6326         (elmo-folder-clear): Define.
6327
6328         * elmo-map.el (elmo-folder-clear): Define.
6329
6330         * elmo-version.el (elmo-version): Up to 2.7.1.
6331
6332 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6333
6334         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6335         updates.
6336
6337 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6340         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6341
6342 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6343
6344         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6345
6346         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6347         and re-written.
6348
6349         * elmo-imap4.el (elmo-folder-initialize): Use
6350         elmo-get-network-stream-type.
6351
6352         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6353
6354         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6355
6356 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * elmo.el (elmo-message-encache): Set unread argument for
6359         elmo-message-fetch.
6360
6361         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6362
6363         * elmo.el (elmo-net-port-info): New method.
6364
6365         * elmo-shimbun.el (elmo-net-port-info): Define.
6366         (elmo-message-encache): Ditto.
6367
6368         * elmo-net.el (elmo-net-port-info): Define as method.
6369
6370         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6371         unplugged status when elmo-enable-disconnected-operation is t.
6372
6373         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6374         of spool folder before checking new number.
6375
6376 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6379         (elmo-network-setup-session): Ditto.
6380         (elmo-message-fetch-plugged): Ditto.
6381         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6382         (elmo-network-initialize-session): Ditto.
6383         (elmo-pop3-read-response): Abolish 3rd argument.
6384         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6385         (elmo-pop3-read-contents): Ditto.
6386         (elmo-pop3-read-body): Ditto.
6387         (elmo-folder-status): Call elmo-folder-close.
6388         (elmo-pop3-lock): Abolish.
6389         (elmo-pop3-unlock): Ditto.
6390         (elmo-pop3-locked-p): Ditto.
6391         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6392
6393 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * elmo-version.el (elmo-version): Up to 2.7.0.
6396
6397         * elmo-pop3.el (elmo-pop3-debug): New variable.
6398         (elmo-pop3-debug-inhibit-logging): Ditto.
6399         (elmo-pop3-debug): New function.
6400         (elmo-pop3-send-command): Call elmo-pop3-debug.
6401         (elmo-pop3-read-response): Added keep-lock optional argument;
6402         Don't unlock if keep-lock is non-nil.
6403         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6404         (elmo-network-authenticate-session): Bind
6405         elmo-pop3-debug-inhibit-logging as t.
6406         (elmo-network-setup-session): Call elmo-pop3-read-response with
6407         keep-lock argument.
6408         (elmo-pop3-read-msg): Ditto.
6409         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6410         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6411         (elmo-network-initialize-session): Call elmo-pop3-lock.
6412         (elmo-folder-close-internal): Don't clear location-alist slot.
6413         (elmo-folder-check): Clear location-alist slot.
6414
6415 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6416
6417         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6418         (elmo-pop3-send-command): Call elmo-pop3-lock.
6419         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6420         (elmo-pop3-read-contents): Ditto.
6421         (elmo-pop3-lock): New function.
6422         (elmo-pop3-unlock): Ditto.
6423         (elmo-pop3-locked-p): Ditto.
6424         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6425         returns t.
6426
6427 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6430
6431         * elmo-util.el (elmo-file-field-primitive-condition-match):
6432         New inline function (Don't fetch file content if "first" or "last").
6433         (elmo-file-field-condition-match): Use
6434         elmo-file-field-primitive-condition-match.
6435
6436         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6437         "first".
6438
6439         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6440         (elmo-message-fetch-plugged): Fixed.
6441
6442         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6443
6444 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * elmo.el (elmo-folder-move-messages): Bind
6447         elmo-inhibit-display-retrieval-progress as t while moving messages.
6448
6449         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6450         New variable.
6451         (elmo-inhibit-display-retrieval-progress): Ditto.
6452
6453         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6454         for retrieval progress;
6455         Don't display progress when total buffer size is smaller than
6456         elmo-display-retrieval-progress-threshold.
6457         (elmo-message-fetch-plugged): Don't display progress when
6458         elmo-inhibit-display-retrieval-progress is non-nil.
6459
6460         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6461         for retrieval progress;
6462         Don't display progress when literal size is smaller than
6463         elmo-display-retrieval-progress-threshold.
6464         (elmo-imap4-message-fetch): Don't display progress when
6465         elmo-inhibit-display-retrieval-progress is non-nil.
6466
6467 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6470         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6471         (elmo-imap4-message-fetch): Likewise.
6472
6473         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6474         (elmo-shimbun-index-range-alist): Ditto.
6475         (elmo-shimbun-use-entire-index): Abolish.
6476         (shimbun-mua-use-entire-index): Ditto.
6477         (elmo-shimbun-folder): Added new slot `range'.
6478         (elmo-folder-initialize): Setup slot `range'.
6479
6480 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6483         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6484         (elmo-shimbun-get-headers): Use return value of
6485         `shimbun-article-expiration-days'.
6486         (elmo-folder-close-internal): Clean up last-check slot.
6487
6488         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6489         (elmo-pop3-total-size): New variable.
6490         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6491
6492         * elmo.el (elmo-folder-reserve-status-p): New method.
6493
6494         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6495         (elmo-shimbun-use-entire-index): New user option.
6496         (shimbun-elmo-mua): New class.
6497         (shimbun-mua-search-id): Define.
6498         (shimbun-mua-use-entire-index): Ditto.
6499         (elmo-shimbun-folder:last-check): New slot.
6500         (elmo-shimbun-headers-cache-header-list): Abolish.
6501         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6502         (elmo-shimbun-headers-cache-header-hash): Ditto.
6503         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6504         (elmo-shimbun-headers-cache-last-check): Ditto.
6505         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6506         (elmo-shimbun-headers-check-p): Rewrite.
6507         (elmo-shimbun-msgdb-to-headers): New function.
6508         (elmo-shimbun-get-headers): Rewrite.
6509         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6510         (elmo-folder-open-internal): Get headers only if
6511         `elmo-shimbun-headers-check-p' is non-nil.
6512         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6513         is non-nil.
6514         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6515         (elmo-quit): Removed.
6516
6517         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6518         function.
6519         (elmo-msgdb-overview-entity-set-extra): Ditto.
6520         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6521
6522         * elmo-map.el (elmo-folder-status): Don't call
6523         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6524         is non-nil.
6525
6526 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6527
6528         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6529         of `elmo-msgdb-search-internal-primitive' when condition's car is
6530         `and' or `or'.
6531
6532 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6535
6536 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6537
6538         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6539         call `elmo-pipe-drain'.
6540
6541 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6542
6543         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6544         typo. (elmo-cache-folder -> elmo-mark-folder)
6545
6546 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6547
6548         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6549         `elmo-message-fetch'.
6550
6551 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6552
6553         * elmo-net.el (elmo-message-encache): Fixed typo.
6554         (elmo-message-fetch-unplugged): Changed call
6555         `elmo-message-fetch-internal' without argument `outbuf'.
6556
6557 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * elmo.el (elmo-message-encache): Define as generic function.
6560         (elmo-message-fetch-field): New generic function.
6561         (elmo-message-fetch-with-cache-process): Cause an error when
6562         fetch strategy is 'entire but only 'section cache is available.
6563         (toplevel): Fixed nmz folder definition.
6564
6565         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6566         (elmo-msgdb-resume-list-filename): Ditto.
6567         (elmo-queue-filename): Ditto.
6568         (elmo-enable-disconnected-operation): Changed default value to t.
6569
6570         * elmo-util.el (elmo-cache-path-section-p): New function.
6571         (elmo-file-cache-get): Use it.
6572         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6573         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6574         (elmo-dop-queue-save): Ditto.
6575
6576         * elmo-net.el (elmo-folder-status-unplugged): Call
6577         elmo-folder-status-dop.
6578         (elmo-folder-list-messages-unplugged): Implemented.
6579         (elmo-folder-delete-messages-unplugged): Define.
6580         (elmo-folder-msgdb-create): Define.
6581         (elmo-folder-msgdb-create-unplugged): Define.
6582         (elmo-folder-mark-as-read-unplugged): Ditto.
6583         (elmo-folder-unmark-read-unplugged): Ditto.
6584         (elmo-folder-mark-as-important-unplugged): Ditto.
6585         (elmo-folder-unmark-important-unplugged): Ditto.
6586         (elmo-message-encache): Ditto.
6587
6588         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6589         (elmo-dop-queue-save): Ditto.
6590
6591         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6592         `elmo-folder-msgdb-create'.
6593         (elmo-folder-append-buffer): Implemented unplugged operation.
6594         (elmo-folder-append-messages): Call parent method in unplugged status.
6595         (elmo-message-fetch-unplugged): Removed definition.
6596         (elmo-message-fetch-field): Implemented.
6597
6598         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6599         (elmo-dop-folder): Removed variable definition.
6600         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6601         (elmo-dop-queue-flush): Implemented.
6602         (elmo-dop-queue-merge): Removed definition (TODO).
6603         (elmo-dop-spool-folder): New function.
6604         (elmo-dop-spool-folder-append-buffer): Ditto.
6605         (elmo-dop-spool-folder-list-messages): Ditto.
6606         (elmo-dop-list-deleting-messages): Ditto.
6607         (elmo-folder-append-buffer-dop): Ditto.
6608         (elmo-folder-delete-messages-dop): Ditto.
6609         (elmo-message-encache-dop): New inline function.
6610         (elmo-create-folder-dop): Ditto.
6611         (elmo-folder-mark-as-read-dop): Ditto.
6612         (elmo-folder-unmark-read-dop): Ditto.
6613         (elmo-folder-mark-as-important-dop): Ditto.
6614         (elmo-folder-unmark-important-dop): Ditto.
6615         (elmo-folder-status-dop): Fixed.
6616         (elmo-folder-append-buffer-dop-delayed): New function.
6617         (elmo-folder-delete-messages-dop-delayed): Ditto.
6618         (elmo-dop-msgdb): Ditto.
6619
6620 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6621
6622         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6623
6624 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6625
6626         * elmo.el (elmo-folder-move-messages): Fixed problem when
6627         `dst-folder' is 'null.
6628
6629 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6630
6631         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6632         instead of current mark.
6633
6634         * elmo-multi.el (elmo-folder-list-importants-internal): No
6635         operation if importants is not list.
6636
6637         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6638         Return t if importants is not list.
6639
6640         * elmo-map.el (elmo-map-folder-list-importants): Define.
6641         (elmo-folder-list-importants-internal): Check return value of
6642         `elmo-map-folder-list-importants-internal'.
6643
6644         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6645
6646         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6647
6648         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6649
6650         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6651
6652 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6653
6654         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6655         (Patch is provided by <kita@coe.nttdata.co.jp>).
6656
6657 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6658
6659         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6660         mark folder.
6661
6662 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6663
6664         * elmo.el (elmo-message-fetch): Define.
6665         (elmo-message-fetch-with-cache-process): New generic method.
6666         (elmo-message-fetch-internal): New generic method.
6667         (elmo-folder-synchronize):
6668
6669         * elmo-archive.el (elmo-message-fetch-internal): Define.
6670         (elmo-message-fetch): Eliminated.
6671
6672         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6673         (elmo-message-fetch): Eliminated.
6674
6675         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6676         argument OUTBUF.
6677         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6678
6679         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6680         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6681
6682         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6683         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6684
6685         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6686
6687         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6688
6689         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6690
6691         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6692         (elmo-message-fetch-unplugged): New generic method.
6693         (elmo-message-fetch-internal): Remove cache process (Renamed from
6694         `elmo-message-fetch').
6695
6696         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6697         (elmo-message-fetch): Eliminated.
6698         (elmo-message-fetch-unplugged): Ditto.
6699
6700         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6701
6702 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6703
6704         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6705         of `to-be-deleted' from number-alist to number-list.
6706
6707 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6708
6709         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6710         (elmo-folder-mark-as-important): Ditto.
6711
6712 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6713
6714         * elmo.el (elmo-folder): Added process-duplicates slot.
6715
6716         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6717         (elmo-folder-unmark-read): Ditto.
6718         (elmo-folder-unmark-important): Ditto.
6719         (elmo-folder-mark-as-important): Ditto.
6720
6721         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6722         duplicated message processing.
6723
6724         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6725
6726 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6727
6728         * elmo-util.el (elmo-list-subdirectories-1): New function.
6729         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6730         (elmo-mapcar-list-of-list): New function.
6731
6732         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6733         `elmo-mapcar-list-of-list' instead of `mapcar'.
6734
6735         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6736
6737         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6738         `elmo-have-link-count'. Return the fully qualified folder name.
6739
6740 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6741
6742         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6743         (elmo-shimbun-headers-cache): New internal variable.
6744         (elmo-shimbun-headers-cache-header-list): New inline function.
6745         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6746         (elmo-shimbun-headers-cache-header-hash): Ditto.
6747         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6748         (elmo-shimbun-headers-cache-last-check): Ditto.
6749         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6750         (elmo-shimbun-lapse-seconds): Ditto.
6751         (elmo-shimbun-headers-cache-check-p): Ditto.
6752         (elmo-shimbun-get-headers): New function.
6753         (elmo-folder-open-internal): Call it.
6754         (elmo-quit): Define (Clear headers-cache).
6755
6756 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
6759
6760         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
6761         (elmo-msgdb-flist-save): Ditto.
6762
6763         * elmo-shimbun.el (elmo-folder-list-subfolders):
6764         Use `shimbun-groups' instead of `shimbun-groups-internal'.
6765         (elmo-folder-exists-p): Ditto.
6766
6767         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
6768         argument for `shimbun-header-insert'.
6769
6770 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
6773         at first time.
6774
6775         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
6776         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
6777
6778 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
6781         (elmo-folder-plugged-p): Define.
6782         (elmo-folder-set-plugged): Ditto.
6783         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
6784         (elmo-folder-list-messages-internal): Return t if unplugged.
6785         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
6786
6787         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
6788         when elmo-folder-list-messages-internal method of children returns t.
6789
6790         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
6791         pair is nil.
6792         (elmo-folder-open-internal): Don't update if unplugged status.
6793
6794 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
6797         new message.
6798
6799 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * elmo-util.el (elmo-file-cache-save): Ignore errors.
6802
6803         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
6804         saving.
6805
6806 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
6809
6810         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
6811         (elmo-folder-open-internal): Set up headers slot.
6812         (elmo-folder-check): Call elmo-folder-close-internal and
6813         elmo-folder-open-internal.
6814         (elmo-folder-close-internal): Clean up headers slot.
6815
6816 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6817
6818         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
6819         exactly folder list.
6820         (elmo-folder-append-messages): Fixed append archive with prefix.
6821
6822         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
6823         make temp files with start-number.
6824
6825         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
6826
6827 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6828
6829         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
6830         argument `visible-only'.
6831         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
6832         instead of `if'.
6833
6834         * elmo-pop3.el (elmo-folder-open-internal): Check
6835         `elmo-inhibit-number-mapping' is non-nil.
6836
6837         * elmo-pipe.el (elmo-folder-status): Fixed.
6838
6839 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * elmo.el (elmo-dop-queue-flush): Added autload setting.
6842
6843         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
6844         (elmo-folder-open-internal): Setup `header-hash' slot.
6845         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
6846         information.
6847         (elmo-map-message-fetch): Ditto.
6848
6849 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
6852         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
6853         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
6854         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
6855
6856         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
6857
6858 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * sb-airs.el: Added footer.
6861
6862         * shimbun.el (shimbun-article): Define as luna-method.
6863
6864         * sb-tcup.el: New file.
6865
6866         * sb-airs.el (toplevel): Require 'sb-mhonarc.
6867         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
6868
6869 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
6872         (shimbun-get-headers): Ditto.
6873
6874         * elmo.el: Moved obsolete variable definitions from
6875         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
6876
6877         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
6878         groups.
6879
6880         * shimbun.el: New file.
6881
6882         * elmo-shimbun.el: New file.
6883
6884         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
6885         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
6886         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
6887         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
6888
6889 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
6890
6891         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
6892         hierarchy is t.
6893
6894 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * elmo.el (elmo-folder-msgdb): Define as macro.
6897         (elmo-folder-open): Added argument `load-msgdb'.
6898         (elmo-generic-folder-open): Ditto.
6899         (elmo-folder-encache): New function.
6900
6901         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
6902
6903         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
6904
6905         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
6906         Eliminated argument FOLDER and added argument MSGDB.
6907         (elmo-dop-queue-load): Moved from elmo-dop.el.
6908         (elmo-dop-queue-save): Ditto.
6909
6910         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
6911
6912         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
6913
6914         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
6915         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
6916         (elmo-filter-folder-list-importants-internal): Ditto.
6917
6918         * elmo-map.el (elmo-folder-pack-number): Ditto.
6919
6920         * elmo-mime.el (elmo-mime-message-display): Ditto.
6921
6922         * elmo.el (elmo-generic-folder-commit): Ditto.
6923         (elmo-folder-list-unreads): Ditto.
6924         (elmo-folder-list-importants): Ditto.
6925         (elmo-generic-folder-commit): Ditto.
6926         (elmo-message-set-mark): Ditto.
6927         (elmo-generic-folder-append-msgdb): Ditto.
6928         (elmo-folder-synchronize): Ditto.
6929         (elmo-folder-messages): Ditto.
6930         (elmo-init): Call elmo-dop-queue-load.
6931         (elmo-folder-list-messages): Ditto.
6932
6933         * elmo-nntp.el (elmo-folder-update-number): Ditto.
6934         (elmo-nntp-folder-process-crosspost): Ditto.
6935         (elmo-folder-list-unreads-internal): Ditto.
6936
6937         * elmo-dop.el: Removed old functions.
6938
6939 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
6942         `folder' to `msgdb'.
6943
6944 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
6947         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
6948
6949         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
6950         case-fold-search.
6951
6952 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
6955         defined.
6956
6957         * mmimap.el (toplevel): Require 'mime-parse and 'static.
6958         (mmimap-parse-parameters-from-list): Define as alias for
6959         `mime-decode-parameter-plist' if it is defined as function.
6960         (mmimap-make-mime-entity): Added argument `number'.
6961         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
6962         as 0.
6963         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
6964
6965         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
6966
6967         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
6968
6969         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
6970
6971 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
6974
6975         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
6976         when elmo-imap4-default-authenticate-type is nil.
6977         (elmo-folder-list-subfolders): Ditto
6978         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
6979         (elmo-imap4-fetch-callback-1-subr): Renamed from
6980         `elmo-imap4-fetch-callback-1' and define as inline function.
6981         (elmo-imap4-fetch-callback-1):
6982         Renamed from `elmo-imap4-fetch-callback'.
6983         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
6984
6985         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
6986         msgdb path (To keep compatibility with main trunk).
6987
6988         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
6989
6990         * elmo-util.el (elmo-make-file-cache): Moved position of
6991         some macros.
6992
6993         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
6994         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
6995         instead of `elmo-pop3-inhibit-uidl'.
6996         (elmo-folder-exists-p): Ditto.
6997         (elmo-pop3-folder-list-messages): Ditto.
6998
6999         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7000         instead of `elmo-pop3-inhibit-uidl'.
7001         (elmo-folder-status): Ditto.
7002
7003         * elmo-dop.el (elmo-dop-folder): New variable.
7004         (elmo-dop-lock-message): Eliminated.
7005         (elmo-dop-unlock-message): Ditto.
7006         (elmo-dop-lock-list-load): Ditto.
7007         (elmo-dop-lock-list-save): Ditto.
7008         (elmo-dop-delete-folder): Ditto.
7009         (elmo-dop-rename-folder): Ditto.
7010
7011         * elmo.el: Removed incomplete commentary.
7012
7013 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7014
7015         * elmo.el (toplevel): Require 'elmo-version first;
7016         for little `recursive-load-depth' settings.
7017         Fix "ends here" comment.
7018
7019 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7020
7021         * elmo-util.el (toplevel): Require 'poem;
7022         Some functions are moved from elmo-cache.el.
7023
7024         * elmo-net.el (toplevel): Require 'elmo-cache.
7025
7026         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7027
7028         * elmo.el (toplevel): Ditto.
7029
7030         * elmo-cache.el: Rewrite with luna;
7031         Some functions are moved to elmo-util.el.
7032
7033         * elmo-internal.el (elmo-internal-folder-list): New variable.
7034         (elmo-internal-folder-initialize): Rewrite.
7035         (elmo-folder-list-subfolders): Ditto.
7036
7037         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7038         (elmo-cache-collect-sub-directories): Ditto.
7039
7040 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * elmo-version.el (elmo-version): Up to 2.5.8.
7043
7044         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7045
7046         * elmo-util.el (elmo-list-insert): New function.
7047
7048 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * elmo.el (elmo-init): New function.
7051         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7052
7053         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7054         (Renamed from `elmo-localdir-header-chop-length').
7055
7056         * elmo-pop3.el (elmo-pop3-use-cache,
7057         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7058
7059         * elmo-nntp.el (elmo-message-fetch): Define.
7060         (elmo-message-fetch-unplugged): Ditto.
7061         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7062         (elmo-nntp-use-cache): Ditto.
7063         (elmo-nntp-max-number-precedes-list-active): Ditto.
7064
7065         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7066
7067         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7068         `elmo-msgdb-insert-file-header'.
7069         Use `elmo-msgdb-file-header-chop-length'.
7070
7071         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7072         `elmo-vars.el'.
7073
7074         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7075         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7076         `elmo-msgdb-insert-file-header'.
7077
7078         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7079         Use new variable;
7080         Define obsolete variables with `elmo-define-obsolete-variable',
7081
7082         * elmo-util.el (elmo-warning-buffer-name): New constant.
7083         (elmo-warning): New function.
7084         (elmo-obsolete-variable-alist): New variable.
7085         (elmo-obsolete-variable-show-warnings): New variable.
7086         (elmo-define-obsolete-variable): New function.
7087         (elmo-resque-obsolete-variable): Ditto.
7088         (elmo-resque-obsolete-variables): Ditto.
7089
7090 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7093         Eliminated.
7094
7095         * elmo-pop3.el, elmo-nntp.el: Use custom.
7096
7097 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7098
7099         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7100         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7101
7102 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * Luna-fy Kenichi OKADA's following changes.
7105         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7106         `nohide'.
7107         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7108
7109 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7110
7111         * elmo-util.el (elmo-display-progress): Prefer
7112         `progress-feedback-with-label' to `lprogress-display'.
7113
7114 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7115
7116         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7117
7118 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7119
7120         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7121         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7122         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7123         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7124         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7125         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7126         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7127         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7128         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7129         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7130         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7131         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7132         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7133
7134 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7135
7136         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7137         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7138
7139 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * elmo.el (elmo-folder-process-crosspost): New generic method.
7142         (elmo-folder-writable-p): Ditto.
7143         (elmo-folder-message-appendable-p): Eliminated.
7144         (elmo-generic-folder-append-msgdb): Rewrite.
7145         (elmo-newsgroups-hashtb): New internal variable.
7146         (elmo-crosspost-message-set): Eliminated.
7147         (elmo-crosspost-message-delete): Ditto.
7148         (elmo-setup-subscribed-newsgroups): New function.
7149         (elmo-crosspost-message-alist-modified): New internal variable.
7150         (elmo-crosspost-message-alist-load): New function (Renamed from
7151         `wl-crosspost-alist-load').
7152         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7153         `wl-crosspost-alist-save').
7154
7155         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7156
7157         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7158         `unreads'.
7159         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7160         elmo-newsgroups-hashtb).
7161         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7162         `elmo-nntp-folder-update-crosspost-message-alist'.
7163         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7164         `elmo-nntp-groups-hashtb'.
7165         (elmo-nntp-make-groups-hashtb): Eliminated.
7166         (elmo-nntp-parse-newsgroups): New function (Renamed from
7167         `wl-parse-newsgroups').
7168         (elmo-folder-creatable-p, elmo-folder-writable-p,
7169         elmo-folder-close-internal, elmo-folder-mark-as-read,
7170         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7171         Define.
7172         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7173
7174         * elmo-net.el (elmo-message-fetch): Check buffer size.
7175
7176         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7177
7178         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7179
7180         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7181         before `close' command.
7182
7183         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7184         `mark-alist' (All other related portions are changed).
7185
7186 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * elmo-util.el (elmo-create-hash-size): Eliminated.
7189         (elmo-make-hash) Make a hash with `one less than a power of two'
7190         length.
7191
7192         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7193         (elmo-hash-maximum-size): Changed value.
7194
7195 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7198         (elmo-mime-message-display-as-is): Ditto.
7199
7200 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7203         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7204
7205 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * elmo-mark.el: New file.
7208
7209         * elmo-internal.el: Rewrite (Almost empty).
7210
7211 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7214         (mime-imap-entity-header-string): Ditto.
7215         (mmimap-entity-section): Rewrite.
7216
7217 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * elmo-nmz.el: New file.
7220
7221         * elmo-pipe.el: Rewrite with luna.
7222
7223 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * elmo-archive.el: Rewrite with luna.
7226
7227         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7228         (elmo-folder-list-importants-internal): Ditto.
7229
7230 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * elmo-archive.el (elmo-archive-version): Abolish.
7233         (toplevel) Removed `boso' comment.
7234
7235 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7238         elmo-msgdb-add-msgs-to-seen-list-subr;
7239         Changed argument seen-marks to unread-marks.
7240
7241         * elmo-nntp.el: Rewrite with luna.
7242
7243 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * elmo-filter.el: Rewrite with luna.
7246
7247 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7248
7249         * elmo-pop3.el: Rewrite with luna.
7250
7251 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * elmo-multi.el: Rewrite with luna.
7254
7255         * elmo-vars.el (elmo-use-killed-list): Abolish.
7256         All other related portions are changed.
7257         (elmo-filename-replace-string-alist): Renamed from
7258         elmo-msgid-replace-string-alist.
7259
7260 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7263
7264         * elmo-map.el: New file.
7265         * elmo-maildir.el: Rewrite with luna.
7266
7267 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * elmo.el: Changed meaning of `elmo-folder-commit'.
7270         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7271
7272 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * elmo.el (elmo-folder-append-buffer): New function.
7275         (Renamed from `elmo-append-msg')
7276
7277 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7278
7279         * elmo-mime.el: New file.
7280
7281 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * elmo-cache.el: Rewrite.
7284
7285 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7286
7287         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7288
7289 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * elmo-vars.el (elmo): New group.
7292         (elmo-strict-diff-folder-regexp): New variable.
7293
7294         * elmo-util.el (elmo-call-func): Abolish.
7295         (elmo-folder-get-type): Ditto.
7296         (elmo-*-get-spec): Ditto.
7297         (elmo-*-spec-*): Ditto.
7298         (elmo-imap4-identical-name-space-p): Ditto.
7299         (elmo-folder-identical-system-p): Ditto.
7300         (elmo-folder-direct-copy-alist): Ditto.
7301         (elmo-folder-direct-copy-p): Ditto.
7302
7303         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7304         (elmo-folder-initialize): Define.
7305         (elmo-folder-get-primitive-list): Ditto.
7306
7307         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7308         (elmo-folder-initialize): Define.
7309         Renamed `elmo-network-session-host-internal' to
7310         `elmo-network-session-server-internal'.
7311
7312         * elmo-multi.el (elmo-multi-folder): New luna class.
7313         (elmo-folder-initialize): Define.
7314         (elmo-folder-get-primitive-list): Ditto.
7315         (elmo-folder-contains-type): Ditto.
7316         (elmo-message-use-cache-p): Ditto.
7317
7318         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7319         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7320
7321         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7322         (elmo-folder-initialize): Define.
7323
7324         * elmo-filter.el (elmo-filter-folder): New luna class.
7325         (elmo-folder-initialize): Define.
7326         (elmo-folder-get-primitive-list): Ditto.
7327         (elmo-folder-contains-type): Ditto.
7328
7329 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * elmo-imap4.el: Rewrite with luna.
7332
7333         * mmimap.el: New file.
7334
7335         * mmelmo.el, mmelmo-imap4.el: Removed.
7336
7337         * elmo-net.el: Ditto.
7338
7339         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7340         (elmo-folder-initialize): Define.
7341
7342         * elmo-archive.el (elmo-archive-folder): New luna class.
7343         (elmo-folder-initialize): Define.
7344
7345         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7346         `elmo-folder-msgdb-path'.
7347         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7348         `elmo-make-folder'.
7349
7350 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * elmo.el: New file.
7353
7354         * elmo2.el: Renamed to elmo.el.
7355
7356 \f
7357 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7358
7359         * elmo-cache.el (elmo-cache-expire-by-size): Count
7360         a disk usage for a cache file entry in KB even when
7361         its kind is a directory.
7362
7363 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * elmo-version.el (elmo-version): Up to 2.5.7.
7366
7367 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7368
7369         * elmo-version.el (elmo-version): Up to 2.5.6.
7370
7371 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7372
7373         * elmo-version.el (elmo-version): Up to 2.5.5.
7374
7375 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * elmo-imap4.el (elmo-network-authenticate-session):
7378         Fixed a logic for response checking.
7379
7380 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7381
7382         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7383         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7384         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7385         `sasl-mechanisms'.
7386
7387         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7388         for `starttls-open-stream' and `starttls-negotiate'.
7389
7390         * elmo-nntp.el: Remove autoload settings for
7391         `starttls-open-stream' and `starttls-negotiate'.
7392
7393         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7394         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7395         `luna-define-class' with `eval-and-compile'.
7396
7397 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7398
7399         * elmo-util.el (elmo-read-search-condition-internal):
7400         Require an element of table for searching field.
7401
7402 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * elmo-version.el (elmo-version): Up to 2.5.4.
7405
7406 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7407
7408         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7409
7410 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7411
7412         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7413
7414 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7415
7416         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7417         before greeting.
7418
7419 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7420
7421         * elmo-imap4.el (elmo-imap4-delete-folder):
7422         Send "close" before "delete" (Use commented out line).
7423         (elmo-imap4-rename-folder): Ditto.
7424
7425         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7426         folder string itself.
7427         (elmo-dop-list-deleted): New function.
7428         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7429         killed.
7430
7431         * elmo-util.el (elmo-string-rassoc-all): New function.
7432
7433 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7434
7435         * elmo-version.el (elmo-version): Up to 2.5.3.
7436
7437         * elmo-net.el (elmo-network-get-session): Changed logic for
7438         checking process status.
7439
7440         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7441         process is nil;
7442         Changed logic for checking process status.
7443
7444 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7447         before greeting.
7448         (elmo-network-setup-session): Set UIDL hash size according to
7449         the length of list response.
7450         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7451         according to the length of list response;
7452         Return the length of list response.
7453         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7454
7455 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7456
7457         * elmo-imap4.el (toplevel): Require 'ssl.
7458         Add autoload 'starttls.
7459         * elmo-pop3.el (toplevel): Ditto.
7460         * elmo-nntp.el (toplevel): Ditto.
7461
7462 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7463
7464         * elmo-imap4.el (toplevel): defun at compile time.
7465         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7466         sasl-next-step, sasl-step-data, sasl-step-set-data.
7467         * elmo-pop3.el (toplevel): Ditto.
7468
7469 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7470
7471         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7472
7473 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7474
7475         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7476         if error.
7477         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7478         and `elmo-pop-auth-apop'.
7479
7480 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7481
7482         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7483
7484 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7485
7486         * elmo-pop3.el (elmo-network-authenticate-session): Split
7487         encoded response value.
7488
7489 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7490
7491         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7492         `elmo-pop3-force-login'.
7493         Redefine `sasl-mechanisms'.
7494         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7495
7496 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7497
7498         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7499         Delete `elmo-imap4-authenticator-alist'.
7500         (elmo-imap4-auth-cram-md5): Delete.
7501         (elmo-imap4-auth-digest-md5): Delete.
7502
7503 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7504
7505         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7506         (elmo-pop3-auth-scram-md5): Ditto.
7507         (elmo-pop3-auth-cram-md5): Ditto.
7508
7509 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7510
7511         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7512         Delete `elmo-pop3-authenticator-alist'.
7513
7514 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7515
7516         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7517         new SASL API.
7518         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7519
7520 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7523
7524 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7527         Fixed problem when `elmo-pop3-use-uidl' is nil.
7528         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7529
7530 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7531
7532         * elmo-version.el (elmo-version): Up to 2.5.2.
7533
7534 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7537         New function.
7538         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7539         (elmo-pop3-msgdb-create-as-numlist): Use it.
7540
7541         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7542         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7543
7544         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7545         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7546
7547 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7548
7549         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7550         when elmo-mark-as-read is called with second argument nil.
7551
7552 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7555         Moved to elmo-util.el.
7556
7557         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7558         Moved from elmo-pipe.el
7559
7560         * elmo-archive.el (elmo-archive-call-process): Enclose with
7561         static-if.
7562
7563         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7564         "RFC822" (because RFC822.PEEK is obsolete).
7565         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7566
7567 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7568
7569         * elmo-archive.el (elmo-archive-call-process): Don't check for
7570         the exit status when Nemacs is running.
7571
7572 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7575         'plain.
7576
7577         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7578         (elmo-pop3-get-spec): Set default of auth to 'user.
7579
7580         * elmo-imap4.el (elmo-imap4-session-check):
7581         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7582         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7583         (elmo-imap4-auth-login): New function; Revival.
7584         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7585         `elmo-imap4-auth-login'.
7586
7587 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * elmo2.el (toplevel): Move `product-provide' declare.
7590         * mmelmo.el (toplevel): Ditto.
7591
7592 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7595
7596 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7597
7598         * elmo-util.el (elmo-folder-get-store-type): New function.
7599         (elmo-folder-direct-copy-p): Use it.
7600
7601 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7604         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7605         and result of `elmo-imap4-use-flag-p'.
7606         (elmo-imap4-fetch-callback-1): Set mark according to
7607         the result of `elmo-imap4-use-flag-p'.
7608
7609 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7612         (elmo-generic-list-folder-unread): Ditto.
7613         (elmo-folder-get-info): Ditto.
7614         (elmo-folder-set-info-max-by-numdb): Ditto.
7615         (elmo-folder-get-info-max): Ditto.
7616         (elmo-folder-get-info-length): Ditto.
7617         (elmo-folder-get-info-unread): Ditto.
7618         (elmo-folder-info-make-hashtb): Ditto.
7619
7620         * elmo2.el: Removed above functions.
7621
7622 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7623
7624         * elmo-imap4.el (toplevel): Require 'ssl.
7625         Add autoload 'starttls.
7626         * elmo-pop3.el (toplevel): Ditto.
7627         * elmo-nntp.el (toplevel): Ditto.
7628
7629 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7630
7631         * elmo-imap4.el (toplevel): defun at compile time.
7632         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7633         sasl-next-step, sasl-step-data, sasl-step-set-data.
7634         * elmo-pop3.el (toplevel): Ditto.
7635
7636 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7637
7638         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7639
7640 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7641
7642         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7643         if error.
7644         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7645         and `elmo-pop-auth-apop'.
7646
7647 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7648
7649         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7650
7651 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7652
7653         * elmo-pop3.el (elmo-network-authenticate-session): Split
7654         encoded response value.
7655
7656 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7659         `elmo-pop3-force-login'.
7660         Redefine `sasl-mechanisms'.
7661         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7662
7663 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7664
7665         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7666         Delete `elmo-imap4-authenticator-alist'.
7667         (elmo-imap4-auth-cram-md5): Delete.
7668         (elmo-imap4-auth-digest-md5): Delete.
7669
7670 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7671
7672         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7673         (elmo-pop3-auth-scram-md5): Ditto.
7674         (elmo-pop3-auth-cram-md5): Ditto.
7675
7676 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7677
7678         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7679         Delete `elmo-pop3-authenticator-alist'.
7680
7681 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7682
7683         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7684         new SASL API.
7685         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7686
7687 \f
7688 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7691
7692 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * elmo-nntp.el (elmo-nntp-get-folders-info):
7695         Fixed problem when '\' character is contained in user-id.
7696         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7697
7698 \f
7699 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * elmo-imap4.el (elmo-imap4-delete-folder):
7702         Send "close" before "delete" (Use commented out line).
7703         (elmo-imap4-rename-folder): Ditto.
7704
7705         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7706         folder string itself.
7707         (elmo-dop-list-deleted): New function.
7708         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7709         killed.
7710
7711         * elmo-util.el (elmo-string-rassoc-all): New function.
7712
7713         * elmo-version.el (elmo-version): Up to 2.5.1.
7714
7715 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7718
7719         * elmo-internal.el (elmo-internal-search): Fix last change.
7720
7721 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7722
7723         * elmo-internal.el (elmo-internal-search): Rewrite.
7724         (Fixed problem which is pointed out by Akihiro MOTOKI
7725         <motoki@da.jp.nec.com>)
7726
7727         * elmo-version.el (elmo-version): Up to 2.5.0.
7728
7729 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7730
7731         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7732
7733 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7734
7735         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7736         non-nil, make hierarchy.
7737
7738 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7739
7740         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7741         `elmo-pop3-use-uidl' must be bound to nil.
7742         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7743
7744 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * elmo-util.el (elmo-copy-file): Don't cause an error after
7747         `add-name-to-file' failed.
7748
7749         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
7750         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7751
7752 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7753
7754         * elmo-version.el (elmo-version): Up to 2.3.93.
7755
7756 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * elmo-util.el (elmo-flatten): New function.
7759
7760 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7761
7762         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
7763         sync Author header.
7764         * elmo-cache.el (toplevel): Ditto.
7765         * elmo-database.el (toplevel): Ditto.
7766         * elmo-date.el (toplevel): Ditto.
7767         * elmo-dop.el (toplevel): Ditto.
7768         * elmo-filter.el (toplevel): Ditto.
7769         * elmo-imap4.el (toplevel): Ditto.
7770         * elmo-internal.el (toplevel): Ditto.
7771         * elmo-localdir.el (toplevel): Ditto.
7772         * elmo-localnews.el (toplevel): Ditto.
7773         * elmo-maildir.el (toplevel): Ditto.
7774         * elmo-msgdb.el (toplevel): Ditto.
7775         * elmo-multi.el (toplevel): Ditto.
7776         * elmo-net.el (toplevel): Ditto.
7777         * elmo-nntp.el (toplevel): Ditto.
7778         * elmo-pipe.el (toplevel): Ditto.
7779         * elmo-pop3.el (toplevel): Ditto.
7780         * elmo-util.el (toplevel): Ditto.
7781         * elmo-vars.el (toplevel): Ditto.
7782         * elmo2.el (toplevel): Ditto.
7783         * mmelmo-imap4.el (toplevel): Ditto.
7784         * mmelmo.el (toplevel): Ditto.
7785
7786         * elmo-version.el (elmo-version): Move to top.
7787
7788         * elmo-cache.el (toplevel): Fixed multiple Author header format.
7789         * elmo-imap4.el (toplevel): Ditto.
7790         * elmo-localdir.el (toplevel): Ditto.
7791         * elmo-msgdb.el (toplevel): Ditto.
7792         * elmo-nntp.el (toplevel): Ditto.
7793         * elmo-pop3.el (toplevel): Ditto.
7794         * elmo-version.el (toplevel): Ditto.
7795
7796         * elmo-localnews.el (toplevel): Added Keyword header.
7797
7798 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * elmo-version.el (product-version-as-string): Defined using
7801         `defun-maybe'.
7802         (toplevel): Use it.
7803
7804         * elmo-localdir.el (toplevel): Updated copyright notice.
7805         * elmo-version.el (toplevel): Ditto.
7806         * elmo-msgdb.el (toplevel): Ditto.
7807         * elmo-imap4.el (toplevel): Ditto.
7808         * elmo-nntp.el (toplevel): Ditto.
7809         * elmo-pop3.el (toplevel): Ditto.
7810
7811 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
7814         messages.
7815
7816         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
7817         parameter value (It sometimes contains raw kanji).
7818
7819 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
7822         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
7823
7824 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7825
7826         * elmo-imap4.el (elmo-network-initialize-session): Fix.
7827
7828 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
7831         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
7832
7833 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
7836         value if selecting folder succceeded.
7837         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
7838
7839 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7840
7841         * elmo-util.el (elmo-make-directory): Fixed permission lateral
7842         representation.
7843
7844         * elmo-util.el (elmo-string-matched-member): New function.
7845
7846 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * elmo-util.el (elmo-unintern): New macro.
7849         (elmo-number-set-member): Fixed docstring.
7850
7851         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
7852         tag token.
7853
7854 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
7855
7856         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
7857         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
7858
7859 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
7862         `no-error'.
7863         Added docstring.
7864         Return non-nil if selecting folder succeeded.
7865         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
7866
7867 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
7870         `file-name-completion' returns t.
7871         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
7872         (elmo-maildir-set-mark): Put `info' part to the files in the cur
7873         directory if it does not exist.
7874         (elmo-maildir-update-current): Use `while' instead of `mapcar'
7875         for iteration.
7876
7877 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
7880         enclosure (It's harmful in unplugged status).
7881
7882         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
7883
7884         * mmelmo-1.el: Removed.
7885
7886         * mmelmo-2.el: Ditto.
7887
7888         * mmelmo-imap4-1.el: Ditto.
7889
7890         * mmelmo-imap4-2.el: Ditto.
7891
7892         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
7893
7894         * mmelmo.el: Merged mmelmo-2.el.
7895
7896         * elmo-version.el (elmo-version): Up to 2.3.92.
7897
7898 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7899
7900         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
7901         elmo-update-number): Remove last period in "...done." message.
7902         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
7903         Ditto.
7904         * elmo-cache.el (elmo-cache-expire-by-size,
7905         elmo-cache-get-sorted-cache-file-list,
7906         elmo-cache-msgdb-create-as-numlist): Ditto.
7907         * elmo-dop.el (elmo-dop-save-pending-messages,
7908         (elmo-dop-flush-pending-append-operations): Ditto.
7909         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
7910         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
7911         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
7912         (elmo-localdir-pack-number): Ditto.
7913         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
7914         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
7915         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
7916         mime-write-entity-content): Ditto.
7917         * pldap.el (ldap-search-basic): Ditto.
7918
7919 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * elmo-version.el (elmo-version): Up to 2.3.91.
7922
7923         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
7924         Only when filter is 'last'.
7925
7926         * elmo-util.el (elmo-condition-atom-regexp): New constant.
7927         (elmo-condition-parse-search-value): Use it.
7928         (elmo-read-search-condition-internal): Quote value only when
7929         it is not an atom.
7930
7931 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7932
7933         * elmo2.el (elmo-generic-folder-diff): Fix.
7934
7935 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7936
7937         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
7938         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
7939         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
7940         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
7941         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
7942         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
7943
7944 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
7945
7946         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
7947         extra-fields.
7948
7949 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * elmo-version.el (elmo-version): Up to 2.3.90.
7952
7953         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
7954         (elmo-imap4-list-folder-important): Ditto.
7955
7956 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
7957
7958         * elmo-nntp.el (elmo-network-initialize-session): Fix.
7959
7960 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
7961
7962         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
7963
7964 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7965
7966         * elmo-nntp.el (elmo-network-initialize-session):
7967         Add starttls negotiation.
7968
7969 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7970
7971         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
7972         response.
7973         (elmo-network-setup-session): Define.
7974         Call `elmo-nntp-send-mode-reader' when session opened.
7975
7976 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
7979
7980 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
7981
7982         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
7983         an invalid SPACE character ahead of `SEARCH' command.  Move
7984         a valid SPACE character following `SEARCH' from conditional
7985         `format' arguments to control-strings.
7986
7987 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
7990         was succeeded.
7991
7992         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
7993
7994 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
7997         `w32-get-true-file-link-count' as t.
7998
7999         * elmo-imap4.el (elmo-imap4-read): Abolished.
8000         (Renamed to `elmo-read' and moved to elmo-util.el)
8001         All other related portions are changed.
8002
8003         * elmo-util.el (elmo-read): New function.
8004         (elmo-condition-parse-search-value): Use it.
8005
8006 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8009
8010         * elmo-nntp.el (elmo-nntp-session): Define.
8011         (elmo-nntp-setting): Abolished.
8012         All other related portions are changed.
8013         (elmo-nntp-get-server-command): Changed argument.
8014         (elmo-nntp-set-server-command): Ditto.
8015         (elmo-nntp-xover-p): Ditto.
8016         (elmo-nntp-set-xover): Ditto.
8017         (elmo-nntp-listgroup-p): Ditto.
8018         (elmo-nntp-set-listgroup): Ditto.
8019         (elmo-nntp-list-active-p): Ditto.
8020         (elmo-nntp-set-list-active): Ditto.
8021         (elmo-nntp-xhdr-p): Ditto.
8022         (elmo-nntp-set-xhdr): Ditto.
8023         (elmo-nntp-flush-connection): Abolished.
8024         (elmo-nntp-get-connection): Abolished.
8025         (elmo-nntp-get-session): New function.
8026         (elmo-network-initialize-session): Defined.
8027         (elmo-network-authenticate-session): Ditto.
8028         (elmo-nntp-send-mode-reader): Changed argument.
8029         (elmo-nntp-send-command): Changed argument.
8030         All other related portions are changed.
8031         (elmo-nntp-read-response): Ditto.
8032         (elmo-nntp-read-raw-response): Ditto.
8033         (elmo-nntp-read-contents): Ditto.
8034         (elmo-nntp-read-body): Ditto.
8035         (elmo-nntp-goto-folder): Abolished.
8036         (elmo-nntp-select-group): New function.
8037         All other related portions are changed.
8038         (This function substitutes `elmo-nntp-goto-folder')
8039         (elmo-nntp-msgdb-create-by-header): Rewrite.
8040         (elmo-nntp-get-overview): Eliminated.
8041         (elmo-nntp-get-message): Ditto.
8042         (elmo-nntp-open-connection) Abolished.
8043         (elmo-nntp-read-msg): Rewrite.
8044         (elmo-nntp-post): Ditto.
8045         (elmo-nntp-send-data): Abolished.
8046         (elmo-nntp-send-buffer): New function.
8047         (elmo-nntp-send-data-line): Define as inline function.
8048         (elmo-nntp-get-folders-info-prepare): Use session as key.
8049         (elmo-nntp-groups-read-response): Changed argument.
8050         (elmo-nntp-retrieve-headers): Ditto.
8051         (elmo-nntp-msgdb-create-message): Ditto.
8052
8053         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8054         when searching by 'since' or 'before'.
8055
8056 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8057
8058         * elmo-version.el (toplevel): Use product-version-as-string for set
8059         verstion-string, if defined.
8060
8061 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8062
8063         * elmo-util.el: Doc fixes.
8064
8065 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8066
8067         * elmo-archive.el (toplevel): Use product-provide.
8068         * elmo-cache.el (toplevel): Ditto.
8069         * elmo-database.el (toplevel): Ditto.
8070         * elmo-date.el (toplevel): Ditto.
8071         * elmo-dop.el (toplevel): Ditto.
8072         * elmo-filter.el (toplevel): Ditto.
8073         * elmo-imap4.el (toplevel): Ditto.
8074         * elmo-internal.el (toplevel): Ditto.
8075         * elmo-localdir.el (toplevel): Ditto.
8076         * elmo-localnews.el (toplevel): Ditto.
8077         * elmo-maildir.el (toplevel): Ditto.
8078         * elmo-msgdb.el (toplevel): Ditto.
8079         * elmo-multi.el (toplevel): Ditto.
8080         * elmo-net.el (toplevel): Ditto.
8081         * elmo-nntp.el (toplevel): Ditto.
8082         * elmo-pipe.el (toplevel): Ditto.
8083         * elmo-pop3.el (toplevel): Ditto.
8084         * elmo-util.el (toplevel): Ditto.
8085         * elmo-vars.el (toplevel): Ditto.
8086         * elmo2.el (toplevel): Ditto.
8087         * mmelmo-1.el (toplevel): Ditto.
8088         * mmelmo-2.el (toplevel): Ditto.
8089         * mmelmo-imap4-1.el (toplevel): Ditto.
8090         * mmelmo-imap4-2.el (toplevel): Ditto.
8091         * mmelmo-imap4.el (toplevel): Ditto.
8092         * mmelmo.el (toplevel): Ditto.
8093
8094 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8095
8096         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8097         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8098
8099 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8102         before splitting.
8103         (elmo-multi-split-number-alist): Ditto.
8104
8105 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8106
8107         * elmo-version.el: New file.  Use product.el.
8108         * elmo2.el: Add (require 'elmo-version).
8109         * elmo-vars.el (elmo-appname, elmo-version): Move to
8110         elmo-version.el
8111
8112 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8115         `elmo-msgdb-expand-path'.
8116         (elmo-msgdb-load): Ditto.
8117         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8118         (elmo-generic-list-folder-unread): Rewrite.
8119         (elmo-generic-list-folder-important): Changed argument.
8120         (elmo-list-folder-unread): Ditto.
8121         (elmo-list-folder-important): Ditto.
8122         (elmo-folder-diff): Rewrite.
8123         (elmo-generic-folder-diff): New function.
8124         (elmo-multi-get-number-alist-list): Abolished
8125         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8126         (elmo-multi-folder-diff): Moved to elmo-multi.el
8127         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8128
8129         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8130         `elmo-msgdb-expand-path'.
8131         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8132         (elmo-pop3-read-msg): Ditto.
8133         (elmo-pop3-delete-msgs): Ditto.
8134         (elmo-pop3-folder-diff): New alias.
8135
8136         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8137         `elmo-msgdb-expand-path'.
8138         (elmo-pipe-list-folder-unread): Changed arguments.
8139         (elmo-pipe-list-folder-important): Ditto.
8140         (elmo-pipe-folder-diff): New alias.
8141
8142         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8143         `elmo-msgdb-expand-path'.
8144         (elmo-nntp-max-of-folder): Ditto.
8145         (elmo-nntp-msgdb-create): Ditto.
8146         (elmo-nntp-delete-msgs): Ditto.
8147         (elmo-nntp-folder-diff): New alias.
8148
8149         * elmo-multi.el (elmo-multi-folder-diff): New function.
8150         (elmo-multi-split-mark-alist): Ditto.
8151         (elmo-multi-split-number-alist): Ditto.
8152         (elmo-multi-mark-alist-list): Abolished (Renamed to
8153         elmo-multi-split-mark-alist).
8154         (elmo-multi-list-folder-unread): Rewrite.
8155         (elmo-multi-list-folder-important): Ditto.
8156         (elmo-multi-list-folder): Set `spec' as 1st argument for
8157         `elmo-msgdb-expand-path'.
8158         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8159         instead of `elmo-multi-get-number-alist-list'.
8160
8161         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8162         If 1st argument is not string, treat as spec.
8163         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8164         `elmo-msgdb-expand-path'.
8165         (elmo-msgdb-flist-load): Ditto.
8166         (elmo-msgdb-flist-save): Ditto.
8167         (elmo-msgdb-delete-path): Ditto.
8168         (elmo-msgdb-rename-path): Ditto.
8169
8170         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8171         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8172         (elmo-maildir-delete-mark-msgs): Ditto.
8173         (elmo-maildir-msgdb-create): Ditto.
8174         (elmo-maildir-read-msg): Ditto.
8175         (elmo-maildir-delete-msgs): Ditto.
8176         (elmo-maildir-list-folder-subr): Ditto.
8177         (elmo-maildir-search): Ditto.
8178         (elmo-maildir-get-msg-filename): Ditto.
8179         (elmo-maildir-pack-number): Ditto.
8180         (elmo-maildir-folder-diff): New alias.
8181
8182         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8183
8184         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8185         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8186         (elmo-localdir-folder-diff): New alias.
8187
8188         * elmo-internal.el (elmo-internal-list-folder-subr):
8189         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8190         (elmo-internal-list-folder-by-location): Ditto.
8191         (elmo-internal-msgdb-create): Ditto.
8192         (elmo-internal-delete-msgs): Ditto.
8193         (elmo-internal-read-msg): Ditto.
8194         (elmo-internal-folder-diff): New alias.
8195
8196         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8197         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8198         `elmo-msgdb-expand-path'.
8199         (elmo-imap4-list-folder-unread): Changed arguments.
8200         (elmo-imap4-list-folder-important): Ditto.
8201
8202         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8203         (elmo-filter-list-folder-important): Ditto.
8204         (elmo-filter-folder-diff): New function.
8205
8206         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8207
8208         * elmo-cache.el (elmo-cache-list-folder):
8209         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8210         (elmo-cache-copy-msgs): Ditto.
8211         (elmo-cache-folder-diff): New alias.
8212
8213         * elmo-archive.el (elmo-archive-list-folder-subr):
8214         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8215         (elmo-archive-get-archive-name): Ditto.
8216         (elmo-archive-create-file): Ditto.
8217         (elmo-archive-append-msg): Ditto.
8218         (elmo-archive-copy-msgs): Ditto.
8219         (elmo-archive-copy-msgs-froms): Ditto.
8220         (elmo-archive-get-msg-filename): Ditto.
8221         (elmo-archive-folder-diff): New alias.
8222
8223 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8224
8225         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8226         (elmo-pop3-stream-type-alist): New variable.
8227         (elmo-nntp-stream-type-alist): New variable.
8228
8229         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8230         (elmo-kill-buffer): Ditto.
8231         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8232         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8233         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8234         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8235         (elmo-imap4-get-spec): Take into account
8236         `elmo-imap4-stream-type-alist'.
8237
8238 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8239
8240         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8241         (elmo-nntp-list-folders-get-cache): Ditto.
8242
8243 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8246         character before 'uid'.
8247
8248 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8251
8252         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8253
8254         * elmo-util.el (elmo-number-set-member): New function.
8255         (elmo-number-set-append-list): Ditto.
8256         (elmo-number-set-append): Ditto.
8257
8258         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8259         Use `elmo-number-set-member'.
8260         (elmo-living-messages): Ditto.
8261         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8262         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8263
8264         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8265         (elmo-imap4-add-to-cont-list): Abolished.
8266         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8267         instead of elmo-imap4-add-to-cont-list.
8268
8269         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8270         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8271
8272         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8273
8274 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8275
8276         * elmo-util.el (elmo-condition-parse-search-value):
8277         Fixed date parsing.
8278
8279 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8280
8281         * elmo-util.el (elmo-condition-find-key-internal): New function.
8282         (elmo-condition-find-key): Ditto.
8283
8284         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8285         (elmo-msgdb-search-internal): Ditto.
8286         (elmo-msgdb-search): Ditto.
8287
8288 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8291         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8292
8293         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8294         (elmo-nntp-search-primitive): Fixed problem when condition is
8295         'unmatch'.
8296
8297         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8298
8299         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8300         (elmo-nntp-xhdr-p): New macro.
8301         (elmo-nntp-set-xhdr): Ditto.
8302         (elmo-nntp-parse-xhdr-response): New function.
8303         (elmo-nntp-retrieve-field): Ditto.
8304         (elmo-nntp-search-primitive): Ditto.
8305         (elmo-nntp-search): Implemented.
8306
8307         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8308
8309         * elmo-archive.el (elmo-archive-search): Set all number list to
8310         `elmo-archive-field-condition-match'
8311
8312         * elmo-localdir.el (elmo-localdir-search): Likewise.
8313
8314         * elmo-maildir.el (elmo-maildir-search): Likewise.
8315
8316 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8317
8318         * elmo-msgdb.el (elmo-living-messages): New function.
8319         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8320         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8321         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8322         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8323         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8324         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8325         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8326         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8327         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8328         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8329         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8330
8331 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8334
8335         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8336
8337         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8338
8339         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8340         arguments for `SEARCH' command.
8341         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8342         All other related portions are changed.
8343
8344         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8345
8346         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8347         (elmo-list-folder-unread): Rewrite.
8348         (elmo-list-folder-important): Ditto.
8349
8350         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8351         (elmo-condition-parse-error): New inline function.
8352         (elmo-read-search-condition): New function.
8353         (elmo-read-search-condition-internal): Ditto.
8354         (elmo-parse-search-condition): Rewrite.
8355         (elmo-condition-parse): New function.
8356         (elmo-condition-parse-or-expr): Ditto.
8357         (elmo-condition-parse-and-expr): Ditto.
8358         (elmo-condition-parse-primitive): Ditto.
8359         (elmo-condition-parse-search-value): Ditto.
8360         (elmo-buffer-field-primitive-condition-match): Ditto.
8361         (elmo-buffer-field-condition-match): Rewrite.
8362         (elmo-file-field-condition-match): Ditto.
8363
8364         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8365         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8366
8367         * elmo-internal.el (elmo-internal-search): Set `number' and
8368         `number-list' argument of `elmo-file-field-condition-match'.
8369
8370         * elmo-maildir.el (elmo-maildir-search): Ditto.
8371
8372         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8373         `msgdb' as argument instead of `mark-alist'.
8374         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8375         `overview'.
8376
8377         * elmo-multi.el: Likewise.
8378
8379         * elmo-pipe.el: Likewise.
8380
8381         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8382         (elmo-imap4-search-internal): Rewrite.
8383         (elmo-imap4-search): Ditto.
8384
8385         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8386         (elmo-filter-list-folder-unread): Ditto.
8387         (elmo-filter-list-folder-important): Ditto.
8388         (elmo-filter-search): Rewrite.
8389
8390         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8391         `number-list' argument of `elmo-file-field-condition-match'.
8392         (elmo-cache-search): Ditto.
8393
8394         * elmo-localdir.el: Likewise.
8395
8396         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8397         number-list and pass it to `elmo-buffer-field-condition-match'.
8398         (elmo-archive-field-condition-match): Pass `number-list' to
8399         `elmo-archive-field-condition-match'
8400
8401 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8404         `listgroup'.
8405
8406         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8407         (elmo-folder-diff-async-callback-data): Ditto.
8408         (elmo-folder-diff-async): New function.
8409
8410         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8411         (elmo-network-session-cache-key): Use it as a prefix of the session
8412         name.
8413         (elmo-network-open-session): Ditto.
8414
8415         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8416         (elmo-imap4-status-callback-data): Ditto.
8417         (elmo-imap4-server-diff-async-callback): New variable.
8418         (elmo-imap4-server-diff-async-callback-data): Ditto.
8419         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8420         `elmo-imap4-status-callback-data'.
8421         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8422         `elmo-imap4-status-callback-data' as nil.
8423         (elmo-imap4-server-diff): Ditto.
8424         (elmo-imap4-server-diff-async-callback-1): New function.
8425         (elmo-imap4-server-diff-async): Ditto.
8426         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8427
8428 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8429
8430         * elmo-util.el (elmo-list-delete): Doc fix.
8431         (elmo-delete-lists): Abolish.
8432         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8433         instead of `elmo-delete-lists'.
8434
8435 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8438         before `sort'.
8439
8440 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8441
8442         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8443         `elmo-imap4-literal-subr'.
8444         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8445         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8446
8447 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8448
8449         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8450         (elmo-archive-list-folder): Fix.
8451         (elmo-archive-max-of-folder): Fix.
8452
8453 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8454
8455         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8456          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8457         (elmo-localdir-append-msg): Ditto.
8458         (elmo-localdir-list-folder): Fix for `nonsort'.
8459         (elmo-localdir-list-folder-subr): Fix for `killed'.
8460         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8461         (elmo-maildir-list-folder-subr): Ditto.
8462         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8463         (elmo-archive-list-folder-subr): Ditto.
8464         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8465         (elmo-internal-list-folder-subr): Ditto.
8466
8467 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8470
8471 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8472
8473         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8474
8475 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8476
8477         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8478         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8479
8480         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8481         before greeting.
8482         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8483         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8484
8485 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8486
8487         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8488
8489         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8490         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8491         before STORE command.
8492
8493 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8494
8495         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8496
8497         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8498         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8499         of `response'.
8500         (elmo-imap4-list-folders): Removed unused local variable.
8501         (elmo-network-initialize-session): Ditto.
8502         (elmo-imap4-delete-msg-by-id): Ditto.
8503         (elmo-imap4-parse-fetch): Ditto.
8504         (elmo-imap4-copy-msgs): Ditto.
8505         Use `dst-spec' instead of `dst-folder'.
8506         (elmo-network-authenticate-session): Check authenticate type `plain'.
8507
8508 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8509
8510         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8511         garbage checking.
8512         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8513         `elmo-imap4-response-value'.
8514         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8515
8516 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8517
8518         * elmo-imap4.el (elmo-imap4-send-command):
8519         Cause elmo-imap4-bye-error when current response is BYE.
8520         (elmo-imap4-arrival-filter): Changed greeting response value.
8521
8522         * elmo2.el (elmo-imap4-bye-error): Define.
8523
8524         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8525         (elmo-imap4-server-diff): Ditto.
8526         (elmo-imap4-response-bye-p): New macro.
8527         (elmo-imap4-response-error-text): Get text from BYE response.
8528         (elmo-imap4-read-response): Return if BYE response.
8529         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8530         (elmo-imap4-folder-exists-p): Ditto.
8531         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8532         (elmo-imap4-parse-bye): New function.
8533         (elmo-imap4-parse-response): Remove needless let.
8534         Call `elmo-imap4-parse-bye'.
8535
8536 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8539         the mailbox does not exist.
8540         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8541
8542 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8543
8544         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8545
8546 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8549
8550         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8551         (elmo-network-initialize-session-buffer): Defined.
8552
8553         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8554         Abolished.
8555         (mmelmo-imap4-get-mime-entity): Rewrite.
8556
8557         * elmo2.el (elmo-error): Capitalize error message.
8558
8559         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8560         (elmo-network-session-buffer): New macro.
8561         (elmo-network-open-session): Use it.
8562
8563         * elmo-imap4.el: Rewrite.
8564
8565 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8566
8567         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8568
8569 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8570
8571         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8572         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8573         (elmo-imap4-create-msgdb-from-overview-string): Use
8574         `elmo-msgdb-create-overview-from-buffer'.
8575
8576 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8577
8578         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8579         (elmo-imap4-default-hierarchy-delimiter): New variable.
8580         (elmo-imap4-list-folders): Use it.
8581
8582 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * elmo-net.el (elmo-network-open-session): Add user and
8585         stream-type for process-buffer name.
8586
8587         * elmo-pop3.el (elmo-network-initialize-session): Call
8588         buffer-disable-undo.
8589
8590         * elmo-imap4.el (elmo-network-initialize-session):
8591         Set current-buffer as an argument for `buffer-disable-undo'.
8592
8593         * elmo-pop3.el (elmo-network-close-session): Don't use
8594         `process-live-p'.
8595
8596         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8597         Set default as 'user.
8598
8599         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8600
8601         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8602         and `elmo-imap4-flush-connection'.
8603
8604         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8605         (elmo-pop3-get-spec): Assume auth as symbol.
8606         (elmo-open-network-stream): Moved to `elmo-net'.
8607
8608         * elmo-pop3.el (toplevel): Require 'elmo-net.
8609         Define `sasl-cram-md5' to silence byte compilier.
8610         (elmo-pop3-connection-cache) Abolished.
8611         (elmo-pop3-authenticator-alist) New variable.
8612         (elmo-pop3-session): Define.
8613         (elmo-pop3-connection-get-process): Abolished.
8614         (elmo-pop3-connection-get-buffer): Ditto.
8615         (elmo-pop3-close-connection): Ditto.
8616         (elmo-pop3-flush-connection): Ditto.
8617         (elmo-pop3-get-connection): Ditto.
8618         (elmo-pop3-get-session): New function.
8619         (Replacement for `elmo-pop3-get-connection').
8620         All other related modules are changed.
8621         (elmo-network-close-session): Define.
8622         (elmo-pop3-send-command): Abolished argument `buffer'.
8623         All other related modules are changed.
8624         (elmo-pop3-read-response): Likewise.
8625         (elmo-pop3-open-connection): Abolished.
8626         (elmo-pop3-auth-user): New function.
8627         (elmo-pop3-auth-apop): Ditto.
8628         (elmo-pop3-auth-cram-md5): Ditto.
8629         (elmo-pop3-auth-scram-md5): Ditto.
8630         (elmo-pop3-auth-digest-md5): Ditto.
8631         (elmo-network-initialize-session): Define.
8632         (elmo-network-authenticate-session): Ditto.
8633         (elmo-network-setup-session): Ditto.
8634
8635         * elmo-imap4.el (toplevel): Require 'elmo-net.
8636         (elmo-imap4-session): Define.
8637         (elmo-imap4-connection-cache): Abolished.
8638         (elmo-imap4-password-key): Ditto.
8639         (elmo-imap4-flush-connection): Ditto.
8640         (elmo-imap4-get-connection): Ditto.
8641         All other related modules are changed.
8642         (elmo-imap4-get-session): New function
8643         (Replacement for `elmo-imap4-get-connection').
8644         (elmo-imap4-read-response): Abolished argument `buffer'.
8645         All other related modules are changed.
8646         (elmo-imap4-send-command): Likewise.
8647         (elmo-imap4-select-folder): Abolished.
8648         All other related modules are changed.
8649         (elmo-imap4-select-mailbox): New function.
8650         (Replacement for `elmo-imap4-select-folder').
8651         (elmo-imap4-auth-login): Simplify.
8652         (Assume current buffer as process buffer)
8653         (elmo-imap4-auth-cram-md5): Ditto.
8654         (elmo-imap4-auth-digest-md5): Ditto.
8655         (elmo-imap4-login): Ditto.
8656         (elmo-imap4-open-connection): Abolished.
8657         (elmo-imap4-open-connection-1): Abolished.
8658         (elmo-network-initialize-sessoin): Define.
8659         (elmo-network-authenticate-session): Ditto.
8660         (elmo-network-setup-session): Ditto.
8661
8662         * elmo-net.el: New module.
8663
8664 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8665
8666         * elmo-util.el (elmo-define-error): New function.
8667
8668         * elmo2.el (elmo-error): Define.
8669         (elmo-open-error): Define.
8670         (elmo-authenticate-error): Define.
8671
8672         * elmo-imap4.el (elmo-imap4-error): Abolish.
8673         (elmo-imap4-error-type): Abolish.
8674         (elmo-imap4-error-process): Abolish.
8675         (elmo-imap4-error-message): Abolish
8676         (elmo-imap4-list-folders): Don't quote lambda.
8677         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8678         (elmo-imap4-parse-namespace): Ditto.
8679         (elmo-imap4-open-connection): Rewrite.
8680         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8681         (elmo-imap4-get-connection): Abolish local variable `result'.
8682
8683 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8684
8685         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8686         wrong-type-argument error when auth is nil.
8687
8688 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8691         (elmo-default-nntp-stream-type): Ditto.
8692         (elmo-default-pop3-stream-type): Ditto.
8693         (elmo-network-stream-type-alist): Ditto.
8694         (elmo-default-imap4-ssl): Abolished.
8695         (elmo-default-nntp-ssl): Ditto.
8696         (elmo-default-pop3-ssl): Ditto.
8697
8698         * elmo-util.el: (toplevel): Removed needless requires.
8699         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8700         (elmo-open-network-stream): Open network stream according to
8701         the value of `elmo-network-stream-type-alist'.
8702         (elmo-get-network-stream-type): New function.
8703         (elmo-network-stream-type-spec-string): New macro.
8704         (elmo-network-stream-type-symbol): Ditto.
8705         (elmo-network-stream-type-function): Ditto.
8706
8707         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8708         network-stream-type. All other related portions are changed.
8709         (elmo-pop3-open-connection): Ditto.
8710
8711         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8712         network-stream-type. All other related portions are changed.
8713
8714         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8715         network-stream-type.All other related portions are changed.
8716         (elmo-imap4-error): New macro.
8717         (elmo-imap4-error-type): Ditto.
8718         (elmo-imap4-error-process): Ditto.
8719         (elmo-imap4-error-message): Ditto.
8720         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8721         (elmo-imap4-auth-cram-md5): Ditto.
8722         (elmo-imap4-auth-digest-md5): Ditto.
8723         (elmo-imap4-login): Ditto.
8724         (elmo-imap4-open-connection): Remove password entry if authentication
8725         was in vain.
8726         (elmo-imap4-user-at-host): Abolished.
8727         (elmo-imap4-password-key): New buffer local variable.
8728         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8729         using protocol, port, auth and stream-type.
8730
8731         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8732
8733 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8734
8735         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8736
8737         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8738
8739         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8740         (elmo-imap4-authenticator-alist): New variable.
8741         (elmo-imap4-open-connection-1): Rename from
8742         elmo-imap4-open-connection.
8743         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8744         only wraps elmo-imap4-open-connection-1.
8745         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8746         user-at-host.
8747         (elmo-imap4-auth-login): New function.
8748         (elmo-imap4-auth-cram-md5): New function.
8749         (elmo-imap4-auth-digest-md5): New function.
8750         (elmo-imap4-login): New function.
8751
8752 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8753
8754         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
8755         function `error'.
8756
8757 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8758
8759         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
8760
8761 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
8764
8765 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
8766
8767         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
8768         for server responses, quote `*' regardless of where it appears.
8769
8770 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8771
8772         * elmo-maildir.el (elmo-maildir-commit): New alias.
8773
8774 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8775
8776         * elmo-util.el (elmo-display-progress):
8777                 Use `progress-feedback-with-label'.
8778
8779 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8780
8781         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
8782         (elmo-imap4-non-atom-char-regex): Ditto.
8783         (elmo-imap4-non-text-char-regex): Ditto.
8784         (elmo-imap4-literal-threshold): Ditto.
8785         (elmo-imap4-atom-p): New function.
8786         (elmo-imap4-quotable-p): Ditto.
8787         (elmo-imap4-nil): Ditto.
8788         (elmo-imap4-atom): Ditto.
8789         (elmo-imap4-quoted): Ditto.
8790         (elmo-imap4-literal-subr): Ditto.
8791         (elmo-imap4-literal): Ditto.
8792         (elmo-imap4-buffer-literal): Ditto.
8793         (elmo-imap4-string-subr): Ditto.
8794         (elmo-imap4-string): Ditto.
8795         (elmo-imap4-buffer-string): Ditto.
8796         (elmo-imap4-astring-subr): Ditto.
8797         (elmo-imap4-astring): Ditto.
8798         (elmo-imap4-buffer-astring): Ditto.
8799         (elmo-imap4-nstring): Ditto.
8800         (elmo-imap4-buffer-nstring): Ditto.
8801         (elmo-imap4-mailbox): New alias.
8802         (elmo-imap4-field-body): Ditto.
8803         (elmo-imap4-userid): Ditto.
8804         (elmo-imap4-password): Ditto.
8805         (elmo-imap4-format-quoted): New function.
8806         (elmo-imap4-send-command): Rewritten.  Accept a list of command
8807         arguments and handle "atom", "quoted" and "literal" string here.
8808         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
8809         `elmo-imap4-send-command'.
8810         (elmo-imap4-folder-exists-p): Likewise.
8811         (elmo-imap4-create-folder): Likewise.
8812         (elmo-imap4-delete-folder): Likewise.
8813         (elmo-imap4-rename-folder): Likewise.
8814         (elmo-imap4-max-of-folder): Likewise.
8815         (elmo-imap4-check-validity): Likewise.
8816         (elmo-imap4-sync-validity): Likewise.
8817         (elmo-imap4-server-diff): Likewise.
8818         (elmo-imap4-select-folder): Likewise.
8819         (elmo-imap4-copy-msgs): Likewise.
8820         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
8821         (elmo-imap4-mark-set-on-msgs): Likewise.
8822         (elmo-imap4-read-part): Likewise.
8823         (elmo-imap4-read-msg): Likewise.
8824         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
8825         `elmo-imap4-password' for `elmo-imap4-send-command'.
8826         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
8827         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
8828         `elmo-imap4-buffer-literal'.
8829         (elmo-imap4-append-msg): Likewise.
8830
8831         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
8832         `delete' for removing dead connection from the connection cache.
8833         Move deletion of the process buffer after that.
8834         (elmo-imap4-list): Change `defsubst' to `defun'.
8835         (elmo-imap4-commit): Make error message verbose.
8836         (elmo-imap4-search): Ditto.
8837         (elmo-imap4-list): Ditto.
8838         (elmo-imap4-select-folder): Ditto.
8839         (elmo-imap4-copy-msgs): Ditto.
8840         (elmo-imap4-delete-msg-by-id): Ditto.
8841         (elmo-imap4-append-msg-by-id): Ditto.
8842         (elmo-imap4-append-msg): Ditto.
8843
8844 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8845
8846         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
8847         when dired is used on XEmacs.
8848
8849 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
8850
8851         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
8852         instead of `append'.
8853         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
8854         `elmo-plugged-p' directly.
8855         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
8856         of `elmo-plugged-p' directly.
8857
8858         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
8859         Eliminate unused variable.  Use `memq' for checking a process status.
8860         Use `cons' instead of `append' for updating the connection cache.
8861         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
8862         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
8863
8864 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
8865
8866         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
8867         `elmo-imap4-read-point' exactly.
8868
8869         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
8870         the local variable `folder' to `mailbox'.
8871         Rename the argument `fld' to `folder'.
8872
8873 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
8874
8875         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
8876         * elmo-imap4.el (elmo-imap4-commit): Ditto.
8877
8878 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
8881         (elmo-pop3-number-uidl-hash): New buffer-local variable.
8882         (elmo-pop3-uidl-number-hash): Ditto.
8883         (elmo-pop3-size-hash): Ditto.
8884         (elmo-pop3-uidl-done): Ditto.
8885         (elmo-pop3-list-done): Ditto.
8886         (elmo-pop3-connection-get-process): New defmacro.
8887         (elmo-pop3-connection-get-buffer): Ditto.
8888         (elmo-pop3-close-connection): Delete buffer and process.
8889         (elmo-pop3-flush-connection): Don't delete buffer and process.
8890         (elmo-pop3-get-connection): Added optional argument `if-exists'.
8891         Setup UIDL and size hash.
8892         (elmo-pop3-send-command-no-erase): Deleted
8893         (elmo-pop3-send-command): Added optional argument `no-erase'.
8894         (elmo-pop3-parse-uidl-response): New function.
8895         (elmo-pop3-parse-list-response): Set size hash.
8896         (elmo-pop3-list-location): New function.
8897         (elmo-pop3-list-by-uidl-subr): Ditto.
8898         (elmo-pop3-list-by-list): Ditto.
8899         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
8900         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
8901         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
8902         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
8903         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
8904         Use uidl.
8905         (elmo-pop3-uidl-to-number): New function.
8906         (elmo-pop3-number-to-uidl): Ditto.
8907         (elmo-pop3-number-to-size): Ditto.
8908         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
8909         Set number by use of uidl.
8910         (elmo-pop3-msgdb-create-message): Likewise.
8911         Set size, loc-alist in msgdb.
8912         (elmo-pop3-read-msg): Set number by use of uidl.
8913         Added optional argument `msgdb'.
8914         (elmo-pop3-delete-msg): Ditto.
8915         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
8916         (elmo-pop3-commit): Close connection.
8917
8918         * elmo-pipe.el (elmo-pipe-max-of-folder):
8919         Bind `elmo-pop3-use-uidl' as nil.
8920         (elmo-pipe-drain): Ditto.
8921         Call `elmo-commit'.
8922
8923         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
8924         (elmo-msgdb-overview-entity-set-size): New defsubst.
8925
8926 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * elmo-vars.el (elmo-use-killed-list): New variable
8929         (Renamed from `elmo-nntp-use-killed-list').
8930         (elmo-nntp-use-killed-list): Eliminated.
8931
8932         * elmo-msgdb.el (elmo-msgdb-expand-path):
8933         Changed expanding msgdb path for elmo-multi.
8934
8935         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
8936         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
8937         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
8938         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
8939         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
8940         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
8941         (toplevel): Deleted time-stamp line.
8942
8943         * elmo2.el (elmo-clear-killed ): Defined as function
8944         (Abolished defining as a backend function).
8945         All other related modules are changed.
8946
8947 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
8948
8949         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
8950
8951 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
8954
8955 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8956
8957         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
8958
8959 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8960
8961         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
8962         asynchronous folder check.
8963
8964         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
8965
8966         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
8967         `elmo-nntp-use-killed-list'.
8968         (elmo-nntp-list-folder): Use killed list.
8969         (elmo-nntp-max-of-folder): Ditto.
8970         (elmo-nntp-msgdb-create): Set killed list.
8971
8972         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
8973
8974         * elmo2.el (elmo-clear-killed): New backend function.
8975         All other related modules are changed.
8976
8977 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
8978
8979         * elmo-util.el (elmo-imap4-spec-folder): Use
8980         `elmo-imap4-spec-mailbox'; Mark as obsolete.
8981         All callers changed.
8982
8983 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8984
8985         * mmelmo-2.el (initialize-instance):
8986         Use `mime-buffer-entity-buffer-internal' instead of
8987         `mime-entity-buffer'.
8988
8989         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
8990         (mime-entity-body): Implemented.
8991         (mime-goto-header-start-point): Deleted.
8992         (mime-goto-body-end-point): Ditto.
8993         (mime-entity-point-min): Ditto.
8994         (mime-entity-point-max): Ditto.
8995         (mime-entity-children): Ditto.
8996         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
8997         instead of `mime-entity-buffer'.
8998         (mime-entity-header-buffer): Ditto.
8999         (mime-entity-body-buffer): Ditto.
9000         (mime-write-entity-content): Ditto.
9001
9002         * pldap.el (ldap-static-if): New macro.
9003         (toplevel): Use it instead of `static-if'.
9004
9005 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9006
9007         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9008         included in `attrs' argument.
9009
9010 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9011
9012         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9013
9014         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9015         (ldap-ldif-safe-init-char-regexp): Ditto.
9016         (ldap-ldif-safe-string-regexp): Ditto.
9017         (ldap/ldif-safe-string-p): New macro.
9018         (ldap/ldif-insert-field): Ditto.
9019         (ldap-modify): Use it.
9020         (ldap-add): Ditto.
9021         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9022         (ldap-decode-attribute): Decode only when `attr' is consp.
9023         (ldap-delete): Bind `ret'.
9024         (toplevel): Require 'cl at compile time.
9025         Removed (require 'poe) and (require 'std11).
9026         (pldap-version): Eliminated.
9027         (ldap-search-basic): Removed auth and dn binding.
9028         (ldap-ldif-field-name-regexp): New constant.
9029         (ldap-ldif-field-head-regexp): Ditto.
9030         (ldap-ldif-next-field-head-regexp): Ditto.
9031         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9032         (ldap/field-end): New function.
9033         (ldap/field-body): Use it.
9034         (ldap/collect-field): Ditto.
9035         (ldap-search-basic): Use `ldap/field-body'.
9036
9037 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9038
9039         * pldap.el (ldap-default-attribute-encoder): New user option.
9040         (ldap/field-body): Decode base64 string.
9041         (ldap/collect-field): Ditto.
9042         (ldap-encode-attribute): New function.
9043         (ldap-add-entries): Use it.
9044         (ldap-modify-entries): Ditto.
9045         (ldap-search-entries): Enclosed decoding function with
9046         `with-temp-buffer' and set as unibyte.
9047         (ldap-search-basic): Set process buffer as unibyte.
9048
9049         * elmo-util.el (elmo-folder-identical-system-p):
9050         Eliminated name space checking.
9051
9052         * pldap.el: New module.
9053         toplevel: Changed condition to detect built-in ldap feature.
9054         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9055         (ldap-add): Added error handling.
9056         (ldap-modify): Ditto.
9057         (ldap-delete): Ditto.
9058
9059 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9060
9061         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9062         Initialize local variables with `let'.  Inline a temporary
9063         variable for the progress percentage.  Sort `setq' to reduce
9064         function call in the while-loop.
9065
9066         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9067         into the conditional branch.
9068
9069 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9070
9071         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9072         Move a conditional out of the while-loop.
9073
9074 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9075
9076         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9077         elmo-msgdb-overview-get-entity-by-number.
9078         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9079         throw.
9080
9081 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9082
9083         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9084         the local variable for a packed number self descriptively.
9085
9086 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9087
9088         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9089         * elmo-localdir.el (elmo-localdir-pack-number): Use
9090         `elmo-msgdb-overview-get-entity' instead of
9091         `elmo-msgdb-overview-get-entity-by-number'.
9092         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9093         (elmo-msgdb-search-overview-entity): Removed.
9094         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9095         by message-id or number.
9096         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9097         instead of `elmo-msgdb-overview-get-entity-by-number'.
9098
9099 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9100
9101         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9102         non-nil, use hash table for overview.
9103         (elmo-hash-maximum-size): New variable.
9104         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9105         (elmo-msgdb-make-overview-hashtb): New function.
9106         (elmo-msgdb-clear-overview-hashtb): New function.
9107         (elmo-clear-hash-val): New macro.
9108         All other related modules are changed.
9109
9110 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9111
9112         * elmo2.el (elmo-move-msgs): If there's other message with
9113         same message-id, don't use cache.
9114
9115 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9116
9117         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9118         number is already packed.
9119
9120 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9121
9122         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9123
9124 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9125
9126         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9127         All other related modules are changed.
9128
9129 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9130
9131         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9132         of refiling failure on Maildir.
9133
9134 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9135
9136         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9137         decoded mime-charset with cache.
9138         (elmo-msgdb-overview-entity-get-from): Ditto.
9139         (elmo-msgdb-overview-entity-get-subject): Ditto.
9140         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9141
9142 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9143
9144         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9145         (elmo-remove-passwd): Fill password with 0 before erase.
9146         * elmo-vars.el (elmo-passwd-life-time): New variable.
9147
9148 \f
9149 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * elmo-cache.el (elmo-buffer-cache-add):
9152         Set message cache buffer as unibyte.
9153
9154 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9155
9156         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9157         become nil.
9158
9159 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9162         when display is finished.
9163         (elmo-nntp-msgdb-create): Ditto.
9164         (elmo-nntp-groups-read-response): Ditto.
9165         (elmo-nntp-retrieve-headers): Ditto.
9166         (elmo-nntp-msgdb-create-message): Ditto.
9167         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9168         (elmo-pop3-msgdb-create-message): Ditto.
9169
9170 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9171
9172         * elmo-maildir.el (elmo-maildir-msgdb-create):
9173         Use `elmo-msgdb-sort-by-date'.
9174
9175 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * elmo2.el (elmo-read-msg-no-cache):
9178         Eliminated arguments after `outbuf'.
9179         Don't use cache even if it exists.
9180         (elmo-read-msg): Don't pass arguments after `outbuf' to
9181         `elmo-read-msg-no-cache'.
9182
9183 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9184
9185         * elmo-archive.el (elmo-archive-list-folders):
9186         Use `file-name-directory' if base folder does not exist.
9187
9188 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9189
9190         * elmo-archive.el (elmo-archive-list-folders): Don't use
9191         `file-name-directory'.
9192
9193 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9194
9195         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9196         If `force' is non-nil, try flushing all operation queues.
9197
9198 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9201         as-binary-process.
9202
9203 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9204
9205         * elmo-util.el (elmo-display-progress): Fixed.
9206
9207 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9208
9209         * elmo-util.el (elmo-display-progress): New function.
9210         All other related modules are changed.