* elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
[elisp/wanderlust.git] / elmo / ChangeLog
1 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
4
5 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
8         `entity'.
9         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
10         if the message entity is exists.
11
12 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * elmo-util.el (elmo-msgdb-insert-file-header): Call
15         `elmo-delete-cr-buffer'.
16
17         * elmo-localdir.el (elmo-message-fetch-internal): Use
18         `insert-file-contents-as-raw-text' instead of
19         `insert-file-contents-as-binary'.
20
21         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
22
23 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
24
25         * elmo-imap4.el (elmo-network-initialize-session): Check to
26         retrieve a whole greeting message.
27
28 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
29
30         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
31
32 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
35         (elmo-progress-notify): Use it instead of `plist-get'.
36
37 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
38
39         * elmo.el (elmo-generic-folder-append-messages): Remove unused
40         variable `table'.
41
42 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * elmo-pipe.el (elmo-folder-set-plugged): Define.
45
46 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
47
48         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
49         (elmo-spam-list-spam-messages): Check it option.
50
51 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
52
53         * elmo-util.el (elmo-with-progress-display): Return the value
54         of the last form in `body'.
55
56 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
59         `elmo-progress-counter' as t when a query callback returns nil.
60         (elmo-progress-clear): New function.
61         (elmo-progress-done): Split into `elmo-progress-clear'.
62         (elmo-progress-notify): Update a total slot when it is nil.
63         (elmo-with-progress-display): Call `elmo-progress-clear' in
64         unwind-protect and move calling `elmo-progress-done' to outside.
65
66         * elmo-imap4.el (elmo-imap4-find-next-line): Call
67         `elmo-progress-notify' with :total parameter instead of
68         `elmo-progress-counter-set-total'.
69
70 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
71
72         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
73         Make it interactive.
74         (elmo-progress-start): Avoid updating `elmo-progress-counter'
75         when a query callback returns nil.  Return a progress counter
76         instead of t whenever a start callback was called.
77
78 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
79
80         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
81         (elmo-imap4-send-command): Use it.
82         (elmo-network-initialize-session): Ditto.
83         (elmo-network-setup-session): Ditto.
84         (elmo-folder-msgdb-create-plugged): Ditto.
85
86 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * elmo-util.el (elmo-progress-done): Fix a miss refer to
89         `elmo-progress-counter'.
90
91 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
94         (elsp-bsfilter-list-spam-filter): New function.
95         (elsp-bsfilter-start-list-spam): Ditto.
96         (elsp-bsfilter-read-list-spam): Ditto.
97         (elmo-spam-list-spam-messages): Use async process to display
98         progress message by each message.
99
100 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
101
102         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
103         of flushing previously inserted message contents.
104
105         * elmo-imap4.el (elmo-folder-search): Fix return value.
106
107 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
110         of reporter is enable or not.
111
112 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * elmo-util.el (elmo-list-bigger-diff): Abolish.
115         (elmo-display-progress): Ditto.
116         (elmo-progress-counter-alist): Ditto.
117         (elmo-progress-set): Ditto.
118         (elmo-progress-clear): Ditto.
119         (elmo-progress-counter-all-value): Rename to
120         `elmo-progress-counter-total'.
121         (elmo-progress-counter-format): Rename to
122         `elmo-progress-counter-action'.
123         (elmo-progress-counter): New internal variable.
124         (elmo-progress-callback-function): Ditto.
125         (elmo-progress-counter-label): New function.
126         (elmo-progress-counter-set-total): Ditto.
127         (elmo-progress-counter-set-action): Ditto.
128         (elmo-progress-call-callback): Ditto.
129         (elmo-progress-start): Ditto.
130         (elmo-progress-done): Ditto.
131         (elmo-progress-notify): Rewrite.
132         (elmo-with-progress-display): Remove first argument
133         `condition'. Add optional argument `var' in `spec'.
134
135         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
136         (elmo-display-retrieval-progress-threshold): Ditto.
137         (elmo-inhibit-display-retrieval-progress): Ditto.
138
139         * Replace all pair of `elmo-progress-set' and
140         `elmo-progress-clear' into `elmo-with-progress-display'.
141
142         * Replace to call `elmo-display-progress' into pair of
143         `elmo-progress-notify' and `elmo-with-progress-display'.
144
145         * elmo-version.el (elmo-version): Up to 2.15.5.
146
147 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
150         `cond'.
151
152 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
153
154         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
155         cleanup-forms [wl:14027].
156
157 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * elmo-flag.el (elmo-global-flag-set-internal): Use
160         `elmo-copy-file' by priority when the message is a file.
161
162 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * elmo.el: Fix typo: disptch -> dispatch.
165
166 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * elmo.el (elmo-file-tag): New class.
169         (elmo-append-messages-disptch-table): New constant.
170         (elmo-folder-type-p): New function.
171         (elmo-folder-append-messages): Redefine as function.
172
173         * elmo-null.el (elmo-folder-append-messages): Renamed from
174         `elmo-folder-append-messages'.
175
176         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
177         (elmo-folder-append-messages-*-maildir): Renamed from
178         `elmo-folder-append-messages'.
179
180         * elmo-localdir.el (elmo-localdir-folder): Inherit
181         `elmo-file-tag'.
182         (elmo-folder-append-messages-*-localdir): Renamed from
183         `elmo-folder-append-messages'.
184
185         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
186         from `elmo-folder-append-messages'.
187
188         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
189         `elmo-folder-append-messages'.
190
191         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
192         function.
193         (elmo-folder-append-messages-*-filter): Ditto.
194
195         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
196
197         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
198         (elmo-folder-append-messages-*-pipe): Renamed from
199         `elmo-folder-append-messages'.
200
201         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
202
203         * elmo-file.el (elmo-file-folder): Ditto.
204
205         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
206
207         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
208         from `elmo-folder-append-messages'
209
210 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * elmo-map.el (elmo-location-map-setup): Change an argument
213         `locations' to optional.
214         (elmo-location-map-clear): Abolish.
215         (elmo-folder-clear): Follow the API change.
216
217         * elmo-pop3.el (elmo-folder-clear): Ditto.
218
219         * elmo-pop3.el (toplevel): Require elmo-map.
220         (elmo-pop3-folder): Inherit elmo-location-map and abolish
221         location-alist slot (All other related portions are changed).
222         (elmo-pop3-folder-use-uidl): New function.
223         (elmo-folder-msgdb-create): Don't sort message entities.
224         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
225         (elmo-pop3-number-to-size): Convert return value to number.
226         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
227         working buffer.
228
229         * elmo-map.el: Use `location-map' as a variable name for instance
230         instead of `mapper'.
231         (elmo-location-map-setup): Return location alist.
232         (elmo-location-map-update): Ditto.
233
234 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * elmo-map.el (elmo-location-map): New class; split location and
237         number mapping from elmo-map-folder (All other related portions
238         are changed).
239
240         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
241         change.
242
243         * elmo-version.el (elmo-version): Up to 2.15.4.
244
245 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
246
247         * elmo-vars.el (elmo-use-hardlink): New user option.
248
249         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
250         `elmo-use-hardlink'.
251
252         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
253         killed-list.
254         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
255         instead of `*-internal'. Use `elmo-with-progress-display'.
256
257 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
260         `elmo-spam-process-messages-as-mbox'.
261
262         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
263
264 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
267         argument BUFFER of `call-process'.
268
269 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
272         args.
273         (elsp-bsfilter-list-spam-files): Ditto.
274
275 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
278         (elmo-spam-bsfilter-max-messages-per-process): New use option.
279         (elmo-spam-bsfilter-debug): Fix a group.
280         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
281         `--homedir'.
282         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
283         (elsp-bsfilter-list-spam-files): New function.
284         (elmo-spam-list-spam-messages): Define.
285         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
286         (elmo-spam-bsfilter-register-messages): New function.
287         (elmo-spam-register-spam-messages): Define.
288         (elmo-spam-register-good-messages): Ditto.
289
290         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
291
292         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
293         `nconc' and `consp'.
294
295 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
298         hash table to test whether a location is exists.
299
300 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
301
302         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
303         even if some error occurred.
304
305         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
306         meaningless unwind-protect.
307
308         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
309         start-number correctly.
310         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
311         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
312
313 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
316         (elmo-folder-initialize): Use it.
317         (elmo-global-flag-replace-referrer): New function.
318
319         * elmo.el (toplevel): Added autoload setting for
320         `elmo-global-flag-replace-referrer'.
321         (elmo-folder-rename): Rewrite the last change use
322         `elmo-global-flag-replace-referrer'.
323
324         * elmo-pipe.el (elmo-folder-rename): Call
325         `elmo-global-flag-replace-referrer'.
326
327 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * elmo.el (elmo-folder-rename): Set meta data for global flags
330         follow the rename.
331
332 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
335         as 'not-loaded.
336         (elmo-folder-close): Ditto.
337         (elmo-filter-folder-number-list-loaded-p): New function.
338         (elmo-filter-folder-number-list): Check whether loaded or not.
339         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
340         of `elmo-filter-folder-number-list-internal'.
341         (elmo-folder-delete-messages): Ditto.
342         (elmo-folder-length): Check whether number-list is loaded or not.
343
344 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
347         field `real field' into each element of list.
348         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
349         (elmo-msgdb-message-entity-field): Ditto.
350         (modb-entity-ml-info-real-fields): New function.
351
352         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
353
354         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
355         `elmo-msgdb-extra-fields'.
356
357 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * elmo-util.el (elmo-passwd-alist-load): Move point to min
360         position before read.
361
362 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
363
364         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
365         (elmo-global-flags-initialize): Ditto.
366
367 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
368
369         * elmo-archive.el (toplevel): Don't require emu, std11
370         and elmo-localdir.
371
372         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
373         definition.
374
375 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * elmo.el (elmo-folder-confirm-appends): Display folder name.
378
379 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
380
381         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
382         literals.
383
384 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
385
386         * elmo-maildir.el (elmo-maildir-list-location): Reduce
387         `elmo-get-last-modification-time' call.
388
389 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
392         expression.
393         (elmo-maildir-set-mark): Ditto.
394         (elmo-maildir-delete-mark): Ditto.
395
396 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
399         optional argument `separators'.
400
401 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * elmo.el (cache-changed): Abolish.
404         (status-changed): New signal.
405         (elmo-message-killed-p): New generic function and define for
406         elmo-folder.
407         (elmo-folder-recover-messages): Ditto.
408         (elmo-message-set-cached): Emit signal `status-changed' instead of
409         `cache-changed'.
410         (elmo-message-status): New macro.
411         (elmo-message-status-folder): Ditto.
412         (elmo-message-status-number): Ditto.
413         (elmo-message-status-set-flags): Ditto.
414         (elmo-message-status-set-killed): Ditto.
415         (elmo-message-status-flags): New function.
416         (elmo-message-status-cached-p): Ditto.
417         (elmo-message-status-killed-p): Ditto.
418
419         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
420         `status-changed' instead of `cache-changed'.
421         (elmo-folder-recover-messages): Define.
422         (elmo-message-killed-p): Ditto.
423
424         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
425         `status-changed' instead of `cache-changed'.
426
427         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
428         (elmo-message-killed-p): Define.
429         (elmo-folder-recover-messages): Ditto.
430
431         * elmo-version.el (elmo-version): Up to 2.15.3.
432
433 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * elmo-signal.el (elmo-signal-bindings): Use cons to append
436         element into list.
437         (elmo-define-signal-handler): Add docstring.
438         (elmo-define-signal-filter): Ditto.
439
440         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
441
442 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * elmo-util.el (elmo-flatten): Don't use recursive call.
445
446         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
447         assignment.
448         (elmo-folder-message-make-temp-files): Use `number-to-string'
449         instead of `int-to-string'.
450
451 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
452
453         * elmo-search.el (elmo-folder-delete-messages): Define.
454
455 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
458         customization type.
459         (elmo-mailing-list-count-spec-list): Ditto.
460
461         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
462         for `list-id'.
463
464 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
465
466         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
467         handling.
468
469 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
472         (elmo-mailing-list-count-spec-list): Ditto.
473
474         * elmo-util.el (elmo-map-until-success): New function.
475         (elmo-string-match-substring): Ditto.
476         (elmo-find-list-match-value): Ditto.
477
478         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
479         Removed.
480         (modb-entity-extract-ml-info-from-subject): Ditto.
481         (modb-entity-extract-ml-info-from-return-path): Ditto.
482         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
483         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
484         (modb-entity-extract-ml-info-from-mailman): Ditto.
485         (modb-entity-extract-mailing-list-info-functions): Ditto.
486         (modb-entity-extract-mailing-list-info): Rewrite with
487         `elmo-find-list-match-value'.
488
489 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * elmo-net.el (elmo-network-session-retry-count): New user option.
492         (elmo-network-session-buffer-name): New internal function.
493         (elmo-network-session-buffer-create): Ditto.
494         (elmo-network-open-session): Retry open network session
495         `elmo-network-session-retry-count' times.
496
497 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
498
499         * elmo-util.el (elmo-list-filter): Rewritten.
500
501 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * elmo-util.el (elmo-string-member): Allow symbol element in list.
504
505 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * elmo-search.el (elmo-make-search-engine): Use prefix
508         `elmo-search-' for require symbol instead of `else-'.
509         (elmo-search-engine-extprog): New class.
510         (elmo-search-engine-do-search): Remove nil from argument
511         list. Added argument pattern to evaluate element as function.
512         (elmo-search-engine-local-file): Derived from
513         `elmo-search-engine-extprog'.
514         (elmo-search-engine-create-message-entity): Check existance of file.
515         (elmo-search-engine-fetch-message): Ditto.
516         (elmo-search-namazu-index): Follow the API change.
517         (elmo-search-grep-target): Ditto.
518
519 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
522         characters of working buffer.
523
524         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
525         Does not bind `default-mime-charset'.
526         (elmo-msgdb-create-message-entity-from-buffer): Removed
527         unnecessary local bind.
528
529         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
530         function.
531         (modb-entity-extract-mailing-list-info-functions): Added it.
532
533 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
536         when number and message-id are non-nil.
537
538         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
539
540         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
541         conditional steatment.
542         (elmo-pop3-auth-apop): Likewise.
543         (elmo-network-authenticate-session): Likewise.
544
545 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
548         symbol `fill-column'.
549         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
550         decode field value.
551
552         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
553         (elmo-decoded-field-body): Ditto.
554
555 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
558         `tokens' to `params'.
559
560 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
561
562         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
563         working buffer.
564
565 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
566
567         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
568         decide index.
569
570 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
573         Set default value as nil.
574         (toplevel): Register search engines by
575         `elmo-search-register-engine' if there are not defined.
576
577         * elmo.el (autoload): Added autoload setting for
578         `elmo-search-register-engine'.
579
580 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * elmo.el (toplevel): `[' is redefined as the prefix of the search
583         folder instead of nmz folder.
584         (elmo-nmz-default-index-path): Added obsolete variable setting.
585         (elmo-nmz-index-alias-alist): Ditto.
586         (elmo-nmz-use-drive-letter): Ditto.
587
588         * elmo-search.el (elmo-search-register-engine): New function.
589
590         * elmo-nmz.el: Removed.
591
592         * elmo-version.el (elmo-version): Up to 2.15.2.
593
594 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * elmo-search.el: New file.
597
598 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
601         condition `larger' and `smaller'.
602
603 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * elmo-util.el (elmo-safe-filename): Rewrite to replace
606         `"' (double quote) into "_Q_".
607
608 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * elmo-net.el (elmo-net-quote-chars): Abolish.
611         (elmo-net-format-quoted): Ditto.
612
613 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * elmo.el (elmo-get-folder-function): New variable.
616         (elmo-get-folder): New function.
617         (elmo-folder-rename): Call `elmo-make-folder' with specified
618         mime-charset.
619
620         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
621         `elmo-make-folder'.
622         (elmo-split-subr): Ditto.
623
624         * elmo-multi.el (elmo-folder-initialize): Ditto.
625
626         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
627
628         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
629         (elmo-flag-get-folder): Ditto.
630
631         * elmo-filter.el (elmo-folder-initialize): Ditto.
632
633         * elmo-access.el (elmo-folder-initialize): Ditto.
634         (elmo-access-folder-update-children): Ditto.
635
636         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
637         (elmo-dop-queue-flush): Ditto.
638         (elmo-folder-append-buffer-dop-delayed): Ditto.
639         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
640         mime-charset.
641
642         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
643         instead of `elmo-make-folder'.
644         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
645         destination folder instead of send `elmo-folder-rename-internal'.
646
647         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
648         slot of subfolder instead of create it.
649
650 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * elmo-util.el (elmo-collect-separators): New function.
653         (elmo-collect-separators-internal): Ditto.
654         (elmo-collect-trail-separators): Ditto.
655         (elmo-parse-separated-tokens): Ditto.
656         (elmo-parse-separated-tokens-internal): Ditto.
657         (elmo-quote-syntactical-element): Ditto.
658
659         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
660         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
661
662         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
663         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
664         (elmo-nntp-folder-list-subfolders): Quote a user name.
665
666         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
667         (elmo-net-parse-network): Abolish.
668         (elmo-net-folder-set-parameters): New function.
669         (elmo-folder-initialize): Follow the above change.
670
671         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
672         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
673         (elmo-folder-list-subfolders): Use
674         `elmo-quote-syntactical-element' instead of
675         `elmo-net-format-quoted' to quote mailbox and user name.
676
677 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * elmo-util.el (elmo-token-valid-p): New function.
680         (elmo-parse-token): Add optional argument `requirement'.
681         (elmo-parse-prefixed-element): Likewise.
682
683         * elmo-net.el (elmo-net-quote-chars): Renamed from
684         `elmo-net-quote-chars-regexp'.
685         (elmo-net-format-quoted): Add optional argument `extra-chars'.
686
687         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
688         by info document. Check token `uidl' is started an alphabet.
689
690         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
691         by info document. Check token `user' is started an alphabet.
692
693         * elmo-imap4.el (elmo-folder-initialize): Ditto.
694         (elmo-folder-list-subfolders): Quote user.
695
696 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * elmo-util.el (elmo-quoted-specials-list): New constant.
699         (elmo-quoted-token): New function.
700
701         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
702         (elmo-net-format-quoted): New function.
703         (elmo-net-parse-network): Ditto.
704         (elmo-folder-initialize): Use it.
705
706         * elmo-nntp.el (elmo-folder-initialize): Use
707         `elmo-net-parse-network' to parse network specification instead of
708         `elmo-folder-initialize#elmo-net'.
709
710         * elmo-pop3.el (elmo-folder-initialize): Ditto.
711
712         * elmo-imap4.el (elmo-folder-initialize): Ditto.
713         (elmo-folder-list-subfolders): Quote folder name by
714         `elmo-net-format-quoted'.
715
716 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
719         (elmo-folder-search): Use it.
720
721 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * modb-standard.el (modb-standard-loaded-message-id): Use
724         `elmo-msgdb-message-entity-field'.
725
726 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
729         without filename.
730
731 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * elmo-util.el (elmo-set-auto-coding): New function.
734         (elmo-object-load): Use it.
735
736 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
739         (elmo-time<): Define as alias of `elmo-time-less-p'.
740         (elmo-time-to-datevec): New function.
741
742         * elmo-date.el (elmo-time-to-days): New function.
743
744 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
747         is not cons cell.
748
749 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
752         parenthesis.
753
754         * elmo-util.el (elmo-map-recursive): New function.
755
756         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
757         (modb-entity-encode-string-recursive): Ditto.
758
759 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
760
761         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
762         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
763         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
764         compare sequence number when last modified time is nil.
765
766 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
767
768         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
769
770         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
771
772 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
773
774         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
775         modification time of the file.
776
777 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * elmo-util.el (elmo-condition-optimize): Discriminated against
780         preserved fields, extra fields and the other weight.
781
782 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * modb-entity.el (initialize-instance): Define.
785         (modb-entity-handler-mime-charset): New internal function.
786         (modb-standard-entity-set-field): Use it.
787         (elmo-msgdb-message-entity-field): Ditto.
788         (elmo-msgdb-message-entity-field): Ditto.
789
790         * modb.el (elmo-msgdb-match-condition): Rewrite with
791         `elmo-condition-match'.
792         (elmo-msgdb-match-condition-primitive): New function.
793
794         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
795         arguments `flags' and `numbers'.
796         (elmo-msgdb-match-condition-primitive): Abolished (merged to
797         `elmo-msgdb-message-match-condition').
798         (modb-buffer-entity-handler): New class.
799
800         * elmo.el (elmo-folder-search): Optimize condition to use
801         `elmo-condition-optimize'.
802         (elmo-message-buffer-match-condition): New function.
803         (elmo-message-match-condition): Use
804         `elmo-message-buffer-match-condition' instead of
805         `elmo-buffer-field-condition-match'.
806
807         * elmo-util.el (elmo-condition-match): New function.
808         (elmo-condition-optimize): Ditto.
809         (elmo-buffer-field-primitive-condition-match): Abolish.
810         (elmo-buffer-field-condition-match): Ditto.
811
812         * elmo-archive.el (elmo-archive-field-condition-match): Use
813         `elmo-message-buffer-match-condition' instead of
814         `elmo-buffer-field-condition-match'.
815
816 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
817
818         * elmo-flag.el (elmo-global-flags-initialize): Check the
819         existence of the flag directory.
820
821 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * elmo-access.el (elmo-folder-initialize): Call
824         `elmo-multi-connect-signals'.
825
826         * elmo-pipe.el (elmo-folder-close): Define.
827
828         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
829         children folders.
830
831         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
832         with target folder.
833
834         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
835         `number'.
836
837         * elmo-multi.el (elmo-message-entity): Don't use return value of
838         `elmo-message-entity-set-number'.
839
840 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * modb.el (modb-generic): Added slot `mime-charset'.
843
844         * modb-standard.el (modb-standard): Added slot `overview-handler'.
845         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
846         and `modb-entity-handler-dump-parameters'.
847         (modb-standard-default-entity-handler): Abolish.
848         (elmo-msgdb-message-entity-handler): Save created handler by
849         instance slot.
850
851         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
852         (modb-entity-handler-list-parameters): New method.
853         (modb-entity-handler-equal-p): New function.
854         (modb-entity-handler-dump-parameters): Ditto.
855         (modb-entity-parse-address-string): Encode return value.
856         (modb-entity-make-address-string): Decode argument value.
857         (modb-entity-decode-string-recursive): New function.
858         (modb-entity-encode-string-recursive): Ditto.
859         (modb-standard-entity-normalizer): Set to encode field value.
860         (modb-standard-entity-specializer): Follow the above change.
861         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
862         mime-charset of handler.
863         (elmo-msgdb-message-entity-field): Ditto.
864         (elmo-msgdb-copy-message-entity): Fixed reference to internal
865         structure.
866         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
867
868         * elmo.el (elmo-folder): Added slot `mime-charset'.
869         (elmo-make-folder): Added argument `mime-charset'.
870         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
871         `mime-charest'.
872
873         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
874         (elmo-make-msgdb): Likewise.
875
876         * elmo-internal.el (elmo-internal-folder-initialize): Call
877         `luna-make-entity' with :mime-charset parameter.
878
879 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
880
881         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
882         encoded words in `from' and `subject' field.
883
884 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * modb.el (elmo-msgdb-message-field): Add argument `type'.
887         (elmo-msgdb-match-condition): Get handler from entity instead of
888         msgdb.
889
890         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
891         (modb-standard-load-entity): Treat new file format.
892         (modb-standard-save-entity-1): Save as new file format.
893         (modb-standard-save-entity): Split messages into section here.
894         (elmo-msgdb-message-field): Follow the API change.
895         (modb-standard-default-entity-handler): New internal variable.
896         (elmo-msgdb-message-entity-handler): Define.
897
898         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
899         to `elmo-vars.el'.
900         (modb-entity-field-extractor-alist): New user option.
901         (elmo-msgdb-message-entity-field): Removed argument `decode' and
902         added argument `type'.
903         (elmo-msgdb-copy-message-entity): Add optional argument
904         `make-handler'.
905         (modb-set-field-converter): New function.
906         (modb-convert-field-value): Ditto.
907         (modb-entity-string-decoder): Ditto.
908         (modb-entity-string-encoder): Ditto.
909         (modb-entity-parse-date-string): Ditto.
910         (modb-entity-make-date-string): Ditto.
911         (modb-entity-mime-decoder): Ditto.
912         (modb-entity-mime-encoder): Ditto.
913         (modb-entity-address-list-decoder): Ditto.
914         (modb-entity-address-list-encoder): Ditto.
915         (modb-entity-parse-address-string): Ditto.
916         (modb-entity-make-address-string): Ditto.
917         (modb-entity-create-field-indices): Ditto.
918         (modb-legacy-entity-field-slots): New constant.
919         (modb-legacy-entity-field-indices): Ditto.
920         (modb-legacy-entity-normalizer): New variable.
921         (modb-legacy-entity-specializer): Ditto.
922         (modb-legacy-entity-field-index): New macro.
923         (modb-legacy-entity-set-field): New function.
924         (modb-legacy-make-message-entity): Rewrite.
925         (elmo-msgdb-create-message-entity-from-buffer): Use
926         `elmo-msgdb-get-references-from-buffer'. Use
927         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
928         Use `modb-legacy-entity-set-field' instead of
929         `elmo-msgdb-message-entity-set-field'.
930         (elmo-msgdb-message-entity-field): Rewrite.
931         (elmo-msgdb-message-entity-set-field): Ditto.
932         (elmo-msgdb-copy-message-entity): Make new entity by
933         `make-handler' if it specified.
934         (elmo-msgdb-message-match-condition): Define a method of
935         `modb-entity-handler' and follow the API change.
936         (modb-standard-entity-handler): New class.
937         (modb-entity-extract-ml-info-from-x-sequence): New function.
938         (modb-entity-extract-ml-info-from-subject): Ditto.
939         (modb-entity-extract-ml-info-from-return-path): Ditto.
940         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
941         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
942         (modb-entity-extract-mailing-list-info): Ditto.
943         (modb-entity-extract-mailing-list-info-functions): New variable.
944
945         * elmo.el (elmo-message-field): Add optional argument `type'.
946
947         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
948         from `modb-entity.el'.
949
950         * elmo-util.el (elmo-object-load): Decode by coding-system from
951         `set-auto-coding-function'.
952         (elmo-object-save): Use `detect-mime-charset-region' and add
953         coding cookie if encode.
954         (elmo-msgdb-get-references-from-buffer): New function.
955         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
956
957         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
958
959         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
960         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
961         instead of `shimbun-make-header' and follow the API change.
962         (elmo-shimbun-update-overview): Follow the API change.
963         (elmo-map-folder-list-message-locations): Ditto.
964
965         * elmo-pipe.el (elmo-message-field): Ditto.
966
967         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
968         Ditto.
969
970         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
971
972         * elmo-multi.el (elmo-message-field): Ditto.
973
974         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
975         (elmo-msgdb-sort-by-date): Ditto.
976         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
977         `elmo-message-entity-field'.
978         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
979         change.
980         (elmo-msgdb-overview-entity-get-from): Ditto.
981         (elmo-msgdb-overview-entity-get-subject): Ditto.
982         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
983         (elmo-msgdb-overview-entity-get-date): Ditto.
984         (elmo-msgdb-overview-entity-get-to): Ditto.
985         (elmo-msgdb-overview-entity-get-cc): Ditto.
986
987         * elmo-mime.el (elmo-message-mime-entity): Ditto.
988         (elmo-mime-collect-message/partial-pieces): Ditto.
989
990         * elmo-filter.el (elmo-message-field): Ditto.
991
992         * elmo-date.el (elmo-datevec-to-time): New function.
993         (elmo-time-parse-date-string): Ditto.
994         (elmo-time-make-date-string): Ditto.
995         (elmo-time<): Ditto.
996
997         * elmo-version.el (elmo-version): Up to 2.15.1.
998
999 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1002         member of elmo-local-flags.
1003
1004 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1005
1006         * elmo-version.el (elmo-version): Up to 2.15.0.
1007
1008 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1011         `ignore-msgdb' is non-nil.
1012
1013 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1016         (elmo-condition-in-msgdb-p): Ditto.
1017         (elmo-file-field-primitive-condition-match): Ditto.
1018         (elmo-file-field-condition-match): Ditto.
1019
1020         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1021
1022 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1025         subdirectories here.
1026         (elmo-global-flags-initialize): New function.
1027
1028         * elmo.el (toplevel): Added autoload setting for
1029         `elmo-global-flags-initialize'.
1030
1031 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1032
1033         * elmo.el (message-number-changed): Define new signal.
1034         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1035         message-number-changed signal.
1036         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1037         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1038         Respect `elmo-pack-number-check-strict'.
1039
1040 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * elmo-signal.el (elmo-connect-signal): Document.
1043         (elmo-emit-signal): Ditto.
1044         (elmo-emit-signal): It should pass source argument to filter and
1045         handler, not slot-source.
1046
1047 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * modb.el (elmo-msgdb-update-entity): New API and define generic
1050         implement.
1051
1052         * modb-standard.el (elmo-msgdb-update-entity): Define.
1053
1054         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1055         API and define generic implement.
1056
1057         * elmo.el (update-overview): New singnal.
1058
1059         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1060         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1061         (elmo-message-entity-parent): Define.
1062
1063         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1064         `update-overview'.
1065
1066         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1067
1068         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1069
1070 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1071
1072         * elmo.el (elmo-folder-synchronize): Sort the return value of
1073         `elmo-list-diff'.
1074
1075         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1076         list.
1077
1078 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1081         `default-enable-multibyte-characters'.
1082         (elmo-object-load): Use `with-temp-buffer' instead of
1083         `elmo-set-work-buf'.
1084         (elmo-object-save): Ditto.
1085         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1086         `elmo-set-work-buf'.
1087         (elmo-decoded-field-body): Ditto.
1088
1089         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1090
1091         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1092         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1093
1094         * elmo-version.el (elmo-version): Up to 2.13.3.
1095
1096 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1097
1098         * elmo-util.el (elmo-list-diff): Fix the last change.
1099         Reverse order of result lists.
1100
1101 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1102
1103         * modb-standard.el (elmo-msgdb-set-flag): Use
1104         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1105         (elmo-msgdb-unset-flag): Ditto.
1106
1107         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1108         `elmo-list-diff'.
1109
1110         * elmo-util.el (elmo-list-diff): Rewrite.
1111         (elmo-list-diff-nonsortable): New function.
1112
1113 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1114
1115         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1116         `elmo-multibypte-buffer-name'.  All referers are updated.
1117
1118 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1121         (elmo-mime-entity-fragment-p): New function.
1122         (mime-elmo-buffer-entity): Added slot `reassembled'.
1123         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1124         (elmo-message-mime-entity-internal): New function (renamed from
1125         `elmo-message-mime-entity').
1126         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1127         (elmo-mime-make-reassembled-mime-entity): New function.
1128         (elmo-message-reassembled-mime-entity): Ditto.
1129         (elmo-mime-collect-message/partial-pieces): Ditto.
1130
1131 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1134
1135         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1136         (elmo-with-enable-multibyte): New macro.
1137
1138         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1139
1140 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1143         argument `number'.
1144         (elmo-filter-connect-signals): Follow the above change.
1145
1146 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1147
1148         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1149
1150         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1151         that only the first flag is used.
1152
1153 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1154
1155         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1156         if available.
1157
1158 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * elmo-signal.el: New file.
1161
1162         * elmo.el (toplevel): Require elmo-signal.
1163         (flag-changing, flag-changed, cache-changed): New signal.
1164         (elmo-folder): Remove slog `handlers'.
1165         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1166         `elmo-folder-notify-event'.
1167         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1168         (elmo-folder-unset-flag): Ditto.
1169         (elmo-event-handler): Abolish.
1170         (elmo-event-handler-flag-changed): Ditto.
1171         (elmo-event-handler-cache-changed): Ditto.
1172         (elmo-folder-add-handler): Ditto.
1173         (elmo-folder-remove-handler): Ditto.
1174         (elmo-folder-notify-event): Ditto.
1175
1176         * elmo-pipe.el (toplevel): Require elmo-signal.
1177         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1178         (elmo-pipe-connect-signals): New function.
1179         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1180         (elmo-folder-set-flag): Ditto.
1181         (elmo-folder-unset-flag): Ditto.
1182         (elmo-message-set-cached): Ditto.
1183
1184         * elmo-multi.el (toplevel): Require elmo-signal.
1185         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1186         (elmo-multi-connect-signals): New function.
1187         (elmo-multi-map-numbers): Ditto.
1188         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1189         (elmo-message-fetch): Ditto.
1190         (elmo-folder-set-flag): Ditto.
1191         (elmo-folder-unset-flag): Ditto.
1192
1193         * elmo-filter.el (toplevel): Require elmo-signal.
1194         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1195         (elmo-filter-connect-signals): New function.
1196         (elmo-filter-add-flag-count): Ditto.
1197         (elmo-message-fetch): Does not call
1198         `elmo-filter-folder-countup-message-flags' and
1199         `elmo-folder-notify-event'.
1200         (elmo-message-set-cached): Ditto.
1201         (elmo-folder-set-flag): Ditto.
1202         (elmo-folder-unset-flag): Ditto.
1203
1204         * elmo-version.el (elmo-version): Up to 2.13.2.
1205
1206 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1209         `flags'.
1210
1211 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * elmo-filter.el (elmo-message-set-cached): Call
1214         `elmo-folder-notify-event' with event `cache-changed'.
1215
1216         * elmo-multi.el (elmo-message-set-cached): Ditto.
1217
1218         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1219
1220 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1221
1222         * elmo.el (elmo-folder-encache): Abolish.
1223
1224 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1225
1226         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1227         (elmo-folder-next-message-number-dop): Return appropriate negative
1228         integer.
1229
1230 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1233         clearing pending operations.
1234         (elmo-folder-next-message-number-dop): Return appropriate negative
1235         integer.
1236
1237 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * elmo.el (toplevel): Added autoload setting for `md5'.
1240         (elmo-msgdb-path-encode-threshold): New user option.
1241         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1242         longer than `elmo-msgdb-path-encode-threshold'.
1243
1244         * elmo-flag.el (elmo-global-mark-migrate): Use
1245         `elmo-folder-expand-msgdb-path' instead of
1246         `elmo-folder-msgdb-path'.
1247
1248 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1251         element of the difference is nil.
1252
1253 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1254
1255         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1256         to the check logic of file systems which are weak in colon character.
1257
1258 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1261
1262 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1263
1264         * elmo-maildir.el (elmo-maildir-move-file): New function.
1265         (elmo-folder-append-buffer): Use it.
1266         (elmo-folder-append-messages): Ditto.
1267         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1268
1269         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1270         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1271
1272         * elmo-maildir.el (elmo-maildir-separator): New user option.
1273         (elmo-maildir-adjust-separator): New macro.
1274         (elmo-maildir-list-location): Use it.
1275         (elmo-maildir-update-current): Ditto.
1276         (elmo-maildir-set-mark): Ditto.
1277         (elmo-maildir-delete-mark): Ditto.
1278         (These changes are based on Hiroya Murata's patch [wl: 13437])
1279
1280 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1281
1282         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1283
1284 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1287         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1288         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1289
1290 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1291
1292         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1293         Use `with-temp-buffer'.
1294
1295 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1296
1297         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1298
1299         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1300         `wl-read-search-condition').
1301         (elmo-read-search-condition-internal): Likewise.
1302
1303         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1304         (elmo-flag-valid-p): New function.
1305         (elmo-folder-initialize): Check flag name is valid.
1306
1307 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1308
1309         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1310         delimiter to obtain root mailbox itself.
1311
1312 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1313
1314         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1315         type mismatch.
1316
1317 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1318
1319         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1320         as t.
1321
1322 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * elmo-shimbun.el (toplevel): Require cl at compile.
1325
1326         * elmo-nntp.el (toplevel): Ditto.
1327
1328         * elmo-nmz.el (toplevel): Ditto.
1329
1330         * elmo-multi.el (toplevel): Ditto.
1331
1332         * elmo-file.el (toplevel): Ditto.
1333
1334         * elmo-dop.el (toplevel): Ditto.
1335
1336         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1337
1338 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1339
1340         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1341         as nil.
1342
1343         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1344         size of elmo-message-fetch-internal is 0 byte.
1345
1346 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1349
1350 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1351
1352         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1353         always plugged.
1354
1355 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * elmo-maildir.el (elmo-map-message-fetch): Call
1358         `elmo-map-folder-set-flag'.
1359
1360         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1361         (elmo-message-fetch): Merge from
1362         `elmo-message-fetch-with-cache-process'.
1363
1364         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1365         (elmo-message-fetch): Define.
1366
1367         * elmo-nntp.el (elmo-message-fetch): Renamed from
1368         `elmo-message-fetch-with-cache-process'.
1369
1370         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1371         (elmo-message-fetch): Define.
1372
1373         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1374         search-key.
1375
1376         * elmo-shimbun.el (shimbun-mua-search-id): Use
1377         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1378         (elmo-shimbun-folder-shimbun-header): Ditto.
1379         (elmo-shimbun-get-headers): Ditto.
1380         (elmo-shimbun-update-overview): Ditto.
1381
1382         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1383
1384         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1385         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1386
1387 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1388
1389         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1390         message is cached.
1391         (elmo-message-fetch-string): Fixed argument.
1392
1393 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1396         exchange order of arguments `section' and `unread'.
1397         (elmo-message-encache): Follow the API change.
1398         (elmo-message-match-condition): Ditto.
1399         (elmo-generic-folder-append-messages): Ditto.
1400         (elmo-message-fetch-string): New function.
1401
1402         * elmo-split.el (elmo-split-subr): Ditto.
1403
1404         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1405
1406         * elmo-pipe.el (elmo-message-fetch): Ditto.
1407
1408         * elmo-multi.el (elmo-message-fetch): Ditto.
1409
1410         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1411
1412         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1413
1414         * elmo-filter.el (elmo-message-fetch): Ditto.
1415
1416         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1417
1418         * elmo-imap4.el (mime-imap-location-section-body): Use
1419         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1420         follow the API change.
1421
1422 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * elmo-access.el: New file.
1425
1426         * elmo-null.el: Ditto.
1427
1428         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1429
1430 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1433         (elmo-network-session): New attribute `last-accessed'.
1434         (elmo-network-get-session): Discard network cache if elapsed time
1435         since last-accessed is larger than elmo-network-session-idle-timeout.
1436
1437 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1438
1439         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1440         and added `number', `require-entireness'.
1441         (elmo-find-fetch-strategy): Rewrite.
1442         (elmo-message-fetch): Unset `unread' flag when argument unread is
1443         non-nil.
1444
1445         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1446
1447         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1448         (elmo-message-fetch): Notify event `flag-changed'.
1449
1450         * elmo-pipe.el: Likewise.
1451
1452         * elmo-mime.el (elmo-mime-entity): New class.
1453         (elmo-mime-entity-display-p): New generic function.
1454         (elmo-mime-entity-display): Ditto.
1455         (elmo-mime-entity-display-as-is): Ditto.
1456         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1457         elmo-mime-entity.
1458         (elmo-make-mime-message-location): Removed.
1459         (elmo-mime-message-display): Ditto.
1460         (elmo-mime-display-as-is): Ditto.
1461         (elmo-message-mime-entity): New function.
1462
1463         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1464
1465         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1466         change.
1467         (elmo-message-fetch): Re-count flagged message number and notify
1468         event `flag-changed'.
1469
1470         * elmo-version.el (elmo-version): Up to 2.13.1.
1471
1472 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * elmo-filter.el (elmo-message-field): Define.
1475         (elmo-message-set-field): Ditto.
1476
1477 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * elmo.el (elmo-message-set-cached): Call
1480         `elmo-folder-notify-event' with cache-changed.
1481         (elmo-event-handler-cache-changed): New generic function.
1482
1483 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1486         instead of elmo-add-name-to-file.
1487         (elmo-folder-append-messages): Ditto.
1488
1489 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1492
1493 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * elmo-version.el (elmo-version): Up to 2.13.0.
1496
1497         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1498         `auto'.
1499
1500         * modb-standard.el (modb-standard-economize-entity-size): Changed
1501         default value to `t'.
1502
1503         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1504         `standard'.
1505
1506         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1507         after parsing greeting string.
1508
1509 2004-11-23  Daishi Kato <daishi@axlight.com>
1510
1511         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1512         New user option.
1513         (elmo-spam-spamoracle-call): Use it.
1514
1515 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * elmo.el (elmo-message-accessible-p): Message in dop spool
1518         is accessible.
1519
1520 2004-11-23  Daishi Kato <daishi@axlight.com>
1521
1522         * elsp-spamoracle.el: New file.
1523
1524 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * elmo.el (elmo-message-flags-for-append): New function.
1527         (elmo-generic-folder-append-messages): Use it.
1528
1529         * elmo-split.el (elmo-split-subr): Ditto.
1530
1531         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1532         `flags' and use elmo-folder-append-buffer instead of
1533         write-region-as-binary.
1534         (elmo-dop-filter-pending-messages): New function.
1535         (elmo-folder-append-buffer-dop): Call
1536         elmo-dop-spool-folder-append-buffer with `flag'.
1537         (elmo-folder-set-flag-dop): Filter messages by
1538         elmo-dop-filter-pending-messages.
1539         (elmo-folder-unset-flag-dop): Ditto.
1540         (elmo-folder-append-buffer-dop-delayed): Use
1541         elmo-message-flags-for-append to get flags of the message and
1542         simplify.
1543
1544 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1545
1546         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1547
1548 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * elmo.el (elmo-folder): Added handlers slot.
1551         (elmo-event-handler): New class.
1552         (elmo-event-handler-flag-changed): New API.
1553         (elmo-folder-add-handler): New function.
1554         (elmo-folder-remove-handler): Ditto.
1555         (elmo-folder-notify-event): Ditto.
1556         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1557         `flag-changed'.
1558         (elmo-folder-unset-flag): Ditto.
1559
1560         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1561         (elmo-folder-unset-flag): Ditto.
1562
1563         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1564         (elmo-folder-unset-flag): Ditto.
1565
1566         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1567         (elmo-folder-unset-flag): Ditto.
1568
1569         * elmo-version.el (elmo-version): Up to 2.11.33.
1570
1571 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1574
1575 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1578
1579         * elmo-flag.el (elmo-folder-unset-flag): Define.
1580         (elmo-global-flag-detach): Do process when the flag is not target
1581         flag.
1582
1583 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1586         variable.
1587         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1588
1589 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1590
1591         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1592         function.
1593         (elmo-folder-delete-messages): Detach messages before delete
1594         messages from target folder.
1595         (elmo-folder-detach-messages): Set updated number-list to slot.
1596
1597 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1600
1601 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1604
1605 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1608         internal use only).
1609         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1610         not modified.
1611         (elmo-folder-delete-messages): Define.
1612         (elmo-folder-move-messages): Don't call
1613         `elmo-folder-detach-messages'.
1614         (elmo-folder-synchronize): Rewrite.
1615         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1616
1617         * elmo-util.el (elmo-last): New function.
1618         (elmo-set-list): Ditto.
1619         (elmo-number-set-delete-list): Ditto.
1620         (elmo-number-set-delete): Ditto.
1621
1622         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1623
1624         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1625         `elmo-folder-delete-messages' and don't delete location map.
1626         (elmo-folder-detach-messages): Define.
1627
1628         * elmo-imap4.el (elmo-folder-delete): Use
1629         `elmo-folder-delete-messages-internal' instead of
1630         `elmo-folder-delete-messages'.
1631
1632         * elmo-filter.el (elmo-folder-delete-messages): Call
1633         `elmo-folder-detach-messages'.
1634         (elmo-folder-detach-messages): Don't call
1635         `elmo-folder-detach-messages' for target folder.
1636
1637         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1638         message deletion is succeeded.
1639
1640         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1641
1642         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1643         from `elmo-folder-delete-messages'.
1644
1645         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1646
1647         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1648
1649         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1650
1651         * elmo-version.el (elmo-version): Up to 2.11.32.
1652
1653 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1654
1655         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1656         (elmo-global-flag-list): Added obsolete variable setting.
1657
1658         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1659
1660         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1661         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1662         `elmo-mime-display-header-analysis' is nil.
1663
1664         * elmo-flag.el (elmo-global-flags): Renamed from
1665         `elmo-global-flag-list' (All other related portions are changed).
1666         (elmo-local-flags): New variable.
1667         (elmo-local-flag-p): New function.
1668         (elmo-global-flag-set-internal): Cause an error when flag is not
1669         global.
1670
1671 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1672
1673         * elmo-util.el (elmo-concat-path): Treat empty path.
1674
1675 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1676
1677         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1678         field-or-fields).
1679         (elmo-split-address-match): Ditto.
1680         (elmo-split-equal): Ditto.
1681         (elmo-split-match): Ditto.
1682
1683 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1686         (elmo-generic-folder-append-messages): If src message exists but
1687         has no flag, pass (read) for the FLAG argument of
1688         `elmo-folder-append-buffer'. Otherwise, pass nil.
1689
1690         * elmo-split.el (elmo-split-subr): Likewise.
1691
1692         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1693
1694         * elmo-multi.el (elmo-message-flags): Ditto.
1695
1696         * elmo-filter.el (elmo-message-flags): Ditto.
1697
1698         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1699         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1700         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1701         
1702 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1703
1704         * elmo-split.el (elmo-split-rule): Update comment.
1705         (elmo-split-address-equal): Allow 2nd argument to be a list.
1706         (elmo-split-address-match): Ditto.
1707         (elmo-split-equal): Ditto.
1708         (elmo-split-match): Ditto.
1709
1710 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1711
1712         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1713         (elmo-folder-append-msgdb): Don't treat `read'.
1714         (elmo-message-flags): Don't return `read'.
1715
1716         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1717         (elmo-folder-unset-read-delayed): Ditto.
1718
1719         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1720
1721 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1724         deletion.
1725
1726 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1727
1728         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1729         header.
1730
1731 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1732
1733         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1734         here.
1735         (elmo-msgdb-save): Bind inhibit-quit.
1736         (modb-standard-message-entity): Ditto.
1737
1738 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1739
1740         * elmo-database.el: No need to require elmo-msgdb.
1741
1742 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1743
1744         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1745         instead of `elmo-list-subdirectories'.
1746
1747 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1748
1749         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1750         group entry.
1751         (elmo-folder-exists-p): "[" is empty.
1752         (elmo-folder-list-subfolders): Define.
1753         (elmo-folder-have-subfolder-p): Ditto.
1754
1755 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1758
1759 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1760
1761         * elmo-filter.el (elmo-folder-local-p): Define.
1762
1763 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1764
1765         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1766         when entity is garbaged.
1767         (modb-standard-save-entity-1): Don't modify the original entity.
1768
1769 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1770
1771         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1772
1773 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * elmo.el (elmo-strict-folder-diff): Use
1776         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1777
1778 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1779
1780         * modb.el (elmo-msgdb-flag-available-p): New generic function.
1781         (elmo-msgdb-message-number): Ditto.
1782         (elmo-msgdb-message-field): Ditto.
1783
1784         * modb-standard.el (modb-standard-economize-entity-size): New user
1785         option.
1786         (modb-standard-loaded-message-id): New inline function.
1787         (modb-standard-load-entity): Use it.
1788         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
1789         throw message-id string away.
1790         (elmo-msgdb-flag-available-p): Define.
1791         (elmo-msgdb-message-number): Ditto.
1792         (elmo-msgdb-message-field): Ditto.
1793
1794         * modb-legacy.el (modb-legacy-flag-list): Fix typo
1795         (suppoted -> supported).
1796         (modb-legacy-supported-flag-p): Ditto.
1797         (elmo-msgdb-set-flag): Ditto.
1798         (elmo-msgdb-unset-flag): Ditto.
1799         (elmo-msgdb-flag-available-p): Define.
1800
1801         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
1802         is `t', treat it as legacy entity.
1803         
1804         * elmo.el (elmo-message-flag-available-p): New generic function.
1805         (elmo-message-number): Ditto.
1806         (elmo-message-field): Use `elmo-msgdb-message-field'.
1807
1808         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
1809
1810         * elmo-pipe.el (elmo-message-flag-available-p): Define.
1811         (elmo-message-number): Ditto.
1812
1813         * elmo-multi.el (elmo-message-number): Define.
1814         (elmo-message-flag-available-p): Ditto.
1815
1816         * elmo-filter.el (elmo-message-flag-available-p): Define.
1817         (elmo-message-number): Ditto.
1818
1819         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
1820         (elmo-folder-initialize): Load `max-number'.
1821         (elmo-folder-commit): Save it.
1822         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
1823         (elmo-global-flag-set-internal): Set up max-number slot.
1824
1825 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * elmo-version.el (elmo-version): Up to 2.11.31.
1828
1829 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
1832         unibyte string of the current buffer for the argument of `md5'
1833         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
1834
1835 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1836
1837         * modb-legacy.el (modb-legacy-flag-list): New constant.
1838         (modb-legacy-suppoted-flag-p): New internal function.
1839         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
1840         (elmo-msgdb-unset-flag): Ditto.
1841
1842 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * elmo.el (elmo-make-folder): Remove text properties for prefix.
1845
1846         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
1847         from msgdb.
1848
1849 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * elmo-multi.el (elmo-folder-count-flags): Changed return value
1852         (follow the API change).
1853
1854         * elmo-filter.el (elmo-folder-count-flags): Ditto.
1855
1856 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * modb-standard.el (modb-standard-digest-flags): Abolish.
1859         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
1860
1861         * elmo-vars.el (elmo-digest-flags): New variable.
1862         (elmo-preserved-flags): Moved from elmo-flag.el.
1863
1864         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
1865         (elmo-imap4-flag-to-imap-criteria): Ditto.
1866         (elmo-imap4-folder-list-flagged): Use it.
1867
1868         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
1869
1870         * elmo.el (elmo-folder-count-flags): Changed return value.
1871
1872         * elmo-flag.el (elmo-preserved-flags): New variable.
1873         (elmo-get-global-flags): Use it.
1874
1875         * modb-standard.el (modb-standard-digest-flags): New variable.
1876         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
1877         Changed behavior of `any'.
1878
1879         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
1880         which are defined the Internet draft
1881         (draft-melnikov-imap-keywords-03.txt).
1882         (elmo-imap4-flags-to-imap): New function.
1883         (elmo-folder-append-buffer): Use it.
1884
1885         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
1886         in the docstring.
1887
1888         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
1889         avoid the bug of Emacs 21.3.
1890
1891 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
1894         function find-coding-system does not exist.
1895
1896 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
1899         parsing.
1900
1901 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1902
1903         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
1904         response codes.
1905
1906 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1907
1908         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
1909         (elmo-network-close-session): Follow the changes in
1910         `elmo-pop3-read-response'.
1911         (elmo-pop3-auth-user): Ditto.
1912         (elmo-pop3-auth-apop): Ditto.
1913         (elmo-network-initialize-session): Ditto.
1914         (elmo-network-authenticate-session): Ditto.
1915         (elmo-network-setup-session): Ditto.
1916         (elmo-folder-status): Ditto.
1917         (elmo-message-fetch-plugged): Ditto.
1918         (elmo-pop3-delete-msg): Ditto.
1919
1920 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921
1922         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
1923         on failure.
1924
1925 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1926
1927         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
1928         style.
1929         (elmo-bind-directory): Ditto.
1930
1931 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1932
1933         * elmo.el (elmo-folder-append-messages): Note on return value.
1934         * elmo-archive.el (elmo-folder-append-messages): Don't return
1935         message numbers which could not be appended.
1936
1937 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1938
1939         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
1940
1941 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1942
1943         * elmo-version.el (elmo-version): Up to 2.11.30.
1944
1945 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
1948         `mask'.
1949
1950         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
1951
1952         * elmo-multi.el (elmo-folder-synchronize): Likewise.
1953         (elmo-multi-split-numbers): Add elmo-folder object into each
1954         element of return value at first.
1955         (elmo-folder-delete-messages): Follow the above change.
1956         (elmo-folder-detach-messages): Ditto.
1957
1958         * elmo-filter.el (elmo-folder-synchronize): Minimize message
1959         number which is synchronized in target folder.
1960
1961 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1962
1963         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
1964         Change default value to symbol `all'.
1965         (elmo-map-message-fetch): Change condition to update overview
1966         follow the above.
1967
1968 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1969
1970         * elmo-shimbun.el (elmo-map-message-fetch): Change default
1971         behavior to update overview.
1972         (elmo-shimbun-update-overview-folder-list): Note it.
1973
1974 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * modb-standard.el (modb-standard-message-entity): Avoid infinite
1977         recursive call.
1978
1979 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
1982         buffer-disable-undo, it is unnecessary.
1983         (elmo-spam-register-good-messages): Ditto.
1984
1985         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
1986         Ditto.
1987
1988         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
1989
1990 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
1993         (elmo-set-work-buf): Use set-buffer-multibyte instead of
1994         elmo-set-buffer-multibyte.
1995         (elmo-object-load): Ditto.
1996         (elmo-save-buffer): Ditto.
1997         (elmo-delete-char): Ditto.
1998         (elmo-file-field-primitive-condition-match): Ditto.
1999         (elmo-mime-string): Ditto.
2000
2001         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2002         (elmo-archive-field-condition-match): Ditto.
2003
2004         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2005
2006         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2007
2008         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2009         (elmo-nntp-msgdb-create-message): Ditto.
2010
2011         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2012
2013         * elmo.el (elmo-message-match-condition): Ditto.
2014         (elmo-message-match-condition): Ditto.
2015
2016         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2017         Ditto.
2018
2019         * elmo-version.el (elmo-version): Up to 2.11.29.
2020
2021         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2022         (elsp-header): New backend.
2023
2024         * elmo-util.el (elmo-decoded-field-body): New function.
2025
2026 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2027
2028         * elmo-version.el (elmo-version): Up to 2.11.28.
2029
2030 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2031
2032         * elmo-filter.el: Rewrite.
2033
2034         * elmo-version.el (elmo-version): Up to 2.11.27.
2035
2036 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2037
2038         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2039         msgdb path for the localdir folder with absolute path.
2040
2041         * utf7.el: Synch up with latest gnus/utf7.el;
2042         Modified for latest Emacs.
2043
2044 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2045
2046         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2047         shimbun backend couldn't open.
2048
2049 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2050
2051         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2052         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2053         when a destination folder is a filter folder.
2054
2055 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2058         (elmo-generic-folder-append-messages): Call elmo-message-flags
2059         with argument `msgid'.
2060
2061         * elmo-split.el (elmo-split-subr): Ditto.
2062
2063         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2064
2065         * elmo-multi.el (elmo-message-flags): Ditto.
2066
2067 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2068
2069         * elmo.el (elmo-folder): Add new slot `flag-table'.
2070         (elmo-folder-flag-table): New API.
2071         (elmo-folder-close-flag-table): Ditto.
2072         (elmo-folder-preserve-flags): New function.
2073         (elmo-generic-folder-append-messages): Use
2074         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2075         Flag of a non-registered message, it sets to nil.
2076         Does not set flag to flag-table.
2077
2078         * elmo-maildir.el (elmo-folder-append-buffer): Use
2079         `elmo-folder-preserve-flags'.
2080         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2081         `elmo-folder-close-flag-table'.
2082
2083         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2084         (elmo-archive-folder-append-buffer): Use
2085         `elmo-folder-preserve-flags'.
2086
2087         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2088
2089         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2090
2091         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2092         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2093         `elmo-folder-close-flag-table'.
2094
2095         * elmo-version.el (elmo-version): Up to 2.11.26.
2096
2097 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2100
2101         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2102         md5's 4th and 5th argument (non-existent in flim one).
2103
2104 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2107         message, It sets to nil.
2108
2109 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2110
2111         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2112         list is non-nil.
2113
2114 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2115
2116         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2117
2118         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2119
2120         * elmo-util.el (elmo-uniq-sorted-list): New function.
2121         (elmo-make-number-list): Ditto.
2122         (elmo-number-set-to-number-list): Use elmo-make-number-list
2123         and don't use nreverse.
2124
2125 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * elmo-version.el (elmo-version): Up to 2.11.25.
2128
2129 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2130
2131         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2132         field not exists in message, Use md5 message digest of header.
2133
2134 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2135
2136         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2137         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2138         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2139         * elmo-split.el (elmo-split-subr): Check return value of
2140         elmo-folder-append-buffer.
2141
2142         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2143         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2144
2145         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2146         message-id.
2147
2148 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2149
2150         * elmo-split.el (elmo-split-subr): Append message with flag.
2151
2152         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2153         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2154         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2155
2156 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2157
2158         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2159         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2160         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2161
2162 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2163
2164         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2165         with a function call of `process-buffer'.  All callers are updated.
2166         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2167         Remove redundant `set-buffer' in a while loop.
2168
2169 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2170
2171         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2172         calls.
2173
2174 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2177         elsp-spamfilter-register-buffer-internal with current buffer.
2178         (elmo-spam-register-spam-buffer): Ditto.
2179         (elmo-spam-register-good-buffer): Ditto.
2180
2181 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2182
2183         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2184         if it is not contained in the response(A workaround for courier-imap).
2185
2186 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2189         parenthesis.
2190
2191 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2192
2193         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2194         range.
2195
2196 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2197
2198         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2199         of nconc.
2200
2201         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2202         argument handler.
2203         (elmo-msgdb-message-match-condition): Follow the change above.
2204
2205 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2208         folder name.
2209
2210 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2211
2212         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2213
2214 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2215
2216         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2217
2218 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2221         not found.
2222
2223 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2224
2225         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2226         value.
2227         (elmo-file-command-argument): Undo last change for cygwin.
2228         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2229         Don't return nil.
2230         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2231
2232 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2235         value returned from elmo-file-find is nil.
2236
2237 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2238
2239         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2240         to elmo-vars.el.
2241
2242         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2243         instead of insert-file-contents-as-binary.
2244         (elmo-message-set-field): New generic function.
2245
2246         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2247         behavior change on `split-string'.
2248
2249         * elmo-file.el (elmo-file-find): New function.
2250         (elmo-file-command): New user option.
2251         (elmo-file-command-argument): Ditto.
2252         (elmo-file-fetch-max-size): Ditto.
2253         (elmo-file-detect-format): New function.
2254         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2255         Use elmo-file-detect-format.
2256         (elmo-map-folder-list-message-locations): Don't treat directories.
2257
2258 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2259
2260         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2261         (elmo-passwd-alist-clear): Shred password before clear.
2262         (elmo-remove-passwd): Remove all mached pair.
2263
2264 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2265
2266         * elmo.el (elmo-folder-synchronize): Fix description of the return
2267         value.
2268
2269 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2270
2271         * elmo.el (elmo-message-fetch-bodystructure): New method.
2272         (elmo-message-fetch-bodystructure): Define default.
2273
2274         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2275         elmo-message-fetch-bodystructure.
2276         (elmo-message-fetch-bodystructure): Define.
2277
2278         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2279
2280 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2281
2282         * elmo-filter.el (elmo-message-folder): Define.
2283
2284 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2285
2286         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2287         elmo-delete-cr-buffer.
2288
2289         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2290
2291         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2292
2293         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2294
2295         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2296         type seems to be a text.
2297
2298 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2299
2300         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2301         (elmo-spam-register-good-buffer): Ditto.
2302         (elmo-spam-spamassassin-register-messages): Ditto.
2303
2304         * elmo-util.el (elmo-string-member-ignore-case): Define with
2305         static-cond.
2306
2307 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2308
2309         * elmo.el (elmo-folder-type): Undo last change.
2310
2311         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2312
2313         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2314         warnings.
2315
2316         * elmo-file.el: New file.
2317         
2318         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2319
2320         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2321         variable.
2322         (elmo-spam-spamassassin-register-messages): New inline function.
2323         (elmo-spam-register-spam-messages): Define.
2324         (elmo-spam-register-good-messages): Ditto.
2325
2326         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2327         Fixed typo.
2328
2329         * elmo.el (toplevel): Added autoload setting for
2330         `elmo-get-global-flags'.
2331         (elmo-message-has-global-flag-p): New function.
2332         (elmo-message-set-global-flags): Ditto.
2333         (elmo-folder-type): Improvement for name: format.
2334
2335         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2336         availability of keyword flags.
2337         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2338         (elmo-folder-list-flagged-plugged): Renamed from
2339         elmo-folder-list-flagged-unplugged.
2340         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2341         accept any flag as keyword flag.
2342         (elmo-folder-set-flag-plugged): Accept keyword flags.
2343         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2344
2345         * elmo-flag.el (elmo-get-global-flags): New function.
2346
2347         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2348         folders.
2349
2350         * elmo-version.el (elmo-version): Up to 2.11.24.
2351
2352 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2355         elmo-multiple-field-body instead of std11-field-body to check all
2356         headers.
2357
2358 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2359
2360         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2361         or "size".
2362
2363 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2366         unintern is unbound.
2367
2368 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2371         Protect from infinite loop.
2372
2373 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * elsp-bogofilter.el
2376         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2377         (elmo-spam-bogofilter-register-messages): New internal function.
2378         (elmo-spam-register-spam-messages): Define.
2379         (elmo-spam-register-good-messages): Ditto.
2380
2381 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2382
2383         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2384         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2385         (elmo-spam-bogofilter-call): Fixed the last change.
2386         (elmo-spam-bogofilter-arguments): Ditto.
2387
2388         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2389         Follow the options change of latest bogofilter.
2390
2391         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2392         (elmo-spam-bogofilter-good-switch): Ditto.
2393         (elmo-spam-bogofilter-arguments-alist): New user option.
2394         (elmo-spam-bogofilter-debug): Ditto.
2395         (elmo-spam-bogofilter-call): Renamed from
2396         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2397         is non-nil, insert output in buffer for debug.
2398         (elmo-spam-bogofilter-arguments): New macro.
2399         (elmo-spam-buffer-spam-p): Use it.
2400         (elsp-bogofilter-register-buffer): Ditto.
2401
2402 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2403
2404         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2405         regexp.
2406
2407 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2408
2409         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2410         value as "ruby".
2411         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2412         (elmo-spam-bsfilter-program): Set default value as full path for
2413         `bsfilter'.
2414         (elmo-spam-bsfilter-debug): New user option.
2415         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2416         non-nil, insert output in buffer for debug. Fix treating of
2417         argument.
2418
2419 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2422         `elmo-maildir-flag-specs' element instead of one.
2423         (elmo-map-folder-unset-flag): Ditto.
2424         (Reported by Ken Makimura <macky@astem.or.jp>)
2425
2426         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2427         (elmo-folder-unset-flag-plugged): Ditto.
2428
2429 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2430
2431         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2432         to `reads' slot only if `in-msgdb' is nil.
2433
2434 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2437         and complement argument list.
2438
2439 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2440
2441         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2442         instead of elmo-folder-list-flagged.
2443
2444 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2445
2446         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2447
2448         * elsp-bsfilter.el: New file.
2449
2450         * elmo-pipe.el (elmo-folder-list-unreads,
2451         elmo-folder-list-answereds,
2452         elmo-folder-list-importants,
2453         elmo-folder-flag-as-important,
2454         elmo-folder-unflag-important,
2455         elmo-folder-flag-as-read,
2456         elmo-folder-unflag-read,
2457         elmo-folder-flag-as-answered,
2458         elmo-folder-unflag-answered): Remove.
2459         (elmo-folder-set-flag): Define.
2460         (elmo-folder-unset-flag): Ditto.
2461
2462         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2463         (elmo-folder-set-flag): Define.
2464         (elmo-folder-unset-flag): Ditto.
2465         (elmo-folder-list-unreads): Remove.
2466         (elmo-folder-list-flagged): Define.
2467
2468         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2469         (elmo-folder-list-unreads,
2470         elmo-folder-list-importants,
2471         elmo-folder-list-answereds,
2472         elmo-folder-list-unreads-plugged,
2473         elmo-folder-list-importants-plugged,
2474         elmo-folder-list-answereds-plugged): Remove.
2475         (elmo-folder-list-flagged-plugged): New method.
2476         (elmo-folder-unflag-important,
2477         elmo-folder-flag-as-important,
2478         elmo-folder-unflag-read,
2479         elmo-folder-flag-as-read,
2480         elmo-folder-unflag-answered,
2481         elmo-folder-flag-as-answered,
2482         elmo-folder-flag-as-read-unplugged,
2483         elmo-folder-unflag-read-unplugged,
2484         elmo-folder-flag-as-important-unplugged,
2485         elmo-folder-unflag-important-unplugged,
2486         elmo-folder-flag-as-answered-unplugged,
2487         elmo-folder-unflag-answered-unplugged): Remove.
2488         (elmo-folder-set-flag): Define.
2489         (elmo-folder-unset-flag): Ditto.
2490         (elmo-folder-set-flag-unplugged): Ditto.
2491         (elmo-folder-unset-flag-unplugged): Ditto.
2492
2493         * elmo-multi.el (elmo-folder-list-unreads,
2494         elmo-folder-list-answereds,
2495         elmo-folder-list-importants,
2496         elmo-folder-flag-as-important,
2497         elmo-folder-unflag-important,
2498         elmo-folder-flag-as-read,
2499         elmo-folder-unflag-read,
2500         elmo-folder-flag-as-answered,
2501         elmo-folder-unflag-answered): Remove.
2502         (elmo-folder-set-flag): Define.
2503         (elmo-folder-unset-flag): Ditto.
2504
2505         * elmo-map.el (elmo-map-folder-unflag-important,
2506         elmo-map-folder-flag-as-important,
2507         elmo-map-folder-unflag-read,
2508         elmo-map-folder-flag-as-read,
2509         elmo-map-folder-unflag-answered,
2510         elmo-map-folder-flag-as-answered): Remove.
2511         (elmo-map-folder-set-flag): New method.
2512         (elmo-map-folder-unset-flag): Ditto.
2513         (elmo-map-folder-list-unreads,
2514         elmo-map-folder-list-importants,
2515         elmo-map-folder-list-answereds): Remove.
2516         (elmo-folder-list-flagged-internal): Define.
2517         (elmo-map-folder-list-flagged): New method.
2518
2519         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2520         (elmo-map-folder-list-unreads,
2521         elmo-map-folder-list-importants,
2522         elmo-map-folder-list-flagged): Remove.
2523         (elmo-map-folder-list-flagged): Define.
2524         (elmo-map-folder-flag-as-important,
2525         elmo-map-folder-unflag-important,
2526         elmo-map-folder-flag-as-read,
2527         elmo-map-folder-unflag-read,
2528         elmo-map-folder-flag-as-answered,
2529         elmo-map-folder-unflag-answered): Remove.
2530         (elmo-maildir-set-mark-messages): New internal function.
2531         (elmo-map-folder-set-flag): Define.
2532         (elmo-map-folder-unset-flag): Ditto.
2533
2534         * elmo.el (toplevel): Added autoload setting for
2535         `elmo-folder-list-global-flag-messages'.
2536         (elmo-folder-list-unreads,
2537         elmo-folder-list-importants,
2538         elmo-folder-list-answereds): Remove.
2539         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2540         Return a list whitch merged with messages have global flag.
2541         (elmo-folder-list-flagged-internal): New method.
2542         (elmo-folder-unflag-important,
2543         elmo-folder-flag-as-important,
2544         elmo-folder-unflag-read,
2545         elmo-folder-flag-as-read,
2546         elmo-folder-unflag-answered,
2547         elmo-folder-flag-as-answered): Remove.
2548         (elmo-folder-set-flag): New method.
2549         (elmo-folder-unset-flag): Ditto.
2550         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2551         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2552
2553         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2554         (elmo-folder-list-unreads-plugged,
2555         elmo-folder-list-importants-plugged,
2556         elmo-folder-list-answereds-plugged,
2557         elmo-folder-list-flagged-unplugged,
2558         elmo-folder-unflag-important-plugged,
2559         elmo-folder-flag-as-important-plugged,
2560         elmo-folder-unflag-read-plugged,
2561         elmo-folder-flag-as-read-plugged,
2562         elmo-folder-unflag-answered-plugged,
2563         elmo-folder-flag-as-answered-plugged): Remove.
2564         (elmo-folder-set-flag-plugged,
2565         elmo-folder-unset-flag-plugged): Define.
2566
2567         * elmo-flag.el (elmo-folder-initialize): Register to
2568         `elmo-global-flag-list' if flag is not global.
2569         (elmo-folder-append-messages): Set flag to source messages.
2570
2571         * elmo-filter.el (elmo-filter-folder-list-unreads,
2572         elmo-folder-list-unreads,
2573         elmo-filter-folder-list-importants,
2574         elmo-folder-list-importants,
2575         elmo-folder-flag-as-read,
2576         elmo-folder-unflag-read,
2577         elmo-folder-flag-as-important,
2578         elmo-folder-unflag-important,
2579         elmo-folder-flag-as-answered,
2580         elmo-folder-unflag-answered): Remove.
2581         (elmo-folder-set-flag): Define.
2582         (elmo-folder-unset-flag): Ditto.
2583
2584         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2585         elmo-folder-unflag-read-dop,
2586         elmo-folder-flag-as-important-dop,
2587         elmo-folder-unflag-important-dop,
2588         elmo-folder-flag-as-answered-dop,
2589         elmo-folder-unflag-answered-dop): Remove.
2590         (elmo-folder-set-flag-dop,
2591         elmo-folder-unset-flag-dop,
2592         elmo-folder-set-important-delayed,
2593         elmo-folder-unset-important-delayed,
2594         elmo-folder-set-read-delayed,
2595         elmo-folder-unset-read-delayed,
2596         elmo-folder-set-answered-delayed,
2597         elmo-folder-unset-answered-delayed): New function.
2598         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2599         (elmo-dop-queue-method-name-alist): Ditto.
2600
2601         * elmo-version.el (elmo-version): Up to 2.11.23.
2602
2603 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2604
2605         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2606
2607         * elsp-sa.el: New file.
2608
2609 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2610
2611         * modb-standard.el (modb-standard-message-entity): New function.
2612         (elmo-msgdb-message-entity): Use it.
2613
2614 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2617         behavior when one-level is nil.
2618
2619         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2620
2621         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2622
2623 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2624
2625         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2626         get max number.
2627         (elmo-generic-folder-diff): Ditto.
2628
2629         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2630         (elmo-folder-update-number): Ditto.
2631
2632         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2633         (elmo-folder-next-message-number-dop): Ditto.
2634
2635 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2636
2637         * elmo-filter.el (elmo-folder-msgdb-create): Use
2638         `elmo-message-entity' and `elmo-message-flags' instead of
2639         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2640
2641 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2644         `if-exists'.
2645
2646 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2647
2648         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2649
2650         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2651
2652         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2653
2654 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2655
2656         * elmo-version.el (elmo-version): Up to 2.11.22.
2657
2658 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2661
2662 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2665         if the message dose not exist.
2666
2667 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2668
2669         * elmo-version.el (elmo-version): Up to 2.11.21.
2670
2671 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2672
2673         * modb-standard.el (toplevel): Don't require mime.
2674
2675 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2676
2677         * elsp-bogofilter.el (toplevel): Don't require path-util.
2678         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2679         (elmo-spam-bogofilter-header): Abolish.
2680         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2681         (elmo-spam-bogofilter-args): New user option.
2682         (elsp-bogofilter-call-bogofilter): New internal function.
2683         (elmo-spam-buffer-spam-p): Use it.
2684         (elsp-bogofilter-register-buffer): Renamed from
2685         `elmo-spam-bogofilter-register-buffer';
2686         Use `elsp-bogofilter-call-bogofilter'.
2687         (elmo-spam-register-spam-buffer): Follow the change above.
2688         (elmo-spam-register-good-buffer): Ditto.
2689
2690 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2691
2692         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2693         message-id is nil do nothing.
2694
2695 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2698         Revival.
2699         (elmo-imap4-session): Removed use-flag slot.
2700         (elmo-imap4-session-select-mailbox): Undo last change.
2701         (elmo-folder-use-flag-p): Use
2702         elmo-imap4-disuse-server-flag-mailbox-regexp.
2703
2704 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2705
2706         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2707         (elmo-imap4-session-select-mailbox): Set it up.
2708         (elmo-folder-use-flag-p): Return value of use-flag slot.
2709
2710 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2711
2712         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2713         message-id is nil.
2714         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2715
2716         * modb-entity.el (elmo-message-entity-handler): Likewise.
2717
2718 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * elmo.el (toplevel): Remove setting of autoloding for
2721         elmo-global-flag-initialize.
2722         (elmo-init): Don't call elmo-global-flag-initialize.
2723         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2724
2725         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2726         (elmo-global-mark-migrate): Don't call it.
2727         (elmo-global-mark-upgrade): Ditto.
2728
2729 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2732         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2733
2734         * elmo-vars.el (elmo-init-hook): New user option.
2735
2736         * elmo.el (elmo-init): Run the elmo-init-hook.
2737
2738         * elmo-flag.el (elmo-global-mark-migrate): New function.
2739
2740 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741
2742         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2743         Undo last change (move to elmo-msgdb-unset-flag).
2744         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2745         flag is unset.
2746
2747 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2750         read flag is set.
2751         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2752         (elmo-msgdb-unset-flag): Ditto.
2753
2754 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2755
2756         * elmo-split.el (elmo-split): Return split message count.
2757
2758 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2759
2760         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2761         is nil.
2762
2763 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * elmo.el (elmo-folder-unflag-important): Call
2766         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2767         a symbol `always'.
2768
2769         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2770         before unset flag.
2771         (elmo-global-flag-detach): Delete the message from flag folder, if
2772         `delete-if-none' is a symbol `always'.
2773
2774 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2775
2776         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
2777         `elmo-spam-spamfilter-decode-buffer'.
2778         (elsp-spamfilter-register-buffer-internal): New internal function.
2779         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
2780         (elmo-spam-register-spam-buffer): Ditto.
2781         (elmo-spam-register-good-buffer): Ditto.
2782
2783         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
2784         change.
2785         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
2786         (elmo-spam-register-spam-buffer): Follow the API change.
2787         (elmo-spam-register-good-buffer): Ditto.
2788
2789         * elmo-split.el (toplevel): Require elmo-spam when copmile.
2790         (elmo-split-spam-p): Added argument plist; Call
2791         `elmo-spam-buffer-spam-p' with new argument register.
2792
2793         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
2794         `register'.
2795         (elmo-spam-message-spam-p): Ditto.
2796         (elmo-spam-register-spam-buffer): Added optional argument
2797         `restore'.
2798         (elmo-spam-register-good-buffer): Ditto.
2799         (elmo-spam-register-spam-messages): Ditto.
2800         (elmo-spam-register-good-messages): Ditto.
2801
2802 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
2805         register into good corpus.
2806         (elmo-spam-register-good-buffer): Fixed to register into bad
2807         corpus.
2808
2809 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * elmo-version.el (elmo-version): Up to 2.11.20.
2812
2813         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
2814         change.
2815
2816         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
2817         flag without depending on \Recent flag.
2818
2819 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820
2821         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
2822         (elmo-spam-modified-p): Defined.
2823         (elmo-spam-save-status): Set `modified' slot to nil.
2824         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
2825         (elmo-spam-register-good-buffer): Ditto.
2826
2827         * elmo-spam.el (elmo-spam-modified-p): New API.
2828
2829 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
2832         duplicate definition.
2833
2834         * elmo-util.el (elmo-unfold-field-body): New function.
2835         (elmo-msgdb-get-message-id-from-buffer): Use it.
2836
2837         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2838         Fixed the last change; Use elmo-unfold-field-body.
2839
2840 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2843         Unfold date value.
2844
2845 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * elmo-spam.el (elmo-spam-save-status): New API.
2848
2849         * elsp-spamfilter.el: New file.
2850
2851 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2852
2853         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
2854
2855 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * elmo-split.el (elmo-split-spam-p): New function.
2858
2859         * elmo-spam.el: New file.
2860
2861         * elsp-bogofilter.el: Ditto.
2862
2863 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2864
2865         * elmo.el (elmo-folder-next-message-number): New API.
2866         (elmo-folder-next-message-number): Define.
2867         (elmo-message-field): Don't check folder length.
2868
2869         * elmo-net.el (elmo-folder-next-message-number): Define.
2870         (elmo-folder-next-message-number-unplugged): Define.
2871
2872         * elmo-map.el (elmo-folder-next-message-number): Define.
2873         (elmo-folder-delete-messages): Clear hash value.
2874
2875         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
2876
2877         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
2878         (elmo-folder-delete-messages-dop-delayed): Always return t.
2879
2880         * elmo-version.el (elmo-version): Up to 2.11.19.
2881
2882 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
2885         change.
2886
2887         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
2888         identical cons cell into the mark-alist and the hash table.
2889
2890 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
2891
2892         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
2893         elmo-folder-list-messages with argument `visible-only' as t.
2894
2895         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
2896         (elmo-folder-msgdb-create): Check the target folder.
2897
2898 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
2901         `permanentflag' instead of `flags'.
2902         (elmo-folder-open): Ditto.
2903         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
2904         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
2905         (elmo-folder-use-flag-p): Always return t.
2906         (elmo-imap4-session-select-mailbox): Use value of `flags' if
2907         `permanentflags' does not exist.
2908         (elmo-folder-open): Ditto.
2909
2910 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
2911
2912         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
2913         is nil.
2914         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
2915
2916         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
2917         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
2918         response.
2919         (elmo-folder-open): Ditto.
2920         (elmo-imap4-set-flag): Send store flag command only when the `flags'
2921         slot of the session includes the flag.
2922         (elmo-imap4-session-flag-available-p): New function.
2923         (elmo-imap4-folder-list-flagged): Ditto.
2924         (elmo-folder-list-unreads-plugged): Use it.
2925         (elmo-folder-list-importants-plugged): Ditto.
2926         (elmo-folder-list-answereds-plugged): Ditto.
2927         (elmo-imap4-search-internal-primitive): Ditto.
2928         (elmo-imap4-folder-list-any-plugged,
2929         elmo-imap4-folder-list-digest-plugged): Abolish.
2930
2931         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
2932         if numbers is nil.
2933
2934 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2935
2936         * elmo-util.el (toplevel): Require emu for char-list-to-string.
2937
2938 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
2939
2940         * elmo-util.el (elmo-get-hash-val): Simplify.
2941         (elmo-set-hash-val): Rewrite.
2942
2943 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2944
2945         * elmo.el (elmo-folder-list-messages): Append killed messages into
2946         result if `visible-only' is nil and `in-msgdb' is non-nil.
2947
2948         * elmo-util.el (elmo-uniq-list): Added optional argument
2949         `delete-function'.
2950
2951         * modb.el (elmo-msgdb-flag-count): New API.
2952
2953         * modb-standard.el (modb-standard): Added slot flag-count.
2954         (modb-standard-countup-flags): New function.
2955         (modb-standard-load-flag): Call it.
2956         (elmo-msgdb-append): Ditto.
2957         (elmo-msgdb-clear): Clear slot flag-count.
2958         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
2959         (elmo-msgdb-unset-flag): Treat `all' flag and call
2960         modb-standard-countup-flags.
2961         (elmo-msgdb-flag-count): Define.
2962         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
2963         (elmo-msgdb-delete-messages): Ditto.
2964
2965         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
2966         (elmo-msgdb-flag-count): Define.
2967
2968         * elmo.el (elmo-folder-list-messages): Undo last change.
2969         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
2970         (elmo-folder-kill-messages): Unset all flags to numbers.
2971
2972         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
2973         elmo-folder-kill-messages.
2974
2975         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
2976         (elmo-nntp-folder-delete-messages): Abolish.
2977
2978         * elmo-version.el (elmo-version): Up to 2.11.18.
2979
2980 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * elmo.el (elmo-folder-kill-messages-before): Abolish.
2983         (elmo-folder-kill-messages-range): New function.
2984         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
2985         instead of elmo-folder-kill-messages-before.
2986
2987 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2988
2989         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
2990         elmo-imap4-current-msgdb to decide entity handler.
2991
2992 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2993
2994         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
2995
2996         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
2997         inline function.
2998         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
2999         (elmo-msgdb-overview-entity-set-number,
3000         elmo-msgdb-overview-entity-get-references,
3001         elmo-msgdb-overview-entity-set-references,
3002         elmo-msgdb-overview-entity-get-from-no-decode,
3003         elmo-msgdb-overview-entity-get-from,
3004         elmo-msgdb-overview-entity-set-from,
3005         elmo-msgdb-overview-entity-get-subject,
3006         elmo-msgdb-overview-entity-get-subject-no-decode,
3007         elmo-msgdb-overview-entity-set-subject,
3008         elmo-msgdb-overview-entity-get-date,
3009         elmo-msgdb-overview-entity-set-date,
3010         elmo-msgdb-overview-entity-get-to,
3011         elmo-msgdb-overview-entity-get-cc,
3012         elmo-msgdb-overview-entity-get-size,
3013         elmo-msgdb-overview-entity-set-size,
3014         elmo-msgdb-overview-entity-get-extra,
3015         elmo-msgdb-overview-entity-set-extra,
3016         elmo-msgdb-overview-entity-get-extra-field,
3017         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3018         (elmo-msgdb-make-index): Use
3019         `elmo-msgdb-overview-entity-get-number-internal'.
3020         (elmo-msgdb-clear-index): Ditto.
3021         (elmo-msgdb-append-entity): Ditto;
3022         Use `elmo-msgdb-overview-entity-get-id-internal'.
3023
3024         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3025         elmo-msgdb-overview-entity-set-number,
3026         elmo-msgdb-overview-entity-get-references,
3027         elmo-msgdb-overview-entity-set-references,
3028         elmo-msgdb-overview-entity-get-from-no-decode,
3029         elmo-msgdb-overview-entity-get-from,
3030         elmo-msgdb-overview-entity-set-from,
3031         elmo-msgdb-overview-entity-get-subject,
3032         elmo-msgdb-overview-entity-get-subject-no-decode,
3033         elmo-msgdb-overview-entity-set-subject,
3034         elmo-msgdb-overview-entity-get-date,
3035         elmo-msgdb-overview-entity-set-date,
3036         elmo-msgdb-overview-entity-get-to,
3037         elmo-msgdb-overview-entity-get-cc,
3038         elmo-msgdb-overview-entity-get-size,
3039         elmo-msgdb-overview-entity-set-size,
3040         elmo-msgdb-overview-entity-get-extra,
3041         elmo-msgdb-overview-entity-set-extra,
3042         elmo-msgdb-overview-entity-get-extra-field,
3043         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3044         and rewrote for backward compatibility.
3045
3046 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * elmo.el (elmo-message-entity-number,
3049         elmo-message-entity-set-number,
3050         elmo-message-entity-field,
3051         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3052
3053         * elmo-msgdb.el (elmo-message-entity-number,
3054         elmo-message-entity-set-number,
3055         elmo-message-entity-field,
3056         elmo-message-entity-set-field): Moved from elmo.el.
3057
3058 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * elmo.el (toplevel): Changed definition orders.
3061
3062 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * modb.el (elmo-msgdb-search): New API .
3065         (elmo-msgdb-match-condition): Ditto.
3066
3067         * modb-standard.el (elmo-msgdb-search): Define.
3068
3069         * modb-legacy.el (elmo-msgdb-search): Ditto.
3070
3071         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3072         from elmo-msgdb-match-condition-internal.
3073
3074         * elmo.el (elmo-folder-search-fast): Abolish.
3075         (elmo-folder-search): Use elmo-msgdb-search and
3076         elmo-with-progress-display.
3077
3078         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3079         as msgdb API.
3080
3081         * elmo.el (elmo-folder): Remove slot message-modified and
3082         flag-modified.
3083         (elmo-folder-set-message-modified): Abolish.
3084         (elmo-generic-folder-commit): Follow the change above.
3085         (elmo-folder-synchronize): Ditto.
3086
3087         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3088
3089         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3090
3091         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3092
3093 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3094
3095         * modb-standard.el (modb-standard-make-message-entity,
3096         elmo-msgdb-make-message-entity,
3097         elmo-msgdb-create-message-entity-from-buffer,
3098         elmo-msgdb-message-entity-number,
3099         elmo-msgdb-message-entity-set-number,
3100         elmo-msgdb-message-entity-field,
3101         elmo-msgdb-message-entity-set-field,
3102         elmo-msgdb-copy-message-entity,
3103         elmo-msgdb-match-condition-internal): Remove.
3104
3105         * modb-entity.el: New file (again).
3106
3107         * modb.el (toplevel): Require modb-entity.
3108         (elmo-msgdb-message-entity-handler): New method.
3109
3110         * modb-standard.el (modb-standard-entity-id): Use
3111         elmo-message-entity-handler.
3112         (modb-standard-load-entity): Ditto.
3113         (elmo-msgdb-append-entity): Ditto.
3114         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3115
3116         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3117         elmo-msgdb-decoded-cache-hashtb,
3118         (modb-legacy-make-message-entity,
3119         elmo-msgdb-make-message-entity,
3120         elmo-msgdb-create-message-entity-from-buffer,
3121         elmo-msgdb-message-entity-number,
3122         elmo-msgdb-message-entity-set-number,
3123         elmo-msgdb-message-entity-field,
3124         elmo-msgdb-message-entity-set-field,
3125         elmo-msgdb-copy-message-entity,
3126         elmo-msgdb-match-condition-internal,
3127         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3128
3129         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3130         (elmo-message-entity-set-number): Ditto.
3131         (elmo-message-entity-field): Ditto.
3132         (elmo-message-entity-set-field): Ditto.
3133
3134         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3135
3136         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3137
3138         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3139
3140         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3141         (elmo-nntp-msgdb-create-message): Ditto.
3142
3143         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3144         (elmo-folder-msgdb-create): Add unread flag.
3145
3146         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3147
3148         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3149
3150         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3151
3152         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3153
3154         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3155         elmo-msgdb-messge-entity-handler.
3156         * elmo-version.el (elmo-version): Up to 2.11.17.
3157
3158 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3159
3160         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3161         change.
3162
3163 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3164
3165         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3166
3167         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3168         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3169         (elmo-msgdb-flag-table): Ditto.
3170         (elmo-msgdb-sort-by-date): Ditto.
3171
3172         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3173
3174         * modb-standard.el (toplevel): Require mime.
3175         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3176         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3177         elmo-msgdb-message-entity-number.
3178         (elmo-msgdb-append-entity): Ditto.
3179         (elmo-msgdb-create-message-entity-from-file): Remove.
3180         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3181         corresponds to the entity.
3182         (elmo-msgdb-message-entity-number): Do nothing currently.
3183         (elmo-msgdb-message-entity-field): Ditto.
3184         (elmo-msgdb-message-entity-set-field): Ditto.
3185         (elmo-msgdb-copy-message-entity): Ditto.
3186         (elmo-msgdb-match-condition-internal): Ditto.
3187
3188         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3189         elmo-util.el.
3190         (elmo-msgdb-create-message-entity-from-file): Remove.
3191
3192         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3193         modb-legacy.el.
3194         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3195
3196         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3197
3198 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3199
3200         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3201         (elmo-msgdb-message-entity-field): Ditto.
3202         (elmo-msgdb-message-entity-number): Ditto.
3203
3204 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3205
3206         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3207         Fixed how to set extra field into entity.
3208         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3209         symbol.
3210
3211         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3212         Fixed how to set extra field into entity.
3213         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3214         symbol.
3215
3216 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * modb.el (elmo-message-entity-db): New function.
3219         (elmo-msgdb-make-message-entity): New API.
3220         (elmo-msgdb-message-entity-number): Ditto.
3221         (elmo-msgdb-message-entity-set-number): Ditto.
3222         (elmo-msgdb-message-entity-field): Ditto.
3223         (elmo-msgdb-message-entity-set-field): Ditto.
3224         (elmo-msgdb-copy-message-entity): Ditto.
3225         (elmo-msgdb-create-message-entity-from-file): Ditto.
3226         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3227         (elmo-msgdb-match-condition-internal): Ditto.
3228
3229         * modb-standard.el (modb-legacy): Require modb-legacy.
3230         (modb-standard-make-message-entity): New inline function.
3231         (elmo-msgdb-make-message-entity): Define.
3232         (elmo-msgdb-create-message-entity-from-file): Ditto.
3233         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3234         (elmo-msgdb-message-entity-field): Ditto.
3235         (elmo-msgdb-message-entity-set-field): Ditto.
3236         (elmo-msgdb-copy-message-entity): Ditto.
3237         (elmo-msgdb-match-condition-internal): Ditto.
3238
3239         * modb-legacy.el: Don't require modb-entity.
3240         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3241         (elmo-msgdb-match-condition-primitive): Ditto.
3242         (elmo-msgdb-get-decoded-cache): Ditto.
3243         (elmo-msgdb-overview-entity-get-id): Ditto.
3244         (elmo-msgdb-overview-entity-get-number): Ditto.
3245         (elmo-msgdb-overview-entity-set-number): Ditto.
3246         (elmo-msgdb-overview-entity-get-references): Ditto.
3247         (elmo-msgdb-overview-entity-set-references): Ditto.
3248         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3249         (elmo-msgdb-overview-entity-get-from): Ditto.
3250         (elmo-msgdb-overview-entity-set-from): Ditto.
3251         (elmo-msgdb-overview-entity-get-subject): Ditto.
3252         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3253         (elmo-msgdb-overview-entity-set-subject): Ditto.
3254         (elmo-msgdb-overview-entity-get-date): Ditto.
3255         (elmo-msgdb-overview-entity-set-date): Ditto.
3256         (elmo-msgdb-overview-entity-get-to): Ditto.
3257         (elmo-msgdb-overview-entity-get-cc): Ditto.
3258         (elmo-msgdb-overview-entity-get-size): Ditto.
3259         (elmo-msgdb-overview-entity-set-size): Ditto.
3260         (elmo-msgdb-overview-entity-get-extra): Ditto.
3261         (elmo-msgdb-overview-entity-set-extra): Ditto.
3262         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3263         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3264         (elmo-msgdb-number-load): Ditto.
3265         (elmo-msgdb-overview-load): Ditto.
3266         (elmo-msgdb-mark-load): Ditto.
3267         (elmo-msgdb-number-save): Ditto.
3268         (elmo-msgdb-mark-save): Ditto.
3269         (elmo-msgdb-overview-save): Ditto.
3270         (modb-legacy-make-message-entity): New inline function.
3271         (elmo-msgdb-insert-file-header): Ditto.
3272         (elmo-msgdb-make-message-entity): Define.
3273         (elmo-msgdb-create-message-entity-from-file): Ditto.
3274         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3275         (elmo-msgdb-message-entity-number): Ditto.
3276         (elmo-msgdb-message-entity-set-number): Ditto.
3277         (elmo-msgdb-message-entity-field): Ditto.
3278         (elmo-msgdb-message-entity-set-field): Ditto.
3279         (elmo-msgdb-copy-message-entity): Ditto.
3280         (elmo-msgdb-match-condition-internal): Ditto.
3281
3282         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3283         (elmo-message-copy-entity): Rewrite.
3284         (elmo-message-entity-number): Ditto.
3285         (elmo-message-entity-set-number): Ditto.
3286         (elmo-message-entity-field): Use elmo-message-entity-db.
3287         (elmo-message-entity-set-field): Ditto.
3288         (elmo-message-field): Rewrite.
3289
3290         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3291         elmo-msgdb.el
3292         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3293
3294         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3295         elmo-message-entity-field.
3296         (elmo-shimbun-folder-shimbun-header): Ditto.
3297         (elmo-shimbun-entity-to-header): Ditto.
3298         (elmo-folder-msgdb-create): Ditto.
3299         (elmo-shimbun-msgdb-create-entity): Ditto;
3300         Use elmo-msgdb-create-message-entity-from-buffer.
3301         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3302         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3303
3304         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3305         elmo-msgdb-create-message-entity-from-file and 
3306         elmo-message-entity-field.
3307
3308         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3309         elmo-message-entity-number.
3310         (elmo-pop3-msgdb-create-message): Use
3311         elmo-msgdb-create-message-entity-from-buffer,
3312         elmo-message-entity-set-field, elmo-message-entity-number and
3313         elmo-message-entity-set-number.
3314
3315         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3316         the API change in elmo-msgdb-make-message-entity.
3317         (elmo-nntp-msgdb-create-message): Use
3318         elmo-msgdb-create-message-entity-from-buffer.
3319
3320         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3321         elmo-message-entity-field and
3322         elmo-msgdb-create-message-entity-from-file.
3323
3324         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3325         (elmo-msgdb-get-field): Abolish.
3326         (elmo-msgdb-get-number): Rewrite.
3327         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3328         (elmo-msgdb-flag-table): Ditto.
3329         (elmo-msgdb-get-last-message-id,
3330         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3331         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3332         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3333         (elmo-msgdb-create-overview-from-buffer,
3334         elmo-msgdb-overview-get-parent-entity): Abolish.
3335
3336         * elmo-mime.el (elmo-mime-display-as-is): Use
3337         elmo-message-entity-field.
3338
3339         * elmo-map.el (elmo-folder-pack-numbers): Use
3340         elmo-message-entity-set-number.
3341
3342         * elmo-maildir.el (elmo-folder-msgdb-create): 
3343         elmo-msgdb-create-message-entity-from-file instead of
3344         elmo-msgdb-create-overview-entity-from-file.
3345
3346         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3347         msgdb.
3348         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3349         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3350
3351         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3352         elmo-messge-entity-field and elmo-message-entity-number.
3353         (elmo-imap4-fetch-callback-1): Call
3354         elmo-msgdb-create-message-entity-from-buffer instead of
3355         elmo-msgdb-create-overview-from-buffer. 
3356         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3357         (elmo-find-fetch-strategy): Likewise.
3358
3359         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3360         elmo-localdir-msgdb-create-entity with argument msgdb.
3361
3362         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3363         and elmo-message-entity-set-number.
3364
3365         * elmo-cache.el (elmo-folder-msgdb-create): Use
3366         elmo-message-entity-field.
3367         (elmo-folder-msgdb-create): Call
3368         elmo-msgdb-create-message-entity-from-file instead of
3369         elmo-msgdb-create-overview-entity-from-file.
3370
3371         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3372         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3373         instead of elmo-msgdb-create-overview-from-buffer.
3374         (elmo-archive-msgdb-create-entity): Ditto.
3375         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3376         elmo-message-entity-field.
3377         (elmo-archive-parse-mmdf): Ditto.
3378
3379         * modb-entity.el: Removed.
3380
3381         * elmo-version.el (elmo-version): Up to 2.11.16.
3382
3383 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3384
3385         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3386         `is-local'.
3387         (elmo-folder-flag-as-answered): Ditto.
3388
3389 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3390
3391         * modb-standard.el: New file.
3392
3393         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3394         elmo-msgdb-convert-type is `sync'.
3395
3396         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3397         (elmo-msgdb-convert-type): New user option.
3398
3399         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3400         (elmo-load-msgdb): Auto detect saved type.
3401
3402         * elmo-version.el (elmo-version): Up to 2.11.15.
3403
3404 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3405
3406         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3407
3408         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3409         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3410         with argument `delete-if-none' when dst-folder is 'null.
3411
3412         * elmo-flag.el (elmo-folder-append-messages): Defined.
3413         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3414
3415 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3418
3419 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3420
3421         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3422         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3423         (elmo-folder-commit): Ditto.
3424
3425 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3426
3427         * elmo-flag.el: New file.
3428
3429         * elmo-mark.el: Removed.
3430
3431         * modb-legacy.el (modb-legacy-new-mark,
3432         modb-legacy-unread-uncached-mark,
3433         modb-legacy-unread-cached-mark,
3434         modb-legacy-read-uncached-mark,
3435         modb-legacy-answered-cached-mark,
3436         modb-legacy-answered-uncached-mark,
3437         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3438         All other related portions are changed.
3439
3440         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3441         (elmo-folder-list-messages-with-global-mark): Abolish.
3442         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3443         (elmo-folder-flag-as-important): Ditto.
3444         (elmo-folder-unflag-read): Ditto.
3445         (elmo-folder-flag-as-read): Ditto.
3446         (elmo-folder-unflag-answered): Ditto.
3447         (elmo-folder-flag-as-answered): Ditto.
3448         (elmo-message-encache): Return the cache path.
3449         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3450         (elmo-message-set-flag): Transitional implementation.
3451         (elmo-message-unset-flag): Ditto.
3452         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3453         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3454         (elmo-init): Call elmo-global-flag-initialize.
3455         (toplevel): Added autoload settings for elmo-flag.
3456
3457         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3458
3459         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3460         (elmo-file-cache-delete): Don't treat global-mark.
3461
3462         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3463
3464         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3465
3466         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3467         `elmo-global-flags-set'.
3468
3469         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3470         `flag'.
3471         (elmo-folder-unflag-read): Ditto.
3472         (elmo-folder-unflag-important): Ditto.
3473         (elmo-folder-flag-as-important): Ditto.
3474         (elmo-folder-unflag-answered): Ditto.
3475         (elmo-folder-flag-as-answered): Ditto.
3476
3477         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3478         `elmo-global-flags-set'.
3479         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3480
3481         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3482
3483         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3484         `flag'.
3485         (elmo-folder-flag-as-important): Ditto.
3486         (elmo-folder-unflag-important): Ditto.
3487         (elmo-folder-flag-as-important): Ditto.
3488         (elmo-folder-unflag-read): Ditto.
3489         (elmo-folder-flag-as-read): Ditto.
3490         (elmo-folder-unflag-answered): Ditto.
3491         (elmo-folder-flag-as-answered): Ditto.
3492
3493         * elmo-multi.el (elmo-folder-list-importants): Don't call
3494         elmo-folder-list-messages-with-global-mark.
3495         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3496         (elmo-folder-unflag-important): Ditto.
3497         (elmo-folder-flag-as-read): Ditto.
3498         (elmo-folder-unflag-read): Ditto.
3499         (elmo-folder-flag-as-answered): Ditto.
3500         (elmo-folder-unflag-answered): Ditto.
3501
3502         * elmo-msgdb.el (elmo-msgdb-new-mark,
3503         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3504         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3505         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3506         (Moved to modb-legacy.el).
3507         (elmo-flag-table-get): Treat important flag too.
3508
3509         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3510         `mark' to `flag'.
3511         (elmo-map-folder-flag-as-important): Ditto.
3512         (elmo-map-folder-unflag-read): Ditto.
3513         (elmo-map-folder-flag-as-read): Ditto.
3514         (elmo-map-folder-unflag-answered): Ditto.
3515         (elmo-map-folder-flag-as-answered): Ditto.
3516         (elmo-folder-unflag-important): Ditto.
3517         (elmo-folder-flag-as-important): Ditto.
3518         (elmo-folder-unflag-read): Ditto.
3519         (elmo-folder-flag-as-read): Ditto.
3520         (elmo-folder-unflag-answered): Ditto.
3521         (elmo-folder-flag-as-answered): Ditto.
3522
3523         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3524         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3525         `flag'.
3526         (elmo-map-folder-unflag-important): Ditto.
3527         (elmo-map-folder-flag-as-read): Ditto.
3528         (elmo-map-folder-unflag-read): Ditto.
3529         (elmo-map-folder-flag-as-answered): Ditto.
3530         (elmo-map-folder-unflag-answered): Ditto.
3531
3532         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3533         `elmo-global-flags-set'.
3534         (elmo-global-flags-set): Added autoload setting.
3535
3536         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3537         `flag'.
3538
3539         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3540         `elmo-msgdb-global-mark-set'.
3541         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3542         Call `elmo-global-flags-set'.
3543         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3544         `flag'.
3545         (elmo-folder-flag-as-important-plugged): Ditto.
3546         (elmo-folder-unflag-read-plugged): Ditto.
3547         (elmo-folder-flag-as-read-plugged): Ditto.
3548         (elmo-folder-unflag-answered-plugged): Ditto.
3549         (elmo-folder-flag-as-answered-plugged): Ditto.
3550         (elmo-global-flags-set): Added autoload setting.
3551
3552         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3553         `flag'.
3554         (elmo-folder-unflag-read): Ditto.
3555         (elmo-folder-flag-as-important): Ditto.
3556         (elmo-folder-unflag-important): Ditto.
3557         (elmo-folder-flag-as-answered): Ditto.
3558         (elmo-folder-unflag-answered): Ditto.
3559
3560         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3561         change of `mark'->`flag'.
3562         (elmo-dop-queue-method-name-alist): Ditto.
3563         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3564         (elmo-folder-unflag-read-dop): Ditto.
3565         (elmo-folder-flag-as-important-dop): Ditto.
3566         (elmo-folder-unflag-important-dop): Ditto.
3567         (elmo-folder-flag-as-answered-dop): Ditto.
3568         (elmo-folder-unflag-answered-dop): Ditto.
3569
3570         * elmo-cache.el (elmo-folder-msgdb-create): Call
3571         `elmo-global-flags-set'.
3572
3573         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3574         Call `elmo-global-flags-set'.
3575         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3576         elmo-archive-parse-mmdf with argument `folder'.
3577         (elmo-archive-parse-mmdf): Added argument `folder';
3578         Call `elmo-global-flags-set'.
3579
3580         * elmo-version.el (elmo-version): Up to 2.11.14.
3581
3582 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3583
3584         * modb.el (elmo-msgdb-length): Define.
3585
3586         * elmo.el (elmo-make-folder): Fixed.
3587         (elmo-generic-folder-append-messages): Follow the API change.
3588
3589         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3590         API change.
3591
3592 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3593
3594         * modb.el: New file.
3595
3596         * modb-entity.el: Ditto.
3597
3598         * modb-legacy.el: Ditto.
3599
3600         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3601         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3602         of `elmo-msgdb-overview-get-entity'.
3603         (elmo-msgdb-get-field): Ditto.
3604         (elmo-msgdb-merge): Moved to `elmo.el'.
3605         (elmo-msgdb-length): Removed; redefine as modb method.
3606         (elmo-msgdb-change-mark): Abolish.
3607         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3608         (elmo-msgdb-match-condition): Don't use mark.
3609         (elmo-msgdb-overview-get-entity): Abolish.
3610         Split modb part into `modb*.el'.
3611
3612         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3613
3614         * elmo-shimbun.el (shimbun-mua-search-id): Use
3615         `elmo-msgdb-message-entity' instead of
3616         `elmo-msgdb-overview-get-entity'.
3617         (elmo-shimbun-folder-shimbun-header): Ditto.
3618         (elmo-shimbun-get-headers): Ditto.
3619         (elmo-shimbun-update-overview): Ditto.
3620
3621         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3622
3623         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3624
3625         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3626         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3627
3628         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3629         `elmo-msgdb-mark-to-flags'.
3630
3631         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3632         `elmo-msgdb-set-path'.
3633
3634         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3635  
3636         * elmo-version.el (elmo-version): Up to 2.11.13.
3637
3638         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3639
3640         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3641         of mark.
3642
3643 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3644
3645         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3646         mismatch.
3647
3648 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3649
3650         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3651         instead of `elmo-msgdb-get-cached'.
3652         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3653
3654         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3655         (elmo-msgdb-set-cached): Ditto.
3656         (elmo-msgdb-set-flag): Rewrite.
3657         (elmo-msgdb-unset-flag): Ditto.
3658
3659         * elmo-msgdb.el: Rewrite with luna.
3660
3661         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3662         (elmo-folder-msgdb): Follow the change above.
3663         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3664         (elmo-folder-unmark-important): Follow the API change.
3665         (elmo-folder-mark-as-important): Ditto.
3666         (elmo-folder-unmark-read): Ditto.
3667         (elmo-folder-mark-as-read): Ditto.
3668         (elmo-folder-unmark-answered): Ditto.
3669         (elmo-folder-mark-as-answered): Ditto.
3670         (elmo-folder-clear): Likewise.
3671
3672         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3673         instead of `elmo-msgdb-load' (renamed).
3674
3675         * elmo-version.el (elmo-version): Up to 2.11.12.
3676
3677 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3678
3679         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3680         change.
3681         (elmo-message-mark): Abolish.
3682         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3683         instead of `elmo-msgdb-change-mark'.
3684
3685         * elmo-pipe.el (elmo-message-mark): Abolish.
3686
3687         * elmo-multi.el (elmo-message-mark): Ditto.
3688
3689         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3690         (elmo-msgdb-unread-uncached-mark): Ditto.
3691         (elmo-msgdb-unread-cached-mark): Ditto.
3692         (elmo-msgdb-read-uncached-mark): Ditto.
3693         (elmo-msgdb-answered-cached-mark): Ditto.
3694         (elmo-msgdb-answered-uncached-mark): Ditto.
3695         (elmo-msgdb-important-mark): Ditto.
3696         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3697         `use-cache'.
3698         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3699         `flags'.
3700         (elmo-flag-table-load): Changed flag to list of flag.
3701         (elmo-flag-table-set): If flags is nil, set read flag.
3702         (elmo-flag-table-get): Return derived flags from global mark,
3703         cache status and saved flags.
3704         (elmo-msgdb-flag-table): Follow the change above.
3705         (elmo-msgdb-out-of-date-messages): New function.
3706
3707         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3708
3709         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3710
3711         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3712
3713         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3714         (elmo-nntp-msgdb-create-message): Ditto.
3715
3716         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3717
3718         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3719         independent.
3720         (elmo-folder-msgdb-create): Follow the API change.
3721
3722         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3723         (elmo-folder-append-messages): Ditto.
3724
3725         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3726         (elmo-folder-append-buffer): Ditto.
3727
3728         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3729
3730         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3731
3732         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3733         (elmo-archive-parse-mmdf): Ditto.
3734
3735         * elmo-version.el (elmo-version): Up to 2.11.11.
3736
3737 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3738
3739         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3740         `elmo-msgdb-mark'.
3741
3742         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3743
3744         * elmo-pipe.el (elmo-message-flags): Defined.
3745
3746         * elmo-multi.el (elmo-message-flags): Ditto.
3747
3748 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3749
3750         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3751         `elmo-msgdb-delete-msgs'.
3752
3753         * elmo.el (elmo-folder-count-flags): Don't use
3754         `elmo-msgdb-get-mark-alist'.
3755         (elmo-folder-detach-messages): Follow the API change.
3756
3757         * elmo.el (elmo-folder-list-messages): Append killed messages into
3758         result if `visible-only' is nil.
3759
3760         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3761         canceled messages.
3762         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3763         (elmo-folder-update-number): Likewise.
3764
3765         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3766         (elmo-pop3-sort-msgdb-by-original-number): Use
3767         `elmo-msgdb-sort-entities'.
3768
3769         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3770         (elmo-msgdb-sort-by-date): Use it.
3771         (elmo-msgdb-overview-sort-by-date): Abolish.
3772
3773         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3774
3775         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3776         (elmo-msgdb-flags): New function.
3777         (elmo-msgdb-merge): Use elmo-msgdb-append.
3778
3779         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
3780         change.
3781
3782         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3783
3784         * elmo-dop.el (elmo-folder-status-dop): Use
3785         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
3786
3787 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3788
3789         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
3790
3791         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
3792
3793         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
3794
3795         * elmo-util.el (elmo-with-progress-display): New macro.
3796
3797         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
3798
3799 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3800
3801         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3802         `elmo-folder-list-message-entities' instead of
3803         `elmo-msgdb-get-overview'.
3804         (elmo-map-folder-list-message-locations): Ditto.
3805
3806         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
3807         methods instead of treat directly).
3808         (elmo-msgdb-clear): Ditto.
3809         (elmo-msgdb-delete-msgs): Ditto.
3810         (elmo-msgdb-sort-by-date): Ditto.
3811
3812         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
3813         local variables.
3814         (elmo-nntp-folder-msgdb-create): Follow the API change.
3815
3816         * elmo-version.el (elmo-version): Up to 2.11.10.
3817
3818 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3819
3820         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
3821         (elmo-msgdb-flags-to-mark): Ditto.
3822         (elmo-msgdb-append-entity): Ditto.
3823
3824         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3825         Use `elmo-msgdb-append-entity' instead of construct msgdb.
3826         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
3827         (elmo-archive-parse-mmdf): Ditto.
3828
3829         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3830
3831         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3832
3833         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3834
3835         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3836
3837         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
3838
3839         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
3840
3841         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3842
3843         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3844
3845         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3846         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
3847         to empty msgdb.
3848
3849         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
3850         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
3851         instead of directly construction.
3852         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
3853         instead of construct msgdb.
3854
3855         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3856         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
3857         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
3858         instead of construct msgdb.
3859
3860 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3861
3862         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
3863         when field is from or subject.
3864
3865 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3866
3867         * elmo-multi.el (elmo-message-entity-parent): Define.
3868         (elmo-folder-search): Rewrite.
3869
3870 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3871
3872         * elmo-multi.el (elmo-message-cached-p): Define.
3873
3874         * elmo.el (elmo-message-cached-p): New method.
3875         (elmo-message-accessible-p): Use it instead of msgdb API directly.
3876         (elmo-message-flags): New method.
3877         (elmo-message-flagged-p): New function.
3878
3879         * elmo-version.el (elmo-version): Up to 2.11.9.
3880
3881 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3882
3883         * elmo-version.el (elmo-version): Up to 2.11.8.
3884
3885         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
3886
3887         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
3888
3889 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * elmo.el (elmo-folder-detach-messages): Undo last change.
3892
3893 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
3896
3897         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
3898         only when src folder type is pop3.
3899
3900 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * elmo-msgdb.el (elmo-msgdb-make-index): Use
3903         elmo-msgdb-overview-entity-get-number instead of
3904         elmo-message-entity-number.
3905
3906 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3907
3908         * elmo-version.el (elmo-version): Up to 2.11.7.
3909
3910 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3911
3912         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
3913         function.
3914
3915         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
3916         (elmo-msgdb-merge): New function.
3917         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
3918         (elmo-msgdb-make-index): Rewrite.
3919
3920         * elmo-version.el (elmo-version): Up to 2.11.6.
3921
3922         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
3923         use it as a the path for loading message entities.
3924
3925         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
3926
3927 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * elmo-filter.el (elmo-folder-set-message-modified): Set 
3930         message-modified slot of itself if it does not require target msgdb.
3931
3932         * elmo-mime.el (elmo-mime-message-display): Display message entirely
3933         if folder length is zero.
3934         (elmo-mime-display-as-is): Ditto.
3935
3936         * elmo-filter.el (elmo-folder-set-message-modified): Define.
3937
3938         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3939
3940 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3941
3942         * elmo.el (elmo-folder-set-message-modified): New method.
3943         (elmo-generic-folder-commit): Use it.
3944         (elmo-folder-synchronize): Ditto.
3945
3946         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
3947         (elmo-folder-commit): Remove duplicate definition.
3948
3949 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3950
3951         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
3952
3953 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3954
3955         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
3956         (elmo-strict-folder-diff): Ditto.
3957         (elmo-folder-set-info-max-by-numdb): Simplify.
3958
3959         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
3960         elmo-msgdb-list-messages.
3961
3962         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
3963         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
3964
3965 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3966
3967         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
3968         visible-only is non-nil.
3969         (elmo-folder-confirm-appends): Changed message.
3970         (elmo-folder-synchronize): Added argument disable-killed.
3971
3972         * elmo-multi.el (elmo-folder-synchronize): Added argument
3973         disable-killed.
3974
3975         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
3976
3977         * elmo-version.el (elmo-version): Up to 2.11.5.
3978
3979         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
3980         elmo-list-filter.
3981
3982         * elmo-util.el (elmo-list-filter): Simplify.
3983
3984         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
3985         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
3986         (elmo-generic-folder-diff): Abolish argument.
3987         (elmo-msgdb-load): Don't use number-alist.
3988
3989         * elmo-filter.el (elmo-folder-diff): Abolish argument.
3990
3991         * elmo-pipe.el (elmo-folder-diff): Ditto.
3992
3993         * elmo-nmz.el (elmo-folder-diff): Ditto.
3994
3995         * elmo-net.el (elmo-folder-diff): Ditto.
3996
3997         * elmo-maildir.el (elmo-folder-diff): Ditto.
3998
3999         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4000
4001         * elmo-multi.el (elmo-folder-diff): Ditto
4002         (elmo-multi-folder-diff): Rewrite.
4003
4004 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4005
4006         * elmo-pipe.el (elmo-folder-msgdb): Define.
4007
4008 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4009
4010         * elmo.el (elmo-message-set-cached): Define as a method.
4011
4012         * elmo-pipe.el (elmo-message-set-cached): Define.
4013         (elmo-find-fetch-strategy): Ditto.
4014
4015         * elmo-multi.el (elmo-message-set-cached): Define.
4016         (elmo-find-fetch-strategy): Rewrite.
4017
4018         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4019
4020         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4021
4022 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4025         instead of number-alist.
4026
4027         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4028         mark nor message-id when msgdb of source folder is not loaded.
4029
4030         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4031
4032         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4033
4034 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * elmo.el (elmo-folder-length): Don't require msgdb.
4037
4038 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4039
4040         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4041         (elmo-message-field): Ditto.
4042
4043         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4044         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4045         slot.
4046         (elmo-map-folder-list-answereds): Define.
4047         (elmo-maildir-list-location): Treat 'R' info.
4048         (elmo-folder-msgdb-create): Treat flag-table.
4049         (elmo-folder-append-messages): Save flag-table.
4050
4051 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4052
4053         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4054         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4055
4056 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4057
4058         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4059
4060         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4061         'read when mark is null.
4062
4063 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * elmo-version.el (elmo-version): Up to 2.11.4.
4066
4067 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4068
4069         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4070         (elmo-folder-mark-as-answered): Ditto.
4071
4072 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4075         (elmo-pop3-get-session): Make msgdb directory after session.
4076         (elmo-folder-exists-p): Check exactly at the first time even when the
4077         elmo-pop3-exists-exactly is nil.
4078
4079         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4080         (elmo-folder-list-messages): Define instead of
4081         elmo-folder-list-messages-internal.
4082         (elmo-folder-check): Check destination folder.
4083         (elmo-folder-synchronize): Drain the pipe.
4084
4085         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4086         when msgdb is not loaded.
4087
4088         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4089
4090         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4091         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4092         messages.
4093
4094         * elmo.el (elmo-folder-kill-messages-before): New function.
4095         (elmo-folder-kill-messages): Ditto.
4096         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4097
4098         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4099         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4100         killed not by synchronize (e.g. scoring).
4101
4102 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4103
4104         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4105         treated.
4106         (elmo-folder-search): Follow the change above.
4107
4108         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4109         into the candidates of search field.
4110
4111 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4112
4113         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4114         (elmo-msgdb-unset-flag): Ditto.
4115
4116         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4117
4118 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4119
4120         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4121         (elmo-folder-commit): Define.
4122         (elmo-folder-synchronize): Ditto.
4123         (elmo-folder-list-flagged): Ditto.
4124         (elmo-folder-commit): Ditto.
4125         (elmo-folder-length): Ditto.
4126         (elmo-folder-count-flags): Ditto.
4127         (elmo-message-mark): Ditto.
4128         (elmo-message-field): Ditto.
4129         (elmo-message-entity): Ditto.
4130         (elmo-message-folder): Ditto.
4131
4132 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4133
4134         * elmo.el (elmo-message-field): Define as a method.
4135
4136         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4137         (elmo-message-field): Define.
4138
4139         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4140         (elmo-folder-list-importants): Ditto.
4141         (elmo-folder-list-answereds): Ditto.
4142
4143         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4144         qualifier.
4145         (elmo-folder-mark-as-read): Ditto.
4146         (elmo-folder-unmark-read): Ditto.
4147         (elmo-folder-mark-as-answered): Ditto.
4148         (elmo-folder-unmark-answered): Ditto.
4149         (elmo-folder-list-flagged): Define.
4150         (elmo-folder-commit): Ditto.
4151         (elmo-folder-length): Ditto.
4152         (elmo-folder-count-flags): Ditto.
4153
4154 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4155
4156         * elmo.el (elmo-folder-detach-messages): New method.
4157         (elmo-folder-move-messages): Use it.
4158         (elmo-folder-synchronize): Ditto.
4159
4160         * elmo-multi.el (elmo-folder-detach-messages): Define.
4161
4162         * elmo.el (elmo-message-copy-entity): New function.
4163         (elmo-message-entity-set-number): Ditto.
4164         (elmo-message-mark): Define as method.
4165
4166         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4167         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4168         (elmo-message-entity): Fixed last change.
4169         (elmo-message-mark): Define.
4170         (elmo-folder-msgdb-create): Abolish.
4171         (elmo-multi-folder-append-msgdb): Ditto.
4172         (elmo-multi-folder-diff): Fixed.
4173         (elmo-multi-split-number-alist): Removed.
4174         (elmo-multi-split-mark-alist): Removed.
4175         (elmo-folder-list-messages): Define.
4176         (elmo-folder-list-messages-internal): Removed.
4177
4178         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4179         local file messages.
4180         (elmo-folder-msgdb-create): Fixed read mark.
4181
4182 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4183
4184         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4185         if mark is nil.
4186
4187 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * elmo.el (elmo-folder-list-message-entities): Define as inline
4190         function.
4191         (elmo-folder-messages): Abolish.
4192
4193         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4194         folder.
4195         (elmo-folder-synchronize): Define.
4196         (elmo-message-entity): Define.
4197
4198 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4199
4200         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4201         elmo-imap4-session-select-mailbox.
4202
4203         * elmo.el (elmo-folder-move-messages): Don't display any message.
4204
4205         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4206         parsing.
4207         (elmo-imap4-session-check): Don't wait CHECK response.
4208         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4209
4210 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4213
4214 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4217         API.
4218         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4219
4220
4221         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4222         (elmo-folder-list-message-entities): Added argument in-msgdb and
4223         numbers.
4224         (elmo-folder-synchronize): Define as a method.
4225
4226         * elmo-nntp.el (elmo-folder-initialize): Don't use
4227         elmo-nntp-default-user if zero-length username is specified
4228         explicitly.
4229
4230 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4231
4232         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4233         server name in case with username.
4234         (XXX: this is ad-hoc fix against username includes "@", it
4235         should be solved fundamentally)
4236
4237 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4238
4239         * elmo-nntp.el (elmo-nntp-debug): New function.
4240         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4241         (elmo-network-authenticate-session): Hide auth-info from the log.
4242
4243         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4244         user name if it is equal to elmo-nntp-default-user.
4245
4246 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4249         instead of shimbun-server-internal;
4250         Use shimbun-current-group instead of shimbun-current-group-internal.
4251         (elmo-folder-plugged-p): Use shimbun-server instead of
4252         shimbun-server-internal.
4253         (elmo-folder-set-plugged): Ditto.
4254         (elmo-net-port-info): Ditto.
4255         (elmo-folder-check): Ditto.
4256         (elmo-folder-expand-msgdb-path): Ditto.
4257         (elmo-folder-list-subfolders): Ditto.
4258
4259 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4260
4261         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4262         Convert field-name to lower case.
4263         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4264
4265 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4266
4267         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4268         `message' and `error' take format string.
4269
4270 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4271
4272         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4273
4274 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4275
4276         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4277         recursive call (can't byte compile on emacs 20.7).
4278
4279 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4282         (elmo-folder-list-message-entities): New API.
4283         (elmo-message-entity): Ditto.
4284         (elmo-message-entity-parent): Ditto.
4285         (elmo-folder-do-each-message-entity): Ditto.
4286         (elmo-message-entity-number): Ditto.
4287         (elmo-message-entity-field): Ditto.
4288         (elmo-message-entity-set-field): Ditto.
4289         (elmo-folder-count-flags): Ditto.
4290         (elmo-folder-length): Ditto.
4291
4292         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4293         not.
4294
4295         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4296         (elmo-msgdb-count-marks): Abolish.
4297         (elmo-msgdb-make-entity): Ditto.
4298         (elmo-msgdb-do-each-entity): Ditto.
4299         (elmo-msgdb-message-entity): New inline function.
4300         (elmo-msgdb-message-entity-field): Ditto.
4301         (elmo-msgdb-message-entity-set-field): Ditto.
4302         (elmo-msgdb-make-message-entity): New function.
4303
4304 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4305
4306         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4307         to flag. (All other related portions are changed.)
4308         (elmo-folder-msgdb-create): Likewise.
4309         (elmo-generic-folder-append-messages): Use flag-table instead of
4310         seen-list.
4311         (elmo-folder-move-messages): Removed redundant process.
4312         (elmo-folder-synchronize): Likewise.
4313
4314         * elmo-msgdb.el (elmo-flag-table-get): New function.
4315         (elmo-flag-table-save): Fixed.
4316         (elmo-msgdb-length): New inline function.
4317         (elmo-msgdb-flag-table): New function.
4318         (elmo-msgdb-mark): Add optional argument new.
4319         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4320         (elmo-msgdb-seen-list): Ditto.
4321         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4322
4323
4324 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4325
4326         * elmo.el (elmo-message-set-mark): Abolish.
4327         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4328         (All related portions are changed.)
4329
4330         * elmo-msgdb.el (toplevel): Added comment.
4331         (elmo-load-msgdb): Added 4th element `path'.
4332         (elmo-msgdb-append): Follow the change above.
4333         (elmo-msgdb-clear): Ditto.
4334         (elmo-msgdb-delete-msgs): Ditto.
4335         (elmo-msgdb-get-path): New inline function.
4336         (elmo-msgdb-set-path): Ditto.
4337         (elmo-flag-table-filename): New variable.
4338         (elmo-flag-table-load): New function.
4339         (elmo-flag-table-set): Ditto.
4340         (elmo-flag-table-save): Ditto.
4341         (elmo-msgdb-get-field-value): Abolish.
4342         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4343
4344 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4345
4346         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4347         the folder has been deleted successfully.
4348         * elmo-imap4.el (elmo-folder-delete): Ditto.
4349         * elmo-archive.el (elmo-folder-delete): Ditto.
4350         * elmo-localdir.el (elmo-folder-delete): Ditto.
4351         * elmo-maildir.el (elmo-folder-delete): Ditto.
4352
4353 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4354
4355         * elmo-util.el (elmo-string-member-ignore-case): New function.
4356         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4357         (elmo-imap4-fetch-callback-1-subr): Likewise.
4358
4359 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4360
4361         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4362         the case of the name attribute "\Noselect".
4363
4364 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4367
4368         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4369         flist, is not always a member of onum-alist.
4370
4371 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * elmo-version.el (elmo-version): Up to 2.11.3.
4374
4375 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4378         copied from localdir's one.
4379
4380         * elmo-pipe.el (elmo-folder-rename): New method, rename
4381         destination folder with leaving source folder as it is.
4382
4383 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4384
4385         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4386         replace-regexp.
4387
4388 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * elmo-version.el (elmo-version): Up to 2.11.2.
4391
4392 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4395         shimbun-open in case of "@".
4396         (elmo-folder-open-internal): Cope with shimbun = nil case.
4397         (elmo-folder-plugged-p): Ditto.
4398         (elmo-folder-list-subfolders): Make list for "@/" group.
4399
4400 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4403         mailbox (e.g. for %~/something).
4404
4405 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4406
4407         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4408         Replace nested conditional with guard clauses.
4409
4410 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4411
4412         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4413         error [wl:11327].
4414
4415         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4416         print-depth.
4417
4418 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4419
4420         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4421         Replace nested conditional with guard clauses.
4422
4423 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4426         (elmo-passwd-alist-save): Ditto.
4427         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4428
4429 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4432         dir-name only if it is absolute path.
4433         (TODO: distinguish +/something and +something)
4434
4435 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4438         path for "+~/something".
4439
4440 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4441
4442         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4443         as non-directory, cause error before rename-file.
4444         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4445         apropriately, mimic localdir's one.
4446         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4447
4448 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4449
4450         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4451
4452 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4455
4456         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4457         
4458         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4459         is included in the global-mark or not.
4460
4461 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * utf7.el (toplevel): Avoid error when the function
4464         find-coding-system does not exist.
4465
4466 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4469         cache even if the folder is plugged.
4470         (elmo-nntp-search-primitive): Do nothing when body search is
4471         invoked (although it is not used by the change above).
4472         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4473
4474 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4475
4476         * elmo-version.el (elmo-version): Up to 2.11.1.
4477
4478 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4479
4480         * elmo-archive.el: Specify charset.
4481
4482 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4483
4484         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4485         process buffer lives or not.
4486
4487         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4488         while flushing queues (It causes infinite loop).
4489
4490 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4493
4494 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4495
4496         * utf7.el (toplevel): Check the ucs features dynamically.
4497         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4498
4499         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4500         folder is creatabe or not if it already exists.
4501
4502 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4503
4504         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4505
4506         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4507
4508         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4509         (elmo-imap4-read-response): Take care of garbage response.
4510
4511 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4514         just return nil instead of error.
4515
4516 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4519         search-key is "body".
4520
4521 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4522
4523         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4524         of elmo-string-matched-assoc to use match-data.
4525         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4526
4527 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4528
4529         * elmo-split.el (elmo-split->): New function.
4530         (elmo-split-<): Ditto.
4531
4532 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4535         workaround for invalid message-id.
4536
4537 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4540         return normal pop3 session or pop3 biff session.
4541
4542 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4543
4544         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4545         info part to the cur files when the new files already have it.
4546         (Adviced by Jared Rhine <jared@wordzoo.com>)
4547
4548 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * elmo-split.el (elmo-split-default-action): New variable.
4551         (elmo-split-subr): Use it if all other conditions are passed.
4552         Extend `fname' and rename it as `action'. (implemented
4553         Teranishi-san's idea in [wl:10800])
4554
4555 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4558         * elmo-util.el: Ditto.
4559
4560 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4561
4562         * elmo.el (elmo-message-accessible-p): Renamed from
4563         elmo-message-cached-p and rewritten.
4564
4565 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4566
4567         * elmo.el (elmo-folder-list-flagged): New generic function.
4568         (elmo-folder-list-importants): New implementation.
4569         (elmo-folder-list-answereds): Ditto.
4570         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4571         Added 'digest'.
4572         (elmo-message-cached-p): New function.
4573         (elmo-message-set-flag): Ditto (no content).
4574         (elmo-message-unset-flag): Ditto.
4575         (elmo-folder-list-messages-mark-match): Abolish.
4576
4577         * elmo-util.el (elmo-regexp-opt): New function.
4578
4579         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4580         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4581         Added 'digest'.
4582         (elmo-msgdb-list-flagged): New function.
4583
4584         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4585         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4586         Added 'digest'.
4587
4588         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4589
4590 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4591
4592         * elmo-version.el (elmo-version): Up to 2.11.0.
4593
4594 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4595
4596         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4597         `elmo-file-cache-exists-p'; use proper mark that depends on
4598         `use-cache'.
4599         (elmo-msgdb-unset-flag): Ditto.
4600         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4601
4602         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4603         with 4th argument `use-cache'.
4604
4605 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4606
4607         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4608         (elmo-folder-mark-as-important): Ditto.
4609         (elmo-folder-unmark-read): Ditto.
4610         (elmo-folder-mark-as-read): Ditto.
4611         (elmo-folder-unmark-answered): Ditto.
4612         (elmo-folder-mark-as-answered): Ditto.
4613
4614         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4615         message status.
4616         (elmo-msgdb-mark): Likewise.
4617         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4618         (elmo-msgdb-unset-flag): Likewise.
4619
4620         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4621
4622 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4623
4624         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4625         `last:' filter.
4626
4627 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4630         set spool-length to 0.
4631
4632 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4633
4634         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4635         (elmo-dop-queue-flush): Fixed last change.
4636
4637 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4638
4639         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4640         if require-msgdb slot is nil.
4641         (elmo-folder-list-importants): Likewise.
4642
4643 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4644
4645         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4646         mark is changed.
4647
4648         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4649         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4650         is changed.
4651
4652 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4655
4656 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4657
4658         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4659
4660         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4661
4662 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4663
4664         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4665         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4666
4667 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4670         the problem reported by Sean Rima [wl-en:180].
4671
4672 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4673
4674         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4675
4676         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4677
4678         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4679
4680         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4681
4682         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4683
4684         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4685
4686         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4687
4688 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4689
4690         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4691         status number.
4692
4693 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4696         (elmo-folder-mark-as-read): Follow the API change.
4697         (elmo-message-set-cached): New function.
4698
4699         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4700
4701         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4702
4703         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4704         (elmo-folder-mark-as-important): Ditto.
4705         (elmo-folder-unmark-read): Ditto.
4706         (elmo-folder-mark-as-read): Ditto.
4707         (elmo-folder-unmark-answered): Ditto.
4708         (elmo-folder-mark-as-answered): Ditto.
4709
4710         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4711         (elmo-folder-unmark-important): Ditto.
4712         (elmo-folder-mark-as-read): Ditto.
4713         (elmo-folder-unmark-read): Ditto.
4714         (elmo-folder-mark-as-answered): Ditto.
4715         (elmo-folder-unmark-answered): Ditto.
4716
4717         * elmo-mark.el (toplevel): Removed some mark method definitions.
4718
4719         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4720         (elmo-map-folder-mark-as-answered): Ditto.
4721         (elmo-folder-unmark-important): Add :before qualifier.
4722         (elmo-folder-mark-as-important): Ditto.
4723         (elmo-folder-unmark-read): Ditto.
4724         (elmo-folder-mark-as-read): Ditto.
4725         (elmo-folder-unmark-answered): Define.
4726         (elmo-folder-mark-as-answered): Ditto.
4727
4728         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4729         (elmo-map-folder-unmark-answered): Ditto.
4730
4731         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4732
4733         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4734         (elmo-folder-mark-as-important): Ditto.
4735         (elmo-folder-unmark-read): Ditto.
4736         (elmo-folder-mark-as-read): Ditto.
4737         (elmo-folder-unmark-answered): Ditto.
4738         (elmo-folder-mark-as-answered): Ditto.
4739
4740         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4741         `mark'; evaluate mark condition.
4742         (elmo-msgdb-match-condition-internal): New function.
4743         (elmo-msgdb-match-condition): Call it; changed argument.
4744
4745         * elmo.el (elmo-folder-search): Follow the API change on
4746         `elmo-msgdb-match-condition'.
4747
4748 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4749
4750         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4751         original mark is non-nil.
4752
4753 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4754
4755         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4756         (elmo-map-folder-list-answereds): New method.
4757         (elmo-folder-list-unreads): Add :around qualifier.
4758         (elmo-folder-list-importants): Ditto.
4759         (elmo-folder-list-answereds): Ditto.
4760
4761 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4764
4765         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4766         method if msgdb is not required.
4767         (elmo-filter-folder-list-importants): Don't treat global-mark.
4768
4769         * elmo.el (elmo-folder-list-importants): Ditto.
4770
4771         * elmo-net.el (elmo-folder-list-importants): Ditto.
4772
4773         * elmo-map.el (elmo-folder-list-importants): Ditto.
4774
4775         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4776
4777         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
4778         (elmo-imap4-folder-list-any-plugged): New function.
4779         (elmo-imap4-search-internal-primitive): Use it.
4780
4781         * elmo-filter.el (elmo-folder-check): Synchronize original folder
4782         only when require-msgdb slot is non-nil.
4783         (elmo-folder-close): Clear target folder's msgdb.
4784
4785 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
4788         (elmo-pop3-msgdb-create-by-header): Ditto.
4789         (elmo-pop3-msgdb-create-message): Ditto.
4790
4791         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4792
4793         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4794
4795         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4796
4797         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4798         (elmo-folder-msgdb-create): Ditto.
4799         (elmo-nntp-folder-msgdb-create): Ditto.
4800         (elmo-nntp-msgdb-create-by-header): Ditto.
4801         (elmo-nntp-msgdb-create-message): Ditto.
4802         (elmo-folder-list-unreads): Define.
4803
4804         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
4805         (elmo-folder-append-messages): Ditto.
4806         (elmo-folder-list-unreads): Define.
4807         (elmo-folder-list-importants): Ditto.
4808         (elmo-folder-list-answereds): Ditto.
4809
4810         * elmo-net.el (elmo-folder-list-unreads): Define.
4811         (elmo-folder-list-importants): Ditto.
4812         (elmo-folder-list-answereds): Ditto.
4813         (elmo-folder-list-answereds-plugged): Ditto.
4814         (elmo-folder-msgdb-create): Follow the API change.
4815         (elmo-folder-msgdb-create-unplugged): Ditto.
4816         (elmo-folder-unmark-answered): Define.
4817         (elmo-folder-mark-as-answered-unplugged): Ditto.
4818         (elmo-folder-unmark-answered-unplugged): Ditto.
4819
4820         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
4821         (elmo-msgdb-unread-uncached-mark): Ditto.
4822         (elmo-msgdb-unread-cached-mark): Ditto.
4823         (elmo-msgdb-read-uncached-mark): Ditto.
4824         (elmo-msgdb-answered-cached-mark): Ditto.
4825         (elmo-msgdb-answered-uncached-mark): Ditto.
4826         (elmo-msgdb-important-mark): Ditto.
4827         (elmo-msgdb-set-mark): Rewrite.
4828         (elmo-msgdb-count-marks): Rewrite.
4829         (elmo-msgdb-mark-alist-set): Abolish.
4830         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
4831         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
4832
4833         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
4834         (elmo-folder-close): Define.
4835         (elmo-folder-msgdb-create): Follow the API change.
4836         (elmo-folder-list-unreads): Rewrite.
4837         (elmo-folder-mark-as-important): Ditto.
4838         (elmo-folder-unmark-important): Ditto.
4839         (elmo-folder-mark-as-read): Ditto.
4840         (elmo-folder-unmark-read): Ditto.
4841         (elmo-folder-mark-as-answered): Define.
4842         (elmo-folder-unmark-answered): Ditto.
4843
4844         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
4845         (elmo-folder-append-messages): Ditto.
4846
4847         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
4848
4849         * elmo-map.el (elmo-folder-list-unreads): Ditto.
4850         (elmo-folder-list-importants): Ditto.
4851
4852         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4853         (elmo-folder-append-messages): Ditto.
4854
4855         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
4856         change.
4857         (elmo-folder-msgdb-create-plugged): Ditto.
4858         (elmo-folder-append-messages): Ditto.
4859         (elmo-folder-list-answereds-plugged): Define.
4860         (elmo-imap4-search-internal-primitive): Add `mark' processing.
4861         (elmo-folder-unmark-answered-plugged): Define.
4862         (elmo-folder-mark-as-answered-plugged): Ditto.
4863         (elmo-folder-search-requires-msgdb-p): Ditto.
4864
4865         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
4866         (elmo-folder-initialize): Set it.
4867         (elmo-folder-msgdb): Define.
4868         (elmo-folder-check): Call elmo-folder-synchronize.
4869         (elmo-folder-close): Define.
4870         (elmo-folder-commit): Ditto.
4871         (elmo-folder-msgdb-create): Rewrite.
4872         (elmo-folder-list-unreads): Ditto.
4873         (elmo-folder-list-importants): Ditto.
4874         (elmo-folder-mark-as-read): Ditto.
4875         (elmo-folder-unmark-read): Ditto.
4876         (elmo-folder-mark-as-important): Ditto.
4877         (elmo-folder-unmark-important): Ditto.
4878         (elmo-folder-mark-as-answered): Define.
4879         (elmo-folder-unmark-answered): Ditto.
4880
4881         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
4882         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
4883         (elmo-dop-queue-method-name-alist): Likewise.
4884         (elmo-folder-mark-as-answered-dop): New inline function.
4885         (elmo-folder-unmark-answered-dop): Ditto.
4886         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
4887
4888         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
4889         (elmo-folder-msgdb-create): Ditto.
4890         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4891         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4892         (elmo-archive-parse-mmdf): Ditto.
4893
4894         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4895         (elmo-folder-list-unreads-internal): Ditto.
4896
4897         * elmo.el (elmo-folder-msgdb): Define as generic function.
4898         (elmo-folder-list-messages): Added argument `in-msgdb'.
4899         (elmo-folder-list-unreads): Define as generic function.
4900         (elmo-folder-list-importants): Ditto.
4901         (elmo-folder-list-answereds): Ditto.
4902         (elmo-folder-list-messages-with-global-mark): New function.
4903         (elmo-folder-msgdb-create): Removed mark arguments.
4904         (elmo-folder-unmark-answered): New generic function.
4905         (elmo-folder-mark-as-answered): Ditto.
4906         (elmo-folder-append-messages): Removed argunment `unread-marks'
4907         (elmo-folder-list-unreads-internal): Abolish.
4908         (elmo-folder-list-importants-internal): Ditto.
4909         (elmo-folder-search-requires-msgdb-p): New generic function.
4910         (elmo-folder-search-requires-msgdb-p-internal): New function.
4911         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
4912         elmo-msgdb-load.
4913         (elmo-folder-search-fast): Added key 'mark'.
4914         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
4915         instead of unread-marks argument.
4916         (elmo-folder-move-messages): Removed argunment `unread-marks'
4917         (elmo-folder-unmark-important): Define.
4918         (elmo-folder-mark-as-important): Ditto.
4919         (elmo-folder-unmark-read): Ditto.
4920         (elmo-folder-mark-as-read): Ditto.
4921         (elmo-folder-unmark-answered): Ditto.
4922         (elmo-folder-mark-as-answered): Ditto.
4923         (elmo-folder-replace-marks): Abolish.
4924         (elmo-generic-folder-append-msgdb): Append msgdb before checking
4925         duplicates.
4926         (elmo-folder-synchronize): Removed mark arguments;
4927         return crosspost only number.
4928
4929 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4930
4931         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
4932         Remove redundunt connectivity check.
4933
4934 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4935
4936         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
4937         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
4938
4939 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * pldap.el (ldap-decode-string): Return string as-is if
4942         `ldap-coding-system' is nil.
4943         (ldap-encode-string): Ditto.
4944         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
4945         (ldap-default-host): Fixed docstring.
4946
4947 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * elmo-util.el (elmo-warning): Define as a macro which uses
4950         `display-warning' if it is defined as a function.
4951
4952         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
4953         (elmo-split-equal): Use it.
4954         (elmo-split-match): Ditto.
4955         (elmo-split-message-entity): New buffer-local variable.
4956         (elmo-split-subr): Set it.
4957
4958         * elmo-version.el (elmo-version): Up to 2.9.15.
4959
4960 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
4961
4962         * elmo-imap4.el (elmo-network-initialize-session):
4963         Check capability after starttls.
4964
4965 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * elmo-util.el (elmo-list-delete): Added optional argument
4968         DELETE-FUNCTION.
4969
4970         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
4971
4972         * elmo-util.el (elmo-warning): Ignore errors while recenter.
4973
4974         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
4975
4976         * elmo-imap4.el (elmo-folder-initialize): Don't use
4977         elmo-imap4-default-mailbox.
4978
4979 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4980
4981         * elmo-split.el (toplevel): Use `product-provide'.
4982         (elmo-split): Checkdoc.
4983
4984 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
4985
4986         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
4987         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
4988         the function `elmo-imap4-debug-1'.
4989
4990 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4991
4992         * elmo-split.el (elmo-split): Moved to run hooks and to show
4993         message from elmo-split-subr.
4994         (elmo-split-subr): Follow the change above.
4995
4996         * elmo-split.el (elmo-split-subr): New function (renamed from
4997         elmo-split-subr).
4998         (elmo-split): Changed to call elmo-split-subr by element of
4999         elmo-split-folder.
5000         (elmo-split-folder): Changed customization type to choice.
5001
5002 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5003
5004         * elmo-split.el (elmo-split-and): Fixed condition.
5005
5006 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * elmo-split.el: New file.
5009         (elmo-split): Fixed logic.
5010         Display "Test:" instead of "Folder:" when reharsal.
5011
5012         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5013         explicitly.
5014
5015         * elmo-version.el (elmo-version): Up to 2.9.14.
5016
5017         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5018         wl-expand-newtext).
5019
5020 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5021
5022         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5023         message with no message-id field.
5024
5025 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5026
5027         * elmo-version.el (elmo-version): Up to 2.9.13.
5028
5029         * elmo-dop.el (elmo-folder-status-dop): Fix.
5030
5031 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5034
5035         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5036         changing default value of default-mime-charset.
5037         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5038
5039         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5040
5041         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5042         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5043         instead of elmo-dop-queue-method-name-alist to check merging queue.
5044         (elmo-folder-delete-messages-dop): Delete from queue if negative
5045         message number.
5046         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5047         file is already removed.
5048
5049 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * elmo-vars.el: Bind colon keywords for old Emacsen.
5052
5053 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5054
5055         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5056         against non-exsisting charset.
5057
5058 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5059
5060         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5061         Use eword-decode-and-unfold-unstructured-field-body.
5062
5063         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5064         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5065         exists to decode raw subject string.
5066         (toplevel): Require 'mime.
5067
5068         * elmo-version.el (elmo-version): Up to 2.9.12.
5069
5070 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5071
5072         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5073         (elmo-msgdb-set-mark): Ditto.
5074
5075         * elmo-version.el (elmo-version): Up to 2.9.11.
5076
5077 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * elmo-util.el (elmo-delete-match-files): New function.
5080
5081         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5082         instead of elmo-delete-directory.
5083
5084         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5085         elmo-hash-minimun-size as 63.
5086
5087         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5088         elmo-diff-unread is nil.
5089
5090         * elmo-imap4.el (elmo-folder-open): Fix.
5091
5092         * elmo.el (elmo-message-mark): Rewrite.
5093         (elmo-message-field): Ditto.
5094         (elmo-message-set-mark): Ditto.
5095         (elmo-folder-replace-marks): New function.
5096         (elmo-generic-folder-append-msgdb): Removed third argument for
5097         elmo-msgdb-append.
5098         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5099         (elmo-msgdb-load): New implementation.
5100
5101         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5102
5103         * elmo-util.el (elmo-list-insert): New implementation.
5104
5105         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5106         argument for elmo-msgdb-append.
5107         
5108
5109         * elmo-msgdb.el (elmo-load-msgdb): New function.
5110         (elmo-make-msgdb): Ditto.
5111         (elmo-msgdb-get-index): New inline function.
5112         (elmo-msgdb-set-index): Ditto.
5113         (elmo-msgdb-get-entity-hashtb): Ditto.
5114         (elmo-msgdb-get-mark-hashtb): Ditto.
5115         (elmo-msgdb-get-mark): Ditto.
5116         (elmo-msgdb-set-mark): Ditto.
5117         (elmo-msgdb-count-marks): Ditto.
5118         (elmo-msgdb-get-number): Ditto.
5119         (elmo-msgdb-get-field): Ditto.
5120         (elmo-msgdb-seen-list): Ditto.
5121         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5122         (elmo-msgdb-delete-msgs): Follow the changes above.
5123         (elmo-msgdb-overview-get-entity): Ditto.
5124         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5125         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5126         and rewritten.
5127         (elmo-msgdb-make-index): Likewise.
5128         (elmo-msgdb-append): Removed third argument.
5129         (elmo-msgdb-clear): Clear index as nil.
5130         (elmo-folder-set-info-hashtb): Removed.
5131         (elmo-folder-set-info-max-by-numdb): Ditto.
5132         (elmo-folder-info-make-hashtb): Ditto.
5133
5134         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5135
5136         * elmo-map.el (elmo-folder-pack-number): Ditto.
5137
5138 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * elmo-version.el (elmo-version): Up to 2.9.10.
5141
5142         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5143
5144         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5145
5146 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5147
5148         * elmo-utils.el (elmo-make-directory): Add option.
5149         Default file mode is 700.
5150
5151 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5152
5153         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5154
5155 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5158         mime-charset.
5159
5160         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5161         and "smaller".
5162
5163 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5164
5165         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5166         (elmo-shimbun-folder-entity-hash): New function.
5167         (elmo-shimbun-folder-shimbun-header): Ditto.
5168         (elmo-shimbun-entity-to-header): Ditto.
5169         (elmo-shimbun-msgdb-to-headers): Removed.
5170         (elmo-shimbun-folder-setup): Ditto.
5171         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5172         for hash key.
5173         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5174         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5175         Removed useless local bind.
5176         (elmo-folder-open-internal): Don't call
5177         `elmo-shimbun-folder-setup'.
5178         (elmo-folder-close-internal): Clear entity-hash slot.
5179         (elmo-folder-clear): Ditto.
5180         (elmo-shimbun-msgdb-create-entity): Use
5181         `elmo-shimbun-folder-shimbun-header'.
5182         (elmo-map-message-fetch): Ditto.
5183         (elmo-shimbun-update-overview): Use overview entity instead of
5184         shimbun header to lookup id by references.
5185         (elmo-map-folder-list-message-locations): Use not only headers but
5186         also overviews to list locations.
5187
5188 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5189
5190         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5191         msgdb path.
5192
5193         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5194
5195 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5196
5197         * elmo-util.el (elmo-read-search-condition-internal): Give default
5198         value for date.
5199
5200 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5201
5202         * elmo-util.el (elmo-condition-parse-search-value): Accept
5203         YYYY-MM-DD format to search.
5204         * elmo-date.el (elmo-date-get-datevec): Likewise.
5205
5206 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5207
5208         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5209         debugging code.
5210
5211 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5212
5213         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5214         from t.
5215
5216         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5217
5218         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5219         case from `elmo-folder-exists-p'.
5220         (elmo-folder-exists-p): Removed.
5221         (elmo-folder-creatable-p) Ditto.
5222
5223         * elmo-net.el (elmo-folder-create): Defined.
5224         (elmo-folder-create-unplugged): New function.
5225         (elmo-folder-exists-p): Changed default value to nil from t.
5226
5227         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5228         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5229
5230         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5231         `elmo-create-folder-dop' and append queue
5232         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5233         (elmo-folder-create-dop-delayed): New function.
5234
5235         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5236
5237         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5238
5239         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5240         (elmo-folder-writable-p) : Ditto.
5241
5242         * elmo-version.el (elmo-version): Up to 2.9.9.
5243
5244 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5245
5246         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5247         `elmo-message-use-cache-p' returns nil.
5248         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5249         (ignore cache file and refer the substance in local folders)
5250
5251 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * elmo-version.el (elmo-version): Up to 2.9.8.
5254
5255 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * elmo-version.el (elmo-version): Up to 2.9.7.
5258
5259         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5260
5261 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5262
5263         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5264
5265 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5268         from --early.
5269         (elmo-map-folder-list-message-locations): Reverse location list.
5270
5271 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5272
5273         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5274
5275 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5278         as a key.
5279         (elmo-nntp-folder-list-subfolders): Follow the change above.
5280
5281 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5282
5283         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5284         name if authentication type is specified.
5285
5286 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5289         variable.
5290         (elmo-default-nntp-stream-type): Ditto.
5291         (elmo-default-pop3-stream-type): Ditto.
5292
5293 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5294
5295         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5296
5297 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5298
5299         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5300         elmo-vars.el.
5301         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5302
5303         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5304         (elmo-maildir-folder-path): Ditto.
5305         (elmo-maildir-list): Ditto (abolished).
5306
5307 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5308
5309         * elmo-version.el (elmo-version): Up to 2.9.6.
5310
5311 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5314         (elmo-maildir-folder-path): Ditto.
5315         (elmo-msgdb-directory): Ditto.
5316         (elmo-passwd-life-time): Ditto.
5317         (elmo-msgdb-extra-fields): Ditto.
5318         (elmo-enable-disconnected-operation): Ditto.
5319
5320 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5321
5322         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5323         other choices.
5324         (elmo-pop3-default-authenticate-type): Ditto.
5325
5326 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5327
5328         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5329         choices for custom.
5330         (elmo-pop3-default-authenticate-type): Ditto.
5331
5332 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5333
5334         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5335         mailbox to new-folder.
5336
5337 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5340         less than new, set new as unread.
5341
5342         * elmo-util.el (elmo-string): Don't put text-property if nil.
5343
5344 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5345
5346         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5347         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5348
5349 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5350
5351         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5352         is nil on `completing-read'.
5353
5354 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5355
5356         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5357         for namespace part.
5358         (elmo-imap4-parse-namespace-subr): Ditto.
5359         (elmo-folder-list-subfolders): Append a delimiter when the specified
5360         folder path is a root with namespace and does not end with delimiter.
5361
5362 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5363
5364         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5365         was used.
5366
5367 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5368
5369         * elmo-util.el (elmo-save-buffer): The first argument of message
5370         is a format control string.
5371
5372 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5373
5374         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5375         `elmo-folder-diff').
5376         (elmo-diff-unread): Likewise.
5377
5378 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5379
5380         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5381         is t on `completing-read'.
5382
5383 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5384
5385         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5386         method of target folder with self mark-alist if MARK-ALIST is nil.
5387
5388 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5389
5390         * elmo-version.el (elmo-version): Up to 2.9.5.
5391
5392 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5393
5394         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5395         (elmo-dop-merge-funcs): Remove.
5396
5397 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5398
5399         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5400         Return t if PATH is directory, too.
5401         Use `dolist' instead of while loop.
5402
5403 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5404
5405         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5406         is deleted.
5407
5408 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5409
5410         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5411         return value to t.
5412         (elmo-folder-list-messages-unplugged): Return t if
5413         elmo-enable-disconnected-operation is nil.
5414
5415         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5416         `elmo-folder-list-messages-internal'.
5417
5418 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5419
5420         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5421         Change to looking-at `[23][0-9]+'.
5422         (elmo-network-initialize-session): Use 'error-msg'
5423         * elmo-net.el (elmo-network-open-session): Set unplugged
5424         if elmo-network-initialize-session returns 'elmo-open-err.
5425
5426 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5427
5428         * elmo-version.el (elmo-version): Up to 2.9.4.
5429
5430 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5431
5432         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5433         `elmo-folder-list-messages-internal'.
5434
5435 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5436
5437         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5438         (elmo-message-match-condition): New method.
5439         (elmo-folder-search-fast): New inline function.
5440         (elmo-msgdb-search): Removed.
5441
5442         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5443         target folder if it is unplugged.
5444         (elmo-folder-list-messages-internal): Return t if target folder is
5445         unplugged and itself is persistent; In this case, use list be
5446         searched already.
5447
5448         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5449         (elmo-msgdb-search-internal-primitive): Ditto.
5450         (elmo-msgdb-match-condition): New function.
5451         (elmo-msgdb-match-condition-primitive): Ditto.
5452
5453         * elmo-util.el (elmo-filter-condition-p): New macro.
5454
5455         * elmo-cache.el (elmo-folder-search): Removed.
5456
5457         * elmo-localdir.el (elmo-folder-search): Ditto.
5458
5459         * elmo-maildir.el (elmo-folder-search): Ditto.
5460
5461         * elmo-mark.el (elmo-folder-search): Ditto.
5462
5463         * elmo-nmz.el (elmo-folder-search): Ditto.
5464
5465         * elmo-sendlog.el (elmo-folder-search): Ditto.
5466
5467         * elmo-shimbun.el (elmo-folder-search): Ditto.
5468
5469         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5470         if folder is unplugged.
5471
5472         * elmo-nntp.el (elmo-folder-search): Likewise.
5473         (elmo-nntp-search-internal): New function.
5474
5475         * elmo-version.el (elmo-version): Up to 2.9.3.
5476
5477 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5478
5479         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5480
5481 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5482
5483         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5484
5485 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5486
5487         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5488
5489 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5490
5491         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5492         (elmo-map-folder-list-message-locations): Do drive letter conversion
5493         on Windows environment.
5494         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5495         (elmo-map-message-fetch): Ditto.
5496
5497 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5498
5499         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5500         (elmo-network-initialize-session): Ditto.
5501
5502 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5503
5504         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5505
5506         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5507
5508         * elmo-util.el (elmo-progress-clear): Ditto.
5509
5510         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5511         `DD-Mon-YYYY' type date.
5512
5513 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5514
5515         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5516         `elmo-date-make-sortable-string' instead of
5517         `timezone-make-date-sortable'.
5518
5519         * elmo-date.el (elmo-date-make-sortable-string): Use
5520         `timezone-make-time-string'.
5521
5522 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5525
5526         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5527         `since'; Fix timezone.
5528
5529         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5530
5531         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5532
5533 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5534
5535         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5536
5537 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5538
5539         * elmo.el (elmo-generic-folder-append-messages): Make
5540         fetch-strategy with `use-cache' as 'maybe. Check return value of
5541         `elmo-message-fetch'.
5542         (elmo-message-fetch): Return return value of
5543         `elmo-message-fetch-with-cache-process'.
5544         (elmo-message-fetch-with-cache-process): Return non-nil if
5545         fetching was succeed. Load cache when fetching was failed and
5546         fetch-strategy-use-cache is 'maybe.
5547
5548         * elmo-util.el (elmo-file-cache-load): New function.
5549
5550         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5551         defun.
5552
5553         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5554         non-nil if fetching was succeed.
5555
5556         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5557
5558         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5559
5560         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5561         (elmo-message-fetch-with-cache-process): Likwise.
5562
5563         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5564
5565         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5566
5567         * elmo-version.el (elmo-version): Up to 2.9.2.
5568
5569 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * elmo.el (elmo-folder-delete): Delete msgdb path.
5572
5573         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5574
5575         * elmo-maildir.el (elmo-folder-delete): Ditto.
5576
5577         * elmo-localdir.el (elmo-folder-delete): Ditto.
5578
5579         * elmo-imap4.el (elmo-folder-delete): Ditto.
5580
5581 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * elmo.el (luna-define-class): Added `biff' slot.
5584
5585         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5586         (elmo-pop3-debug-inhibit-logging): Abolished.
5587         (elmo-network-close-session): Eliminated needless let.
5588         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5589         (elmo-pop3-send-command): Added `no-log' argument.
5590         (elmo-pop3-process-filter): Use `with-current-buffer'.
5591         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5592         if login failure.
5593         (elmo-pop3-auth-apop): Likewise.
5594         (elmo-network-authenticate-session): Likewise.
5595
5596         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5597         if biff folder.
5598
5599         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5600         string to determine protocol.
5601         (elmo-network-session-name-prefix): Abolished.
5602         (elmo-network-session-cache-key): Follow the change above.
5603         (elmo-network-open-session): Ditto.
5604
5605         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5606         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5607
5608         * elmo-version.el (elmo-version): Up to 2.9.1.
5609
5610         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5611         unmatch condition checking.
5612
5613         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5614         condition.
5615
5616 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5617
5618         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5619
5620 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5623         test for while loop to execute at least one SEARCH command.
5624
5625 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * elmo-version.el (elmo-version): Up to 2.9.0.
5628
5629 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5632         (elmo-archive-folder-path): Define.
5633         (elmo-folder-initialize): Setup `dir-name' slot.
5634         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5635         Use `dir-name' as prefix of each subfolders.
5636         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5637
5638 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5639
5640         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5641         (elmo-pipe-folder-list-target-messages): New internal function.
5642         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5643         `killed-list'.
5644         (elmo-pipe-folder-copied-list-load): New function.
5645         (elmo-pipe-folder-copied-list-save): Ditto.
5646         (elmo-folder-open-internal): Follow the change above.
5647         (elmo-folder-status): Fixed for copy.
5648
5649 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5652
5653 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5656         elmo-copy-file instead of elmo-add-name-to-file.
5657
5658         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5659
5660         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5661         "file://..." index.
5662
5663         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5664         of accept-process-output as 1.
5665         (elmo-pop3-read-contents): Ditto.
5666         (elmo-pop3-read-body): Ditto.
5667
5668 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5669
5670         * elmo-version.el (product-version-as-string): Remove define.
5671
5672 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5675         (elmo-imap4-copy-messages): Chop number set using
5676         `elmo-imap4-number-set-chop-length'.
5677         (elmo-imap4-set-flag): Ditto.
5678         (elmo-imap4-search-internal-primitive): Ditto.
5679
5680 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5681
5682         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5683         `elmo-folder-make-temp-dir'
5684
5685         * elmo-vars.el (elmo-cache-directory): New variable.
5686         (elmo-cache-dir): Abolished.
5687         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5688
5689         * elmo-version.el (elmo-version): Up to 2.7.7.
5690
5691 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5694         defcustom; Set default value as t.
5695
5696 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5699         (ldap-search-program-arguments): Changed default value.
5700         (ldap-search-basic): Accept exit status 4.
5701         (ldap/field-body): Parse options.
5702         (ldap/collect-field): Ditto.
5703         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5704
5705         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5706         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5707         (elmo-imap4-accept-ok): Ditto.
5708         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5709         'notify-bye, only BYE error is reported.
5710         (elmo-folder-exists-p-plugged): Set no-error argument of
5711         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5712
5713         * elmo.el (elmo-imap4-bye-error): Changed message.
5714
5715         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5716         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5717         queues (It causes infinite loop).
5718
5719 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5720
5721         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5722         (RECENT UNSEEN MESSAGES) extension.
5723
5724 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5725
5726         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5727         Check number of overview fields.
5728
5729 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * elmo.el (elmo-folder-confirm-appends): Changed message.
5732         (elmo-folder-confirm-appends): Ditto.
5733
5734         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5735         `with-temp-buffer'.
5736         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5737
5738 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5739
5740         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5741         of elmo-folder-update-threshold is nil, which can be set by
5742         wl-summary-update-confirm-threshold.
5743
5744 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5747         (elmo-nmz-index-alias-alist): Ditto.
5748         (elmo-map-folder-list-message-locations): Follow the change above.
5749
5750 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5751
5752         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5753
5754         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5755
5756         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5757
5758         * elmo-util.el (elmo-read): Ditto.
5759         (elmo-display-error): Ditto.
5760
5761         * elmo-vars.el (elmo-date-match): Ditto.
5762
5763         * pldap.el (ldap-coding-system): Ditto.
5764
5765         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5766         `elmo-inhibit-number-mapping' as nil.
5767
5768 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5769
5770         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5771         space delimiter for list response.
5772
5773 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5774
5775         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5776
5777 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5778
5779         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
5780         (elmo-map-message-fetch): Fix.
5781         * elmo-map.el (elmo-folder-status): Fix for killed.
5782
5783 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5784
5785         * elmo-sendlog.el: New file.
5786         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
5787
5788 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * acap.el (acap-logging-out): New buffer local variable.
5791         (acap-close): Set it.
5792         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
5793         an error.
5794
5795 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * acap.el (acap-response-bye-p): New function.
5798         (acap-response-bye-message): Ditto.
5799         (acap-wait-for-response): If bye response is received, cause an error.
5800         (acap-parse-response): Make bye response when 'Bye' is received.
5801
5802 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5803
5804         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5805
5806 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5807
5808         * elmo-util.el (elmo-copy-file): Added argument
5809         `ok-if-already-exists'.
5810         (elmo-copy-file): Fixed typo.
5811
5812 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5813
5814         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5815
5816 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5817
5818         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
5819
5820 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
5821
5822         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
5823         to killed-list.
5824
5825 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5826
5827         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
5828         (elmo-folder-initialize): Fix for `copy'.
5829         (elmo-pipe-drain): Ditto.
5830         (elmo-folder-open-internal): Ditto.
5831         (elmo-folder-newsgroups): Fix.
5832
5833 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
5836         for each message.
5837
5838         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
5839         recent value is returned from imap folder.
5840
5841         * elmo.el (elmo-folder-newsgroups): New generic function.
5842
5843         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
5844         (elmo-folder-initialize): Set it.
5845         (elmo-folder-expand-msgdb-path): Use it.
5846         (elmo-folder-newsgroups): Define.
5847
5848         * elmo-filter.el (elmo-folder-newsgroups): Define.
5849
5850         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
5851
5852         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
5853
5854         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
5855
5856 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5857
5858         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
5859         user option.
5860         (elmo-shimbun-header-extra-field): New inline function.
5861         (elmo-shimbun-header-set-extra-field): Ditto.
5862         (elmo-shimbun-folder-header-hash-setup): Ditto.
5863         (elmo-shimbun-update-overview): Ditto.
5864         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
5865         (elmo-shimbun-folder-setup): Use
5866         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
5867         (elmo-shimbun-get-headers): Ditto.
5868         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
5869         Insert `X-Shimbun-Id:' header if extra field is set.
5870         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
5871         field's value instead of `shimbun-header-id'.
5872
5873         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
5874         inline function.
5875         (elmo-msgdb-overview-entity-set-date): Ditto.
5876         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
5877
5878 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5879
5880         * mmimap.el (mmimap-entity-section): Changed body node number from
5881         "0" to "1".
5882
5883 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5884
5885         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
5886         `elmo-folder-delete-messages'.
5887
5888         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
5889         (elmo-folder-initialize): Changed to expand alias into index path.
5890
5891         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
5892         `elmo-mime-insert-header-from-buffer' with 6th arg
5893         `sorted-fields'.
5894
5895 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
5898
5899         * elmo.el (elmo-diff-new): New inline function.
5900         (elmo-diff-unread): Ditto.
5901         (elmo-diff-all): Ditto.
5902
5903         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
5904         value from responseb.
5905         (elmo-imap4-folder-diff-plugged): Ditto.
5906         (elmo-imap4-server-diff-async): Added recent argument.
5907         (elmo-server-diff-async): Ditto.
5908         (elmo-imap4-folder-diff-plugged): Ditto.
5909
5910         * elmo-version.el (elmo-version): Up to 2.7.6.
5911
5912 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5913
5914         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
5915         in quoted-stirng.
5916
5917 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
5920
5921         * elmo-imap4.el (elmo-folder-initialize): Ditto.
5922
5923         * elmo-nntp.el (elmo-folder-initialize): Ditto.
5924
5925         * elmo-multi.el (elmo-folder-initialize): Ditto.
5926
5927         * elmo-util.el (elmo-parse-token): New function.
5928         (elmo-parse-prefixed-element): Ditto.
5929
5930 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5931
5932         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
5933         delete process.
5934         (elmo-imap4-accept-ok): Ditto.
5935
5936 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5937
5938         * mmimap.el (mime-imap-entity-header-string): Don't check first
5939         element of node-id is `0' (Follow last change).
5940
5941 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5942
5943         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
5944         assigned irregular node-id to nested multipart section.
5945         (initialize-instance): Followed above change.
5946
5947 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5948
5949         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
5950         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
5951         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
5952         `elmo-shimbun-get-headers');
5953         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
5954         visible article on summary exists in headers).
5955         (elmo-map-message-fetch): Cause an error when folder is unplugged.
5956
5957 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5958
5959         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
5960         definition.
5961
5962 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
5965
5966 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5967
5968         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
5969         header separator into loop condition.
5970
5971 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5972
5973         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
5974         Return duplicate folder if it has subfolder.
5975
5976 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5977
5978         * elmo.el (elmo-make-folder): Add folder name error check.
5979
5980         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
5981         (elmo-nntp-encode-group-string): New inline function.
5982         (elmo-nntp-decode-group-string): Ditto.
5983         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
5984         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
5985         Use `not' instead of `null';
5986         Use elmo-nntp-decode-group-string.
5987
5988         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
5989
5990         * elmo-version.el (elmo-version): Up to 2.7.5.
5991
5992 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5993
5994         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
5995         Hide progress gauge if `elmo-folder-move-messages' exits
5996         nonlocally.
5997
5998 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * elmo-imap4.el (elmo-folder-initialize): Use
6001         `elmo-imap4-encode-folder-string' for folder name.
6002
6003 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6004
6005         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6006         `done'.
6007
6008 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6009
6010         * elmo-util.el (elmo-progress-counter-alist): New internal
6011         variable.
6012         (elmo-progress-counter-value): New macro.
6013         (elmo-progress-counter-all-value): Ditto.
6014         (elmo-progress-counter-format): Ditto.
6015         (elmo-progress-counter-set-value): Ditto.
6016         (elmo-progress-set): New function.
6017         (elmo-progress-clear): Ditto.
6018         (elmo-progress-notify): Ditto.
6019
6020         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6021         counter.
6022
6023         * elmo.el (elmo-generic-folder-append-messages): Call
6024         `elmo-progress-notify'.
6025         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6026
6027         * elmo-archive.el (elmo-folder-append-messages): Call
6028         `elmo-progress-notify'.
6029
6030         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6031
6032         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6033
6034         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6035
6036 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6039         'Create'.
6040         (elmo-message-encache-dop): Added argument `read'.
6041
6042         * elmo-shimbun.el (elmo-message-encache): Ditto.
6043
6044         * elmo-net.el (elmo-message-encache): Ditto.
6045
6046         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6047         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6048         elmo-imap4-seen-messages.
6049         (elmo-folder-msgdb-create-plugged): Initialize
6050         elmo-imap4-seen-messages;
6051         Set seen mark on elmo-imap4-seen-messages.
6052
6053         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6054
6055         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6056         elmo-folder-append-buffer.
6057         (elmo-folder-encache): Added optional argument `read'.
6058         (elmo-message-encache): Ditto.
6059
6060         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6061
6062         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6063
6064         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6065         if append buffer content succeds.
6066
6067 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6070         elmo-display-progress.
6071
6072         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6073         Set 4th argument of mime-display-message.
6074         (elmo-mime-display-as-is): Ditto.
6075
6076 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * elmo-nmz.el (toplevel): Require 'mime-edit.
6079         (elmo-nmz-content-type-alist): Abolished.
6080         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6081         content is not a message.
6082         (elmo-map-message-fetch): Changed behavior exept for message content;
6083         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6084         content-type, Add From: and Subject: field.
6085
6086 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6087
6088         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6089         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6090         not a message.
6091
6092 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6093
6094         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6095         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6096
6097         * elmo-archive.el (elmo-folder-writable-p): Defined.
6098
6099         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6100
6101         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6102
6103         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6104
6105         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6106
6107         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6108
6109         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6110
6111         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6112
6113         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6114
6115 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * elmo-util.el (elmo-address-quote-specials): New function;
6118         Renamed from `wl-address-quote-specials'.
6119
6120 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6121
6122         * elmo-version.el (elmo-version): Up to 2.7.4.
6123
6124 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6125
6126         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6127
6128 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6131         both compile-time and run-time to avoid byte-compile warning.
6132
6133 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6134
6135         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6136
6137 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6140         option.
6141         (elmo-mime-display-as-is-internal): Use it.
6142
6143         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6144         if `read-passwd' is not defined.
6145
6146 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6149         by original number.
6150         (elmo-folder-status): Call `elmo-folder-open-internal';
6151         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6152         (elmo-folder-close-internal): Set location-alist as nil.
6153         (elmo-folder-clear): Define.
6154         (elmo-folder-check): Don't set location-alist as nil.
6155
6156         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6157
6158 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6161         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6162
6163         * mmimap.el (mime-imap-entity::requested): New slot.
6164         (mime-imap-location-fetch-entity-p): New generic function.
6165         (mime-decode-parameters): Define using `defun-maybe'.
6166         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6167         content-type structure.
6168         (mime-entity-body): Return empty body if
6169         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6170
6171         * elmo.el (elmo-message-displaying): New variable.
6172
6173         * elmo-mime.el (elmo-mime-message-display): Bind
6174         elmo-message-displaying as t.
6175
6176         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6177
6178 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * acap.el (acap-open): erase buffer before starting network process.
6181         (acap-store): Rewrite.
6182
6183 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6184
6185         * elmo-imap4.el (elmo-imap4-default-mailbox,
6186         elmo-imap4-default-server
6187         elmo-imap4-default-authenticate-type,
6188         elmo-imap4-default-user,
6189         elmo-imap4-default-port,
6190         elmo-imap4-default-stream-type,
6191         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6192
6193         * elmo-pop3.el (elmo-pop3-default-user,
6194         elmo-pop3-default-server,
6195         elmo-pop3-default-authenticate-type,
6196         elmo-pop3-default-port,
6197         elmo-pop3-default-stream-type,
6198         elmo-pop3-stream-type-alist): Ditto.
6199
6200         * elmo-nntp.el (elmo-nntp-default-server,
6201         elmo-nntp-default-user,
6202         elmo-nntp-default-port,
6203         elmo-nntp-default-stream-type,
6204         elmo-nntp-stream-type-alist): Ditto.
6205
6206         * elmo-vars.el: Follow changes above.
6207         (elmo-setting): New custom group; added 'elmo-setting group to
6208         above variables.
6209
6210         * elmo-version.el (elmo-version): Up to 2.7.3.
6211
6212         * acap.el (acap-parse-response): Don't delete process when BYE
6213         response (It causes hang-up on slow network environment).
6214         (toplevel): Added comment.
6215
6216 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6219
6220         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6221         parsing NIL.
6222         (acap-parse-return-metadata): Ditto.
6223
6224         * slp.el: New file.
6225         (toplevel): Fixed typo.
6226
6227         * acap.el: New file.
6228         (acap-network-stream-open): Show "Connecting..." message.
6229         (acap-parse-response): Fixed problem for BYE untagged response.
6230         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6231         (toplevel): Added tiny comments.
6232
6233 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6234
6235         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6236         space delimiter for uidl response.
6237
6238 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6239
6240         * elmo-vars.el (elmo-use-semi): Eliminated.
6241
6242         * elmo-util.el (elmo-string-assoc-all): New function.
6243
6244 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6245
6246         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6247         property 'mime-preview-situation for `mime-preview-quit'.
6248
6249 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6250
6251         * elmo.el (elmo-message-fetch-with-cache-process): Call
6252         elmo-message-fetch-internal instead of causing an error when fetch
6253         strategy is 'entire but only 'section cache is available.
6254
6255 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * elmo-version.el (elmo-version): Up to 2.7.2.
6258
6259         * elmo.el (elmo-generic-folder-append-messages): Make
6260         fetch-strategy with `use-cache'.
6261
6262         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6263         (elmo-dop-queue-method-name): New macro.
6264
6265 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6266
6267         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6268         unbalanced parenthesis.
6269
6270 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6271
6272         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6273
6274 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6277         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6278
6279 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6282         local variables.
6283
6284 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6287         (elmo-message-use-cache-p): Define.
6288         (elmo-folder-msgdb-create): Treat cache.
6289
6290 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * elmo-nntp.el (elmo-network-initialize-session): Call
6293         `elmo-nntp-send-mode-reader'.
6294         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6295
6296 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6299         alist.
6300         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6301         assoc.
6302
6303         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6304         for `elmo-plugged-p'.
6305         (elmo-open-network-stream): Fixed stream-type argument.
6306
6307 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6310         unknown archive type is specified.
6311
6312 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6315
6316         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6317         while loading msgdb.
6318
6319         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6320         (elmo-folder-open-internal): Rewrite.
6321
6322 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6323
6324         * elmo-mime.el (elmo-mime-display-as-is-internal):
6325         Adjust buffer-multibyte status.
6326
6327 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6330         of elmo-condition-find-key.
6331
6332         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6333         (elmo-condition-in-msgdb-p): Ditto.
6334         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6335         argument.
6336
6337 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6340
6341 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6344         label for elmo-display-progress.
6345
6346 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * elmo.el (elmo-folder-clear): New method.
6349         (elmo-folder-clear): Define.
6350         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6351
6352         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6353         (elmo-folder-clear): Define.
6354
6355         * elmo-map.el (elmo-folder-clear): Define.
6356
6357         * elmo-version.el (elmo-version): Up to 2.7.1.
6358
6359 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6362         updates.
6363
6364 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6365
6366         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6367         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6368
6369 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6372
6373         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6374         and re-written.
6375
6376         * elmo-imap4.el (elmo-folder-initialize): Use
6377         elmo-get-network-stream-type.
6378
6379         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6380
6381         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6382
6383 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6384
6385         * elmo.el (elmo-message-encache): Set unread argument for
6386         elmo-message-fetch.
6387
6388         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6389
6390         * elmo.el (elmo-net-port-info): New method.
6391
6392         * elmo-shimbun.el (elmo-net-port-info): Define.
6393         (elmo-message-encache): Ditto.
6394
6395         * elmo-net.el (elmo-net-port-info): Define as method.
6396
6397         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6398         unplugged status when elmo-enable-disconnected-operation is t.
6399
6400         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6401         of spool folder before checking new number.
6402
6403 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6406         (elmo-network-setup-session): Ditto.
6407         (elmo-message-fetch-plugged): Ditto.
6408         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6409         (elmo-network-initialize-session): Ditto.
6410         (elmo-pop3-read-response): Abolish 3rd argument.
6411         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6412         (elmo-pop3-read-contents): Ditto.
6413         (elmo-pop3-read-body): Ditto.
6414         (elmo-folder-status): Call elmo-folder-close.
6415         (elmo-pop3-lock): Abolish.
6416         (elmo-pop3-unlock): Ditto.
6417         (elmo-pop3-locked-p): Ditto.
6418         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6419
6420 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * elmo-version.el (elmo-version): Up to 2.7.0.
6423
6424         * elmo-pop3.el (elmo-pop3-debug): New variable.
6425         (elmo-pop3-debug-inhibit-logging): Ditto.
6426         (elmo-pop3-debug): New function.
6427         (elmo-pop3-send-command): Call elmo-pop3-debug.
6428         (elmo-pop3-read-response): Added keep-lock optional argument;
6429         Don't unlock if keep-lock is non-nil.
6430         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6431         (elmo-network-authenticate-session): Bind
6432         elmo-pop3-debug-inhibit-logging as t.
6433         (elmo-network-setup-session): Call elmo-pop3-read-response with
6434         keep-lock argument.
6435         (elmo-pop3-read-msg): Ditto.
6436         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6437         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6438         (elmo-network-initialize-session): Call elmo-pop3-lock.
6439         (elmo-folder-close-internal): Don't clear location-alist slot.
6440         (elmo-folder-check): Clear location-alist slot.
6441
6442 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6445         (elmo-pop3-send-command): Call elmo-pop3-lock.
6446         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6447         (elmo-pop3-read-contents): Ditto.
6448         (elmo-pop3-lock): New function.
6449         (elmo-pop3-unlock): Ditto.
6450         (elmo-pop3-locked-p): Ditto.
6451         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6452         returns t.
6453
6454 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6457
6458         * elmo-util.el (elmo-file-field-primitive-condition-match):
6459         New inline function (Don't fetch file content if "first" or "last").
6460         (elmo-file-field-condition-match): Use
6461         elmo-file-field-primitive-condition-match.
6462
6463         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6464         "first".
6465
6466         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6467         (elmo-message-fetch-plugged): Fixed.
6468
6469         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6470
6471 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * elmo.el (elmo-folder-move-messages): Bind
6474         elmo-inhibit-display-retrieval-progress as t while moving messages.
6475
6476         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6477         New variable.
6478         (elmo-inhibit-display-retrieval-progress): Ditto.
6479
6480         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6481         for retrieval progress;
6482         Don't display progress when total buffer size is smaller than
6483         elmo-display-retrieval-progress-threshold.
6484         (elmo-message-fetch-plugged): Don't display progress when
6485         elmo-inhibit-display-retrieval-progress is non-nil.
6486
6487         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6488         for retrieval progress;
6489         Don't display progress when literal size is smaller than
6490         elmo-display-retrieval-progress-threshold.
6491         (elmo-imap4-message-fetch): Don't display progress when
6492         elmo-inhibit-display-retrieval-progress is non-nil.
6493
6494 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6497         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6498         (elmo-imap4-message-fetch): Likewise.
6499
6500         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6501         (elmo-shimbun-index-range-alist): Ditto.
6502         (elmo-shimbun-use-entire-index): Abolish.
6503         (shimbun-mua-use-entire-index): Ditto.
6504         (elmo-shimbun-folder): Added new slot `range'.
6505         (elmo-folder-initialize): Setup slot `range'.
6506
6507 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6510         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6511         (elmo-shimbun-get-headers): Use return value of
6512         `shimbun-article-expiration-days'.
6513         (elmo-folder-close-internal): Clean up last-check slot.
6514
6515         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6516         (elmo-pop3-total-size): New variable.
6517         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6518
6519         * elmo.el (elmo-folder-reserve-status-p): New method.
6520
6521         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6522         (elmo-shimbun-use-entire-index): New user option.
6523         (shimbun-elmo-mua): New class.
6524         (shimbun-mua-search-id): Define.
6525         (shimbun-mua-use-entire-index): Ditto.
6526         (elmo-shimbun-folder:last-check): New slot.
6527         (elmo-shimbun-headers-cache-header-list): Abolish.
6528         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6529         (elmo-shimbun-headers-cache-header-hash): Ditto.
6530         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6531         (elmo-shimbun-headers-cache-last-check): Ditto.
6532         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6533         (elmo-shimbun-headers-check-p): Rewrite.
6534         (elmo-shimbun-msgdb-to-headers): New function.
6535         (elmo-shimbun-get-headers): Rewrite.
6536         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6537         (elmo-folder-open-internal): Get headers only if
6538         `elmo-shimbun-headers-check-p' is non-nil.
6539         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6540         is non-nil.
6541         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6542         (elmo-quit): Removed.
6543
6544         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6545         function.
6546         (elmo-msgdb-overview-entity-set-extra): Ditto.
6547         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6548
6549         * elmo-map.el (elmo-folder-status): Don't call
6550         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6551         is non-nil.
6552
6553 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6554
6555         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6556         of `elmo-msgdb-search-internal-primitive' when condition's car is
6557         `and' or `or'.
6558
6559 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6562
6563 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6564
6565         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6566         call `elmo-pipe-drain'.
6567
6568 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6569
6570         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6571         typo. (elmo-cache-folder -> elmo-mark-folder)
6572
6573 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6574
6575         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6576         `elmo-message-fetch'.
6577
6578 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6579
6580         * elmo-net.el (elmo-message-encache): Fixed typo.
6581         (elmo-message-fetch-unplugged): Changed call
6582         `elmo-message-fetch-internal' without argument `outbuf'.
6583
6584 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * elmo.el (elmo-message-encache): Define as generic function.
6587         (elmo-message-fetch-field): New generic function.
6588         (elmo-message-fetch-with-cache-process): Cause an error when
6589         fetch strategy is 'entire but only 'section cache is available.
6590         (toplevel): Fixed nmz folder definition.
6591
6592         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6593         (elmo-msgdb-resume-list-filename): Ditto.
6594         (elmo-queue-filename): Ditto.
6595         (elmo-enable-disconnected-operation): Changed default value to t.
6596
6597         * elmo-util.el (elmo-cache-path-section-p): New function.
6598         (elmo-file-cache-get): Use it.
6599         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6600         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6601         (elmo-dop-queue-save): Ditto.
6602
6603         * elmo-net.el (elmo-folder-status-unplugged): Call
6604         elmo-folder-status-dop.
6605         (elmo-folder-list-messages-unplugged): Implemented.
6606         (elmo-folder-delete-messages-unplugged): Define.
6607         (elmo-folder-msgdb-create): Define.
6608         (elmo-folder-msgdb-create-unplugged): Define.
6609         (elmo-folder-mark-as-read-unplugged): Ditto.
6610         (elmo-folder-unmark-read-unplugged): Ditto.
6611         (elmo-folder-mark-as-important-unplugged): Ditto.
6612         (elmo-folder-unmark-important-unplugged): Ditto.
6613         (elmo-message-encache): Ditto.
6614
6615         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6616         (elmo-dop-queue-save): Ditto.
6617
6618         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6619         `elmo-folder-msgdb-create'.
6620         (elmo-folder-append-buffer): Implemented unplugged operation.
6621         (elmo-folder-append-messages): Call parent method in unplugged status.
6622         (elmo-message-fetch-unplugged): Removed definition.
6623         (elmo-message-fetch-field): Implemented.
6624
6625         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6626         (elmo-dop-folder): Removed variable definition.
6627         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6628         (elmo-dop-queue-flush): Implemented.
6629         (elmo-dop-queue-merge): Removed definition (TODO).
6630         (elmo-dop-spool-folder): New function.
6631         (elmo-dop-spool-folder-append-buffer): Ditto.
6632         (elmo-dop-spool-folder-list-messages): Ditto.
6633         (elmo-dop-list-deleting-messages): Ditto.
6634         (elmo-folder-append-buffer-dop): Ditto.
6635         (elmo-folder-delete-messages-dop): Ditto.
6636         (elmo-message-encache-dop): New inline function.
6637         (elmo-create-folder-dop): Ditto.
6638         (elmo-folder-mark-as-read-dop): Ditto.
6639         (elmo-folder-unmark-read-dop): Ditto.
6640         (elmo-folder-mark-as-important-dop): Ditto.
6641         (elmo-folder-unmark-important-dop): Ditto.
6642         (elmo-folder-status-dop): Fixed.
6643         (elmo-folder-append-buffer-dop-delayed): New function.
6644         (elmo-folder-delete-messages-dop-delayed): Ditto.
6645         (elmo-dop-msgdb): Ditto.
6646
6647 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6648
6649         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6650
6651 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6652
6653         * elmo.el (elmo-folder-move-messages): Fixed problem when
6654         `dst-folder' is 'null.
6655
6656 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6657
6658         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6659         instead of current mark.
6660
6661         * elmo-multi.el (elmo-folder-list-importants-internal): No
6662         operation if importants is not list.
6663
6664         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6665         Return t if importants is not list.
6666
6667         * elmo-map.el (elmo-map-folder-list-importants): Define.
6668         (elmo-folder-list-importants-internal): Check return value of
6669         `elmo-map-folder-list-importants-internal'.
6670
6671         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6672
6673         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6674
6675         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6676
6677         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6678
6679 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6680
6681         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6682         (Patch is provided by <kita@coe.nttdata.co.jp>).
6683
6684 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6685
6686         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6687         mark folder.
6688
6689 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6690
6691         * elmo.el (elmo-message-fetch): Define.
6692         (elmo-message-fetch-with-cache-process): New generic method.
6693         (elmo-message-fetch-internal): New generic method.
6694         (elmo-folder-synchronize):
6695
6696         * elmo-archive.el (elmo-message-fetch-internal): Define.
6697         (elmo-message-fetch): Eliminated.
6698
6699         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6700         (elmo-message-fetch): Eliminated.
6701
6702         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6703         argument OUTBUF.
6704         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6705
6706         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6707         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6708
6709         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6710         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6711
6712         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6713
6714         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6715
6716         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6717
6718         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6719         (elmo-message-fetch-unplugged): New generic method.
6720         (elmo-message-fetch-internal): Remove cache process (Renamed from
6721         `elmo-message-fetch').
6722
6723         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6724         (elmo-message-fetch): Eliminated.
6725         (elmo-message-fetch-unplugged): Ditto.
6726
6727         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6728
6729 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6730
6731         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6732         of `to-be-deleted' from number-alist to number-list.
6733
6734 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6735
6736         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6737         (elmo-folder-mark-as-important): Ditto.
6738
6739 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * elmo.el (elmo-folder): Added process-duplicates slot.
6742
6743         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6744         (elmo-folder-unmark-read): Ditto.
6745         (elmo-folder-unmark-important): Ditto.
6746         (elmo-folder-mark-as-important): Ditto.
6747
6748         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6749         duplicated message processing.
6750
6751         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6752
6753 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6754
6755         * elmo-util.el (elmo-list-subdirectories-1): New function.
6756         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6757         (elmo-mapcar-list-of-list): New function.
6758
6759         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6760         `elmo-mapcar-list-of-list' instead of `mapcar'.
6761
6762         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6763
6764         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6765         `elmo-have-link-count'. Return the fully qualified folder name.
6766
6767 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6770         (elmo-shimbun-headers-cache): New internal variable.
6771         (elmo-shimbun-headers-cache-header-list): New inline function.
6772         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6773         (elmo-shimbun-headers-cache-header-hash): Ditto.
6774         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6775         (elmo-shimbun-headers-cache-last-check): Ditto.
6776         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6777         (elmo-shimbun-lapse-seconds): Ditto.
6778         (elmo-shimbun-headers-cache-check-p): Ditto.
6779         (elmo-shimbun-get-headers): New function.
6780         (elmo-folder-open-internal): Call it.
6781         (elmo-quit): Define (Clear headers-cache).
6782
6783 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
6786
6787         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
6788         (elmo-msgdb-flist-save): Ditto.
6789
6790         * elmo-shimbun.el (elmo-folder-list-subfolders):
6791         Use `shimbun-groups' instead of `shimbun-groups-internal'.
6792         (elmo-folder-exists-p): Ditto.
6793
6794         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
6795         argument for `shimbun-header-insert'.
6796
6797 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
6800         at first time.
6801
6802         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
6803         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
6804
6805 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
6808         (elmo-folder-plugged-p): Define.
6809         (elmo-folder-set-plugged): Ditto.
6810         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
6811         (elmo-folder-list-messages-internal): Return t if unplugged.
6812         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
6813
6814         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
6815         when elmo-folder-list-messages-internal method of children returns t.
6816
6817         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
6818         pair is nil.
6819         (elmo-folder-open-internal): Don't update if unplugged status.
6820
6821 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
6824         new message.
6825
6826 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * elmo-util.el (elmo-file-cache-save): Ignore errors.
6829
6830         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
6831         saving.
6832
6833 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6834
6835         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
6836
6837         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
6838         (elmo-folder-open-internal): Set up headers slot.
6839         (elmo-folder-check): Call elmo-folder-close-internal and
6840         elmo-folder-open-internal.
6841         (elmo-folder-close-internal): Clean up headers slot.
6842
6843 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6844
6845         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
6846         exactly folder list.
6847         (elmo-folder-append-messages): Fixed append archive with prefix.
6848
6849         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
6850         make temp files with start-number.
6851
6852         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
6853
6854 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6855
6856         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
6857         argument `visible-only'.
6858         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
6859         instead of `if'.
6860
6861         * elmo-pop3.el (elmo-folder-open-internal): Check
6862         `elmo-inhibit-number-mapping' is non-nil.
6863
6864         * elmo-pipe.el (elmo-folder-status): Fixed.
6865
6866 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * elmo.el (elmo-dop-queue-flush): Added autload setting.
6869
6870         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
6871         (elmo-folder-open-internal): Setup `header-hash' slot.
6872         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
6873         information.
6874         (elmo-map-message-fetch): Ditto.
6875
6876 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
6879         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
6880         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
6881         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
6882
6883         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
6884
6885 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6886
6887         * sb-airs.el: Added footer.
6888
6889         * shimbun.el (shimbun-article): Define as luna-method.
6890
6891         * sb-tcup.el: New file.
6892
6893         * sb-airs.el (toplevel): Require 'sb-mhonarc.
6894         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
6895
6896 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
6899         (shimbun-get-headers): Ditto.
6900
6901         * elmo.el: Moved obsolete variable definitions from
6902         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
6903
6904         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
6905         groups.
6906
6907         * shimbun.el: New file.
6908
6909         * elmo-shimbun.el: New file.
6910
6911         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
6912         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
6913         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
6914         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
6915
6916 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
6917
6918         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
6919         hierarchy is t.
6920
6921 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * elmo.el (elmo-folder-msgdb): Define as macro.
6924         (elmo-folder-open): Added argument `load-msgdb'.
6925         (elmo-generic-folder-open): Ditto.
6926         (elmo-folder-encache): New function.
6927
6928         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
6929
6930         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
6931
6932         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
6933         Eliminated argument FOLDER and added argument MSGDB.
6934         (elmo-dop-queue-load): Moved from elmo-dop.el.
6935         (elmo-dop-queue-save): Ditto.
6936
6937         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
6938
6939         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
6940
6941         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
6942         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
6943         (elmo-filter-folder-list-importants-internal): Ditto.
6944
6945         * elmo-map.el (elmo-folder-pack-number): Ditto.
6946
6947         * elmo-mime.el (elmo-mime-message-display): Ditto.
6948
6949         * elmo.el (elmo-generic-folder-commit): Ditto.
6950         (elmo-folder-list-unreads): Ditto.
6951         (elmo-folder-list-importants): Ditto.
6952         (elmo-generic-folder-commit): Ditto.
6953         (elmo-message-set-mark): Ditto.
6954         (elmo-generic-folder-append-msgdb): Ditto.
6955         (elmo-folder-synchronize): Ditto.
6956         (elmo-folder-messages): Ditto.
6957         (elmo-init): Call elmo-dop-queue-load.
6958         (elmo-folder-list-messages): Ditto.
6959
6960         * elmo-nntp.el (elmo-folder-update-number): Ditto.
6961         (elmo-nntp-folder-process-crosspost): Ditto.
6962         (elmo-folder-list-unreads-internal): Ditto.
6963
6964         * elmo-dop.el: Removed old functions.
6965
6966 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
6969         `folder' to `msgdb'.
6970
6971 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
6974         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
6975
6976         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
6977         case-fold-search.
6978
6979 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
6982         defined.
6983
6984         * mmimap.el (toplevel): Require 'mime-parse and 'static.
6985         (mmimap-parse-parameters-from-list): Define as alias for
6986         `mime-decode-parameter-plist' if it is defined as function.
6987         (mmimap-make-mime-entity): Added argument `number'.
6988         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
6989         as 0.
6990         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
6991
6992         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
6993
6994         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
6995
6996         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
6997
6998 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7001
7002         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7003         when elmo-imap4-default-authenticate-type is nil.
7004         (elmo-folder-list-subfolders): Ditto
7005         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7006         (elmo-imap4-fetch-callback-1-subr): Renamed from
7007         `elmo-imap4-fetch-callback-1' and define as inline function.
7008         (elmo-imap4-fetch-callback-1):
7009         Renamed from `elmo-imap4-fetch-callback'.
7010         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7011
7012         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7013         msgdb path (To keep compatibility with main trunk).
7014
7015         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7016
7017         * elmo-util.el (elmo-make-file-cache): Moved position of
7018         some macros.
7019
7020         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7021         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7022         instead of `elmo-pop3-inhibit-uidl'.
7023         (elmo-folder-exists-p): Ditto.
7024         (elmo-pop3-folder-list-messages): Ditto.
7025
7026         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7027         instead of `elmo-pop3-inhibit-uidl'.
7028         (elmo-folder-status): Ditto.
7029
7030         * elmo-dop.el (elmo-dop-folder): New variable.
7031         (elmo-dop-lock-message): Eliminated.
7032         (elmo-dop-unlock-message): Ditto.
7033         (elmo-dop-lock-list-load): Ditto.
7034         (elmo-dop-lock-list-save): Ditto.
7035         (elmo-dop-delete-folder): Ditto.
7036         (elmo-dop-rename-folder): Ditto.
7037
7038         * elmo.el: Removed incomplete commentary.
7039
7040 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7041
7042         * elmo.el (toplevel): Require 'elmo-version first;
7043         for little `recursive-load-depth' settings.
7044         Fix "ends here" comment.
7045
7046 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * elmo-util.el (toplevel): Require 'poem;
7049         Some functions are moved from elmo-cache.el.
7050
7051         * elmo-net.el (toplevel): Require 'elmo-cache.
7052
7053         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7054
7055         * elmo.el (toplevel): Ditto.
7056
7057         * elmo-cache.el: Rewrite with luna;
7058         Some functions are moved to elmo-util.el.
7059
7060         * elmo-internal.el (elmo-internal-folder-list): New variable.
7061         (elmo-internal-folder-initialize): Rewrite.
7062         (elmo-folder-list-subfolders): Ditto.
7063
7064         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7065         (elmo-cache-collect-sub-directories): Ditto.
7066
7067 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * elmo-version.el (elmo-version): Up to 2.5.8.
7070
7071         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7072
7073         * elmo-util.el (elmo-list-insert): New function.
7074
7075 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7076
7077         * elmo.el (elmo-init): New function.
7078         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7079
7080         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7081         (Renamed from `elmo-localdir-header-chop-length').
7082
7083         * elmo-pop3.el (elmo-pop3-use-cache,
7084         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7085
7086         * elmo-nntp.el (elmo-message-fetch): Define.
7087         (elmo-message-fetch-unplugged): Ditto.
7088         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7089         (elmo-nntp-use-cache): Ditto.
7090         (elmo-nntp-max-number-precedes-list-active): Ditto.
7091
7092         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7093
7094         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7095         `elmo-msgdb-insert-file-header'.
7096         Use `elmo-msgdb-file-header-chop-length'.
7097
7098         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7099         `elmo-vars.el'.
7100
7101         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7102         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7103         `elmo-msgdb-insert-file-header'.
7104
7105         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7106         Use new variable;
7107         Define obsolete variables with `elmo-define-obsolete-variable',
7108
7109         * elmo-util.el (elmo-warning-buffer-name): New constant.
7110         (elmo-warning): New function.
7111         (elmo-obsolete-variable-alist): New variable.
7112         (elmo-obsolete-variable-show-warnings): New variable.
7113         (elmo-define-obsolete-variable): New function.
7114         (elmo-resque-obsolete-variable): Ditto.
7115         (elmo-resque-obsolete-variables): Ditto.
7116
7117 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7118
7119         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7120         Eliminated.
7121
7122         * elmo-pop3.el, elmo-nntp.el: Use custom.
7123
7124 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7125
7126         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7127         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7128
7129 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * Luna-fy Kenichi OKADA's following changes.
7132         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7133         `nohide'.
7134         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7135
7136 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7137
7138         * elmo-util.el (elmo-display-progress): Prefer
7139         `progress-feedback-with-label' to `lprogress-display'.
7140
7141 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7142
7143         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7144
7145 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7146
7147         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7148         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7149         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7150         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7151         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7152         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7153         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7154         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7155         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7156         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7157         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7158         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7159         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7160
7161 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7162
7163         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7164         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7165
7166 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7167
7168         * elmo.el (elmo-folder-process-crosspost): New generic method.
7169         (elmo-folder-writable-p): Ditto.
7170         (elmo-folder-message-appendable-p): Eliminated.
7171         (elmo-generic-folder-append-msgdb): Rewrite.
7172         (elmo-newsgroups-hashtb): New internal variable.
7173         (elmo-crosspost-message-set): Eliminated.
7174         (elmo-crosspost-message-delete): Ditto.
7175         (elmo-setup-subscribed-newsgroups): New function.
7176         (elmo-crosspost-message-alist-modified): New internal variable.
7177         (elmo-crosspost-message-alist-load): New function (Renamed from
7178         `wl-crosspost-alist-load').
7179         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7180         `wl-crosspost-alist-save').
7181
7182         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7183
7184         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7185         `unreads'.
7186         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7187         elmo-newsgroups-hashtb).
7188         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7189         `elmo-nntp-folder-update-crosspost-message-alist'.
7190         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7191         `elmo-nntp-groups-hashtb'.
7192         (elmo-nntp-make-groups-hashtb): Eliminated.
7193         (elmo-nntp-parse-newsgroups): New function (Renamed from
7194         `wl-parse-newsgroups').
7195         (elmo-folder-creatable-p, elmo-folder-writable-p,
7196         elmo-folder-close-internal, elmo-folder-mark-as-read,
7197         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7198         Define.
7199         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7200
7201         * elmo-net.el (elmo-message-fetch): Check buffer size.
7202
7203         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7204
7205         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7206
7207         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7208         before `close' command.
7209
7210         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7211         `mark-alist' (All other related portions are changed).
7212
7213 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * elmo-util.el (elmo-create-hash-size): Eliminated.
7216         (elmo-make-hash) Make a hash with `one less than a power of two'
7217         length.
7218
7219         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7220         (elmo-hash-maximum-size): Changed value.
7221
7222 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7225         (elmo-mime-message-display-as-is): Ditto.
7226
7227 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7228
7229         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7230         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7231
7232 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7233
7234         * elmo-mark.el: New file.
7235
7236         * elmo-internal.el: Rewrite (Almost empty).
7237
7238 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7239
7240         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7241         (mime-imap-entity-header-string): Ditto.
7242         (mmimap-entity-section): Rewrite.
7243
7244 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7245
7246         * elmo-nmz.el: New file.
7247
7248         * elmo-pipe.el: Rewrite with luna.
7249
7250 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * elmo-archive.el: Rewrite with luna.
7253
7254         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7255         (elmo-folder-list-importants-internal): Ditto.
7256
7257 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * elmo-archive.el (elmo-archive-version): Abolish.
7260         (toplevel) Removed `boso' comment.
7261
7262 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7263
7264         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7265         elmo-msgdb-add-msgs-to-seen-list-subr;
7266         Changed argument seen-marks to unread-marks.
7267
7268         * elmo-nntp.el: Rewrite with luna.
7269
7270 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * elmo-filter.el: Rewrite with luna.
7273
7274 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7275
7276         * elmo-pop3.el: Rewrite with luna.
7277
7278 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7279
7280         * elmo-multi.el: Rewrite with luna.
7281
7282         * elmo-vars.el (elmo-use-killed-list): Abolish.
7283         All other related portions are changed.
7284         (elmo-filename-replace-string-alist): Renamed from
7285         elmo-msgid-replace-string-alist.
7286
7287 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7290
7291         * elmo-map.el: New file.
7292         * elmo-maildir.el: Rewrite with luna.
7293
7294 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * elmo.el: Changed meaning of `elmo-folder-commit'.
7297         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7298
7299 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * elmo.el (elmo-folder-append-buffer): New function.
7302         (Renamed from `elmo-append-msg')
7303
7304 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * elmo-mime.el: New file.
7307
7308 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * elmo-cache.el: Rewrite.
7311
7312 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7313
7314         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7315
7316 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * elmo-vars.el (elmo): New group.
7319         (elmo-strict-diff-folder-regexp): New variable.
7320
7321         * elmo-util.el (elmo-call-func): Abolish.
7322         (elmo-folder-get-type): Ditto.
7323         (elmo-*-get-spec): Ditto.
7324         (elmo-*-spec-*): Ditto.
7325         (elmo-imap4-identical-name-space-p): Ditto.
7326         (elmo-folder-identical-system-p): Ditto.
7327         (elmo-folder-direct-copy-alist): Ditto.
7328         (elmo-folder-direct-copy-p): Ditto.
7329
7330         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7331         (elmo-folder-initialize): Define.
7332         (elmo-folder-get-primitive-list): Ditto.
7333
7334         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7335         (elmo-folder-initialize): Define.
7336         Renamed `elmo-network-session-host-internal' to
7337         `elmo-network-session-server-internal'.
7338
7339         * elmo-multi.el (elmo-multi-folder): New luna class.
7340         (elmo-folder-initialize): Define.
7341         (elmo-folder-get-primitive-list): Ditto.
7342         (elmo-folder-contains-type): Ditto.
7343         (elmo-message-use-cache-p): Ditto.
7344
7345         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7346         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7347
7348         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7349         (elmo-folder-initialize): Define.
7350
7351         * elmo-filter.el (elmo-filter-folder): New luna class.
7352         (elmo-folder-initialize): Define.
7353         (elmo-folder-get-primitive-list): Ditto.
7354         (elmo-folder-contains-type): Ditto.
7355
7356 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * elmo-imap4.el: Rewrite with luna.
7359
7360         * mmimap.el: New file.
7361
7362         * mmelmo.el, mmelmo-imap4.el: Removed.
7363
7364         * elmo-net.el: Ditto.
7365
7366         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7367         (elmo-folder-initialize): Define.
7368
7369         * elmo-archive.el (elmo-archive-folder): New luna class.
7370         (elmo-folder-initialize): Define.
7371
7372         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7373         `elmo-folder-msgdb-path'.
7374         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7375         `elmo-make-folder'.
7376
7377 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * elmo.el: New file.
7380
7381         * elmo2.el: Renamed to elmo.el.
7382
7383 \f
7384 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7385
7386         * elmo-cache.el (elmo-cache-expire-by-size): Count
7387         a disk usage for a cache file entry in KB even when
7388         its kind is a directory.
7389
7390 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * elmo-version.el (elmo-version): Up to 2.5.7.
7393
7394 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * elmo-version.el (elmo-version): Up to 2.5.6.
7397
7398 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * elmo-version.el (elmo-version): Up to 2.5.5.
7401
7402 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * elmo-imap4.el (elmo-network-authenticate-session):
7405         Fixed a logic for response checking.
7406
7407 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7408
7409         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7410         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7411         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7412         `sasl-mechanisms'.
7413
7414         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7415         for `starttls-open-stream' and `starttls-negotiate'.
7416
7417         * elmo-nntp.el: Remove autoload settings for
7418         `starttls-open-stream' and `starttls-negotiate'.
7419
7420         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7421         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7422         `luna-define-class' with `eval-and-compile'.
7423
7424 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7425
7426         * elmo-util.el (elmo-read-search-condition-internal):
7427         Require an element of table for searching field.
7428
7429 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * elmo-version.el (elmo-version): Up to 2.5.4.
7432
7433 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7434
7435         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7436
7437 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7438
7439         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7440
7441 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7442
7443         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7444         before greeting.
7445
7446 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * elmo-imap4.el (elmo-imap4-delete-folder):
7449         Send "close" before "delete" (Use commented out line).
7450         (elmo-imap4-rename-folder): Ditto.
7451
7452         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7453         folder string itself.
7454         (elmo-dop-list-deleted): New function.
7455         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7456         killed.
7457
7458         * elmo-util.el (elmo-string-rassoc-all): New function.
7459
7460 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * elmo-version.el (elmo-version): Up to 2.5.3.
7463
7464         * elmo-net.el (elmo-network-get-session): Changed logic for
7465         checking process status.
7466
7467         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7468         process is nil;
7469         Changed logic for checking process status.
7470
7471 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7474         before greeting.
7475         (elmo-network-setup-session): Set UIDL hash size according to
7476         the length of list response.
7477         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7478         according to the length of list response;
7479         Return the length of list response.
7480         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7481
7482 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7483
7484         * elmo-imap4.el (toplevel): Require 'ssl.
7485         Add autoload 'starttls.
7486         * elmo-pop3.el (toplevel): Ditto.
7487         * elmo-nntp.el (toplevel): Ditto.
7488
7489 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7490
7491         * elmo-imap4.el (toplevel): defun at compile time.
7492         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7493         sasl-next-step, sasl-step-data, sasl-step-set-data.
7494         * elmo-pop3.el (toplevel): Ditto.
7495
7496 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7497
7498         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7499
7500 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7501
7502         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7503         if error.
7504         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7505         and `elmo-pop-auth-apop'.
7506
7507 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7508
7509         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7510
7511 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7512
7513         * elmo-pop3.el (elmo-network-authenticate-session): Split
7514         encoded response value.
7515
7516 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7517
7518         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7519         `elmo-pop3-force-login'.
7520         Redefine `sasl-mechanisms'.
7521         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7522
7523 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7524
7525         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7526         Delete `elmo-imap4-authenticator-alist'.
7527         (elmo-imap4-auth-cram-md5): Delete.
7528         (elmo-imap4-auth-digest-md5): Delete.
7529
7530 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7531
7532         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7533         (elmo-pop3-auth-scram-md5): Ditto.
7534         (elmo-pop3-auth-cram-md5): Ditto.
7535
7536 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7537
7538         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7539         Delete `elmo-pop3-authenticator-alist'.
7540
7541 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7542
7543         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7544         new SASL API.
7545         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7546
7547 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7550
7551 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7554         Fixed problem when `elmo-pop3-use-uidl' is nil.
7555         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7556
7557 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7558
7559         * elmo-version.el (elmo-version): Up to 2.5.2.
7560
7561 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7564         New function.
7565         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7566         (elmo-pop3-msgdb-create-as-numlist): Use it.
7567
7568         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7569         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7570
7571         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7572         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7573
7574 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7575
7576         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7577         when elmo-mark-as-read is called with second argument nil.
7578
7579 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7582         Moved to elmo-util.el.
7583
7584         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7585         Moved from elmo-pipe.el
7586
7587         * elmo-archive.el (elmo-archive-call-process): Enclose with
7588         static-if.
7589
7590         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7591         "RFC822" (because RFC822.PEEK is obsolete).
7592         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7593
7594 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7595
7596         * elmo-archive.el (elmo-archive-call-process): Don't check for
7597         the exit status when Nemacs is running.
7598
7599 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7602         'plain.
7603
7604         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7605         (elmo-pop3-get-spec): Set default of auth to 'user.
7606
7607         * elmo-imap4.el (elmo-imap4-session-check):
7608         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7609         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7610         (elmo-imap4-auth-login): New function; Revival.
7611         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7612         `elmo-imap4-auth-login'.
7613
7614 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * elmo2.el (toplevel): Move `product-provide' declare.
7617         * mmelmo.el (toplevel): Ditto.
7618
7619 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7622
7623 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7624
7625         * elmo-util.el (elmo-folder-get-store-type): New function.
7626         (elmo-folder-direct-copy-p): Use it.
7627
7628 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7629
7630         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7631         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7632         and result of `elmo-imap4-use-flag-p'.
7633         (elmo-imap4-fetch-callback-1): Set mark according to
7634         the result of `elmo-imap4-use-flag-p'.
7635
7636 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7639         (elmo-generic-list-folder-unread): Ditto.
7640         (elmo-folder-get-info): Ditto.
7641         (elmo-folder-set-info-max-by-numdb): Ditto.
7642         (elmo-folder-get-info-max): Ditto.
7643         (elmo-folder-get-info-length): Ditto.
7644         (elmo-folder-get-info-unread): Ditto.
7645         (elmo-folder-info-make-hashtb): Ditto.
7646
7647         * elmo2.el: Removed above functions.
7648
7649 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7650
7651         * elmo-imap4.el (toplevel): Require 'ssl.
7652         Add autoload 'starttls.
7653         * elmo-pop3.el (toplevel): Ditto.
7654         * elmo-nntp.el (toplevel): Ditto.
7655
7656 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * elmo-imap4.el (toplevel): defun at compile time.
7659         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7660         sasl-next-step, sasl-step-data, sasl-step-set-data.
7661         * elmo-pop3.el (toplevel): Ditto.
7662
7663 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7664
7665         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7666
7667 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7668
7669         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7670         if error.
7671         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7672         and `elmo-pop-auth-apop'.
7673
7674 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7675
7676         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7677
7678 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7679
7680         * elmo-pop3.el (elmo-network-authenticate-session): Split
7681         encoded response value.
7682
7683 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7684
7685         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7686         `elmo-pop3-force-login'.
7687         Redefine `sasl-mechanisms'.
7688         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7689
7690 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7693         Delete `elmo-imap4-authenticator-alist'.
7694         (elmo-imap4-auth-cram-md5): Delete.
7695         (elmo-imap4-auth-digest-md5): Delete.
7696
7697 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7698
7699         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7700         (elmo-pop3-auth-scram-md5): Ditto.
7701         (elmo-pop3-auth-cram-md5): Ditto.
7702
7703 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7704
7705         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7706         Delete `elmo-pop3-authenticator-alist'.
7707
7708 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7709
7710         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7711         new SASL API.
7712         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7713
7714 \f
7715 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7718
7719 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * elmo-nntp.el (elmo-nntp-get-folders-info):
7722         Fixed problem when '\' character is contained in user-id.
7723         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7724
7725 \f
7726 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * elmo-imap4.el (elmo-imap4-delete-folder):
7729         Send "close" before "delete" (Use commented out line).
7730         (elmo-imap4-rename-folder): Ditto.
7731
7732         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7733         folder string itself.
7734         (elmo-dop-list-deleted): New function.
7735         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7736         killed.
7737
7738         * elmo-util.el (elmo-string-rassoc-all): New function.
7739
7740         * elmo-version.el (elmo-version): Up to 2.5.1.
7741
7742 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7745
7746         * elmo-internal.el (elmo-internal-search): Fix last change.
7747
7748 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * elmo-internal.el (elmo-internal-search): Rewrite.
7751         (Fixed problem which is pointed out by Akihiro MOTOKI
7752         <motoki@da.jp.nec.com>)
7753
7754         * elmo-version.el (elmo-version): Up to 2.5.0.
7755
7756 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7757
7758         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7759
7760 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7761
7762         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7763         non-nil, make hierarchy.
7764
7765 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7766
7767         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7768         `elmo-pop3-use-uidl' must be bound to nil.
7769         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7770
7771 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * elmo-util.el (elmo-copy-file): Don't cause an error after
7774         `add-name-to-file' failed.
7775
7776         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
7777         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7778
7779 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7780
7781         * elmo-version.el (elmo-version): Up to 2.3.93.
7782
7783 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * elmo-util.el (elmo-flatten): New function.
7786
7787 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7788
7789         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
7790         sync Author header.
7791         * elmo-cache.el (toplevel): Ditto.
7792         * elmo-database.el (toplevel): Ditto.
7793         * elmo-date.el (toplevel): Ditto.
7794         * elmo-dop.el (toplevel): Ditto.
7795         * elmo-filter.el (toplevel): Ditto.
7796         * elmo-imap4.el (toplevel): Ditto.
7797         * elmo-internal.el (toplevel): Ditto.
7798         * elmo-localdir.el (toplevel): Ditto.
7799         * elmo-localnews.el (toplevel): Ditto.
7800         * elmo-maildir.el (toplevel): Ditto.
7801         * elmo-msgdb.el (toplevel): Ditto.
7802         * elmo-multi.el (toplevel): Ditto.
7803         * elmo-net.el (toplevel): Ditto.
7804         * elmo-nntp.el (toplevel): Ditto.
7805         * elmo-pipe.el (toplevel): Ditto.
7806         * elmo-pop3.el (toplevel): Ditto.
7807         * elmo-util.el (toplevel): Ditto.
7808         * elmo-vars.el (toplevel): Ditto.
7809         * elmo2.el (toplevel): Ditto.
7810         * mmelmo-imap4.el (toplevel): Ditto.
7811         * mmelmo.el (toplevel): Ditto.
7812
7813         * elmo-version.el (elmo-version): Move to top.
7814
7815         * elmo-cache.el (toplevel): Fixed multiple Author header format.
7816         * elmo-imap4.el (toplevel): Ditto.
7817         * elmo-localdir.el (toplevel): Ditto.
7818         * elmo-msgdb.el (toplevel): Ditto.
7819         * elmo-nntp.el (toplevel): Ditto.
7820         * elmo-pop3.el (toplevel): Ditto.
7821         * elmo-version.el (toplevel): Ditto.
7822
7823         * elmo-localnews.el (toplevel): Added Keyword header.
7824
7825 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * elmo-version.el (product-version-as-string): Defined using
7828         `defun-maybe'.
7829         (toplevel): Use it.
7830
7831         * elmo-localdir.el (toplevel): Updated copyright notice.
7832         * elmo-version.el (toplevel): Ditto.
7833         * elmo-msgdb.el (toplevel): Ditto.
7834         * elmo-imap4.el (toplevel): Ditto.
7835         * elmo-nntp.el (toplevel): Ditto.
7836         * elmo-pop3.el (toplevel): Ditto.
7837
7838 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
7841         messages.
7842
7843         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
7844         parameter value (It sometimes contains raw kanji).
7845
7846 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7847
7848         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
7849         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
7850
7851 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7852
7853         * elmo-imap4.el (elmo-network-initialize-session): Fix.
7854
7855 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7856
7857         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
7858         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
7859
7860 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
7863         value if selecting folder succceeded.
7864         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
7865
7866 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7867
7868         * elmo-util.el (elmo-make-directory): Fixed permission lateral
7869         representation.
7870
7871         * elmo-util.el (elmo-string-matched-member): New function.
7872
7873 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * elmo-util.el (elmo-unintern): New macro.
7876         (elmo-number-set-member): Fixed docstring.
7877
7878         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
7879         tag token.
7880
7881 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
7882
7883         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
7884         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
7885
7886 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
7889         `no-error'.
7890         Added docstring.
7891         Return non-nil if selecting folder succeeded.
7892         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
7893
7894 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
7897         `file-name-completion' returns t.
7898         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
7899         (elmo-maildir-set-mark): Put `info' part to the files in the cur
7900         directory if it does not exist.
7901         (elmo-maildir-update-current): Use `while' instead of `mapcar'
7902         for iteration.
7903
7904 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7905
7906         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
7907         enclosure (It's harmful in unplugged status).
7908
7909         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
7910
7911         * mmelmo-1.el: Removed.
7912
7913         * mmelmo-2.el: Ditto.
7914
7915         * mmelmo-imap4-1.el: Ditto.
7916
7917         * mmelmo-imap4-2.el: Ditto.
7918
7919         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
7920
7921         * mmelmo.el: Merged mmelmo-2.el.
7922
7923         * elmo-version.el (elmo-version): Up to 2.3.92.
7924
7925 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7926
7927         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
7928         elmo-update-number): Remove last period in "...done." message.
7929         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
7930         Ditto.
7931         * elmo-cache.el (elmo-cache-expire-by-size,
7932         elmo-cache-get-sorted-cache-file-list,
7933         elmo-cache-msgdb-create-as-numlist): Ditto.
7934         * elmo-dop.el (elmo-dop-save-pending-messages,
7935         (elmo-dop-flush-pending-append-operations): Ditto.
7936         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
7937         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
7938         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
7939         (elmo-localdir-pack-number): Ditto.
7940         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
7941         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
7942         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
7943         mime-write-entity-content): Ditto.
7944         * pldap.el (ldap-search-basic): Ditto.
7945
7946 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * elmo-version.el (elmo-version): Up to 2.3.91.
7949
7950         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
7951         Only when filter is 'last'.
7952
7953         * elmo-util.el (elmo-condition-atom-regexp): New constant.
7954         (elmo-condition-parse-search-value): Use it.
7955         (elmo-read-search-condition-internal): Quote value only when
7956         it is not an atom.
7957
7958 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7959
7960         * elmo2.el (elmo-generic-folder-diff): Fix.
7961
7962 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7963
7964         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
7965         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
7966         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
7967         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
7968         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
7969         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
7970
7971 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
7972
7973         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
7974         extra-fields.
7975
7976 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * elmo-version.el (elmo-version): Up to 2.3.90.
7979
7980         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
7981         (elmo-imap4-list-folder-important): Ditto.
7982
7983 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
7984
7985         * elmo-nntp.el (elmo-network-initialize-session): Fix.
7986
7987 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
7988
7989         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
7990
7991 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7992
7993         * elmo-nntp.el (elmo-network-initialize-session):
7994         Add starttls negotiation.
7995
7996 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7997
7998         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
7999         response.
8000         (elmo-network-setup-session): Define.
8001         Call `elmo-nntp-send-mode-reader' when session opened.
8002
8003 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8006
8007 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8008
8009         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8010         an invalid SPACE character ahead of `SEARCH' command.  Move
8011         a valid SPACE character following `SEARCH' from conditional
8012         `format' arguments to control-strings.
8013
8014 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8017         was succeeded.
8018
8019         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8020
8021 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8022
8023         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8024         `w32-get-true-file-link-count' as t.
8025
8026         * elmo-imap4.el (elmo-imap4-read): Abolished.
8027         (Renamed to `elmo-read' and moved to elmo-util.el)
8028         All other related portions are changed.
8029
8030         * elmo-util.el (elmo-read): New function.
8031         (elmo-condition-parse-search-value): Use it.
8032
8033 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8036
8037         * elmo-nntp.el (elmo-nntp-session): Define.
8038         (elmo-nntp-setting): Abolished.
8039         All other related portions are changed.
8040         (elmo-nntp-get-server-command): Changed argument.
8041         (elmo-nntp-set-server-command): Ditto.
8042         (elmo-nntp-xover-p): Ditto.
8043         (elmo-nntp-set-xover): Ditto.
8044         (elmo-nntp-listgroup-p): Ditto.
8045         (elmo-nntp-set-listgroup): Ditto.
8046         (elmo-nntp-list-active-p): Ditto.
8047         (elmo-nntp-set-list-active): Ditto.
8048         (elmo-nntp-xhdr-p): Ditto.
8049         (elmo-nntp-set-xhdr): Ditto.
8050         (elmo-nntp-flush-connection): Abolished.
8051         (elmo-nntp-get-connection): Abolished.
8052         (elmo-nntp-get-session): New function.
8053         (elmo-network-initialize-session): Defined.
8054         (elmo-network-authenticate-session): Ditto.
8055         (elmo-nntp-send-mode-reader): Changed argument.
8056         (elmo-nntp-send-command): Changed argument.
8057         All other related portions are changed.
8058         (elmo-nntp-read-response): Ditto.
8059         (elmo-nntp-read-raw-response): Ditto.
8060         (elmo-nntp-read-contents): Ditto.
8061         (elmo-nntp-read-body): Ditto.
8062         (elmo-nntp-goto-folder): Abolished.
8063         (elmo-nntp-select-group): New function.
8064         All other related portions are changed.
8065         (This function substitutes `elmo-nntp-goto-folder')
8066         (elmo-nntp-msgdb-create-by-header): Rewrite.
8067         (elmo-nntp-get-overview): Eliminated.
8068         (elmo-nntp-get-message): Ditto.
8069         (elmo-nntp-open-connection) Abolished.
8070         (elmo-nntp-read-msg): Rewrite.
8071         (elmo-nntp-post): Ditto.
8072         (elmo-nntp-send-data): Abolished.
8073         (elmo-nntp-send-buffer): New function.
8074         (elmo-nntp-send-data-line): Define as inline function.
8075         (elmo-nntp-get-folders-info-prepare): Use session as key.
8076         (elmo-nntp-groups-read-response): Changed argument.
8077         (elmo-nntp-retrieve-headers): Ditto.
8078         (elmo-nntp-msgdb-create-message): Ditto.
8079
8080         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8081         when searching by 'since' or 'before'.
8082
8083 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8084
8085         * elmo-version.el (toplevel): Use product-version-as-string for set
8086         verstion-string, if defined.
8087
8088 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8089
8090         * elmo-util.el: Doc fixes.
8091
8092 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8093
8094         * elmo-archive.el (toplevel): Use product-provide.
8095         * elmo-cache.el (toplevel): Ditto.
8096         * elmo-database.el (toplevel): Ditto.
8097         * elmo-date.el (toplevel): Ditto.
8098         * elmo-dop.el (toplevel): Ditto.
8099         * elmo-filter.el (toplevel): Ditto.
8100         * elmo-imap4.el (toplevel): Ditto.
8101         * elmo-internal.el (toplevel): Ditto.
8102         * elmo-localdir.el (toplevel): Ditto.
8103         * elmo-localnews.el (toplevel): Ditto.
8104         * elmo-maildir.el (toplevel): Ditto.
8105         * elmo-msgdb.el (toplevel): Ditto.
8106         * elmo-multi.el (toplevel): Ditto.
8107         * elmo-net.el (toplevel): Ditto.
8108         * elmo-nntp.el (toplevel): Ditto.
8109         * elmo-pipe.el (toplevel): Ditto.
8110         * elmo-pop3.el (toplevel): Ditto.
8111         * elmo-util.el (toplevel): Ditto.
8112         * elmo-vars.el (toplevel): Ditto.
8113         * elmo2.el (toplevel): Ditto.
8114         * mmelmo-1.el (toplevel): Ditto.
8115         * mmelmo-2.el (toplevel): Ditto.
8116         * mmelmo-imap4-1.el (toplevel): Ditto.
8117         * mmelmo-imap4-2.el (toplevel): Ditto.
8118         * mmelmo-imap4.el (toplevel): Ditto.
8119         * mmelmo.el (toplevel): Ditto.
8120
8121 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8122
8123         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8124         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8125
8126 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8129         before splitting.
8130         (elmo-multi-split-number-alist): Ditto.
8131
8132 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8133
8134         * elmo-version.el: New file.  Use product.el.
8135         * elmo2.el: Add (require 'elmo-version).
8136         * elmo-vars.el (elmo-appname, elmo-version): Move to
8137         elmo-version.el
8138
8139 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8142         `elmo-msgdb-expand-path'.
8143         (elmo-msgdb-load): Ditto.
8144         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8145         (elmo-generic-list-folder-unread): Rewrite.
8146         (elmo-generic-list-folder-important): Changed argument.
8147         (elmo-list-folder-unread): Ditto.
8148         (elmo-list-folder-important): Ditto.
8149         (elmo-folder-diff): Rewrite.
8150         (elmo-generic-folder-diff): New function.
8151         (elmo-multi-get-number-alist-list): Abolished
8152         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8153         (elmo-multi-folder-diff): Moved to elmo-multi.el
8154         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8155
8156         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8157         `elmo-msgdb-expand-path'.
8158         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8159         (elmo-pop3-read-msg): Ditto.
8160         (elmo-pop3-delete-msgs): Ditto.
8161         (elmo-pop3-folder-diff): New alias.
8162
8163         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8164         `elmo-msgdb-expand-path'.
8165         (elmo-pipe-list-folder-unread): Changed arguments.
8166         (elmo-pipe-list-folder-important): Ditto.
8167         (elmo-pipe-folder-diff): New alias.
8168
8169         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8170         `elmo-msgdb-expand-path'.
8171         (elmo-nntp-max-of-folder): Ditto.
8172         (elmo-nntp-msgdb-create): Ditto.
8173         (elmo-nntp-delete-msgs): Ditto.
8174         (elmo-nntp-folder-diff): New alias.
8175
8176         * elmo-multi.el (elmo-multi-folder-diff): New function.
8177         (elmo-multi-split-mark-alist): Ditto.
8178         (elmo-multi-split-number-alist): Ditto.
8179         (elmo-multi-mark-alist-list): Abolished (Renamed to
8180         elmo-multi-split-mark-alist).
8181         (elmo-multi-list-folder-unread): Rewrite.
8182         (elmo-multi-list-folder-important): Ditto.
8183         (elmo-multi-list-folder): Set `spec' as 1st argument for
8184         `elmo-msgdb-expand-path'.
8185         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8186         instead of `elmo-multi-get-number-alist-list'.
8187
8188         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8189         If 1st argument is not string, treat as spec.
8190         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8191         `elmo-msgdb-expand-path'.
8192         (elmo-msgdb-flist-load): Ditto.
8193         (elmo-msgdb-flist-save): Ditto.
8194         (elmo-msgdb-delete-path): Ditto.
8195         (elmo-msgdb-rename-path): Ditto.
8196
8197         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8198         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8199         (elmo-maildir-delete-mark-msgs): Ditto.
8200         (elmo-maildir-msgdb-create): Ditto.
8201         (elmo-maildir-read-msg): Ditto.
8202         (elmo-maildir-delete-msgs): Ditto.
8203         (elmo-maildir-list-folder-subr): Ditto.
8204         (elmo-maildir-search): Ditto.
8205         (elmo-maildir-get-msg-filename): Ditto.
8206         (elmo-maildir-pack-number): Ditto.
8207         (elmo-maildir-folder-diff): New alias.
8208
8209         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8210
8211         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8212         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8213         (elmo-localdir-folder-diff): New alias.
8214
8215         * elmo-internal.el (elmo-internal-list-folder-subr):
8216         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8217         (elmo-internal-list-folder-by-location): Ditto.
8218         (elmo-internal-msgdb-create): Ditto.
8219         (elmo-internal-delete-msgs): Ditto.
8220         (elmo-internal-read-msg): Ditto.
8221         (elmo-internal-folder-diff): New alias.
8222
8223         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8224         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8225         `elmo-msgdb-expand-path'.
8226         (elmo-imap4-list-folder-unread): Changed arguments.
8227         (elmo-imap4-list-folder-important): Ditto.
8228
8229         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8230         (elmo-filter-list-folder-important): Ditto.
8231         (elmo-filter-folder-diff): New function.
8232
8233         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8234
8235         * elmo-cache.el (elmo-cache-list-folder):
8236         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8237         (elmo-cache-copy-msgs): Ditto.
8238         (elmo-cache-folder-diff): New alias.
8239
8240         * elmo-archive.el (elmo-archive-list-folder-subr):
8241         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8242         (elmo-archive-get-archive-name): Ditto.
8243         (elmo-archive-create-file): Ditto.
8244         (elmo-archive-append-msg): Ditto.
8245         (elmo-archive-copy-msgs): Ditto.
8246         (elmo-archive-copy-msgs-froms): Ditto.
8247         (elmo-archive-get-msg-filename): Ditto.
8248         (elmo-archive-folder-diff): New alias.
8249
8250 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8251
8252         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8253         (elmo-pop3-stream-type-alist): New variable.
8254         (elmo-nntp-stream-type-alist): New variable.
8255
8256         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8257         (elmo-kill-buffer): Ditto.
8258         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8259         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8260         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8261         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8262         (elmo-imap4-get-spec): Take into account
8263         `elmo-imap4-stream-type-alist'.
8264
8265 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8266
8267         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8268         (elmo-nntp-list-folders-get-cache): Ditto.
8269
8270 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8273         character before 'uid'.
8274
8275 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8278
8279         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8280
8281         * elmo-util.el (elmo-number-set-member): New function.
8282         (elmo-number-set-append-list): Ditto.
8283         (elmo-number-set-append): Ditto.
8284
8285         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8286         Use `elmo-number-set-member'.
8287         (elmo-living-messages): Ditto.
8288         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8289         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8290
8291         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8292         (elmo-imap4-add-to-cont-list): Abolished.
8293         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8294         instead of elmo-imap4-add-to-cont-list.
8295
8296         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8297         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8298
8299         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8300
8301 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8302
8303         * elmo-util.el (elmo-condition-parse-search-value):
8304         Fixed date parsing.
8305
8306 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * elmo-util.el (elmo-condition-find-key-internal): New function.
8309         (elmo-condition-find-key): Ditto.
8310
8311         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8312         (elmo-msgdb-search-internal): Ditto.
8313         (elmo-msgdb-search): Ditto.
8314
8315 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8316
8317         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8318         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8319
8320         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8321         (elmo-nntp-search-primitive): Fixed problem when condition is
8322         'unmatch'.
8323
8324         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8325
8326         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8327         (elmo-nntp-xhdr-p): New macro.
8328         (elmo-nntp-set-xhdr): Ditto.
8329         (elmo-nntp-parse-xhdr-response): New function.
8330         (elmo-nntp-retrieve-field): Ditto.
8331         (elmo-nntp-search-primitive): Ditto.
8332         (elmo-nntp-search): Implemented.
8333
8334         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8335
8336         * elmo-archive.el (elmo-archive-search): Set all number list to
8337         `elmo-archive-field-condition-match'
8338
8339         * elmo-localdir.el (elmo-localdir-search): Likewise.
8340
8341         * elmo-maildir.el (elmo-maildir-search): Likewise.
8342
8343 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8344
8345         * elmo-msgdb.el (elmo-living-messages): New function.
8346         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8347         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8348         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8349         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8350         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8351         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8352         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8353         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8354         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8355         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8356         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8357
8358 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8359
8360         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8361
8362         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8363
8364         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8365
8366         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8367         arguments for `SEARCH' command.
8368         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8369         All other related portions are changed.
8370
8371         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8372
8373         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8374         (elmo-list-folder-unread): Rewrite.
8375         (elmo-list-folder-important): Ditto.
8376
8377         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8378         (elmo-condition-parse-error): New inline function.
8379         (elmo-read-search-condition): New function.
8380         (elmo-read-search-condition-internal): Ditto.
8381         (elmo-parse-search-condition): Rewrite.
8382         (elmo-condition-parse): New function.
8383         (elmo-condition-parse-or-expr): Ditto.
8384         (elmo-condition-parse-and-expr): Ditto.
8385         (elmo-condition-parse-primitive): Ditto.
8386         (elmo-condition-parse-search-value): Ditto.
8387         (elmo-buffer-field-primitive-condition-match): Ditto.
8388         (elmo-buffer-field-condition-match): Rewrite.
8389         (elmo-file-field-condition-match): Ditto.
8390
8391         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8392         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8393
8394         * elmo-internal.el (elmo-internal-search): Set `number' and
8395         `number-list' argument of `elmo-file-field-condition-match'.
8396
8397         * elmo-maildir.el (elmo-maildir-search): Ditto.
8398
8399         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8400         `msgdb' as argument instead of `mark-alist'.
8401         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8402         `overview'.
8403
8404         * elmo-multi.el: Likewise.
8405
8406         * elmo-pipe.el: Likewise.
8407
8408         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8409         (elmo-imap4-search-internal): Rewrite.
8410         (elmo-imap4-search): Ditto.
8411
8412         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8413         (elmo-filter-list-folder-unread): Ditto.
8414         (elmo-filter-list-folder-important): Ditto.
8415         (elmo-filter-search): Rewrite.
8416
8417         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8418         `number-list' argument of `elmo-file-field-condition-match'.
8419         (elmo-cache-search): Ditto.
8420
8421         * elmo-localdir.el: Likewise.
8422
8423         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8424         number-list and pass it to `elmo-buffer-field-condition-match'.
8425         (elmo-archive-field-condition-match): Pass `number-list' to
8426         `elmo-archive-field-condition-match'
8427
8428 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8429
8430         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8431         `listgroup'.
8432
8433         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8434         (elmo-folder-diff-async-callback-data): Ditto.
8435         (elmo-folder-diff-async): New function.
8436
8437         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8438         (elmo-network-session-cache-key): Use it as a prefix of the session
8439         name.
8440         (elmo-network-open-session): Ditto.
8441
8442         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8443         (elmo-imap4-status-callback-data): Ditto.
8444         (elmo-imap4-server-diff-async-callback): New variable.
8445         (elmo-imap4-server-diff-async-callback-data): Ditto.
8446         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8447         `elmo-imap4-status-callback-data'.
8448         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8449         `elmo-imap4-status-callback-data' as nil.
8450         (elmo-imap4-server-diff): Ditto.
8451         (elmo-imap4-server-diff-async-callback-1): New function.
8452         (elmo-imap4-server-diff-async): Ditto.
8453         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8454
8455 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8456
8457         * elmo-util.el (elmo-list-delete): Doc fix.
8458         (elmo-delete-lists): Abolish.
8459         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8460         instead of `elmo-delete-lists'.
8461
8462 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8465         before `sort'.
8466
8467 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8468
8469         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8470         `elmo-imap4-literal-subr'.
8471         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8472         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8473
8474 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8475
8476         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8477         (elmo-archive-list-folder): Fix.
8478         (elmo-archive-max-of-folder): Fix.
8479
8480 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8481
8482         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8483          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8484         (elmo-localdir-append-msg): Ditto.
8485         (elmo-localdir-list-folder): Fix for `nonsort'.
8486         (elmo-localdir-list-folder-subr): Fix for `killed'.
8487         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8488         (elmo-maildir-list-folder-subr): Ditto.
8489         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8490         (elmo-archive-list-folder-subr): Ditto.
8491         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8492         (elmo-internal-list-folder-subr): Ditto.
8493
8494 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8497
8498 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8499
8500         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8501
8502 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8505         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8506
8507         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8508         before greeting.
8509         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8510         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8511
8512 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8515
8516         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8517         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8518         before STORE command.
8519
8520 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8521
8522         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8523
8524         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8525         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8526         of `response'.
8527         (elmo-imap4-list-folders): Removed unused local variable.
8528         (elmo-network-initialize-session): Ditto.
8529         (elmo-imap4-delete-msg-by-id): Ditto.
8530         (elmo-imap4-parse-fetch): Ditto.
8531         (elmo-imap4-copy-msgs): Ditto.
8532         Use `dst-spec' instead of `dst-folder'.
8533         (elmo-network-authenticate-session): Check authenticate type `plain'.
8534
8535 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8538         garbage checking.
8539         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8540         `elmo-imap4-response-value'.
8541         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8542
8543 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * elmo-imap4.el (elmo-imap4-send-command):
8546         Cause elmo-imap4-bye-error when current response is BYE.
8547         (elmo-imap4-arrival-filter): Changed greeting response value.
8548
8549         * elmo2.el (elmo-imap4-bye-error): Define.
8550
8551         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8552         (elmo-imap4-server-diff): Ditto.
8553         (elmo-imap4-response-bye-p): New macro.
8554         (elmo-imap4-response-error-text): Get text from BYE response.
8555         (elmo-imap4-read-response): Return if BYE response.
8556         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8557         (elmo-imap4-folder-exists-p): Ditto.
8558         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8559         (elmo-imap4-parse-bye): New function.
8560         (elmo-imap4-parse-response): Remove needless let.
8561         Call `elmo-imap4-parse-bye'.
8562
8563 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8566         the mailbox does not exist.
8567         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8568
8569 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8570
8571         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8572
8573 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8576
8577         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8578         (elmo-network-initialize-session-buffer): Defined.
8579
8580         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8581         Abolished.
8582         (mmelmo-imap4-get-mime-entity): Rewrite.
8583
8584         * elmo2.el (elmo-error): Capitalize error message.
8585
8586         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8587         (elmo-network-session-buffer): New macro.
8588         (elmo-network-open-session): Use it.
8589
8590         * elmo-imap4.el: Rewrite.
8591
8592 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8593
8594         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8595
8596 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8597
8598         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8599         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8600         (elmo-imap4-create-msgdb-from-overview-string): Use
8601         `elmo-msgdb-create-overview-from-buffer'.
8602
8603 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8604
8605         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8606         (elmo-imap4-default-hierarchy-delimiter): New variable.
8607         (elmo-imap4-list-folders): Use it.
8608
8609 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * elmo-net.el (elmo-network-open-session): Add user and
8612         stream-type for process-buffer name.
8613
8614         * elmo-pop3.el (elmo-network-initialize-session): Call
8615         buffer-disable-undo.
8616
8617         * elmo-imap4.el (elmo-network-initialize-session):
8618         Set current-buffer as an argument for `buffer-disable-undo'.
8619
8620         * elmo-pop3.el (elmo-network-close-session): Don't use
8621         `process-live-p'.
8622
8623         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8624         Set default as 'user.
8625
8626         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8627
8628         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8629         and `elmo-imap4-flush-connection'.
8630
8631         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8632         (elmo-pop3-get-spec): Assume auth as symbol.
8633         (elmo-open-network-stream): Moved to `elmo-net'.
8634
8635         * elmo-pop3.el (toplevel): Require 'elmo-net.
8636         Define `sasl-cram-md5' to silence byte compilier.
8637         (elmo-pop3-connection-cache) Abolished.
8638         (elmo-pop3-authenticator-alist) New variable.
8639         (elmo-pop3-session): Define.
8640         (elmo-pop3-connection-get-process): Abolished.
8641         (elmo-pop3-connection-get-buffer): Ditto.
8642         (elmo-pop3-close-connection): Ditto.
8643         (elmo-pop3-flush-connection): Ditto.
8644         (elmo-pop3-get-connection): Ditto.
8645         (elmo-pop3-get-session): New function.
8646         (Replacement for `elmo-pop3-get-connection').
8647         All other related modules are changed.
8648         (elmo-network-close-session): Define.
8649         (elmo-pop3-send-command): Abolished argument `buffer'.
8650         All other related modules are changed.
8651         (elmo-pop3-read-response): Likewise.
8652         (elmo-pop3-open-connection): Abolished.
8653         (elmo-pop3-auth-user): New function.
8654         (elmo-pop3-auth-apop): Ditto.
8655         (elmo-pop3-auth-cram-md5): Ditto.
8656         (elmo-pop3-auth-scram-md5): Ditto.
8657         (elmo-pop3-auth-digest-md5): Ditto.
8658         (elmo-network-initialize-session): Define.
8659         (elmo-network-authenticate-session): Ditto.
8660         (elmo-network-setup-session): Ditto.
8661
8662         * elmo-imap4.el (toplevel): Require 'elmo-net.
8663         (elmo-imap4-session): Define.
8664         (elmo-imap4-connection-cache): Abolished.
8665         (elmo-imap4-password-key): Ditto.
8666         (elmo-imap4-flush-connection): Ditto.
8667         (elmo-imap4-get-connection): Ditto.
8668         All other related modules are changed.
8669         (elmo-imap4-get-session): New function
8670         (Replacement for `elmo-imap4-get-connection').
8671         (elmo-imap4-read-response): Abolished argument `buffer'.
8672         All other related modules are changed.
8673         (elmo-imap4-send-command): Likewise.
8674         (elmo-imap4-select-folder): Abolished.
8675         All other related modules are changed.
8676         (elmo-imap4-select-mailbox): New function.
8677         (Replacement for `elmo-imap4-select-folder').
8678         (elmo-imap4-auth-login): Simplify.
8679         (Assume current buffer as process buffer)
8680         (elmo-imap4-auth-cram-md5): Ditto.
8681         (elmo-imap4-auth-digest-md5): Ditto.
8682         (elmo-imap4-login): Ditto.
8683         (elmo-imap4-open-connection): Abolished.
8684         (elmo-imap4-open-connection-1): Abolished.
8685         (elmo-network-initialize-sessoin): Define.
8686         (elmo-network-authenticate-session): Ditto.
8687         (elmo-network-setup-session): Ditto.
8688
8689         * elmo-net.el: New module.
8690
8691 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8692
8693         * elmo-util.el (elmo-define-error): New function.
8694
8695         * elmo2.el (elmo-error): Define.
8696         (elmo-open-error): Define.
8697         (elmo-authenticate-error): Define.
8698
8699         * elmo-imap4.el (elmo-imap4-error): Abolish.
8700         (elmo-imap4-error-type): Abolish.
8701         (elmo-imap4-error-process): Abolish.
8702         (elmo-imap4-error-message): Abolish
8703         (elmo-imap4-list-folders): Don't quote lambda.
8704         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8705         (elmo-imap4-parse-namespace): Ditto.
8706         (elmo-imap4-open-connection): Rewrite.
8707         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8708         (elmo-imap4-get-connection): Abolish local variable `result'.
8709
8710 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8711
8712         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8713         wrong-type-argument error when auth is nil.
8714
8715 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8716
8717         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8718         (elmo-default-nntp-stream-type): Ditto.
8719         (elmo-default-pop3-stream-type): Ditto.
8720         (elmo-network-stream-type-alist): Ditto.
8721         (elmo-default-imap4-ssl): Abolished.
8722         (elmo-default-nntp-ssl): Ditto.
8723         (elmo-default-pop3-ssl): Ditto.
8724
8725         * elmo-util.el: (toplevel): Removed needless requires.
8726         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8727         (elmo-open-network-stream): Open network stream according to
8728         the value of `elmo-network-stream-type-alist'.
8729         (elmo-get-network-stream-type): New function.
8730         (elmo-network-stream-type-spec-string): New macro.
8731         (elmo-network-stream-type-symbol): Ditto.
8732         (elmo-network-stream-type-function): Ditto.
8733
8734         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8735         network-stream-type. All other related portions are changed.
8736         (elmo-pop3-open-connection): Ditto.
8737
8738         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8739         network-stream-type. All other related portions are changed.
8740
8741         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8742         network-stream-type.All other related portions are changed.
8743         (elmo-imap4-error): New macro.
8744         (elmo-imap4-error-type): Ditto.
8745         (elmo-imap4-error-process): Ditto.
8746         (elmo-imap4-error-message): Ditto.
8747         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8748         (elmo-imap4-auth-cram-md5): Ditto.
8749         (elmo-imap4-auth-digest-md5): Ditto.
8750         (elmo-imap4-login): Ditto.
8751         (elmo-imap4-open-connection): Remove password entry if authentication
8752         was in vain.
8753         (elmo-imap4-user-at-host): Abolished.
8754         (elmo-imap4-password-key): New buffer local variable.
8755         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8756         using protocol, port, auth and stream-type.
8757
8758         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8759
8760 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8761
8762         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8763
8764         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8765
8766         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8767         (elmo-imap4-authenticator-alist): New variable.
8768         (elmo-imap4-open-connection-1): Rename from
8769         elmo-imap4-open-connection.
8770         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8771         only wraps elmo-imap4-open-connection-1.
8772         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8773         user-at-host.
8774         (elmo-imap4-auth-login): New function.
8775         (elmo-imap4-auth-cram-md5): New function.
8776         (elmo-imap4-auth-digest-md5): New function.
8777         (elmo-imap4-login): New function.
8778
8779 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8780
8781         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
8782         function `error'.
8783
8784 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8785
8786         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
8787
8788 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
8791
8792 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
8793
8794         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
8795         for server responses, quote `*' regardless of where it appears.
8796
8797 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8798
8799         * elmo-maildir.el (elmo-maildir-commit): New alias.
8800
8801 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8802
8803         * elmo-util.el (elmo-display-progress):
8804                 Use `progress-feedback-with-label'.
8805
8806 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8807
8808         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
8809         (elmo-imap4-non-atom-char-regex): Ditto.
8810         (elmo-imap4-non-text-char-regex): Ditto.
8811         (elmo-imap4-literal-threshold): Ditto.
8812         (elmo-imap4-atom-p): New function.
8813         (elmo-imap4-quotable-p): Ditto.
8814         (elmo-imap4-nil): Ditto.
8815         (elmo-imap4-atom): Ditto.
8816         (elmo-imap4-quoted): Ditto.
8817         (elmo-imap4-literal-subr): Ditto.
8818         (elmo-imap4-literal): Ditto.
8819         (elmo-imap4-buffer-literal): Ditto.
8820         (elmo-imap4-string-subr): Ditto.
8821         (elmo-imap4-string): Ditto.
8822         (elmo-imap4-buffer-string): Ditto.
8823         (elmo-imap4-astring-subr): Ditto.
8824         (elmo-imap4-astring): Ditto.
8825         (elmo-imap4-buffer-astring): Ditto.
8826         (elmo-imap4-nstring): Ditto.
8827         (elmo-imap4-buffer-nstring): Ditto.
8828         (elmo-imap4-mailbox): New alias.
8829         (elmo-imap4-field-body): Ditto.
8830         (elmo-imap4-userid): Ditto.
8831         (elmo-imap4-password): Ditto.
8832         (elmo-imap4-format-quoted): New function.
8833         (elmo-imap4-send-command): Rewritten.  Accept a list of command
8834         arguments and handle "atom", "quoted" and "literal" string here.
8835         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
8836         `elmo-imap4-send-command'.
8837         (elmo-imap4-folder-exists-p): Likewise.
8838         (elmo-imap4-create-folder): Likewise.
8839         (elmo-imap4-delete-folder): Likewise.
8840         (elmo-imap4-rename-folder): Likewise.
8841         (elmo-imap4-max-of-folder): Likewise.
8842         (elmo-imap4-check-validity): Likewise.
8843         (elmo-imap4-sync-validity): Likewise.
8844         (elmo-imap4-server-diff): Likewise.
8845         (elmo-imap4-select-folder): Likewise.
8846         (elmo-imap4-copy-msgs): Likewise.
8847         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
8848         (elmo-imap4-mark-set-on-msgs): Likewise.
8849         (elmo-imap4-read-part): Likewise.
8850         (elmo-imap4-read-msg): Likewise.
8851         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
8852         `elmo-imap4-password' for `elmo-imap4-send-command'.
8853         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
8854         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
8855         `elmo-imap4-buffer-literal'.
8856         (elmo-imap4-append-msg): Likewise.
8857
8858         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
8859         `delete' for removing dead connection from the connection cache.
8860         Move deletion of the process buffer after that.
8861         (elmo-imap4-list): Change `defsubst' to `defun'.
8862         (elmo-imap4-commit): Make error message verbose.
8863         (elmo-imap4-search): Ditto.
8864         (elmo-imap4-list): Ditto.
8865         (elmo-imap4-select-folder): Ditto.
8866         (elmo-imap4-copy-msgs): Ditto.
8867         (elmo-imap4-delete-msg-by-id): Ditto.
8868         (elmo-imap4-append-msg-by-id): Ditto.
8869         (elmo-imap4-append-msg): Ditto.
8870
8871 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8872
8873         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
8874         when dired is used on XEmacs.
8875
8876 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
8877
8878         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
8879         instead of `append'.
8880         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
8881         `elmo-plugged-p' directly.
8882         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
8883         of `elmo-plugged-p' directly.
8884
8885         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
8886         Eliminate unused variable.  Use `memq' for checking a process status.
8887         Use `cons' instead of `append' for updating the connection cache.
8888         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
8889         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
8890
8891 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
8892
8893         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
8894         `elmo-imap4-read-point' exactly.
8895
8896         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
8897         the local variable `folder' to `mailbox'.
8898         Rename the argument `fld' to `folder'.
8899
8900 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
8901
8902         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
8903         * elmo-imap4.el (elmo-imap4-commit): Ditto.
8904
8905 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
8908         (elmo-pop3-number-uidl-hash): New buffer-local variable.
8909         (elmo-pop3-uidl-number-hash): Ditto.
8910         (elmo-pop3-size-hash): Ditto.
8911         (elmo-pop3-uidl-done): Ditto.
8912         (elmo-pop3-list-done): Ditto.
8913         (elmo-pop3-connection-get-process): New defmacro.
8914         (elmo-pop3-connection-get-buffer): Ditto.
8915         (elmo-pop3-close-connection): Delete buffer and process.
8916         (elmo-pop3-flush-connection): Don't delete buffer and process.
8917         (elmo-pop3-get-connection): Added optional argument `if-exists'.
8918         Setup UIDL and size hash.
8919         (elmo-pop3-send-command-no-erase): Deleted
8920         (elmo-pop3-send-command): Added optional argument `no-erase'.
8921         (elmo-pop3-parse-uidl-response): New function.
8922         (elmo-pop3-parse-list-response): Set size hash.
8923         (elmo-pop3-list-location): New function.
8924         (elmo-pop3-list-by-uidl-subr): Ditto.
8925         (elmo-pop3-list-by-list): Ditto.
8926         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
8927         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
8928         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
8929         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
8930         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
8931         Use uidl.
8932         (elmo-pop3-uidl-to-number): New function.
8933         (elmo-pop3-number-to-uidl): Ditto.
8934         (elmo-pop3-number-to-size): Ditto.
8935         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
8936         Set number by use of uidl.
8937         (elmo-pop3-msgdb-create-message): Likewise.
8938         Set size, loc-alist in msgdb.
8939         (elmo-pop3-read-msg): Set number by use of uidl.
8940         Added optional argument `msgdb'.
8941         (elmo-pop3-delete-msg): Ditto.
8942         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
8943         (elmo-pop3-commit): Close connection.
8944
8945         * elmo-pipe.el (elmo-pipe-max-of-folder):
8946         Bind `elmo-pop3-use-uidl' as nil.
8947         (elmo-pipe-drain): Ditto.
8948         Call `elmo-commit'.
8949
8950         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
8951         (elmo-msgdb-overview-entity-set-size): New defsubst.
8952
8953 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8954
8955         * elmo-vars.el (elmo-use-killed-list): New variable
8956         (Renamed from `elmo-nntp-use-killed-list').
8957         (elmo-nntp-use-killed-list): Eliminated.
8958
8959         * elmo-msgdb.el (elmo-msgdb-expand-path):
8960         Changed expanding msgdb path for elmo-multi.
8961
8962         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
8963         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
8964         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
8965         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
8966         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
8967         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
8968         (toplevel): Deleted time-stamp line.
8969
8970         * elmo2.el (elmo-clear-killed ): Defined as function
8971         (Abolished defining as a backend function).
8972         All other related modules are changed.
8973
8974 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
8975
8976         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
8977
8978 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
8981
8982 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8983
8984         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
8985
8986 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8987
8988         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
8989         asynchronous folder check.
8990
8991         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
8992
8993         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
8994         `elmo-nntp-use-killed-list'.
8995         (elmo-nntp-list-folder): Use killed list.
8996         (elmo-nntp-max-of-folder): Ditto.
8997         (elmo-nntp-msgdb-create): Set killed list.
8998
8999         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9000
9001         * elmo2.el (elmo-clear-killed): New backend function.
9002         All other related modules are changed.
9003
9004 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9005
9006         * elmo-util.el (elmo-imap4-spec-folder): Use
9007         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9008         All callers changed.
9009
9010 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9011
9012         * mmelmo-2.el (initialize-instance):
9013         Use `mime-buffer-entity-buffer-internal' instead of
9014         `mime-entity-buffer'.
9015
9016         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9017         (mime-entity-body): Implemented.
9018         (mime-goto-header-start-point): Deleted.
9019         (mime-goto-body-end-point): Ditto.
9020         (mime-entity-point-min): Ditto.
9021         (mime-entity-point-max): Ditto.
9022         (mime-entity-children): Ditto.
9023         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9024         instead of `mime-entity-buffer'.
9025         (mime-entity-header-buffer): Ditto.
9026         (mime-entity-body-buffer): Ditto.
9027         (mime-write-entity-content): Ditto.
9028
9029         * pldap.el (ldap-static-if): New macro.
9030         (toplevel): Use it instead of `static-if'.
9031
9032 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9033
9034         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9035         included in `attrs' argument.
9036
9037 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9038
9039         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9040
9041         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9042         (ldap-ldif-safe-init-char-regexp): Ditto.
9043         (ldap-ldif-safe-string-regexp): Ditto.
9044         (ldap/ldif-safe-string-p): New macro.
9045         (ldap/ldif-insert-field): Ditto.
9046         (ldap-modify): Use it.
9047         (ldap-add): Ditto.
9048         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9049         (ldap-decode-attribute): Decode only when `attr' is consp.
9050         (ldap-delete): Bind `ret'.
9051         (toplevel): Require 'cl at compile time.
9052         Removed (require 'poe) and (require 'std11).
9053         (pldap-version): Eliminated.
9054         (ldap-search-basic): Removed auth and dn binding.
9055         (ldap-ldif-field-name-regexp): New constant.
9056         (ldap-ldif-field-head-regexp): Ditto.
9057         (ldap-ldif-next-field-head-regexp): Ditto.
9058         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9059         (ldap/field-end): New function.
9060         (ldap/field-body): Use it.
9061         (ldap/collect-field): Ditto.
9062         (ldap-search-basic): Use `ldap/field-body'.
9063
9064 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9065
9066         * pldap.el (ldap-default-attribute-encoder): New user option.
9067         (ldap/field-body): Decode base64 string.
9068         (ldap/collect-field): Ditto.
9069         (ldap-encode-attribute): New function.
9070         (ldap-add-entries): Use it.
9071         (ldap-modify-entries): Ditto.
9072         (ldap-search-entries): Enclosed decoding function with
9073         `with-temp-buffer' and set as unibyte.
9074         (ldap-search-basic): Set process buffer as unibyte.
9075
9076         * elmo-util.el (elmo-folder-identical-system-p):
9077         Eliminated name space checking.
9078
9079         * pldap.el: New module.
9080         toplevel: Changed condition to detect built-in ldap feature.
9081         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9082         (ldap-add): Added error handling.
9083         (ldap-modify): Ditto.
9084         (ldap-delete): Ditto.
9085
9086 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9087
9088         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9089         Initialize local variables with `let'.  Inline a temporary
9090         variable for the progress percentage.  Sort `setq' to reduce
9091         function call in the while-loop.
9092
9093         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9094         into the conditional branch.
9095
9096 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9097
9098         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9099         Move a conditional out of the while-loop.
9100
9101 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9102
9103         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9104         elmo-msgdb-overview-get-entity-by-number.
9105         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9106         throw.
9107
9108 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9109
9110         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9111         the local variable for a packed number self descriptively.
9112
9113 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9114
9115         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9116         * elmo-localdir.el (elmo-localdir-pack-number): Use
9117         `elmo-msgdb-overview-get-entity' instead of
9118         `elmo-msgdb-overview-get-entity-by-number'.
9119         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9120         (elmo-msgdb-search-overview-entity): Removed.
9121         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9122         by message-id or number.
9123         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9124         instead of `elmo-msgdb-overview-get-entity-by-number'.
9125
9126 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9127
9128         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9129         non-nil, use hash table for overview.
9130         (elmo-hash-maximum-size): New variable.
9131         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9132         (elmo-msgdb-make-overview-hashtb): New function.
9133         (elmo-msgdb-clear-overview-hashtb): New function.
9134         (elmo-clear-hash-val): New macro.
9135         All other related modules are changed.
9136
9137 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * elmo2.el (elmo-move-msgs): If there's other message with
9140         same message-id, don't use cache.
9141
9142 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9143
9144         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9145         number is already packed.
9146
9147 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9148
9149         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9150
9151 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9152
9153         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9154         All other related modules are changed.
9155
9156 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9157
9158         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9159         of refiling failure on Maildir.
9160
9161 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9162
9163         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9164         decoded mime-charset with cache.
9165         (elmo-msgdb-overview-entity-get-from): Ditto.
9166         (elmo-msgdb-overview-entity-get-subject): Ditto.
9167         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9168
9169 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9170
9171         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9172         (elmo-remove-passwd): Fill password with 0 before erase.
9173         * elmo-vars.el (elmo-passwd-life-time): New variable.
9174
9175 \f
9176 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * elmo-cache.el (elmo-buffer-cache-add):
9179         Set message cache buffer as unibyte.
9180
9181 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9182
9183         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9184         become nil.
9185
9186 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9187
9188         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9189         when display is finished.
9190         (elmo-nntp-msgdb-create): Ditto.
9191         (elmo-nntp-groups-read-response): Ditto.
9192         (elmo-nntp-retrieve-headers): Ditto.
9193         (elmo-nntp-msgdb-create-message): Ditto.
9194         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9195         (elmo-pop3-msgdb-create-message): Ditto.
9196
9197 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9198
9199         * elmo-maildir.el (elmo-maildir-msgdb-create):
9200         Use `elmo-msgdb-sort-by-date'.
9201
9202 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9203
9204         * elmo2.el (elmo-read-msg-no-cache):
9205         Eliminated arguments after `outbuf'.
9206         Don't use cache even if it exists.
9207         (elmo-read-msg): Don't pass arguments after `outbuf' to
9208         `elmo-read-msg-no-cache'.
9209
9210 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9211
9212         * elmo-archive.el (elmo-archive-list-folders):
9213         Use `file-name-directory' if base folder does not exist.
9214
9215 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9216
9217         * elmo-archive.el (elmo-archive-list-folders): Don't use
9218         `file-name-directory'.
9219
9220 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9223         If `force' is non-nil, try flushing all operation queues.
9224
9225 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9226
9227         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9228         as-binary-process.
9229
9230 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9231
9232         * elmo-util.el (elmo-display-progress): Fixed.
9233
9234 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9235
9236         * elmo-util.el (elmo-display-progress): New function.
9237         All other related modules are changed.