5fbe1c5c01e8383db49631f79a07e4ea473ab613
[elisp/wanderlust.git] / elmo / ChangeLog
1 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * elmo-version.el (product-provide): Fix comment.
4
5 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6
7         * slp.el: Add (eval-when-compile (require 'cl)).
8         * elmo-date.el: Ditto.
9         * elmo-pop3.el: Ditto.
10         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
11
12 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
13
14         * modb.el (elmo-msgdb-match-condition-primitive): Use
15         `string-to-number' instead of `string-to-int'.
16
17         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
18         (elmo-msgdb-message-match-condition)
19         (elmo-msgdb-create-message-entity-from-buffer): Use
20         `string-to-number' instead of `string-to-int'.
21
22         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
23         instead of `string-to-int'.
24
25         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
26         instead of `string-to-int'.
27
28         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
29         `string-to-number' instead of `string-to-int'.
30
31         * elmo-nntp.el (elmo-nntp-make-msglist)
32         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
33         (elmo-nntp-create-msgdb-from-overview-string)
34         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
35         (elmo-nntp-search-primitive): Use `string-to-number' instead of
36         `string-to-int'.
37
38         * elmo-net.el (elmo-net-folder-set-parameters): Use
39         `string-to-number' instead of `string-to-int'.
40
41         * elmo-localdir.el (elmo-localdir-list-subr): Use
42         `string-to-number' instead of `string-to-int'.
43
44         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
45         `string-to-number' instead of `string-to-int'.
46
47         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
48         instead of `string-to-int'.
49
50         * elmo-archive.el (elmo-archive-list-folder-subr): Use
51         `string-to-number' instead of `string-to-int'.
52
53 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
54
55         * elmo-util.el (elmo-get-passwd): Fix typo.
56
57         * elmo-nntp.el (elmo-nntp-get-server-command)
58         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
59         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
60         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
61         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
62
63         * elmo-imap4.el (elmo-imap4-debug)
64         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
65         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
66         (elmo-imap4-response-value, elmo-imap4-response-error-text)
67         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
68         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
69         (elmo-imap4-identical-system-p): New backquote style.
70
71 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
72
73         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
74         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
75         (elmo-dop-queue-arguments): Ditto.
76
77         * elmo-date.el (elmo-match-substring): New backquote style.
78         (elmo-match-string, elmo-match-buffer): Ditto.
79         (elmo-date-make-sortable-string): Ditto.
80
81         * elmo-archive.el (elmo-archive-get-method):New backquote style.
82         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
83
84         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
85         style.
86
87         * elmo-net.el (elmo-network-stream-type-spec-string): New
88         backquote style.
89         (elmo-network-stream-type-symbol): Ditto.
90         (elmo-network-stream-type-feature): Ditto.
91         (elmo-network-stream-type-function): Ditto.
92         (elmo-network-session-buffer): Ditto.
93
94         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
95         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
96         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
97         (elmo-bind-directory, elmo-set-work-buf): Ditto.
98
99         * elmo.el (elmo-folder-send): New backquote style.
100
101 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
102
103         * pldap.el (ldap-static-if): New backquote style.
104         (ldap/ldif-safe-string-p): Ditto.
105         (ldap/ldif-insert-field): Ditto.
106
107         * elmo-version.el (elmo-version): Up to 2.15.6.
108
109 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
112         messages with \Deleted flag.
113         (elmo-folder-delete-messages-plugged): Ask before sending expunge
114         command if there are messages with \Deleted flag.
115
116 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
117
118         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
119         http://seclists.org/bugtraq/2007/Apr/0018.html
120         (Suggested by Tatsuya Kinoshita)
121
122 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
123
124         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
125         with \Noselect attribute.
126
127 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
130         hierarchical folder structure with UW-imapd.
131
132 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
133
134         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
135         when the LOGINDISABLED capability is advertised.
136
137 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
140
141 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
144         `entity'.
145         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
146         if the message entity is exists.
147
148 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
149
150         * elmo-util.el (elmo-msgdb-insert-file-header): Call
151         `elmo-delete-cr-buffer'.
152
153         * elmo-localdir.el (elmo-message-fetch-internal): Use
154         `insert-file-contents-as-raw-text' instead of
155         `insert-file-contents-as-binary'.
156
157         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
158
159 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * elmo-imap4.el (elmo-network-initialize-session): Check to
162         retrieve a whole greeting message.
163
164 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
167
168 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
171         (elmo-progress-notify): Use it instead of `plist-get'.
172
173 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * elmo.el (elmo-generic-folder-append-messages): Remove unused
176         variable `table'.
177
178 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
179
180         * elmo-pipe.el (elmo-folder-set-plugged): Define.
181
182 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
185         (elmo-spam-list-spam-messages): Check it option.
186
187 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
188
189         * elmo-util.el (elmo-with-progress-display): Return the value
190         of the last form in `body'.
191
192 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
195         `elmo-progress-counter' as t when a query callback returns nil.
196         (elmo-progress-clear): New function.
197         (elmo-progress-done): Split into `elmo-progress-clear'.
198         (elmo-progress-notify): Update a total slot when it is nil.
199         (elmo-with-progress-display): Call `elmo-progress-clear' in
200         unwind-protect and move calling `elmo-progress-done' to outside.
201
202         * elmo-imap4.el (elmo-imap4-find-next-line): Call
203         `elmo-progress-notify' with :total parameter instead of
204         `elmo-progress-counter-set-total'.
205
206 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
207
208         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
209         Make it interactive.
210         (elmo-progress-start): Avoid updating `elmo-progress-counter'
211         when a query callback returns nil.  Return a progress counter
212         instead of t whenever a start callback was called.
213
214 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
215
216         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
217         (elmo-imap4-send-command): Use it.
218         (elmo-network-initialize-session): Ditto.
219         (elmo-network-setup-session): Ditto.
220         (elmo-folder-msgdb-create-plugged): Ditto.
221
222 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * elmo-util.el (elmo-progress-done): Fix a miss refer to
225         `elmo-progress-counter'.
226
227 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
230         (elsp-bsfilter-list-spam-filter): New function.
231         (elsp-bsfilter-start-list-spam): Ditto.
232         (elsp-bsfilter-read-list-spam): Ditto.
233         (elmo-spam-list-spam-messages): Use async process to display
234         progress message by each message.
235
236 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
239         of flushing previously inserted message contents.
240
241         * elmo-imap4.el (elmo-folder-search): Fix return value.
242
243 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
246         of reporter is enable or not.
247
248 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * elmo-util.el (elmo-list-bigger-diff): Abolish.
251         (elmo-display-progress): Ditto.
252         (elmo-progress-counter-alist): Ditto.
253         (elmo-progress-set): Ditto.
254         (elmo-progress-clear): Ditto.
255         (elmo-progress-counter-all-value): Rename to
256         `elmo-progress-counter-total'.
257         (elmo-progress-counter-format): Rename to
258         `elmo-progress-counter-action'.
259         (elmo-progress-counter): New internal variable.
260         (elmo-progress-callback-function): Ditto.
261         (elmo-progress-counter-label): New function.
262         (elmo-progress-counter-set-total): Ditto.
263         (elmo-progress-counter-set-action): Ditto.
264         (elmo-progress-call-callback): Ditto.
265         (elmo-progress-start): Ditto.
266         (elmo-progress-done): Ditto.
267         (elmo-progress-notify): Rewrite.
268         (elmo-with-progress-display): Remove first argument
269         `condition'. Add optional argument `var' in `spec'.
270
271         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
272         (elmo-display-retrieval-progress-threshold): Ditto.
273         (elmo-inhibit-display-retrieval-progress): Ditto.
274
275         * Replace all pair of `elmo-progress-set' and
276         `elmo-progress-clear' into `elmo-with-progress-display'.
277
278         * Replace to call `elmo-display-progress' into pair of
279         `elmo-progress-notify' and `elmo-with-progress-display'.
280
281         * elmo-version.el (elmo-version): Up to 2.15.5.
282
283 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
284
285         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
286         `cond'.
287
288 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
289
290         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
291         cleanup-forms [wl:14027].
292
293 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * elmo-flag.el (elmo-global-flag-set-internal): Use
296         `elmo-copy-file' by priority when the message is a file.
297
298 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * elmo.el: Fix typo: disptch -> dispatch.
301
302 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * elmo.el (elmo-file-tag): New class.
305         (elmo-append-messages-disptch-table): New constant.
306         (elmo-folder-type-p): New function.
307         (elmo-folder-append-messages): Redefine as function.
308
309         * elmo-null.el (elmo-folder-append-messages): Renamed from
310         `elmo-folder-append-messages'.
311
312         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
313         (elmo-folder-append-messages-*-maildir): Renamed from
314         `elmo-folder-append-messages'.
315
316         * elmo-localdir.el (elmo-localdir-folder): Inherit
317         `elmo-file-tag'.
318         (elmo-folder-append-messages-*-localdir): Renamed from
319         `elmo-folder-append-messages'.
320
321         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
322         from `elmo-folder-append-messages'.
323
324         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
325         `elmo-folder-append-messages'.
326
327         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
328         function.
329         (elmo-folder-append-messages-*-filter): Ditto.
330
331         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
332
333         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
334         (elmo-folder-append-messages-*-pipe): Renamed from
335         `elmo-folder-append-messages'.
336
337         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
338
339         * elmo-file.el (elmo-file-folder): Ditto.
340
341         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
342
343         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
344         from `elmo-folder-append-messages'
345
346 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * elmo-map.el (elmo-location-map-setup): Change an argument
349         `locations' to optional.
350         (elmo-location-map-clear): Abolish.
351         (elmo-folder-clear): Follow the API change.
352
353         * elmo-pop3.el (elmo-folder-clear): Ditto.
354
355         * elmo-pop3.el (toplevel): Require elmo-map.
356         (elmo-pop3-folder): Inherit elmo-location-map and abolish
357         location-alist slot (All other related portions are changed).
358         (elmo-pop3-folder-use-uidl): New function.
359         (elmo-folder-msgdb-create): Don't sort message entities.
360         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
361         (elmo-pop3-number-to-size): Convert return value to number.
362         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
363         working buffer.
364
365         * elmo-map.el: Use `location-map' as a variable name for instance
366         instead of `mapper'.
367         (elmo-location-map-setup): Return location alist.
368         (elmo-location-map-update): Ditto.
369
370 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * elmo-map.el (elmo-location-map): New class; split location and
373         number mapping from elmo-map-folder (All other related portions
374         are changed).
375
376         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
377         change.
378
379         * elmo-version.el (elmo-version): Up to 2.15.4.
380
381 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * elmo-vars.el (elmo-use-hardlink): New user option.
384
385         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
386         `elmo-use-hardlink'.
387
388         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
389         killed-list.
390         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
391         instead of `*-internal'. Use `elmo-with-progress-display'.
392
393 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
396         `elmo-spam-process-messages-as-mbox'.
397
398         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
399
400 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
403         argument BUFFER of `call-process'.
404
405 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
408         args.
409         (elsp-bsfilter-list-spam-files): Ditto.
410
411 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
414         (elmo-spam-bsfilter-max-messages-per-process): New use option.
415         (elmo-spam-bsfilter-debug): Fix a group.
416         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
417         `--homedir'.
418         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
419         (elsp-bsfilter-list-spam-files): New function.
420         (elmo-spam-list-spam-messages): Define.
421         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
422         (elmo-spam-bsfilter-register-messages): New function.
423         (elmo-spam-register-spam-messages): Define.
424         (elmo-spam-register-good-messages): Ditto.
425
426         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
427
428         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
429         `nconc' and `consp'.
430
431 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
434         hash table to test whether a location is exists.
435
436 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
439         even if some error occurred.
440
441         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
442         meaningless unwind-protect.
443
444         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
445         start-number correctly.
446         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
447         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
448
449 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
452         (elmo-folder-initialize): Use it.
453         (elmo-global-flag-replace-referrer): New function.
454
455         * elmo.el (toplevel): Added autoload setting for
456         `elmo-global-flag-replace-referrer'.
457         (elmo-folder-rename): Rewrite the last change use
458         `elmo-global-flag-replace-referrer'.
459
460         * elmo-pipe.el (elmo-folder-rename): Call
461         `elmo-global-flag-replace-referrer'.
462
463 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * elmo.el (elmo-folder-rename): Set meta data for global flags
466         follow the rename.
467
468 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
471         as 'not-loaded.
472         (elmo-folder-close): Ditto.
473         (elmo-filter-folder-number-list-loaded-p): New function.
474         (elmo-filter-folder-number-list): Check whether loaded or not.
475         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
476         of `elmo-filter-folder-number-list-internal'.
477         (elmo-folder-delete-messages): Ditto.
478         (elmo-folder-length): Check whether number-list is loaded or not.
479
480 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
483         field `real field' into each element of list.
484         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
485         (elmo-msgdb-message-entity-field): Ditto.
486         (modb-entity-ml-info-real-fields): New function.
487
488         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
489
490         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
491         `elmo-msgdb-extra-fields'.
492
493 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * elmo-util.el (elmo-passwd-alist-load): Move point to min
496         position before read.
497
498 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
501         (elmo-global-flags-initialize): Ditto.
502
503 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
504
505         * elmo-archive.el (toplevel): Don't require emu, std11
506         and elmo-localdir.
507
508         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
509         definition.
510
511 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
512
513         * elmo.el (elmo-folder-confirm-appends): Display folder name.
514
515 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
516
517         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
518         literals.
519
520 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * elmo-maildir.el (elmo-maildir-list-location): Reduce
523         `elmo-get-last-modification-time' call.
524
525 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
528         expression.
529         (elmo-maildir-set-mark): Ditto.
530         (elmo-maildir-delete-mark): Ditto.
531
532 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
535         optional argument `separators'.
536
537 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * elmo.el (cache-changed): Abolish.
540         (status-changed): New signal.
541         (elmo-message-killed-p): New generic function and define for
542         elmo-folder.
543         (elmo-folder-recover-messages): Ditto.
544         (elmo-message-set-cached): Emit signal `status-changed' instead of
545         `cache-changed'.
546         (elmo-message-status): New macro.
547         (elmo-message-status-folder): Ditto.
548         (elmo-message-status-number): Ditto.
549         (elmo-message-status-set-flags): Ditto.
550         (elmo-message-status-set-killed): Ditto.
551         (elmo-message-status-flags): New function.
552         (elmo-message-status-cached-p): Ditto.
553         (elmo-message-status-killed-p): Ditto.
554
555         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
556         `status-changed' instead of `cache-changed'.
557         (elmo-folder-recover-messages): Define.
558         (elmo-message-killed-p): Ditto.
559
560         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
561         `status-changed' instead of `cache-changed'.
562
563         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
564         (elmo-message-killed-p): Define.
565         (elmo-folder-recover-messages): Ditto.
566
567         * elmo-version.el (elmo-version): Up to 2.15.3.
568
569 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * elmo-signal.el (elmo-signal-bindings): Use cons to append
572         element into list.
573         (elmo-define-signal-handler): Add docstring.
574         (elmo-define-signal-filter): Ditto.
575
576         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
577
578 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * elmo-util.el (elmo-flatten): Don't use recursive call.
581
582         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
583         assignment.
584         (elmo-folder-message-make-temp-files): Use `number-to-string'
585         instead of `int-to-string'.
586
587 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * elmo-search.el (elmo-folder-delete-messages): Define.
590
591 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
594         customization type.
595         (elmo-mailing-list-count-spec-list): Ditto.
596
597         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
598         for `list-id'.
599
600 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
601
602         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
603         handling.
604
605 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
608         (elmo-mailing-list-count-spec-list): Ditto.
609
610         * elmo-util.el (elmo-map-until-success): New function.
611         (elmo-string-match-substring): Ditto.
612         (elmo-find-list-match-value): Ditto.
613
614         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
615         Removed.
616         (modb-entity-extract-ml-info-from-subject): Ditto.
617         (modb-entity-extract-ml-info-from-return-path): Ditto.
618         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
619         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
620         (modb-entity-extract-ml-info-from-mailman): Ditto.
621         (modb-entity-extract-mailing-list-info-functions): Ditto.
622         (modb-entity-extract-mailing-list-info): Rewrite with
623         `elmo-find-list-match-value'.
624
625 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * elmo-net.el (elmo-network-session-retry-count): New user option.
628         (elmo-network-session-buffer-name): New internal function.
629         (elmo-network-session-buffer-create): Ditto.
630         (elmo-network-open-session): Retry open network session
631         `elmo-network-session-retry-count' times.
632
633 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
634
635         * elmo-util.el (elmo-list-filter): Rewritten.
636
637 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * elmo-util.el (elmo-string-member): Allow symbol element in list.
640
641 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * elmo-search.el (elmo-make-search-engine): Use prefix
644         `elmo-search-' for require symbol instead of `else-'.
645         (elmo-search-engine-extprog): New class.
646         (elmo-search-engine-do-search): Remove nil from argument
647         list. Added argument pattern to evaluate element as function.
648         (elmo-search-engine-local-file): Derived from
649         `elmo-search-engine-extprog'.
650         (elmo-search-engine-create-message-entity): Check existance of file.
651         (elmo-search-engine-fetch-message): Ditto.
652         (elmo-search-namazu-index): Follow the API change.
653         (elmo-search-grep-target): Ditto.
654
655 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
658         characters of working buffer.
659
660         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
661         Does not bind `default-mime-charset'.
662         (elmo-msgdb-create-message-entity-from-buffer): Removed
663         unnecessary local bind.
664
665         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
666         function.
667         (modb-entity-extract-mailing-list-info-functions): Added it.
668
669 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
672         when number and message-id are non-nil.
673
674         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
675
676         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
677         conditional steatment.
678         (elmo-pop3-auth-apop): Likewise.
679         (elmo-network-authenticate-session): Likewise.
680
681 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
684         symbol `fill-column'.
685         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
686         decode field value.
687
688         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
689         (elmo-decoded-field-body): Ditto.
690
691 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
694         `tokens' to `params'.
695
696 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
699         working buffer.
700
701 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
704         decide index.
705
706 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
709         Set default value as nil.
710         (toplevel): Register search engines by
711         `elmo-search-register-engine' if there are not defined.
712
713         * elmo.el (autoload): Added autoload setting for
714         `elmo-search-register-engine'.
715
716 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * elmo.el (toplevel): `[' is redefined as the prefix of the search
719         folder instead of nmz folder.
720         (elmo-nmz-default-index-path): Added obsolete variable setting.
721         (elmo-nmz-index-alias-alist): Ditto.
722         (elmo-nmz-use-drive-letter): Ditto.
723
724         * elmo-search.el (elmo-search-register-engine): New function.
725
726         * elmo-nmz.el: Removed.
727
728         * elmo-version.el (elmo-version): Up to 2.15.2.
729
730 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * elmo-search.el: New file.
733
734 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
737         condition `larger' and `smaller'.
738
739 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * elmo-util.el (elmo-safe-filename): Rewrite to replace
742         `"' (double quote) into "_Q_".
743
744 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * elmo-net.el (elmo-net-quote-chars): Abolish.
747         (elmo-net-format-quoted): Ditto.
748
749 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * elmo.el (elmo-get-folder-function): New variable.
752         (elmo-get-folder): New function.
753         (elmo-folder-rename): Call `elmo-make-folder' with specified
754         mime-charset.
755
756         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
757         `elmo-make-folder'.
758         (elmo-split-subr): Ditto.
759
760         * elmo-multi.el (elmo-folder-initialize): Ditto.
761
762         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
763
764         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
765         (elmo-flag-get-folder): Ditto.
766
767         * elmo-filter.el (elmo-folder-initialize): Ditto.
768
769         * elmo-access.el (elmo-folder-initialize): Ditto.
770         (elmo-access-folder-update-children): Ditto.
771
772         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
773         (elmo-dop-queue-flush): Ditto.
774         (elmo-folder-append-buffer-dop-delayed): Ditto.
775         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
776         mime-charset.
777
778         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
779         instead of `elmo-make-folder'.
780         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
781         destination folder instead of send `elmo-folder-rename-internal'.
782
783         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
784         slot of subfolder instead of create it.
785
786 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * elmo-util.el (elmo-collect-separators): New function.
789         (elmo-collect-separators-internal): Ditto.
790         (elmo-collect-trail-separators): Ditto.
791         (elmo-parse-separated-tokens): Ditto.
792         (elmo-parse-separated-tokens-internal): Ditto.
793         (elmo-quote-syntactical-element): Ditto.
794
795         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
796         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
797
798         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
799         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
800         (elmo-nntp-folder-list-subfolders): Quote a user name.
801
802         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
803         (elmo-net-parse-network): Abolish.
804         (elmo-net-folder-set-parameters): New function.
805         (elmo-folder-initialize): Follow the above change.
806
807         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
808         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
809         (elmo-folder-list-subfolders): Use
810         `elmo-quote-syntactical-element' instead of
811         `elmo-net-format-quoted' to quote mailbox and user name.
812
813 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * elmo-util.el (elmo-token-valid-p): New function.
816         (elmo-parse-token): Add optional argument `requirement'.
817         (elmo-parse-prefixed-element): Likewise.
818
819         * elmo-net.el (elmo-net-quote-chars): Renamed from
820         `elmo-net-quote-chars-regexp'.
821         (elmo-net-format-quoted): Add optional argument `extra-chars'.
822
823         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
824         by info document. Check token `uidl' is started an alphabet.
825
826         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
827         by info document. Check token `user' is started an alphabet.
828
829         * elmo-imap4.el (elmo-folder-initialize): Ditto.
830         (elmo-folder-list-subfolders): Quote user.
831
832 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * elmo-util.el (elmo-quoted-specials-list): New constant.
835         (elmo-quoted-token): New function.
836
837         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
838         (elmo-net-format-quoted): New function.
839         (elmo-net-parse-network): Ditto.
840         (elmo-folder-initialize): Use it.
841
842         * elmo-nntp.el (elmo-folder-initialize): Use
843         `elmo-net-parse-network' to parse network specification instead of
844         `elmo-folder-initialize#elmo-net'.
845
846         * elmo-pop3.el (elmo-folder-initialize): Ditto.
847
848         * elmo-imap4.el (elmo-folder-initialize): Ditto.
849         (elmo-folder-list-subfolders): Quote folder name by
850         `elmo-net-format-quoted'.
851
852 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
853
854         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
855         (elmo-folder-search): Use it.
856
857 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * modb-standard.el (modb-standard-loaded-message-id): Use
860         `elmo-msgdb-message-entity-field'.
861
862 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
865         without filename.
866
867 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * elmo-util.el (elmo-set-auto-coding): New function.
870         (elmo-object-load): Use it.
871
872 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
875         (elmo-time<): Define as alias of `elmo-time-less-p'.
876         (elmo-time-to-datevec): New function.
877
878         * elmo-date.el (elmo-time-to-days): New function.
879
880 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
883         is not cons cell.
884
885 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
888         parenthesis.
889
890         * elmo-util.el (elmo-map-recursive): New function.
891
892         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
893         (modb-entity-encode-string-recursive): Ditto.
894
895 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
896
897         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
898         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
899         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
900         compare sequence number when last modified time is nil.
901
902 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
903
904         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
905
906         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
907
908 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
911         modification time of the file.
912
913 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * elmo-util.el (elmo-condition-optimize): Discriminated against
916         preserved fields, extra fields and the other weight.
917
918 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * modb-entity.el (initialize-instance): Define.
921         (modb-entity-handler-mime-charset): New internal function.
922         (modb-standard-entity-set-field): Use it.
923         (elmo-msgdb-message-entity-field): Ditto.
924         (elmo-msgdb-message-entity-field): Ditto.
925
926         * modb.el (elmo-msgdb-match-condition): Rewrite with
927         `elmo-condition-match'.
928         (elmo-msgdb-match-condition-primitive): New function.
929
930         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
931         arguments `flags' and `numbers'.
932         (elmo-msgdb-match-condition-primitive): Abolished (merged to
933         `elmo-msgdb-message-match-condition').
934         (modb-buffer-entity-handler): New class.
935
936         * elmo.el (elmo-folder-search): Optimize condition to use
937         `elmo-condition-optimize'.
938         (elmo-message-buffer-match-condition): New function.
939         (elmo-message-match-condition): Use
940         `elmo-message-buffer-match-condition' instead of
941         `elmo-buffer-field-condition-match'.
942
943         * elmo-util.el (elmo-condition-match): New function.
944         (elmo-condition-optimize): Ditto.
945         (elmo-buffer-field-primitive-condition-match): Abolish.
946         (elmo-buffer-field-condition-match): Ditto.
947
948         * elmo-archive.el (elmo-archive-field-condition-match): Use
949         `elmo-message-buffer-match-condition' instead of
950         `elmo-buffer-field-condition-match'.
951
952 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * elmo-flag.el (elmo-global-flags-initialize): Check the
955         existence of the flag directory.
956
957 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * elmo-access.el (elmo-folder-initialize): Call
960         `elmo-multi-connect-signals'.
961
962         * elmo-pipe.el (elmo-folder-close): Define.
963
964         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
965         children folders.
966
967         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
968         with target folder.
969
970         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
971         `number'.
972
973         * elmo-multi.el (elmo-message-entity): Don't use return value of
974         `elmo-message-entity-set-number'.
975
976 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
977
978         * modb.el (modb-generic): Added slot `mime-charset'.
979
980         * modb-standard.el (modb-standard): Added slot `overview-handler'.
981         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
982         and `modb-entity-handler-dump-parameters'.
983         (modb-standard-default-entity-handler): Abolish.
984         (elmo-msgdb-message-entity-handler): Save created handler by
985         instance slot.
986
987         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
988         (modb-entity-handler-list-parameters): New method.
989         (modb-entity-handler-equal-p): New function.
990         (modb-entity-handler-dump-parameters): Ditto.
991         (modb-entity-parse-address-string): Encode return value.
992         (modb-entity-make-address-string): Decode argument value.
993         (modb-entity-decode-string-recursive): New function.
994         (modb-entity-encode-string-recursive): Ditto.
995         (modb-standard-entity-normalizer): Set to encode field value.
996         (modb-standard-entity-specializer): Follow the above change.
997         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
998         mime-charset of handler.
999         (elmo-msgdb-message-entity-field): Ditto.
1000         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1001         structure.
1002         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1003
1004         * elmo.el (elmo-folder): Added slot `mime-charset'.
1005         (elmo-make-folder): Added argument `mime-charset'.
1006         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1007         `mime-charest'.
1008
1009         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1010         (elmo-make-msgdb): Likewise.
1011
1012         * elmo-internal.el (elmo-internal-folder-initialize): Call
1013         `luna-make-entity' with :mime-charset parameter.
1014
1015 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1016
1017         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1018         encoded words in `from' and `subject' field.
1019
1020 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1023         (elmo-msgdb-match-condition): Get handler from entity instead of
1024         msgdb.
1025
1026         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1027         (modb-standard-load-entity): Treat new file format.
1028         (modb-standard-save-entity-1): Save as new file format.
1029         (modb-standard-save-entity): Split messages into section here.
1030         (elmo-msgdb-message-field): Follow the API change.
1031         (modb-standard-default-entity-handler): New internal variable.
1032         (elmo-msgdb-message-entity-handler): Define.
1033
1034         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1035         to `elmo-vars.el'.
1036         (modb-entity-field-extractor-alist): New user option.
1037         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1038         added argument `type'.
1039         (elmo-msgdb-copy-message-entity): Add optional argument
1040         `make-handler'.
1041         (modb-set-field-converter): New function.
1042         (modb-convert-field-value): Ditto.
1043         (modb-entity-string-decoder): Ditto.
1044         (modb-entity-string-encoder): Ditto.
1045         (modb-entity-parse-date-string): Ditto.
1046         (modb-entity-make-date-string): Ditto.
1047         (modb-entity-mime-decoder): Ditto.
1048         (modb-entity-mime-encoder): Ditto.
1049         (modb-entity-address-list-decoder): Ditto.
1050         (modb-entity-address-list-encoder): Ditto.
1051         (modb-entity-parse-address-string): Ditto.
1052         (modb-entity-make-address-string): Ditto.
1053         (modb-entity-create-field-indices): Ditto.
1054         (modb-legacy-entity-field-slots): New constant.
1055         (modb-legacy-entity-field-indices): Ditto.
1056         (modb-legacy-entity-normalizer): New variable.
1057         (modb-legacy-entity-specializer): Ditto.
1058         (modb-legacy-entity-field-index): New macro.
1059         (modb-legacy-entity-set-field): New function.
1060         (modb-legacy-make-message-entity): Rewrite.
1061         (elmo-msgdb-create-message-entity-from-buffer): Use
1062         `elmo-msgdb-get-references-from-buffer'. Use
1063         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1064         Use `modb-legacy-entity-set-field' instead of
1065         `elmo-msgdb-message-entity-set-field'.
1066         (elmo-msgdb-message-entity-field): Rewrite.
1067         (elmo-msgdb-message-entity-set-field): Ditto.
1068         (elmo-msgdb-copy-message-entity): Make new entity by
1069         `make-handler' if it specified.
1070         (elmo-msgdb-message-match-condition): Define a method of
1071         `modb-entity-handler' and follow the API change.
1072         (modb-standard-entity-handler): New class.
1073         (modb-entity-extract-ml-info-from-x-sequence): New function.
1074         (modb-entity-extract-ml-info-from-subject): Ditto.
1075         (modb-entity-extract-ml-info-from-return-path): Ditto.
1076         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1077         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1078         (modb-entity-extract-mailing-list-info): Ditto.
1079         (modb-entity-extract-mailing-list-info-functions): New variable.
1080
1081         * elmo.el (elmo-message-field): Add optional argument `type'.
1082
1083         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1084         from `modb-entity.el'.
1085
1086         * elmo-util.el (elmo-object-load): Decode by coding-system from
1087         `set-auto-coding-function'.
1088         (elmo-object-save): Use `detect-mime-charset-region' and add
1089         coding cookie if encode.
1090         (elmo-msgdb-get-references-from-buffer): New function.
1091         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1092
1093         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1094
1095         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1096         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1097         instead of `shimbun-make-header' and follow the API change.
1098         (elmo-shimbun-update-overview): Follow the API change.
1099         (elmo-map-folder-list-message-locations): Ditto.
1100
1101         * elmo-pipe.el (elmo-message-field): Ditto.
1102
1103         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1104         Ditto.
1105
1106         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1107
1108         * elmo-multi.el (elmo-message-field): Ditto.
1109
1110         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1111         (elmo-msgdb-sort-by-date): Ditto.
1112         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1113         `elmo-message-entity-field'.
1114         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1115         change.
1116         (elmo-msgdb-overview-entity-get-from): Ditto.
1117         (elmo-msgdb-overview-entity-get-subject): Ditto.
1118         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1119         (elmo-msgdb-overview-entity-get-date): Ditto.
1120         (elmo-msgdb-overview-entity-get-to): Ditto.
1121         (elmo-msgdb-overview-entity-get-cc): Ditto.
1122
1123         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1124         (elmo-mime-collect-message/partial-pieces): Ditto.
1125
1126         * elmo-filter.el (elmo-message-field): Ditto.
1127
1128         * elmo-date.el (elmo-datevec-to-time): New function.
1129         (elmo-time-parse-date-string): Ditto.
1130         (elmo-time-make-date-string): Ditto.
1131         (elmo-time<): Ditto.
1132
1133         * elmo-version.el (elmo-version): Up to 2.15.1.
1134
1135 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1136
1137         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1138         member of elmo-local-flags.
1139
1140 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * elmo-version.el (elmo-version): Up to 2.15.0.
1143
1144 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1147         `ignore-msgdb' is non-nil.
1148
1149 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1152         (elmo-condition-in-msgdb-p): Ditto.
1153         (elmo-file-field-primitive-condition-match): Ditto.
1154         (elmo-file-field-condition-match): Ditto.
1155
1156         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1157
1158 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1161         subdirectories here.
1162         (elmo-global-flags-initialize): New function.
1163
1164         * elmo.el (toplevel): Added autoload setting for
1165         `elmo-global-flags-initialize'.
1166
1167 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * elmo.el (message-number-changed): Define new signal.
1170         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1171         message-number-changed signal.
1172         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1173         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1174         Respect `elmo-pack-number-check-strict'.
1175
1176 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * elmo-signal.el (elmo-connect-signal): Document.
1179         (elmo-emit-signal): Ditto.
1180         (elmo-emit-signal): It should pass source argument to filter and
1181         handler, not slot-source.
1182
1183 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * modb.el (elmo-msgdb-update-entity): New API and define generic
1186         implement.
1187
1188         * modb-standard.el (elmo-msgdb-update-entity): Define.
1189
1190         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1191         API and define generic implement.
1192
1193         * elmo.el (update-overview): New singnal.
1194
1195         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1196         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1197         (elmo-message-entity-parent): Define.
1198
1199         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1200         `update-overview'.
1201
1202         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1203
1204         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1205
1206 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1207
1208         * elmo.el (elmo-folder-synchronize): Sort the return value of
1209         `elmo-list-diff'.
1210
1211         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1212         list.
1213
1214 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1217         `default-enable-multibyte-characters'.
1218         (elmo-object-load): Use `with-temp-buffer' instead of
1219         `elmo-set-work-buf'.
1220         (elmo-object-save): Ditto.
1221         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1222         `elmo-set-work-buf'.
1223         (elmo-decoded-field-body): Ditto.
1224
1225         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1226
1227         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1228         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1229
1230         * elmo-version.el (elmo-version): Up to 2.13.3.
1231
1232 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1233
1234         * elmo-util.el (elmo-list-diff): Fix the last change.
1235         Reverse order of result lists.
1236
1237 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * modb-standard.el (elmo-msgdb-set-flag): Use
1240         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1241         (elmo-msgdb-unset-flag): Ditto.
1242
1243         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1244         `elmo-list-diff'.
1245
1246         * elmo-util.el (elmo-list-diff): Rewrite.
1247         (elmo-list-diff-nonsortable): New function.
1248
1249 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1250
1251         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1252         `elmo-multibypte-buffer-name'.  All referers are updated.
1253
1254 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1255
1256         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1257         (elmo-mime-entity-fragment-p): New function.
1258         (mime-elmo-buffer-entity): Added slot `reassembled'.
1259         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1260         (elmo-message-mime-entity-internal): New function (renamed from
1261         `elmo-message-mime-entity').
1262         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1263         (elmo-mime-make-reassembled-mime-entity): New function.
1264         (elmo-message-reassembled-mime-entity): Ditto.
1265         (elmo-mime-collect-message/partial-pieces): Ditto.
1266
1267 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1270
1271         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1272         (elmo-with-enable-multibyte): New macro.
1273
1274         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1275
1276 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1279         argument `number'.
1280         (elmo-filter-connect-signals): Follow the above change.
1281
1282 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1283
1284         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1285
1286         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1287         that only the first flag is used.
1288
1289 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1290
1291         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1292         if available.
1293
1294 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * elmo-signal.el: New file.
1297
1298         * elmo.el (toplevel): Require elmo-signal.
1299         (flag-changing, flag-changed, cache-changed): New signal.
1300         (elmo-folder): Remove slog `handlers'.
1301         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1302         `elmo-folder-notify-event'.
1303         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1304         (elmo-folder-unset-flag): Ditto.
1305         (elmo-event-handler): Abolish.
1306         (elmo-event-handler-flag-changed): Ditto.
1307         (elmo-event-handler-cache-changed): Ditto.
1308         (elmo-folder-add-handler): Ditto.
1309         (elmo-folder-remove-handler): Ditto.
1310         (elmo-folder-notify-event): Ditto.
1311
1312         * elmo-pipe.el (toplevel): Require elmo-signal.
1313         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1314         (elmo-pipe-connect-signals): New function.
1315         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1316         (elmo-folder-set-flag): Ditto.
1317         (elmo-folder-unset-flag): Ditto.
1318         (elmo-message-set-cached): Ditto.
1319
1320         * elmo-multi.el (toplevel): Require elmo-signal.
1321         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1322         (elmo-multi-connect-signals): New function.
1323         (elmo-multi-map-numbers): Ditto.
1324         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1325         (elmo-message-fetch): Ditto.
1326         (elmo-folder-set-flag): Ditto.
1327         (elmo-folder-unset-flag): Ditto.
1328
1329         * elmo-filter.el (toplevel): Require elmo-signal.
1330         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1331         (elmo-filter-connect-signals): New function.
1332         (elmo-filter-add-flag-count): Ditto.
1333         (elmo-message-fetch): Does not call
1334         `elmo-filter-folder-countup-message-flags' and
1335         `elmo-folder-notify-event'.
1336         (elmo-message-set-cached): Ditto.
1337         (elmo-folder-set-flag): Ditto.
1338         (elmo-folder-unset-flag): Ditto.
1339
1340         * elmo-version.el (elmo-version): Up to 2.13.2.
1341
1342 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1345         `flags'.
1346
1347 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1348
1349         * elmo-filter.el (elmo-message-set-cached): Call
1350         `elmo-folder-notify-event' with event `cache-changed'.
1351
1352         * elmo-multi.el (elmo-message-set-cached): Ditto.
1353
1354         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1355
1356 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1357
1358         * elmo.el (elmo-folder-encache): Abolish.
1359
1360 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1363         (elmo-folder-next-message-number-dop): Return appropriate negative
1364         integer.
1365
1366 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1369         clearing pending operations.
1370         (elmo-folder-next-message-number-dop): Return appropriate negative
1371         integer.
1372
1373 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * elmo.el (toplevel): Added autoload setting for `md5'.
1376         (elmo-msgdb-path-encode-threshold): New user option.
1377         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1378         longer than `elmo-msgdb-path-encode-threshold'.
1379
1380         * elmo-flag.el (elmo-global-mark-migrate): Use
1381         `elmo-folder-expand-msgdb-path' instead of
1382         `elmo-folder-msgdb-path'.
1383
1384 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1387         element of the difference is nil.
1388
1389 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1392         to the check logic of file systems which are weak in colon character.
1393
1394 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1395
1396         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1397
1398 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1399
1400         * elmo-maildir.el (elmo-maildir-move-file): New function.
1401         (elmo-folder-append-buffer): Use it.
1402         (elmo-folder-append-messages): Ditto.
1403         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1404
1405         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1406         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1407
1408         * elmo-maildir.el (elmo-maildir-separator): New user option.
1409         (elmo-maildir-adjust-separator): New macro.
1410         (elmo-maildir-list-location): Use it.
1411         (elmo-maildir-update-current): Ditto.
1412         (elmo-maildir-set-mark): Ditto.
1413         (elmo-maildir-delete-mark): Ditto.
1414         (These changes are based on Hiroya Murata's patch [wl: 13437])
1415
1416 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1419
1420 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1423         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1424         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1425
1426 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1427
1428         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1429         Use `with-temp-buffer'.
1430
1431 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1434
1435         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1436         `wl-read-search-condition').
1437         (elmo-read-search-condition-internal): Likewise.
1438
1439         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1440         (elmo-flag-valid-p): New function.
1441         (elmo-folder-initialize): Check flag name is valid.
1442
1443 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1444
1445         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1446         delimiter to obtain root mailbox itself.
1447
1448 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1449
1450         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1451         type mismatch.
1452
1453 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1454
1455         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1456         as t.
1457
1458 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * elmo-shimbun.el (toplevel): Require cl at compile.
1461
1462         * elmo-nntp.el (toplevel): Ditto.
1463
1464         * elmo-nmz.el (toplevel): Ditto.
1465
1466         * elmo-multi.el (toplevel): Ditto.
1467
1468         * elmo-file.el (toplevel): Ditto.
1469
1470         * elmo-dop.el (toplevel): Ditto.
1471
1472         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1473
1474 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1475
1476         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1477         as nil.
1478
1479         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1480         size of elmo-message-fetch-internal is 0 byte.
1481
1482 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1483
1484         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1485
1486 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487
1488         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1489         always plugged.
1490
1491 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * elmo-maildir.el (elmo-map-message-fetch): Call
1494         `elmo-map-folder-set-flag'.
1495
1496         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1497         (elmo-message-fetch): Merge from
1498         `elmo-message-fetch-with-cache-process'.
1499
1500         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1501         (elmo-message-fetch): Define.
1502
1503         * elmo-nntp.el (elmo-message-fetch): Renamed from
1504         `elmo-message-fetch-with-cache-process'.
1505
1506         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1507         (elmo-message-fetch): Define.
1508
1509         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1510         search-key.
1511
1512         * elmo-shimbun.el (shimbun-mua-search-id): Use
1513         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1514         (elmo-shimbun-folder-shimbun-header): Ditto.
1515         (elmo-shimbun-get-headers): Ditto.
1516         (elmo-shimbun-update-overview): Ditto.
1517
1518         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1519
1520         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1521         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1522
1523 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1524
1525         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1526         message is cached.
1527         (elmo-message-fetch-string): Fixed argument.
1528
1529 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1532         exchange order of arguments `section' and `unread'.
1533         (elmo-message-encache): Follow the API change.
1534         (elmo-message-match-condition): Ditto.
1535         (elmo-generic-folder-append-messages): Ditto.
1536         (elmo-message-fetch-string): New function.
1537
1538         * elmo-split.el (elmo-split-subr): Ditto.
1539
1540         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1541
1542         * elmo-pipe.el (elmo-message-fetch): Ditto.
1543
1544         * elmo-multi.el (elmo-message-fetch): Ditto.
1545
1546         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1547
1548         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1549
1550         * elmo-filter.el (elmo-message-fetch): Ditto.
1551
1552         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1553
1554         * elmo-imap4.el (mime-imap-location-section-body): Use
1555         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1556         follow the API change.
1557
1558 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1559
1560         * elmo-access.el: New file.
1561
1562         * elmo-null.el: Ditto.
1563
1564         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1565
1566 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1567
1568         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1569         (elmo-network-session): New attribute `last-accessed'.
1570         (elmo-network-get-session): Discard network cache if elapsed time
1571         since last-accessed is larger than elmo-network-session-idle-timeout.
1572
1573 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1576         and added `number', `require-entireness'.
1577         (elmo-find-fetch-strategy): Rewrite.
1578         (elmo-message-fetch): Unset `unread' flag when argument unread is
1579         non-nil.
1580
1581         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1582
1583         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1584         (elmo-message-fetch): Notify event `flag-changed'.
1585
1586         * elmo-pipe.el: Likewise.
1587
1588         * elmo-mime.el (elmo-mime-entity): New class.
1589         (elmo-mime-entity-display-p): New generic function.
1590         (elmo-mime-entity-display): Ditto.
1591         (elmo-mime-entity-display-as-is): Ditto.
1592         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1593         elmo-mime-entity.
1594         (elmo-make-mime-message-location): Removed.
1595         (elmo-mime-message-display): Ditto.
1596         (elmo-mime-display-as-is): Ditto.
1597         (elmo-message-mime-entity): New function.
1598
1599         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1600
1601         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1602         change.
1603         (elmo-message-fetch): Re-count flagged message number and notify
1604         event `flag-changed'.
1605
1606         * elmo-version.el (elmo-version): Up to 2.13.1.
1607
1608 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * elmo-filter.el (elmo-message-field): Define.
1611         (elmo-message-set-field): Ditto.
1612
1613 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1614
1615         * elmo.el (elmo-message-set-cached): Call
1616         `elmo-folder-notify-event' with cache-changed.
1617         (elmo-event-handler-cache-changed): New generic function.
1618
1619 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1622         instead of elmo-add-name-to-file.
1623         (elmo-folder-append-messages): Ditto.
1624
1625 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1628
1629 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1630
1631         * elmo-version.el (elmo-version): Up to 2.13.0.
1632
1633         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1634         `auto'.
1635
1636         * modb-standard.el (modb-standard-economize-entity-size): Changed
1637         default value to `t'.
1638
1639         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1640         `standard'.
1641
1642         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1643         after parsing greeting string.
1644
1645 2004-11-23  Daishi Kato <daishi@axlight.com>
1646
1647         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1648         New user option.
1649         (elmo-spam-spamoracle-call): Use it.
1650
1651 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1652
1653         * elmo.el (elmo-message-accessible-p): Message in dop spool
1654         is accessible.
1655
1656 2004-11-23  Daishi Kato <daishi@axlight.com>
1657
1658         * elsp-spamoracle.el: New file.
1659
1660 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1661
1662         * elmo.el (elmo-message-flags-for-append): New function.
1663         (elmo-generic-folder-append-messages): Use it.
1664
1665         * elmo-split.el (elmo-split-subr): Ditto.
1666
1667         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1668         `flags' and use elmo-folder-append-buffer instead of
1669         write-region-as-binary.
1670         (elmo-dop-filter-pending-messages): New function.
1671         (elmo-folder-append-buffer-dop): Call
1672         elmo-dop-spool-folder-append-buffer with `flag'.
1673         (elmo-folder-set-flag-dop): Filter messages by
1674         elmo-dop-filter-pending-messages.
1675         (elmo-folder-unset-flag-dop): Ditto.
1676         (elmo-folder-append-buffer-dop-delayed): Use
1677         elmo-message-flags-for-append to get flags of the message and
1678         simplify.
1679
1680 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1681
1682         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1683
1684 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * elmo.el (elmo-folder): Added handlers slot.
1687         (elmo-event-handler): New class.
1688         (elmo-event-handler-flag-changed): New API.
1689         (elmo-folder-add-handler): New function.
1690         (elmo-folder-remove-handler): Ditto.
1691         (elmo-folder-notify-event): Ditto.
1692         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1693         `flag-changed'.
1694         (elmo-folder-unset-flag): Ditto.
1695
1696         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1697         (elmo-folder-unset-flag): Ditto.
1698
1699         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1700         (elmo-folder-unset-flag): Ditto.
1701
1702         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1703         (elmo-folder-unset-flag): Ditto.
1704
1705         * elmo-version.el (elmo-version): Up to 2.11.33.
1706
1707 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1710
1711 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1712
1713         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1714
1715         * elmo-flag.el (elmo-folder-unset-flag): Define.
1716         (elmo-global-flag-detach): Do process when the flag is not target
1717         flag.
1718
1719 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1720
1721         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1722         variable.
1723         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1724
1725 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1728         function.
1729         (elmo-folder-delete-messages): Detach messages before delete
1730         messages from target folder.
1731         (elmo-folder-detach-messages): Set updated number-list to slot.
1732
1733 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1736
1737 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1740
1741 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1744         internal use only).
1745         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1746         not modified.
1747         (elmo-folder-delete-messages): Define.
1748         (elmo-folder-move-messages): Don't call
1749         `elmo-folder-detach-messages'.
1750         (elmo-folder-synchronize): Rewrite.
1751         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1752
1753         * elmo-util.el (elmo-last): New function.
1754         (elmo-set-list): Ditto.
1755         (elmo-number-set-delete-list): Ditto.
1756         (elmo-number-set-delete): Ditto.
1757
1758         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1759
1760         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1761         `elmo-folder-delete-messages' and don't delete location map.
1762         (elmo-folder-detach-messages): Define.
1763
1764         * elmo-imap4.el (elmo-folder-delete): Use
1765         `elmo-folder-delete-messages-internal' instead of
1766         `elmo-folder-delete-messages'.
1767
1768         * elmo-filter.el (elmo-folder-delete-messages): Call
1769         `elmo-folder-detach-messages'.
1770         (elmo-folder-detach-messages): Don't call
1771         `elmo-folder-detach-messages' for target folder.
1772
1773         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1774         message deletion is succeeded.
1775
1776         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1777
1778         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1779         from `elmo-folder-delete-messages'.
1780
1781         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1782
1783         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1784
1785         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1786
1787         * elmo-version.el (elmo-version): Up to 2.11.32.
1788
1789 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1790
1791         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1792         (elmo-global-flag-list): Added obsolete variable setting.
1793
1794         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1795
1796         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1797         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1798         `elmo-mime-display-header-analysis' is nil.
1799
1800         * elmo-flag.el (elmo-global-flags): Renamed from
1801         `elmo-global-flag-list' (All other related portions are changed).
1802         (elmo-local-flags): New variable.
1803         (elmo-local-flag-p): New function.
1804         (elmo-global-flag-set-internal): Cause an error when flag is not
1805         global.
1806
1807 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1808
1809         * elmo-util.el (elmo-concat-path): Treat empty path.
1810
1811 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1814         field-or-fields).
1815         (elmo-split-address-match): Ditto.
1816         (elmo-split-equal): Ditto.
1817         (elmo-split-match): Ditto.
1818
1819 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1820
1821         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1822         (elmo-generic-folder-append-messages): If src message exists but
1823         has no flag, pass (read) for the FLAG argument of
1824         `elmo-folder-append-buffer'. Otherwise, pass nil.
1825
1826         * elmo-split.el (elmo-split-subr): Likewise.
1827
1828         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1829
1830         * elmo-multi.el (elmo-message-flags): Ditto.
1831
1832         * elmo-filter.el (elmo-message-flags): Ditto.
1833
1834         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1835         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1836         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1837         
1838 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1839
1840         * elmo-split.el (elmo-split-rule): Update comment.
1841         (elmo-split-address-equal): Allow 2nd argument to be a list.
1842         (elmo-split-address-match): Ditto.
1843         (elmo-split-equal): Ditto.
1844         (elmo-split-match): Ditto.
1845
1846 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1849         (elmo-folder-append-msgdb): Don't treat `read'.
1850         (elmo-message-flags): Don't return `read'.
1851
1852         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1853         (elmo-folder-unset-read-delayed): Ditto.
1854
1855         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1856
1857 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1858
1859         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1860         deletion.
1861
1862 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1863
1864         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1865         header.
1866
1867 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1870         here.
1871         (elmo-msgdb-save): Bind inhibit-quit.
1872         (modb-standard-message-entity): Ditto.
1873
1874 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * elmo-database.el: No need to require elmo-msgdb.
1877
1878 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1881         instead of `elmo-list-subdirectories'.
1882
1883 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1884
1885         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1886         group entry.
1887         (elmo-folder-exists-p): "[" is empty.
1888         (elmo-folder-list-subfolders): Define.
1889         (elmo-folder-have-subfolder-p): Ditto.
1890
1891 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1894
1895 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1896
1897         * elmo-filter.el (elmo-folder-local-p): Define.
1898
1899 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1900
1901         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1902         when entity is garbaged.
1903         (modb-standard-save-entity-1): Don't modify the original entity.
1904
1905 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1906
1907         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1908
1909 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1910
1911         * elmo.el (elmo-strict-folder-diff): Use
1912         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1913
1914 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * modb.el (elmo-msgdb-flag-available-p): New generic function.
1917         (elmo-msgdb-message-number): Ditto.
1918         (elmo-msgdb-message-field): Ditto.
1919
1920         * modb-standard.el (modb-standard-economize-entity-size): New user
1921         option.
1922         (modb-standard-loaded-message-id): New inline function.
1923         (modb-standard-load-entity): Use it.
1924         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
1925         throw message-id string away.
1926         (elmo-msgdb-flag-available-p): Define.
1927         (elmo-msgdb-message-number): Ditto.
1928         (elmo-msgdb-message-field): Ditto.
1929
1930         * modb-legacy.el (modb-legacy-flag-list): Fix typo
1931         (suppoted -> supported).
1932         (modb-legacy-supported-flag-p): Ditto.
1933         (elmo-msgdb-set-flag): Ditto.
1934         (elmo-msgdb-unset-flag): Ditto.
1935         (elmo-msgdb-flag-available-p): Define.
1936
1937         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
1938         is `t', treat it as legacy entity.
1939         
1940         * elmo.el (elmo-message-flag-available-p): New generic function.
1941         (elmo-message-number): Ditto.
1942         (elmo-message-field): Use `elmo-msgdb-message-field'.
1943
1944         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
1945
1946         * elmo-pipe.el (elmo-message-flag-available-p): Define.
1947         (elmo-message-number): Ditto.
1948
1949         * elmo-multi.el (elmo-message-number): Define.
1950         (elmo-message-flag-available-p): Ditto.
1951
1952         * elmo-filter.el (elmo-message-flag-available-p): Define.
1953         (elmo-message-number): Ditto.
1954
1955         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
1956         (elmo-folder-initialize): Load `max-number'.
1957         (elmo-folder-commit): Save it.
1958         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
1959         (elmo-global-flag-set-internal): Set up max-number slot.
1960
1961 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1962
1963         * elmo-version.el (elmo-version): Up to 2.11.31.
1964
1965 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
1966
1967         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
1968         unibyte string of the current buffer for the argument of `md5'
1969         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
1970
1971 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * modb-legacy.el (modb-legacy-flag-list): New constant.
1974         (modb-legacy-suppoted-flag-p): New internal function.
1975         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
1976         (elmo-msgdb-unset-flag): Ditto.
1977
1978 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1979
1980         * elmo.el (elmo-make-folder): Remove text properties for prefix.
1981
1982         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
1983         from msgdb.
1984
1985 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * elmo-multi.el (elmo-folder-count-flags): Changed return value
1988         (follow the API change).
1989
1990         * elmo-filter.el (elmo-folder-count-flags): Ditto.
1991
1992 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * modb-standard.el (modb-standard-digest-flags): Abolish.
1995         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
1996
1997         * elmo-vars.el (elmo-digest-flags): New variable.
1998         (elmo-preserved-flags): Moved from elmo-flag.el.
1999
2000         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2001         (elmo-imap4-flag-to-imap-criteria): Ditto.
2002         (elmo-imap4-folder-list-flagged): Use it.
2003
2004         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2005
2006         * elmo.el (elmo-folder-count-flags): Changed return value.
2007
2008         * elmo-flag.el (elmo-preserved-flags): New variable.
2009         (elmo-get-global-flags): Use it.
2010
2011         * modb-standard.el (modb-standard-digest-flags): New variable.
2012         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2013         Changed behavior of `any'.
2014
2015         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2016         which are defined the Internet draft
2017         (draft-melnikov-imap-keywords-03.txt).
2018         (elmo-imap4-flags-to-imap): New function.
2019         (elmo-folder-append-buffer): Use it.
2020
2021         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2022         in the docstring.
2023
2024         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2025         avoid the bug of Emacs 21.3.
2026
2027 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2030         function find-coding-system does not exist.
2031
2032 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2033
2034         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2035         parsing.
2036
2037 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2038
2039         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2040         response codes.
2041
2042 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2043
2044         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2045         (elmo-network-close-session): Follow the changes in
2046         `elmo-pop3-read-response'.
2047         (elmo-pop3-auth-user): Ditto.
2048         (elmo-pop3-auth-apop): Ditto.
2049         (elmo-network-initialize-session): Ditto.
2050         (elmo-network-authenticate-session): Ditto.
2051         (elmo-network-setup-session): Ditto.
2052         (elmo-folder-status): Ditto.
2053         (elmo-message-fetch-plugged): Ditto.
2054         (elmo-pop3-delete-msg): Ditto.
2055
2056 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2057
2058         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2059         on failure.
2060
2061 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2064         style.
2065         (elmo-bind-directory): Ditto.
2066
2067 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2068
2069         * elmo.el (elmo-folder-append-messages): Note on return value.
2070         * elmo-archive.el (elmo-folder-append-messages): Don't return
2071         message numbers which could not be appended.
2072
2073 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2074
2075         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2076
2077 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * elmo-version.el (elmo-version): Up to 2.11.30.
2080
2081 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2082
2083         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2084         `mask'.
2085
2086         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2087
2088         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2089         (elmo-multi-split-numbers): Add elmo-folder object into each
2090         element of return value at first.
2091         (elmo-folder-delete-messages): Follow the above change.
2092         (elmo-folder-detach-messages): Ditto.
2093
2094         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2095         number which is synchronized in target folder.
2096
2097 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2098
2099         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2100         Change default value to symbol `all'.
2101         (elmo-map-message-fetch): Change condition to update overview
2102         follow the above.
2103
2104 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2107         behavior to update overview.
2108         (elmo-shimbun-update-overview-folder-list): Note it.
2109
2110 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2113         recursive call.
2114
2115 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2116
2117         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2118         buffer-disable-undo, it is unnecessary.
2119         (elmo-spam-register-good-messages): Ditto.
2120
2121         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2122         Ditto.
2123
2124         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2125
2126 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2129         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2130         elmo-set-buffer-multibyte.
2131         (elmo-object-load): Ditto.
2132         (elmo-save-buffer): Ditto.
2133         (elmo-delete-char): Ditto.
2134         (elmo-file-field-primitive-condition-match): Ditto.
2135         (elmo-mime-string): Ditto.
2136
2137         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2138         (elmo-archive-field-condition-match): Ditto.
2139
2140         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2141
2142         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2143
2144         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2145         (elmo-nntp-msgdb-create-message): Ditto.
2146
2147         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2148
2149         * elmo.el (elmo-message-match-condition): Ditto.
2150         (elmo-message-match-condition): Ditto.
2151
2152         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2153         Ditto.
2154
2155         * elmo-version.el (elmo-version): Up to 2.11.29.
2156
2157         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2158         (elsp-header): New backend.
2159
2160         * elmo-util.el (elmo-decoded-field-body): New function.
2161
2162 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * elmo-version.el (elmo-version): Up to 2.11.28.
2165
2166 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2167
2168         * elmo-filter.el: Rewrite.
2169
2170         * elmo-version.el (elmo-version): Up to 2.11.27.
2171
2172 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2173
2174         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2175         msgdb path for the localdir folder with absolute path.
2176
2177         * utf7.el: Synch up with latest gnus/utf7.el;
2178         Modified for latest Emacs.
2179
2180 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2183         shimbun backend couldn't open.
2184
2185 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2186
2187         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2188         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2189         when a destination folder is a filter folder.
2190
2191 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2192
2193         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2194         (elmo-generic-folder-append-messages): Call elmo-message-flags
2195         with argument `msgid'.
2196
2197         * elmo-split.el (elmo-split-subr): Ditto.
2198
2199         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2200
2201         * elmo-multi.el (elmo-message-flags): Ditto.
2202
2203 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * elmo.el (elmo-folder): Add new slot `flag-table'.
2206         (elmo-folder-flag-table): New API.
2207         (elmo-folder-close-flag-table): Ditto.
2208         (elmo-folder-preserve-flags): New function.
2209         (elmo-generic-folder-append-messages): Use
2210         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2211         Flag of a non-registered message, it sets to nil.
2212         Does not set flag to flag-table.
2213
2214         * elmo-maildir.el (elmo-folder-append-buffer): Use
2215         `elmo-folder-preserve-flags'.
2216         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2217         `elmo-folder-close-flag-table'.
2218
2219         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2220         (elmo-archive-folder-append-buffer): Use
2221         `elmo-folder-preserve-flags'.
2222
2223         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2224
2225         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2226
2227         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2228         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2229         `elmo-folder-close-flag-table'.
2230
2231         * elmo-version.el (elmo-version): Up to 2.11.26.
2232
2233 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2236
2237         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2238         md5's 4th and 5th argument (non-existent in flim one).
2239
2240 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2241
2242         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2243         message, It sets to nil.
2244
2245 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2248         list is non-nil.
2249
2250 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2251
2252         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2253
2254         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2255
2256         * elmo-util.el (elmo-uniq-sorted-list): New function.
2257         (elmo-make-number-list): Ditto.
2258         (elmo-number-set-to-number-list): Use elmo-make-number-list
2259         and don't use nreverse.
2260
2261 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * elmo-version.el (elmo-version): Up to 2.11.25.
2264
2265 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2266
2267         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2268         field not exists in message, Use md5 message digest of header.
2269
2270 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2271
2272         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2273         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2274         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2275         * elmo-split.el (elmo-split-subr): Check return value of
2276         elmo-folder-append-buffer.
2277
2278         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2279         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2280
2281         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2282         message-id.
2283
2284 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2285
2286         * elmo-split.el (elmo-split-subr): Append message with flag.
2287
2288         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2289         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2290         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2291
2292 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2293
2294         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2295         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2296         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2297
2298 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2299
2300         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2301         with a function call of `process-buffer'.  All callers are updated.
2302         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2303         Remove redundant `set-buffer' in a while loop.
2304
2305 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2306
2307         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2308         calls.
2309
2310 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2311
2312         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2313         elsp-spamfilter-register-buffer-internal with current buffer.
2314         (elmo-spam-register-spam-buffer): Ditto.
2315         (elmo-spam-register-good-buffer): Ditto.
2316
2317 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2318
2319         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2320         if it is not contained in the response(A workaround for courier-imap).
2321
2322 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2325         parenthesis.
2326
2327 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2330         range.
2331
2332 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2335         of nconc.
2336
2337         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2338         argument handler.
2339         (elmo-msgdb-message-match-condition): Follow the change above.
2340
2341 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2342
2343         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2344         folder name.
2345
2346 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2347
2348         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2349
2350 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2351
2352         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2353
2354 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2357         not found.
2358
2359 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2360
2361         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2362         value.
2363         (elmo-file-command-argument): Undo last change for cygwin.
2364         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2365         Don't return nil.
2366         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2367
2368 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2371         value returned from elmo-file-find is nil.
2372
2373 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2376         to elmo-vars.el.
2377
2378         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2379         instead of insert-file-contents-as-binary.
2380         (elmo-message-set-field): New generic function.
2381
2382         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2383         behavior change on `split-string'.
2384
2385         * elmo-file.el (elmo-file-find): New function.
2386         (elmo-file-command): New user option.
2387         (elmo-file-command-argument): Ditto.
2388         (elmo-file-fetch-max-size): Ditto.
2389         (elmo-file-detect-format): New function.
2390         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2391         Use elmo-file-detect-format.
2392         (elmo-map-folder-list-message-locations): Don't treat directories.
2393
2394 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2395
2396         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2397         (elmo-passwd-alist-clear): Shred password before clear.
2398         (elmo-remove-passwd): Remove all mached pair.
2399
2400 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2401
2402         * elmo.el (elmo-folder-synchronize): Fix description of the return
2403         value.
2404
2405 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2406
2407         * elmo.el (elmo-message-fetch-bodystructure): New method.
2408         (elmo-message-fetch-bodystructure): Define default.
2409
2410         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2411         elmo-message-fetch-bodystructure.
2412         (elmo-message-fetch-bodystructure): Define.
2413
2414         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2415
2416 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2417
2418         * elmo-filter.el (elmo-message-folder): Define.
2419
2420 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2423         elmo-delete-cr-buffer.
2424
2425         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2426
2427         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2428
2429         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2430
2431         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2432         type seems to be a text.
2433
2434 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2435
2436         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2437         (elmo-spam-register-good-buffer): Ditto.
2438         (elmo-spam-spamassassin-register-messages): Ditto.
2439
2440         * elmo-util.el (elmo-string-member-ignore-case): Define with
2441         static-cond.
2442
2443 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * elmo.el (elmo-folder-type): Undo last change.
2446
2447         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2448
2449         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2450         warnings.
2451
2452         * elmo-file.el: New file.
2453         
2454         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2455
2456         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2457         variable.
2458         (elmo-spam-spamassassin-register-messages): New inline function.
2459         (elmo-spam-register-spam-messages): Define.
2460         (elmo-spam-register-good-messages): Ditto.
2461
2462         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2463         Fixed typo.
2464
2465         * elmo.el (toplevel): Added autoload setting for
2466         `elmo-get-global-flags'.
2467         (elmo-message-has-global-flag-p): New function.
2468         (elmo-message-set-global-flags): Ditto.
2469         (elmo-folder-type): Improvement for name: format.
2470
2471         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2472         availability of keyword flags.
2473         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2474         (elmo-folder-list-flagged-plugged): Renamed from
2475         elmo-folder-list-flagged-unplugged.
2476         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2477         accept any flag as keyword flag.
2478         (elmo-folder-set-flag-plugged): Accept keyword flags.
2479         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2480
2481         * elmo-flag.el (elmo-get-global-flags): New function.
2482
2483         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2484         folders.
2485
2486         * elmo-version.el (elmo-version): Up to 2.11.24.
2487
2488 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2489
2490         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2491         elmo-multiple-field-body instead of std11-field-body to check all
2492         headers.
2493
2494 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2495
2496         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2497         or "size".
2498
2499 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2502         unintern is unbound.
2503
2504 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2505
2506         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2507         Protect from infinite loop.
2508
2509 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2510
2511         * elsp-bogofilter.el
2512         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2513         (elmo-spam-bogofilter-register-messages): New internal function.
2514         (elmo-spam-register-spam-messages): Define.
2515         (elmo-spam-register-good-messages): Ditto.
2516
2517 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2520         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2521         (elmo-spam-bogofilter-call): Fixed the last change.
2522         (elmo-spam-bogofilter-arguments): Ditto.
2523
2524         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2525         Follow the options change of latest bogofilter.
2526
2527         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2528         (elmo-spam-bogofilter-good-switch): Ditto.
2529         (elmo-spam-bogofilter-arguments-alist): New user option.
2530         (elmo-spam-bogofilter-debug): Ditto.
2531         (elmo-spam-bogofilter-call): Renamed from
2532         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2533         is non-nil, insert output in buffer for debug.
2534         (elmo-spam-bogofilter-arguments): New macro.
2535         (elmo-spam-buffer-spam-p): Use it.
2536         (elsp-bogofilter-register-buffer): Ditto.
2537
2538 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2539
2540         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2541         regexp.
2542
2543 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2546         value as "ruby".
2547         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2548         (elmo-spam-bsfilter-program): Set default value as full path for
2549         `bsfilter'.
2550         (elmo-spam-bsfilter-debug): New user option.
2551         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2552         non-nil, insert output in buffer for debug. Fix treating of
2553         argument.
2554
2555 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2556
2557         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2558         `elmo-maildir-flag-specs' element instead of one.
2559         (elmo-map-folder-unset-flag): Ditto.
2560         (Reported by Ken Makimura <macky@astem.or.jp>)
2561
2562         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2563         (elmo-folder-unset-flag-plugged): Ditto.
2564
2565 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2568         to `reads' slot only if `in-msgdb' is nil.
2569
2570 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2571
2572         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2573         and complement argument list.
2574
2575 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2576
2577         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2578         instead of elmo-folder-list-flagged.
2579
2580 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2583
2584         * elsp-bsfilter.el: New file.
2585
2586         * elmo-pipe.el (elmo-folder-list-unreads,
2587         elmo-folder-list-answereds,
2588         elmo-folder-list-importants,
2589         elmo-folder-flag-as-important,
2590         elmo-folder-unflag-important,
2591         elmo-folder-flag-as-read,
2592         elmo-folder-unflag-read,
2593         elmo-folder-flag-as-answered,
2594         elmo-folder-unflag-answered): Remove.
2595         (elmo-folder-set-flag): Define.
2596         (elmo-folder-unset-flag): Ditto.
2597
2598         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2599         (elmo-folder-set-flag): Define.
2600         (elmo-folder-unset-flag): Ditto.
2601         (elmo-folder-list-unreads): Remove.
2602         (elmo-folder-list-flagged): Define.
2603
2604         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2605         (elmo-folder-list-unreads,
2606         elmo-folder-list-importants,
2607         elmo-folder-list-answereds,
2608         elmo-folder-list-unreads-plugged,
2609         elmo-folder-list-importants-plugged,
2610         elmo-folder-list-answereds-plugged): Remove.
2611         (elmo-folder-list-flagged-plugged): New method.
2612         (elmo-folder-unflag-important,
2613         elmo-folder-flag-as-important,
2614         elmo-folder-unflag-read,
2615         elmo-folder-flag-as-read,
2616         elmo-folder-unflag-answered,
2617         elmo-folder-flag-as-answered,
2618         elmo-folder-flag-as-read-unplugged,
2619         elmo-folder-unflag-read-unplugged,
2620         elmo-folder-flag-as-important-unplugged,
2621         elmo-folder-unflag-important-unplugged,
2622         elmo-folder-flag-as-answered-unplugged,
2623         elmo-folder-unflag-answered-unplugged): Remove.
2624         (elmo-folder-set-flag): Define.
2625         (elmo-folder-unset-flag): Ditto.
2626         (elmo-folder-set-flag-unplugged): Ditto.
2627         (elmo-folder-unset-flag-unplugged): Ditto.
2628
2629         * elmo-multi.el (elmo-folder-list-unreads,
2630         elmo-folder-list-answereds,
2631         elmo-folder-list-importants,
2632         elmo-folder-flag-as-important,
2633         elmo-folder-unflag-important,
2634         elmo-folder-flag-as-read,
2635         elmo-folder-unflag-read,
2636         elmo-folder-flag-as-answered,
2637         elmo-folder-unflag-answered): Remove.
2638         (elmo-folder-set-flag): Define.
2639         (elmo-folder-unset-flag): Ditto.
2640
2641         * elmo-map.el (elmo-map-folder-unflag-important,
2642         elmo-map-folder-flag-as-important,
2643         elmo-map-folder-unflag-read,
2644         elmo-map-folder-flag-as-read,
2645         elmo-map-folder-unflag-answered,
2646         elmo-map-folder-flag-as-answered): Remove.
2647         (elmo-map-folder-set-flag): New method.
2648         (elmo-map-folder-unset-flag): Ditto.
2649         (elmo-map-folder-list-unreads,
2650         elmo-map-folder-list-importants,
2651         elmo-map-folder-list-answereds): Remove.
2652         (elmo-folder-list-flagged-internal): Define.
2653         (elmo-map-folder-list-flagged): New method.
2654
2655         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2656         (elmo-map-folder-list-unreads,
2657         elmo-map-folder-list-importants,
2658         elmo-map-folder-list-flagged): Remove.
2659         (elmo-map-folder-list-flagged): Define.
2660         (elmo-map-folder-flag-as-important,
2661         elmo-map-folder-unflag-important,
2662         elmo-map-folder-flag-as-read,
2663         elmo-map-folder-unflag-read,
2664         elmo-map-folder-flag-as-answered,
2665         elmo-map-folder-unflag-answered): Remove.
2666         (elmo-maildir-set-mark-messages): New internal function.
2667         (elmo-map-folder-set-flag): Define.
2668         (elmo-map-folder-unset-flag): Ditto.
2669
2670         * elmo.el (toplevel): Added autoload setting for
2671         `elmo-folder-list-global-flag-messages'.
2672         (elmo-folder-list-unreads,
2673         elmo-folder-list-importants,
2674         elmo-folder-list-answereds): Remove.
2675         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2676         Return a list whitch merged with messages have global flag.
2677         (elmo-folder-list-flagged-internal): New method.
2678         (elmo-folder-unflag-important,
2679         elmo-folder-flag-as-important,
2680         elmo-folder-unflag-read,
2681         elmo-folder-flag-as-read,
2682         elmo-folder-unflag-answered,
2683         elmo-folder-flag-as-answered): Remove.
2684         (elmo-folder-set-flag): New method.
2685         (elmo-folder-unset-flag): Ditto.
2686         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2687         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2688
2689         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2690         (elmo-folder-list-unreads-plugged,
2691         elmo-folder-list-importants-plugged,
2692         elmo-folder-list-answereds-plugged,
2693         elmo-folder-list-flagged-unplugged,
2694         elmo-folder-unflag-important-plugged,
2695         elmo-folder-flag-as-important-plugged,
2696         elmo-folder-unflag-read-plugged,
2697         elmo-folder-flag-as-read-plugged,
2698         elmo-folder-unflag-answered-plugged,
2699         elmo-folder-flag-as-answered-plugged): Remove.
2700         (elmo-folder-set-flag-plugged,
2701         elmo-folder-unset-flag-plugged): Define.
2702
2703         * elmo-flag.el (elmo-folder-initialize): Register to
2704         `elmo-global-flag-list' if flag is not global.
2705         (elmo-folder-append-messages): Set flag to source messages.
2706
2707         * elmo-filter.el (elmo-filter-folder-list-unreads,
2708         elmo-folder-list-unreads,
2709         elmo-filter-folder-list-importants,
2710         elmo-folder-list-importants,
2711         elmo-folder-flag-as-read,
2712         elmo-folder-unflag-read,
2713         elmo-folder-flag-as-important,
2714         elmo-folder-unflag-important,
2715         elmo-folder-flag-as-answered,
2716         elmo-folder-unflag-answered): Remove.
2717         (elmo-folder-set-flag): Define.
2718         (elmo-folder-unset-flag): Ditto.
2719
2720         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2721         elmo-folder-unflag-read-dop,
2722         elmo-folder-flag-as-important-dop,
2723         elmo-folder-unflag-important-dop,
2724         elmo-folder-flag-as-answered-dop,
2725         elmo-folder-unflag-answered-dop): Remove.
2726         (elmo-folder-set-flag-dop,
2727         elmo-folder-unset-flag-dop,
2728         elmo-folder-set-important-delayed,
2729         elmo-folder-unset-important-delayed,
2730         elmo-folder-set-read-delayed,
2731         elmo-folder-unset-read-delayed,
2732         elmo-folder-set-answered-delayed,
2733         elmo-folder-unset-answered-delayed): New function.
2734         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2735         (elmo-dop-queue-method-name-alist): Ditto.
2736
2737         * elmo-version.el (elmo-version): Up to 2.11.23.
2738
2739 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2742
2743         * elsp-sa.el: New file.
2744
2745 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * modb-standard.el (modb-standard-message-entity): New function.
2748         (elmo-msgdb-message-entity): Use it.
2749
2750 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2753         behavior when one-level is nil.
2754
2755         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2756
2757         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2758
2759 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2760
2761         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2762         get max number.
2763         (elmo-generic-folder-diff): Ditto.
2764
2765         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2766         (elmo-folder-update-number): Ditto.
2767
2768         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2769         (elmo-folder-next-message-number-dop): Ditto.
2770
2771 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * elmo-filter.el (elmo-folder-msgdb-create): Use
2774         `elmo-message-entity' and `elmo-message-flags' instead of
2775         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2776
2777 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2780         `if-exists'.
2781
2782 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2785
2786         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2787
2788         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2789
2790 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * elmo-version.el (elmo-version): Up to 2.11.22.
2793
2794 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2795
2796         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2797
2798 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2799
2800         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2801         if the message dose not exist.
2802
2803 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2804
2805         * elmo-version.el (elmo-version): Up to 2.11.21.
2806
2807 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2808
2809         * modb-standard.el (toplevel): Don't require mime.
2810
2811 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * elsp-bogofilter.el (toplevel): Don't require path-util.
2814         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2815         (elmo-spam-bogofilter-header): Abolish.
2816         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2817         (elmo-spam-bogofilter-args): New user option.
2818         (elsp-bogofilter-call-bogofilter): New internal function.
2819         (elmo-spam-buffer-spam-p): Use it.
2820         (elsp-bogofilter-register-buffer): Renamed from
2821         `elmo-spam-bogofilter-register-buffer';
2822         Use `elsp-bogofilter-call-bogofilter'.
2823         (elmo-spam-register-spam-buffer): Follow the change above.
2824         (elmo-spam-register-good-buffer): Ditto.
2825
2826 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2827
2828         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2829         message-id is nil do nothing.
2830
2831 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2834         Revival.
2835         (elmo-imap4-session): Removed use-flag slot.
2836         (elmo-imap4-session-select-mailbox): Undo last change.
2837         (elmo-folder-use-flag-p): Use
2838         elmo-imap4-disuse-server-flag-mailbox-regexp.
2839
2840 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2841
2842         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2843         (elmo-imap4-session-select-mailbox): Set it up.
2844         (elmo-folder-use-flag-p): Return value of use-flag slot.
2845
2846 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2847
2848         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2849         message-id is nil.
2850         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2851
2852         * modb-entity.el (elmo-message-entity-handler): Likewise.
2853
2854 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2855
2856         * elmo.el (toplevel): Remove setting of autoloding for
2857         elmo-global-flag-initialize.
2858         (elmo-init): Don't call elmo-global-flag-initialize.
2859         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2860
2861         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2862         (elmo-global-mark-migrate): Don't call it.
2863         (elmo-global-mark-upgrade): Ditto.
2864
2865 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2868         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2869
2870         * elmo-vars.el (elmo-init-hook): New user option.
2871
2872         * elmo.el (elmo-init): Run the elmo-init-hook.
2873
2874         * elmo-flag.el (elmo-global-mark-migrate): New function.
2875
2876 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2879         Undo last change (move to elmo-msgdb-unset-flag).
2880         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2881         flag is unset.
2882
2883 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2884
2885         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2886         read flag is set.
2887         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2888         (elmo-msgdb-unset-flag): Ditto.
2889
2890 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2891
2892         * elmo-split.el (elmo-split): Return split message count.
2893
2894 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2897         is nil.
2898
2899 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * elmo.el (elmo-folder-unflag-important): Call
2902         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2903         a symbol `always'.
2904
2905         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2906         before unset flag.
2907         (elmo-global-flag-detach): Delete the message from flag folder, if
2908         `delete-if-none' is a symbol `always'.
2909
2910 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2911
2912         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
2913         `elmo-spam-spamfilter-decode-buffer'.
2914         (elsp-spamfilter-register-buffer-internal): New internal function.
2915         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
2916         (elmo-spam-register-spam-buffer): Ditto.
2917         (elmo-spam-register-good-buffer): Ditto.
2918
2919         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
2920         change.
2921         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
2922         (elmo-spam-register-spam-buffer): Follow the API change.
2923         (elmo-spam-register-good-buffer): Ditto.
2924
2925         * elmo-split.el (toplevel): Require elmo-spam when copmile.
2926         (elmo-split-spam-p): Added argument plist; Call
2927         `elmo-spam-buffer-spam-p' with new argument register.
2928
2929         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
2930         `register'.
2931         (elmo-spam-message-spam-p): Ditto.
2932         (elmo-spam-register-spam-buffer): Added optional argument
2933         `restore'.
2934         (elmo-spam-register-good-buffer): Ditto.
2935         (elmo-spam-register-spam-messages): Ditto.
2936         (elmo-spam-register-good-messages): Ditto.
2937
2938 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
2941         register into good corpus.
2942         (elmo-spam-register-good-buffer): Fixed to register into bad
2943         corpus.
2944
2945 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2946
2947         * elmo-version.el (elmo-version): Up to 2.11.20.
2948
2949         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
2950         change.
2951
2952         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
2953         flag without depending on \Recent flag.
2954
2955 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2956
2957         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
2958         (elmo-spam-modified-p): Defined.
2959         (elmo-spam-save-status): Set `modified' slot to nil.
2960         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
2961         (elmo-spam-register-good-buffer): Ditto.
2962
2963         * elmo-spam.el (elmo-spam-modified-p): New API.
2964
2965 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
2968         duplicate definition.
2969
2970         * elmo-util.el (elmo-unfold-field-body): New function.
2971         (elmo-msgdb-get-message-id-from-buffer): Use it.
2972
2973         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2974         Fixed the last change; Use elmo-unfold-field-body.
2975
2976 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2977
2978         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2979         Unfold date value.
2980
2981 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * elmo-spam.el (elmo-spam-save-status): New API.
2984
2985         * elsp-spamfilter.el: New file.
2986
2987 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2988
2989         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
2990
2991 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * elmo-split.el (elmo-split-spam-p): New function.
2994
2995         * elmo-spam.el: New file.
2996
2997         * elsp-bogofilter.el: Ditto.
2998
2999 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3000
3001         * elmo.el (elmo-folder-next-message-number): New API.
3002         (elmo-folder-next-message-number): Define.
3003         (elmo-message-field): Don't check folder length.
3004
3005         * elmo-net.el (elmo-folder-next-message-number): Define.
3006         (elmo-folder-next-message-number-unplugged): Define.
3007
3008         * elmo-map.el (elmo-folder-next-message-number): Define.
3009         (elmo-folder-delete-messages): Clear hash value.
3010
3011         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3012
3013         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3014         (elmo-folder-delete-messages-dop-delayed): Always return t.
3015
3016         * elmo-version.el (elmo-version): Up to 2.11.19.
3017
3018 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3021         change.
3022
3023         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3024         identical cons cell into the mark-alist and the hash table.
3025
3026 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3029         elmo-folder-list-messages with argument `visible-only' as t.
3030
3031         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3032         (elmo-folder-msgdb-create): Check the target folder.
3033
3034 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3037         `permanentflag' instead of `flags'.
3038         (elmo-folder-open): Ditto.
3039         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3040         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3041         (elmo-folder-use-flag-p): Always return t.
3042         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3043         `permanentflags' does not exist.
3044         (elmo-folder-open): Ditto.
3045
3046 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3047
3048         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3049         is nil.
3050         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3051
3052         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3053         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3054         response.
3055         (elmo-folder-open): Ditto.
3056         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3057         slot of the session includes the flag.
3058         (elmo-imap4-session-flag-available-p): New function.
3059         (elmo-imap4-folder-list-flagged): Ditto.
3060         (elmo-folder-list-unreads-plugged): Use it.
3061         (elmo-folder-list-importants-plugged): Ditto.
3062         (elmo-folder-list-answereds-plugged): Ditto.
3063         (elmo-imap4-search-internal-primitive): Ditto.
3064         (elmo-imap4-folder-list-any-plugged,
3065         elmo-imap4-folder-list-digest-plugged): Abolish.
3066
3067         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3068         if numbers is nil.
3069
3070 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3071
3072         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3073
3074 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * elmo-util.el (elmo-get-hash-val): Simplify.
3077         (elmo-set-hash-val): Rewrite.
3078
3079 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3080
3081         * elmo.el (elmo-folder-list-messages): Append killed messages into
3082         result if `visible-only' is nil and `in-msgdb' is non-nil.
3083
3084         * elmo-util.el (elmo-uniq-list): Added optional argument
3085         `delete-function'.
3086
3087         * modb.el (elmo-msgdb-flag-count): New API.
3088
3089         * modb-standard.el (modb-standard): Added slot flag-count.
3090         (modb-standard-countup-flags): New function.
3091         (modb-standard-load-flag): Call it.
3092         (elmo-msgdb-append): Ditto.
3093         (elmo-msgdb-clear): Clear slot flag-count.
3094         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3095         (elmo-msgdb-unset-flag): Treat `all' flag and call
3096         modb-standard-countup-flags.
3097         (elmo-msgdb-flag-count): Define.
3098         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3099         (elmo-msgdb-delete-messages): Ditto.
3100
3101         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3102         (elmo-msgdb-flag-count): Define.
3103
3104         * elmo.el (elmo-folder-list-messages): Undo last change.
3105         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3106         (elmo-folder-kill-messages): Unset all flags to numbers.
3107
3108         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3109         elmo-folder-kill-messages.
3110
3111         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3112         (elmo-nntp-folder-delete-messages): Abolish.
3113
3114         * elmo-version.el (elmo-version): Up to 2.11.18.
3115
3116 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3119         (elmo-folder-kill-messages-range): New function.
3120         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3121         instead of elmo-folder-kill-messages-before.
3122
3123 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3124
3125         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3126         elmo-imap4-current-msgdb to decide entity handler.
3127
3128 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3129
3130         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3131
3132         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3133         inline function.
3134         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3135         (elmo-msgdb-overview-entity-set-number,
3136         elmo-msgdb-overview-entity-get-references,
3137         elmo-msgdb-overview-entity-set-references,
3138         elmo-msgdb-overview-entity-get-from-no-decode,
3139         elmo-msgdb-overview-entity-get-from,
3140         elmo-msgdb-overview-entity-set-from,
3141         elmo-msgdb-overview-entity-get-subject,
3142         elmo-msgdb-overview-entity-get-subject-no-decode,
3143         elmo-msgdb-overview-entity-set-subject,
3144         elmo-msgdb-overview-entity-get-date,
3145         elmo-msgdb-overview-entity-set-date,
3146         elmo-msgdb-overview-entity-get-to,
3147         elmo-msgdb-overview-entity-get-cc,
3148         elmo-msgdb-overview-entity-get-size,
3149         elmo-msgdb-overview-entity-set-size,
3150         elmo-msgdb-overview-entity-get-extra,
3151         elmo-msgdb-overview-entity-set-extra,
3152         elmo-msgdb-overview-entity-get-extra-field,
3153         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3154         (elmo-msgdb-make-index): Use
3155         `elmo-msgdb-overview-entity-get-number-internal'.
3156         (elmo-msgdb-clear-index): Ditto.
3157         (elmo-msgdb-append-entity): Ditto;
3158         Use `elmo-msgdb-overview-entity-get-id-internal'.
3159
3160         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3161         elmo-msgdb-overview-entity-set-number,
3162         elmo-msgdb-overview-entity-get-references,
3163         elmo-msgdb-overview-entity-set-references,
3164         elmo-msgdb-overview-entity-get-from-no-decode,
3165         elmo-msgdb-overview-entity-get-from,
3166         elmo-msgdb-overview-entity-set-from,
3167         elmo-msgdb-overview-entity-get-subject,
3168         elmo-msgdb-overview-entity-get-subject-no-decode,
3169         elmo-msgdb-overview-entity-set-subject,
3170         elmo-msgdb-overview-entity-get-date,
3171         elmo-msgdb-overview-entity-set-date,
3172         elmo-msgdb-overview-entity-get-to,
3173         elmo-msgdb-overview-entity-get-cc,
3174         elmo-msgdb-overview-entity-get-size,
3175         elmo-msgdb-overview-entity-set-size,
3176         elmo-msgdb-overview-entity-get-extra,
3177         elmo-msgdb-overview-entity-set-extra,
3178         elmo-msgdb-overview-entity-get-extra-field,
3179         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3180         and rewrote for backward compatibility.
3181
3182 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * elmo.el (elmo-message-entity-number,
3185         elmo-message-entity-set-number,
3186         elmo-message-entity-field,
3187         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3188
3189         * elmo-msgdb.el (elmo-message-entity-number,
3190         elmo-message-entity-set-number,
3191         elmo-message-entity-field,
3192         elmo-message-entity-set-field): Moved from elmo.el.
3193
3194 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3195
3196         * elmo.el (toplevel): Changed definition orders.
3197
3198 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3199
3200         * modb.el (elmo-msgdb-search): New API .
3201         (elmo-msgdb-match-condition): Ditto.
3202
3203         * modb-standard.el (elmo-msgdb-search): Define.
3204
3205         * modb-legacy.el (elmo-msgdb-search): Ditto.
3206
3207         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3208         from elmo-msgdb-match-condition-internal.
3209
3210         * elmo.el (elmo-folder-search-fast): Abolish.
3211         (elmo-folder-search): Use elmo-msgdb-search and
3212         elmo-with-progress-display.
3213
3214         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3215         as msgdb API.
3216
3217         * elmo.el (elmo-folder): Remove slot message-modified and
3218         flag-modified.
3219         (elmo-folder-set-message-modified): Abolish.
3220         (elmo-generic-folder-commit): Follow the change above.
3221         (elmo-folder-synchronize): Ditto.
3222
3223         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3224
3225         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3226
3227         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3228
3229 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * modb-standard.el (modb-standard-make-message-entity,
3232         elmo-msgdb-make-message-entity,
3233         elmo-msgdb-create-message-entity-from-buffer,
3234         elmo-msgdb-message-entity-number,
3235         elmo-msgdb-message-entity-set-number,
3236         elmo-msgdb-message-entity-field,
3237         elmo-msgdb-message-entity-set-field,
3238         elmo-msgdb-copy-message-entity,
3239         elmo-msgdb-match-condition-internal): Remove.
3240
3241         * modb-entity.el: New file (again).
3242
3243         * modb.el (toplevel): Require modb-entity.
3244         (elmo-msgdb-message-entity-handler): New method.
3245
3246         * modb-standard.el (modb-standard-entity-id): Use
3247         elmo-message-entity-handler.
3248         (modb-standard-load-entity): Ditto.
3249         (elmo-msgdb-append-entity): Ditto.
3250         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3251
3252         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3253         elmo-msgdb-decoded-cache-hashtb,
3254         (modb-legacy-make-message-entity,
3255         elmo-msgdb-make-message-entity,
3256         elmo-msgdb-create-message-entity-from-buffer,
3257         elmo-msgdb-message-entity-number,
3258         elmo-msgdb-message-entity-set-number,
3259         elmo-msgdb-message-entity-field,
3260         elmo-msgdb-message-entity-set-field,
3261         elmo-msgdb-copy-message-entity,
3262         elmo-msgdb-match-condition-internal,
3263         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3264
3265         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3266         (elmo-message-entity-set-number): Ditto.
3267         (elmo-message-entity-field): Ditto.
3268         (elmo-message-entity-set-field): Ditto.
3269
3270         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3271
3272         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3273
3274         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3275
3276         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3277         (elmo-nntp-msgdb-create-message): Ditto.
3278
3279         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3280         (elmo-folder-msgdb-create): Add unread flag.
3281
3282         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3283
3284         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3285
3286         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3287
3288         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3289
3290         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3291         elmo-msgdb-messge-entity-handler.
3292         * elmo-version.el (elmo-version): Up to 2.11.17.
3293
3294 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3295
3296         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3297         change.
3298
3299 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3300
3301         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3302
3303         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3304         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3305         (elmo-msgdb-flag-table): Ditto.
3306         (elmo-msgdb-sort-by-date): Ditto.
3307
3308         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3309
3310         * modb-standard.el (toplevel): Require mime.
3311         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3312         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3313         elmo-msgdb-message-entity-number.
3314         (elmo-msgdb-append-entity): Ditto.
3315         (elmo-msgdb-create-message-entity-from-file): Remove.
3316         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3317         corresponds to the entity.
3318         (elmo-msgdb-message-entity-number): Do nothing currently.
3319         (elmo-msgdb-message-entity-field): Ditto.
3320         (elmo-msgdb-message-entity-set-field): Ditto.
3321         (elmo-msgdb-copy-message-entity): Ditto.
3322         (elmo-msgdb-match-condition-internal): Ditto.
3323
3324         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3325         elmo-util.el.
3326         (elmo-msgdb-create-message-entity-from-file): Remove.
3327
3328         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3329         modb-legacy.el.
3330         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3331
3332         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3333
3334 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3337         (elmo-msgdb-message-entity-field): Ditto.
3338         (elmo-msgdb-message-entity-number): Ditto.
3339
3340 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3341
3342         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3343         Fixed how to set extra field into entity.
3344         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3345         symbol.
3346
3347         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3348         Fixed how to set extra field into entity.
3349         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3350         symbol.
3351
3352 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3353
3354         * modb.el (elmo-message-entity-db): New function.
3355         (elmo-msgdb-make-message-entity): New API.
3356         (elmo-msgdb-message-entity-number): Ditto.
3357         (elmo-msgdb-message-entity-set-number): Ditto.
3358         (elmo-msgdb-message-entity-field): Ditto.
3359         (elmo-msgdb-message-entity-set-field): Ditto.
3360         (elmo-msgdb-copy-message-entity): Ditto.
3361         (elmo-msgdb-create-message-entity-from-file): Ditto.
3362         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3363         (elmo-msgdb-match-condition-internal): Ditto.
3364
3365         * modb-standard.el (modb-legacy): Require modb-legacy.
3366         (modb-standard-make-message-entity): New inline function.
3367         (elmo-msgdb-make-message-entity): Define.
3368         (elmo-msgdb-create-message-entity-from-file): Ditto.
3369         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3370         (elmo-msgdb-message-entity-field): Ditto.
3371         (elmo-msgdb-message-entity-set-field): Ditto.
3372         (elmo-msgdb-copy-message-entity): Ditto.
3373         (elmo-msgdb-match-condition-internal): Ditto.
3374
3375         * modb-legacy.el: Don't require modb-entity.
3376         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3377         (elmo-msgdb-match-condition-primitive): Ditto.
3378         (elmo-msgdb-get-decoded-cache): Ditto.
3379         (elmo-msgdb-overview-entity-get-id): Ditto.
3380         (elmo-msgdb-overview-entity-get-number): Ditto.
3381         (elmo-msgdb-overview-entity-set-number): Ditto.
3382         (elmo-msgdb-overview-entity-get-references): Ditto.
3383         (elmo-msgdb-overview-entity-set-references): Ditto.
3384         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3385         (elmo-msgdb-overview-entity-get-from): Ditto.
3386         (elmo-msgdb-overview-entity-set-from): Ditto.
3387         (elmo-msgdb-overview-entity-get-subject): Ditto.
3388         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3389         (elmo-msgdb-overview-entity-set-subject): Ditto.
3390         (elmo-msgdb-overview-entity-get-date): Ditto.
3391         (elmo-msgdb-overview-entity-set-date): Ditto.
3392         (elmo-msgdb-overview-entity-get-to): Ditto.
3393         (elmo-msgdb-overview-entity-get-cc): Ditto.
3394         (elmo-msgdb-overview-entity-get-size): Ditto.
3395         (elmo-msgdb-overview-entity-set-size): Ditto.
3396         (elmo-msgdb-overview-entity-get-extra): Ditto.
3397         (elmo-msgdb-overview-entity-set-extra): Ditto.
3398         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3399         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3400         (elmo-msgdb-number-load): Ditto.
3401         (elmo-msgdb-overview-load): Ditto.
3402         (elmo-msgdb-mark-load): Ditto.
3403         (elmo-msgdb-number-save): Ditto.
3404         (elmo-msgdb-mark-save): Ditto.
3405         (elmo-msgdb-overview-save): Ditto.
3406         (modb-legacy-make-message-entity): New inline function.
3407         (elmo-msgdb-insert-file-header): Ditto.
3408         (elmo-msgdb-make-message-entity): Define.
3409         (elmo-msgdb-create-message-entity-from-file): Ditto.
3410         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3411         (elmo-msgdb-message-entity-number): Ditto.
3412         (elmo-msgdb-message-entity-set-number): Ditto.
3413         (elmo-msgdb-message-entity-field): Ditto.
3414         (elmo-msgdb-message-entity-set-field): Ditto.
3415         (elmo-msgdb-copy-message-entity): Ditto.
3416         (elmo-msgdb-match-condition-internal): Ditto.
3417
3418         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3419         (elmo-message-copy-entity): Rewrite.
3420         (elmo-message-entity-number): Ditto.
3421         (elmo-message-entity-set-number): Ditto.
3422         (elmo-message-entity-field): Use elmo-message-entity-db.
3423         (elmo-message-entity-set-field): Ditto.
3424         (elmo-message-field): Rewrite.
3425
3426         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3427         elmo-msgdb.el
3428         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3429
3430         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3431         elmo-message-entity-field.
3432         (elmo-shimbun-folder-shimbun-header): Ditto.
3433         (elmo-shimbun-entity-to-header): Ditto.
3434         (elmo-folder-msgdb-create): Ditto.
3435         (elmo-shimbun-msgdb-create-entity): Ditto;
3436         Use elmo-msgdb-create-message-entity-from-buffer.
3437         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3438         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3439
3440         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3441         elmo-msgdb-create-message-entity-from-file and 
3442         elmo-message-entity-field.
3443
3444         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3445         elmo-message-entity-number.
3446         (elmo-pop3-msgdb-create-message): Use
3447         elmo-msgdb-create-message-entity-from-buffer,
3448         elmo-message-entity-set-field, elmo-message-entity-number and
3449         elmo-message-entity-set-number.
3450
3451         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3452         the API change in elmo-msgdb-make-message-entity.
3453         (elmo-nntp-msgdb-create-message): Use
3454         elmo-msgdb-create-message-entity-from-buffer.
3455
3456         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3457         elmo-message-entity-field and
3458         elmo-msgdb-create-message-entity-from-file.
3459
3460         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3461         (elmo-msgdb-get-field): Abolish.
3462         (elmo-msgdb-get-number): Rewrite.
3463         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3464         (elmo-msgdb-flag-table): Ditto.
3465         (elmo-msgdb-get-last-message-id,
3466         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3467         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3468         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3469         (elmo-msgdb-create-overview-from-buffer,
3470         elmo-msgdb-overview-get-parent-entity): Abolish.
3471
3472         * elmo-mime.el (elmo-mime-display-as-is): Use
3473         elmo-message-entity-field.
3474
3475         * elmo-map.el (elmo-folder-pack-numbers): Use
3476         elmo-message-entity-set-number.
3477
3478         * elmo-maildir.el (elmo-folder-msgdb-create): 
3479         elmo-msgdb-create-message-entity-from-file instead of
3480         elmo-msgdb-create-overview-entity-from-file.
3481
3482         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3483         msgdb.
3484         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3485         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3486
3487         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3488         elmo-messge-entity-field and elmo-message-entity-number.
3489         (elmo-imap4-fetch-callback-1): Call
3490         elmo-msgdb-create-message-entity-from-buffer instead of
3491         elmo-msgdb-create-overview-from-buffer. 
3492         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3493         (elmo-find-fetch-strategy): Likewise.
3494
3495         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3496         elmo-localdir-msgdb-create-entity with argument msgdb.
3497
3498         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3499         and elmo-message-entity-set-number.
3500
3501         * elmo-cache.el (elmo-folder-msgdb-create): Use
3502         elmo-message-entity-field.
3503         (elmo-folder-msgdb-create): Call
3504         elmo-msgdb-create-message-entity-from-file instead of
3505         elmo-msgdb-create-overview-entity-from-file.
3506
3507         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3508         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3509         instead of elmo-msgdb-create-overview-from-buffer.
3510         (elmo-archive-msgdb-create-entity): Ditto.
3511         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3512         elmo-message-entity-field.
3513         (elmo-archive-parse-mmdf): Ditto.
3514
3515         * modb-entity.el: Removed.
3516
3517         * elmo-version.el (elmo-version): Up to 2.11.16.
3518
3519 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3520
3521         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3522         `is-local'.
3523         (elmo-folder-flag-as-answered): Ditto.
3524
3525 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3526
3527         * modb-standard.el: New file.
3528
3529         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3530         elmo-msgdb-convert-type is `sync'.
3531
3532         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3533         (elmo-msgdb-convert-type): New user option.
3534
3535         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3536         (elmo-load-msgdb): Auto detect saved type.
3537
3538         * elmo-version.el (elmo-version): Up to 2.11.15.
3539
3540 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3543
3544         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3545         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3546         with argument `delete-if-none' when dst-folder is 'null.
3547
3548         * elmo-flag.el (elmo-folder-append-messages): Defined.
3549         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3550
3551 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3554
3555 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3556
3557         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3558         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3559         (elmo-folder-commit): Ditto.
3560
3561 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * elmo-flag.el: New file.
3564
3565         * elmo-mark.el: Removed.
3566
3567         * modb-legacy.el (modb-legacy-new-mark,
3568         modb-legacy-unread-uncached-mark,
3569         modb-legacy-unread-cached-mark,
3570         modb-legacy-read-uncached-mark,
3571         modb-legacy-answered-cached-mark,
3572         modb-legacy-answered-uncached-mark,
3573         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3574         All other related portions are changed.
3575
3576         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3577         (elmo-folder-list-messages-with-global-mark): Abolish.
3578         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3579         (elmo-folder-flag-as-important): Ditto.
3580         (elmo-folder-unflag-read): Ditto.
3581         (elmo-folder-flag-as-read): Ditto.
3582         (elmo-folder-unflag-answered): Ditto.
3583         (elmo-folder-flag-as-answered): Ditto.
3584         (elmo-message-encache): Return the cache path.
3585         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3586         (elmo-message-set-flag): Transitional implementation.
3587         (elmo-message-unset-flag): Ditto.
3588         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3589         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3590         (elmo-init): Call elmo-global-flag-initialize.
3591         (toplevel): Added autoload settings for elmo-flag.
3592
3593         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3594
3595         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3596         (elmo-file-cache-delete): Don't treat global-mark.
3597
3598         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3599
3600         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3601
3602         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3603         `elmo-global-flags-set'.
3604
3605         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3606         `flag'.
3607         (elmo-folder-unflag-read): Ditto.
3608         (elmo-folder-unflag-important): Ditto.
3609         (elmo-folder-flag-as-important): Ditto.
3610         (elmo-folder-unflag-answered): Ditto.
3611         (elmo-folder-flag-as-answered): Ditto.
3612
3613         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3614         `elmo-global-flags-set'.
3615         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3616
3617         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3618
3619         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3620         `flag'.
3621         (elmo-folder-flag-as-important): Ditto.
3622         (elmo-folder-unflag-important): Ditto.
3623         (elmo-folder-flag-as-important): Ditto.
3624         (elmo-folder-unflag-read): Ditto.
3625         (elmo-folder-flag-as-read): Ditto.
3626         (elmo-folder-unflag-answered): Ditto.
3627         (elmo-folder-flag-as-answered): Ditto.
3628
3629         * elmo-multi.el (elmo-folder-list-importants): Don't call
3630         elmo-folder-list-messages-with-global-mark.
3631         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3632         (elmo-folder-unflag-important): Ditto.
3633         (elmo-folder-flag-as-read): Ditto.
3634         (elmo-folder-unflag-read): Ditto.
3635         (elmo-folder-flag-as-answered): Ditto.
3636         (elmo-folder-unflag-answered): Ditto.
3637
3638         * elmo-msgdb.el (elmo-msgdb-new-mark,
3639         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3640         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3641         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3642         (Moved to modb-legacy.el).
3643         (elmo-flag-table-get): Treat important flag too.
3644
3645         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3646         `mark' to `flag'.
3647         (elmo-map-folder-flag-as-important): Ditto.
3648         (elmo-map-folder-unflag-read): Ditto.
3649         (elmo-map-folder-flag-as-read): Ditto.
3650         (elmo-map-folder-unflag-answered): Ditto.
3651         (elmo-map-folder-flag-as-answered): Ditto.
3652         (elmo-folder-unflag-important): Ditto.
3653         (elmo-folder-flag-as-important): Ditto.
3654         (elmo-folder-unflag-read): Ditto.
3655         (elmo-folder-flag-as-read): Ditto.
3656         (elmo-folder-unflag-answered): Ditto.
3657         (elmo-folder-flag-as-answered): Ditto.
3658
3659         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3660         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3661         `flag'.
3662         (elmo-map-folder-unflag-important): Ditto.
3663         (elmo-map-folder-flag-as-read): Ditto.
3664         (elmo-map-folder-unflag-read): Ditto.
3665         (elmo-map-folder-flag-as-answered): Ditto.
3666         (elmo-map-folder-unflag-answered): Ditto.
3667
3668         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3669         `elmo-global-flags-set'.
3670         (elmo-global-flags-set): Added autoload setting.
3671
3672         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3673         `flag'.
3674
3675         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3676         `elmo-msgdb-global-mark-set'.
3677         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3678         Call `elmo-global-flags-set'.
3679         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3680         `flag'.
3681         (elmo-folder-flag-as-important-plugged): Ditto.
3682         (elmo-folder-unflag-read-plugged): Ditto.
3683         (elmo-folder-flag-as-read-plugged): Ditto.
3684         (elmo-folder-unflag-answered-plugged): Ditto.
3685         (elmo-folder-flag-as-answered-plugged): Ditto.
3686         (elmo-global-flags-set): Added autoload setting.
3687
3688         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3689         `flag'.
3690         (elmo-folder-unflag-read): Ditto.
3691         (elmo-folder-flag-as-important): Ditto.
3692         (elmo-folder-unflag-important): Ditto.
3693         (elmo-folder-flag-as-answered): Ditto.
3694         (elmo-folder-unflag-answered): Ditto.
3695
3696         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3697         change of `mark'->`flag'.
3698         (elmo-dop-queue-method-name-alist): Ditto.
3699         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3700         (elmo-folder-unflag-read-dop): Ditto.
3701         (elmo-folder-flag-as-important-dop): Ditto.
3702         (elmo-folder-unflag-important-dop): Ditto.
3703         (elmo-folder-flag-as-answered-dop): Ditto.
3704         (elmo-folder-unflag-answered-dop): Ditto.
3705
3706         * elmo-cache.el (elmo-folder-msgdb-create): Call
3707         `elmo-global-flags-set'.
3708
3709         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3710         Call `elmo-global-flags-set'.
3711         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3712         elmo-archive-parse-mmdf with argument `folder'.
3713         (elmo-archive-parse-mmdf): Added argument `folder';
3714         Call `elmo-global-flags-set'.
3715
3716         * elmo-version.el (elmo-version): Up to 2.11.14.
3717
3718 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3719
3720         * modb.el (elmo-msgdb-length): Define.
3721
3722         * elmo.el (elmo-make-folder): Fixed.
3723         (elmo-generic-folder-append-messages): Follow the API change.
3724
3725         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3726         API change.
3727
3728 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3729
3730         * modb.el: New file.
3731
3732         * modb-entity.el: Ditto.
3733
3734         * modb-legacy.el: Ditto.
3735
3736         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3737         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3738         of `elmo-msgdb-overview-get-entity'.
3739         (elmo-msgdb-get-field): Ditto.
3740         (elmo-msgdb-merge): Moved to `elmo.el'.
3741         (elmo-msgdb-length): Removed; redefine as modb method.
3742         (elmo-msgdb-change-mark): Abolish.
3743         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3744         (elmo-msgdb-match-condition): Don't use mark.
3745         (elmo-msgdb-overview-get-entity): Abolish.
3746         Split modb part into `modb*.el'.
3747
3748         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3749
3750         * elmo-shimbun.el (shimbun-mua-search-id): Use
3751         `elmo-msgdb-message-entity' instead of
3752         `elmo-msgdb-overview-get-entity'.
3753         (elmo-shimbun-folder-shimbun-header): Ditto.
3754         (elmo-shimbun-get-headers): Ditto.
3755         (elmo-shimbun-update-overview): Ditto.
3756
3757         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3758
3759         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3760
3761         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3762         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3763
3764         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3765         `elmo-msgdb-mark-to-flags'.
3766
3767         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3768         `elmo-msgdb-set-path'.
3769
3770         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3771  
3772         * elmo-version.el (elmo-version): Up to 2.11.13.
3773
3774         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3775
3776         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3777         of mark.
3778
3779 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3780
3781         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3782         mismatch.
3783
3784 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3785
3786         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3787         instead of `elmo-msgdb-get-cached'.
3788         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3789
3790         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3791         (elmo-msgdb-set-cached): Ditto.
3792         (elmo-msgdb-set-flag): Rewrite.
3793         (elmo-msgdb-unset-flag): Ditto.
3794
3795         * elmo-msgdb.el: Rewrite with luna.
3796
3797         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3798         (elmo-folder-msgdb): Follow the change above.
3799         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3800         (elmo-folder-unmark-important): Follow the API change.
3801         (elmo-folder-mark-as-important): Ditto.
3802         (elmo-folder-unmark-read): Ditto.
3803         (elmo-folder-mark-as-read): Ditto.
3804         (elmo-folder-unmark-answered): Ditto.
3805         (elmo-folder-mark-as-answered): Ditto.
3806         (elmo-folder-clear): Likewise.
3807
3808         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3809         instead of `elmo-msgdb-load' (renamed).
3810
3811         * elmo-version.el (elmo-version): Up to 2.11.12.
3812
3813 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3814
3815         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3816         change.
3817         (elmo-message-mark): Abolish.
3818         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3819         instead of `elmo-msgdb-change-mark'.
3820
3821         * elmo-pipe.el (elmo-message-mark): Abolish.
3822
3823         * elmo-multi.el (elmo-message-mark): Ditto.
3824
3825         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3826         (elmo-msgdb-unread-uncached-mark): Ditto.
3827         (elmo-msgdb-unread-cached-mark): Ditto.
3828         (elmo-msgdb-read-uncached-mark): Ditto.
3829         (elmo-msgdb-answered-cached-mark): Ditto.
3830         (elmo-msgdb-answered-uncached-mark): Ditto.
3831         (elmo-msgdb-important-mark): Ditto.
3832         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3833         `use-cache'.
3834         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3835         `flags'.
3836         (elmo-flag-table-load): Changed flag to list of flag.
3837         (elmo-flag-table-set): If flags is nil, set read flag.
3838         (elmo-flag-table-get): Return derived flags from global mark,
3839         cache status and saved flags.
3840         (elmo-msgdb-flag-table): Follow the change above.
3841         (elmo-msgdb-out-of-date-messages): New function.
3842
3843         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3844
3845         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3846
3847         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3848
3849         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3850         (elmo-nntp-msgdb-create-message): Ditto.
3851
3852         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3853
3854         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3855         independent.
3856         (elmo-folder-msgdb-create): Follow the API change.
3857
3858         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3859         (elmo-folder-append-messages): Ditto.
3860
3861         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3862         (elmo-folder-append-buffer): Ditto.
3863
3864         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3865
3866         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3867
3868         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3869         (elmo-archive-parse-mmdf): Ditto.
3870
3871         * elmo-version.el (elmo-version): Up to 2.11.11.
3872
3873 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3874
3875         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3876         `elmo-msgdb-mark'.
3877
3878         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3879
3880         * elmo-pipe.el (elmo-message-flags): Defined.
3881
3882         * elmo-multi.el (elmo-message-flags): Ditto.
3883
3884 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3885
3886         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3887         `elmo-msgdb-delete-msgs'.
3888
3889         * elmo.el (elmo-folder-count-flags): Don't use
3890         `elmo-msgdb-get-mark-alist'.
3891         (elmo-folder-detach-messages): Follow the API change.
3892
3893         * elmo.el (elmo-folder-list-messages): Append killed messages into
3894         result if `visible-only' is nil.
3895
3896         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3897         canceled messages.
3898         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3899         (elmo-folder-update-number): Likewise.
3900
3901         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3902         (elmo-pop3-sort-msgdb-by-original-number): Use
3903         `elmo-msgdb-sort-entities'.
3904
3905         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3906         (elmo-msgdb-sort-by-date): Use it.
3907         (elmo-msgdb-overview-sort-by-date): Abolish.
3908
3909         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3910
3911         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3912         (elmo-msgdb-flags): New function.
3913         (elmo-msgdb-merge): Use elmo-msgdb-append.
3914
3915         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
3916         change.
3917
3918         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3919
3920         * elmo-dop.el (elmo-folder-status-dop): Use
3921         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
3922
3923 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3924
3925         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
3926
3927         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
3928
3929         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
3930
3931         * elmo-util.el (elmo-with-progress-display): New macro.
3932
3933         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
3934
3935 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3938         `elmo-folder-list-message-entities' instead of
3939         `elmo-msgdb-get-overview'.
3940         (elmo-map-folder-list-message-locations): Ditto.
3941
3942         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
3943         methods instead of treat directly).
3944         (elmo-msgdb-clear): Ditto.
3945         (elmo-msgdb-delete-msgs): Ditto.
3946         (elmo-msgdb-sort-by-date): Ditto.
3947
3948         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
3949         local variables.
3950         (elmo-nntp-folder-msgdb-create): Follow the API change.
3951
3952         * elmo-version.el (elmo-version): Up to 2.11.10.
3953
3954 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3955
3956         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
3957         (elmo-msgdb-flags-to-mark): Ditto.
3958         (elmo-msgdb-append-entity): Ditto.
3959
3960         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3961         Use `elmo-msgdb-append-entity' instead of construct msgdb.
3962         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
3963         (elmo-archive-parse-mmdf): Ditto.
3964
3965         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3966
3967         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3968
3969         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3970
3971         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3972
3973         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
3974
3975         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
3976
3977         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3978
3979         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3980
3981         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3982         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
3983         to empty msgdb.
3984
3985         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
3986         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
3987         instead of directly construction.
3988         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
3989         instead of construct msgdb.
3990
3991         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3992         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
3993         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
3994         instead of construct msgdb.
3995
3996 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3997
3998         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
3999         when field is from or subject.
4000
4001 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4002
4003         * elmo-multi.el (elmo-message-entity-parent): Define.
4004         (elmo-folder-search): Rewrite.
4005
4006 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4007
4008         * elmo-multi.el (elmo-message-cached-p): Define.
4009
4010         * elmo.el (elmo-message-cached-p): New method.
4011         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4012         (elmo-message-flags): New method.
4013         (elmo-message-flagged-p): New function.
4014
4015         * elmo-version.el (elmo-version): Up to 2.11.9.
4016
4017 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4018
4019         * elmo-version.el (elmo-version): Up to 2.11.8.
4020
4021         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4022
4023         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4024
4025 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4026
4027         * elmo.el (elmo-folder-detach-messages): Undo last change.
4028
4029 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4030
4031         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4032
4033         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4034         only when src folder type is pop3.
4035
4036 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4039         elmo-msgdb-overview-entity-get-number instead of
4040         elmo-message-entity-number.
4041
4042 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4043
4044         * elmo-version.el (elmo-version): Up to 2.11.7.
4045
4046 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4047
4048         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4049         function.
4050
4051         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4052         (elmo-msgdb-merge): New function.
4053         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4054         (elmo-msgdb-make-index): Rewrite.
4055
4056         * elmo-version.el (elmo-version): Up to 2.11.6.
4057
4058         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4059         use it as a the path for loading message entities.
4060
4061         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4062
4063 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4066         message-modified slot of itself if it does not require target msgdb.
4067
4068         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4069         if folder length is zero.
4070         (elmo-mime-display-as-is): Ditto.
4071
4072         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4073
4074         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4075
4076 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4077
4078         * elmo.el (elmo-folder-set-message-modified): New method.
4079         (elmo-generic-folder-commit): Use it.
4080         (elmo-folder-synchronize): Ditto.
4081
4082         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4083         (elmo-folder-commit): Remove duplicate definition.
4084
4085 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4088
4089 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4090
4091         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4092         (elmo-strict-folder-diff): Ditto.
4093         (elmo-folder-set-info-max-by-numdb): Simplify.
4094
4095         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4096         elmo-msgdb-list-messages.
4097
4098         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4099         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4100
4101 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4102
4103         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4104         visible-only is non-nil.
4105         (elmo-folder-confirm-appends): Changed message.
4106         (elmo-folder-synchronize): Added argument disable-killed.
4107
4108         * elmo-multi.el (elmo-folder-synchronize): Added argument
4109         disable-killed.
4110
4111         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4112
4113         * elmo-version.el (elmo-version): Up to 2.11.5.
4114
4115         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4116         elmo-list-filter.
4117
4118         * elmo-util.el (elmo-list-filter): Simplify.
4119
4120         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4121         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4122         (elmo-generic-folder-diff): Abolish argument.
4123         (elmo-msgdb-load): Don't use number-alist.
4124
4125         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4126
4127         * elmo-pipe.el (elmo-folder-diff): Ditto.
4128
4129         * elmo-nmz.el (elmo-folder-diff): Ditto.
4130
4131         * elmo-net.el (elmo-folder-diff): Ditto.
4132
4133         * elmo-maildir.el (elmo-folder-diff): Ditto.
4134
4135         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4136
4137         * elmo-multi.el (elmo-folder-diff): Ditto
4138         (elmo-multi-folder-diff): Rewrite.
4139
4140 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4141
4142         * elmo-pipe.el (elmo-folder-msgdb): Define.
4143
4144 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * elmo.el (elmo-message-set-cached): Define as a method.
4147
4148         * elmo-pipe.el (elmo-message-set-cached): Define.
4149         (elmo-find-fetch-strategy): Ditto.
4150
4151         * elmo-multi.el (elmo-message-set-cached): Define.
4152         (elmo-find-fetch-strategy): Rewrite.
4153
4154         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4155
4156         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4157
4158 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4161         instead of number-alist.
4162
4163         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4164         mark nor message-id when msgdb of source folder is not loaded.
4165
4166         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4167
4168         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4169
4170 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4171
4172         * elmo.el (elmo-folder-length): Don't require msgdb.
4173
4174 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4177         (elmo-message-field): Ditto.
4178
4179         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4180         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4181         slot.
4182         (elmo-map-folder-list-answereds): Define.
4183         (elmo-maildir-list-location): Treat 'R' info.
4184         (elmo-folder-msgdb-create): Treat flag-table.
4185         (elmo-folder-append-messages): Save flag-table.
4186
4187 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4188
4189         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4190         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4191
4192 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4193
4194         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4195
4196         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4197         'read when mark is null.
4198
4199 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4200
4201         * elmo-version.el (elmo-version): Up to 2.11.4.
4202
4203 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4204
4205         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4206         (elmo-folder-mark-as-answered): Ditto.
4207
4208 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4211         (elmo-pop3-get-session): Make msgdb directory after session.
4212         (elmo-folder-exists-p): Check exactly at the first time even when the
4213         elmo-pop3-exists-exactly is nil.
4214
4215         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4216         (elmo-folder-list-messages): Define instead of
4217         elmo-folder-list-messages-internal.
4218         (elmo-folder-check): Check destination folder.
4219         (elmo-folder-synchronize): Drain the pipe.
4220
4221         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4222         when msgdb is not loaded.
4223
4224         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4225
4226         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4227         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4228         messages.
4229
4230         * elmo.el (elmo-folder-kill-messages-before): New function.
4231         (elmo-folder-kill-messages): Ditto.
4232         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4233
4234         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4235         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4236         killed not by synchronize (e.g. scoring).
4237
4238 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4239
4240         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4241         treated.
4242         (elmo-folder-search): Follow the change above.
4243
4244         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4245         into the candidates of search field.
4246
4247 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4248
4249         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4250         (elmo-msgdb-unset-flag): Ditto.
4251
4252         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4253
4254 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4257         (elmo-folder-commit): Define.
4258         (elmo-folder-synchronize): Ditto.
4259         (elmo-folder-list-flagged): Ditto.
4260         (elmo-folder-commit): Ditto.
4261         (elmo-folder-length): Ditto.
4262         (elmo-folder-count-flags): Ditto.
4263         (elmo-message-mark): Ditto.
4264         (elmo-message-field): Ditto.
4265         (elmo-message-entity): Ditto.
4266         (elmo-message-folder): Ditto.
4267
4268 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * elmo.el (elmo-message-field): Define as a method.
4271
4272         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4273         (elmo-message-field): Define.
4274
4275         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4276         (elmo-folder-list-importants): Ditto.
4277         (elmo-folder-list-answereds): Ditto.
4278
4279         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4280         qualifier.
4281         (elmo-folder-mark-as-read): Ditto.
4282         (elmo-folder-unmark-read): Ditto.
4283         (elmo-folder-mark-as-answered): Ditto.
4284         (elmo-folder-unmark-answered): Ditto.
4285         (elmo-folder-list-flagged): Define.
4286         (elmo-folder-commit): Ditto.
4287         (elmo-folder-length): Ditto.
4288         (elmo-folder-count-flags): Ditto.
4289
4290 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4291
4292         * elmo.el (elmo-folder-detach-messages): New method.
4293         (elmo-folder-move-messages): Use it.
4294         (elmo-folder-synchronize): Ditto.
4295
4296         * elmo-multi.el (elmo-folder-detach-messages): Define.
4297
4298         * elmo.el (elmo-message-copy-entity): New function.
4299         (elmo-message-entity-set-number): Ditto.
4300         (elmo-message-mark): Define as method.
4301
4302         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4303         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4304         (elmo-message-entity): Fixed last change.
4305         (elmo-message-mark): Define.
4306         (elmo-folder-msgdb-create): Abolish.
4307         (elmo-multi-folder-append-msgdb): Ditto.
4308         (elmo-multi-folder-diff): Fixed.
4309         (elmo-multi-split-number-alist): Removed.
4310         (elmo-multi-split-mark-alist): Removed.
4311         (elmo-folder-list-messages): Define.
4312         (elmo-folder-list-messages-internal): Removed.
4313
4314         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4315         local file messages.
4316         (elmo-folder-msgdb-create): Fixed read mark.
4317
4318 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4319
4320         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4321         if mark is nil.
4322
4323 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * elmo.el (elmo-folder-list-message-entities): Define as inline
4326         function.
4327         (elmo-folder-messages): Abolish.
4328
4329         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4330         folder.
4331         (elmo-folder-synchronize): Define.
4332         (elmo-message-entity): Define.
4333
4334 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4337         elmo-imap4-session-select-mailbox.
4338
4339         * elmo.el (elmo-folder-move-messages): Don't display any message.
4340
4341         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4342         parsing.
4343         (elmo-imap4-session-check): Don't wait CHECK response.
4344         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4345
4346 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4347
4348         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4349
4350 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4351
4352         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4353         API.
4354         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4355
4356
4357         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4358         (elmo-folder-list-message-entities): Added argument in-msgdb and
4359         numbers.
4360         (elmo-folder-synchronize): Define as a method.
4361
4362         * elmo-nntp.el (elmo-folder-initialize): Don't use
4363         elmo-nntp-default-user if zero-length username is specified
4364         explicitly.
4365
4366 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4367
4368         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4369         server name in case with username.
4370         (XXX: this is ad-hoc fix against username includes "@", it
4371         should be solved fundamentally)
4372
4373 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4374
4375         * elmo-nntp.el (elmo-nntp-debug): New function.
4376         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4377         (elmo-network-authenticate-session): Hide auth-info from the log.
4378
4379         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4380         user name if it is equal to elmo-nntp-default-user.
4381
4382 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4383
4384         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4385         instead of shimbun-server-internal;
4386         Use shimbun-current-group instead of shimbun-current-group-internal.
4387         (elmo-folder-plugged-p): Use shimbun-server instead of
4388         shimbun-server-internal.
4389         (elmo-folder-set-plugged): Ditto.
4390         (elmo-net-port-info): Ditto.
4391         (elmo-folder-check): Ditto.
4392         (elmo-folder-expand-msgdb-path): Ditto.
4393         (elmo-folder-list-subfolders): Ditto.
4394
4395 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4396
4397         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4398         Convert field-name to lower case.
4399         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4400
4401 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4402
4403         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4404         `message' and `error' take format string.
4405
4406 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4407
4408         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4409
4410 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4411
4412         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4413         recursive call (can't byte compile on emacs 20.7).
4414
4415 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4418         (elmo-folder-list-message-entities): New API.
4419         (elmo-message-entity): Ditto.
4420         (elmo-message-entity-parent): Ditto.
4421         (elmo-folder-do-each-message-entity): Ditto.
4422         (elmo-message-entity-number): Ditto.
4423         (elmo-message-entity-field): Ditto.
4424         (elmo-message-entity-set-field): Ditto.
4425         (elmo-folder-count-flags): Ditto.
4426         (elmo-folder-length): Ditto.
4427
4428         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4429         not.
4430
4431         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4432         (elmo-msgdb-count-marks): Abolish.
4433         (elmo-msgdb-make-entity): Ditto.
4434         (elmo-msgdb-do-each-entity): Ditto.
4435         (elmo-msgdb-message-entity): New inline function.
4436         (elmo-msgdb-message-entity-field): Ditto.
4437         (elmo-msgdb-message-entity-set-field): Ditto.
4438         (elmo-msgdb-make-message-entity): New function.
4439
4440 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4441
4442         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4443         to flag. (All other related portions are changed.)
4444         (elmo-folder-msgdb-create): Likewise.
4445         (elmo-generic-folder-append-messages): Use flag-table instead of
4446         seen-list.
4447         (elmo-folder-move-messages): Removed redundant process.
4448         (elmo-folder-synchronize): Likewise.
4449
4450         * elmo-msgdb.el (elmo-flag-table-get): New function.
4451         (elmo-flag-table-save): Fixed.
4452         (elmo-msgdb-length): New inline function.
4453         (elmo-msgdb-flag-table): New function.
4454         (elmo-msgdb-mark): Add optional argument new.
4455         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4456         (elmo-msgdb-seen-list): Ditto.
4457         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4458
4459
4460 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * elmo.el (elmo-message-set-mark): Abolish.
4463         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4464         (All related portions are changed.)
4465
4466         * elmo-msgdb.el (toplevel): Added comment.
4467         (elmo-load-msgdb): Added 4th element `path'.
4468         (elmo-msgdb-append): Follow the change above.
4469         (elmo-msgdb-clear): Ditto.
4470         (elmo-msgdb-delete-msgs): Ditto.
4471         (elmo-msgdb-get-path): New inline function.
4472         (elmo-msgdb-set-path): Ditto.
4473         (elmo-flag-table-filename): New variable.
4474         (elmo-flag-table-load): New function.
4475         (elmo-flag-table-set): Ditto.
4476         (elmo-flag-table-save): Ditto.
4477         (elmo-msgdb-get-field-value): Abolish.
4478         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4479
4480 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4481
4482         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4483         the folder has been deleted successfully.
4484         * elmo-imap4.el (elmo-folder-delete): Ditto.
4485         * elmo-archive.el (elmo-folder-delete): Ditto.
4486         * elmo-localdir.el (elmo-folder-delete): Ditto.
4487         * elmo-maildir.el (elmo-folder-delete): Ditto.
4488
4489 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4490
4491         * elmo-util.el (elmo-string-member-ignore-case): New function.
4492         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4493         (elmo-imap4-fetch-callback-1-subr): Likewise.
4494
4495 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4496
4497         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4498         the case of the name attribute "\Noselect".
4499
4500 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4503
4504         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4505         flist, is not always a member of onum-alist.
4506
4507 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * elmo-version.el (elmo-version): Up to 2.11.3.
4510
4511 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4514         copied from localdir's one.
4515
4516         * elmo-pipe.el (elmo-folder-rename): New method, rename
4517         destination folder with leaving source folder as it is.
4518
4519 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4520
4521         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4522         replace-regexp.
4523
4524 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * elmo-version.el (elmo-version): Up to 2.11.2.
4527
4528 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4531         shimbun-open in case of "@".
4532         (elmo-folder-open-internal): Cope with shimbun = nil case.
4533         (elmo-folder-plugged-p): Ditto.
4534         (elmo-folder-list-subfolders): Make list for "@/" group.
4535
4536 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4539         mailbox (e.g. for %~/something).
4540
4541 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4542
4543         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4544         Replace nested conditional with guard clauses.
4545
4546 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4547
4548         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4549         error [wl:11327].
4550
4551         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4552         print-depth.
4553
4554 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4555
4556         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4557         Replace nested conditional with guard clauses.
4558
4559 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4562         (elmo-passwd-alist-save): Ditto.
4563         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4564
4565 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4568         dir-name only if it is absolute path.
4569         (TODO: distinguish +/something and +something)
4570
4571 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4574         path for "+~/something".
4575
4576 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4579         as non-directory, cause error before rename-file.
4580         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4581         apropriately, mimic localdir's one.
4582         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4583
4584 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4585
4586         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4587
4588 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4591
4592         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4593         
4594         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4595         is included in the global-mark or not.
4596
4597 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * utf7.el (toplevel): Avoid error when the function
4600         find-coding-system does not exist.
4601
4602 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4603
4604         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4605         cache even if the folder is plugged.
4606         (elmo-nntp-search-primitive): Do nothing when body search is
4607         invoked (although it is not used by the change above).
4608         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4609
4610 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * elmo-version.el (elmo-version): Up to 2.11.1.
4613
4614 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4615
4616         * elmo-archive.el: Specify charset.
4617
4618 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4621         process buffer lives or not.
4622
4623         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4624         while flushing queues (It causes infinite loop).
4625
4626 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4627
4628         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4629
4630 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * utf7.el (toplevel): Check the ucs features dynamically.
4633         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4634
4635         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4636         folder is creatabe or not if it already exists.
4637
4638 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4641
4642         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4643
4644         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4645         (elmo-imap4-read-response): Take care of garbage response.
4646
4647 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4650         just return nil instead of error.
4651
4652 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4653
4654         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4655         search-key is "body".
4656
4657 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4658
4659         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4660         of elmo-string-matched-assoc to use match-data.
4661         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4662
4663 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * elmo-split.el (elmo-split->): New function.
4666         (elmo-split-<): Ditto.
4667
4668 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4669
4670         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4671         workaround for invalid message-id.
4672
4673 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4674
4675         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4676         return normal pop3 session or pop3 biff session.
4677
4678 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4679
4680         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4681         info part to the cur files when the new files already have it.
4682         (Adviced by Jared Rhine <jared@wordzoo.com>)
4683
4684 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * elmo-split.el (elmo-split-default-action): New variable.
4687         (elmo-split-subr): Use it if all other conditions are passed.
4688         Extend `fname' and rename it as `action'. (implemented
4689         Teranishi-san's idea in [wl:10800])
4690
4691 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4694         * elmo-util.el: Ditto.
4695
4696 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4697
4698         * elmo.el (elmo-message-accessible-p): Renamed from
4699         elmo-message-cached-p and rewritten.
4700
4701 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4702
4703         * elmo.el (elmo-folder-list-flagged): New generic function.
4704         (elmo-folder-list-importants): New implementation.
4705         (elmo-folder-list-answereds): Ditto.
4706         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4707         Added 'digest'.
4708         (elmo-message-cached-p): New function.
4709         (elmo-message-set-flag): Ditto (no content).
4710         (elmo-message-unset-flag): Ditto.
4711         (elmo-folder-list-messages-mark-match): Abolish.
4712
4713         * elmo-util.el (elmo-regexp-opt): New function.
4714
4715         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4716         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4717         Added 'digest'.
4718         (elmo-msgdb-list-flagged): New function.
4719
4720         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4721         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4722         Added 'digest'.
4723
4724         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4725
4726 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4727
4728         * elmo-version.el (elmo-version): Up to 2.11.0.
4729
4730 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4731
4732         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4733         `elmo-file-cache-exists-p'; use proper mark that depends on
4734         `use-cache'.
4735         (elmo-msgdb-unset-flag): Ditto.
4736         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4737
4738         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4739         with 4th argument `use-cache'.
4740
4741 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4744         (elmo-folder-mark-as-important): Ditto.
4745         (elmo-folder-unmark-read): Ditto.
4746         (elmo-folder-mark-as-read): Ditto.
4747         (elmo-folder-unmark-answered): Ditto.
4748         (elmo-folder-mark-as-answered): Ditto.
4749
4750         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4751         message status.
4752         (elmo-msgdb-mark): Likewise.
4753         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4754         (elmo-msgdb-unset-flag): Likewise.
4755
4756         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4757
4758 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4759
4760         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4761         `last:' filter.
4762
4763 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4764
4765         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4766         set spool-length to 0.
4767
4768 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4769
4770         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4771         (elmo-dop-queue-flush): Fixed last change.
4772
4773 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4774
4775         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4776         if require-msgdb slot is nil.
4777         (elmo-folder-list-importants): Likewise.
4778
4779 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4780
4781         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4782         mark is changed.
4783
4784         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4785         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4786         is changed.
4787
4788 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4791
4792 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4793
4794         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4795
4796         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4797
4798 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4799
4800         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4801         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4802
4803 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4806         the problem reported by Sean Rima [wl-en:180].
4807
4808 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4811
4812         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4813
4814         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4815
4816         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4817
4818         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4819
4820         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4821
4822         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4823
4824 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4825
4826         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4827         status number.
4828
4829 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4832         (elmo-folder-mark-as-read): Follow the API change.
4833         (elmo-message-set-cached): New function.
4834
4835         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4836
4837         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4838
4839         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4840         (elmo-folder-mark-as-important): Ditto.
4841         (elmo-folder-unmark-read): Ditto.
4842         (elmo-folder-mark-as-read): Ditto.
4843         (elmo-folder-unmark-answered): Ditto.
4844         (elmo-folder-mark-as-answered): Ditto.
4845
4846         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4847         (elmo-folder-unmark-important): Ditto.
4848         (elmo-folder-mark-as-read): Ditto.
4849         (elmo-folder-unmark-read): Ditto.
4850         (elmo-folder-mark-as-answered): Ditto.
4851         (elmo-folder-unmark-answered): Ditto.
4852
4853         * elmo-mark.el (toplevel): Removed some mark method definitions.
4854
4855         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4856         (elmo-map-folder-mark-as-answered): Ditto.
4857         (elmo-folder-unmark-important): Add :before qualifier.
4858         (elmo-folder-mark-as-important): Ditto.
4859         (elmo-folder-unmark-read): Ditto.
4860         (elmo-folder-mark-as-read): Ditto.
4861         (elmo-folder-unmark-answered): Define.
4862         (elmo-folder-mark-as-answered): Ditto.
4863
4864         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4865         (elmo-map-folder-unmark-answered): Ditto.
4866
4867         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4868
4869         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4870         (elmo-folder-mark-as-important): Ditto.
4871         (elmo-folder-unmark-read): Ditto.
4872         (elmo-folder-mark-as-read): Ditto.
4873         (elmo-folder-unmark-answered): Ditto.
4874         (elmo-folder-mark-as-answered): Ditto.
4875
4876         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4877         `mark'; evaluate mark condition.
4878         (elmo-msgdb-match-condition-internal): New function.
4879         (elmo-msgdb-match-condition): Call it; changed argument.
4880
4881         * elmo.el (elmo-folder-search): Follow the API change on
4882         `elmo-msgdb-match-condition'.
4883
4884 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4885
4886         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4887         original mark is non-nil.
4888
4889 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4890
4891         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4892         (elmo-map-folder-list-answereds): New method.
4893         (elmo-folder-list-unreads): Add :around qualifier.
4894         (elmo-folder-list-importants): Ditto.
4895         (elmo-folder-list-answereds): Ditto.
4896
4897 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4900
4901         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4902         method if msgdb is not required.
4903         (elmo-filter-folder-list-importants): Don't treat global-mark.
4904
4905         * elmo.el (elmo-folder-list-importants): Ditto.
4906
4907         * elmo-net.el (elmo-folder-list-importants): Ditto.
4908
4909         * elmo-map.el (elmo-folder-list-importants): Ditto.
4910
4911         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4912
4913         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
4914         (elmo-imap4-folder-list-any-plugged): New function.
4915         (elmo-imap4-search-internal-primitive): Use it.
4916
4917         * elmo-filter.el (elmo-folder-check): Synchronize original folder
4918         only when require-msgdb slot is non-nil.
4919         (elmo-folder-close): Clear target folder's msgdb.
4920
4921 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
4924         (elmo-pop3-msgdb-create-by-header): Ditto.
4925         (elmo-pop3-msgdb-create-message): Ditto.
4926
4927         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4928
4929         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4930
4931         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4932
4933         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4934         (elmo-folder-msgdb-create): Ditto.
4935         (elmo-nntp-folder-msgdb-create): Ditto.
4936         (elmo-nntp-msgdb-create-by-header): Ditto.
4937         (elmo-nntp-msgdb-create-message): Ditto.
4938         (elmo-folder-list-unreads): Define.
4939
4940         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
4941         (elmo-folder-append-messages): Ditto.
4942         (elmo-folder-list-unreads): Define.
4943         (elmo-folder-list-importants): Ditto.
4944         (elmo-folder-list-answereds): Ditto.
4945
4946         * elmo-net.el (elmo-folder-list-unreads): Define.
4947         (elmo-folder-list-importants): Ditto.
4948         (elmo-folder-list-answereds): Ditto.
4949         (elmo-folder-list-answereds-plugged): Ditto.
4950         (elmo-folder-msgdb-create): Follow the API change.
4951         (elmo-folder-msgdb-create-unplugged): Ditto.
4952         (elmo-folder-unmark-answered): Define.
4953         (elmo-folder-mark-as-answered-unplugged): Ditto.
4954         (elmo-folder-unmark-answered-unplugged): Ditto.
4955
4956         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
4957         (elmo-msgdb-unread-uncached-mark): Ditto.
4958         (elmo-msgdb-unread-cached-mark): Ditto.
4959         (elmo-msgdb-read-uncached-mark): Ditto.
4960         (elmo-msgdb-answered-cached-mark): Ditto.
4961         (elmo-msgdb-answered-uncached-mark): Ditto.
4962         (elmo-msgdb-important-mark): Ditto.
4963         (elmo-msgdb-set-mark): Rewrite.
4964         (elmo-msgdb-count-marks): Rewrite.
4965         (elmo-msgdb-mark-alist-set): Abolish.
4966         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
4967         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
4968
4969         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
4970         (elmo-folder-close): Define.
4971         (elmo-folder-msgdb-create): Follow the API change.
4972         (elmo-folder-list-unreads): Rewrite.
4973         (elmo-folder-mark-as-important): Ditto.
4974         (elmo-folder-unmark-important): Ditto.
4975         (elmo-folder-mark-as-read): Ditto.
4976         (elmo-folder-unmark-read): Ditto.
4977         (elmo-folder-mark-as-answered): Define.
4978         (elmo-folder-unmark-answered): Ditto.
4979
4980         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
4981         (elmo-folder-append-messages): Ditto.
4982
4983         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
4984
4985         * elmo-map.el (elmo-folder-list-unreads): Ditto.
4986         (elmo-folder-list-importants): Ditto.
4987
4988         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4989         (elmo-folder-append-messages): Ditto.
4990
4991         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
4992         change.
4993         (elmo-folder-msgdb-create-plugged): Ditto.
4994         (elmo-folder-append-messages): Ditto.
4995         (elmo-folder-list-answereds-plugged): Define.
4996         (elmo-imap4-search-internal-primitive): Add `mark' processing.
4997         (elmo-folder-unmark-answered-plugged): Define.
4998         (elmo-folder-mark-as-answered-plugged): Ditto.
4999         (elmo-folder-search-requires-msgdb-p): Ditto.
5000
5001         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5002         (elmo-folder-initialize): Set it.
5003         (elmo-folder-msgdb): Define.
5004         (elmo-folder-check): Call elmo-folder-synchronize.
5005         (elmo-folder-close): Define.
5006         (elmo-folder-commit): Ditto.
5007         (elmo-folder-msgdb-create): Rewrite.
5008         (elmo-folder-list-unreads): Ditto.
5009         (elmo-folder-list-importants): Ditto.
5010         (elmo-folder-mark-as-read): Ditto.
5011         (elmo-folder-unmark-read): Ditto.
5012         (elmo-folder-mark-as-important): Ditto.
5013         (elmo-folder-unmark-important): Ditto.
5014         (elmo-folder-mark-as-answered): Define.
5015         (elmo-folder-unmark-answered): Ditto.
5016
5017         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5018         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5019         (elmo-dop-queue-method-name-alist): Likewise.
5020         (elmo-folder-mark-as-answered-dop): New inline function.
5021         (elmo-folder-unmark-answered-dop): Ditto.
5022         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5023
5024         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5025         (elmo-folder-msgdb-create): Ditto.
5026         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5027         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5028         (elmo-archive-parse-mmdf): Ditto.
5029
5030         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5031         (elmo-folder-list-unreads-internal): Ditto.
5032
5033         * elmo.el (elmo-folder-msgdb): Define as generic function.
5034         (elmo-folder-list-messages): Added argument `in-msgdb'.
5035         (elmo-folder-list-unreads): Define as generic function.
5036         (elmo-folder-list-importants): Ditto.
5037         (elmo-folder-list-answereds): Ditto.
5038         (elmo-folder-list-messages-with-global-mark): New function.
5039         (elmo-folder-msgdb-create): Removed mark arguments.
5040         (elmo-folder-unmark-answered): New generic function.
5041         (elmo-folder-mark-as-answered): Ditto.
5042         (elmo-folder-append-messages): Removed argunment `unread-marks'
5043         (elmo-folder-list-unreads-internal): Abolish.
5044         (elmo-folder-list-importants-internal): Ditto.
5045         (elmo-folder-search-requires-msgdb-p): New generic function.
5046         (elmo-folder-search-requires-msgdb-p-internal): New function.
5047         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5048         elmo-msgdb-load.
5049         (elmo-folder-search-fast): Added key 'mark'.
5050         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5051         instead of unread-marks argument.
5052         (elmo-folder-move-messages): Removed argunment `unread-marks'
5053         (elmo-folder-unmark-important): Define.
5054         (elmo-folder-mark-as-important): Ditto.
5055         (elmo-folder-unmark-read): Ditto.
5056         (elmo-folder-mark-as-read): Ditto.
5057         (elmo-folder-unmark-answered): Ditto.
5058         (elmo-folder-mark-as-answered): Ditto.
5059         (elmo-folder-replace-marks): Abolish.
5060         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5061         duplicates.
5062         (elmo-folder-synchronize): Removed mark arguments;
5063         return crosspost only number.
5064
5065 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5068         Remove redundunt connectivity check.
5069
5070 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5071
5072         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5073         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5074
5075 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * pldap.el (ldap-decode-string): Return string as-is if
5078         `ldap-coding-system' is nil.
5079         (ldap-encode-string): Ditto.
5080         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5081         (ldap-default-host): Fixed docstring.
5082
5083 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * elmo-util.el (elmo-warning): Define as a macro which uses
5086         `display-warning' if it is defined as a function.
5087
5088         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5089         (elmo-split-equal): Use it.
5090         (elmo-split-match): Ditto.
5091         (elmo-split-message-entity): New buffer-local variable.
5092         (elmo-split-subr): Set it.
5093
5094         * elmo-version.el (elmo-version): Up to 2.9.15.
5095
5096 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5097
5098         * elmo-imap4.el (elmo-network-initialize-session):
5099         Check capability after starttls.
5100
5101 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5102
5103         * elmo-util.el (elmo-list-delete): Added optional argument
5104         DELETE-FUNCTION.
5105
5106         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5107
5108         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5109
5110         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5111
5112         * elmo-imap4.el (elmo-folder-initialize): Don't use
5113         elmo-imap4-default-mailbox.
5114
5115 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5116
5117         * elmo-split.el (toplevel): Use `product-provide'.
5118         (elmo-split): Checkdoc.
5119
5120 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5121
5122         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5123         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5124         the function `elmo-imap4-debug-1'.
5125
5126 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5127
5128         * elmo-split.el (elmo-split): Moved to run hooks and to show
5129         message from elmo-split-subr.
5130         (elmo-split-subr): Follow the change above.
5131
5132         * elmo-split.el (elmo-split-subr): New function (renamed from
5133         elmo-split-subr).
5134         (elmo-split): Changed to call elmo-split-subr by element of
5135         elmo-split-folder.
5136         (elmo-split-folder): Changed customization type to choice.
5137
5138 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5139
5140         * elmo-split.el (elmo-split-and): Fixed condition.
5141
5142 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * elmo-split.el: New file.
5145         (elmo-split): Fixed logic.
5146         Display "Test:" instead of "Folder:" when reharsal.
5147
5148         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5149         explicitly.
5150
5151         * elmo-version.el (elmo-version): Up to 2.9.14.
5152
5153         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5154         wl-expand-newtext).
5155
5156 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5157
5158         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5159         message with no message-id field.
5160
5161 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5162
5163         * elmo-version.el (elmo-version): Up to 2.9.13.
5164
5165         * elmo-dop.el (elmo-folder-status-dop): Fix.
5166
5167 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5170
5171         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5172         changing default value of default-mime-charset.
5173         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5174
5175         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5176
5177         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5178         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5179         instead of elmo-dop-queue-method-name-alist to check merging queue.
5180         (elmo-folder-delete-messages-dop): Delete from queue if negative
5181         message number.
5182         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5183         file is already removed.
5184
5185 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * elmo-vars.el: Bind colon keywords for old Emacsen.
5188
5189 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5190
5191         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5192         against non-exsisting charset.
5193
5194 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5197         Use eword-decode-and-unfold-unstructured-field-body.
5198
5199         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5200         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5201         exists to decode raw subject string.
5202         (toplevel): Require 'mime.
5203
5204         * elmo-version.el (elmo-version): Up to 2.9.12.
5205
5206 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5207
5208         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5209         (elmo-msgdb-set-mark): Ditto.
5210
5211         * elmo-version.el (elmo-version): Up to 2.9.11.
5212
5213 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5214
5215         * elmo-util.el (elmo-delete-match-files): New function.
5216
5217         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5218         instead of elmo-delete-directory.
5219
5220         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5221         elmo-hash-minimun-size as 63.
5222
5223         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5224         elmo-diff-unread is nil.
5225
5226         * elmo-imap4.el (elmo-folder-open): Fix.
5227
5228         * elmo.el (elmo-message-mark): Rewrite.
5229         (elmo-message-field): Ditto.
5230         (elmo-message-set-mark): Ditto.
5231         (elmo-folder-replace-marks): New function.
5232         (elmo-generic-folder-append-msgdb): Removed third argument for
5233         elmo-msgdb-append.
5234         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5235         (elmo-msgdb-load): New implementation.
5236
5237         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5238
5239         * elmo-util.el (elmo-list-insert): New implementation.
5240
5241         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5242         argument for elmo-msgdb-append.
5243         
5244
5245         * elmo-msgdb.el (elmo-load-msgdb): New function.
5246         (elmo-make-msgdb): Ditto.
5247         (elmo-msgdb-get-index): New inline function.
5248         (elmo-msgdb-set-index): Ditto.
5249         (elmo-msgdb-get-entity-hashtb): Ditto.
5250         (elmo-msgdb-get-mark-hashtb): Ditto.
5251         (elmo-msgdb-get-mark): Ditto.
5252         (elmo-msgdb-set-mark): Ditto.
5253         (elmo-msgdb-count-marks): Ditto.
5254         (elmo-msgdb-get-number): Ditto.
5255         (elmo-msgdb-get-field): Ditto.
5256         (elmo-msgdb-seen-list): Ditto.
5257         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5258         (elmo-msgdb-delete-msgs): Follow the changes above.
5259         (elmo-msgdb-overview-get-entity): Ditto.
5260         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5261         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5262         and rewritten.
5263         (elmo-msgdb-make-index): Likewise.
5264         (elmo-msgdb-append): Removed third argument.
5265         (elmo-msgdb-clear): Clear index as nil.
5266         (elmo-folder-set-info-hashtb): Removed.
5267         (elmo-folder-set-info-max-by-numdb): Ditto.
5268         (elmo-folder-info-make-hashtb): Ditto.
5269
5270         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5271
5272         * elmo-map.el (elmo-folder-pack-number): Ditto.
5273
5274 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * elmo-version.el (elmo-version): Up to 2.9.10.
5277
5278         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5279
5280         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5281
5282 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * elmo-utils.el (elmo-make-directory): Add option.
5285         Default file mode is 700.
5286
5287 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5288
5289         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5290
5291 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5294         mime-charset.
5295
5296         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5297         and "smaller".
5298
5299 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5300
5301         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5302         (elmo-shimbun-folder-entity-hash): New function.
5303         (elmo-shimbun-folder-shimbun-header): Ditto.
5304         (elmo-shimbun-entity-to-header): Ditto.
5305         (elmo-shimbun-msgdb-to-headers): Removed.
5306         (elmo-shimbun-folder-setup): Ditto.
5307         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5308         for hash key.
5309         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5310         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5311         Removed useless local bind.
5312         (elmo-folder-open-internal): Don't call
5313         `elmo-shimbun-folder-setup'.
5314         (elmo-folder-close-internal): Clear entity-hash slot.
5315         (elmo-folder-clear): Ditto.
5316         (elmo-shimbun-msgdb-create-entity): Use
5317         `elmo-shimbun-folder-shimbun-header'.
5318         (elmo-map-message-fetch): Ditto.
5319         (elmo-shimbun-update-overview): Use overview entity instead of
5320         shimbun header to lookup id by references.
5321         (elmo-map-folder-list-message-locations): Use not only headers but
5322         also overviews to list locations.
5323
5324 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5325
5326         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5327         msgdb path.
5328
5329         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5330
5331 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * elmo-util.el (elmo-read-search-condition-internal): Give default
5334         value for date.
5335
5336 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5337
5338         * elmo-util.el (elmo-condition-parse-search-value): Accept
5339         YYYY-MM-DD format to search.
5340         * elmo-date.el (elmo-date-get-datevec): Likewise.
5341
5342 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5343
5344         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5345         debugging code.
5346
5347 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5348
5349         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5350         from t.
5351
5352         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5353
5354         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5355         case from `elmo-folder-exists-p'.
5356         (elmo-folder-exists-p): Removed.
5357         (elmo-folder-creatable-p) Ditto.
5358
5359         * elmo-net.el (elmo-folder-create): Defined.
5360         (elmo-folder-create-unplugged): New function.
5361         (elmo-folder-exists-p): Changed default value to nil from t.
5362
5363         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5364         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5365
5366         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5367         `elmo-create-folder-dop' and append queue
5368         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5369         (elmo-folder-create-dop-delayed): New function.
5370
5371         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5372
5373         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5374
5375         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5376         (elmo-folder-writable-p) : Ditto.
5377
5378         * elmo-version.el (elmo-version): Up to 2.9.9.
5379
5380 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5381
5382         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5383         `elmo-message-use-cache-p' returns nil.
5384         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5385         (ignore cache file and refer the substance in local folders)
5386
5387 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5388
5389         * elmo-version.el (elmo-version): Up to 2.9.8.
5390
5391 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * elmo-version.el (elmo-version): Up to 2.9.7.
5394
5395         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5396
5397 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5398
5399         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5400
5401 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5404         from --early.
5405         (elmo-map-folder-list-message-locations): Reverse location list.
5406
5407 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5408
5409         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5410
5411 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5414         as a key.
5415         (elmo-nntp-folder-list-subfolders): Follow the change above.
5416
5417 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5418
5419         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5420         name if authentication type is specified.
5421
5422 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5425         variable.
5426         (elmo-default-nntp-stream-type): Ditto.
5427         (elmo-default-pop3-stream-type): Ditto.
5428
5429 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5430
5431         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5432
5433 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5434
5435         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5436         elmo-vars.el.
5437         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5438
5439         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5440         (elmo-maildir-folder-path): Ditto.
5441         (elmo-maildir-list): Ditto (abolished).
5442
5443 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5444
5445         * elmo-version.el (elmo-version): Up to 2.9.6.
5446
5447 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5448
5449         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5450         (elmo-maildir-folder-path): Ditto.
5451         (elmo-msgdb-directory): Ditto.
5452         (elmo-passwd-life-time): Ditto.
5453         (elmo-msgdb-extra-fields): Ditto.
5454         (elmo-enable-disconnected-operation): Ditto.
5455
5456 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5457
5458         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5459         other choices.
5460         (elmo-pop3-default-authenticate-type): Ditto.
5461
5462 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5463
5464         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5465         choices for custom.
5466         (elmo-pop3-default-authenticate-type): Ditto.
5467
5468 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5469
5470         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5471         mailbox to new-folder.
5472
5473 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5476         less than new, set new as unread.
5477
5478         * elmo-util.el (elmo-string): Don't put text-property if nil.
5479
5480 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5481
5482         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5483         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5484
5485 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5486
5487         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5488         is nil on `completing-read'.
5489
5490 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5491
5492         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5493         for namespace part.
5494         (elmo-imap4-parse-namespace-subr): Ditto.
5495         (elmo-folder-list-subfolders): Append a delimiter when the specified
5496         folder path is a root with namespace and does not end with delimiter.
5497
5498 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5499
5500         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5501         was used.
5502
5503 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * elmo-util.el (elmo-save-buffer): The first argument of message
5506         is a format control string.
5507
5508 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5509
5510         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5511         `elmo-folder-diff').
5512         (elmo-diff-unread): Likewise.
5513
5514 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5515
5516         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5517         is t on `completing-read'.
5518
5519 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5520
5521         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5522         method of target folder with self mark-alist if MARK-ALIST is nil.
5523
5524 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5525
5526         * elmo-version.el (elmo-version): Up to 2.9.5.
5527
5528 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5529
5530         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5531         (elmo-dop-merge-funcs): Remove.
5532
5533 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5534
5535         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5536         Return t if PATH is directory, too.
5537         Use `dolist' instead of while loop.
5538
5539 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5540
5541         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5542         is deleted.
5543
5544 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5545
5546         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5547         return value to t.
5548         (elmo-folder-list-messages-unplugged): Return t if
5549         elmo-enable-disconnected-operation is nil.
5550
5551         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5552         `elmo-folder-list-messages-internal'.
5553
5554 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5555
5556         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5557         Change to looking-at `[23][0-9]+'.
5558         (elmo-network-initialize-session): Use 'error-msg'
5559         * elmo-net.el (elmo-network-open-session): Set unplugged
5560         if elmo-network-initialize-session returns 'elmo-open-err.
5561
5562 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5563
5564         * elmo-version.el (elmo-version): Up to 2.9.4.
5565
5566 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5569         `elmo-folder-list-messages-internal'.
5570
5571 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5572
5573         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5574         (elmo-message-match-condition): New method.
5575         (elmo-folder-search-fast): New inline function.
5576         (elmo-msgdb-search): Removed.
5577
5578         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5579         target folder if it is unplugged.
5580         (elmo-folder-list-messages-internal): Return t if target folder is
5581         unplugged and itself is persistent; In this case, use list be
5582         searched already.
5583
5584         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5585         (elmo-msgdb-search-internal-primitive): Ditto.
5586         (elmo-msgdb-match-condition): New function.
5587         (elmo-msgdb-match-condition-primitive): Ditto.
5588
5589         * elmo-util.el (elmo-filter-condition-p): New macro.
5590
5591         * elmo-cache.el (elmo-folder-search): Removed.
5592
5593         * elmo-localdir.el (elmo-folder-search): Ditto.
5594
5595         * elmo-maildir.el (elmo-folder-search): Ditto.
5596
5597         * elmo-mark.el (elmo-folder-search): Ditto.
5598
5599         * elmo-nmz.el (elmo-folder-search): Ditto.
5600
5601         * elmo-sendlog.el (elmo-folder-search): Ditto.
5602
5603         * elmo-shimbun.el (elmo-folder-search): Ditto.
5604
5605         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5606         if folder is unplugged.
5607
5608         * elmo-nntp.el (elmo-folder-search): Likewise.
5609         (elmo-nntp-search-internal): New function.
5610
5611         * elmo-version.el (elmo-version): Up to 2.9.3.
5612
5613 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5614
5615         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5616
5617 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5618
5619         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5620
5621 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5622
5623         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5624
5625 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5628         (elmo-map-folder-list-message-locations): Do drive letter conversion
5629         on Windows environment.
5630         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5631         (elmo-map-message-fetch): Ditto.
5632
5633 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5634
5635         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5636         (elmo-network-initialize-session): Ditto.
5637
5638 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5641
5642         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5643
5644         * elmo-util.el (elmo-progress-clear): Ditto.
5645
5646         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5647         `DD-Mon-YYYY' type date.
5648
5649 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5650
5651         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5652         `elmo-date-make-sortable-string' instead of
5653         `timezone-make-date-sortable'.
5654
5655         * elmo-date.el (elmo-date-make-sortable-string): Use
5656         `timezone-make-time-string'.
5657
5658 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5661
5662         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5663         `since'; Fix timezone.
5664
5665         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5666
5667         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5668
5669 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5670
5671         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5672
5673 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5674
5675         * elmo.el (elmo-generic-folder-append-messages): Make
5676         fetch-strategy with `use-cache' as 'maybe. Check return value of
5677         `elmo-message-fetch'.
5678         (elmo-message-fetch): Return return value of
5679         `elmo-message-fetch-with-cache-process'.
5680         (elmo-message-fetch-with-cache-process): Return non-nil if
5681         fetching was succeed. Load cache when fetching was failed and
5682         fetch-strategy-use-cache is 'maybe.
5683
5684         * elmo-util.el (elmo-file-cache-load): New function.
5685
5686         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5687         defun.
5688
5689         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5690         non-nil if fetching was succeed.
5691
5692         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5693
5694         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5695
5696         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5697         (elmo-message-fetch-with-cache-process): Likwise.
5698
5699         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5700
5701         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5702
5703         * elmo-version.el (elmo-version): Up to 2.9.2.
5704
5705 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * elmo.el (elmo-folder-delete): Delete msgdb path.
5708
5709         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5710
5711         * elmo-maildir.el (elmo-folder-delete): Ditto.
5712
5713         * elmo-localdir.el (elmo-folder-delete): Ditto.
5714
5715         * elmo-imap4.el (elmo-folder-delete): Ditto.
5716
5717 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * elmo.el (luna-define-class): Added `biff' slot.
5720
5721         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5722         (elmo-pop3-debug-inhibit-logging): Abolished.
5723         (elmo-network-close-session): Eliminated needless let.
5724         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5725         (elmo-pop3-send-command): Added `no-log' argument.
5726         (elmo-pop3-process-filter): Use `with-current-buffer'.
5727         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5728         if login failure.
5729         (elmo-pop3-auth-apop): Likewise.
5730         (elmo-network-authenticate-session): Likewise.
5731
5732         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5733         if biff folder.
5734
5735         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5736         string to determine protocol.
5737         (elmo-network-session-name-prefix): Abolished.
5738         (elmo-network-session-cache-key): Follow the change above.
5739         (elmo-network-open-session): Ditto.
5740
5741         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5742         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5743
5744         * elmo-version.el (elmo-version): Up to 2.9.1.
5745
5746         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5747         unmatch condition checking.
5748
5749         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5750         condition.
5751
5752 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5753
5754         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5755
5756 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5759         test for while loop to execute at least one SEARCH command.
5760
5761 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * elmo-version.el (elmo-version): Up to 2.9.0.
5764
5765 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5768         (elmo-archive-folder-path): Define.
5769         (elmo-folder-initialize): Setup `dir-name' slot.
5770         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5771         Use `dir-name' as prefix of each subfolders.
5772         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5773
5774 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5775
5776         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5777         (elmo-pipe-folder-list-target-messages): New internal function.
5778         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5779         `killed-list'.
5780         (elmo-pipe-folder-copied-list-load): New function.
5781         (elmo-pipe-folder-copied-list-save): Ditto.
5782         (elmo-folder-open-internal): Follow the change above.
5783         (elmo-folder-status): Fixed for copy.
5784
5785 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5788
5789 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5792         elmo-copy-file instead of elmo-add-name-to-file.
5793
5794         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5795
5796         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5797         "file://..." index.
5798
5799         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5800         of accept-process-output as 1.
5801         (elmo-pop3-read-contents): Ditto.
5802         (elmo-pop3-read-body): Ditto.
5803
5804 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5805
5806         * elmo-version.el (product-version-as-string): Remove define.
5807
5808 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5811         (elmo-imap4-copy-messages): Chop number set using
5812         `elmo-imap4-number-set-chop-length'.
5813         (elmo-imap4-set-flag): Ditto.
5814         (elmo-imap4-search-internal-primitive): Ditto.
5815
5816 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5817
5818         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5819         `elmo-folder-make-temp-dir'
5820
5821         * elmo-vars.el (elmo-cache-directory): New variable.
5822         (elmo-cache-dir): Abolished.
5823         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5824
5825         * elmo-version.el (elmo-version): Up to 2.7.7.
5826
5827 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5828
5829         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5830         defcustom; Set default value as t.
5831
5832 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5835         (ldap-search-program-arguments): Changed default value.
5836         (ldap-search-basic): Accept exit status 4.
5837         (ldap/field-body): Parse options.
5838         (ldap/collect-field): Ditto.
5839         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5840
5841         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5842         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5843         (elmo-imap4-accept-ok): Ditto.
5844         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5845         'notify-bye, only BYE error is reported.
5846         (elmo-folder-exists-p-plugged): Set no-error argument of
5847         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5848
5849         * elmo.el (elmo-imap4-bye-error): Changed message.
5850
5851         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5852         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5853         queues (It causes infinite loop).
5854
5855 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5856
5857         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5858         (RECENT UNSEEN MESSAGES) extension.
5859
5860 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5861
5862         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5863         Check number of overview fields.
5864
5865 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * elmo.el (elmo-folder-confirm-appends): Changed message.
5868         (elmo-folder-confirm-appends): Ditto.
5869
5870         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5871         `with-temp-buffer'.
5872         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5873
5874 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5875
5876         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5877         of elmo-folder-update-threshold is nil, which can be set by
5878         wl-summary-update-confirm-threshold.
5879
5880 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5881
5882         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5883         (elmo-nmz-index-alias-alist): Ditto.
5884         (elmo-map-folder-list-message-locations): Follow the change above.
5885
5886 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5887
5888         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5889
5890         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5891
5892         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5893
5894         * elmo-util.el (elmo-read): Ditto.
5895         (elmo-display-error): Ditto.
5896
5897         * elmo-vars.el (elmo-date-match): Ditto.
5898
5899         * pldap.el (ldap-coding-system): Ditto.
5900
5901         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5902         `elmo-inhibit-number-mapping' as nil.
5903
5904 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5905
5906         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5907         space delimiter for list response.
5908
5909 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5910
5911         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5912
5913 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5914
5915         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
5916         (elmo-map-message-fetch): Fix.
5917         * elmo-map.el (elmo-folder-status): Fix for killed.
5918
5919 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5920
5921         * elmo-sendlog.el: New file.
5922         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
5923
5924 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5925
5926         * acap.el (acap-logging-out): New buffer local variable.
5927         (acap-close): Set it.
5928         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
5929         an error.
5930
5931 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * acap.el (acap-response-bye-p): New function.
5934         (acap-response-bye-message): Ditto.
5935         (acap-wait-for-response): If bye response is received, cause an error.
5936         (acap-parse-response): Make bye response when 'Bye' is received.
5937
5938 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5939
5940         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5941
5942 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5943
5944         * elmo-util.el (elmo-copy-file): Added argument
5945         `ok-if-already-exists'.
5946         (elmo-copy-file): Fixed typo.
5947
5948 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5949
5950         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5951
5952 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5953
5954         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
5955
5956 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
5959         to killed-list.
5960
5961 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5962
5963         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
5964         (elmo-folder-initialize): Fix for `copy'.
5965         (elmo-pipe-drain): Ditto.
5966         (elmo-folder-open-internal): Ditto.
5967         (elmo-folder-newsgroups): Fix.
5968
5969 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5970
5971         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
5972         for each message.
5973
5974         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
5975         recent value is returned from imap folder.
5976
5977         * elmo.el (elmo-folder-newsgroups): New generic function.
5978
5979         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
5980         (elmo-folder-initialize): Set it.
5981         (elmo-folder-expand-msgdb-path): Use it.
5982         (elmo-folder-newsgroups): Define.
5983
5984         * elmo-filter.el (elmo-folder-newsgroups): Define.
5985
5986         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
5987
5988         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
5989
5990         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
5991
5992 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5993
5994         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
5995         user option.
5996         (elmo-shimbun-header-extra-field): New inline function.
5997         (elmo-shimbun-header-set-extra-field): Ditto.
5998         (elmo-shimbun-folder-header-hash-setup): Ditto.
5999         (elmo-shimbun-update-overview): Ditto.
6000         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6001         (elmo-shimbun-folder-setup): Use
6002         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6003         (elmo-shimbun-get-headers): Ditto.
6004         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6005         Insert `X-Shimbun-Id:' header if extra field is set.
6006         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6007         field's value instead of `shimbun-header-id'.
6008
6009         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6010         inline function.
6011         (elmo-msgdb-overview-entity-set-date): Ditto.
6012         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6013
6014 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * mmimap.el (mmimap-entity-section): Changed body node number from
6017         "0" to "1".
6018
6019 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6020
6021         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6022         `elmo-folder-delete-messages'.
6023
6024         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6025         (elmo-folder-initialize): Changed to expand alias into index path.
6026
6027         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6028         `elmo-mime-insert-header-from-buffer' with 6th arg
6029         `sorted-fields'.
6030
6031 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6032
6033         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6034
6035         * elmo.el (elmo-diff-new): New inline function.
6036         (elmo-diff-unread): Ditto.
6037         (elmo-diff-all): Ditto.
6038
6039         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6040         value from responseb.
6041         (elmo-imap4-folder-diff-plugged): Ditto.
6042         (elmo-imap4-server-diff-async): Added recent argument.
6043         (elmo-server-diff-async): Ditto.
6044         (elmo-imap4-folder-diff-plugged): Ditto.
6045
6046         * elmo-version.el (elmo-version): Up to 2.7.6.
6047
6048 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6049
6050         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6051         in quoted-stirng.
6052
6053 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6056
6057         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6058
6059         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6060
6061         * elmo-multi.el (elmo-folder-initialize): Ditto.
6062
6063         * elmo-util.el (elmo-parse-token): New function.
6064         (elmo-parse-prefixed-element): Ditto.
6065
6066 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6069         delete process.
6070         (elmo-imap4-accept-ok): Ditto.
6071
6072 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6073
6074         * mmimap.el (mime-imap-entity-header-string): Don't check first
6075         element of node-id is `0' (Follow last change).
6076
6077 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6078
6079         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6080         assigned irregular node-id to nested multipart section.
6081         (initialize-instance): Followed above change.
6082
6083 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6084
6085         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6086         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6087         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6088         `elmo-shimbun-get-headers');
6089         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6090         visible article on summary exists in headers).
6091         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6092
6093 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6094
6095         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6096         definition.
6097
6098 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6101
6102 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6103
6104         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6105         header separator into loop condition.
6106
6107 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6108
6109         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6110         Return duplicate folder if it has subfolder.
6111
6112 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * elmo.el (elmo-make-folder): Add folder name error check.
6115
6116         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6117         (elmo-nntp-encode-group-string): New inline function.
6118         (elmo-nntp-decode-group-string): Ditto.
6119         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6120         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6121         Use `not' instead of `null';
6122         Use elmo-nntp-decode-group-string.
6123
6124         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6125
6126         * elmo-version.el (elmo-version): Up to 2.7.5.
6127
6128 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6129
6130         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6131         Hide progress gauge if `elmo-folder-move-messages' exits
6132         nonlocally.
6133
6134 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * elmo-imap4.el (elmo-folder-initialize): Use
6137         `elmo-imap4-encode-folder-string' for folder name.
6138
6139 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6140
6141         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6142         `done'.
6143
6144 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6145
6146         * elmo-util.el (elmo-progress-counter-alist): New internal
6147         variable.
6148         (elmo-progress-counter-value): New macro.
6149         (elmo-progress-counter-all-value): Ditto.
6150         (elmo-progress-counter-format): Ditto.
6151         (elmo-progress-counter-set-value): Ditto.
6152         (elmo-progress-set): New function.
6153         (elmo-progress-clear): Ditto.
6154         (elmo-progress-notify): Ditto.
6155
6156         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6157         counter.
6158
6159         * elmo.el (elmo-generic-folder-append-messages): Call
6160         `elmo-progress-notify'.
6161         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6162
6163         * elmo-archive.el (elmo-folder-append-messages): Call
6164         `elmo-progress-notify'.
6165
6166         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6167
6168         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6169
6170         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6171
6172 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6173
6174         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6175         'Create'.
6176         (elmo-message-encache-dop): Added argument `read'.
6177
6178         * elmo-shimbun.el (elmo-message-encache): Ditto.
6179
6180         * elmo-net.el (elmo-message-encache): Ditto.
6181
6182         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6183         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6184         elmo-imap4-seen-messages.
6185         (elmo-folder-msgdb-create-plugged): Initialize
6186         elmo-imap4-seen-messages;
6187         Set seen mark on elmo-imap4-seen-messages.
6188
6189         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6190
6191         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6192         elmo-folder-append-buffer.
6193         (elmo-folder-encache): Added optional argument `read'.
6194         (elmo-message-encache): Ditto.
6195
6196         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6197
6198         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6199
6200         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6201         if append buffer content succeds.
6202
6203 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6204
6205         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6206         elmo-display-progress.
6207
6208         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6209         Set 4th argument of mime-display-message.
6210         (elmo-mime-display-as-is): Ditto.
6211
6212 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * elmo-nmz.el (toplevel): Require 'mime-edit.
6215         (elmo-nmz-content-type-alist): Abolished.
6216         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6217         content is not a message.
6218         (elmo-map-message-fetch): Changed behavior exept for message content;
6219         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6220         content-type, Add From: and Subject: field.
6221
6222 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6223
6224         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6225         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6226         not a message.
6227
6228 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6229
6230         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6231         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6232
6233         * elmo-archive.el (elmo-folder-writable-p): Defined.
6234
6235         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6236
6237         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6238
6239         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6240
6241         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6242
6243         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6244
6245         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6246
6247         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6248
6249         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6250
6251 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * elmo-util.el (elmo-address-quote-specials): New function;
6254         Renamed from `wl-address-quote-specials'.
6255
6256 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6257
6258         * elmo-version.el (elmo-version): Up to 2.7.4.
6259
6260 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6263
6264 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6267         both compile-time and run-time to avoid byte-compile warning.
6268
6269 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6272
6273 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6274
6275         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6276         option.
6277         (elmo-mime-display-as-is-internal): Use it.
6278
6279         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6280         if `read-passwd' is not defined.
6281
6282 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6283
6284         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6285         by original number.
6286         (elmo-folder-status): Call `elmo-folder-open-internal';
6287         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6288         (elmo-folder-close-internal): Set location-alist as nil.
6289         (elmo-folder-clear): Define.
6290         (elmo-folder-check): Don't set location-alist as nil.
6291
6292         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6293
6294 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6295
6296         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6297         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6298
6299         * mmimap.el (mime-imap-entity::requested): New slot.
6300         (mime-imap-location-fetch-entity-p): New generic function.
6301         (mime-decode-parameters): Define using `defun-maybe'.
6302         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6303         content-type structure.
6304         (mime-entity-body): Return empty body if
6305         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6306
6307         * elmo.el (elmo-message-displaying): New variable.
6308
6309         * elmo-mime.el (elmo-mime-message-display): Bind
6310         elmo-message-displaying as t.
6311
6312         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6313
6314 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * acap.el (acap-open): erase buffer before starting network process.
6317         (acap-store): Rewrite.
6318
6319 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * elmo-imap4.el (elmo-imap4-default-mailbox,
6322         elmo-imap4-default-server
6323         elmo-imap4-default-authenticate-type,
6324         elmo-imap4-default-user,
6325         elmo-imap4-default-port,
6326         elmo-imap4-default-stream-type,
6327         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6328
6329         * elmo-pop3.el (elmo-pop3-default-user,
6330         elmo-pop3-default-server,
6331         elmo-pop3-default-authenticate-type,
6332         elmo-pop3-default-port,
6333         elmo-pop3-default-stream-type,
6334         elmo-pop3-stream-type-alist): Ditto.
6335
6336         * elmo-nntp.el (elmo-nntp-default-server,
6337         elmo-nntp-default-user,
6338         elmo-nntp-default-port,
6339         elmo-nntp-default-stream-type,
6340         elmo-nntp-stream-type-alist): Ditto.
6341
6342         * elmo-vars.el: Follow changes above.
6343         (elmo-setting): New custom group; added 'elmo-setting group to
6344         above variables.
6345
6346         * elmo-version.el (elmo-version): Up to 2.7.3.
6347
6348         * acap.el (acap-parse-response): Don't delete process when BYE
6349         response (It causes hang-up on slow network environment).
6350         (toplevel): Added comment.
6351
6352 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6355
6356         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6357         parsing NIL.
6358         (acap-parse-return-metadata): Ditto.
6359
6360         * slp.el: New file.
6361         (toplevel): Fixed typo.
6362
6363         * acap.el: New file.
6364         (acap-network-stream-open): Show "Connecting..." message.
6365         (acap-parse-response): Fixed problem for BYE untagged response.
6366         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6367         (toplevel): Added tiny comments.
6368
6369 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6370
6371         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6372         space delimiter for uidl response.
6373
6374 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * elmo-vars.el (elmo-use-semi): Eliminated.
6377
6378         * elmo-util.el (elmo-string-assoc-all): New function.
6379
6380 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6381
6382         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6383         property 'mime-preview-situation for `mime-preview-quit'.
6384
6385 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6386
6387         * elmo.el (elmo-message-fetch-with-cache-process): Call
6388         elmo-message-fetch-internal instead of causing an error when fetch
6389         strategy is 'entire but only 'section cache is available.
6390
6391 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * elmo-version.el (elmo-version): Up to 2.7.2.
6394
6395         * elmo.el (elmo-generic-folder-append-messages): Make
6396         fetch-strategy with `use-cache'.
6397
6398         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6399         (elmo-dop-queue-method-name): New macro.
6400
6401 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6402
6403         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6404         unbalanced parenthesis.
6405
6406 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6407
6408         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6409
6410 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6413         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6414
6415 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6416
6417         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6418         local variables.
6419
6420 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6423         (elmo-message-use-cache-p): Define.
6424         (elmo-folder-msgdb-create): Treat cache.
6425
6426 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6427
6428         * elmo-nntp.el (elmo-network-initialize-session): Call
6429         `elmo-nntp-send-mode-reader'.
6430         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6431
6432 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6435         alist.
6436         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6437         assoc.
6438
6439         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6440         for `elmo-plugged-p'.
6441         (elmo-open-network-stream): Fixed stream-type argument.
6442
6443 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6446         unknown archive type is specified.
6447
6448 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6451
6452         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6453         while loading msgdb.
6454
6455         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6456         (elmo-folder-open-internal): Rewrite.
6457
6458 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * elmo-mime.el (elmo-mime-display-as-is-internal):
6461         Adjust buffer-multibyte status.
6462
6463 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6466         of elmo-condition-find-key.
6467
6468         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6469         (elmo-condition-in-msgdb-p): Ditto.
6470         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6471         argument.
6472
6473 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6476
6477 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6478
6479         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6480         label for elmo-display-progress.
6481
6482 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6483
6484         * elmo.el (elmo-folder-clear): New method.
6485         (elmo-folder-clear): Define.
6486         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6487
6488         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6489         (elmo-folder-clear): Define.
6490
6491         * elmo-map.el (elmo-folder-clear): Define.
6492
6493         * elmo-version.el (elmo-version): Up to 2.7.1.
6494
6495 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6498         updates.
6499
6500 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6503         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6504
6505 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6508
6509         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6510         and re-written.
6511
6512         * elmo-imap4.el (elmo-folder-initialize): Use
6513         elmo-get-network-stream-type.
6514
6515         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6516
6517         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6518
6519 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * elmo.el (elmo-message-encache): Set unread argument for
6522         elmo-message-fetch.
6523
6524         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6525
6526         * elmo.el (elmo-net-port-info): New method.
6527
6528         * elmo-shimbun.el (elmo-net-port-info): Define.
6529         (elmo-message-encache): Ditto.
6530
6531         * elmo-net.el (elmo-net-port-info): Define as method.
6532
6533         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6534         unplugged status when elmo-enable-disconnected-operation is t.
6535
6536         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6537         of spool folder before checking new number.
6538
6539 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6542         (elmo-network-setup-session): Ditto.
6543         (elmo-message-fetch-plugged): Ditto.
6544         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6545         (elmo-network-initialize-session): Ditto.
6546         (elmo-pop3-read-response): Abolish 3rd argument.
6547         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6548         (elmo-pop3-read-contents): Ditto.
6549         (elmo-pop3-read-body): Ditto.
6550         (elmo-folder-status): Call elmo-folder-close.
6551         (elmo-pop3-lock): Abolish.
6552         (elmo-pop3-unlock): Ditto.
6553         (elmo-pop3-locked-p): Ditto.
6554         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6555
6556 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6557
6558         * elmo-version.el (elmo-version): Up to 2.7.0.
6559
6560         * elmo-pop3.el (elmo-pop3-debug): New variable.
6561         (elmo-pop3-debug-inhibit-logging): Ditto.
6562         (elmo-pop3-debug): New function.
6563         (elmo-pop3-send-command): Call elmo-pop3-debug.
6564         (elmo-pop3-read-response): Added keep-lock optional argument;
6565         Don't unlock if keep-lock is non-nil.
6566         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6567         (elmo-network-authenticate-session): Bind
6568         elmo-pop3-debug-inhibit-logging as t.
6569         (elmo-network-setup-session): Call elmo-pop3-read-response with
6570         keep-lock argument.
6571         (elmo-pop3-read-msg): Ditto.
6572         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6573         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6574         (elmo-network-initialize-session): Call elmo-pop3-lock.
6575         (elmo-folder-close-internal): Don't clear location-alist slot.
6576         (elmo-folder-check): Clear location-alist slot.
6577
6578 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6581         (elmo-pop3-send-command): Call elmo-pop3-lock.
6582         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6583         (elmo-pop3-read-contents): Ditto.
6584         (elmo-pop3-lock): New function.
6585         (elmo-pop3-unlock): Ditto.
6586         (elmo-pop3-locked-p): Ditto.
6587         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6588         returns t.
6589
6590 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6593
6594         * elmo-util.el (elmo-file-field-primitive-condition-match):
6595         New inline function (Don't fetch file content if "first" or "last").
6596         (elmo-file-field-condition-match): Use
6597         elmo-file-field-primitive-condition-match.
6598
6599         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6600         "first".
6601
6602         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6603         (elmo-message-fetch-plugged): Fixed.
6604
6605         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6606
6607 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6608
6609         * elmo.el (elmo-folder-move-messages): Bind
6610         elmo-inhibit-display-retrieval-progress as t while moving messages.
6611
6612         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6613         New variable.
6614         (elmo-inhibit-display-retrieval-progress): Ditto.
6615
6616         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6617         for retrieval progress;
6618         Don't display progress when total buffer size is smaller than
6619         elmo-display-retrieval-progress-threshold.
6620         (elmo-message-fetch-plugged): Don't display progress when
6621         elmo-inhibit-display-retrieval-progress is non-nil.
6622
6623         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6624         for retrieval progress;
6625         Don't display progress when literal size is smaller than
6626         elmo-display-retrieval-progress-threshold.
6627         (elmo-imap4-message-fetch): Don't display progress when
6628         elmo-inhibit-display-retrieval-progress is non-nil.
6629
6630 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6631
6632         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6633         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6634         (elmo-imap4-message-fetch): Likewise.
6635
6636         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6637         (elmo-shimbun-index-range-alist): Ditto.
6638         (elmo-shimbun-use-entire-index): Abolish.
6639         (shimbun-mua-use-entire-index): Ditto.
6640         (elmo-shimbun-folder): Added new slot `range'.
6641         (elmo-folder-initialize): Setup slot `range'.
6642
6643 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6646         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6647         (elmo-shimbun-get-headers): Use return value of
6648         `shimbun-article-expiration-days'.
6649         (elmo-folder-close-internal): Clean up last-check slot.
6650
6651         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6652         (elmo-pop3-total-size): New variable.
6653         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6654
6655         * elmo.el (elmo-folder-reserve-status-p): New method.
6656
6657         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6658         (elmo-shimbun-use-entire-index): New user option.
6659         (shimbun-elmo-mua): New class.
6660         (shimbun-mua-search-id): Define.
6661         (shimbun-mua-use-entire-index): Ditto.
6662         (elmo-shimbun-folder:last-check): New slot.
6663         (elmo-shimbun-headers-cache-header-list): Abolish.
6664         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6665         (elmo-shimbun-headers-cache-header-hash): Ditto.
6666         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6667         (elmo-shimbun-headers-cache-last-check): Ditto.
6668         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6669         (elmo-shimbun-headers-check-p): Rewrite.
6670         (elmo-shimbun-msgdb-to-headers): New function.
6671         (elmo-shimbun-get-headers): Rewrite.
6672         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6673         (elmo-folder-open-internal): Get headers only if
6674         `elmo-shimbun-headers-check-p' is non-nil.
6675         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6676         is non-nil.
6677         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6678         (elmo-quit): Removed.
6679
6680         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6681         function.
6682         (elmo-msgdb-overview-entity-set-extra): Ditto.
6683         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6684
6685         * elmo-map.el (elmo-folder-status): Don't call
6686         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6687         is non-nil.
6688
6689 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6690
6691         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6692         of `elmo-msgdb-search-internal-primitive' when condition's car is
6693         `and' or `or'.
6694
6695 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6696
6697         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6698
6699 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6700
6701         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6702         call `elmo-pipe-drain'.
6703
6704 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6705
6706         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6707         typo. (elmo-cache-folder -> elmo-mark-folder)
6708
6709 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6710
6711         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6712         `elmo-message-fetch'.
6713
6714 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6715
6716         * elmo-net.el (elmo-message-encache): Fixed typo.
6717         (elmo-message-fetch-unplugged): Changed call
6718         `elmo-message-fetch-internal' without argument `outbuf'.
6719
6720 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * elmo.el (elmo-message-encache): Define as generic function.
6723         (elmo-message-fetch-field): New generic function.
6724         (elmo-message-fetch-with-cache-process): Cause an error when
6725         fetch strategy is 'entire but only 'section cache is available.
6726         (toplevel): Fixed nmz folder definition.
6727
6728         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6729         (elmo-msgdb-resume-list-filename): Ditto.
6730         (elmo-queue-filename): Ditto.
6731         (elmo-enable-disconnected-operation): Changed default value to t.
6732
6733         * elmo-util.el (elmo-cache-path-section-p): New function.
6734         (elmo-file-cache-get): Use it.
6735         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6736         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6737         (elmo-dop-queue-save): Ditto.
6738
6739         * elmo-net.el (elmo-folder-status-unplugged): Call
6740         elmo-folder-status-dop.
6741         (elmo-folder-list-messages-unplugged): Implemented.
6742         (elmo-folder-delete-messages-unplugged): Define.
6743         (elmo-folder-msgdb-create): Define.
6744         (elmo-folder-msgdb-create-unplugged): Define.
6745         (elmo-folder-mark-as-read-unplugged): Ditto.
6746         (elmo-folder-unmark-read-unplugged): Ditto.
6747         (elmo-folder-mark-as-important-unplugged): Ditto.
6748         (elmo-folder-unmark-important-unplugged): Ditto.
6749         (elmo-message-encache): Ditto.
6750
6751         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6752         (elmo-dop-queue-save): Ditto.
6753
6754         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6755         `elmo-folder-msgdb-create'.
6756         (elmo-folder-append-buffer): Implemented unplugged operation.
6757         (elmo-folder-append-messages): Call parent method in unplugged status.
6758         (elmo-message-fetch-unplugged): Removed definition.
6759         (elmo-message-fetch-field): Implemented.
6760
6761         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6762         (elmo-dop-folder): Removed variable definition.
6763         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6764         (elmo-dop-queue-flush): Implemented.
6765         (elmo-dop-queue-merge): Removed definition (TODO).
6766         (elmo-dop-spool-folder): New function.
6767         (elmo-dop-spool-folder-append-buffer): Ditto.
6768         (elmo-dop-spool-folder-list-messages): Ditto.
6769         (elmo-dop-list-deleting-messages): Ditto.
6770         (elmo-folder-append-buffer-dop): Ditto.
6771         (elmo-folder-delete-messages-dop): Ditto.
6772         (elmo-message-encache-dop): New inline function.
6773         (elmo-create-folder-dop): Ditto.
6774         (elmo-folder-mark-as-read-dop): Ditto.
6775         (elmo-folder-unmark-read-dop): Ditto.
6776         (elmo-folder-mark-as-important-dop): Ditto.
6777         (elmo-folder-unmark-important-dop): Ditto.
6778         (elmo-folder-status-dop): Fixed.
6779         (elmo-folder-append-buffer-dop-delayed): New function.
6780         (elmo-folder-delete-messages-dop-delayed): Ditto.
6781         (elmo-dop-msgdb): Ditto.
6782
6783 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6784
6785         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6786
6787 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6788
6789         * elmo.el (elmo-folder-move-messages): Fixed problem when
6790         `dst-folder' is 'null.
6791
6792 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6793
6794         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6795         instead of current mark.
6796
6797         * elmo-multi.el (elmo-folder-list-importants-internal): No
6798         operation if importants is not list.
6799
6800         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6801         Return t if importants is not list.
6802
6803         * elmo-map.el (elmo-map-folder-list-importants): Define.
6804         (elmo-folder-list-importants-internal): Check return value of
6805         `elmo-map-folder-list-importants-internal'.
6806
6807         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6808
6809         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6810
6811         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6812
6813         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6814
6815 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6818         (Patch is provided by <kita@coe.nttdata.co.jp>).
6819
6820 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6821
6822         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6823         mark folder.
6824
6825 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6826
6827         * elmo.el (elmo-message-fetch): Define.
6828         (elmo-message-fetch-with-cache-process): New generic method.
6829         (elmo-message-fetch-internal): New generic method.
6830         (elmo-folder-synchronize):
6831
6832         * elmo-archive.el (elmo-message-fetch-internal): Define.
6833         (elmo-message-fetch): Eliminated.
6834
6835         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6836         (elmo-message-fetch): Eliminated.
6837
6838         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6839         argument OUTBUF.
6840         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6841
6842         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6843         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6844
6845         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6846         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6847
6848         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6849
6850         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6851
6852         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6853
6854         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6855         (elmo-message-fetch-unplugged): New generic method.
6856         (elmo-message-fetch-internal): Remove cache process (Renamed from
6857         `elmo-message-fetch').
6858
6859         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6860         (elmo-message-fetch): Eliminated.
6861         (elmo-message-fetch-unplugged): Ditto.
6862
6863         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6864
6865 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6866
6867         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6868         of `to-be-deleted' from number-alist to number-list.
6869
6870 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6871
6872         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6873         (elmo-folder-mark-as-important): Ditto.
6874
6875 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * elmo.el (elmo-folder): Added process-duplicates slot.
6878
6879         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6880         (elmo-folder-unmark-read): Ditto.
6881         (elmo-folder-unmark-important): Ditto.
6882         (elmo-folder-mark-as-important): Ditto.
6883
6884         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6885         duplicated message processing.
6886
6887         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6888
6889 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6890
6891         * elmo-util.el (elmo-list-subdirectories-1): New function.
6892         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6893         (elmo-mapcar-list-of-list): New function.
6894
6895         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6896         `elmo-mapcar-list-of-list' instead of `mapcar'.
6897
6898         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6899
6900         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6901         `elmo-have-link-count'. Return the fully qualified folder name.
6902
6903 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6906         (elmo-shimbun-headers-cache): New internal variable.
6907         (elmo-shimbun-headers-cache-header-list): New inline function.
6908         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6909         (elmo-shimbun-headers-cache-header-hash): Ditto.
6910         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6911         (elmo-shimbun-headers-cache-last-check): Ditto.
6912         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6913         (elmo-shimbun-lapse-seconds): Ditto.
6914         (elmo-shimbun-headers-cache-check-p): Ditto.
6915         (elmo-shimbun-get-headers): New function.
6916         (elmo-folder-open-internal): Call it.
6917         (elmo-quit): Define (Clear headers-cache).
6918
6919 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
6922
6923         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
6924         (elmo-msgdb-flist-save): Ditto.
6925
6926         * elmo-shimbun.el (elmo-folder-list-subfolders):
6927         Use `shimbun-groups' instead of `shimbun-groups-internal'.
6928         (elmo-folder-exists-p): Ditto.
6929
6930         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
6931         argument for `shimbun-header-insert'.
6932
6933 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
6936         at first time.
6937
6938         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
6939         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
6940
6941 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6942
6943         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
6944         (elmo-folder-plugged-p): Define.
6945         (elmo-folder-set-plugged): Ditto.
6946         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
6947         (elmo-folder-list-messages-internal): Return t if unplugged.
6948         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
6949
6950         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
6951         when elmo-folder-list-messages-internal method of children returns t.
6952
6953         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
6954         pair is nil.
6955         (elmo-folder-open-internal): Don't update if unplugged status.
6956
6957 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
6960         new message.
6961
6962 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * elmo-util.el (elmo-file-cache-save): Ignore errors.
6965
6966         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
6967         saving.
6968
6969 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
6972
6973         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
6974         (elmo-folder-open-internal): Set up headers slot.
6975         (elmo-folder-check): Call elmo-folder-close-internal and
6976         elmo-folder-open-internal.
6977         (elmo-folder-close-internal): Clean up headers slot.
6978
6979 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6980
6981         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
6982         exactly folder list.
6983         (elmo-folder-append-messages): Fixed append archive with prefix.
6984
6985         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
6986         make temp files with start-number.
6987
6988         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
6989
6990 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6991
6992         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
6993         argument `visible-only'.
6994         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
6995         instead of `if'.
6996
6997         * elmo-pop3.el (elmo-folder-open-internal): Check
6998         `elmo-inhibit-number-mapping' is non-nil.
6999
7000         * elmo-pipe.el (elmo-folder-status): Fixed.
7001
7002 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7003
7004         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7005
7006         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7007         (elmo-folder-open-internal): Setup `header-hash' slot.
7008         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7009         information.
7010         (elmo-map-message-fetch): Ditto.
7011
7012 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7015         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7016         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7017         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7018
7019         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7020
7021 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * sb-airs.el: Added footer.
7024
7025         * shimbun.el (shimbun-article): Define as luna-method.
7026
7027         * sb-tcup.el: New file.
7028
7029         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7030         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7031
7032 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7035         (shimbun-get-headers): Ditto.
7036
7037         * elmo.el: Moved obsolete variable definitions from
7038         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7039
7040         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7041         groups.
7042
7043         * shimbun.el: New file.
7044
7045         * elmo-shimbun.el: New file.
7046
7047         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7048         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7049         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7050         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7051
7052 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7053
7054         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7055         hierarchy is t.
7056
7057 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * elmo.el (elmo-folder-msgdb): Define as macro.
7060         (elmo-folder-open): Added argument `load-msgdb'.
7061         (elmo-generic-folder-open): Ditto.
7062         (elmo-folder-encache): New function.
7063
7064         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7065
7066         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7067
7068         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7069         Eliminated argument FOLDER and added argument MSGDB.
7070         (elmo-dop-queue-load): Moved from elmo-dop.el.
7071         (elmo-dop-queue-save): Ditto.
7072
7073         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7074
7075         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7076
7077         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7078         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7079         (elmo-filter-folder-list-importants-internal): Ditto.
7080
7081         * elmo-map.el (elmo-folder-pack-number): Ditto.
7082
7083         * elmo-mime.el (elmo-mime-message-display): Ditto.
7084
7085         * elmo.el (elmo-generic-folder-commit): Ditto.
7086         (elmo-folder-list-unreads): Ditto.
7087         (elmo-folder-list-importants): Ditto.
7088         (elmo-generic-folder-commit): Ditto.
7089         (elmo-message-set-mark): Ditto.
7090         (elmo-generic-folder-append-msgdb): Ditto.
7091         (elmo-folder-synchronize): Ditto.
7092         (elmo-folder-messages): Ditto.
7093         (elmo-init): Call elmo-dop-queue-load.
7094         (elmo-folder-list-messages): Ditto.
7095
7096         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7097         (elmo-nntp-folder-process-crosspost): Ditto.
7098         (elmo-folder-list-unreads-internal): Ditto.
7099
7100         * elmo-dop.el: Removed old functions.
7101
7102 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7105         `folder' to `msgdb'.
7106
7107 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7110         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7111
7112         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7113         case-fold-search.
7114
7115 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7116
7117         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7118         defined.
7119
7120         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7121         (mmimap-parse-parameters-from-list): Define as alias for
7122         `mime-decode-parameter-plist' if it is defined as function.
7123         (mmimap-make-mime-entity): Added argument `number'.
7124         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7125         as 0.
7126         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7127
7128         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7129
7130         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7131
7132         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7133
7134 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7137
7138         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7139         when elmo-imap4-default-authenticate-type is nil.
7140         (elmo-folder-list-subfolders): Ditto
7141         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7142         (elmo-imap4-fetch-callback-1-subr): Renamed from
7143         `elmo-imap4-fetch-callback-1' and define as inline function.
7144         (elmo-imap4-fetch-callback-1):
7145         Renamed from `elmo-imap4-fetch-callback'.
7146         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7147
7148         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7149         msgdb path (To keep compatibility with main trunk).
7150
7151         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7152
7153         * elmo-util.el (elmo-make-file-cache): Moved position of
7154         some macros.
7155
7156         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7157         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7158         instead of `elmo-pop3-inhibit-uidl'.
7159         (elmo-folder-exists-p): Ditto.
7160         (elmo-pop3-folder-list-messages): Ditto.
7161
7162         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7163         instead of `elmo-pop3-inhibit-uidl'.
7164         (elmo-folder-status): Ditto.
7165
7166         * elmo-dop.el (elmo-dop-folder): New variable.
7167         (elmo-dop-lock-message): Eliminated.
7168         (elmo-dop-unlock-message): Ditto.
7169         (elmo-dop-lock-list-load): Ditto.
7170         (elmo-dop-lock-list-save): Ditto.
7171         (elmo-dop-delete-folder): Ditto.
7172         (elmo-dop-rename-folder): Ditto.
7173
7174         * elmo.el: Removed incomplete commentary.
7175
7176 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7177
7178         * elmo.el (toplevel): Require 'elmo-version first;
7179         for little `recursive-load-depth' settings.
7180         Fix "ends here" comment.
7181
7182 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * elmo-util.el (toplevel): Require 'poem;
7185         Some functions are moved from elmo-cache.el.
7186
7187         * elmo-net.el (toplevel): Require 'elmo-cache.
7188
7189         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7190
7191         * elmo.el (toplevel): Ditto.
7192
7193         * elmo-cache.el: Rewrite with luna;
7194         Some functions are moved to elmo-util.el.
7195
7196         * elmo-internal.el (elmo-internal-folder-list): New variable.
7197         (elmo-internal-folder-initialize): Rewrite.
7198         (elmo-folder-list-subfolders): Ditto.
7199
7200         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7201         (elmo-cache-collect-sub-directories): Ditto.
7202
7203 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7204
7205         * elmo-version.el (elmo-version): Up to 2.5.8.
7206
7207         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7208
7209         * elmo-util.el (elmo-list-insert): New function.
7210
7211 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * elmo.el (elmo-init): New function.
7214         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7215
7216         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7217         (Renamed from `elmo-localdir-header-chop-length').
7218
7219         * elmo-pop3.el (elmo-pop3-use-cache,
7220         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7221
7222         * elmo-nntp.el (elmo-message-fetch): Define.
7223         (elmo-message-fetch-unplugged): Ditto.
7224         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7225         (elmo-nntp-use-cache): Ditto.
7226         (elmo-nntp-max-number-precedes-list-active): Ditto.
7227
7228         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7229
7230         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7231         `elmo-msgdb-insert-file-header'.
7232         Use `elmo-msgdb-file-header-chop-length'.
7233
7234         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7235         `elmo-vars.el'.
7236
7237         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7238         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7239         `elmo-msgdb-insert-file-header'.
7240
7241         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7242         Use new variable;
7243         Define obsolete variables with `elmo-define-obsolete-variable',
7244
7245         * elmo-util.el (elmo-warning-buffer-name): New constant.
7246         (elmo-warning): New function.
7247         (elmo-obsolete-variable-alist): New variable.
7248         (elmo-obsolete-variable-show-warnings): New variable.
7249         (elmo-define-obsolete-variable): New function.
7250         (elmo-resque-obsolete-variable): Ditto.
7251         (elmo-resque-obsolete-variables): Ditto.
7252
7253 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7256         Eliminated.
7257
7258         * elmo-pop3.el, elmo-nntp.el: Use custom.
7259
7260 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7261
7262         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7263         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7264
7265 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * Luna-fy Kenichi OKADA's following changes.
7268         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7269         `nohide'.
7270         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7271
7272 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7273
7274         * elmo-util.el (elmo-display-progress): Prefer
7275         `progress-feedback-with-label' to `lprogress-display'.
7276
7277 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7278
7279         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7280
7281 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7282
7283         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7284         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7285         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7286         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7287         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7288         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7289         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7290         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7291         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7292         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7293         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7294         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7295         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7296
7297 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7298
7299         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7300         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7301
7302 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * elmo.el (elmo-folder-process-crosspost): New generic method.
7305         (elmo-folder-writable-p): Ditto.
7306         (elmo-folder-message-appendable-p): Eliminated.
7307         (elmo-generic-folder-append-msgdb): Rewrite.
7308         (elmo-newsgroups-hashtb): New internal variable.
7309         (elmo-crosspost-message-set): Eliminated.
7310         (elmo-crosspost-message-delete): Ditto.
7311         (elmo-setup-subscribed-newsgroups): New function.
7312         (elmo-crosspost-message-alist-modified): New internal variable.
7313         (elmo-crosspost-message-alist-load): New function (Renamed from
7314         `wl-crosspost-alist-load').
7315         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7316         `wl-crosspost-alist-save').
7317
7318         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7319
7320         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7321         `unreads'.
7322         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7323         elmo-newsgroups-hashtb).
7324         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7325         `elmo-nntp-folder-update-crosspost-message-alist'.
7326         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7327         `elmo-nntp-groups-hashtb'.
7328         (elmo-nntp-make-groups-hashtb): Eliminated.
7329         (elmo-nntp-parse-newsgroups): New function (Renamed from
7330         `wl-parse-newsgroups').
7331         (elmo-folder-creatable-p, elmo-folder-writable-p,
7332         elmo-folder-close-internal, elmo-folder-mark-as-read,
7333         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7334         Define.
7335         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7336
7337         * elmo-net.el (elmo-message-fetch): Check buffer size.
7338
7339         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7340
7341         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7342
7343         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7344         before `close' command.
7345
7346         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7347         `mark-alist' (All other related portions are changed).
7348
7349 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * elmo-util.el (elmo-create-hash-size): Eliminated.
7352         (elmo-make-hash) Make a hash with `one less than a power of two'
7353         length.
7354
7355         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7356         (elmo-hash-maximum-size): Changed value.
7357
7358 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7361         (elmo-mime-message-display-as-is): Ditto.
7362
7363 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7366         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7367
7368 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * elmo-mark.el: New file.
7371
7372         * elmo-internal.el: Rewrite (Almost empty).
7373
7374 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7375
7376         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7377         (mime-imap-entity-header-string): Ditto.
7378         (mmimap-entity-section): Rewrite.
7379
7380 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7381
7382         * elmo-nmz.el: New file.
7383
7384         * elmo-pipe.el: Rewrite with luna.
7385
7386 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * elmo-archive.el: Rewrite with luna.
7389
7390         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7391         (elmo-folder-list-importants-internal): Ditto.
7392
7393 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * elmo-archive.el (elmo-archive-version): Abolish.
7396         (toplevel) Removed `boso' comment.
7397
7398 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7401         elmo-msgdb-add-msgs-to-seen-list-subr;
7402         Changed argument seen-marks to unread-marks.
7403
7404         * elmo-nntp.el: Rewrite with luna.
7405
7406 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * elmo-filter.el: Rewrite with luna.
7409
7410 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * elmo-pop3.el: Rewrite with luna.
7413
7414 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * elmo-multi.el: Rewrite with luna.
7417
7418         * elmo-vars.el (elmo-use-killed-list): Abolish.
7419         All other related portions are changed.
7420         (elmo-filename-replace-string-alist): Renamed from
7421         elmo-msgid-replace-string-alist.
7422
7423 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7426
7427         * elmo-map.el: New file.
7428         * elmo-maildir.el: Rewrite with luna.
7429
7430 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * elmo.el: Changed meaning of `elmo-folder-commit'.
7433         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7434
7435 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * elmo.el (elmo-folder-append-buffer): New function.
7438         (Renamed from `elmo-append-msg')
7439
7440 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * elmo-mime.el: New file.
7443
7444 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * elmo-cache.el: Rewrite.
7447
7448 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7449
7450         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7451
7452 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * elmo-vars.el (elmo): New group.
7455         (elmo-strict-diff-folder-regexp): New variable.
7456
7457         * elmo-util.el (elmo-call-func): Abolish.
7458         (elmo-folder-get-type): Ditto.
7459         (elmo-*-get-spec): Ditto.
7460         (elmo-*-spec-*): Ditto.
7461         (elmo-imap4-identical-name-space-p): Ditto.
7462         (elmo-folder-identical-system-p): Ditto.
7463         (elmo-folder-direct-copy-alist): Ditto.
7464         (elmo-folder-direct-copy-p): Ditto.
7465
7466         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7467         (elmo-folder-initialize): Define.
7468         (elmo-folder-get-primitive-list): Ditto.
7469
7470         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7471         (elmo-folder-initialize): Define.
7472         Renamed `elmo-network-session-host-internal' to
7473         `elmo-network-session-server-internal'.
7474
7475         * elmo-multi.el (elmo-multi-folder): New luna class.
7476         (elmo-folder-initialize): Define.
7477         (elmo-folder-get-primitive-list): Ditto.
7478         (elmo-folder-contains-type): Ditto.
7479         (elmo-message-use-cache-p): Ditto.
7480
7481         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7482         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7483
7484         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7485         (elmo-folder-initialize): Define.
7486
7487         * elmo-filter.el (elmo-filter-folder): New luna class.
7488         (elmo-folder-initialize): Define.
7489         (elmo-folder-get-primitive-list): Ditto.
7490         (elmo-folder-contains-type): Ditto.
7491
7492 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * elmo-imap4.el: Rewrite with luna.
7495
7496         * mmimap.el: New file.
7497
7498         * mmelmo.el, mmelmo-imap4.el: Removed.
7499
7500         * elmo-net.el: Ditto.
7501
7502         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7503         (elmo-folder-initialize): Define.
7504
7505         * elmo-archive.el (elmo-archive-folder): New luna class.
7506         (elmo-folder-initialize): Define.
7507
7508         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7509         `elmo-folder-msgdb-path'.
7510         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7511         `elmo-make-folder'.
7512
7513 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7514
7515         * elmo.el: New file.
7516
7517         * elmo2.el: Renamed to elmo.el.
7518
7519 \f
7520 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7521
7522         * elmo-cache.el (elmo-cache-expire-by-size): Count
7523         a disk usage for a cache file entry in KB even when
7524         its kind is a directory.
7525
7526 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7527
7528         * elmo-version.el (elmo-version): Up to 2.5.7.
7529
7530 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7531
7532         * elmo-version.el (elmo-version): Up to 2.5.6.
7533
7534 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * elmo-version.el (elmo-version): Up to 2.5.5.
7537
7538 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * elmo-imap4.el (elmo-network-authenticate-session):
7541         Fixed a logic for response checking.
7542
7543 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7544
7545         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7546         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7547         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7548         `sasl-mechanisms'.
7549
7550         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7551         for `starttls-open-stream' and `starttls-negotiate'.
7552
7553         * elmo-nntp.el: Remove autoload settings for
7554         `starttls-open-stream' and `starttls-negotiate'.
7555
7556         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7557         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7558         `luna-define-class' with `eval-and-compile'.
7559
7560 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7561
7562         * elmo-util.el (elmo-read-search-condition-internal):
7563         Require an element of table for searching field.
7564
7565 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7566
7567         * elmo-version.el (elmo-version): Up to 2.5.4.
7568
7569 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7572
7573 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7574
7575         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7576
7577 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7578
7579         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7580         before greeting.
7581
7582 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * elmo-imap4.el (elmo-imap4-delete-folder):
7585         Send "close" before "delete" (Use commented out line).
7586         (elmo-imap4-rename-folder): Ditto.
7587
7588         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7589         folder string itself.
7590         (elmo-dop-list-deleted): New function.
7591         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7592         killed.
7593
7594         * elmo-util.el (elmo-string-rassoc-all): New function.
7595
7596 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * elmo-version.el (elmo-version): Up to 2.5.3.
7599
7600         * elmo-net.el (elmo-network-get-session): Changed logic for
7601         checking process status.
7602
7603         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7604         process is nil;
7605         Changed logic for checking process status.
7606
7607 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7610         before greeting.
7611         (elmo-network-setup-session): Set UIDL hash size according to
7612         the length of list response.
7613         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7614         according to the length of list response;
7615         Return the length of list response.
7616         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7617
7618 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7619
7620         * elmo-imap4.el (toplevel): Require 'ssl.
7621         Add autoload 'starttls.
7622         * elmo-pop3.el (toplevel): Ditto.
7623         * elmo-nntp.el (toplevel): Ditto.
7624
7625 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7626
7627         * elmo-imap4.el (toplevel): defun at compile time.
7628         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7629         sasl-next-step, sasl-step-data, sasl-step-set-data.
7630         * elmo-pop3.el (toplevel): Ditto.
7631
7632 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7635
7636 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7637
7638         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7639         if error.
7640         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7641         and `elmo-pop-auth-apop'.
7642
7643 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7644
7645         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7646
7647 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7648
7649         * elmo-pop3.el (elmo-network-authenticate-session): Split
7650         encoded response value.
7651
7652 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7653
7654         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7655         `elmo-pop3-force-login'.
7656         Redefine `sasl-mechanisms'.
7657         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7658
7659 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7660
7661         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7662         Delete `elmo-imap4-authenticator-alist'.
7663         (elmo-imap4-auth-cram-md5): Delete.
7664         (elmo-imap4-auth-digest-md5): Delete.
7665
7666 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7667
7668         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7669         (elmo-pop3-auth-scram-md5): Ditto.
7670         (elmo-pop3-auth-cram-md5): Ditto.
7671
7672 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7673
7674         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7675         Delete `elmo-pop3-authenticator-alist'.
7676
7677 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7678
7679         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7680         new SASL API.
7681         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7682
7683 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7686
7687 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7690         Fixed problem when `elmo-pop3-use-uidl' is nil.
7691         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7692
7693 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7694
7695         * elmo-version.el (elmo-version): Up to 2.5.2.
7696
7697 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7700         New function.
7701         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7702         (elmo-pop3-msgdb-create-as-numlist): Use it.
7703
7704         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7705         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7706
7707         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7708         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7709
7710 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7711
7712         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7713         when elmo-mark-as-read is called with second argument nil.
7714
7715 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7718         Moved to elmo-util.el.
7719
7720         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7721         Moved from elmo-pipe.el
7722
7723         * elmo-archive.el (elmo-archive-call-process): Enclose with
7724         static-if.
7725
7726         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7727         "RFC822" (because RFC822.PEEK is obsolete).
7728         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7729
7730 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7731
7732         * elmo-archive.el (elmo-archive-call-process): Don't check for
7733         the exit status when Nemacs is running.
7734
7735 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7738         'plain.
7739
7740         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7741         (elmo-pop3-get-spec): Set default of auth to 'user.
7742
7743         * elmo-imap4.el (elmo-imap4-session-check):
7744         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7745         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7746         (elmo-imap4-auth-login): New function; Revival.
7747         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7748         `elmo-imap4-auth-login'.
7749
7750 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7751
7752         * elmo2.el (toplevel): Move `product-provide' declare.
7753         * mmelmo.el (toplevel): Ditto.
7754
7755 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7758
7759 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7760
7761         * elmo-util.el (elmo-folder-get-store-type): New function.
7762         (elmo-folder-direct-copy-p): Use it.
7763
7764 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7765
7766         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7767         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7768         and result of `elmo-imap4-use-flag-p'.
7769         (elmo-imap4-fetch-callback-1): Set mark according to
7770         the result of `elmo-imap4-use-flag-p'.
7771
7772 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7775         (elmo-generic-list-folder-unread): Ditto.
7776         (elmo-folder-get-info): Ditto.
7777         (elmo-folder-set-info-max-by-numdb): Ditto.
7778         (elmo-folder-get-info-max): Ditto.
7779         (elmo-folder-get-info-length): Ditto.
7780         (elmo-folder-get-info-unread): Ditto.
7781         (elmo-folder-info-make-hashtb): Ditto.
7782
7783         * elmo2.el: Removed above functions.
7784
7785 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7786
7787         * elmo-imap4.el (toplevel): Require 'ssl.
7788         Add autoload 'starttls.
7789         * elmo-pop3.el (toplevel): Ditto.
7790         * elmo-nntp.el (toplevel): Ditto.
7791
7792 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7793
7794         * elmo-imap4.el (toplevel): defun at compile time.
7795         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7796         sasl-next-step, sasl-step-data, sasl-step-set-data.
7797         * elmo-pop3.el (toplevel): Ditto.
7798
7799 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7800
7801         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7802
7803 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7804
7805         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7806         if error.
7807         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7808         and `elmo-pop-auth-apop'.
7809
7810 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7811
7812         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7813
7814 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7815
7816         * elmo-pop3.el (elmo-network-authenticate-session): Split
7817         encoded response value.
7818
7819 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7822         `elmo-pop3-force-login'.
7823         Redefine `sasl-mechanisms'.
7824         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7825
7826 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7827
7828         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7829         Delete `elmo-imap4-authenticator-alist'.
7830         (elmo-imap4-auth-cram-md5): Delete.
7831         (elmo-imap4-auth-digest-md5): Delete.
7832
7833 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7836         (elmo-pop3-auth-scram-md5): Ditto.
7837         (elmo-pop3-auth-cram-md5): Ditto.
7838
7839 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7840
7841         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7842         Delete `elmo-pop3-authenticator-alist'.
7843
7844 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7845
7846         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7847         new SASL API.
7848         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7849
7850 \f
7851 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7854
7855 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * elmo-nntp.el (elmo-nntp-get-folders-info):
7858         Fixed problem when '\' character is contained in user-id.
7859         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7860
7861 \f
7862 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * elmo-imap4.el (elmo-imap4-delete-folder):
7865         Send "close" before "delete" (Use commented out line).
7866         (elmo-imap4-rename-folder): Ditto.
7867
7868         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7869         folder string itself.
7870         (elmo-dop-list-deleted): New function.
7871         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7872         killed.
7873
7874         * elmo-util.el (elmo-string-rassoc-all): New function.
7875
7876         * elmo-version.el (elmo-version): Up to 2.5.1.
7877
7878 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7879
7880         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7881
7882         * elmo-internal.el (elmo-internal-search): Fix last change.
7883
7884 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * elmo-internal.el (elmo-internal-search): Rewrite.
7887         (Fixed problem which is pointed out by Akihiro MOTOKI
7888         <motoki@da.jp.nec.com>)
7889
7890         * elmo-version.el (elmo-version): Up to 2.5.0.
7891
7892 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7893
7894         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7895
7896 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7897
7898         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7899         non-nil, make hierarchy.
7900
7901 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7902
7903         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7904         `elmo-pop3-use-uidl' must be bound to nil.
7905         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7906
7907 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * elmo-util.el (elmo-copy-file): Don't cause an error after
7910         `add-name-to-file' failed.
7911
7912         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
7913         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7914
7915 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7916
7917         * elmo-version.el (elmo-version): Up to 2.3.93.
7918
7919 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * elmo-util.el (elmo-flatten): New function.
7922
7923 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7924
7925         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
7926         sync Author header.
7927         * elmo-cache.el (toplevel): Ditto.
7928         * elmo-database.el (toplevel): Ditto.
7929         * elmo-date.el (toplevel): Ditto.
7930         * elmo-dop.el (toplevel): Ditto.
7931         * elmo-filter.el (toplevel): Ditto.
7932         * elmo-imap4.el (toplevel): Ditto.
7933         * elmo-internal.el (toplevel): Ditto.
7934         * elmo-localdir.el (toplevel): Ditto.
7935         * elmo-localnews.el (toplevel): Ditto.
7936         * elmo-maildir.el (toplevel): Ditto.
7937         * elmo-msgdb.el (toplevel): Ditto.
7938         * elmo-multi.el (toplevel): Ditto.
7939         * elmo-net.el (toplevel): Ditto.
7940         * elmo-nntp.el (toplevel): Ditto.
7941         * elmo-pipe.el (toplevel): Ditto.
7942         * elmo-pop3.el (toplevel): Ditto.
7943         * elmo-util.el (toplevel): Ditto.
7944         * elmo-vars.el (toplevel): Ditto.
7945         * elmo2.el (toplevel): Ditto.
7946         * mmelmo-imap4.el (toplevel): Ditto.
7947         * mmelmo.el (toplevel): Ditto.
7948
7949         * elmo-version.el (elmo-version): Move to top.
7950
7951         * elmo-cache.el (toplevel): Fixed multiple Author header format.
7952         * elmo-imap4.el (toplevel): Ditto.
7953         * elmo-localdir.el (toplevel): Ditto.
7954         * elmo-msgdb.el (toplevel): Ditto.
7955         * elmo-nntp.el (toplevel): Ditto.
7956         * elmo-pop3.el (toplevel): Ditto.
7957         * elmo-version.el (toplevel): Ditto.
7958
7959         * elmo-localnews.el (toplevel): Added Keyword header.
7960
7961 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7962
7963         * elmo-version.el (product-version-as-string): Defined using
7964         `defun-maybe'.
7965         (toplevel): Use it.
7966
7967         * elmo-localdir.el (toplevel): Updated copyright notice.
7968         * elmo-version.el (toplevel): Ditto.
7969         * elmo-msgdb.el (toplevel): Ditto.
7970         * elmo-imap4.el (toplevel): Ditto.
7971         * elmo-nntp.el (toplevel): Ditto.
7972         * elmo-pop3.el (toplevel): Ditto.
7973
7974 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
7977         messages.
7978
7979         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
7980         parameter value (It sometimes contains raw kanji).
7981
7982 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7983
7984         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
7985         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
7986
7987 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7988
7989         * elmo-imap4.el (elmo-network-initialize-session): Fix.
7990
7991 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7992
7993         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
7994         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
7995
7996 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
7999         value if selecting folder succceeded.
8000         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8001
8002 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8003
8004         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8005         representation.
8006
8007         * elmo-util.el (elmo-string-matched-member): New function.
8008
8009 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8010
8011         * elmo-util.el (elmo-unintern): New macro.
8012         (elmo-number-set-member): Fixed docstring.
8013
8014         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8015         tag token.
8016
8017 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8018
8019         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8020         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8021
8022 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8023
8024         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8025         `no-error'.
8026         Added docstring.
8027         Return non-nil if selecting folder succeeded.
8028         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8029
8030 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8033         `file-name-completion' returns t.
8034         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8035         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8036         directory if it does not exist.
8037         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8038         for iteration.
8039
8040 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8043         enclosure (It's harmful in unplugged status).
8044
8045         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8046
8047         * mmelmo-1.el: Removed.
8048
8049         * mmelmo-2.el: Ditto.
8050
8051         * mmelmo-imap4-1.el: Ditto.
8052
8053         * mmelmo-imap4-2.el: Ditto.
8054
8055         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8056
8057         * mmelmo.el: Merged mmelmo-2.el.
8058
8059         * elmo-version.el (elmo-version): Up to 2.3.92.
8060
8061 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8062
8063         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8064         elmo-update-number): Remove last period in "...done." message.
8065         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8066         Ditto.
8067         * elmo-cache.el (elmo-cache-expire-by-size,
8068         elmo-cache-get-sorted-cache-file-list,
8069         elmo-cache-msgdb-create-as-numlist): Ditto.
8070         * elmo-dop.el (elmo-dop-save-pending-messages,
8071         (elmo-dop-flush-pending-append-operations): Ditto.
8072         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8073         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8074         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8075         (elmo-localdir-pack-number): Ditto.
8076         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8077         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8078         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8079         mime-write-entity-content): Ditto.
8080         * pldap.el (ldap-search-basic): Ditto.
8081
8082 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * elmo-version.el (elmo-version): Up to 2.3.91.
8085
8086         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8087         Only when filter is 'last'.
8088
8089         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8090         (elmo-condition-parse-search-value): Use it.
8091         (elmo-read-search-condition-internal): Quote value only when
8092         it is not an atom.
8093
8094 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8095
8096         * elmo2.el (elmo-generic-folder-diff): Fix.
8097
8098 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8099
8100         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8101         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8102         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8103         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8104         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8105         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8106
8107 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8108
8109         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8110         extra-fields.
8111
8112 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * elmo-version.el (elmo-version): Up to 2.3.90.
8115
8116         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8117         (elmo-imap4-list-folder-important): Ditto.
8118
8119 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8120
8121         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8122
8123 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8124
8125         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8126
8127 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8128
8129         * elmo-nntp.el (elmo-network-initialize-session):
8130         Add starttls negotiation.
8131
8132 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8133
8134         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8135         response.
8136         (elmo-network-setup-session): Define.
8137         Call `elmo-nntp-send-mode-reader' when session opened.
8138
8139 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8142
8143 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8144
8145         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8146         an invalid SPACE character ahead of `SEARCH' command.  Move
8147         a valid SPACE character following `SEARCH' from conditional
8148         `format' arguments to control-strings.
8149
8150 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8153         was succeeded.
8154
8155         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8156
8157 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8160         `w32-get-true-file-link-count' as t.
8161
8162         * elmo-imap4.el (elmo-imap4-read): Abolished.
8163         (Renamed to `elmo-read' and moved to elmo-util.el)
8164         All other related portions are changed.
8165
8166         * elmo-util.el (elmo-read): New function.
8167         (elmo-condition-parse-search-value): Use it.
8168
8169 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8172
8173         * elmo-nntp.el (elmo-nntp-session): Define.
8174         (elmo-nntp-setting): Abolished.
8175         All other related portions are changed.
8176         (elmo-nntp-get-server-command): Changed argument.
8177         (elmo-nntp-set-server-command): Ditto.
8178         (elmo-nntp-xover-p): Ditto.
8179         (elmo-nntp-set-xover): Ditto.
8180         (elmo-nntp-listgroup-p): Ditto.
8181         (elmo-nntp-set-listgroup): Ditto.
8182         (elmo-nntp-list-active-p): Ditto.
8183         (elmo-nntp-set-list-active): Ditto.
8184         (elmo-nntp-xhdr-p): Ditto.
8185         (elmo-nntp-set-xhdr): Ditto.
8186         (elmo-nntp-flush-connection): Abolished.
8187         (elmo-nntp-get-connection): Abolished.
8188         (elmo-nntp-get-session): New function.
8189         (elmo-network-initialize-session): Defined.
8190         (elmo-network-authenticate-session): Ditto.
8191         (elmo-nntp-send-mode-reader): Changed argument.
8192         (elmo-nntp-send-command): Changed argument.
8193         All other related portions are changed.
8194         (elmo-nntp-read-response): Ditto.
8195         (elmo-nntp-read-raw-response): Ditto.
8196         (elmo-nntp-read-contents): Ditto.
8197         (elmo-nntp-read-body): Ditto.
8198         (elmo-nntp-goto-folder): Abolished.
8199         (elmo-nntp-select-group): New function.
8200         All other related portions are changed.
8201         (This function substitutes `elmo-nntp-goto-folder')
8202         (elmo-nntp-msgdb-create-by-header): Rewrite.
8203         (elmo-nntp-get-overview): Eliminated.
8204         (elmo-nntp-get-message): Ditto.
8205         (elmo-nntp-open-connection) Abolished.
8206         (elmo-nntp-read-msg): Rewrite.
8207         (elmo-nntp-post): Ditto.
8208         (elmo-nntp-send-data): Abolished.
8209         (elmo-nntp-send-buffer): New function.
8210         (elmo-nntp-send-data-line): Define as inline function.
8211         (elmo-nntp-get-folders-info-prepare): Use session as key.
8212         (elmo-nntp-groups-read-response): Changed argument.
8213         (elmo-nntp-retrieve-headers): Ditto.
8214         (elmo-nntp-msgdb-create-message): Ditto.
8215
8216         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8217         when searching by 'since' or 'before'.
8218
8219 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8220
8221         * elmo-version.el (toplevel): Use product-version-as-string for set
8222         verstion-string, if defined.
8223
8224 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8225
8226         * elmo-util.el: Doc fixes.
8227
8228 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8229
8230         * elmo-archive.el (toplevel): Use product-provide.
8231         * elmo-cache.el (toplevel): Ditto.
8232         * elmo-database.el (toplevel): Ditto.
8233         * elmo-date.el (toplevel): Ditto.
8234         * elmo-dop.el (toplevel): Ditto.
8235         * elmo-filter.el (toplevel): Ditto.
8236         * elmo-imap4.el (toplevel): Ditto.
8237         * elmo-internal.el (toplevel): Ditto.
8238         * elmo-localdir.el (toplevel): Ditto.
8239         * elmo-localnews.el (toplevel): Ditto.
8240         * elmo-maildir.el (toplevel): Ditto.
8241         * elmo-msgdb.el (toplevel): Ditto.
8242         * elmo-multi.el (toplevel): Ditto.
8243         * elmo-net.el (toplevel): Ditto.
8244         * elmo-nntp.el (toplevel): Ditto.
8245         * elmo-pipe.el (toplevel): Ditto.
8246         * elmo-pop3.el (toplevel): Ditto.
8247         * elmo-util.el (toplevel): Ditto.
8248         * elmo-vars.el (toplevel): Ditto.
8249         * elmo2.el (toplevel): Ditto.
8250         * mmelmo-1.el (toplevel): Ditto.
8251         * mmelmo-2.el (toplevel): Ditto.
8252         * mmelmo-imap4-1.el (toplevel): Ditto.
8253         * mmelmo-imap4-2.el (toplevel): Ditto.
8254         * mmelmo-imap4.el (toplevel): Ditto.
8255         * mmelmo.el (toplevel): Ditto.
8256
8257 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8258
8259         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8260         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8261
8262 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8265         before splitting.
8266         (elmo-multi-split-number-alist): Ditto.
8267
8268 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8269
8270         * elmo-version.el: New file.  Use product.el.
8271         * elmo2.el: Add (require 'elmo-version).
8272         * elmo-vars.el (elmo-appname, elmo-version): Move to
8273         elmo-version.el
8274
8275 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8278         `elmo-msgdb-expand-path'.
8279         (elmo-msgdb-load): Ditto.
8280         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8281         (elmo-generic-list-folder-unread): Rewrite.
8282         (elmo-generic-list-folder-important): Changed argument.
8283         (elmo-list-folder-unread): Ditto.
8284         (elmo-list-folder-important): Ditto.
8285         (elmo-folder-diff): Rewrite.
8286         (elmo-generic-folder-diff): New function.
8287         (elmo-multi-get-number-alist-list): Abolished
8288         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8289         (elmo-multi-folder-diff): Moved to elmo-multi.el
8290         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8291
8292         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8293         `elmo-msgdb-expand-path'.
8294         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8295         (elmo-pop3-read-msg): Ditto.
8296         (elmo-pop3-delete-msgs): Ditto.
8297         (elmo-pop3-folder-diff): New alias.
8298
8299         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8300         `elmo-msgdb-expand-path'.
8301         (elmo-pipe-list-folder-unread): Changed arguments.
8302         (elmo-pipe-list-folder-important): Ditto.
8303         (elmo-pipe-folder-diff): New alias.
8304
8305         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8306         `elmo-msgdb-expand-path'.
8307         (elmo-nntp-max-of-folder): Ditto.
8308         (elmo-nntp-msgdb-create): Ditto.
8309         (elmo-nntp-delete-msgs): Ditto.
8310         (elmo-nntp-folder-diff): New alias.
8311
8312         * elmo-multi.el (elmo-multi-folder-diff): New function.
8313         (elmo-multi-split-mark-alist): Ditto.
8314         (elmo-multi-split-number-alist): Ditto.
8315         (elmo-multi-mark-alist-list): Abolished (Renamed to
8316         elmo-multi-split-mark-alist).
8317         (elmo-multi-list-folder-unread): Rewrite.
8318         (elmo-multi-list-folder-important): Ditto.
8319         (elmo-multi-list-folder): Set `spec' as 1st argument for
8320         `elmo-msgdb-expand-path'.
8321         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8322         instead of `elmo-multi-get-number-alist-list'.
8323
8324         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8325         If 1st argument is not string, treat as spec.
8326         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8327         `elmo-msgdb-expand-path'.
8328         (elmo-msgdb-flist-load): Ditto.
8329         (elmo-msgdb-flist-save): Ditto.
8330         (elmo-msgdb-delete-path): Ditto.
8331         (elmo-msgdb-rename-path): Ditto.
8332
8333         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8334         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8335         (elmo-maildir-delete-mark-msgs): Ditto.
8336         (elmo-maildir-msgdb-create): Ditto.
8337         (elmo-maildir-read-msg): Ditto.
8338         (elmo-maildir-delete-msgs): Ditto.
8339         (elmo-maildir-list-folder-subr): Ditto.
8340         (elmo-maildir-search): Ditto.
8341         (elmo-maildir-get-msg-filename): Ditto.
8342         (elmo-maildir-pack-number): Ditto.
8343         (elmo-maildir-folder-diff): New alias.
8344
8345         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8346
8347         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8348         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8349         (elmo-localdir-folder-diff): New alias.
8350
8351         * elmo-internal.el (elmo-internal-list-folder-subr):
8352         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8353         (elmo-internal-list-folder-by-location): Ditto.
8354         (elmo-internal-msgdb-create): Ditto.
8355         (elmo-internal-delete-msgs): Ditto.
8356         (elmo-internal-read-msg): Ditto.
8357         (elmo-internal-folder-diff): New alias.
8358
8359         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8360         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8361         `elmo-msgdb-expand-path'.
8362         (elmo-imap4-list-folder-unread): Changed arguments.
8363         (elmo-imap4-list-folder-important): Ditto.
8364
8365         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8366         (elmo-filter-list-folder-important): Ditto.
8367         (elmo-filter-folder-diff): New function.
8368
8369         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8370
8371         * elmo-cache.el (elmo-cache-list-folder):
8372         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8373         (elmo-cache-copy-msgs): Ditto.
8374         (elmo-cache-folder-diff): New alias.
8375
8376         * elmo-archive.el (elmo-archive-list-folder-subr):
8377         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8378         (elmo-archive-get-archive-name): Ditto.
8379         (elmo-archive-create-file): Ditto.
8380         (elmo-archive-append-msg): Ditto.
8381         (elmo-archive-copy-msgs): Ditto.
8382         (elmo-archive-copy-msgs-froms): Ditto.
8383         (elmo-archive-get-msg-filename): Ditto.
8384         (elmo-archive-folder-diff): New alias.
8385
8386 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8387
8388         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8389         (elmo-pop3-stream-type-alist): New variable.
8390         (elmo-nntp-stream-type-alist): New variable.
8391
8392         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8393         (elmo-kill-buffer): Ditto.
8394         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8395         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8396         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8397         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8398         (elmo-imap4-get-spec): Take into account
8399         `elmo-imap4-stream-type-alist'.
8400
8401 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8402
8403         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8404         (elmo-nntp-list-folders-get-cache): Ditto.
8405
8406 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8409         character before 'uid'.
8410
8411 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8412
8413         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8414
8415         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8416
8417         * elmo-util.el (elmo-number-set-member): New function.
8418         (elmo-number-set-append-list): Ditto.
8419         (elmo-number-set-append): Ditto.
8420
8421         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8422         Use `elmo-number-set-member'.
8423         (elmo-living-messages): Ditto.
8424         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8425         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8426
8427         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8428         (elmo-imap4-add-to-cont-list): Abolished.
8429         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8430         instead of elmo-imap4-add-to-cont-list.
8431
8432         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8433         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8434
8435         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8436
8437 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8438
8439         * elmo-util.el (elmo-condition-parse-search-value):
8440         Fixed date parsing.
8441
8442 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8443
8444         * elmo-util.el (elmo-condition-find-key-internal): New function.
8445         (elmo-condition-find-key): Ditto.
8446
8447         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8448         (elmo-msgdb-search-internal): Ditto.
8449         (elmo-msgdb-search): Ditto.
8450
8451 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8454         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8455
8456         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8457         (elmo-nntp-search-primitive): Fixed problem when condition is
8458         'unmatch'.
8459
8460         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8461
8462         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8463         (elmo-nntp-xhdr-p): New macro.
8464         (elmo-nntp-set-xhdr): Ditto.
8465         (elmo-nntp-parse-xhdr-response): New function.
8466         (elmo-nntp-retrieve-field): Ditto.
8467         (elmo-nntp-search-primitive): Ditto.
8468         (elmo-nntp-search): Implemented.
8469
8470         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8471
8472         * elmo-archive.el (elmo-archive-search): Set all number list to
8473         `elmo-archive-field-condition-match'
8474
8475         * elmo-localdir.el (elmo-localdir-search): Likewise.
8476
8477         * elmo-maildir.el (elmo-maildir-search): Likewise.
8478
8479 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8480
8481         * elmo-msgdb.el (elmo-living-messages): New function.
8482         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8483         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8484         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8485         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8486         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8487         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8488         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8489         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8490         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8491         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8492         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8493
8494 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8497
8498         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8499
8500         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8501
8502         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8503         arguments for `SEARCH' command.
8504         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8505         All other related portions are changed.
8506
8507         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8508
8509         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8510         (elmo-list-folder-unread): Rewrite.
8511         (elmo-list-folder-important): Ditto.
8512
8513         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8514         (elmo-condition-parse-error): New inline function.
8515         (elmo-read-search-condition): New function.
8516         (elmo-read-search-condition-internal): Ditto.
8517         (elmo-parse-search-condition): Rewrite.
8518         (elmo-condition-parse): New function.
8519         (elmo-condition-parse-or-expr): Ditto.
8520         (elmo-condition-parse-and-expr): Ditto.
8521         (elmo-condition-parse-primitive): Ditto.
8522         (elmo-condition-parse-search-value): Ditto.
8523         (elmo-buffer-field-primitive-condition-match): Ditto.
8524         (elmo-buffer-field-condition-match): Rewrite.
8525         (elmo-file-field-condition-match): Ditto.
8526
8527         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8528         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8529
8530         * elmo-internal.el (elmo-internal-search): Set `number' and
8531         `number-list' argument of `elmo-file-field-condition-match'.
8532
8533         * elmo-maildir.el (elmo-maildir-search): Ditto.
8534
8535         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8536         `msgdb' as argument instead of `mark-alist'.
8537         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8538         `overview'.
8539
8540         * elmo-multi.el: Likewise.
8541
8542         * elmo-pipe.el: Likewise.
8543
8544         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8545         (elmo-imap4-search-internal): Rewrite.
8546         (elmo-imap4-search): Ditto.
8547
8548         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8549         (elmo-filter-list-folder-unread): Ditto.
8550         (elmo-filter-list-folder-important): Ditto.
8551         (elmo-filter-search): Rewrite.
8552
8553         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8554         `number-list' argument of `elmo-file-field-condition-match'.
8555         (elmo-cache-search): Ditto.
8556
8557         * elmo-localdir.el: Likewise.
8558
8559         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8560         number-list and pass it to `elmo-buffer-field-condition-match'.
8561         (elmo-archive-field-condition-match): Pass `number-list' to
8562         `elmo-archive-field-condition-match'
8563
8564 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8567         `listgroup'.
8568
8569         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8570         (elmo-folder-diff-async-callback-data): Ditto.
8571         (elmo-folder-diff-async): New function.
8572
8573         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8574         (elmo-network-session-cache-key): Use it as a prefix of the session
8575         name.
8576         (elmo-network-open-session): Ditto.
8577
8578         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8579         (elmo-imap4-status-callback-data): Ditto.
8580         (elmo-imap4-server-diff-async-callback): New variable.
8581         (elmo-imap4-server-diff-async-callback-data): Ditto.
8582         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8583         `elmo-imap4-status-callback-data'.
8584         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8585         `elmo-imap4-status-callback-data' as nil.
8586         (elmo-imap4-server-diff): Ditto.
8587         (elmo-imap4-server-diff-async-callback-1): New function.
8588         (elmo-imap4-server-diff-async): Ditto.
8589         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8590
8591 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8592
8593         * elmo-util.el (elmo-list-delete): Doc fix.
8594         (elmo-delete-lists): Abolish.
8595         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8596         instead of `elmo-delete-lists'.
8597
8598 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8601         before `sort'.
8602
8603 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8604
8605         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8606         `elmo-imap4-literal-subr'.
8607         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8608         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8609
8610 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8611
8612         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8613         (elmo-archive-list-folder): Fix.
8614         (elmo-archive-max-of-folder): Fix.
8615
8616 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8617
8618         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8619          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8620         (elmo-localdir-append-msg): Ditto.
8621         (elmo-localdir-list-folder): Fix for `nonsort'.
8622         (elmo-localdir-list-folder-subr): Fix for `killed'.
8623         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8624         (elmo-maildir-list-folder-subr): Ditto.
8625         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8626         (elmo-archive-list-folder-subr): Ditto.
8627         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8628         (elmo-internal-list-folder-subr): Ditto.
8629
8630 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8631
8632         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8633
8634 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8635
8636         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8637
8638 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8641         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8642
8643         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8644         before greeting.
8645         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8646         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8647
8648 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8651
8652         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8653         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8654         before STORE command.
8655
8656 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8659
8660         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8661         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8662         of `response'.
8663         (elmo-imap4-list-folders): Removed unused local variable.
8664         (elmo-network-initialize-session): Ditto.
8665         (elmo-imap4-delete-msg-by-id): Ditto.
8666         (elmo-imap4-parse-fetch): Ditto.
8667         (elmo-imap4-copy-msgs): Ditto.
8668         Use `dst-spec' instead of `dst-folder'.
8669         (elmo-network-authenticate-session): Check authenticate type `plain'.
8670
8671 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8672
8673         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8674         garbage checking.
8675         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8676         `elmo-imap4-response-value'.
8677         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8678
8679 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8680
8681         * elmo-imap4.el (elmo-imap4-send-command):
8682         Cause elmo-imap4-bye-error when current response is BYE.
8683         (elmo-imap4-arrival-filter): Changed greeting response value.
8684
8685         * elmo2.el (elmo-imap4-bye-error): Define.
8686
8687         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8688         (elmo-imap4-server-diff): Ditto.
8689         (elmo-imap4-response-bye-p): New macro.
8690         (elmo-imap4-response-error-text): Get text from BYE response.
8691         (elmo-imap4-read-response): Return if BYE response.
8692         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8693         (elmo-imap4-folder-exists-p): Ditto.
8694         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8695         (elmo-imap4-parse-bye): New function.
8696         (elmo-imap4-parse-response): Remove needless let.
8697         Call `elmo-imap4-parse-bye'.
8698
8699 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8702         the mailbox does not exist.
8703         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8704
8705 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8706
8707         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8708
8709 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8712
8713         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8714         (elmo-network-initialize-session-buffer): Defined.
8715
8716         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8717         Abolished.
8718         (mmelmo-imap4-get-mime-entity): Rewrite.
8719
8720         * elmo2.el (elmo-error): Capitalize error message.
8721
8722         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8723         (elmo-network-session-buffer): New macro.
8724         (elmo-network-open-session): Use it.
8725
8726         * elmo-imap4.el: Rewrite.
8727
8728 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8729
8730         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8731
8732 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8733
8734         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8735         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8736         (elmo-imap4-create-msgdb-from-overview-string): Use
8737         `elmo-msgdb-create-overview-from-buffer'.
8738
8739 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8740
8741         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8742         (elmo-imap4-default-hierarchy-delimiter): New variable.
8743         (elmo-imap4-list-folders): Use it.
8744
8745 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8746
8747         * elmo-net.el (elmo-network-open-session): Add user and
8748         stream-type for process-buffer name.
8749
8750         * elmo-pop3.el (elmo-network-initialize-session): Call
8751         buffer-disable-undo.
8752
8753         * elmo-imap4.el (elmo-network-initialize-session):
8754         Set current-buffer as an argument for `buffer-disable-undo'.
8755
8756         * elmo-pop3.el (elmo-network-close-session): Don't use
8757         `process-live-p'.
8758
8759         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8760         Set default as 'user.
8761
8762         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8763
8764         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8765         and `elmo-imap4-flush-connection'.
8766
8767         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8768         (elmo-pop3-get-spec): Assume auth as symbol.
8769         (elmo-open-network-stream): Moved to `elmo-net'.
8770
8771         * elmo-pop3.el (toplevel): Require 'elmo-net.
8772         Define `sasl-cram-md5' to silence byte compilier.
8773         (elmo-pop3-connection-cache) Abolished.
8774         (elmo-pop3-authenticator-alist) New variable.
8775         (elmo-pop3-session): Define.
8776         (elmo-pop3-connection-get-process): Abolished.
8777         (elmo-pop3-connection-get-buffer): Ditto.
8778         (elmo-pop3-close-connection): Ditto.
8779         (elmo-pop3-flush-connection): Ditto.
8780         (elmo-pop3-get-connection): Ditto.
8781         (elmo-pop3-get-session): New function.
8782         (Replacement for `elmo-pop3-get-connection').
8783         All other related modules are changed.
8784         (elmo-network-close-session): Define.
8785         (elmo-pop3-send-command): Abolished argument `buffer'.
8786         All other related modules are changed.
8787         (elmo-pop3-read-response): Likewise.
8788         (elmo-pop3-open-connection): Abolished.
8789         (elmo-pop3-auth-user): New function.
8790         (elmo-pop3-auth-apop): Ditto.
8791         (elmo-pop3-auth-cram-md5): Ditto.
8792         (elmo-pop3-auth-scram-md5): Ditto.
8793         (elmo-pop3-auth-digest-md5): Ditto.
8794         (elmo-network-initialize-session): Define.
8795         (elmo-network-authenticate-session): Ditto.
8796         (elmo-network-setup-session): Ditto.
8797
8798         * elmo-imap4.el (toplevel): Require 'elmo-net.
8799         (elmo-imap4-session): Define.
8800         (elmo-imap4-connection-cache): Abolished.
8801         (elmo-imap4-password-key): Ditto.
8802         (elmo-imap4-flush-connection): Ditto.
8803         (elmo-imap4-get-connection): Ditto.
8804         All other related modules are changed.
8805         (elmo-imap4-get-session): New function
8806         (Replacement for `elmo-imap4-get-connection').
8807         (elmo-imap4-read-response): Abolished argument `buffer'.
8808         All other related modules are changed.
8809         (elmo-imap4-send-command): Likewise.
8810         (elmo-imap4-select-folder): Abolished.
8811         All other related modules are changed.
8812         (elmo-imap4-select-mailbox): New function.
8813         (Replacement for `elmo-imap4-select-folder').
8814         (elmo-imap4-auth-login): Simplify.
8815         (Assume current buffer as process buffer)
8816         (elmo-imap4-auth-cram-md5): Ditto.
8817         (elmo-imap4-auth-digest-md5): Ditto.
8818         (elmo-imap4-login): Ditto.
8819         (elmo-imap4-open-connection): Abolished.
8820         (elmo-imap4-open-connection-1): Abolished.
8821         (elmo-network-initialize-sessoin): Define.
8822         (elmo-network-authenticate-session): Ditto.
8823         (elmo-network-setup-session): Ditto.
8824
8825         * elmo-net.el: New module.
8826
8827 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8828
8829         * elmo-util.el (elmo-define-error): New function.
8830
8831         * elmo2.el (elmo-error): Define.
8832         (elmo-open-error): Define.
8833         (elmo-authenticate-error): Define.
8834
8835         * elmo-imap4.el (elmo-imap4-error): Abolish.
8836         (elmo-imap4-error-type): Abolish.
8837         (elmo-imap4-error-process): Abolish.
8838         (elmo-imap4-error-message): Abolish
8839         (elmo-imap4-list-folders): Don't quote lambda.
8840         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8841         (elmo-imap4-parse-namespace): Ditto.
8842         (elmo-imap4-open-connection): Rewrite.
8843         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8844         (elmo-imap4-get-connection): Abolish local variable `result'.
8845
8846 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8847
8848         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8849         wrong-type-argument error when auth is nil.
8850
8851 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8854         (elmo-default-nntp-stream-type): Ditto.
8855         (elmo-default-pop3-stream-type): Ditto.
8856         (elmo-network-stream-type-alist): Ditto.
8857         (elmo-default-imap4-ssl): Abolished.
8858         (elmo-default-nntp-ssl): Ditto.
8859         (elmo-default-pop3-ssl): Ditto.
8860
8861         * elmo-util.el: (toplevel): Removed needless requires.
8862         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8863         (elmo-open-network-stream): Open network stream according to
8864         the value of `elmo-network-stream-type-alist'.
8865         (elmo-get-network-stream-type): New function.
8866         (elmo-network-stream-type-spec-string): New macro.
8867         (elmo-network-stream-type-symbol): Ditto.
8868         (elmo-network-stream-type-function): Ditto.
8869
8870         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8871         network-stream-type. All other related portions are changed.
8872         (elmo-pop3-open-connection): Ditto.
8873
8874         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8875         network-stream-type. All other related portions are changed.
8876
8877         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8878         network-stream-type.All other related portions are changed.
8879         (elmo-imap4-error): New macro.
8880         (elmo-imap4-error-type): Ditto.
8881         (elmo-imap4-error-process): Ditto.
8882         (elmo-imap4-error-message): Ditto.
8883         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8884         (elmo-imap4-auth-cram-md5): Ditto.
8885         (elmo-imap4-auth-digest-md5): Ditto.
8886         (elmo-imap4-login): Ditto.
8887         (elmo-imap4-open-connection): Remove password entry if authentication
8888         was in vain.
8889         (elmo-imap4-user-at-host): Abolished.
8890         (elmo-imap4-password-key): New buffer local variable.
8891         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8892         using protocol, port, auth and stream-type.
8893
8894         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8895
8896 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8897
8898         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8899
8900         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8901
8902         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8903         (elmo-imap4-authenticator-alist): New variable.
8904         (elmo-imap4-open-connection-1): Rename from
8905         elmo-imap4-open-connection.
8906         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8907         only wraps elmo-imap4-open-connection-1.
8908         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8909         user-at-host.
8910         (elmo-imap4-auth-login): New function.
8911         (elmo-imap4-auth-cram-md5): New function.
8912         (elmo-imap4-auth-digest-md5): New function.
8913         (elmo-imap4-login): New function.
8914
8915 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8916
8917         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
8918         function `error'.
8919
8920 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8921
8922         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
8923
8924 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8925
8926         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
8927
8928 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
8929
8930         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
8931         for server responses, quote `*' regardless of where it appears.
8932
8933 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8934
8935         * elmo-maildir.el (elmo-maildir-commit): New alias.
8936
8937 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8938
8939         * elmo-util.el (elmo-display-progress):
8940                 Use `progress-feedback-with-label'.
8941
8942 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8943
8944         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
8945         (elmo-imap4-non-atom-char-regex): Ditto.
8946         (elmo-imap4-non-text-char-regex): Ditto.
8947         (elmo-imap4-literal-threshold): Ditto.
8948         (elmo-imap4-atom-p): New function.
8949         (elmo-imap4-quotable-p): Ditto.
8950         (elmo-imap4-nil): Ditto.
8951         (elmo-imap4-atom): Ditto.
8952         (elmo-imap4-quoted): Ditto.
8953         (elmo-imap4-literal-subr): Ditto.
8954         (elmo-imap4-literal): Ditto.
8955         (elmo-imap4-buffer-literal): Ditto.
8956         (elmo-imap4-string-subr): Ditto.
8957         (elmo-imap4-string): Ditto.
8958         (elmo-imap4-buffer-string): Ditto.
8959         (elmo-imap4-astring-subr): Ditto.
8960         (elmo-imap4-astring): Ditto.
8961         (elmo-imap4-buffer-astring): Ditto.
8962         (elmo-imap4-nstring): Ditto.
8963         (elmo-imap4-buffer-nstring): Ditto.
8964         (elmo-imap4-mailbox): New alias.
8965         (elmo-imap4-field-body): Ditto.
8966         (elmo-imap4-userid): Ditto.
8967         (elmo-imap4-password): Ditto.
8968         (elmo-imap4-format-quoted): New function.
8969         (elmo-imap4-send-command): Rewritten.  Accept a list of command
8970         arguments and handle "atom", "quoted" and "literal" string here.
8971         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
8972         `elmo-imap4-send-command'.
8973         (elmo-imap4-folder-exists-p): Likewise.
8974         (elmo-imap4-create-folder): Likewise.
8975         (elmo-imap4-delete-folder): Likewise.
8976         (elmo-imap4-rename-folder): Likewise.
8977         (elmo-imap4-max-of-folder): Likewise.
8978         (elmo-imap4-check-validity): Likewise.
8979         (elmo-imap4-sync-validity): Likewise.
8980         (elmo-imap4-server-diff): Likewise.
8981         (elmo-imap4-select-folder): Likewise.
8982         (elmo-imap4-copy-msgs): Likewise.
8983         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
8984         (elmo-imap4-mark-set-on-msgs): Likewise.
8985         (elmo-imap4-read-part): Likewise.
8986         (elmo-imap4-read-msg): Likewise.
8987         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
8988         `elmo-imap4-password' for `elmo-imap4-send-command'.
8989         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
8990         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
8991         `elmo-imap4-buffer-literal'.
8992         (elmo-imap4-append-msg): Likewise.
8993
8994         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
8995         `delete' for removing dead connection from the connection cache.
8996         Move deletion of the process buffer after that.
8997         (elmo-imap4-list): Change `defsubst' to `defun'.
8998         (elmo-imap4-commit): Make error message verbose.
8999         (elmo-imap4-search): Ditto.
9000         (elmo-imap4-list): Ditto.
9001         (elmo-imap4-select-folder): Ditto.
9002         (elmo-imap4-copy-msgs): Ditto.
9003         (elmo-imap4-delete-msg-by-id): Ditto.
9004         (elmo-imap4-append-msg-by-id): Ditto.
9005         (elmo-imap4-append-msg): Ditto.
9006
9007 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9008
9009         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9010         when dired is used on XEmacs.
9011
9012 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9013
9014         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9015         instead of `append'.
9016         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9017         `elmo-plugged-p' directly.
9018         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9019         of `elmo-plugged-p' directly.
9020
9021         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9022         Eliminate unused variable.  Use `memq' for checking a process status.
9023         Use `cons' instead of `append' for updating the connection cache.
9024         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9025         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9026
9027 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9028
9029         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9030         `elmo-imap4-read-point' exactly.
9031
9032         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9033         the local variable `folder' to `mailbox'.
9034         Rename the argument `fld' to `folder'.
9035
9036 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9037
9038         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9039         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9040
9041 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9042
9043         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9044         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9045         (elmo-pop3-uidl-number-hash): Ditto.
9046         (elmo-pop3-size-hash): Ditto.
9047         (elmo-pop3-uidl-done): Ditto.
9048         (elmo-pop3-list-done): Ditto.
9049         (elmo-pop3-connection-get-process): New defmacro.
9050         (elmo-pop3-connection-get-buffer): Ditto.
9051         (elmo-pop3-close-connection): Delete buffer and process.
9052         (elmo-pop3-flush-connection): Don't delete buffer and process.
9053         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9054         Setup UIDL and size hash.
9055         (elmo-pop3-send-command-no-erase): Deleted
9056         (elmo-pop3-send-command): Added optional argument `no-erase'.
9057         (elmo-pop3-parse-uidl-response): New function.
9058         (elmo-pop3-parse-list-response): Set size hash.
9059         (elmo-pop3-list-location): New function.
9060         (elmo-pop3-list-by-uidl-subr): Ditto.
9061         (elmo-pop3-list-by-list): Ditto.
9062         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9063         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9064         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9065         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9066         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9067         Use uidl.
9068         (elmo-pop3-uidl-to-number): New function.
9069         (elmo-pop3-number-to-uidl): Ditto.
9070         (elmo-pop3-number-to-size): Ditto.
9071         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9072         Set number by use of uidl.
9073         (elmo-pop3-msgdb-create-message): Likewise.
9074         Set size, loc-alist in msgdb.
9075         (elmo-pop3-read-msg): Set number by use of uidl.
9076         Added optional argument `msgdb'.
9077         (elmo-pop3-delete-msg): Ditto.
9078         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9079         (elmo-pop3-commit): Close connection.
9080
9081         * elmo-pipe.el (elmo-pipe-max-of-folder):
9082         Bind `elmo-pop3-use-uidl' as nil.
9083         (elmo-pipe-drain): Ditto.
9084         Call `elmo-commit'.
9085
9086         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9087         (elmo-msgdb-overview-entity-set-size): New defsubst.
9088
9089 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9090
9091         * elmo-vars.el (elmo-use-killed-list): New variable
9092         (Renamed from `elmo-nntp-use-killed-list').
9093         (elmo-nntp-use-killed-list): Eliminated.
9094
9095         * elmo-msgdb.el (elmo-msgdb-expand-path):
9096         Changed expanding msgdb path for elmo-multi.
9097
9098         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9099         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9100         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9101         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9102         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9103         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9104         (toplevel): Deleted time-stamp line.
9105
9106         * elmo2.el (elmo-clear-killed ): Defined as function
9107         (Abolished defining as a backend function).
9108         All other related modules are changed.
9109
9110 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9111
9112         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9113
9114 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9117
9118 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9119
9120         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9121
9122 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9123
9124         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9125         asynchronous folder check.
9126
9127         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9128
9129         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9130         `elmo-nntp-use-killed-list'.
9131         (elmo-nntp-list-folder): Use killed list.
9132         (elmo-nntp-max-of-folder): Ditto.
9133         (elmo-nntp-msgdb-create): Set killed list.
9134
9135         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9136
9137         * elmo2.el (elmo-clear-killed): New backend function.
9138         All other related modules are changed.
9139
9140 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9141
9142         * elmo-util.el (elmo-imap4-spec-folder): Use
9143         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9144         All callers changed.
9145
9146 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * mmelmo-2.el (initialize-instance):
9149         Use `mime-buffer-entity-buffer-internal' instead of
9150         `mime-entity-buffer'.
9151
9152         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9153         (mime-entity-body): Implemented.
9154         (mime-goto-header-start-point): Deleted.
9155         (mime-goto-body-end-point): Ditto.
9156         (mime-entity-point-min): Ditto.
9157         (mime-entity-point-max): Ditto.
9158         (mime-entity-children): Ditto.
9159         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9160         instead of `mime-entity-buffer'.
9161         (mime-entity-header-buffer): Ditto.
9162         (mime-entity-body-buffer): Ditto.
9163         (mime-write-entity-content): Ditto.
9164
9165         * pldap.el (ldap-static-if): New macro.
9166         (toplevel): Use it instead of `static-if'.
9167
9168 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9169
9170         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9171         included in `attrs' argument.
9172
9173 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9176
9177         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9178         (ldap-ldif-safe-init-char-regexp): Ditto.
9179         (ldap-ldif-safe-string-regexp): Ditto.
9180         (ldap/ldif-safe-string-p): New macro.
9181         (ldap/ldif-insert-field): Ditto.
9182         (ldap-modify): Use it.
9183         (ldap-add): Ditto.
9184         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9185         (ldap-decode-attribute): Decode only when `attr' is consp.
9186         (ldap-delete): Bind `ret'.
9187         (toplevel): Require 'cl at compile time.
9188         Removed (require 'poe) and (require 'std11).
9189         (pldap-version): Eliminated.
9190         (ldap-search-basic): Removed auth and dn binding.
9191         (ldap-ldif-field-name-regexp): New constant.
9192         (ldap-ldif-field-head-regexp): Ditto.
9193         (ldap-ldif-next-field-head-regexp): Ditto.
9194         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9195         (ldap/field-end): New function.
9196         (ldap/field-body): Use it.
9197         (ldap/collect-field): Ditto.
9198         (ldap-search-basic): Use `ldap/field-body'.
9199
9200 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9201
9202         * pldap.el (ldap-default-attribute-encoder): New user option.
9203         (ldap/field-body): Decode base64 string.
9204         (ldap/collect-field): Ditto.
9205         (ldap-encode-attribute): New function.
9206         (ldap-add-entries): Use it.
9207         (ldap-modify-entries): Ditto.
9208         (ldap-search-entries): Enclosed decoding function with
9209         `with-temp-buffer' and set as unibyte.
9210         (ldap-search-basic): Set process buffer as unibyte.
9211
9212         * elmo-util.el (elmo-folder-identical-system-p):
9213         Eliminated name space checking.
9214
9215         * pldap.el: New module.
9216         toplevel: Changed condition to detect built-in ldap feature.
9217         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9218         (ldap-add): Added error handling.
9219         (ldap-modify): Ditto.
9220         (ldap-delete): Ditto.
9221
9222 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9223
9224         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9225         Initialize local variables with `let'.  Inline a temporary
9226         variable for the progress percentage.  Sort `setq' to reduce
9227         function call in the while-loop.
9228
9229         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9230         into the conditional branch.
9231
9232 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9233
9234         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9235         Move a conditional out of the while-loop.
9236
9237 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9238
9239         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9240         elmo-msgdb-overview-get-entity-by-number.
9241         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9242         throw.
9243
9244 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9245
9246         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9247         the local variable for a packed number self descriptively.
9248
9249 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9250
9251         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9252         * elmo-localdir.el (elmo-localdir-pack-number): Use
9253         `elmo-msgdb-overview-get-entity' instead of
9254         `elmo-msgdb-overview-get-entity-by-number'.
9255         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9256         (elmo-msgdb-search-overview-entity): Removed.
9257         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9258         by message-id or number.
9259         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9260         instead of `elmo-msgdb-overview-get-entity-by-number'.
9261
9262 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9263
9264         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9265         non-nil, use hash table for overview.
9266         (elmo-hash-maximum-size): New variable.
9267         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9268         (elmo-msgdb-make-overview-hashtb): New function.
9269         (elmo-msgdb-clear-overview-hashtb): New function.
9270         (elmo-clear-hash-val): New macro.
9271         All other related modules are changed.
9272
9273 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9274
9275         * elmo2.el (elmo-move-msgs): If there's other message with
9276         same message-id, don't use cache.
9277
9278 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9279
9280         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9281         number is already packed.
9282
9283 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9284
9285         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9286
9287 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9288
9289         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9290         All other related modules are changed.
9291
9292 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9295         of refiling failure on Maildir.
9296
9297 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9298
9299         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9300         decoded mime-charset with cache.
9301         (elmo-msgdb-overview-entity-get-from): Ditto.
9302         (elmo-msgdb-overview-entity-get-subject): Ditto.
9303         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9304
9305 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9306
9307         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9308         (elmo-remove-passwd): Fill password with 0 before erase.
9309         * elmo-vars.el (elmo-passwd-life-time): New variable.
9310
9311 \f
9312 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * elmo-cache.el (elmo-buffer-cache-add):
9315         Set message cache buffer as unibyte.
9316
9317 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9318
9319         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9320         become nil.
9321
9322 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9323
9324         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9325         when display is finished.
9326         (elmo-nntp-msgdb-create): Ditto.
9327         (elmo-nntp-groups-read-response): Ditto.
9328         (elmo-nntp-retrieve-headers): Ditto.
9329         (elmo-nntp-msgdb-create-message): Ditto.
9330         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9331         (elmo-pop3-msgdb-create-message): Ditto.
9332
9333 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9334
9335         * elmo-maildir.el (elmo-maildir-msgdb-create):
9336         Use `elmo-msgdb-sort-by-date'.
9337
9338 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9339
9340         * elmo2.el (elmo-read-msg-no-cache):
9341         Eliminated arguments after `outbuf'.
9342         Don't use cache even if it exists.
9343         (elmo-read-msg): Don't pass arguments after `outbuf' to
9344         `elmo-read-msg-no-cache'.
9345
9346 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9347
9348         * elmo-archive.el (elmo-archive-list-folders):
9349         Use `file-name-directory' if base folder does not exist.
9350
9351 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9352
9353         * elmo-archive.el (elmo-archive-list-folders): Don't use
9354         `file-name-directory'.
9355
9356 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9357
9358         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9359         If `force' is non-nil, try flushing all operation queues.
9360
9361 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9362
9363         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9364         as-binary-process.
9365
9366 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9367
9368         * elmo-util.el (elmo-display-progress): Fixed.
9369
9370 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9371
9372         * elmo-util.el (elmo-display-progress): New function.
9373         All other related modules are changed.