374ff796af4a848e2fd1ec66473300970cce1d22
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-01-15  Vitaly Mayatskih  <v.mayatskih@gmail.com>
2
3         * elmo-version.el (elmo-version): Up to 2.15.9.
4
5         * elmo-imap4.el (elmo-imap4-elist): New function
6         * elmo-imap4.el (elmo-imap4-parse-response): Added support for
7         ESEARCH feature (RFC4731).
8         * elmo-imap4.el (toplevel): Require time-stamp
9         * elmo-imap4.el (elmo-imap4-send-command, elmo-imap4-send-string,
10         elmo-imap4-read-response elmo-imap4-read-untagged
11         elmo-imap4-arrival-filter elmo-imap4-parse-response): Change
12         logging format.
13         * elmo-imap4.el (elmo-folder-list-messages-plugged,
14         elmo-imap4-folder-list-range, elmo-folder-open): Don't ask server
15         for full uid range on folder entering, retrieve updates only for
16         newly appeared messages.
17
18 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
19
20         * acap.el (acap-parse-response): Fix comment-out style. Use three
21         semicolons, that should start at the left margin.
22         See. also (Info-goto-node "(elisp)Comment Tips").
23         * elmo.el (toplevel, elmo-message-match-condition)
24         (elmo-folder-set-info-max-by-numdb, elmo-folder-move-messages):
25         Ditto.
26         * elmo-archive.el (elmo-archive-suffix-alist)
27         (elmo-archive-tar-method-alist, elmo-archive-tgz-method-alist)
28         (elmo-archive-method-list)
29         (elmo-archive-msgdb-create-as-numlist-subr2, elmo-folder-search):
30         Ditto.
31         * elmo-imap4.el (toplevel)
32         (elmo-imap4-send-command, elmo-imap4-check-validity)
33         (elmo-imap4-fetch-callback-1-subr)
34         (elmo-network-initialize-session, elmo-server-diff-async)
35         (elmo-imap4-folder-diff-plugged): Ditto
36         * elmo-maildir.el (elmo-maildir-temporal-filename): Ditto.
37         * elmo-msgdb.el (elmo-msgdb-append-element): Ditto.
38         * elmo-net.el (elmo-network-close-session): Ditto.
39         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string)
40         (elmo-nntp-parse-overview-string, elmo-nntp-post): Ditto.
41         * elmo-pop3.el (elmo-pop3-retrieve-headers):  Ditto.
42         * elmo-util.el (elmo-set-auto-coding, elmo-passwd-alist-save)
43         (elmo-number-set-delete)
44         (elmo-cache-get-oldest-cache-file-entity): Ditto.
45
46 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
47
48         * elmo-version.el (elmo-version): Up to 2.15.8.
49
50         * elmo-mime.el (elmo-mime-insert-header-from-buffer): Use
51         `with-current-buffer' instead of `save-excursion' (for suppress
52         compile warnings).
53
54         * elmo.el (elmo-folder-confirm-appends): Use `number-to-string'
55         instead of `int-to-string'.
56         * elmo-archive.el (elmo-archive-message-fetch-internal)
57         (elmo-archive-folder-message-make-temp-files)
58         (elmo-archive-folder-append-buffer)
59         (elmo-folder-delete-messages-internal)
60         (elmo-archive-msgdb-create-entity)
61         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
62         * elmo-util.el (elmo-cache-expire-by-age): Ditto.
63         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
64         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
65         * elmo-imap4.el (elmo-imap4-make-number-set-list)
66         (elmo-folder-list-subfolders): Ditto.
67         * elmo-localdir.el (elmo-message-file-name)
68         (elmo-folder-message-make-temp-files)
69         (elmo-localdir-msgdb-create-entity)
70         (elmo-folder-append-messages-*-localdir)
71         (elmo-folder-pack-numbers): Ditto.
72         * elmo-maildir.el (elmo-folder-message-make-temp-files): Ditto.
73         * elmo-map.el (elmo-location-map-key): Ditto.
74         * elmo-nntp.el (elmo-nntp-folder-postfix)
75         (elmo-nntp-folder-list-subfolders)
76         (elmo-nntp-folder-msgdb-create): Ditto.
77
78         * elmo.el (elmo-crosspost-message-alist-save): Don't use
79         `function' for `lambda'.
80         * elmo-archive.el (elmo-archive-folder-list-subfolders)
81         (elmo-folder-append-messages-*-archive)
82         (elmo-folder-delete-messages-internal): Ditto.
83         * elmo-date.el (elmo-replace-in-string): Ditto.
84         * elmo-multi.el (elmo-folder-list-messages, elmo-folder-search)
85         (elmo-folder-list-flagged): Ditto.
86         * elmo-maildir.el (elmo-maildir-cleanup-temporal): Ditto.
87         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
88         * modb-standard.el (modb-standard-cleanup-stale-entities): Ditto.
89
90 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
91
92         * elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
93         `elmo-dop-spool-folder' was used before it was defined"; Use
94         `defun' instead.
95
96         * pldap.el (ldap/ldif-safe-string-p): macro to function.
97         * elmo-imap4.el (elmo-imap4-detect-search-charset): Ditto.
98
99         * elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of
100         `mapcar'; Suppress compile warning.
101         * elmo-imap4.el (elmo-network-initialize-session-buffer)
102         (elmo-imap4-search-internal-primitive): Ditto.
103         * elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
104         * elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.
105
106         * elmo-imap4.el (elmo-imap4-parse-address-list)
107         (elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
108         (elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
109         (elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use
110         `(string-to-char " ")' instead of `? ', `?\ '.
111
112 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
113
114         * pldap.el (ldap-search-entries): Don't use `function' for lambda.
115         (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
116         (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
117         `function' for lambda.
118
119         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
120         `string-to-number' instead of `string-to-int'.
121
122         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
123         instead of `save-excursion' (for suppress compile warnings).
124         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
125         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
126         (elmo-nntp-post): Ditto.
127
128 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
131         Mule-UCS (to-utf-16).
132         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
133         Emacs 23.
134
135 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
136
137         * utf7.el (utf7-find-coding-system-without-bom): New Function.
138         (utf7-utf-16-coding-system): use no-BOM coding system.
139         (utf7-get-u16char-converter): remove workaround for BOM.
140
141 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
142
143         * elmo-util.el (elmo-union): New function, make a union of two lists.
144
145         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
146         mime-view when displaying malformed base64 attach.
147
148         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
149         (removed duplicated code)
150
151         * modb-standard.el (modb-standard-cleanup-stale-entities): New
152         function, Remove stale entities from elmo's cache.
153
154 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156         * elmo-version.el (elmo-version): Up to 2.15.7.
157
158 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
159
160         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
161         default value to `--auto-update'.
162
163 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
166         Add `elmo-pop3-read-point' barrier.
167
168 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
169
170         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
171         goto the previous end-point insead of the head-point, and use
172         `search-forward' instead of `re-search-forward'.
173
174 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
175
176         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
177
178 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
179
180         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
181         case-insensitive fashion.
182
183 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
184
185         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
186
187 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
188
189         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
190         `eval-and-compile' for suppress compile warnings.
191
192         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
193         instead of `defun-maybe'
194
195         * elmo-util.el: Add (eval-when-compile (require 'static)).
196
197 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199         * mmimap.el: Remove (require 'static).
200         * acap.el: Ditto.
201
202         * elmo-flag.el: Move ';;; Code:' comment.
203         * elmo-imap4.el: Ditto.
204         * elmo-net.el: Ditto.
205
206         * elmo-version.el (product-provide): Fix comment.
207
208 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
209
210         * slp.el: Add (eval-when-compile (require 'cl)).
211         * elmo-date.el: Ditto.
212         * elmo-pop3.el: Ditto.
213         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
214
215 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
216
217         * modb.el (elmo-msgdb-match-condition-primitive): Use
218         `string-to-number' instead of `string-to-int'.
219
220         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
221         (elmo-msgdb-message-match-condition)
222         (elmo-msgdb-create-message-entity-from-buffer): Use
223         `string-to-number' instead of `string-to-int'.
224
225         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
226         instead of `string-to-int'.
227
228         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
229         instead of `string-to-int'.
230
231         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
232         `string-to-number' instead of `string-to-int'.
233
234         * elmo-nntp.el (elmo-nntp-make-msglist)
235         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
236         (elmo-nntp-create-msgdb-from-overview-string)
237         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
238         (elmo-nntp-search-primitive): Use `string-to-number' instead of
239         `string-to-int'.
240
241         * elmo-net.el (elmo-net-folder-set-parameters): Use
242         `string-to-number' instead of `string-to-int'.
243
244         * elmo-localdir.el (elmo-localdir-list-subr): Use
245         `string-to-number' instead of `string-to-int'.
246
247         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
248         `string-to-number' instead of `string-to-int'.
249
250         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
251         instead of `string-to-int'.
252
253         * elmo-archive.el (elmo-archive-list-folder-subr): Use
254         `string-to-number' instead of `string-to-int'.
255
256 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
257
258         * elmo-util.el (elmo-get-passwd): Fix typo.
259
260         * elmo-nntp.el (elmo-nntp-get-server-command)
261         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
262         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
263         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
264         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
265
266         * elmo-imap4.el (elmo-imap4-debug)
267         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
268         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
269         (elmo-imap4-response-value, elmo-imap4-response-error-text)
270         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
271         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
272         (elmo-imap4-identical-system-p): New backquote style.
273
274 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
275
276         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
277         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
278         (elmo-dop-queue-arguments): Ditto.
279
280         * elmo-date.el (elmo-match-substring): New backquote style.
281         (elmo-match-string, elmo-match-buffer): Ditto.
282         (elmo-date-make-sortable-string): Ditto.
283
284         * elmo-archive.el (elmo-archive-get-method):New backquote style.
285         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
286
287         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
288         style.
289
290         * elmo-net.el (elmo-network-stream-type-spec-string): New
291         backquote style.
292         (elmo-network-stream-type-symbol): Ditto.
293         (elmo-network-stream-type-feature): Ditto.
294         (elmo-network-stream-type-function): Ditto.
295         (elmo-network-session-buffer): Ditto.
296
297         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
298         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
299         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
300         (elmo-bind-directory, elmo-set-work-buf): Ditto.
301
302         * elmo.el (elmo-folder-send): New backquote style.
303
304 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
305
306         * pldap.el (ldap-static-if): New backquote style.
307         (ldap/ldif-safe-string-p): Ditto.
308         (ldap/ldif-insert-field): Ditto.
309
310         * elmo-version.el (elmo-version): Up to 2.15.6.
311
312 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
315         messages with \Deleted flag.
316         (elmo-folder-delete-messages-plugged): Ask before sending expunge
317         command if there are messages with \Deleted flag.
318
319 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
322         http://seclists.org/bugtraq/2007/Apr/0018.html
323         (Suggested by Tatsuya Kinoshita)
324
325 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
326
327         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
328         with \Noselect attribute.
329
330 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
333         hierarchical folder structure with UW-imapd.
334
335 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
338         when the LOGINDISABLED capability is advertised.
339
340 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
341
342         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
343
344 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
347         `entity'.
348         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
349         if the message entity is exists.
350
351 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * elmo-util.el (elmo-msgdb-insert-file-header): Call
354         `elmo-delete-cr-buffer'.
355
356         * elmo-localdir.el (elmo-message-fetch-internal): Use
357         `insert-file-contents-as-raw-text' instead of
358         `insert-file-contents-as-binary'.
359
360         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
361
362 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
363
364         * elmo-imap4.el (elmo-network-initialize-session): Check to
365         retrieve a whole greeting message.
366
367 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
370
371 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
374         (elmo-progress-notify): Use it instead of `plist-get'.
375
376 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * elmo.el (elmo-generic-folder-append-messages): Remove unused
379         variable `table'.
380
381 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * elmo-pipe.el (elmo-folder-set-plugged): Define.
384
385 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
388         (elmo-spam-list-spam-messages): Check it option.
389
390 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
391
392         * elmo-util.el (elmo-with-progress-display): Return the value
393         of the last form in `body'.
394
395 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
398         `elmo-progress-counter' as t when a query callback returns nil.
399         (elmo-progress-clear): New function.
400         (elmo-progress-done): Split into `elmo-progress-clear'.
401         (elmo-progress-notify): Update a total slot when it is nil.
402         (elmo-with-progress-display): Call `elmo-progress-clear' in
403         unwind-protect and move calling `elmo-progress-done' to outside.
404
405         * elmo-imap4.el (elmo-imap4-find-next-line): Call
406         `elmo-progress-notify' with :total parameter instead of
407         `elmo-progress-counter-set-total'.
408
409 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
410
411         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
412         Make it interactive.
413         (elmo-progress-start): Avoid updating `elmo-progress-counter'
414         when a query callback returns nil.  Return a progress counter
415         instead of t whenever a start callback was called.
416
417 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
420         (elmo-imap4-send-command): Use it.
421         (elmo-network-initialize-session): Ditto.
422         (elmo-network-setup-session): Ditto.
423         (elmo-folder-msgdb-create-plugged): Ditto.
424
425 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * elmo-util.el (elmo-progress-done): Fix a miss refer to
428         `elmo-progress-counter'.
429
430 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
433         (elsp-bsfilter-list-spam-filter): New function.
434         (elsp-bsfilter-start-list-spam): Ditto.
435         (elsp-bsfilter-read-list-spam): Ditto.
436         (elmo-spam-list-spam-messages): Use async process to display
437         progress message by each message.
438
439 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
442         of flushing previously inserted message contents.
443
444         * elmo-imap4.el (elmo-folder-search): Fix return value.
445
446 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
449         of reporter is enable or not.
450
451 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
452
453         * elmo-util.el (elmo-list-bigger-diff): Abolish.
454         (elmo-display-progress): Ditto.
455         (elmo-progress-counter-alist): Ditto.
456         (elmo-progress-set): Ditto.
457         (elmo-progress-clear): Ditto.
458         (elmo-progress-counter-all-value): Rename to
459         `elmo-progress-counter-total'.
460         (elmo-progress-counter-format): Rename to
461         `elmo-progress-counter-action'.
462         (elmo-progress-counter): New internal variable.
463         (elmo-progress-callback-function): Ditto.
464         (elmo-progress-counter-label): New function.
465         (elmo-progress-counter-set-total): Ditto.
466         (elmo-progress-counter-set-action): Ditto.
467         (elmo-progress-call-callback): Ditto.
468         (elmo-progress-start): Ditto.
469         (elmo-progress-done): Ditto.
470         (elmo-progress-notify): Rewrite.
471         (elmo-with-progress-display): Remove first argument
472         `condition'. Add optional argument `var' in `spec'.
473
474         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
475         (elmo-display-retrieval-progress-threshold): Ditto.
476         (elmo-inhibit-display-retrieval-progress): Ditto.
477
478         * Replace all pair of `elmo-progress-set' and
479         `elmo-progress-clear' into `elmo-with-progress-display'.
480
481         * Replace to call `elmo-display-progress' into pair of
482         `elmo-progress-notify' and `elmo-with-progress-display'.
483
484         * elmo-version.el (elmo-version): Up to 2.15.5.
485
486 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
489         `cond'.
490
491 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
494         cleanup-forms [wl:14027].
495
496 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * elmo-flag.el (elmo-global-flag-set-internal): Use
499         `elmo-copy-file' by priority when the message is a file.
500
501 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
502
503         * elmo.el: Fix typo: disptch -> dispatch.
504
505 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * elmo.el (elmo-file-tag): New class.
508         (elmo-append-messages-disptch-table): New constant.
509         (elmo-folder-type-p): New function.
510         (elmo-folder-append-messages): Redefine as function.
511
512         * elmo-null.el (elmo-folder-append-messages): Renamed from
513         `elmo-folder-append-messages'.
514
515         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
516         (elmo-folder-append-messages-*-maildir): Renamed from
517         `elmo-folder-append-messages'.
518
519         * elmo-localdir.el (elmo-localdir-folder): Inherit
520         `elmo-file-tag'.
521         (elmo-folder-append-messages-*-localdir): Renamed from
522         `elmo-folder-append-messages'.
523
524         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
525         from `elmo-folder-append-messages'.
526
527         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
528         `elmo-folder-append-messages'.
529
530         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
531         function.
532         (elmo-folder-append-messages-*-filter): Ditto.
533
534         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
535
536         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
537         (elmo-folder-append-messages-*-pipe): Renamed from
538         `elmo-folder-append-messages'.
539
540         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
541
542         * elmo-file.el (elmo-file-folder): Ditto.
543
544         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
545
546         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
547         from `elmo-folder-append-messages'
548
549 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * elmo-map.el (elmo-location-map-setup): Change an argument
552         `locations' to optional.
553         (elmo-location-map-clear): Abolish.
554         (elmo-folder-clear): Follow the API change.
555
556         * elmo-pop3.el (elmo-folder-clear): Ditto.
557
558         * elmo-pop3.el (toplevel): Require elmo-map.
559         (elmo-pop3-folder): Inherit elmo-location-map and abolish
560         location-alist slot (All other related portions are changed).
561         (elmo-pop3-folder-use-uidl): New function.
562         (elmo-folder-msgdb-create): Don't sort message entities.
563         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
564         (elmo-pop3-number-to-size): Convert return value to number.
565         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
566         working buffer.
567
568         * elmo-map.el: Use `location-map' as a variable name for instance
569         instead of `mapper'.
570         (elmo-location-map-setup): Return location alist.
571         (elmo-location-map-update): Ditto.
572
573 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * elmo-map.el (elmo-location-map): New class; split location and
576         number mapping from elmo-map-folder (All other related portions
577         are changed).
578
579         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
580         change.
581
582         * elmo-version.el (elmo-version): Up to 2.15.4.
583
584 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * elmo-vars.el (elmo-use-hardlink): New user option.
587
588         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
589         `elmo-use-hardlink'.
590
591         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
592         killed-list.
593         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
594         instead of `*-internal'. Use `elmo-with-progress-display'.
595
596 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
599         `elmo-spam-process-messages-as-mbox'.
600
601         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
602
603 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
606         argument BUFFER of `call-process'.
607
608 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
609
610         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
611         args.
612         (elsp-bsfilter-list-spam-files): Ditto.
613
614 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
617         (elmo-spam-bsfilter-max-messages-per-process): New use option.
618         (elmo-spam-bsfilter-debug): Fix a group.
619         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
620         `--homedir'.
621         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
622         (elsp-bsfilter-list-spam-files): New function.
623         (elmo-spam-list-spam-messages): Define.
624         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
625         (elmo-spam-bsfilter-register-messages): New function.
626         (elmo-spam-register-spam-messages): Define.
627         (elmo-spam-register-good-messages): Ditto.
628
629         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
630
631         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
632         `nconc' and `consp'.
633
634 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
637         hash table to test whether a location is exists.
638
639 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
642         even if some error occurred.
643
644         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
645         meaningless unwind-protect.
646
647         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
648         start-number correctly.
649         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
650         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
651
652 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
655         (elmo-folder-initialize): Use it.
656         (elmo-global-flag-replace-referrer): New function.
657
658         * elmo.el (toplevel): Added autoload setting for
659         `elmo-global-flag-replace-referrer'.
660         (elmo-folder-rename): Rewrite the last change use
661         `elmo-global-flag-replace-referrer'.
662
663         * elmo-pipe.el (elmo-folder-rename): Call
664         `elmo-global-flag-replace-referrer'.
665
666 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * elmo.el (elmo-folder-rename): Set meta data for global flags
669         follow the rename.
670
671 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
674         as 'not-loaded.
675         (elmo-folder-close): Ditto.
676         (elmo-filter-folder-number-list-loaded-p): New function.
677         (elmo-filter-folder-number-list): Check whether loaded or not.
678         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
679         of `elmo-filter-folder-number-list-internal'.
680         (elmo-folder-delete-messages): Ditto.
681         (elmo-folder-length): Check whether number-list is loaded or not.
682
683 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
686         field `real field' into each element of list.
687         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
688         (elmo-msgdb-message-entity-field): Ditto.
689         (modb-entity-ml-info-real-fields): New function.
690
691         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
692
693         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
694         `elmo-msgdb-extra-fields'.
695
696 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * elmo-util.el (elmo-passwd-alist-load): Move point to min
699         position before read.
700
701 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
704         (elmo-global-flags-initialize): Ditto.
705
706 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * elmo-archive.el (toplevel): Don't require emu, std11
709         and elmo-localdir.
710
711         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
712         definition.
713
714 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
715
716         * elmo.el (elmo-folder-confirm-appends): Display folder name.
717
718 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
719
720         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
721         literals.
722
723 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * elmo-maildir.el (elmo-maildir-list-location): Reduce
726         `elmo-get-last-modification-time' call.
727
728 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
731         expression.
732         (elmo-maildir-set-mark): Ditto.
733         (elmo-maildir-delete-mark): Ditto.
734
735 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
738         optional argument `separators'.
739
740 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * elmo.el (cache-changed): Abolish.
743         (status-changed): New signal.
744         (elmo-message-killed-p): New generic function and define for
745         elmo-folder.
746         (elmo-folder-recover-messages): Ditto.
747         (elmo-message-set-cached): Emit signal `status-changed' instead of
748         `cache-changed'.
749         (elmo-message-status): New macro.
750         (elmo-message-status-folder): Ditto.
751         (elmo-message-status-number): Ditto.
752         (elmo-message-status-set-flags): Ditto.
753         (elmo-message-status-set-killed): Ditto.
754         (elmo-message-status-flags): New function.
755         (elmo-message-status-cached-p): Ditto.
756         (elmo-message-status-killed-p): Ditto.
757
758         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
759         `status-changed' instead of `cache-changed'.
760         (elmo-folder-recover-messages): Define.
761         (elmo-message-killed-p): Ditto.
762
763         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
764         `status-changed' instead of `cache-changed'.
765
766         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
767         (elmo-message-killed-p): Define.
768         (elmo-folder-recover-messages): Ditto.
769
770         * elmo-version.el (elmo-version): Up to 2.15.3.
771
772 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * elmo-signal.el (elmo-signal-bindings): Use cons to append
775         element into list.
776         (elmo-define-signal-handler): Add docstring.
777         (elmo-define-signal-filter): Ditto.
778
779         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
780
781 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * elmo-util.el (elmo-flatten): Don't use recursive call.
784
785         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
786         assignment.
787         (elmo-folder-message-make-temp-files): Use `number-to-string'
788         instead of `int-to-string'.
789
790 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * elmo-search.el (elmo-folder-delete-messages): Define.
793
794 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
797         customization type.
798         (elmo-mailing-list-count-spec-list): Ditto.
799
800         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
801         for `list-id'.
802
803 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
804
805         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
806         handling.
807
808 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
811         (elmo-mailing-list-count-spec-list): Ditto.
812
813         * elmo-util.el (elmo-map-until-success): New function.
814         (elmo-string-match-substring): Ditto.
815         (elmo-find-list-match-value): Ditto.
816
817         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
818         Removed.
819         (modb-entity-extract-ml-info-from-subject): Ditto.
820         (modb-entity-extract-ml-info-from-return-path): Ditto.
821         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
822         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
823         (modb-entity-extract-ml-info-from-mailman): Ditto.
824         (modb-entity-extract-mailing-list-info-functions): Ditto.
825         (modb-entity-extract-mailing-list-info): Rewrite with
826         `elmo-find-list-match-value'.
827
828 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * elmo-net.el (elmo-network-session-retry-count): New user option.
831         (elmo-network-session-buffer-name): New internal function.
832         (elmo-network-session-buffer-create): Ditto.
833         (elmo-network-open-session): Retry open network session
834         `elmo-network-session-retry-count' times.
835
836 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
837
838         * elmo-util.el (elmo-list-filter): Rewritten.
839
840 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * elmo-util.el (elmo-string-member): Allow symbol element in list.
843
844 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * elmo-search.el (elmo-make-search-engine): Use prefix
847         `elmo-search-' for require symbol instead of `else-'.
848         (elmo-search-engine-extprog): New class.
849         (elmo-search-engine-do-search): Remove nil from argument
850         list. Added argument pattern to evaluate element as function.
851         (elmo-search-engine-local-file): Derived from
852         `elmo-search-engine-extprog'.
853         (elmo-search-engine-create-message-entity): Check existance of file.
854         (elmo-search-engine-fetch-message): Ditto.
855         (elmo-search-namazu-index): Follow the API change.
856         (elmo-search-grep-target): Ditto.
857
858 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
861         characters of working buffer.
862
863         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
864         Does not bind `default-mime-charset'.
865         (elmo-msgdb-create-message-entity-from-buffer): Removed
866         unnecessary local bind.
867
868         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
869         function.
870         (modb-entity-extract-mailing-list-info-functions): Added it.
871
872 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
875         when number and message-id are non-nil.
876
877         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
878
879         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
880         conditional steatment.
881         (elmo-pop3-auth-apop): Likewise.
882         (elmo-network-authenticate-session): Likewise.
883
884 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
887         symbol `fill-column'.
888         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
889         decode field value.
890
891         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
892         (elmo-decoded-field-body): Ditto.
893
894 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
897         `tokens' to `params'.
898
899 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
902         working buffer.
903
904 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
907         decide index.
908
909 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
912         Set default value as nil.
913         (toplevel): Register search engines by
914         `elmo-search-register-engine' if there are not defined.
915
916         * elmo.el (autoload): Added autoload setting for
917         `elmo-search-register-engine'.
918
919 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * elmo.el (toplevel): `[' is redefined as the prefix of the search
922         folder instead of nmz folder.
923         (elmo-nmz-default-index-path): Added obsolete variable setting.
924         (elmo-nmz-index-alias-alist): Ditto.
925         (elmo-nmz-use-drive-letter): Ditto.
926
927         * elmo-search.el (elmo-search-register-engine): New function.
928
929         * elmo-nmz.el: Removed.
930
931         * elmo-version.el (elmo-version): Up to 2.15.2.
932
933 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * elmo-search.el: New file.
936
937 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
940         condition `larger' and `smaller'.
941
942 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * elmo-util.el (elmo-safe-filename): Rewrite to replace
945         `"' (double quote) into "_Q_".
946
947 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * elmo-net.el (elmo-net-quote-chars): Abolish.
950         (elmo-net-format-quoted): Ditto.
951
952 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * elmo.el (elmo-get-folder-function): New variable.
955         (elmo-get-folder): New function.
956         (elmo-folder-rename): Call `elmo-make-folder' with specified
957         mime-charset.
958
959         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
960         `elmo-make-folder'.
961         (elmo-split-subr): Ditto.
962
963         * elmo-multi.el (elmo-folder-initialize): Ditto.
964
965         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
966
967         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
968         (elmo-flag-get-folder): Ditto.
969
970         * elmo-filter.el (elmo-folder-initialize): Ditto.
971
972         * elmo-access.el (elmo-folder-initialize): Ditto.
973         (elmo-access-folder-update-children): Ditto.
974
975         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
976         (elmo-dop-queue-flush): Ditto.
977         (elmo-folder-append-buffer-dop-delayed): Ditto.
978         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
979         mime-charset.
980
981         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
982         instead of `elmo-make-folder'.
983         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
984         destination folder instead of send `elmo-folder-rename-internal'.
985
986         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
987         slot of subfolder instead of create it.
988
989 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * elmo-util.el (elmo-collect-separators): New function.
992         (elmo-collect-separators-internal): Ditto.
993         (elmo-collect-trail-separators): Ditto.
994         (elmo-parse-separated-tokens): Ditto.
995         (elmo-parse-separated-tokens-internal): Ditto.
996         (elmo-quote-syntactical-element): Ditto.
997
998         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
999         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1000
1001         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
1002         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1003         (elmo-nntp-folder-list-subfolders): Quote a user name.
1004
1005         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
1006         (elmo-net-parse-network): Abolish.
1007         (elmo-net-folder-set-parameters): New function.
1008         (elmo-folder-initialize): Follow the above change.
1009
1010         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
1011         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1012         (elmo-folder-list-subfolders): Use
1013         `elmo-quote-syntactical-element' instead of
1014         `elmo-net-format-quoted' to quote mailbox and user name.
1015
1016 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017
1018         * elmo-util.el (elmo-token-valid-p): New function.
1019         (elmo-parse-token): Add optional argument `requirement'.
1020         (elmo-parse-prefixed-element): Likewise.
1021
1022         * elmo-net.el (elmo-net-quote-chars): Renamed from
1023         `elmo-net-quote-chars-regexp'.
1024         (elmo-net-format-quoted): Add optional argument `extra-chars'.
1025
1026         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
1027         by info document. Check token `uidl' is started an alphabet.
1028
1029         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
1030         by info document. Check token `user' is started an alphabet.
1031
1032         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1033         (elmo-folder-list-subfolders): Quote user.
1034
1035 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * elmo-util.el (elmo-quoted-specials-list): New constant.
1038         (elmo-quoted-token): New function.
1039
1040         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
1041         (elmo-net-format-quoted): New function.
1042         (elmo-net-parse-network): Ditto.
1043         (elmo-folder-initialize): Use it.
1044
1045         * elmo-nntp.el (elmo-folder-initialize): Use
1046         `elmo-net-parse-network' to parse network specification instead of
1047         `elmo-folder-initialize#elmo-net'.
1048
1049         * elmo-pop3.el (elmo-folder-initialize): Ditto.
1050
1051         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1052         (elmo-folder-list-subfolders): Quote folder name by
1053         `elmo-net-format-quoted'.
1054
1055 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
1058         (elmo-folder-search): Use it.
1059
1060 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * modb-standard.el (modb-standard-loaded-message-id): Use
1063         `elmo-msgdb-message-entity-field'.
1064
1065 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
1068         without filename.
1069
1070 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * elmo-util.el (elmo-set-auto-coding): New function.
1073         (elmo-object-load): Use it.
1074
1075 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
1078         (elmo-time<): Define as alias of `elmo-time-less-p'.
1079         (elmo-time-to-datevec): New function.
1080
1081         * elmo-date.el (elmo-time-to-days): New function.
1082
1083 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1084
1085         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
1086         is not cons cell.
1087
1088 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
1091         parenthesis.
1092
1093         * elmo-util.el (elmo-map-recursive): New function.
1094
1095         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
1096         (modb-entity-encode-string-recursive): Ditto.
1097
1098 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
1099
1100         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
1101         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
1102         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
1103         compare sequence number when last modified time is nil.
1104
1105 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1106
1107         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
1108
1109         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
1110
1111 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
1114         modification time of the file.
1115
1116 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * elmo-util.el (elmo-condition-optimize): Discriminated against
1119         preserved fields, extra fields and the other weight.
1120
1121 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * modb-entity.el (initialize-instance): Define.
1124         (modb-entity-handler-mime-charset): New internal function.
1125         (modb-standard-entity-set-field): Use it.
1126         (elmo-msgdb-message-entity-field): Ditto.
1127         (elmo-msgdb-message-entity-field): Ditto.
1128
1129         * modb.el (elmo-msgdb-match-condition): Rewrite with
1130         `elmo-condition-match'.
1131         (elmo-msgdb-match-condition-primitive): New function.
1132
1133         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1134         arguments `flags' and `numbers'.
1135         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1136         `elmo-msgdb-message-match-condition').
1137         (modb-buffer-entity-handler): New class.
1138
1139         * elmo.el (elmo-folder-search): Optimize condition to use
1140         `elmo-condition-optimize'.
1141         (elmo-message-buffer-match-condition): New function.
1142         (elmo-message-match-condition): Use
1143         `elmo-message-buffer-match-condition' instead of
1144         `elmo-buffer-field-condition-match'.
1145
1146         * elmo-util.el (elmo-condition-match): New function.
1147         (elmo-condition-optimize): Ditto.
1148         (elmo-buffer-field-primitive-condition-match): Abolish.
1149         (elmo-buffer-field-condition-match): Ditto.
1150
1151         * elmo-archive.el (elmo-archive-field-condition-match): Use
1152         `elmo-message-buffer-match-condition' instead of
1153         `elmo-buffer-field-condition-match'.
1154
1155 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * elmo-flag.el (elmo-global-flags-initialize): Check the
1158         existence of the flag directory.
1159
1160 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * elmo-access.el (elmo-folder-initialize): Call
1163         `elmo-multi-connect-signals'.
1164
1165         * elmo-pipe.el (elmo-folder-close): Define.
1166
1167         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1168         children folders.
1169
1170         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1171         with target folder.
1172
1173         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1174         `number'.
1175
1176         * elmo-multi.el (elmo-message-entity): Don't use return value of
1177         `elmo-message-entity-set-number'.
1178
1179 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1180
1181         * modb.el (modb-generic): Added slot `mime-charset'.
1182
1183         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1184         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1185         and `modb-entity-handler-dump-parameters'.
1186         (modb-standard-default-entity-handler): Abolish.
1187         (elmo-msgdb-message-entity-handler): Save created handler by
1188         instance slot.
1189
1190         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1191         (modb-entity-handler-list-parameters): New method.
1192         (modb-entity-handler-equal-p): New function.
1193         (modb-entity-handler-dump-parameters): Ditto.
1194         (modb-entity-parse-address-string): Encode return value.
1195         (modb-entity-make-address-string): Decode argument value.
1196         (modb-entity-decode-string-recursive): New function.
1197         (modb-entity-encode-string-recursive): Ditto.
1198         (modb-standard-entity-normalizer): Set to encode field value.
1199         (modb-standard-entity-specializer): Follow the above change.
1200         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1201         mime-charset of handler.
1202         (elmo-msgdb-message-entity-field): Ditto.
1203         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1204         structure.
1205         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1206
1207         * elmo.el (elmo-folder): Added slot `mime-charset'.
1208         (elmo-make-folder): Added argument `mime-charset'.
1209         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1210         `mime-charest'.
1211
1212         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1213         (elmo-make-msgdb): Likewise.
1214
1215         * elmo-internal.el (elmo-internal-folder-initialize): Call
1216         `luna-make-entity' with :mime-charset parameter.
1217
1218 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1219
1220         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1221         encoded words in `from' and `subject' field.
1222
1223 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1224
1225         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1226         (elmo-msgdb-match-condition): Get handler from entity instead of
1227         msgdb.
1228
1229         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1230         (modb-standard-load-entity): Treat new file format.
1231         (modb-standard-save-entity-1): Save as new file format.
1232         (modb-standard-save-entity): Split messages into section here.
1233         (elmo-msgdb-message-field): Follow the API change.
1234         (modb-standard-default-entity-handler): New internal variable.
1235         (elmo-msgdb-message-entity-handler): Define.
1236
1237         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1238         to `elmo-vars.el'.
1239         (modb-entity-field-extractor-alist): New user option.
1240         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1241         added argument `type'.
1242         (elmo-msgdb-copy-message-entity): Add optional argument
1243         `make-handler'.
1244         (modb-set-field-converter): New function.
1245         (modb-convert-field-value): Ditto.
1246         (modb-entity-string-decoder): Ditto.
1247         (modb-entity-string-encoder): Ditto.
1248         (modb-entity-parse-date-string): Ditto.
1249         (modb-entity-make-date-string): Ditto.
1250         (modb-entity-mime-decoder): Ditto.
1251         (modb-entity-mime-encoder): Ditto.
1252         (modb-entity-address-list-decoder): Ditto.
1253         (modb-entity-address-list-encoder): Ditto.
1254         (modb-entity-parse-address-string): Ditto.
1255         (modb-entity-make-address-string): Ditto.
1256         (modb-entity-create-field-indices): Ditto.
1257         (modb-legacy-entity-field-slots): New constant.
1258         (modb-legacy-entity-field-indices): Ditto.
1259         (modb-legacy-entity-normalizer): New variable.
1260         (modb-legacy-entity-specializer): Ditto.
1261         (modb-legacy-entity-field-index): New macro.
1262         (modb-legacy-entity-set-field): New function.
1263         (modb-legacy-make-message-entity): Rewrite.
1264         (elmo-msgdb-create-message-entity-from-buffer): Use
1265         `elmo-msgdb-get-references-from-buffer'. Use
1266         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1267         Use `modb-legacy-entity-set-field' instead of
1268         `elmo-msgdb-message-entity-set-field'.
1269         (elmo-msgdb-message-entity-field): Rewrite.
1270         (elmo-msgdb-message-entity-set-field): Ditto.
1271         (elmo-msgdb-copy-message-entity): Make new entity by
1272         `make-handler' if it specified.
1273         (elmo-msgdb-message-match-condition): Define a method of
1274         `modb-entity-handler' and follow the API change.
1275         (modb-standard-entity-handler): New class.
1276         (modb-entity-extract-ml-info-from-x-sequence): New function.
1277         (modb-entity-extract-ml-info-from-subject): Ditto.
1278         (modb-entity-extract-ml-info-from-return-path): Ditto.
1279         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1280         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1281         (modb-entity-extract-mailing-list-info): Ditto.
1282         (modb-entity-extract-mailing-list-info-functions): New variable.
1283
1284         * elmo.el (elmo-message-field): Add optional argument `type'.
1285
1286         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1287         from `modb-entity.el'.
1288
1289         * elmo-util.el (elmo-object-load): Decode by coding-system from
1290         `set-auto-coding-function'.
1291         (elmo-object-save): Use `detect-mime-charset-region' and add
1292         coding cookie if encode.
1293         (elmo-msgdb-get-references-from-buffer): New function.
1294         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1295
1296         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1297
1298         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1299         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1300         instead of `shimbun-make-header' and follow the API change.
1301         (elmo-shimbun-update-overview): Follow the API change.
1302         (elmo-map-folder-list-message-locations): Ditto.
1303
1304         * elmo-pipe.el (elmo-message-field): Ditto.
1305
1306         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1307         Ditto.
1308
1309         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1310
1311         * elmo-multi.el (elmo-message-field): Ditto.
1312
1313         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1314         (elmo-msgdb-sort-by-date): Ditto.
1315         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1316         `elmo-message-entity-field'.
1317         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1318         change.
1319         (elmo-msgdb-overview-entity-get-from): Ditto.
1320         (elmo-msgdb-overview-entity-get-subject): Ditto.
1321         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1322         (elmo-msgdb-overview-entity-get-date): Ditto.
1323         (elmo-msgdb-overview-entity-get-to): Ditto.
1324         (elmo-msgdb-overview-entity-get-cc): Ditto.
1325
1326         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1327         (elmo-mime-collect-message/partial-pieces): Ditto.
1328
1329         * elmo-filter.el (elmo-message-field): Ditto.
1330
1331         * elmo-date.el (elmo-datevec-to-time): New function.
1332         (elmo-time-parse-date-string): Ditto.
1333         (elmo-time-make-date-string): Ditto.
1334         (elmo-time<): Ditto.
1335
1336         * elmo-version.el (elmo-version): Up to 2.15.1.
1337
1338 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1339
1340         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1341         member of elmo-local-flags.
1342
1343 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1344
1345         * elmo-version.el (elmo-version): Up to 2.15.0.
1346
1347 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1348
1349         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1350         `ignore-msgdb' is non-nil.
1351
1352 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1353
1354         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1355         (elmo-condition-in-msgdb-p): Ditto.
1356         (elmo-file-field-primitive-condition-match): Ditto.
1357         (elmo-file-field-condition-match): Ditto.
1358
1359         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1360
1361 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1364         subdirectories here.
1365         (elmo-global-flags-initialize): New function.
1366
1367         * elmo.el (toplevel): Added autoload setting for
1368         `elmo-global-flags-initialize'.
1369
1370 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * elmo.el (message-number-changed): Define new signal.
1373         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1374         message-number-changed signal.
1375         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1376         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1377         Respect `elmo-pack-number-check-strict'.
1378
1379 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1380
1381         * elmo-signal.el (elmo-connect-signal): Document.
1382         (elmo-emit-signal): Ditto.
1383         (elmo-emit-signal): It should pass source argument to filter and
1384         handler, not slot-source.
1385
1386 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * modb.el (elmo-msgdb-update-entity): New API and define generic
1389         implement.
1390
1391         * modb-standard.el (elmo-msgdb-update-entity): Define.
1392
1393         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1394         API and define generic implement.
1395
1396         * elmo.el (update-overview): New singnal.
1397
1398         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1399         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1400         (elmo-message-entity-parent): Define.
1401
1402         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1403         `update-overview'.
1404
1405         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1406
1407         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1408
1409 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1410
1411         * elmo.el (elmo-folder-synchronize): Sort the return value of
1412         `elmo-list-diff'.
1413
1414         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1415         list.
1416
1417 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1420         `default-enable-multibyte-characters'.
1421         (elmo-object-load): Use `with-temp-buffer' instead of
1422         `elmo-set-work-buf'.
1423         (elmo-object-save): Ditto.
1424         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1425         `elmo-set-work-buf'.
1426         (elmo-decoded-field-body): Ditto.
1427
1428         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1429
1430         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1431         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1432
1433         * elmo-version.el (elmo-version): Up to 2.13.3.
1434
1435 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1436
1437         * elmo-util.el (elmo-list-diff): Fix the last change.
1438         Reverse order of result lists.
1439
1440 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1441
1442         * modb-standard.el (elmo-msgdb-set-flag): Use
1443         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1444         (elmo-msgdb-unset-flag): Ditto.
1445
1446         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1447         `elmo-list-diff'.
1448
1449         * elmo-util.el (elmo-list-diff): Rewrite.
1450         (elmo-list-diff-nonsortable): New function.
1451
1452 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1453
1454         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1455         `elmo-multibypte-buffer-name'.  All referers are updated.
1456
1457 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1460         (elmo-mime-entity-fragment-p): New function.
1461         (mime-elmo-buffer-entity): Added slot `reassembled'.
1462         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1463         (elmo-message-mime-entity-internal): New function (renamed from
1464         `elmo-message-mime-entity').
1465         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1466         (elmo-mime-make-reassembled-mime-entity): New function.
1467         (elmo-message-reassembled-mime-entity): Ditto.
1468         (elmo-mime-collect-message/partial-pieces): Ditto.
1469
1470 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1471
1472         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1473
1474         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1475         (elmo-with-enable-multibyte): New macro.
1476
1477         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1478
1479 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1482         argument `number'.
1483         (elmo-filter-connect-signals): Follow the above change.
1484
1485 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1488
1489         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1490         that only the first flag is used.
1491
1492 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1493
1494         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1495         if available.
1496
1497 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * elmo-signal.el: New file.
1500
1501         * elmo.el (toplevel): Require elmo-signal.
1502         (flag-changing, flag-changed, cache-changed): New signal.
1503         (elmo-folder): Remove slog `handlers'.
1504         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1505         `elmo-folder-notify-event'.
1506         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1507         (elmo-folder-unset-flag): Ditto.
1508         (elmo-event-handler): Abolish.
1509         (elmo-event-handler-flag-changed): Ditto.
1510         (elmo-event-handler-cache-changed): Ditto.
1511         (elmo-folder-add-handler): Ditto.
1512         (elmo-folder-remove-handler): Ditto.
1513         (elmo-folder-notify-event): Ditto.
1514
1515         * elmo-pipe.el (toplevel): Require elmo-signal.
1516         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1517         (elmo-pipe-connect-signals): New function.
1518         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1519         (elmo-folder-set-flag): Ditto.
1520         (elmo-folder-unset-flag): Ditto.
1521         (elmo-message-set-cached): Ditto.
1522
1523         * elmo-multi.el (toplevel): Require elmo-signal.
1524         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1525         (elmo-multi-connect-signals): New function.
1526         (elmo-multi-map-numbers): Ditto.
1527         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1528         (elmo-message-fetch): Ditto.
1529         (elmo-folder-set-flag): Ditto.
1530         (elmo-folder-unset-flag): Ditto.
1531
1532         * elmo-filter.el (toplevel): Require elmo-signal.
1533         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1534         (elmo-filter-connect-signals): New function.
1535         (elmo-filter-add-flag-count): Ditto.
1536         (elmo-message-fetch): Does not call
1537         `elmo-filter-folder-countup-message-flags' and
1538         `elmo-folder-notify-event'.
1539         (elmo-message-set-cached): Ditto.
1540         (elmo-folder-set-flag): Ditto.
1541         (elmo-folder-unset-flag): Ditto.
1542
1543         * elmo-version.el (elmo-version): Up to 2.13.2.
1544
1545 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1548         `flags'.
1549
1550 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * elmo-filter.el (elmo-message-set-cached): Call
1553         `elmo-folder-notify-event' with event `cache-changed'.
1554
1555         * elmo-multi.el (elmo-message-set-cached): Ditto.
1556
1557         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1558
1559 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1560
1561         * elmo.el (elmo-folder-encache): Abolish.
1562
1563 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1564
1565         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1566         (elmo-folder-next-message-number-dop): Return appropriate negative
1567         integer.
1568
1569 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1570
1571         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1572         clearing pending operations.
1573         (elmo-folder-next-message-number-dop): Return appropriate negative
1574         integer.
1575
1576 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * elmo.el (toplevel): Added autoload setting for `md5'.
1579         (elmo-msgdb-path-encode-threshold): New user option.
1580         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1581         longer than `elmo-msgdb-path-encode-threshold'.
1582
1583         * elmo-flag.el (elmo-global-mark-migrate): Use
1584         `elmo-folder-expand-msgdb-path' instead of
1585         `elmo-folder-msgdb-path'.
1586
1587 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1588
1589         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1590         element of the difference is nil.
1591
1592 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1595         to the check logic of file systems which are weak in colon character.
1596
1597 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1600
1601 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1602
1603         * elmo-maildir.el (elmo-maildir-move-file): New function.
1604         (elmo-folder-append-buffer): Use it.
1605         (elmo-folder-append-messages): Ditto.
1606         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1607
1608         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1609         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1610
1611         * elmo-maildir.el (elmo-maildir-separator): New user option.
1612         (elmo-maildir-adjust-separator): New macro.
1613         (elmo-maildir-list-location): Use it.
1614         (elmo-maildir-update-current): Ditto.
1615         (elmo-maildir-set-mark): Ditto.
1616         (elmo-maildir-delete-mark): Ditto.
1617         (These changes are based on Hiroya Murata's patch [wl: 13437])
1618
1619 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1622
1623 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1624
1625         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1626         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1627         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1628
1629 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1630
1631         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1632         Use `with-temp-buffer'.
1633
1634 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1635
1636         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1637
1638         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1639         `wl-read-search-condition').
1640         (elmo-read-search-condition-internal): Likewise.
1641
1642         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1643         (elmo-flag-valid-p): New function.
1644         (elmo-folder-initialize): Check flag name is valid.
1645
1646 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1647
1648         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1649         delimiter to obtain root mailbox itself.
1650
1651 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1652
1653         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1654         type mismatch.
1655
1656 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1657
1658         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1659         as t.
1660
1661 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * elmo-shimbun.el (toplevel): Require cl at compile.
1664
1665         * elmo-nntp.el (toplevel): Ditto.
1666
1667         * elmo-nmz.el (toplevel): Ditto.
1668
1669         * elmo-multi.el (toplevel): Ditto.
1670
1671         * elmo-file.el (toplevel): Ditto.
1672
1673         * elmo-dop.el (toplevel): Ditto.
1674
1675         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1676
1677 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1678
1679         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1680         as nil.
1681
1682         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1683         size of elmo-message-fetch-internal is 0 byte.
1684
1685 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1688
1689 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1692         always plugged.
1693
1694 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * elmo-maildir.el (elmo-map-message-fetch): Call
1697         `elmo-map-folder-set-flag'.
1698
1699         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1700         (elmo-message-fetch): Merge from
1701         `elmo-message-fetch-with-cache-process'.
1702
1703         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1704         (elmo-message-fetch): Define.
1705
1706         * elmo-nntp.el (elmo-message-fetch): Renamed from
1707         `elmo-message-fetch-with-cache-process'.
1708
1709         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1710         (elmo-message-fetch): Define.
1711
1712         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1713         search-key.
1714
1715         * elmo-shimbun.el (shimbun-mua-search-id): Use
1716         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1717         (elmo-shimbun-folder-shimbun-header): Ditto.
1718         (elmo-shimbun-get-headers): Ditto.
1719         (elmo-shimbun-update-overview): Ditto.
1720
1721         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1722
1723         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1724         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1725
1726 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1727
1728         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1729         message is cached.
1730         (elmo-message-fetch-string): Fixed argument.
1731
1732 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1735         exchange order of arguments `section' and `unread'.
1736         (elmo-message-encache): Follow the API change.
1737         (elmo-message-match-condition): Ditto.
1738         (elmo-generic-folder-append-messages): Ditto.
1739         (elmo-message-fetch-string): New function.
1740
1741         * elmo-split.el (elmo-split-subr): Ditto.
1742
1743         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1744
1745         * elmo-pipe.el (elmo-message-fetch): Ditto.
1746
1747         * elmo-multi.el (elmo-message-fetch): Ditto.
1748
1749         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1750
1751         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1752
1753         * elmo-filter.el (elmo-message-fetch): Ditto.
1754
1755         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1756
1757         * elmo-imap4.el (mime-imap-location-section-body): Use
1758         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1759         follow the API change.
1760
1761 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * elmo-access.el: New file.
1764
1765         * elmo-null.el: Ditto.
1766
1767         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1768
1769 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1770
1771         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1772         (elmo-network-session): New attribute `last-accessed'.
1773         (elmo-network-get-session): Discard network cache if elapsed time
1774         since last-accessed is larger than elmo-network-session-idle-timeout.
1775
1776 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1779         and added `number', `require-entireness'.
1780         (elmo-find-fetch-strategy): Rewrite.
1781         (elmo-message-fetch): Unset `unread' flag when argument unread is
1782         non-nil.
1783
1784         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1785
1786         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1787         (elmo-message-fetch): Notify event `flag-changed'.
1788
1789         * elmo-pipe.el: Likewise.
1790
1791         * elmo-mime.el (elmo-mime-entity): New class.
1792         (elmo-mime-entity-display-p): New generic function.
1793         (elmo-mime-entity-display): Ditto.
1794         (elmo-mime-entity-display-as-is): Ditto.
1795         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1796         elmo-mime-entity.
1797         (elmo-make-mime-message-location): Removed.
1798         (elmo-mime-message-display): Ditto.
1799         (elmo-mime-display-as-is): Ditto.
1800         (elmo-message-mime-entity): New function.
1801
1802         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1803
1804         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1805         change.
1806         (elmo-message-fetch): Re-count flagged message number and notify
1807         event `flag-changed'.
1808
1809         * elmo-version.el (elmo-version): Up to 2.13.1.
1810
1811 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * elmo-filter.el (elmo-message-field): Define.
1814         (elmo-message-set-field): Ditto.
1815
1816 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1817
1818         * elmo.el (elmo-message-set-cached): Call
1819         `elmo-folder-notify-event' with cache-changed.
1820         (elmo-event-handler-cache-changed): New generic function.
1821
1822 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1825         instead of elmo-add-name-to-file.
1826         (elmo-folder-append-messages): Ditto.
1827
1828 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1829
1830         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1831
1832 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * elmo-version.el (elmo-version): Up to 2.13.0.
1835
1836         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1837         `auto'.
1838
1839         * modb-standard.el (modb-standard-economize-entity-size): Changed
1840         default value to `t'.
1841
1842         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1843         `standard'.
1844
1845         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1846         after parsing greeting string.
1847
1848 2004-11-23  Daishi Kato <daishi@axlight.com>
1849
1850         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1851         New user option.
1852         (elmo-spam-spamoracle-call): Use it.
1853
1854 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1855
1856         * elmo.el (elmo-message-accessible-p): Message in dop spool
1857         is accessible.
1858
1859 2004-11-23  Daishi Kato <daishi@axlight.com>
1860
1861         * elsp-spamoracle.el: New file.
1862
1863 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * elmo.el (elmo-message-flags-for-append): New function.
1866         (elmo-generic-folder-append-messages): Use it.
1867
1868         * elmo-split.el (elmo-split-subr): Ditto.
1869
1870         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1871         `flags' and use elmo-folder-append-buffer instead of
1872         write-region-as-binary.
1873         (elmo-dop-filter-pending-messages): New function.
1874         (elmo-folder-append-buffer-dop): Call
1875         elmo-dop-spool-folder-append-buffer with `flag'.
1876         (elmo-folder-set-flag-dop): Filter messages by
1877         elmo-dop-filter-pending-messages.
1878         (elmo-folder-unset-flag-dop): Ditto.
1879         (elmo-folder-append-buffer-dop-delayed): Use
1880         elmo-message-flags-for-append to get flags of the message and
1881         simplify.
1882
1883 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1884
1885         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1886
1887 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * elmo.el (elmo-folder): Added handlers slot.
1890         (elmo-event-handler): New class.
1891         (elmo-event-handler-flag-changed): New API.
1892         (elmo-folder-add-handler): New function.
1893         (elmo-folder-remove-handler): Ditto.
1894         (elmo-folder-notify-event): Ditto.
1895         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1896         `flag-changed'.
1897         (elmo-folder-unset-flag): Ditto.
1898
1899         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1900         (elmo-folder-unset-flag): Ditto.
1901
1902         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1903         (elmo-folder-unset-flag): Ditto.
1904
1905         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1906         (elmo-folder-unset-flag): Ditto.
1907
1908         * elmo-version.el (elmo-version): Up to 2.11.33.
1909
1910 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1913
1914 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1917
1918         * elmo-flag.el (elmo-folder-unset-flag): Define.
1919         (elmo-global-flag-detach): Do process when the flag is not target
1920         flag.
1921
1922 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1923
1924         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1925         variable.
1926         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1927
1928 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1931         function.
1932         (elmo-folder-delete-messages): Detach messages before delete
1933         messages from target folder.
1934         (elmo-folder-detach-messages): Set updated number-list to slot.
1935
1936 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1939
1940 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1941
1942         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1943
1944 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1945
1946         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1947         internal use only).
1948         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1949         not modified.
1950         (elmo-folder-delete-messages): Define.
1951         (elmo-folder-move-messages): Don't call
1952         `elmo-folder-detach-messages'.
1953         (elmo-folder-synchronize): Rewrite.
1954         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1955
1956         * elmo-util.el (elmo-last): New function.
1957         (elmo-set-list): Ditto.
1958         (elmo-number-set-delete-list): Ditto.
1959         (elmo-number-set-delete): Ditto.
1960
1961         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1962
1963         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1964         `elmo-folder-delete-messages' and don't delete location map.
1965         (elmo-folder-detach-messages): Define.
1966
1967         * elmo-imap4.el (elmo-folder-delete): Use
1968         `elmo-folder-delete-messages-internal' instead of
1969         `elmo-folder-delete-messages'.
1970
1971         * elmo-filter.el (elmo-folder-delete-messages): Call
1972         `elmo-folder-detach-messages'.
1973         (elmo-folder-detach-messages): Don't call
1974         `elmo-folder-detach-messages' for target folder.
1975
1976         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1977         message deletion is succeeded.
1978
1979         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1980
1981         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1982         from `elmo-folder-delete-messages'.
1983
1984         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1985
1986         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1987
1988         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1989
1990         * elmo-version.el (elmo-version): Up to 2.11.32.
1991
1992 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1995         (elmo-global-flag-list): Added obsolete variable setting.
1996
1997         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1998
1999         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
2000         (elmo-mime-insert-header-from-buffer): Don't decode header content when
2001         `elmo-mime-display-header-analysis' is nil.
2002
2003         * elmo-flag.el (elmo-global-flags): Renamed from
2004         `elmo-global-flag-list' (All other related portions are changed).
2005         (elmo-local-flags): New variable.
2006         (elmo-local-flag-p): New function.
2007         (elmo-global-flag-set-internal): Cause an error when flag is not
2008         global.
2009
2010 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
2011
2012         * elmo-util.el (elmo-concat-path): Treat empty path.
2013
2014 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
2017         field-or-fields).
2018         (elmo-split-address-match): Ditto.
2019         (elmo-split-equal): Ditto.
2020         (elmo-split-match): Ditto.
2021
2022 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2023
2024         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
2025         (elmo-generic-folder-append-messages): If src message exists but
2026         has no flag, pass (read) for the FLAG argument of
2027         `elmo-folder-append-buffer'. Otherwise, pass nil.
2028
2029         * elmo-split.el (elmo-split-subr): Likewise.
2030
2031         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
2032
2033         * elmo-multi.el (elmo-message-flags): Ditto.
2034
2035         * elmo-filter.el (elmo-message-flags): Ditto.
2036
2037         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2038         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
2039         pass (read) for the FLAG argument of elmo-folder-append-buffer.
2040         
2041 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * elmo-split.el (elmo-split-rule): Update comment.
2044         (elmo-split-address-equal): Allow 2nd argument to be a list.
2045         (elmo-split-address-match): Ditto.
2046         (elmo-split-equal): Ditto.
2047         (elmo-split-match): Ditto.
2048
2049 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2050
2051         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2052         (elmo-folder-append-msgdb): Don't treat `read'.
2053         (elmo-message-flags): Don't return `read'.
2054
2055         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
2056         (elmo-folder-unset-read-delayed): Ditto.
2057
2058         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
2059
2060 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2061
2062         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
2063         deletion.
2064
2065 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2066
2067         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
2068         header.
2069
2070 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
2073         here.
2074         (elmo-msgdb-save): Bind inhibit-quit.
2075         (modb-standard-message-entity): Ditto.
2076
2077 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * elmo-database.el: No need to require elmo-msgdb.
2080
2081 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2082
2083         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
2084         instead of `elmo-list-subdirectories'.
2085
2086 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
2089         group entry.
2090         (elmo-folder-exists-p): "[" is empty.
2091         (elmo-folder-list-subfolders): Define.
2092         (elmo-folder-have-subfolder-p): Ditto.
2093
2094 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2095
2096         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
2097
2098 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
2099
2100         * elmo-filter.el (elmo-folder-local-p): Define.
2101
2102 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2103
2104         * modb-standard.el (modb-standard-loaded-message-id): Return nil
2105         when entity is garbaged.
2106         (modb-standard-save-entity-1): Don't modify the original entity.
2107
2108 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
2109
2110         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
2111
2112 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * elmo.el (elmo-strict-folder-diff): Use
2115         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2116
2117 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2118
2119         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2120         (elmo-msgdb-message-number): Ditto.
2121         (elmo-msgdb-message-field): Ditto.
2122
2123         * modb-standard.el (modb-standard-economize-entity-size): New user
2124         option.
2125         (modb-standard-loaded-message-id): New inline function.
2126         (modb-standard-load-entity): Use it.
2127         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2128         throw message-id string away.
2129         (elmo-msgdb-flag-available-p): Define.
2130         (elmo-msgdb-message-number): Ditto.
2131         (elmo-msgdb-message-field): Ditto.
2132
2133         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2134         (suppoted -> supported).
2135         (modb-legacy-supported-flag-p): Ditto.
2136         (elmo-msgdb-set-flag): Ditto.
2137         (elmo-msgdb-unset-flag): Ditto.
2138         (elmo-msgdb-flag-available-p): Define.
2139
2140         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2141         is `t', treat it as legacy entity.
2142         
2143         * elmo.el (elmo-message-flag-available-p): New generic function.
2144         (elmo-message-number): Ditto.
2145         (elmo-message-field): Use `elmo-msgdb-message-field'.
2146
2147         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2148
2149         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2150         (elmo-message-number): Ditto.
2151
2152         * elmo-multi.el (elmo-message-number): Define.
2153         (elmo-message-flag-available-p): Ditto.
2154
2155         * elmo-filter.el (elmo-message-flag-available-p): Define.
2156         (elmo-message-number): Ditto.
2157
2158         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2159         (elmo-folder-initialize): Load `max-number'.
2160         (elmo-folder-commit): Save it.
2161         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2162         (elmo-global-flag-set-internal): Set up max-number slot.
2163
2164 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * elmo-version.el (elmo-version): Up to 2.11.31.
2167
2168 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2169
2170         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2171         unibyte string of the current buffer for the argument of `md5'
2172         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2173
2174 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * modb-legacy.el (modb-legacy-flag-list): New constant.
2177         (modb-legacy-suppoted-flag-p): New internal function.
2178         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2179         (elmo-msgdb-unset-flag): Ditto.
2180
2181 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2182
2183         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2184
2185         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2186         from msgdb.
2187
2188 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2191         (follow the API change).
2192
2193         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2194
2195 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2196
2197         * modb-standard.el (modb-standard-digest-flags): Abolish.
2198         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2199
2200         * elmo-vars.el (elmo-digest-flags): New variable.
2201         (elmo-preserved-flags): Moved from elmo-flag.el.
2202
2203         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2204         (elmo-imap4-flag-to-imap-criteria): Ditto.
2205         (elmo-imap4-folder-list-flagged): Use it.
2206
2207         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2208
2209         * elmo.el (elmo-folder-count-flags): Changed return value.
2210
2211         * elmo-flag.el (elmo-preserved-flags): New variable.
2212         (elmo-get-global-flags): Use it.
2213
2214         * modb-standard.el (modb-standard-digest-flags): New variable.
2215         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2216         Changed behavior of `any'.
2217
2218         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2219         which are defined the Internet draft
2220         (draft-melnikov-imap-keywords-03.txt).
2221         (elmo-imap4-flags-to-imap): New function.
2222         (elmo-folder-append-buffer): Use it.
2223
2224         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2225         in the docstring.
2226
2227         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2228         avoid the bug of Emacs 21.3.
2229
2230 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2231
2232         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2233         function find-coding-system does not exist.
2234
2235 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2236
2237         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2238         parsing.
2239
2240 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2243         response codes.
2244
2245 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2246
2247         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2248         (elmo-network-close-session): Follow the changes in
2249         `elmo-pop3-read-response'.
2250         (elmo-pop3-auth-user): Ditto.
2251         (elmo-pop3-auth-apop): Ditto.
2252         (elmo-network-initialize-session): Ditto.
2253         (elmo-network-authenticate-session): Ditto.
2254         (elmo-network-setup-session): Ditto.
2255         (elmo-folder-status): Ditto.
2256         (elmo-message-fetch-plugged): Ditto.
2257         (elmo-pop3-delete-msg): Ditto.
2258
2259 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2262         on failure.
2263
2264 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2265
2266         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2267         style.
2268         (elmo-bind-directory): Ditto.
2269
2270 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2271
2272         * elmo.el (elmo-folder-append-messages): Note on return value.
2273         * elmo-archive.el (elmo-folder-append-messages): Don't return
2274         message numbers which could not be appended.
2275
2276 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2279
2280 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2281
2282         * elmo-version.el (elmo-version): Up to 2.11.30.
2283
2284 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2285
2286         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2287         `mask'.
2288
2289         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2290
2291         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2292         (elmo-multi-split-numbers): Add elmo-folder object into each
2293         element of return value at first.
2294         (elmo-folder-delete-messages): Follow the above change.
2295         (elmo-folder-detach-messages): Ditto.
2296
2297         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2298         number which is synchronized in target folder.
2299
2300 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2303         Change default value to symbol `all'.
2304         (elmo-map-message-fetch): Change condition to update overview
2305         follow the above.
2306
2307 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2310         behavior to update overview.
2311         (elmo-shimbun-update-overview-folder-list): Note it.
2312
2313 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2316         recursive call.
2317
2318 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2321         buffer-disable-undo, it is unnecessary.
2322         (elmo-spam-register-good-messages): Ditto.
2323
2324         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2325         Ditto.
2326
2327         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2328
2329 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2330
2331         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2332         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2333         elmo-set-buffer-multibyte.
2334         (elmo-object-load): Ditto.
2335         (elmo-save-buffer): Ditto.
2336         (elmo-delete-char): Ditto.
2337         (elmo-file-field-primitive-condition-match): Ditto.
2338         (elmo-mime-string): Ditto.
2339
2340         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2341         (elmo-archive-field-condition-match): Ditto.
2342
2343         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2344
2345         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2346
2347         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2348         (elmo-nntp-msgdb-create-message): Ditto.
2349
2350         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2351
2352         * elmo.el (elmo-message-match-condition): Ditto.
2353         (elmo-message-match-condition): Ditto.
2354
2355         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2356         Ditto.
2357
2358         * elmo-version.el (elmo-version): Up to 2.11.29.
2359
2360         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2361         (elsp-header): New backend.
2362
2363         * elmo-util.el (elmo-decoded-field-body): New function.
2364
2365 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * elmo-version.el (elmo-version): Up to 2.11.28.
2368
2369 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2370
2371         * elmo-filter.el: Rewrite.
2372
2373         * elmo-version.el (elmo-version): Up to 2.11.27.
2374
2375 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2376
2377         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2378         msgdb path for the localdir folder with absolute path.
2379
2380         * utf7.el: Synch up with latest gnus/utf7.el;
2381         Modified for latest Emacs.
2382
2383 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2386         shimbun backend couldn't open.
2387
2388 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2389
2390         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2391         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2392         when a destination folder is a filter folder.
2393
2394 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2397         (elmo-generic-folder-append-messages): Call elmo-message-flags
2398         with argument `msgid'.
2399
2400         * elmo-split.el (elmo-split-subr): Ditto.
2401
2402         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2403
2404         * elmo-multi.el (elmo-message-flags): Ditto.
2405
2406 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2407
2408         * elmo.el (elmo-folder): Add new slot `flag-table'.
2409         (elmo-folder-flag-table): New API.
2410         (elmo-folder-close-flag-table): Ditto.
2411         (elmo-folder-preserve-flags): New function.
2412         (elmo-generic-folder-append-messages): Use
2413         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2414         Flag of a non-registered message, it sets to nil.
2415         Does not set flag to flag-table.
2416
2417         * elmo-maildir.el (elmo-folder-append-buffer): Use
2418         `elmo-folder-preserve-flags'.
2419         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2420         `elmo-folder-close-flag-table'.
2421
2422         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2423         (elmo-archive-folder-append-buffer): Use
2424         `elmo-folder-preserve-flags'.
2425
2426         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2427
2428         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2429
2430         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2431         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2432         `elmo-folder-close-flag-table'.
2433
2434         * elmo-version.el (elmo-version): Up to 2.11.26.
2435
2436 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2437
2438         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2439
2440         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2441         md5's 4th and 5th argument (non-existent in flim one).
2442
2443 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2446         message, It sets to nil.
2447
2448 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2451         list is non-nil.
2452
2453 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2454
2455         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2456
2457         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2458
2459         * elmo-util.el (elmo-uniq-sorted-list): New function.
2460         (elmo-make-number-list): Ditto.
2461         (elmo-number-set-to-number-list): Use elmo-make-number-list
2462         and don't use nreverse.
2463
2464 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2465
2466         * elmo-version.el (elmo-version): Up to 2.11.25.
2467
2468 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2469
2470         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2471         field not exists in message, Use md5 message digest of header.
2472
2473 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2474
2475         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2476         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2477         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2478         * elmo-split.el (elmo-split-subr): Check return value of
2479         elmo-folder-append-buffer.
2480
2481         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2482         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2483
2484         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2485         message-id.
2486
2487 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2488
2489         * elmo-split.el (elmo-split-subr): Append message with flag.
2490
2491         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2492         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2493         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2494
2495 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2496
2497         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2498         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2499         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2500
2501 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2502
2503         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2504         with a function call of `process-buffer'.  All callers are updated.
2505         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2506         Remove redundant `set-buffer' in a while loop.
2507
2508 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2509
2510         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2511         calls.
2512
2513 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2514
2515         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2516         elsp-spamfilter-register-buffer-internal with current buffer.
2517         (elmo-spam-register-spam-buffer): Ditto.
2518         (elmo-spam-register-good-buffer): Ditto.
2519
2520 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2521
2522         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2523         if it is not contained in the response(A workaround for courier-imap).
2524
2525 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2526
2527         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2528         parenthesis.
2529
2530 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2531
2532         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2533         range.
2534
2535 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2538         of nconc.
2539
2540         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2541         argument handler.
2542         (elmo-msgdb-message-match-condition): Follow the change above.
2543
2544 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2547         folder name.
2548
2549 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2552
2553 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2554
2555         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2556
2557 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2558
2559         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2560         not found.
2561
2562 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2563
2564         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2565         value.
2566         (elmo-file-command-argument): Undo last change for cygwin.
2567         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2568         Don't return nil.
2569         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2570
2571 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2572
2573         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2574         value returned from elmo-file-find is nil.
2575
2576 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2577
2578         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2579         to elmo-vars.el.
2580
2581         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2582         instead of insert-file-contents-as-binary.
2583         (elmo-message-set-field): New generic function.
2584
2585         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2586         behavior change on `split-string'.
2587
2588         * elmo-file.el (elmo-file-find): New function.
2589         (elmo-file-command): New user option.
2590         (elmo-file-command-argument): Ditto.
2591         (elmo-file-fetch-max-size): Ditto.
2592         (elmo-file-detect-format): New function.
2593         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2594         Use elmo-file-detect-format.
2595         (elmo-map-folder-list-message-locations): Don't treat directories.
2596
2597 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2598
2599         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2600         (elmo-passwd-alist-clear): Shred password before clear.
2601         (elmo-remove-passwd): Remove all mached pair.
2602
2603 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2604
2605         * elmo.el (elmo-folder-synchronize): Fix description of the return
2606         value.
2607
2608 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2609
2610         * elmo.el (elmo-message-fetch-bodystructure): New method.
2611         (elmo-message-fetch-bodystructure): Define default.
2612
2613         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2614         elmo-message-fetch-bodystructure.
2615         (elmo-message-fetch-bodystructure): Define.
2616
2617         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2618
2619 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2620
2621         * elmo-filter.el (elmo-message-folder): Define.
2622
2623 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2624
2625         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2626         elmo-delete-cr-buffer.
2627
2628         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2629
2630         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2631
2632         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2633
2634         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2635         type seems to be a text.
2636
2637 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2638
2639         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2640         (elmo-spam-register-good-buffer): Ditto.
2641         (elmo-spam-spamassassin-register-messages): Ditto.
2642
2643         * elmo-util.el (elmo-string-member-ignore-case): Define with
2644         static-cond.
2645
2646 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * elmo.el (elmo-folder-type): Undo last change.
2649
2650         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2651
2652         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2653         warnings.
2654
2655         * elmo-file.el: New file.
2656         
2657         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2658
2659         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2660         variable.
2661         (elmo-spam-spamassassin-register-messages): New inline function.
2662         (elmo-spam-register-spam-messages): Define.
2663         (elmo-spam-register-good-messages): Ditto.
2664
2665         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2666         Fixed typo.
2667
2668         * elmo.el (toplevel): Added autoload setting for
2669         `elmo-get-global-flags'.
2670         (elmo-message-has-global-flag-p): New function.
2671         (elmo-message-set-global-flags): Ditto.
2672         (elmo-folder-type): Improvement for name: format.
2673
2674         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2675         availability of keyword flags.
2676         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2677         (elmo-folder-list-flagged-plugged): Renamed from
2678         elmo-folder-list-flagged-unplugged.
2679         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2680         accept any flag as keyword flag.
2681         (elmo-folder-set-flag-plugged): Accept keyword flags.
2682         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2683
2684         * elmo-flag.el (elmo-get-global-flags): New function.
2685
2686         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2687         folders.
2688
2689         * elmo-version.el (elmo-version): Up to 2.11.24.
2690
2691 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2692
2693         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2694         elmo-multiple-field-body instead of std11-field-body to check all
2695         headers.
2696
2697 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2698
2699         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2700         or "size".
2701
2702 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2703
2704         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2705         unintern is unbound.
2706
2707 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2710         Protect from infinite loop.
2711
2712 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * elsp-bogofilter.el
2715         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2716         (elmo-spam-bogofilter-register-messages): New internal function.
2717         (elmo-spam-register-spam-messages): Define.
2718         (elmo-spam-register-good-messages): Ditto.
2719
2720 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2723         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2724         (elmo-spam-bogofilter-call): Fixed the last change.
2725         (elmo-spam-bogofilter-arguments): Ditto.
2726
2727         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2728         Follow the options change of latest bogofilter.
2729
2730         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2731         (elmo-spam-bogofilter-good-switch): Ditto.
2732         (elmo-spam-bogofilter-arguments-alist): New user option.
2733         (elmo-spam-bogofilter-debug): Ditto.
2734         (elmo-spam-bogofilter-call): Renamed from
2735         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2736         is non-nil, insert output in buffer for debug.
2737         (elmo-spam-bogofilter-arguments): New macro.
2738         (elmo-spam-buffer-spam-p): Use it.
2739         (elsp-bogofilter-register-buffer): Ditto.
2740
2741 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2742
2743         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2744         regexp.
2745
2746 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2747
2748         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2749         value as "ruby".
2750         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2751         (elmo-spam-bsfilter-program): Set default value as full path for
2752         `bsfilter'.
2753         (elmo-spam-bsfilter-debug): New user option.
2754         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2755         non-nil, insert output in buffer for debug. Fix treating of
2756         argument.
2757
2758 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2759
2760         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2761         `elmo-maildir-flag-specs' element instead of one.
2762         (elmo-map-folder-unset-flag): Ditto.
2763         (Reported by Ken Makimura <macky@astem.or.jp>)
2764
2765         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2766         (elmo-folder-unset-flag-plugged): Ditto.
2767
2768 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2771         to `reads' slot only if `in-msgdb' is nil.
2772
2773 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2776         and complement argument list.
2777
2778 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2779
2780         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2781         instead of elmo-folder-list-flagged.
2782
2783 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2786
2787         * elsp-bsfilter.el: New file.
2788
2789         * elmo-pipe.el (elmo-folder-list-unreads,
2790         elmo-folder-list-answereds,
2791         elmo-folder-list-importants,
2792         elmo-folder-flag-as-important,
2793         elmo-folder-unflag-important,
2794         elmo-folder-flag-as-read,
2795         elmo-folder-unflag-read,
2796         elmo-folder-flag-as-answered,
2797         elmo-folder-unflag-answered): Remove.
2798         (elmo-folder-set-flag): Define.
2799         (elmo-folder-unset-flag): Ditto.
2800
2801         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2802         (elmo-folder-set-flag): Define.
2803         (elmo-folder-unset-flag): Ditto.
2804         (elmo-folder-list-unreads): Remove.
2805         (elmo-folder-list-flagged): Define.
2806
2807         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2808         (elmo-folder-list-unreads,
2809         elmo-folder-list-importants,
2810         elmo-folder-list-answereds,
2811         elmo-folder-list-unreads-plugged,
2812         elmo-folder-list-importants-plugged,
2813         elmo-folder-list-answereds-plugged): Remove.
2814         (elmo-folder-list-flagged-plugged): New method.
2815         (elmo-folder-unflag-important,
2816         elmo-folder-flag-as-important,
2817         elmo-folder-unflag-read,
2818         elmo-folder-flag-as-read,
2819         elmo-folder-unflag-answered,
2820         elmo-folder-flag-as-answered,
2821         elmo-folder-flag-as-read-unplugged,
2822         elmo-folder-unflag-read-unplugged,
2823         elmo-folder-flag-as-important-unplugged,
2824         elmo-folder-unflag-important-unplugged,
2825         elmo-folder-flag-as-answered-unplugged,
2826         elmo-folder-unflag-answered-unplugged): Remove.
2827         (elmo-folder-set-flag): Define.
2828         (elmo-folder-unset-flag): Ditto.
2829         (elmo-folder-set-flag-unplugged): Ditto.
2830         (elmo-folder-unset-flag-unplugged): Ditto.
2831
2832         * elmo-multi.el (elmo-folder-list-unreads,
2833         elmo-folder-list-answereds,
2834         elmo-folder-list-importants,
2835         elmo-folder-flag-as-important,
2836         elmo-folder-unflag-important,
2837         elmo-folder-flag-as-read,
2838         elmo-folder-unflag-read,
2839         elmo-folder-flag-as-answered,
2840         elmo-folder-unflag-answered): Remove.
2841         (elmo-folder-set-flag): Define.
2842         (elmo-folder-unset-flag): Ditto.
2843
2844         * elmo-map.el (elmo-map-folder-unflag-important,
2845         elmo-map-folder-flag-as-important,
2846         elmo-map-folder-unflag-read,
2847         elmo-map-folder-flag-as-read,
2848         elmo-map-folder-unflag-answered,
2849         elmo-map-folder-flag-as-answered): Remove.
2850         (elmo-map-folder-set-flag): New method.
2851         (elmo-map-folder-unset-flag): Ditto.
2852         (elmo-map-folder-list-unreads,
2853         elmo-map-folder-list-importants,
2854         elmo-map-folder-list-answereds): Remove.
2855         (elmo-folder-list-flagged-internal): Define.
2856         (elmo-map-folder-list-flagged): New method.
2857
2858         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2859         (elmo-map-folder-list-unreads,
2860         elmo-map-folder-list-importants,
2861         elmo-map-folder-list-flagged): Remove.
2862         (elmo-map-folder-list-flagged): Define.
2863         (elmo-map-folder-flag-as-important,
2864         elmo-map-folder-unflag-important,
2865         elmo-map-folder-flag-as-read,
2866         elmo-map-folder-unflag-read,
2867         elmo-map-folder-flag-as-answered,
2868         elmo-map-folder-unflag-answered): Remove.
2869         (elmo-maildir-set-mark-messages): New internal function.
2870         (elmo-map-folder-set-flag): Define.
2871         (elmo-map-folder-unset-flag): Ditto.
2872
2873         * elmo.el (toplevel): Added autoload setting for
2874         `elmo-folder-list-global-flag-messages'.
2875         (elmo-folder-list-unreads,
2876         elmo-folder-list-importants,
2877         elmo-folder-list-answereds): Remove.
2878         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2879         Return a list whitch merged with messages have global flag.
2880         (elmo-folder-list-flagged-internal): New method.
2881         (elmo-folder-unflag-important,
2882         elmo-folder-flag-as-important,
2883         elmo-folder-unflag-read,
2884         elmo-folder-flag-as-read,
2885         elmo-folder-unflag-answered,
2886         elmo-folder-flag-as-answered): Remove.
2887         (elmo-folder-set-flag): New method.
2888         (elmo-folder-unset-flag): Ditto.
2889         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2890         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2891
2892         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2893         (elmo-folder-list-unreads-plugged,
2894         elmo-folder-list-importants-plugged,
2895         elmo-folder-list-answereds-plugged,
2896         elmo-folder-list-flagged-unplugged,
2897         elmo-folder-unflag-important-plugged,
2898         elmo-folder-flag-as-important-plugged,
2899         elmo-folder-unflag-read-plugged,
2900         elmo-folder-flag-as-read-plugged,
2901         elmo-folder-unflag-answered-plugged,
2902         elmo-folder-flag-as-answered-plugged): Remove.
2903         (elmo-folder-set-flag-plugged,
2904         elmo-folder-unset-flag-plugged): Define.
2905
2906         * elmo-flag.el (elmo-folder-initialize): Register to
2907         `elmo-global-flag-list' if flag is not global.
2908         (elmo-folder-append-messages): Set flag to source messages.
2909
2910         * elmo-filter.el (elmo-filter-folder-list-unreads,
2911         elmo-folder-list-unreads,
2912         elmo-filter-folder-list-importants,
2913         elmo-folder-list-importants,
2914         elmo-folder-flag-as-read,
2915         elmo-folder-unflag-read,
2916         elmo-folder-flag-as-important,
2917         elmo-folder-unflag-important,
2918         elmo-folder-flag-as-answered,
2919         elmo-folder-unflag-answered): Remove.
2920         (elmo-folder-set-flag): Define.
2921         (elmo-folder-unset-flag): Ditto.
2922
2923         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2924         elmo-folder-unflag-read-dop,
2925         elmo-folder-flag-as-important-dop,
2926         elmo-folder-unflag-important-dop,
2927         elmo-folder-flag-as-answered-dop,
2928         elmo-folder-unflag-answered-dop): Remove.
2929         (elmo-folder-set-flag-dop,
2930         elmo-folder-unset-flag-dop,
2931         elmo-folder-set-important-delayed,
2932         elmo-folder-unset-important-delayed,
2933         elmo-folder-set-read-delayed,
2934         elmo-folder-unset-read-delayed,
2935         elmo-folder-set-answered-delayed,
2936         elmo-folder-unset-answered-delayed): New function.
2937         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2938         (elmo-dop-queue-method-name-alist): Ditto.
2939
2940         * elmo-version.el (elmo-version): Up to 2.11.23.
2941
2942 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2943
2944         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2945
2946         * elsp-sa.el: New file.
2947
2948 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2949
2950         * modb-standard.el (modb-standard-message-entity): New function.
2951         (elmo-msgdb-message-entity): Use it.
2952
2953 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2956         behavior when one-level is nil.
2957
2958         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2959
2960         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2961
2962 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2963
2964         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2965         get max number.
2966         (elmo-generic-folder-diff): Ditto.
2967
2968         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2969         (elmo-folder-update-number): Ditto.
2970
2971         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2972         (elmo-folder-next-message-number-dop): Ditto.
2973
2974 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * elmo-filter.el (elmo-folder-msgdb-create): Use
2977         `elmo-message-entity' and `elmo-message-flags' instead of
2978         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2979
2980 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2983         `if-exists'.
2984
2985 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2986
2987         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2988
2989         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2990
2991         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2992
2993 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2994
2995         * elmo-version.el (elmo-version): Up to 2.11.22.
2996
2997 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
3000
3001 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
3004         if the message dose not exist.
3005
3006 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3007
3008         * elmo-version.el (elmo-version): Up to 2.11.21.
3009
3010 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3011
3012         * modb-standard.el (toplevel): Don't require mime.
3013
3014 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * elsp-bogofilter.el (toplevel): Don't require path-util.
3017         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
3018         (elmo-spam-bogofilter-header): Abolish.
3019         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
3020         (elmo-spam-bogofilter-args): New user option.
3021         (elsp-bogofilter-call-bogofilter): New internal function.
3022         (elmo-spam-buffer-spam-p): Use it.
3023         (elsp-bogofilter-register-buffer): Renamed from
3024         `elmo-spam-bogofilter-register-buffer';
3025         Use `elsp-bogofilter-call-bogofilter'.
3026         (elmo-spam-register-spam-buffer): Follow the change above.
3027         (elmo-spam-register-good-buffer): Ditto.
3028
3029 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * modb-standard.el (elmo-msgdb-append-entity): If entity or
3032         message-id is nil do nothing.
3033
3034 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
3037         Revival.
3038         (elmo-imap4-session): Removed use-flag slot.
3039         (elmo-imap4-session-select-mailbox): Undo last change.
3040         (elmo-folder-use-flag-p): Use
3041         elmo-imap4-disuse-server-flag-mailbox-regexp.
3042
3043 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3044
3045         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
3046         (elmo-imap4-session-select-mailbox): Set it up.
3047         (elmo-folder-use-flag-p): Return value of use-flag slot.
3048
3049 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
3052         message-id is nil.
3053         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
3054
3055         * modb-entity.el (elmo-message-entity-handler): Likewise.
3056
3057 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3058
3059         * elmo.el (toplevel): Remove setting of autoloding for
3060         elmo-global-flag-initialize.
3061         (elmo-init): Don't call elmo-global-flag-initialize.
3062         (toplevel): Added autoload setting for elmo-global-mark-migrate.
3063
3064         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
3065         (elmo-global-mark-migrate): Don't call it.
3066         (elmo-global-mark-upgrade): Ditto.
3067
3068 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
3071         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
3072
3073         * elmo-vars.el (elmo-init-hook): New user option.
3074
3075         * elmo.el (elmo-init): Run the elmo-init-hook.
3076
3077         * elmo-flag.el (elmo-global-mark-migrate): New function.
3078
3079 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3080
3081         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
3082         Undo last change (move to elmo-msgdb-unset-flag).
3083         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
3084         flag is unset.
3085
3086 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
3089         read flag is set.
3090         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
3091         (elmo-msgdb-unset-flag): Ditto.
3092
3093 2003-11-05  Andreas Fuchs <asf@boinkor.net>
3094
3095         * elmo-split.el (elmo-split): Return split message count.
3096
3097 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3098
3099         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
3100         is nil.
3101
3102 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * elmo.el (elmo-folder-unflag-important): Call
3105         `elmo-global-flag-detach' with 4th argument delete-if-none that is
3106         a symbol `always'.
3107
3108         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
3109         before unset flag.
3110         (elmo-global-flag-detach): Delete the message from flag folder, if
3111         `delete-if-none' is a symbol `always'.
3112
3113 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3114
3115         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3116         `elmo-spam-spamfilter-decode-buffer'.
3117         (elsp-spamfilter-register-buffer-internal): New internal function.
3118         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3119         (elmo-spam-register-spam-buffer): Ditto.
3120         (elmo-spam-register-good-buffer): Ditto.
3121
3122         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3123         change.
3124         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3125         (elmo-spam-register-spam-buffer): Follow the API change.
3126         (elmo-spam-register-good-buffer): Ditto.
3127
3128         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3129         (elmo-split-spam-p): Added argument plist; Call
3130         `elmo-spam-buffer-spam-p' with new argument register.
3131
3132         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3133         `register'.
3134         (elmo-spam-message-spam-p): Ditto.
3135         (elmo-spam-register-spam-buffer): Added optional argument
3136         `restore'.
3137         (elmo-spam-register-good-buffer): Ditto.
3138         (elmo-spam-register-spam-messages): Ditto.
3139         (elmo-spam-register-good-messages): Ditto.
3140
3141 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3144         register into good corpus.
3145         (elmo-spam-register-good-buffer): Fixed to register into bad
3146         corpus.
3147
3148 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3149
3150         * elmo-version.el (elmo-version): Up to 2.11.20.
3151
3152         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3153         change.
3154
3155         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3156         flag without depending on \Recent flag.
3157
3158 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3159
3160         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3161         (elmo-spam-modified-p): Defined.
3162         (elmo-spam-save-status): Set `modified' slot to nil.
3163         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3164         (elmo-spam-register-good-buffer): Ditto.
3165
3166         * elmo-spam.el (elmo-spam-modified-p): New API.
3167
3168 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3169
3170         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3171         duplicate definition.
3172
3173         * elmo-util.el (elmo-unfold-field-body): New function.
3174         (elmo-msgdb-get-message-id-from-buffer): Use it.
3175
3176         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3177         Fixed the last change; Use elmo-unfold-field-body.
3178
3179 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3180
3181         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3182         Unfold date value.
3183
3184 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3185
3186         * elmo-spam.el (elmo-spam-save-status): New API.
3187
3188         * elsp-spamfilter.el: New file.
3189
3190 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3191
3192         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3193
3194 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3195
3196         * elmo-split.el (elmo-split-spam-p): New function.
3197
3198         * elmo-spam.el: New file.
3199
3200         * elsp-bogofilter.el: Ditto.
3201
3202 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3203
3204         * elmo.el (elmo-folder-next-message-number): New API.
3205         (elmo-folder-next-message-number): Define.
3206         (elmo-message-field): Don't check folder length.
3207
3208         * elmo-net.el (elmo-folder-next-message-number): Define.
3209         (elmo-folder-next-message-number-unplugged): Define.
3210
3211         * elmo-map.el (elmo-folder-next-message-number): Define.
3212         (elmo-folder-delete-messages): Clear hash value.
3213
3214         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3215
3216         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3217         (elmo-folder-delete-messages-dop-delayed): Always return t.
3218
3219         * elmo-version.el (elmo-version): Up to 2.11.19.
3220
3221 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3224         change.
3225
3226         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3227         identical cons cell into the mark-alist and the hash table.
3228
3229 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3232         elmo-folder-list-messages with argument `visible-only' as t.
3233
3234         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3235         (elmo-folder-msgdb-create): Check the target folder.
3236
3237 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3240         `permanentflag' instead of `flags'.
3241         (elmo-folder-open): Ditto.
3242         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3243         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3244         (elmo-folder-use-flag-p): Always return t.
3245         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3246         `permanentflags' does not exist.
3247         (elmo-folder-open): Ditto.
3248
3249 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3250
3251         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3252         is nil.
3253         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3254
3255         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3256         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3257         response.
3258         (elmo-folder-open): Ditto.
3259         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3260         slot of the session includes the flag.
3261         (elmo-imap4-session-flag-available-p): New function.
3262         (elmo-imap4-folder-list-flagged): Ditto.
3263         (elmo-folder-list-unreads-plugged): Use it.
3264         (elmo-folder-list-importants-plugged): Ditto.
3265         (elmo-folder-list-answereds-plugged): Ditto.
3266         (elmo-imap4-search-internal-primitive): Ditto.
3267         (elmo-imap4-folder-list-any-plugged,
3268         elmo-imap4-folder-list-digest-plugged): Abolish.
3269
3270         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3271         if numbers is nil.
3272
3273 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3274
3275         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3276
3277 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3278
3279         * elmo-util.el (elmo-get-hash-val): Simplify.
3280         (elmo-set-hash-val): Rewrite.
3281
3282 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3283
3284         * elmo.el (elmo-folder-list-messages): Append killed messages into
3285         result if `visible-only' is nil and `in-msgdb' is non-nil.
3286
3287         * elmo-util.el (elmo-uniq-list): Added optional argument
3288         `delete-function'.
3289
3290         * modb.el (elmo-msgdb-flag-count): New API.
3291
3292         * modb-standard.el (modb-standard): Added slot flag-count.
3293         (modb-standard-countup-flags): New function.
3294         (modb-standard-load-flag): Call it.
3295         (elmo-msgdb-append): Ditto.
3296         (elmo-msgdb-clear): Clear slot flag-count.
3297         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3298         (elmo-msgdb-unset-flag): Treat `all' flag and call
3299         modb-standard-countup-flags.
3300         (elmo-msgdb-flag-count): Define.
3301         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3302         (elmo-msgdb-delete-messages): Ditto.
3303
3304         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3305         (elmo-msgdb-flag-count): Define.
3306
3307         * elmo.el (elmo-folder-list-messages): Undo last change.
3308         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3309         (elmo-folder-kill-messages): Unset all flags to numbers.
3310
3311         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3312         elmo-folder-kill-messages.
3313
3314         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3315         (elmo-nntp-folder-delete-messages): Abolish.
3316
3317         * elmo-version.el (elmo-version): Up to 2.11.18.
3318
3319 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3322         (elmo-folder-kill-messages-range): New function.
3323         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3324         instead of elmo-folder-kill-messages-before.
3325
3326 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3327
3328         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3329         elmo-imap4-current-msgdb to decide entity handler.
3330
3331 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3332
3333         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3334
3335         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3336         inline function.
3337         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3338         (elmo-msgdb-overview-entity-set-number,
3339         elmo-msgdb-overview-entity-get-references,
3340         elmo-msgdb-overview-entity-set-references,
3341         elmo-msgdb-overview-entity-get-from-no-decode,
3342         elmo-msgdb-overview-entity-get-from,
3343         elmo-msgdb-overview-entity-set-from,
3344         elmo-msgdb-overview-entity-get-subject,
3345         elmo-msgdb-overview-entity-get-subject-no-decode,
3346         elmo-msgdb-overview-entity-set-subject,
3347         elmo-msgdb-overview-entity-get-date,
3348         elmo-msgdb-overview-entity-set-date,
3349         elmo-msgdb-overview-entity-get-to,
3350         elmo-msgdb-overview-entity-get-cc,
3351         elmo-msgdb-overview-entity-get-size,
3352         elmo-msgdb-overview-entity-set-size,
3353         elmo-msgdb-overview-entity-get-extra,
3354         elmo-msgdb-overview-entity-set-extra,
3355         elmo-msgdb-overview-entity-get-extra-field,
3356         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3357         (elmo-msgdb-make-index): Use
3358         `elmo-msgdb-overview-entity-get-number-internal'.
3359         (elmo-msgdb-clear-index): Ditto.
3360         (elmo-msgdb-append-entity): Ditto;
3361         Use `elmo-msgdb-overview-entity-get-id-internal'.
3362
3363         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3364         elmo-msgdb-overview-entity-set-number,
3365         elmo-msgdb-overview-entity-get-references,
3366         elmo-msgdb-overview-entity-set-references,
3367         elmo-msgdb-overview-entity-get-from-no-decode,
3368         elmo-msgdb-overview-entity-get-from,
3369         elmo-msgdb-overview-entity-set-from,
3370         elmo-msgdb-overview-entity-get-subject,
3371         elmo-msgdb-overview-entity-get-subject-no-decode,
3372         elmo-msgdb-overview-entity-set-subject,
3373         elmo-msgdb-overview-entity-get-date,
3374         elmo-msgdb-overview-entity-set-date,
3375         elmo-msgdb-overview-entity-get-to,
3376         elmo-msgdb-overview-entity-get-cc,
3377         elmo-msgdb-overview-entity-get-size,
3378         elmo-msgdb-overview-entity-set-size,
3379         elmo-msgdb-overview-entity-get-extra,
3380         elmo-msgdb-overview-entity-set-extra,
3381         elmo-msgdb-overview-entity-get-extra-field,
3382         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3383         and rewrote for backward compatibility.
3384
3385 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3386
3387         * elmo.el (elmo-message-entity-number,
3388         elmo-message-entity-set-number,
3389         elmo-message-entity-field,
3390         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3391
3392         * elmo-msgdb.el (elmo-message-entity-number,
3393         elmo-message-entity-set-number,
3394         elmo-message-entity-field,
3395         elmo-message-entity-set-field): Moved from elmo.el.
3396
3397 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3398
3399         * elmo.el (toplevel): Changed definition orders.
3400
3401 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3402
3403         * modb.el (elmo-msgdb-search): New API .
3404         (elmo-msgdb-match-condition): Ditto.
3405
3406         * modb-standard.el (elmo-msgdb-search): Define.
3407
3408         * modb-legacy.el (elmo-msgdb-search): Ditto.
3409
3410         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3411         from elmo-msgdb-match-condition-internal.
3412
3413         * elmo.el (elmo-folder-search-fast): Abolish.
3414         (elmo-folder-search): Use elmo-msgdb-search and
3415         elmo-with-progress-display.
3416
3417         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3418         as msgdb API.
3419
3420         * elmo.el (elmo-folder): Remove slot message-modified and
3421         flag-modified.
3422         (elmo-folder-set-message-modified): Abolish.
3423         (elmo-generic-folder-commit): Follow the change above.
3424         (elmo-folder-synchronize): Ditto.
3425
3426         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3427
3428         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3429
3430         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3431
3432 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3433
3434         * modb-standard.el (modb-standard-make-message-entity,
3435         elmo-msgdb-make-message-entity,
3436         elmo-msgdb-create-message-entity-from-buffer,
3437         elmo-msgdb-message-entity-number,
3438         elmo-msgdb-message-entity-set-number,
3439         elmo-msgdb-message-entity-field,
3440         elmo-msgdb-message-entity-set-field,
3441         elmo-msgdb-copy-message-entity,
3442         elmo-msgdb-match-condition-internal): Remove.
3443
3444         * modb-entity.el: New file (again).
3445
3446         * modb.el (toplevel): Require modb-entity.
3447         (elmo-msgdb-message-entity-handler): New method.
3448
3449         * modb-standard.el (modb-standard-entity-id): Use
3450         elmo-message-entity-handler.
3451         (modb-standard-load-entity): Ditto.
3452         (elmo-msgdb-append-entity): Ditto.
3453         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3454
3455         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3456         elmo-msgdb-decoded-cache-hashtb,
3457         (modb-legacy-make-message-entity,
3458         elmo-msgdb-make-message-entity,
3459         elmo-msgdb-create-message-entity-from-buffer,
3460         elmo-msgdb-message-entity-number,
3461         elmo-msgdb-message-entity-set-number,
3462         elmo-msgdb-message-entity-field,
3463         elmo-msgdb-message-entity-set-field,
3464         elmo-msgdb-copy-message-entity,
3465         elmo-msgdb-match-condition-internal,
3466         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3467
3468         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3469         (elmo-message-entity-set-number): Ditto.
3470         (elmo-message-entity-field): Ditto.
3471         (elmo-message-entity-set-field): Ditto.
3472
3473         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3474
3475         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3476
3477         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3478
3479         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3480         (elmo-nntp-msgdb-create-message): Ditto.
3481
3482         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3483         (elmo-folder-msgdb-create): Add unread flag.
3484
3485         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3486
3487         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3488
3489         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3490
3491         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3492
3493         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3494         elmo-msgdb-messge-entity-handler.
3495         * elmo-version.el (elmo-version): Up to 2.11.17.
3496
3497 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3498
3499         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3500         change.
3501
3502 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3503
3504         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3505
3506         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3507         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3508         (elmo-msgdb-flag-table): Ditto.
3509         (elmo-msgdb-sort-by-date): Ditto.
3510
3511         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3512
3513         * modb-standard.el (toplevel): Require mime.
3514         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3515         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3516         elmo-msgdb-message-entity-number.
3517         (elmo-msgdb-append-entity): Ditto.
3518         (elmo-msgdb-create-message-entity-from-file): Remove.
3519         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3520         corresponds to the entity.
3521         (elmo-msgdb-message-entity-number): Do nothing currently.
3522         (elmo-msgdb-message-entity-field): Ditto.
3523         (elmo-msgdb-message-entity-set-field): Ditto.
3524         (elmo-msgdb-copy-message-entity): Ditto.
3525         (elmo-msgdb-match-condition-internal): Ditto.
3526
3527         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3528         elmo-util.el.
3529         (elmo-msgdb-create-message-entity-from-file): Remove.
3530
3531         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3532         modb-legacy.el.
3533         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3534
3535         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3536
3537 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3540         (elmo-msgdb-message-entity-field): Ditto.
3541         (elmo-msgdb-message-entity-number): Ditto.
3542
3543 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3544
3545         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3546         Fixed how to set extra field into entity.
3547         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3548         symbol.
3549
3550         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3551         Fixed how to set extra field into entity.
3552         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3553         symbol.
3554
3555 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * modb.el (elmo-message-entity-db): New function.
3558         (elmo-msgdb-make-message-entity): New API.
3559         (elmo-msgdb-message-entity-number): Ditto.
3560         (elmo-msgdb-message-entity-set-number): Ditto.
3561         (elmo-msgdb-message-entity-field): Ditto.
3562         (elmo-msgdb-message-entity-set-field): Ditto.
3563         (elmo-msgdb-copy-message-entity): Ditto.
3564         (elmo-msgdb-create-message-entity-from-file): Ditto.
3565         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3566         (elmo-msgdb-match-condition-internal): Ditto.
3567
3568         * modb-standard.el (modb-legacy): Require modb-legacy.
3569         (modb-standard-make-message-entity): New inline function.
3570         (elmo-msgdb-make-message-entity): Define.
3571         (elmo-msgdb-create-message-entity-from-file): Ditto.
3572         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3573         (elmo-msgdb-message-entity-field): Ditto.
3574         (elmo-msgdb-message-entity-set-field): Ditto.
3575         (elmo-msgdb-copy-message-entity): Ditto.
3576         (elmo-msgdb-match-condition-internal): Ditto.
3577
3578         * modb-legacy.el: Don't require modb-entity.
3579         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3580         (elmo-msgdb-match-condition-primitive): Ditto.
3581         (elmo-msgdb-get-decoded-cache): Ditto.
3582         (elmo-msgdb-overview-entity-get-id): Ditto.
3583         (elmo-msgdb-overview-entity-get-number): Ditto.
3584         (elmo-msgdb-overview-entity-set-number): Ditto.
3585         (elmo-msgdb-overview-entity-get-references): Ditto.
3586         (elmo-msgdb-overview-entity-set-references): Ditto.
3587         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3588         (elmo-msgdb-overview-entity-get-from): Ditto.
3589         (elmo-msgdb-overview-entity-set-from): Ditto.
3590         (elmo-msgdb-overview-entity-get-subject): Ditto.
3591         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3592         (elmo-msgdb-overview-entity-set-subject): Ditto.
3593         (elmo-msgdb-overview-entity-get-date): Ditto.
3594         (elmo-msgdb-overview-entity-set-date): Ditto.
3595         (elmo-msgdb-overview-entity-get-to): Ditto.
3596         (elmo-msgdb-overview-entity-get-cc): Ditto.
3597         (elmo-msgdb-overview-entity-get-size): Ditto.
3598         (elmo-msgdb-overview-entity-set-size): Ditto.
3599         (elmo-msgdb-overview-entity-get-extra): Ditto.
3600         (elmo-msgdb-overview-entity-set-extra): Ditto.
3601         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3602         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3603         (elmo-msgdb-number-load): Ditto.
3604         (elmo-msgdb-overview-load): Ditto.
3605         (elmo-msgdb-mark-load): Ditto.
3606         (elmo-msgdb-number-save): Ditto.
3607         (elmo-msgdb-mark-save): Ditto.
3608         (elmo-msgdb-overview-save): Ditto.
3609         (modb-legacy-make-message-entity): New inline function.
3610         (elmo-msgdb-insert-file-header): Ditto.
3611         (elmo-msgdb-make-message-entity): Define.
3612         (elmo-msgdb-create-message-entity-from-file): Ditto.
3613         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3614         (elmo-msgdb-message-entity-number): Ditto.
3615         (elmo-msgdb-message-entity-set-number): Ditto.
3616         (elmo-msgdb-message-entity-field): Ditto.
3617         (elmo-msgdb-message-entity-set-field): Ditto.
3618         (elmo-msgdb-copy-message-entity): Ditto.
3619         (elmo-msgdb-match-condition-internal): Ditto.
3620
3621         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3622         (elmo-message-copy-entity): Rewrite.
3623         (elmo-message-entity-number): Ditto.
3624         (elmo-message-entity-set-number): Ditto.
3625         (elmo-message-entity-field): Use elmo-message-entity-db.
3626         (elmo-message-entity-set-field): Ditto.
3627         (elmo-message-field): Rewrite.
3628
3629         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3630         elmo-msgdb.el
3631         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3632
3633         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3634         elmo-message-entity-field.
3635         (elmo-shimbun-folder-shimbun-header): Ditto.
3636         (elmo-shimbun-entity-to-header): Ditto.
3637         (elmo-folder-msgdb-create): Ditto.
3638         (elmo-shimbun-msgdb-create-entity): Ditto;
3639         Use elmo-msgdb-create-message-entity-from-buffer.
3640         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3641         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3642
3643         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3644         elmo-msgdb-create-message-entity-from-file and 
3645         elmo-message-entity-field.
3646
3647         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3648         elmo-message-entity-number.
3649         (elmo-pop3-msgdb-create-message): Use
3650         elmo-msgdb-create-message-entity-from-buffer,
3651         elmo-message-entity-set-field, elmo-message-entity-number and
3652         elmo-message-entity-set-number.
3653
3654         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3655         the API change in elmo-msgdb-make-message-entity.
3656         (elmo-nntp-msgdb-create-message): Use
3657         elmo-msgdb-create-message-entity-from-buffer.
3658
3659         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3660         elmo-message-entity-field and
3661         elmo-msgdb-create-message-entity-from-file.
3662
3663         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3664         (elmo-msgdb-get-field): Abolish.
3665         (elmo-msgdb-get-number): Rewrite.
3666         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3667         (elmo-msgdb-flag-table): Ditto.
3668         (elmo-msgdb-get-last-message-id,
3669         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3670         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3671         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3672         (elmo-msgdb-create-overview-from-buffer,
3673         elmo-msgdb-overview-get-parent-entity): Abolish.
3674
3675         * elmo-mime.el (elmo-mime-display-as-is): Use
3676         elmo-message-entity-field.
3677
3678         * elmo-map.el (elmo-folder-pack-numbers): Use
3679         elmo-message-entity-set-number.
3680
3681         * elmo-maildir.el (elmo-folder-msgdb-create): 
3682         elmo-msgdb-create-message-entity-from-file instead of
3683         elmo-msgdb-create-overview-entity-from-file.
3684
3685         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3686         msgdb.
3687         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3688         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3689
3690         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3691         elmo-messge-entity-field and elmo-message-entity-number.
3692         (elmo-imap4-fetch-callback-1): Call
3693         elmo-msgdb-create-message-entity-from-buffer instead of
3694         elmo-msgdb-create-overview-from-buffer. 
3695         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3696         (elmo-find-fetch-strategy): Likewise.
3697
3698         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3699         elmo-localdir-msgdb-create-entity with argument msgdb.
3700
3701         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3702         and elmo-message-entity-set-number.
3703
3704         * elmo-cache.el (elmo-folder-msgdb-create): Use
3705         elmo-message-entity-field.
3706         (elmo-folder-msgdb-create): Call
3707         elmo-msgdb-create-message-entity-from-file instead of
3708         elmo-msgdb-create-overview-entity-from-file.
3709
3710         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3711         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3712         instead of elmo-msgdb-create-overview-from-buffer.
3713         (elmo-archive-msgdb-create-entity): Ditto.
3714         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3715         elmo-message-entity-field.
3716         (elmo-archive-parse-mmdf): Ditto.
3717
3718         * modb-entity.el: Removed.
3719
3720         * elmo-version.el (elmo-version): Up to 2.11.16.
3721
3722 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3723
3724         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3725         `is-local'.
3726         (elmo-folder-flag-as-answered): Ditto.
3727
3728 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3729
3730         * modb-standard.el: New file.
3731
3732         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3733         elmo-msgdb-convert-type is `sync'.
3734
3735         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3736         (elmo-msgdb-convert-type): New user option.
3737
3738         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3739         (elmo-load-msgdb): Auto detect saved type.
3740
3741         * elmo-version.el (elmo-version): Up to 2.11.15.
3742
3743 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3744
3745         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3746
3747         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3748         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3749         with argument `delete-if-none' when dst-folder is 'null.
3750
3751         * elmo-flag.el (elmo-folder-append-messages): Defined.
3752         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3753
3754 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3757
3758 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3759
3760         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3761         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3762         (elmo-folder-commit): Ditto.
3763
3764 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * elmo-flag.el: New file.
3767
3768         * elmo-mark.el: Removed.
3769
3770         * modb-legacy.el (modb-legacy-new-mark,
3771         modb-legacy-unread-uncached-mark,
3772         modb-legacy-unread-cached-mark,
3773         modb-legacy-read-uncached-mark,
3774         modb-legacy-answered-cached-mark,
3775         modb-legacy-answered-uncached-mark,
3776         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3777         All other related portions are changed.
3778
3779         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3780         (elmo-folder-list-messages-with-global-mark): Abolish.
3781         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3782         (elmo-folder-flag-as-important): Ditto.
3783         (elmo-folder-unflag-read): Ditto.
3784         (elmo-folder-flag-as-read): Ditto.
3785         (elmo-folder-unflag-answered): Ditto.
3786         (elmo-folder-flag-as-answered): Ditto.
3787         (elmo-message-encache): Return the cache path.
3788         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3789         (elmo-message-set-flag): Transitional implementation.
3790         (elmo-message-unset-flag): Ditto.
3791         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3792         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3793         (elmo-init): Call elmo-global-flag-initialize.
3794         (toplevel): Added autoload settings for elmo-flag.
3795
3796         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3797
3798         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3799         (elmo-file-cache-delete): Don't treat global-mark.
3800
3801         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3802
3803         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3804
3805         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3806         `elmo-global-flags-set'.
3807
3808         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3809         `flag'.
3810         (elmo-folder-unflag-read): Ditto.
3811         (elmo-folder-unflag-important): Ditto.
3812         (elmo-folder-flag-as-important): Ditto.
3813         (elmo-folder-unflag-answered): Ditto.
3814         (elmo-folder-flag-as-answered): Ditto.
3815
3816         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3817         `elmo-global-flags-set'.
3818         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3819
3820         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3821
3822         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3823         `flag'.
3824         (elmo-folder-flag-as-important): Ditto.
3825         (elmo-folder-unflag-important): Ditto.
3826         (elmo-folder-flag-as-important): Ditto.
3827         (elmo-folder-unflag-read): Ditto.
3828         (elmo-folder-flag-as-read): Ditto.
3829         (elmo-folder-unflag-answered): Ditto.
3830         (elmo-folder-flag-as-answered): Ditto.
3831
3832         * elmo-multi.el (elmo-folder-list-importants): Don't call
3833         elmo-folder-list-messages-with-global-mark.
3834         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3835         (elmo-folder-unflag-important): Ditto.
3836         (elmo-folder-flag-as-read): Ditto.
3837         (elmo-folder-unflag-read): Ditto.
3838         (elmo-folder-flag-as-answered): Ditto.
3839         (elmo-folder-unflag-answered): Ditto.
3840
3841         * elmo-msgdb.el (elmo-msgdb-new-mark,
3842         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3843         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3844         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3845         (Moved to modb-legacy.el).
3846         (elmo-flag-table-get): Treat important flag too.
3847
3848         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3849         `mark' to `flag'.
3850         (elmo-map-folder-flag-as-important): Ditto.
3851         (elmo-map-folder-unflag-read): Ditto.
3852         (elmo-map-folder-flag-as-read): Ditto.
3853         (elmo-map-folder-unflag-answered): Ditto.
3854         (elmo-map-folder-flag-as-answered): Ditto.
3855         (elmo-folder-unflag-important): Ditto.
3856         (elmo-folder-flag-as-important): Ditto.
3857         (elmo-folder-unflag-read): Ditto.
3858         (elmo-folder-flag-as-read): Ditto.
3859         (elmo-folder-unflag-answered): Ditto.
3860         (elmo-folder-flag-as-answered): Ditto.
3861
3862         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3863         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3864         `flag'.
3865         (elmo-map-folder-unflag-important): Ditto.
3866         (elmo-map-folder-flag-as-read): Ditto.
3867         (elmo-map-folder-unflag-read): Ditto.
3868         (elmo-map-folder-flag-as-answered): Ditto.
3869         (elmo-map-folder-unflag-answered): Ditto.
3870
3871         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3872         `elmo-global-flags-set'.
3873         (elmo-global-flags-set): Added autoload setting.
3874
3875         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3876         `flag'.
3877
3878         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3879         `elmo-msgdb-global-mark-set'.
3880         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3881         Call `elmo-global-flags-set'.
3882         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3883         `flag'.
3884         (elmo-folder-flag-as-important-plugged): Ditto.
3885         (elmo-folder-unflag-read-plugged): Ditto.
3886         (elmo-folder-flag-as-read-plugged): Ditto.
3887         (elmo-folder-unflag-answered-plugged): Ditto.
3888         (elmo-folder-flag-as-answered-plugged): Ditto.
3889         (elmo-global-flags-set): Added autoload setting.
3890
3891         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3892         `flag'.
3893         (elmo-folder-unflag-read): Ditto.
3894         (elmo-folder-flag-as-important): Ditto.
3895         (elmo-folder-unflag-important): Ditto.
3896         (elmo-folder-flag-as-answered): Ditto.
3897         (elmo-folder-unflag-answered): Ditto.
3898
3899         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3900         change of `mark'->`flag'.
3901         (elmo-dop-queue-method-name-alist): Ditto.
3902         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3903         (elmo-folder-unflag-read-dop): Ditto.
3904         (elmo-folder-flag-as-important-dop): Ditto.
3905         (elmo-folder-unflag-important-dop): Ditto.
3906         (elmo-folder-flag-as-answered-dop): Ditto.
3907         (elmo-folder-unflag-answered-dop): Ditto.
3908
3909         * elmo-cache.el (elmo-folder-msgdb-create): Call
3910         `elmo-global-flags-set'.
3911
3912         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3913         Call `elmo-global-flags-set'.
3914         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3915         elmo-archive-parse-mmdf with argument `folder'.
3916         (elmo-archive-parse-mmdf): Added argument `folder';
3917         Call `elmo-global-flags-set'.
3918
3919         * elmo-version.el (elmo-version): Up to 2.11.14.
3920
3921 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3922
3923         * modb.el (elmo-msgdb-length): Define.
3924
3925         * elmo.el (elmo-make-folder): Fixed.
3926         (elmo-generic-folder-append-messages): Follow the API change.
3927
3928         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3929         API change.
3930
3931 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3932
3933         * modb.el: New file.
3934
3935         * modb-entity.el: Ditto.
3936
3937         * modb-legacy.el: Ditto.
3938
3939         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3940         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3941         of `elmo-msgdb-overview-get-entity'.
3942         (elmo-msgdb-get-field): Ditto.
3943         (elmo-msgdb-merge): Moved to `elmo.el'.
3944         (elmo-msgdb-length): Removed; redefine as modb method.
3945         (elmo-msgdb-change-mark): Abolish.
3946         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3947         (elmo-msgdb-match-condition): Don't use mark.
3948         (elmo-msgdb-overview-get-entity): Abolish.
3949         Split modb part into `modb*.el'.
3950
3951         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3952
3953         * elmo-shimbun.el (shimbun-mua-search-id): Use
3954         `elmo-msgdb-message-entity' instead of
3955         `elmo-msgdb-overview-get-entity'.
3956         (elmo-shimbun-folder-shimbun-header): Ditto.
3957         (elmo-shimbun-get-headers): Ditto.
3958         (elmo-shimbun-update-overview): Ditto.
3959
3960         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3961
3962         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3963
3964         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3965         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3966
3967         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3968         `elmo-msgdb-mark-to-flags'.
3969
3970         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3971         `elmo-msgdb-set-path'.
3972
3973         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3974  
3975         * elmo-version.el (elmo-version): Up to 2.11.13.
3976
3977         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3978
3979         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3980         of mark.
3981
3982 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3983
3984         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3985         mismatch.
3986
3987 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3988
3989         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3990         instead of `elmo-msgdb-get-cached'.
3991         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3992
3993         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3994         (elmo-msgdb-set-cached): Ditto.
3995         (elmo-msgdb-set-flag): Rewrite.
3996         (elmo-msgdb-unset-flag): Ditto.
3997
3998         * elmo-msgdb.el: Rewrite with luna.
3999
4000         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
4001         (elmo-folder-msgdb): Follow the change above.
4002         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
4003         (elmo-folder-unmark-important): Follow the API change.
4004         (elmo-folder-mark-as-important): Ditto.
4005         (elmo-folder-unmark-read): Ditto.
4006         (elmo-folder-mark-as-read): Ditto.
4007         (elmo-folder-unmark-answered): Ditto.
4008         (elmo-folder-mark-as-answered): Ditto.
4009         (elmo-folder-clear): Likewise.
4010
4011         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
4012         instead of `elmo-msgdb-load' (renamed).
4013
4014         * elmo-version.el (elmo-version): Up to 2.11.12.
4015
4016 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4017
4018         * elmo.el (elmo-generic-folder-append-messages): Follow the API
4019         change.
4020         (elmo-message-mark): Abolish.
4021         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
4022         instead of `elmo-msgdb-change-mark'.
4023
4024         * elmo-pipe.el (elmo-message-mark): Abolish.
4025
4026         * elmo-multi.el (elmo-message-mark): Ditto.
4027
4028         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
4029         (elmo-msgdb-unread-uncached-mark): Ditto.
4030         (elmo-msgdb-unread-cached-mark): Ditto.
4031         (elmo-msgdb-read-uncached-mark): Ditto.
4032         (elmo-msgdb-answered-cached-mark): Ditto.
4033         (elmo-msgdb-answered-uncached-mark): Ditto.
4034         (elmo-msgdb-important-mark): Ditto.
4035         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
4036         `use-cache'.
4037         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
4038         `flags'.
4039         (elmo-flag-table-load): Changed flag to list of flag.
4040         (elmo-flag-table-set): If flags is nil, set read flag.
4041         (elmo-flag-table-get): Return derived flags from global mark,
4042         cache status and saved flags.
4043         (elmo-msgdb-flag-table): Follow the change above.
4044         (elmo-msgdb-out-of-date-messages): New function.
4045
4046         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
4047
4048         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4049
4050         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
4051
4052         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4053         (elmo-nntp-msgdb-create-message): Ditto.
4054
4055         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4056
4057         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
4058         independent.
4059         (elmo-folder-msgdb-create): Follow the API change.
4060
4061         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4062         (elmo-folder-append-messages): Ditto.
4063
4064         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4065         (elmo-folder-append-buffer): Ditto.
4066
4067         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4068
4069         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4070
4071         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4072         (elmo-archive-parse-mmdf): Ditto.
4073
4074         * elmo-version.el (elmo-version): Up to 2.11.11.
4075
4076 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4077
4078         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
4079         `elmo-msgdb-mark'.
4080
4081         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
4082
4083         * elmo-pipe.el (elmo-message-flags): Defined.
4084
4085         * elmo-multi.el (elmo-message-flags): Ditto.
4086
4087 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4088
4089         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
4090         `elmo-msgdb-delete-msgs'.
4091
4092         * elmo.el (elmo-folder-count-flags): Don't use
4093         `elmo-msgdb-get-mark-alist'.
4094         (elmo-folder-detach-messages): Follow the API change.
4095
4096         * elmo.el (elmo-folder-list-messages): Append killed messages into
4097         result if `visible-only' is nil.
4098
4099         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
4100         canceled messages.
4101         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
4102         (elmo-folder-update-number): Likewise.
4103
4104         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
4105         (elmo-pop3-sort-msgdb-by-original-number): Use
4106         `elmo-msgdb-sort-entities'.
4107
4108         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
4109         (elmo-msgdb-sort-by-date): Use it.
4110         (elmo-msgdb-overview-sort-by-date): Abolish.
4111
4112         * elmo-dop.el (elmo-folder-status-dop): Fixed.
4113
4114         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
4115         (elmo-msgdb-flags): New function.
4116         (elmo-msgdb-merge): Use elmo-msgdb-append.
4117
4118         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4119         change.
4120
4121         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4122
4123         * elmo-dop.el (elmo-folder-status-dop): Use
4124         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4125
4126 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4127
4128         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4129
4130         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4131
4132         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4133
4134         * elmo-util.el (elmo-with-progress-display): New macro.
4135
4136         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4137
4138 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4139
4140         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4141         `elmo-folder-list-message-entities' instead of
4142         `elmo-msgdb-get-overview'.
4143         (elmo-map-folder-list-message-locations): Ditto.
4144
4145         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4146         methods instead of treat directly).
4147         (elmo-msgdb-clear): Ditto.
4148         (elmo-msgdb-delete-msgs): Ditto.
4149         (elmo-msgdb-sort-by-date): Ditto.
4150
4151         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4152         local variables.
4153         (elmo-nntp-folder-msgdb-create): Follow the API change.
4154
4155         * elmo-version.el (elmo-version): Up to 2.11.10.
4156
4157 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4158
4159         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4160         (elmo-msgdb-flags-to-mark): Ditto.
4161         (elmo-msgdb-append-entity): Ditto.
4162
4163         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4164         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4165         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4166         (elmo-archive-parse-mmdf): Ditto.
4167
4168         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4169
4170         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4171
4172         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4173
4174         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4175
4176         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4177
4178         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4179
4180         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4181
4182         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4183
4184         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4185         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4186         to empty msgdb.
4187
4188         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4189         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4190         instead of directly construction.
4191         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4192         instead of construct msgdb.
4193
4194         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4195         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4196         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4197         instead of construct msgdb.
4198
4199 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4200
4201         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4202         when field is from or subject.
4203
4204 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4205
4206         * elmo-multi.el (elmo-message-entity-parent): Define.
4207         (elmo-folder-search): Rewrite.
4208
4209 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4210
4211         * elmo-multi.el (elmo-message-cached-p): Define.
4212
4213         * elmo.el (elmo-message-cached-p): New method.
4214         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4215         (elmo-message-flags): New method.
4216         (elmo-message-flagged-p): New function.
4217
4218         * elmo-version.el (elmo-version): Up to 2.11.9.
4219
4220 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4221
4222         * elmo-version.el (elmo-version): Up to 2.11.8.
4223
4224         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4225
4226         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4227
4228 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * elmo.el (elmo-folder-detach-messages): Undo last change.
4231
4232 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4235
4236         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4237         only when src folder type is pop3.
4238
4239 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4240
4241         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4242         elmo-msgdb-overview-entity-get-number instead of
4243         elmo-message-entity-number.
4244
4245 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4246
4247         * elmo-version.el (elmo-version): Up to 2.11.7.
4248
4249 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4250
4251         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4252         function.
4253
4254         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4255         (elmo-msgdb-merge): New function.
4256         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4257         (elmo-msgdb-make-index): Rewrite.
4258
4259         * elmo-version.el (elmo-version): Up to 2.11.6.
4260
4261         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4262         use it as a the path for loading message entities.
4263
4264         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4265
4266 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4267
4268         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4269         message-modified slot of itself if it does not require target msgdb.
4270
4271         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4272         if folder length is zero.
4273         (elmo-mime-display-as-is): Ditto.
4274
4275         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4276
4277         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4278
4279 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4280
4281         * elmo.el (elmo-folder-set-message-modified): New method.
4282         (elmo-generic-folder-commit): Use it.
4283         (elmo-folder-synchronize): Ditto.
4284
4285         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4286         (elmo-folder-commit): Remove duplicate definition.
4287
4288 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4289
4290         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4291
4292 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4293
4294         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4295         (elmo-strict-folder-diff): Ditto.
4296         (elmo-folder-set-info-max-by-numdb): Simplify.
4297
4298         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4299         elmo-msgdb-list-messages.
4300
4301         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4302         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4303
4304 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4305
4306         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4307         visible-only is non-nil.
4308         (elmo-folder-confirm-appends): Changed message.
4309         (elmo-folder-synchronize): Added argument disable-killed.
4310
4311         * elmo-multi.el (elmo-folder-synchronize): Added argument
4312         disable-killed.
4313
4314         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4315
4316         * elmo-version.el (elmo-version): Up to 2.11.5.
4317
4318         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4319         elmo-list-filter.
4320
4321         * elmo-util.el (elmo-list-filter): Simplify.
4322
4323         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4324         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4325         (elmo-generic-folder-diff): Abolish argument.
4326         (elmo-msgdb-load): Don't use number-alist.
4327
4328         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4329
4330         * elmo-pipe.el (elmo-folder-diff): Ditto.
4331
4332         * elmo-nmz.el (elmo-folder-diff): Ditto.
4333
4334         * elmo-net.el (elmo-folder-diff): Ditto.
4335
4336         * elmo-maildir.el (elmo-folder-diff): Ditto.
4337
4338         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4339
4340         * elmo-multi.el (elmo-folder-diff): Ditto
4341         (elmo-multi-folder-diff): Rewrite.
4342
4343 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4344
4345         * elmo-pipe.el (elmo-folder-msgdb): Define.
4346
4347 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * elmo.el (elmo-message-set-cached): Define as a method.
4350
4351         * elmo-pipe.el (elmo-message-set-cached): Define.
4352         (elmo-find-fetch-strategy): Ditto.
4353
4354         * elmo-multi.el (elmo-message-set-cached): Define.
4355         (elmo-find-fetch-strategy): Rewrite.
4356
4357         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4358
4359         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4360
4361 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4364         instead of number-alist.
4365
4366         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4367         mark nor message-id when msgdb of source folder is not loaded.
4368
4369         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4370
4371         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4372
4373 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * elmo.el (elmo-folder-length): Don't require msgdb.
4376
4377 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4380         (elmo-message-field): Ditto.
4381
4382         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4383         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4384         slot.
4385         (elmo-map-folder-list-answereds): Define.
4386         (elmo-maildir-list-location): Treat 'R' info.
4387         (elmo-folder-msgdb-create): Treat flag-table.
4388         (elmo-folder-append-messages): Save flag-table.
4389
4390 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4391
4392         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4393         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4394
4395 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4396
4397         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4398
4399         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4400         'read when mark is null.
4401
4402 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * elmo-version.el (elmo-version): Up to 2.11.4.
4405
4406 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4407
4408         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4409         (elmo-folder-mark-as-answered): Ditto.
4410
4411 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4412
4413         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4414         (elmo-pop3-get-session): Make msgdb directory after session.
4415         (elmo-folder-exists-p): Check exactly at the first time even when the
4416         elmo-pop3-exists-exactly is nil.
4417
4418         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4419         (elmo-folder-list-messages): Define instead of
4420         elmo-folder-list-messages-internal.
4421         (elmo-folder-check): Check destination folder.
4422         (elmo-folder-synchronize): Drain the pipe.
4423
4424         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4425         when msgdb is not loaded.
4426
4427         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4428
4429         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4430         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4431         messages.
4432
4433         * elmo.el (elmo-folder-kill-messages-before): New function.
4434         (elmo-folder-kill-messages): Ditto.
4435         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4436
4437         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4438         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4439         killed not by synchronize (e.g. scoring).
4440
4441 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4442
4443         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4444         treated.
4445         (elmo-folder-search): Follow the change above.
4446
4447         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4448         into the candidates of search field.
4449
4450 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4451
4452         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4453         (elmo-msgdb-unset-flag): Ditto.
4454
4455         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4456
4457 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4460         (elmo-folder-commit): Define.
4461         (elmo-folder-synchronize): Ditto.
4462         (elmo-folder-list-flagged): Ditto.
4463         (elmo-folder-commit): Ditto.
4464         (elmo-folder-length): Ditto.
4465         (elmo-folder-count-flags): Ditto.
4466         (elmo-message-mark): Ditto.
4467         (elmo-message-field): Ditto.
4468         (elmo-message-entity): Ditto.
4469         (elmo-message-folder): Ditto.
4470
4471 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4472
4473         * elmo.el (elmo-message-field): Define as a method.
4474
4475         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4476         (elmo-message-field): Define.
4477
4478         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4479         (elmo-folder-list-importants): Ditto.
4480         (elmo-folder-list-answereds): Ditto.
4481
4482         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4483         qualifier.
4484         (elmo-folder-mark-as-read): Ditto.
4485         (elmo-folder-unmark-read): Ditto.
4486         (elmo-folder-mark-as-answered): Ditto.
4487         (elmo-folder-unmark-answered): Ditto.
4488         (elmo-folder-list-flagged): Define.
4489         (elmo-folder-commit): Ditto.
4490         (elmo-folder-length): Ditto.
4491         (elmo-folder-count-flags): Ditto.
4492
4493 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4494
4495         * elmo.el (elmo-folder-detach-messages): New method.
4496         (elmo-folder-move-messages): Use it.
4497         (elmo-folder-synchronize): Ditto.
4498
4499         * elmo-multi.el (elmo-folder-detach-messages): Define.
4500
4501         * elmo.el (elmo-message-copy-entity): New function.
4502         (elmo-message-entity-set-number): Ditto.
4503         (elmo-message-mark): Define as method.
4504
4505         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4506         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4507         (elmo-message-entity): Fixed last change.
4508         (elmo-message-mark): Define.
4509         (elmo-folder-msgdb-create): Abolish.
4510         (elmo-multi-folder-append-msgdb): Ditto.
4511         (elmo-multi-folder-diff): Fixed.
4512         (elmo-multi-split-number-alist): Removed.
4513         (elmo-multi-split-mark-alist): Removed.
4514         (elmo-folder-list-messages): Define.
4515         (elmo-folder-list-messages-internal): Removed.
4516
4517         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4518         local file messages.
4519         (elmo-folder-msgdb-create): Fixed read mark.
4520
4521 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4522
4523         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4524         if mark is nil.
4525
4526 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * elmo.el (elmo-folder-list-message-entities): Define as inline
4529         function.
4530         (elmo-folder-messages): Abolish.
4531
4532         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4533         folder.
4534         (elmo-folder-synchronize): Define.
4535         (elmo-message-entity): Define.
4536
4537 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4540         elmo-imap4-session-select-mailbox.
4541
4542         * elmo.el (elmo-folder-move-messages): Don't display any message.
4543
4544         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4545         parsing.
4546         (elmo-imap4-session-check): Don't wait CHECK response.
4547         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4548
4549 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4550
4551         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4552
4553 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4556         API.
4557         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4558
4559
4560         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4561         (elmo-folder-list-message-entities): Added argument in-msgdb and
4562         numbers.
4563         (elmo-folder-synchronize): Define as a method.
4564
4565         * elmo-nntp.el (elmo-folder-initialize): Don't use
4566         elmo-nntp-default-user if zero-length username is specified
4567         explicitly.
4568
4569 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4570
4571         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4572         server name in case with username.
4573         (XXX: this is ad-hoc fix against username includes "@", it
4574         should be solved fundamentally)
4575
4576 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4577
4578         * elmo-nntp.el (elmo-nntp-debug): New function.
4579         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4580         (elmo-network-authenticate-session): Hide auth-info from the log.
4581
4582         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4583         user name if it is equal to elmo-nntp-default-user.
4584
4585 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4588         instead of shimbun-server-internal;
4589         Use shimbun-current-group instead of shimbun-current-group-internal.
4590         (elmo-folder-plugged-p): Use shimbun-server instead of
4591         shimbun-server-internal.
4592         (elmo-folder-set-plugged): Ditto.
4593         (elmo-net-port-info): Ditto.
4594         (elmo-folder-check): Ditto.
4595         (elmo-folder-expand-msgdb-path): Ditto.
4596         (elmo-folder-list-subfolders): Ditto.
4597
4598 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4599
4600         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4601         Convert field-name to lower case.
4602         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4603
4604 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4605
4606         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4607         `message' and `error' take format string.
4608
4609 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4610
4611         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4612
4613 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4614
4615         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4616         recursive call (can't byte compile on emacs 20.7).
4617
4618 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4621         (elmo-folder-list-message-entities): New API.
4622         (elmo-message-entity): Ditto.
4623         (elmo-message-entity-parent): Ditto.
4624         (elmo-folder-do-each-message-entity): Ditto.
4625         (elmo-message-entity-number): Ditto.
4626         (elmo-message-entity-field): Ditto.
4627         (elmo-message-entity-set-field): Ditto.
4628         (elmo-folder-count-flags): Ditto.
4629         (elmo-folder-length): Ditto.
4630
4631         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4632         not.
4633
4634         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4635         (elmo-msgdb-count-marks): Abolish.
4636         (elmo-msgdb-make-entity): Ditto.
4637         (elmo-msgdb-do-each-entity): Ditto.
4638         (elmo-msgdb-message-entity): New inline function.
4639         (elmo-msgdb-message-entity-field): Ditto.
4640         (elmo-msgdb-message-entity-set-field): Ditto.
4641         (elmo-msgdb-make-message-entity): New function.
4642
4643 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4644
4645         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4646         to flag. (All other related portions are changed.)
4647         (elmo-folder-msgdb-create): Likewise.
4648         (elmo-generic-folder-append-messages): Use flag-table instead of
4649         seen-list.
4650         (elmo-folder-move-messages): Removed redundant process.
4651         (elmo-folder-synchronize): Likewise.
4652
4653         * elmo-msgdb.el (elmo-flag-table-get): New function.
4654         (elmo-flag-table-save): Fixed.
4655         (elmo-msgdb-length): New inline function.
4656         (elmo-msgdb-flag-table): New function.
4657         (elmo-msgdb-mark): Add optional argument new.
4658         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4659         (elmo-msgdb-seen-list): Ditto.
4660         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4661
4662
4663 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4664
4665         * elmo.el (elmo-message-set-mark): Abolish.
4666         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4667         (All related portions are changed.)
4668
4669         * elmo-msgdb.el (toplevel): Added comment.
4670         (elmo-load-msgdb): Added 4th element `path'.
4671         (elmo-msgdb-append): Follow the change above.
4672         (elmo-msgdb-clear): Ditto.
4673         (elmo-msgdb-delete-msgs): Ditto.
4674         (elmo-msgdb-get-path): New inline function.
4675         (elmo-msgdb-set-path): Ditto.
4676         (elmo-flag-table-filename): New variable.
4677         (elmo-flag-table-load): New function.
4678         (elmo-flag-table-set): Ditto.
4679         (elmo-flag-table-save): Ditto.
4680         (elmo-msgdb-get-field-value): Abolish.
4681         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4682
4683 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4684
4685         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4686         the folder has been deleted successfully.
4687         * elmo-imap4.el (elmo-folder-delete): Ditto.
4688         * elmo-archive.el (elmo-folder-delete): Ditto.
4689         * elmo-localdir.el (elmo-folder-delete): Ditto.
4690         * elmo-maildir.el (elmo-folder-delete): Ditto.
4691
4692 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4693
4694         * elmo-util.el (elmo-string-member-ignore-case): New function.
4695         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4696         (elmo-imap4-fetch-callback-1-subr): Likewise.
4697
4698 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4699
4700         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4701         the case of the name attribute "\Noselect".
4702
4703 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4706
4707         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4708         flist, is not always a member of onum-alist.
4709
4710 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4711
4712         * elmo-version.el (elmo-version): Up to 2.11.3.
4713
4714 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4717         copied from localdir's one.
4718
4719         * elmo-pipe.el (elmo-folder-rename): New method, rename
4720         destination folder with leaving source folder as it is.
4721
4722 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4723
4724         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4725         replace-regexp.
4726
4727 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * elmo-version.el (elmo-version): Up to 2.11.2.
4730
4731 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4734         shimbun-open in case of "@".
4735         (elmo-folder-open-internal): Cope with shimbun = nil case.
4736         (elmo-folder-plugged-p): Ditto.
4737         (elmo-folder-list-subfolders): Make list for "@/" group.
4738
4739 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4740
4741         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4742         mailbox (e.g. for %~/something).
4743
4744 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4745
4746         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4747         Replace nested conditional with guard clauses.
4748
4749 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4752         error [wl:11327].
4753
4754         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4755         print-depth.
4756
4757 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4758
4759         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4760         Replace nested conditional with guard clauses.
4761
4762 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4765         (elmo-passwd-alist-save): Ditto.
4766         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4767
4768 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4771         dir-name only if it is absolute path.
4772         (TODO: distinguish +/something and +something)
4773
4774 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4777         path for "+~/something".
4778
4779 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4782         as non-directory, cause error before rename-file.
4783         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4784         apropriately, mimic localdir's one.
4785         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4786
4787 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4788
4789         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4790
4791 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4792
4793         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4794
4795         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4796         
4797         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4798         is included in the global-mark or not.
4799
4800 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * utf7.el (toplevel): Avoid error when the function
4803         find-coding-system does not exist.
4804
4805 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4806
4807         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4808         cache even if the folder is plugged.
4809         (elmo-nntp-search-primitive): Do nothing when body search is
4810         invoked (although it is not used by the change above).
4811         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4812
4813 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * elmo-version.el (elmo-version): Up to 2.11.1.
4816
4817 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4818
4819         * elmo-archive.el: Specify charset.
4820
4821 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4824         process buffer lives or not.
4825
4826         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4827         while flushing queues (It causes infinite loop).
4828
4829 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4832
4833 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * utf7.el (toplevel): Check the ucs features dynamically.
4836         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4837
4838         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4839         folder is creatabe or not if it already exists.
4840
4841 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4842
4843         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4844
4845         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4846
4847         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4848         (elmo-imap4-read-response): Take care of garbage response.
4849
4850 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4853         just return nil instead of error.
4854
4855 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4858         search-key is "body".
4859
4860 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4861
4862         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4863         of elmo-string-matched-assoc to use match-data.
4864         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4865
4866 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * elmo-split.el (elmo-split->): New function.
4869         (elmo-split-<): Ditto.
4870
4871 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4874         workaround for invalid message-id.
4875
4876 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4879         return normal pop3 session or pop3 biff session.
4880
4881 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4884         info part to the cur files when the new files already have it.
4885         (Adviced by Jared Rhine <jared@wordzoo.com>)
4886
4887 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * elmo-split.el (elmo-split-default-action): New variable.
4890         (elmo-split-subr): Use it if all other conditions are passed.
4891         Extend `fname' and rename it as `action'. (implemented
4892         Teranishi-san's idea in [wl:10800])
4893
4894 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4895
4896         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4897         * elmo-util.el: Ditto.
4898
4899 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * elmo.el (elmo-message-accessible-p): Renamed from
4902         elmo-message-cached-p and rewritten.
4903
4904 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4905
4906         * elmo.el (elmo-folder-list-flagged): New generic function.
4907         (elmo-folder-list-importants): New implementation.
4908         (elmo-folder-list-answereds): Ditto.
4909         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4910         Added 'digest'.
4911         (elmo-message-cached-p): New function.
4912         (elmo-message-set-flag): Ditto (no content).
4913         (elmo-message-unset-flag): Ditto.
4914         (elmo-folder-list-messages-mark-match): Abolish.
4915
4916         * elmo-util.el (elmo-regexp-opt): New function.
4917
4918         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4919         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4920         Added 'digest'.
4921         (elmo-msgdb-list-flagged): New function.
4922
4923         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4924         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4925         Added 'digest'.
4926
4927         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4928
4929 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * elmo-version.el (elmo-version): Up to 2.11.0.
4932
4933 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4934
4935         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4936         `elmo-file-cache-exists-p'; use proper mark that depends on
4937         `use-cache'.
4938         (elmo-msgdb-unset-flag): Ditto.
4939         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4940
4941         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4942         with 4th argument `use-cache'.
4943
4944 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4947         (elmo-folder-mark-as-important): Ditto.
4948         (elmo-folder-unmark-read): Ditto.
4949         (elmo-folder-mark-as-read): Ditto.
4950         (elmo-folder-unmark-answered): Ditto.
4951         (elmo-folder-mark-as-answered): Ditto.
4952
4953         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4954         message status.
4955         (elmo-msgdb-mark): Likewise.
4956         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4957         (elmo-msgdb-unset-flag): Likewise.
4958
4959         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4960
4961 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4962
4963         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4964         `last:' filter.
4965
4966 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4969         set spool-length to 0.
4970
4971 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4972
4973         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4974         (elmo-dop-queue-flush): Fixed last change.
4975
4976 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4979         if require-msgdb slot is nil.
4980         (elmo-folder-list-importants): Likewise.
4981
4982 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4983
4984         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4985         mark is changed.
4986
4987         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4988         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4989         is changed.
4990
4991 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4992
4993         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4994
4995 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4998
4999         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
5000
5001 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5002
5003         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
5004         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
5005
5006 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5007
5008         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
5009         the problem reported by Sean Rima [wl-en:180].
5010
5011 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5012
5013         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
5014
5015         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
5016
5017         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
5018
5019         * elmo-map.el (elmo-folder-unmark-read): Ditto.
5020
5021         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
5022
5023         * elmo-net.el (elmo-folder-unmark-read): Ditto.
5024
5025         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
5026
5027 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
5030         status number.
5031
5032 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
5035         (elmo-folder-mark-as-read): Follow the API change.
5036         (elmo-message-set-cached): New function.
5037
5038         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
5039
5040         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
5041
5042         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
5043         (elmo-folder-mark-as-important): Ditto.
5044         (elmo-folder-unmark-read): Ditto.
5045         (elmo-folder-mark-as-read): Ditto.
5046         (elmo-folder-unmark-answered): Ditto.
5047         (elmo-folder-mark-as-answered): Ditto.
5048
5049         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
5050         (elmo-folder-unmark-important): Ditto.
5051         (elmo-folder-mark-as-read): Ditto.
5052         (elmo-folder-unmark-read): Ditto.
5053         (elmo-folder-mark-as-answered): Ditto.
5054         (elmo-folder-unmark-answered): Ditto.
5055
5056         * elmo-mark.el (toplevel): Removed some mark method definitions.
5057
5058         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
5059         (elmo-map-folder-mark-as-answered): Ditto.
5060         (elmo-folder-unmark-important): Add :before qualifier.
5061         (elmo-folder-mark-as-important): Ditto.
5062         (elmo-folder-unmark-read): Ditto.
5063         (elmo-folder-mark-as-read): Ditto.
5064         (elmo-folder-unmark-answered): Define.
5065         (elmo-folder-mark-as-answered): Ditto.
5066
5067         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
5068         (elmo-map-folder-unmark-answered): Ditto.
5069
5070         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
5071
5072         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
5073         (elmo-folder-mark-as-important): Ditto.
5074         (elmo-folder-unmark-read): Ditto.
5075         (elmo-folder-mark-as-read): Ditto.
5076         (elmo-folder-unmark-answered): Ditto.
5077         (elmo-folder-mark-as-answered): Ditto.
5078
5079         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
5080         `mark'; evaluate mark condition.
5081         (elmo-msgdb-match-condition-internal): New function.
5082         (elmo-msgdb-match-condition): Call it; changed argument.
5083
5084         * elmo.el (elmo-folder-search): Follow the API change on
5085         `elmo-msgdb-match-condition'.
5086
5087 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5088
5089         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
5090         original mark is non-nil.
5091
5092 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
5095         (elmo-map-folder-list-answereds): New method.
5096         (elmo-folder-list-unreads): Add :around qualifier.
5097         (elmo-folder-list-importants): Ditto.
5098         (elmo-folder-list-answereds): Ditto.
5099
5100 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
5103
5104         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
5105         method if msgdb is not required.
5106         (elmo-filter-folder-list-importants): Don't treat global-mark.
5107
5108         * elmo.el (elmo-folder-list-importants): Ditto.
5109
5110         * elmo-net.el (elmo-folder-list-importants): Ditto.
5111
5112         * elmo-map.el (elmo-folder-list-importants): Ditto.
5113
5114         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
5115
5116         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5117         (elmo-imap4-folder-list-any-plugged): New function.
5118         (elmo-imap4-search-internal-primitive): Use it.
5119
5120         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5121         only when require-msgdb slot is non-nil.
5122         (elmo-folder-close): Clear target folder's msgdb.
5123
5124 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5127         (elmo-pop3-msgdb-create-by-header): Ditto.
5128         (elmo-pop3-msgdb-create-message): Ditto.
5129
5130         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5131
5132         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5133
5134         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5135
5136         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5137         (elmo-folder-msgdb-create): Ditto.
5138         (elmo-nntp-folder-msgdb-create): Ditto.
5139         (elmo-nntp-msgdb-create-by-header): Ditto.
5140         (elmo-nntp-msgdb-create-message): Ditto.
5141         (elmo-folder-list-unreads): Define.
5142
5143         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5144         (elmo-folder-append-messages): Ditto.
5145         (elmo-folder-list-unreads): Define.
5146         (elmo-folder-list-importants): Ditto.
5147         (elmo-folder-list-answereds): Ditto.
5148
5149         * elmo-net.el (elmo-folder-list-unreads): Define.
5150         (elmo-folder-list-importants): Ditto.
5151         (elmo-folder-list-answereds): Ditto.
5152         (elmo-folder-list-answereds-plugged): Ditto.
5153         (elmo-folder-msgdb-create): Follow the API change.
5154         (elmo-folder-msgdb-create-unplugged): Ditto.
5155         (elmo-folder-unmark-answered): Define.
5156         (elmo-folder-mark-as-answered-unplugged): Ditto.
5157         (elmo-folder-unmark-answered-unplugged): Ditto.
5158
5159         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5160         (elmo-msgdb-unread-uncached-mark): Ditto.
5161         (elmo-msgdb-unread-cached-mark): Ditto.
5162         (elmo-msgdb-read-uncached-mark): Ditto.
5163         (elmo-msgdb-answered-cached-mark): Ditto.
5164         (elmo-msgdb-answered-uncached-mark): Ditto.
5165         (elmo-msgdb-important-mark): Ditto.
5166         (elmo-msgdb-set-mark): Rewrite.
5167         (elmo-msgdb-count-marks): Rewrite.
5168         (elmo-msgdb-mark-alist-set): Abolish.
5169         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5170         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5171
5172         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5173         (elmo-folder-close): Define.
5174         (elmo-folder-msgdb-create): Follow the API change.
5175         (elmo-folder-list-unreads): Rewrite.
5176         (elmo-folder-mark-as-important): Ditto.
5177         (elmo-folder-unmark-important): Ditto.
5178         (elmo-folder-mark-as-read): Ditto.
5179         (elmo-folder-unmark-read): Ditto.
5180         (elmo-folder-mark-as-answered): Define.
5181         (elmo-folder-unmark-answered): Ditto.
5182
5183         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5184         (elmo-folder-append-messages): Ditto.
5185
5186         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5187
5188         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5189         (elmo-folder-list-importants): Ditto.
5190
5191         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5192         (elmo-folder-append-messages): Ditto.
5193
5194         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5195         change.
5196         (elmo-folder-msgdb-create-plugged): Ditto.
5197         (elmo-folder-append-messages): Ditto.
5198         (elmo-folder-list-answereds-plugged): Define.
5199         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5200         (elmo-folder-unmark-answered-plugged): Define.
5201         (elmo-folder-mark-as-answered-plugged): Ditto.
5202         (elmo-folder-search-requires-msgdb-p): Ditto.
5203
5204         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5205         (elmo-folder-initialize): Set it.
5206         (elmo-folder-msgdb): Define.
5207         (elmo-folder-check): Call elmo-folder-synchronize.
5208         (elmo-folder-close): Define.
5209         (elmo-folder-commit): Ditto.
5210         (elmo-folder-msgdb-create): Rewrite.
5211         (elmo-folder-list-unreads): Ditto.
5212         (elmo-folder-list-importants): Ditto.
5213         (elmo-folder-mark-as-read): Ditto.
5214         (elmo-folder-unmark-read): Ditto.
5215         (elmo-folder-mark-as-important): Ditto.
5216         (elmo-folder-unmark-important): Ditto.
5217         (elmo-folder-mark-as-answered): Define.
5218         (elmo-folder-unmark-answered): Ditto.
5219
5220         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5221         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5222         (elmo-dop-queue-method-name-alist): Likewise.
5223         (elmo-folder-mark-as-answered-dop): New inline function.
5224         (elmo-folder-unmark-answered-dop): Ditto.
5225         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5226
5227         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5228         (elmo-folder-msgdb-create): Ditto.
5229         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5230         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5231         (elmo-archive-parse-mmdf): Ditto.
5232
5233         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5234         (elmo-folder-list-unreads-internal): Ditto.
5235
5236         * elmo.el (elmo-folder-msgdb): Define as generic function.
5237         (elmo-folder-list-messages): Added argument `in-msgdb'.
5238         (elmo-folder-list-unreads): Define as generic function.
5239         (elmo-folder-list-importants): Ditto.
5240         (elmo-folder-list-answereds): Ditto.
5241         (elmo-folder-list-messages-with-global-mark): New function.
5242         (elmo-folder-msgdb-create): Removed mark arguments.
5243         (elmo-folder-unmark-answered): New generic function.
5244         (elmo-folder-mark-as-answered): Ditto.
5245         (elmo-folder-append-messages): Removed argunment `unread-marks'
5246         (elmo-folder-list-unreads-internal): Abolish.
5247         (elmo-folder-list-importants-internal): Ditto.
5248         (elmo-folder-search-requires-msgdb-p): New generic function.
5249         (elmo-folder-search-requires-msgdb-p-internal): New function.
5250         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5251         elmo-msgdb-load.
5252         (elmo-folder-search-fast): Added key 'mark'.
5253         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5254         instead of unread-marks argument.
5255         (elmo-folder-move-messages): Removed argunment `unread-marks'
5256         (elmo-folder-unmark-important): Define.
5257         (elmo-folder-mark-as-important): Ditto.
5258         (elmo-folder-unmark-read): Ditto.
5259         (elmo-folder-mark-as-read): Ditto.
5260         (elmo-folder-unmark-answered): Ditto.
5261         (elmo-folder-mark-as-answered): Ditto.
5262         (elmo-folder-replace-marks): Abolish.
5263         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5264         duplicates.
5265         (elmo-folder-synchronize): Removed mark arguments;
5266         return crosspost only number.
5267
5268 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5269
5270         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5271         Remove redundunt connectivity check.
5272
5273 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5274
5275         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5276         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5277
5278 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * pldap.el (ldap-decode-string): Return string as-is if
5281         `ldap-coding-system' is nil.
5282         (ldap-encode-string): Ditto.
5283         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5284         (ldap-default-host): Fixed docstring.
5285
5286 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * elmo-util.el (elmo-warning): Define as a macro which uses
5289         `display-warning' if it is defined as a function.
5290
5291         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5292         (elmo-split-equal): Use it.
5293         (elmo-split-match): Ditto.
5294         (elmo-split-message-entity): New buffer-local variable.
5295         (elmo-split-subr): Set it.
5296
5297         * elmo-version.el (elmo-version): Up to 2.9.15.
5298
5299 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5300
5301         * elmo-imap4.el (elmo-network-initialize-session):
5302         Check capability after starttls.
5303
5304 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * elmo-util.el (elmo-list-delete): Added optional argument
5307         DELETE-FUNCTION.
5308
5309         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5310
5311         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5312
5313         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5314
5315         * elmo-imap4.el (elmo-folder-initialize): Don't use
5316         elmo-imap4-default-mailbox.
5317
5318 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5319
5320         * elmo-split.el (toplevel): Use `product-provide'.
5321         (elmo-split): Checkdoc.
5322
5323 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5324
5325         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5326         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5327         the function `elmo-imap4-debug-1'.
5328
5329 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5330
5331         * elmo-split.el (elmo-split): Moved to run hooks and to show
5332         message from elmo-split-subr.
5333         (elmo-split-subr): Follow the change above.
5334
5335         * elmo-split.el (elmo-split-subr): New function (renamed from
5336         elmo-split-subr).
5337         (elmo-split): Changed to call elmo-split-subr by element of
5338         elmo-split-folder.
5339         (elmo-split-folder): Changed customization type to choice.
5340
5341 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5342
5343         * elmo-split.el (elmo-split-and): Fixed condition.
5344
5345 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * elmo-split.el: New file.
5348         (elmo-split): Fixed logic.
5349         Display "Test:" instead of "Folder:" when reharsal.
5350
5351         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5352         explicitly.
5353
5354         * elmo-version.el (elmo-version): Up to 2.9.14.
5355
5356         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5357         wl-expand-newtext).
5358
5359 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5360
5361         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5362         message with no message-id field.
5363
5364 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * elmo-version.el (elmo-version): Up to 2.9.13.
5367
5368         * elmo-dop.el (elmo-folder-status-dop): Fix.
5369
5370 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5373
5374         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5375         changing default value of default-mime-charset.
5376         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5377
5378         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5379
5380         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5381         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5382         instead of elmo-dop-queue-method-name-alist to check merging queue.
5383         (elmo-folder-delete-messages-dop): Delete from queue if negative
5384         message number.
5385         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5386         file is already removed.
5387
5388 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * elmo-vars.el: Bind colon keywords for old Emacsen.
5391
5392 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5393
5394         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5395         against non-exsisting charset.
5396
5397 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5398
5399         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5400         Use eword-decode-and-unfold-unstructured-field-body.
5401
5402         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5403         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5404         exists to decode raw subject string.
5405         (toplevel): Require 'mime.
5406
5407         * elmo-version.el (elmo-version): Up to 2.9.12.
5408
5409 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5410
5411         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5412         (elmo-msgdb-set-mark): Ditto.
5413
5414         * elmo-version.el (elmo-version): Up to 2.9.11.
5415
5416 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5417
5418         * elmo-util.el (elmo-delete-match-files): New function.
5419
5420         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5421         instead of elmo-delete-directory.
5422
5423         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5424         elmo-hash-minimun-size as 63.
5425
5426         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5427         elmo-diff-unread is nil.
5428
5429         * elmo-imap4.el (elmo-folder-open): Fix.
5430
5431         * elmo.el (elmo-message-mark): Rewrite.
5432         (elmo-message-field): Ditto.
5433         (elmo-message-set-mark): Ditto.
5434         (elmo-folder-replace-marks): New function.
5435         (elmo-generic-folder-append-msgdb): Removed third argument for
5436         elmo-msgdb-append.
5437         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5438         (elmo-msgdb-load): New implementation.
5439
5440         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5441
5442         * elmo-util.el (elmo-list-insert): New implementation.
5443
5444         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5445         argument for elmo-msgdb-append.
5446         
5447
5448         * elmo-msgdb.el (elmo-load-msgdb): New function.
5449         (elmo-make-msgdb): Ditto.
5450         (elmo-msgdb-get-index): New inline function.
5451         (elmo-msgdb-set-index): Ditto.
5452         (elmo-msgdb-get-entity-hashtb): Ditto.
5453         (elmo-msgdb-get-mark-hashtb): Ditto.
5454         (elmo-msgdb-get-mark): Ditto.
5455         (elmo-msgdb-set-mark): Ditto.
5456         (elmo-msgdb-count-marks): Ditto.
5457         (elmo-msgdb-get-number): Ditto.
5458         (elmo-msgdb-get-field): Ditto.
5459         (elmo-msgdb-seen-list): Ditto.
5460         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5461         (elmo-msgdb-delete-msgs): Follow the changes above.
5462         (elmo-msgdb-overview-get-entity): Ditto.
5463         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5464         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5465         and rewritten.
5466         (elmo-msgdb-make-index): Likewise.
5467         (elmo-msgdb-append): Removed third argument.
5468         (elmo-msgdb-clear): Clear index as nil.
5469         (elmo-folder-set-info-hashtb): Removed.
5470         (elmo-folder-set-info-max-by-numdb): Ditto.
5471         (elmo-folder-info-make-hashtb): Ditto.
5472
5473         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5474
5475         * elmo-map.el (elmo-folder-pack-number): Ditto.
5476
5477 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * elmo-version.el (elmo-version): Up to 2.9.10.
5480
5481         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5482
5483         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5484
5485 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5486
5487         * elmo-utils.el (elmo-make-directory): Add option.
5488         Default file mode is 700.
5489
5490 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5491
5492         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5493
5494 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5497         mime-charset.
5498
5499         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5500         and "smaller".
5501
5502 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5503
5504         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5505         (elmo-shimbun-folder-entity-hash): New function.
5506         (elmo-shimbun-folder-shimbun-header): Ditto.
5507         (elmo-shimbun-entity-to-header): Ditto.
5508         (elmo-shimbun-msgdb-to-headers): Removed.
5509         (elmo-shimbun-folder-setup): Ditto.
5510         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5511         for hash key.
5512         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5513         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5514         Removed useless local bind.
5515         (elmo-folder-open-internal): Don't call
5516         `elmo-shimbun-folder-setup'.
5517         (elmo-folder-close-internal): Clear entity-hash slot.
5518         (elmo-folder-clear): Ditto.
5519         (elmo-shimbun-msgdb-create-entity): Use
5520         `elmo-shimbun-folder-shimbun-header'.
5521         (elmo-map-message-fetch): Ditto.
5522         (elmo-shimbun-update-overview): Use overview entity instead of
5523         shimbun header to lookup id by references.
5524         (elmo-map-folder-list-message-locations): Use not only headers but
5525         also overviews to list locations.
5526
5527 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5528
5529         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5530         msgdb path.
5531
5532         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5533
5534 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5535
5536         * elmo-util.el (elmo-read-search-condition-internal): Give default
5537         value for date.
5538
5539 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5540
5541         * elmo-util.el (elmo-condition-parse-search-value): Accept
5542         YYYY-MM-DD format to search.
5543         * elmo-date.el (elmo-date-get-datevec): Likewise.
5544
5545 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5548         debugging code.
5549
5550 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5551
5552         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5553         from t.
5554
5555         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5556
5557         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5558         case from `elmo-folder-exists-p'.
5559         (elmo-folder-exists-p): Removed.
5560         (elmo-folder-creatable-p) Ditto.
5561
5562         * elmo-net.el (elmo-folder-create): Defined.
5563         (elmo-folder-create-unplugged): New function.
5564         (elmo-folder-exists-p): Changed default value to nil from t.
5565
5566         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5567         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5568
5569         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5570         `elmo-create-folder-dop' and append queue
5571         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5572         (elmo-folder-create-dop-delayed): New function.
5573
5574         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5575
5576         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5577
5578         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5579         (elmo-folder-writable-p) : Ditto.
5580
5581         * elmo-version.el (elmo-version): Up to 2.9.9.
5582
5583 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5586         `elmo-message-use-cache-p' returns nil.
5587         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5588         (ignore cache file and refer the substance in local folders)
5589
5590 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5591
5592         * elmo-version.el (elmo-version): Up to 2.9.8.
5593
5594 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5595
5596         * elmo-version.el (elmo-version): Up to 2.9.7.
5597
5598         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5599
5600 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5603
5604 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5607         from --early.
5608         (elmo-map-folder-list-message-locations): Reverse location list.
5609
5610 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5611
5612         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5613
5614 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5615
5616         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5617         as a key.
5618         (elmo-nntp-folder-list-subfolders): Follow the change above.
5619
5620 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5621
5622         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5623         name if authentication type is specified.
5624
5625 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5628         variable.
5629         (elmo-default-nntp-stream-type): Ditto.
5630         (elmo-default-pop3-stream-type): Ditto.
5631
5632 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5633
5634         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5635
5636 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5637
5638         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5639         elmo-vars.el.
5640         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5641
5642         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5643         (elmo-maildir-folder-path): Ditto.
5644         (elmo-maildir-list): Ditto (abolished).
5645
5646 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5647
5648         * elmo-version.el (elmo-version): Up to 2.9.6.
5649
5650 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5651
5652         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5653         (elmo-maildir-folder-path): Ditto.
5654         (elmo-msgdb-directory): Ditto.
5655         (elmo-passwd-life-time): Ditto.
5656         (elmo-msgdb-extra-fields): Ditto.
5657         (elmo-enable-disconnected-operation): Ditto.
5658
5659 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5660
5661         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5662         other choices.
5663         (elmo-pop3-default-authenticate-type): Ditto.
5664
5665 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5666
5667         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5668         choices for custom.
5669         (elmo-pop3-default-authenticate-type): Ditto.
5670
5671 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5672
5673         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5674         mailbox to new-folder.
5675
5676 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5679         less than new, set new as unread.
5680
5681         * elmo-util.el (elmo-string): Don't put text-property if nil.
5682
5683 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5684
5685         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5686         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5687
5688 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5689
5690         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5691         is nil on `completing-read'.
5692
5693 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5696         for namespace part.
5697         (elmo-imap4-parse-namespace-subr): Ditto.
5698         (elmo-folder-list-subfolders): Append a delimiter when the specified
5699         folder path is a root with namespace and does not end with delimiter.
5700
5701 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5702
5703         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5704         was used.
5705
5706 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5707
5708         * elmo-util.el (elmo-save-buffer): The first argument of message
5709         is a format control string.
5710
5711 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5712
5713         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5714         `elmo-folder-diff').
5715         (elmo-diff-unread): Likewise.
5716
5717 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5718
5719         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5720         is t on `completing-read'.
5721
5722 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5723
5724         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5725         method of target folder with self mark-alist if MARK-ALIST is nil.
5726
5727 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5728
5729         * elmo-version.el (elmo-version): Up to 2.9.5.
5730
5731 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5732
5733         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5734         (elmo-dop-merge-funcs): Remove.
5735
5736 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5737
5738         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5739         Return t if PATH is directory, too.
5740         Use `dolist' instead of while loop.
5741
5742 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5745         is deleted.
5746
5747 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5748
5749         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5750         return value to t.
5751         (elmo-folder-list-messages-unplugged): Return t if
5752         elmo-enable-disconnected-operation is nil.
5753
5754         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5755         `elmo-folder-list-messages-internal'.
5756
5757 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5760         Change to looking-at `[23][0-9]+'.
5761         (elmo-network-initialize-session): Use 'error-msg'
5762         * elmo-net.el (elmo-network-open-session): Set unplugged
5763         if elmo-network-initialize-session returns 'elmo-open-err.
5764
5765 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5766
5767         * elmo-version.el (elmo-version): Up to 2.9.4.
5768
5769 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5772         `elmo-folder-list-messages-internal'.
5773
5774 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5775
5776         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5777         (elmo-message-match-condition): New method.
5778         (elmo-folder-search-fast): New inline function.
5779         (elmo-msgdb-search): Removed.
5780
5781         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5782         target folder if it is unplugged.
5783         (elmo-folder-list-messages-internal): Return t if target folder is
5784         unplugged and itself is persistent; In this case, use list be
5785         searched already.
5786
5787         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5788         (elmo-msgdb-search-internal-primitive): Ditto.
5789         (elmo-msgdb-match-condition): New function.
5790         (elmo-msgdb-match-condition-primitive): Ditto.
5791
5792         * elmo-util.el (elmo-filter-condition-p): New macro.
5793
5794         * elmo-cache.el (elmo-folder-search): Removed.
5795
5796         * elmo-localdir.el (elmo-folder-search): Ditto.
5797
5798         * elmo-maildir.el (elmo-folder-search): Ditto.
5799
5800         * elmo-mark.el (elmo-folder-search): Ditto.
5801
5802         * elmo-nmz.el (elmo-folder-search): Ditto.
5803
5804         * elmo-sendlog.el (elmo-folder-search): Ditto.
5805
5806         * elmo-shimbun.el (elmo-folder-search): Ditto.
5807
5808         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5809         if folder is unplugged.
5810
5811         * elmo-nntp.el (elmo-folder-search): Likewise.
5812         (elmo-nntp-search-internal): New function.
5813
5814         * elmo-version.el (elmo-version): Up to 2.9.3.
5815
5816 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5817
5818         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5819
5820 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5821
5822         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5823
5824 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5825
5826         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5827
5828 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5831         (elmo-map-folder-list-message-locations): Do drive letter conversion
5832         on Windows environment.
5833         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5834         (elmo-map-message-fetch): Ditto.
5835
5836 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5837
5838         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5839         (elmo-network-initialize-session): Ditto.
5840
5841 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5844
5845         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5846
5847         * elmo-util.el (elmo-progress-clear): Ditto.
5848
5849         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5850         `DD-Mon-YYYY' type date.
5851
5852 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5853
5854         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5855         `elmo-date-make-sortable-string' instead of
5856         `timezone-make-date-sortable'.
5857
5858         * elmo-date.el (elmo-date-make-sortable-string): Use
5859         `timezone-make-time-string'.
5860
5861 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5862
5863         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5864
5865         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5866         `since'; Fix timezone.
5867
5868         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5869
5870         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5871
5872 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5873
5874         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5875
5876 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5877
5878         * elmo.el (elmo-generic-folder-append-messages): Make
5879         fetch-strategy with `use-cache' as 'maybe. Check return value of
5880         `elmo-message-fetch'.
5881         (elmo-message-fetch): Return return value of
5882         `elmo-message-fetch-with-cache-process'.
5883         (elmo-message-fetch-with-cache-process): Return non-nil if
5884         fetching was succeed. Load cache when fetching was failed and
5885         fetch-strategy-use-cache is 'maybe.
5886
5887         * elmo-util.el (elmo-file-cache-load): New function.
5888
5889         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5890         defun.
5891
5892         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5893         non-nil if fetching was succeed.
5894
5895         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5896
5897         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5898
5899         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5900         (elmo-message-fetch-with-cache-process): Likwise.
5901
5902         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5903
5904         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5905
5906         * elmo-version.el (elmo-version): Up to 2.9.2.
5907
5908 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * elmo.el (elmo-folder-delete): Delete msgdb path.
5911
5912         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5913
5914         * elmo-maildir.el (elmo-folder-delete): Ditto.
5915
5916         * elmo-localdir.el (elmo-folder-delete): Ditto.
5917
5918         * elmo-imap4.el (elmo-folder-delete): Ditto.
5919
5920 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * elmo.el (luna-define-class): Added `biff' slot.
5923
5924         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5925         (elmo-pop3-debug-inhibit-logging): Abolished.
5926         (elmo-network-close-session): Eliminated needless let.
5927         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5928         (elmo-pop3-send-command): Added `no-log' argument.
5929         (elmo-pop3-process-filter): Use `with-current-buffer'.
5930         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5931         if login failure.
5932         (elmo-pop3-auth-apop): Likewise.
5933         (elmo-network-authenticate-session): Likewise.
5934
5935         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5936         if biff folder.
5937
5938         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5939         string to determine protocol.
5940         (elmo-network-session-name-prefix): Abolished.
5941         (elmo-network-session-cache-key): Follow the change above.
5942         (elmo-network-open-session): Ditto.
5943
5944         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5945         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5946
5947         * elmo-version.el (elmo-version): Up to 2.9.1.
5948
5949         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5950         unmatch condition checking.
5951
5952         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5953         condition.
5954
5955 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5956
5957         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5958
5959 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5960
5961         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5962         test for while loop to execute at least one SEARCH command.
5963
5964 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * elmo-version.el (elmo-version): Up to 2.9.0.
5967
5968 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5971         (elmo-archive-folder-path): Define.
5972         (elmo-folder-initialize): Setup `dir-name' slot.
5973         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5974         Use `dir-name' as prefix of each subfolders.
5975         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5976
5977 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5978
5979         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5980         (elmo-pipe-folder-list-target-messages): New internal function.
5981         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5982         `killed-list'.
5983         (elmo-pipe-folder-copied-list-load): New function.
5984         (elmo-pipe-folder-copied-list-save): Ditto.
5985         (elmo-folder-open-internal): Follow the change above.
5986         (elmo-folder-status): Fixed for copy.
5987
5988 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5989
5990         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5991
5992 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5993
5994         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5995         elmo-copy-file instead of elmo-add-name-to-file.
5996
5997         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5998
5999         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
6000         "file://..." index.
6001
6002         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
6003         of accept-process-output as 1.
6004         (elmo-pop3-read-contents): Ditto.
6005         (elmo-pop3-read-body): Ditto.
6006
6007 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6008
6009         * elmo-version.el (product-version-as-string): Remove define.
6010
6011 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
6014         (elmo-imap4-copy-messages): Chop number set using
6015         `elmo-imap4-number-set-chop-length'.
6016         (elmo-imap4-set-flag): Ditto.
6017         (elmo-imap4-search-internal-primitive): Ditto.
6018
6019 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6020
6021         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
6022         `elmo-folder-make-temp-dir'
6023
6024         * elmo-vars.el (elmo-cache-directory): New variable.
6025         (elmo-cache-dir): Abolished.
6026         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
6027
6028         * elmo-version.el (elmo-version): Up to 2.7.7.
6029
6030 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6031
6032         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
6033         defcustom; Set default value as t.
6034
6035 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
6036
6037         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
6038         (ldap-search-program-arguments): Changed default value.
6039         (ldap-search-basic): Accept exit status 4.
6040         (ldap/field-body): Parse options.
6041         (ldap/collect-field): Ditto.
6042         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
6043
6044         * elmo-imap4.el (elmo-imap4-process-bye): New function.
6045         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
6046         (elmo-imap4-accept-ok): Ditto.
6047         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
6048         'notify-bye, only BYE error is reported.
6049         (elmo-folder-exists-p-plugged): Set no-error argument of
6050         `elmo-imap4-session-select-mailbox' as 'notify-bye.
6051
6052         * elmo.el (elmo-imap4-bye-error): Changed message.
6053
6054         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
6055         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
6056         queues (It causes infinite loop).
6057
6058 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6059
6060         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
6061         (RECENT UNSEEN MESSAGES) extension.
6062
6063 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
6064
6065         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
6066         Check number of overview fields.
6067
6068 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6069
6070         * elmo.el (elmo-folder-confirm-appends): Changed message.
6071         (elmo-folder-confirm-appends): Ditto.
6072
6073         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
6074         `with-temp-buffer'.
6075         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
6076
6077 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6078
6079         * elmo.el (elmo-folder-confirm-appends): Check whether the value
6080         of elmo-folder-update-threshold is nil, which can be set by
6081         wl-summary-update-confirm-threshold.
6082
6083 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
6086         (elmo-nmz-index-alias-alist): Ditto.
6087         (elmo-map-folder-list-message-locations): Follow the change above.
6088
6089 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6090
6091         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
6092
6093         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
6094
6095         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
6096
6097         * elmo-util.el (elmo-read): Ditto.
6098         (elmo-display-error): Ditto.
6099
6100         * elmo-vars.el (elmo-date-match): Ditto.
6101
6102         * pldap.el (ldap-coding-system): Ditto.
6103
6104         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
6105         `elmo-inhibit-number-mapping' as nil.
6106
6107 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6108
6109         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
6110         space delimiter for list response.
6111
6112 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6113
6114         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
6115
6116 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6117
6118         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6119         (elmo-map-message-fetch): Fix.
6120         * elmo-map.el (elmo-folder-status): Fix for killed.
6121
6122 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6123
6124         * elmo-sendlog.el: New file.
6125         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6126
6127 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6128
6129         * acap.el (acap-logging-out): New buffer local variable.
6130         (acap-close): Set it.
6131         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6132         an error.
6133
6134 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * acap.el (acap-response-bye-p): New function.
6137         (acap-response-bye-message): Ditto.
6138         (acap-wait-for-response): If bye response is received, cause an error.
6139         (acap-parse-response): Make bye response when 'Bye' is received.
6140
6141 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6144
6145 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6146
6147         * elmo-util.el (elmo-copy-file): Added argument
6148         `ok-if-already-exists'.
6149         (elmo-copy-file): Fixed typo.
6150
6151 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6154
6155 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6156
6157         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6158
6159 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6160
6161         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6162         to killed-list.
6163
6164 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6165
6166         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6167         (elmo-folder-initialize): Fix for `copy'.
6168         (elmo-pipe-drain): Ditto.
6169         (elmo-folder-open-internal): Ditto.
6170         (elmo-folder-newsgroups): Fix.
6171
6172 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6173
6174         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6175         for each message.
6176
6177         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6178         recent value is returned from imap folder.
6179
6180         * elmo.el (elmo-folder-newsgroups): New generic function.
6181
6182         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6183         (elmo-folder-initialize): Set it.
6184         (elmo-folder-expand-msgdb-path): Use it.
6185         (elmo-folder-newsgroups): Define.
6186
6187         * elmo-filter.el (elmo-folder-newsgroups): Define.
6188
6189         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6190
6191         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6192
6193         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6194
6195 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6196
6197         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6198         user option.
6199         (elmo-shimbun-header-extra-field): New inline function.
6200         (elmo-shimbun-header-set-extra-field): Ditto.
6201         (elmo-shimbun-folder-header-hash-setup): Ditto.
6202         (elmo-shimbun-update-overview): Ditto.
6203         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6204         (elmo-shimbun-folder-setup): Use
6205         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6206         (elmo-shimbun-get-headers): Ditto.
6207         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6208         Insert `X-Shimbun-Id:' header if extra field is set.
6209         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6210         field's value instead of `shimbun-header-id'.
6211
6212         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6213         inline function.
6214         (elmo-msgdb-overview-entity-set-date): Ditto.
6215         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6216
6217 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6218
6219         * mmimap.el (mmimap-entity-section): Changed body node number from
6220         "0" to "1".
6221
6222 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6223
6224         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6225         `elmo-folder-delete-messages'.
6226
6227         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6228         (elmo-folder-initialize): Changed to expand alias into index path.
6229
6230         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6231         `elmo-mime-insert-header-from-buffer' with 6th arg
6232         `sorted-fields'.
6233
6234 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6237
6238         * elmo.el (elmo-diff-new): New inline function.
6239         (elmo-diff-unread): Ditto.
6240         (elmo-diff-all): Ditto.
6241
6242         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6243         value from responseb.
6244         (elmo-imap4-folder-diff-plugged): Ditto.
6245         (elmo-imap4-server-diff-async): Added recent argument.
6246         (elmo-server-diff-async): Ditto.
6247         (elmo-imap4-folder-diff-plugged): Ditto.
6248
6249         * elmo-version.el (elmo-version): Up to 2.7.6.
6250
6251 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6252
6253         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6254         in quoted-stirng.
6255
6256 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6259
6260         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6261
6262         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6263
6264         * elmo-multi.el (elmo-folder-initialize): Ditto.
6265
6266         * elmo-util.el (elmo-parse-token): New function.
6267         (elmo-parse-prefixed-element): Ditto.
6268
6269 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6272         delete process.
6273         (elmo-imap4-accept-ok): Ditto.
6274
6275 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6276
6277         * mmimap.el (mime-imap-entity-header-string): Don't check first
6278         element of node-id is `0' (Follow last change).
6279
6280 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6281
6282         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6283         assigned irregular node-id to nested multipart section.
6284         (initialize-instance): Followed above change.
6285
6286 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6287
6288         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6289         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6290         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6291         `elmo-shimbun-get-headers');
6292         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6293         visible article on summary exists in headers).
6294         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6295
6296 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6297
6298         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6299         definition.
6300
6301 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6302
6303         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6304
6305 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6306
6307         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6308         header separator into loop condition.
6309
6310 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6311
6312         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6313         Return duplicate folder if it has subfolder.
6314
6315 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * elmo.el (elmo-make-folder): Add folder name error check.
6318
6319         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6320         (elmo-nntp-encode-group-string): New inline function.
6321         (elmo-nntp-decode-group-string): Ditto.
6322         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6323         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6324         Use `not' instead of `null';
6325         Use elmo-nntp-decode-group-string.
6326
6327         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6328
6329         * elmo-version.el (elmo-version): Up to 2.7.5.
6330
6331 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6332
6333         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6334         Hide progress gauge if `elmo-folder-move-messages' exits
6335         nonlocally.
6336
6337 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * elmo-imap4.el (elmo-folder-initialize): Use
6340         `elmo-imap4-encode-folder-string' for folder name.
6341
6342 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6343
6344         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6345         `done'.
6346
6347 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6348
6349         * elmo-util.el (elmo-progress-counter-alist): New internal
6350         variable.
6351         (elmo-progress-counter-value): New macro.
6352         (elmo-progress-counter-all-value): Ditto.
6353         (elmo-progress-counter-format): Ditto.
6354         (elmo-progress-counter-set-value): Ditto.
6355         (elmo-progress-set): New function.
6356         (elmo-progress-clear): Ditto.
6357         (elmo-progress-notify): Ditto.
6358
6359         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6360         counter.
6361
6362         * elmo.el (elmo-generic-folder-append-messages): Call
6363         `elmo-progress-notify'.
6364         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6365
6366         * elmo-archive.el (elmo-folder-append-messages): Call
6367         `elmo-progress-notify'.
6368
6369         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6370
6371         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6372
6373         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6374
6375 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6376
6377         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6378         'Create'.
6379         (elmo-message-encache-dop): Added argument `read'.
6380
6381         * elmo-shimbun.el (elmo-message-encache): Ditto.
6382
6383         * elmo-net.el (elmo-message-encache): Ditto.
6384
6385         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6386         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6387         elmo-imap4-seen-messages.
6388         (elmo-folder-msgdb-create-plugged): Initialize
6389         elmo-imap4-seen-messages;
6390         Set seen mark on elmo-imap4-seen-messages.
6391
6392         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6393
6394         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6395         elmo-folder-append-buffer.
6396         (elmo-folder-encache): Added optional argument `read'.
6397         (elmo-message-encache): Ditto.
6398
6399         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6400
6401         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6402
6403         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6404         if append buffer content succeds.
6405
6406 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6409         elmo-display-progress.
6410
6411         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6412         Set 4th argument of mime-display-message.
6413         (elmo-mime-display-as-is): Ditto.
6414
6415 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6416
6417         * elmo-nmz.el (toplevel): Require 'mime-edit.
6418         (elmo-nmz-content-type-alist): Abolished.
6419         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6420         content is not a message.
6421         (elmo-map-message-fetch): Changed behavior exept for message content;
6422         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6423         content-type, Add From: and Subject: field.
6424
6425 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6426
6427         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6428         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6429         not a message.
6430
6431 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6432
6433         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6434         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6435
6436         * elmo-archive.el (elmo-folder-writable-p): Defined.
6437
6438         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6439
6440         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6441
6442         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6443
6444         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6445
6446         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6447
6448         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6449
6450         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6451
6452         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6453
6454 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * elmo-util.el (elmo-address-quote-specials): New function;
6457         Renamed from `wl-address-quote-specials'.
6458
6459 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6460
6461         * elmo-version.el (elmo-version): Up to 2.7.4.
6462
6463 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6466
6467 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6470         both compile-time and run-time to avoid byte-compile warning.
6471
6472 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6473
6474         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6475
6476 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6479         option.
6480         (elmo-mime-display-as-is-internal): Use it.
6481
6482         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6483         if `read-passwd' is not defined.
6484
6485 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6488         by original number.
6489         (elmo-folder-status): Call `elmo-folder-open-internal';
6490         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6491         (elmo-folder-close-internal): Set location-alist as nil.
6492         (elmo-folder-clear): Define.
6493         (elmo-folder-check): Don't set location-alist as nil.
6494
6495         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6496
6497 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6500         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6501
6502         * mmimap.el (mime-imap-entity::requested): New slot.
6503         (mime-imap-location-fetch-entity-p): New generic function.
6504         (mime-decode-parameters): Define using `defun-maybe'.
6505         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6506         content-type structure.
6507         (mime-entity-body): Return empty body if
6508         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6509
6510         * elmo.el (elmo-message-displaying): New variable.
6511
6512         * elmo-mime.el (elmo-mime-message-display): Bind
6513         elmo-message-displaying as t.
6514
6515         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6516
6517 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * acap.el (acap-open): erase buffer before starting network process.
6520         (acap-store): Rewrite.
6521
6522 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6523
6524         * elmo-imap4.el (elmo-imap4-default-mailbox,
6525         elmo-imap4-default-server
6526         elmo-imap4-default-authenticate-type,
6527         elmo-imap4-default-user,
6528         elmo-imap4-default-port,
6529         elmo-imap4-default-stream-type,
6530         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6531
6532         * elmo-pop3.el (elmo-pop3-default-user,
6533         elmo-pop3-default-server,
6534         elmo-pop3-default-authenticate-type,
6535         elmo-pop3-default-port,
6536         elmo-pop3-default-stream-type,
6537         elmo-pop3-stream-type-alist): Ditto.
6538
6539         * elmo-nntp.el (elmo-nntp-default-server,
6540         elmo-nntp-default-user,
6541         elmo-nntp-default-port,
6542         elmo-nntp-default-stream-type,
6543         elmo-nntp-stream-type-alist): Ditto.
6544
6545         * elmo-vars.el: Follow changes above.
6546         (elmo-setting): New custom group; added 'elmo-setting group to
6547         above variables.
6548
6549         * elmo-version.el (elmo-version): Up to 2.7.3.
6550
6551         * acap.el (acap-parse-response): Don't delete process when BYE
6552         response (It causes hang-up on slow network environment).
6553         (toplevel): Added comment.
6554
6555 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6558
6559         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6560         parsing NIL.
6561         (acap-parse-return-metadata): Ditto.
6562
6563         * slp.el: New file.
6564         (toplevel): Fixed typo.
6565
6566         * acap.el: New file.
6567         (acap-network-stream-open): Show "Connecting..." message.
6568         (acap-parse-response): Fixed problem for BYE untagged response.
6569         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6570         (toplevel): Added tiny comments.
6571
6572 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6573
6574         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6575         space delimiter for uidl response.
6576
6577 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6578
6579         * elmo-vars.el (elmo-use-semi): Eliminated.
6580
6581         * elmo-util.el (elmo-string-assoc-all): New function.
6582
6583 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6584
6585         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6586         property 'mime-preview-situation for `mime-preview-quit'.
6587
6588 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6589
6590         * elmo.el (elmo-message-fetch-with-cache-process): Call
6591         elmo-message-fetch-internal instead of causing an error when fetch
6592         strategy is 'entire but only 'section cache is available.
6593
6594 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * elmo-version.el (elmo-version): Up to 2.7.2.
6597
6598         * elmo.el (elmo-generic-folder-append-messages): Make
6599         fetch-strategy with `use-cache'.
6600
6601         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6602         (elmo-dop-queue-method-name): New macro.
6603
6604 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6605
6606         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6607         unbalanced parenthesis.
6608
6609 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6610
6611         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6612
6613 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6616         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6617
6618 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6619
6620         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6621         local variables.
6622
6623 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6626         (elmo-message-use-cache-p): Define.
6627         (elmo-folder-msgdb-create): Treat cache.
6628
6629 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6630
6631         * elmo-nntp.el (elmo-network-initialize-session): Call
6632         `elmo-nntp-send-mode-reader'.
6633         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6634
6635 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6638         alist.
6639         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6640         assoc.
6641
6642         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6643         for `elmo-plugged-p'.
6644         (elmo-open-network-stream): Fixed stream-type argument.
6645
6646 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6647
6648         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6649         unknown archive type is specified.
6650
6651 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6654
6655         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6656         while loading msgdb.
6657
6658         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6659         (elmo-folder-open-internal): Rewrite.
6660
6661 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * elmo-mime.el (elmo-mime-display-as-is-internal):
6664         Adjust buffer-multibyte status.
6665
6666 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6667
6668         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6669         of elmo-condition-find-key.
6670
6671         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6672         (elmo-condition-in-msgdb-p): Ditto.
6673         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6674         argument.
6675
6676 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6679
6680 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6683         label for elmo-display-progress.
6684
6685 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * elmo.el (elmo-folder-clear): New method.
6688         (elmo-folder-clear): Define.
6689         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6690
6691         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6692         (elmo-folder-clear): Define.
6693
6694         * elmo-map.el (elmo-folder-clear): Define.
6695
6696         * elmo-version.el (elmo-version): Up to 2.7.1.
6697
6698 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6699
6700         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6701         updates.
6702
6703 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6706         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6707
6708 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6711
6712         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6713         and re-written.
6714
6715         * elmo-imap4.el (elmo-folder-initialize): Use
6716         elmo-get-network-stream-type.
6717
6718         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6719
6720         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6721
6722 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * elmo.el (elmo-message-encache): Set unread argument for
6725         elmo-message-fetch.
6726
6727         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6728
6729         * elmo.el (elmo-net-port-info): New method.
6730
6731         * elmo-shimbun.el (elmo-net-port-info): Define.
6732         (elmo-message-encache): Ditto.
6733
6734         * elmo-net.el (elmo-net-port-info): Define as method.
6735
6736         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6737         unplugged status when elmo-enable-disconnected-operation is t.
6738
6739         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6740         of spool folder before checking new number.
6741
6742 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6745         (elmo-network-setup-session): Ditto.
6746         (elmo-message-fetch-plugged): Ditto.
6747         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6748         (elmo-network-initialize-session): Ditto.
6749         (elmo-pop3-read-response): Abolish 3rd argument.
6750         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6751         (elmo-pop3-read-contents): Ditto.
6752         (elmo-pop3-read-body): Ditto.
6753         (elmo-folder-status): Call elmo-folder-close.
6754         (elmo-pop3-lock): Abolish.
6755         (elmo-pop3-unlock): Ditto.
6756         (elmo-pop3-locked-p): Ditto.
6757         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6758
6759 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * elmo-version.el (elmo-version): Up to 2.7.0.
6762
6763         * elmo-pop3.el (elmo-pop3-debug): New variable.
6764         (elmo-pop3-debug-inhibit-logging): Ditto.
6765         (elmo-pop3-debug): New function.
6766         (elmo-pop3-send-command): Call elmo-pop3-debug.
6767         (elmo-pop3-read-response): Added keep-lock optional argument;
6768         Don't unlock if keep-lock is non-nil.
6769         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6770         (elmo-network-authenticate-session): Bind
6771         elmo-pop3-debug-inhibit-logging as t.
6772         (elmo-network-setup-session): Call elmo-pop3-read-response with
6773         keep-lock argument.
6774         (elmo-pop3-read-msg): Ditto.
6775         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6776         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6777         (elmo-network-initialize-session): Call elmo-pop3-lock.
6778         (elmo-folder-close-internal): Don't clear location-alist slot.
6779         (elmo-folder-check): Clear location-alist slot.
6780
6781 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6784         (elmo-pop3-send-command): Call elmo-pop3-lock.
6785         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6786         (elmo-pop3-read-contents): Ditto.
6787         (elmo-pop3-lock): New function.
6788         (elmo-pop3-unlock): Ditto.
6789         (elmo-pop3-locked-p): Ditto.
6790         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6791         returns t.
6792
6793 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6796
6797         * elmo-util.el (elmo-file-field-primitive-condition-match):
6798         New inline function (Don't fetch file content if "first" or "last").
6799         (elmo-file-field-condition-match): Use
6800         elmo-file-field-primitive-condition-match.
6801
6802         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6803         "first".
6804
6805         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6806         (elmo-message-fetch-plugged): Fixed.
6807
6808         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6809
6810 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * elmo.el (elmo-folder-move-messages): Bind
6813         elmo-inhibit-display-retrieval-progress as t while moving messages.
6814
6815         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6816         New variable.
6817         (elmo-inhibit-display-retrieval-progress): Ditto.
6818
6819         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6820         for retrieval progress;
6821         Don't display progress when total buffer size is smaller than
6822         elmo-display-retrieval-progress-threshold.
6823         (elmo-message-fetch-plugged): Don't display progress when
6824         elmo-inhibit-display-retrieval-progress is non-nil.
6825
6826         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6827         for retrieval progress;
6828         Don't display progress when literal size is smaller than
6829         elmo-display-retrieval-progress-threshold.
6830         (elmo-imap4-message-fetch): Don't display progress when
6831         elmo-inhibit-display-retrieval-progress is non-nil.
6832
6833 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6834
6835         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6836         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6837         (elmo-imap4-message-fetch): Likewise.
6838
6839         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6840         (elmo-shimbun-index-range-alist): Ditto.
6841         (elmo-shimbun-use-entire-index): Abolish.
6842         (shimbun-mua-use-entire-index): Ditto.
6843         (elmo-shimbun-folder): Added new slot `range'.
6844         (elmo-folder-initialize): Setup slot `range'.
6845
6846 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6849         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6850         (elmo-shimbun-get-headers): Use return value of
6851         `shimbun-article-expiration-days'.
6852         (elmo-folder-close-internal): Clean up last-check slot.
6853
6854         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6855         (elmo-pop3-total-size): New variable.
6856         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6857
6858         * elmo.el (elmo-folder-reserve-status-p): New method.
6859
6860         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6861         (elmo-shimbun-use-entire-index): New user option.
6862         (shimbun-elmo-mua): New class.
6863         (shimbun-mua-search-id): Define.
6864         (shimbun-mua-use-entire-index): Ditto.
6865         (elmo-shimbun-folder:last-check): New slot.
6866         (elmo-shimbun-headers-cache-header-list): Abolish.
6867         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6868         (elmo-shimbun-headers-cache-header-hash): Ditto.
6869         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6870         (elmo-shimbun-headers-cache-last-check): Ditto.
6871         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6872         (elmo-shimbun-headers-check-p): Rewrite.
6873         (elmo-shimbun-msgdb-to-headers): New function.
6874         (elmo-shimbun-get-headers): Rewrite.
6875         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6876         (elmo-folder-open-internal): Get headers only if
6877         `elmo-shimbun-headers-check-p' is non-nil.
6878         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6879         is non-nil.
6880         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6881         (elmo-quit): Removed.
6882
6883         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6884         function.
6885         (elmo-msgdb-overview-entity-set-extra): Ditto.
6886         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6887
6888         * elmo-map.el (elmo-folder-status): Don't call
6889         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6890         is non-nil.
6891
6892 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6893
6894         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6895         of `elmo-msgdb-search-internal-primitive' when condition's car is
6896         `and' or `or'.
6897
6898 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6899
6900         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6901
6902 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6903
6904         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6905         call `elmo-pipe-drain'.
6906
6907 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6908
6909         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6910         typo. (elmo-cache-folder -> elmo-mark-folder)
6911
6912 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6913
6914         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6915         `elmo-message-fetch'.
6916
6917 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6918
6919         * elmo-net.el (elmo-message-encache): Fixed typo.
6920         (elmo-message-fetch-unplugged): Changed call
6921         `elmo-message-fetch-internal' without argument `outbuf'.
6922
6923 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * elmo.el (elmo-message-encache): Define as generic function.
6926         (elmo-message-fetch-field): New generic function.
6927         (elmo-message-fetch-with-cache-process): Cause an error when
6928         fetch strategy is 'entire but only 'section cache is available.
6929         (toplevel): Fixed nmz folder definition.
6930
6931         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6932         (elmo-msgdb-resume-list-filename): Ditto.
6933         (elmo-queue-filename): Ditto.
6934         (elmo-enable-disconnected-operation): Changed default value to t.
6935
6936         * elmo-util.el (elmo-cache-path-section-p): New function.
6937         (elmo-file-cache-get): Use it.
6938         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6939         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6940         (elmo-dop-queue-save): Ditto.
6941
6942         * elmo-net.el (elmo-folder-status-unplugged): Call
6943         elmo-folder-status-dop.
6944         (elmo-folder-list-messages-unplugged): Implemented.
6945         (elmo-folder-delete-messages-unplugged): Define.
6946         (elmo-folder-msgdb-create): Define.
6947         (elmo-folder-msgdb-create-unplugged): Define.
6948         (elmo-folder-mark-as-read-unplugged): Ditto.
6949         (elmo-folder-unmark-read-unplugged): Ditto.
6950         (elmo-folder-mark-as-important-unplugged): Ditto.
6951         (elmo-folder-unmark-important-unplugged): Ditto.
6952         (elmo-message-encache): Ditto.
6953
6954         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6955         (elmo-dop-queue-save): Ditto.
6956
6957         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6958         `elmo-folder-msgdb-create'.
6959         (elmo-folder-append-buffer): Implemented unplugged operation.
6960         (elmo-folder-append-messages): Call parent method in unplugged status.
6961         (elmo-message-fetch-unplugged): Removed definition.
6962         (elmo-message-fetch-field): Implemented.
6963
6964         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6965         (elmo-dop-folder): Removed variable definition.
6966         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6967         (elmo-dop-queue-flush): Implemented.
6968         (elmo-dop-queue-merge): Removed definition (TODO).
6969         (elmo-dop-spool-folder): New function.
6970         (elmo-dop-spool-folder-append-buffer): Ditto.
6971         (elmo-dop-spool-folder-list-messages): Ditto.
6972         (elmo-dop-list-deleting-messages): Ditto.
6973         (elmo-folder-append-buffer-dop): Ditto.
6974         (elmo-folder-delete-messages-dop): Ditto.
6975         (elmo-message-encache-dop): New inline function.
6976         (elmo-create-folder-dop): Ditto.
6977         (elmo-folder-mark-as-read-dop): Ditto.
6978         (elmo-folder-unmark-read-dop): Ditto.
6979         (elmo-folder-mark-as-important-dop): Ditto.
6980         (elmo-folder-unmark-important-dop): Ditto.
6981         (elmo-folder-status-dop): Fixed.
6982         (elmo-folder-append-buffer-dop-delayed): New function.
6983         (elmo-folder-delete-messages-dop-delayed): Ditto.
6984         (elmo-dop-msgdb): Ditto.
6985
6986 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6987
6988         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6989
6990 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6991
6992         * elmo.el (elmo-folder-move-messages): Fixed problem when
6993         `dst-folder' is 'null.
6994
6995 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6996
6997         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6998         instead of current mark.
6999
7000         * elmo-multi.el (elmo-folder-list-importants-internal): No
7001         operation if importants is not list.
7002
7003         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
7004         Return t if importants is not list.
7005
7006         * elmo-map.el (elmo-map-folder-list-importants): Define.
7007         (elmo-folder-list-importants-internal): Check return value of
7008         `elmo-map-folder-list-importants-internal'.
7009
7010         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
7011
7012         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
7013
7014         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
7015
7016         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
7017
7018 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
7021         (Patch is provided by <kita@coe.nttdata.co.jp>).
7022
7023 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7024
7025         * elmo.el (elmo-folder-synchronize): Don't check important mark in
7026         mark folder.
7027
7028 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7029
7030         * elmo.el (elmo-message-fetch): Define.
7031         (elmo-message-fetch-with-cache-process): New generic method.
7032         (elmo-message-fetch-internal): New generic method.
7033         (elmo-folder-synchronize):
7034
7035         * elmo-archive.el (elmo-message-fetch-internal): Define.
7036         (elmo-message-fetch): Eliminated.
7037
7038         * elmo-localdir.el (elmo-message-fetch-internal): Define.
7039         (elmo-message-fetch): Eliminated.
7040
7041         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
7042         argument OUTBUF.
7043         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
7044
7045         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
7046         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
7047
7048         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
7049         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
7050
7051         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
7052
7053         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
7054
7055         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
7056
7057         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
7058         (elmo-message-fetch-unplugged): New generic method.
7059         (elmo-message-fetch-internal): Remove cache process (Renamed from
7060         `elmo-message-fetch').
7061
7062         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
7063         (elmo-message-fetch): Eliminated.
7064         (elmo-message-fetch-unplugged): Ditto.
7065
7066         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
7067
7068 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7069
7070         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
7071         of `to-be-deleted' from number-alist to number-list.
7072
7073 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7074
7075         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
7076         (elmo-folder-mark-as-important): Ditto.
7077
7078 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * elmo.el (elmo-folder): Added process-duplicates slot.
7081
7082         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
7083         (elmo-folder-unmark-read): Ditto.
7084         (elmo-folder-unmark-important): Ditto.
7085         (elmo-folder-mark-as-important): Ditto.
7086
7087         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
7088         duplicated message processing.
7089
7090         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
7091
7092 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7093
7094         * elmo-util.el (elmo-list-subdirectories-1): New function.
7095         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
7096         (elmo-mapcar-list-of-list): New function.
7097
7098         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
7099         `elmo-mapcar-list-of-list' instead of `mapcar'.
7100
7101         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
7102
7103         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
7104         `elmo-have-link-count'. Return the fully qualified folder name.
7105
7106 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
7109         (elmo-shimbun-headers-cache): New internal variable.
7110         (elmo-shimbun-headers-cache-header-list): New inline function.
7111         (elmo-shimbun-headers-cache-set-header-list): Ditto.
7112         (elmo-shimbun-headers-cache-header-hash): Ditto.
7113         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
7114         (elmo-shimbun-headers-cache-last-check): Ditto.
7115         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7116         (elmo-shimbun-lapse-seconds): Ditto.
7117         (elmo-shimbun-headers-cache-check-p): Ditto.
7118         (elmo-shimbun-get-headers): New function.
7119         (elmo-folder-open-internal): Call it.
7120         (elmo-quit): Define (Clear headers-cache).
7121
7122 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7125
7126         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7127         (elmo-msgdb-flist-save): Ditto.
7128
7129         * elmo-shimbun.el (elmo-folder-list-subfolders):
7130         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7131         (elmo-folder-exists-p): Ditto.
7132
7133         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7134         argument for `shimbun-header-insert'.
7135
7136 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7139         at first time.
7140
7141         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7142         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7143
7144 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7147         (elmo-folder-plugged-p): Define.
7148         (elmo-folder-set-plugged): Ditto.
7149         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7150         (elmo-folder-list-messages-internal): Return t if unplugged.
7151         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7152
7153         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7154         when elmo-folder-list-messages-internal method of children returns t.
7155
7156         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7157         pair is nil.
7158         (elmo-folder-open-internal): Don't update if unplugged status.
7159
7160 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7163         new message.
7164
7165 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7168
7169         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7170         saving.
7171
7172 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7175
7176         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7177         (elmo-folder-open-internal): Set up headers slot.
7178         (elmo-folder-check): Call elmo-folder-close-internal and
7179         elmo-folder-open-internal.
7180         (elmo-folder-close-internal): Clean up headers slot.
7181
7182 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7183
7184         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7185         exactly folder list.
7186         (elmo-folder-append-messages): Fixed append archive with prefix.
7187
7188         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7189         make temp files with start-number.
7190
7191         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7192
7193 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7194
7195         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7196         argument `visible-only'.
7197         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7198         instead of `if'.
7199
7200         * elmo-pop3.el (elmo-folder-open-internal): Check
7201         `elmo-inhibit-number-mapping' is non-nil.
7202
7203         * elmo-pipe.el (elmo-folder-status): Fixed.
7204
7205 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7208
7209         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7210         (elmo-folder-open-internal): Setup `header-hash' slot.
7211         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7212         information.
7213         (elmo-map-message-fetch): Ditto.
7214
7215 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7218         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7219         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7220         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7221
7222         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7223
7224 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7225
7226         * sb-airs.el: Added footer.
7227
7228         * shimbun.el (shimbun-article): Define as luna-method.
7229
7230         * sb-tcup.el: New file.
7231
7232         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7233         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7234
7235 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7238         (shimbun-get-headers): Ditto.
7239
7240         * elmo.el: Moved obsolete variable definitions from
7241         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7242
7243         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7244         groups.
7245
7246         * shimbun.el: New file.
7247
7248         * elmo-shimbun.el: New file.
7249
7250         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7251         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7252         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7253         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7254
7255 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7256
7257         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7258         hierarchy is t.
7259
7260 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * elmo.el (elmo-folder-msgdb): Define as macro.
7263         (elmo-folder-open): Added argument `load-msgdb'.
7264         (elmo-generic-folder-open): Ditto.
7265         (elmo-folder-encache): New function.
7266
7267         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7268
7269         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7270
7271         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7272         Eliminated argument FOLDER and added argument MSGDB.
7273         (elmo-dop-queue-load): Moved from elmo-dop.el.
7274         (elmo-dop-queue-save): Ditto.
7275
7276         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7277
7278         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7279
7280         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7281         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7282         (elmo-filter-folder-list-importants-internal): Ditto.
7283
7284         * elmo-map.el (elmo-folder-pack-number): Ditto.
7285
7286         * elmo-mime.el (elmo-mime-message-display): Ditto.
7287
7288         * elmo.el (elmo-generic-folder-commit): Ditto.
7289         (elmo-folder-list-unreads): Ditto.
7290         (elmo-folder-list-importants): Ditto.
7291         (elmo-generic-folder-commit): Ditto.
7292         (elmo-message-set-mark): Ditto.
7293         (elmo-generic-folder-append-msgdb): Ditto.
7294         (elmo-folder-synchronize): Ditto.
7295         (elmo-folder-messages): Ditto.
7296         (elmo-init): Call elmo-dop-queue-load.
7297         (elmo-folder-list-messages): Ditto.
7298
7299         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7300         (elmo-nntp-folder-process-crosspost): Ditto.
7301         (elmo-folder-list-unreads-internal): Ditto.
7302
7303         * elmo-dop.el: Removed old functions.
7304
7305 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7306
7307         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7308         `folder' to `msgdb'.
7309
7310 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7313         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7314
7315         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7316         case-fold-search.
7317
7318 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7321         defined.
7322
7323         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7324         (mmimap-parse-parameters-from-list): Define as alias for
7325         `mime-decode-parameter-plist' if it is defined as function.
7326         (mmimap-make-mime-entity): Added argument `number'.
7327         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7328         as 0.
7329         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7330
7331         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7332
7333         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7334
7335         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7336
7337 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7340
7341         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7342         when elmo-imap4-default-authenticate-type is nil.
7343         (elmo-folder-list-subfolders): Ditto
7344         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7345         (elmo-imap4-fetch-callback-1-subr): Renamed from
7346         `elmo-imap4-fetch-callback-1' and define as inline function.
7347         (elmo-imap4-fetch-callback-1):
7348         Renamed from `elmo-imap4-fetch-callback'.
7349         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7350
7351         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7352         msgdb path (To keep compatibility with main trunk).
7353
7354         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7355
7356         * elmo-util.el (elmo-make-file-cache): Moved position of
7357         some macros.
7358
7359         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7360         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7361         instead of `elmo-pop3-inhibit-uidl'.
7362         (elmo-folder-exists-p): Ditto.
7363         (elmo-pop3-folder-list-messages): Ditto.
7364
7365         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7366         instead of `elmo-pop3-inhibit-uidl'.
7367         (elmo-folder-status): Ditto.
7368
7369         * elmo-dop.el (elmo-dop-folder): New variable.
7370         (elmo-dop-lock-message): Eliminated.
7371         (elmo-dop-unlock-message): Ditto.
7372         (elmo-dop-lock-list-load): Ditto.
7373         (elmo-dop-lock-list-save): Ditto.
7374         (elmo-dop-delete-folder): Ditto.
7375         (elmo-dop-rename-folder): Ditto.
7376
7377         * elmo.el: Removed incomplete commentary.
7378
7379 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7380
7381         * elmo.el (toplevel): Require 'elmo-version first;
7382         for little `recursive-load-depth' settings.
7383         Fix "ends here" comment.
7384
7385 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7386
7387         * elmo-util.el (toplevel): Require 'poem;
7388         Some functions are moved from elmo-cache.el.
7389
7390         * elmo-net.el (toplevel): Require 'elmo-cache.
7391
7392         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7393
7394         * elmo.el (toplevel): Ditto.
7395
7396         * elmo-cache.el: Rewrite with luna;
7397         Some functions are moved to elmo-util.el.
7398
7399         * elmo-internal.el (elmo-internal-folder-list): New variable.
7400         (elmo-internal-folder-initialize): Rewrite.
7401         (elmo-folder-list-subfolders): Ditto.
7402
7403         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7404         (elmo-cache-collect-sub-directories): Ditto.
7405
7406 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * elmo-version.el (elmo-version): Up to 2.5.8.
7409
7410         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7411
7412         * elmo-util.el (elmo-list-insert): New function.
7413
7414 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * elmo.el (elmo-init): New function.
7417         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7418
7419         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7420         (Renamed from `elmo-localdir-header-chop-length').
7421
7422         * elmo-pop3.el (elmo-pop3-use-cache,
7423         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7424
7425         * elmo-nntp.el (elmo-message-fetch): Define.
7426         (elmo-message-fetch-unplugged): Ditto.
7427         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7428         (elmo-nntp-use-cache): Ditto.
7429         (elmo-nntp-max-number-precedes-list-active): Ditto.
7430
7431         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7432
7433         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7434         `elmo-msgdb-insert-file-header'.
7435         Use `elmo-msgdb-file-header-chop-length'.
7436
7437         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7438         `elmo-vars.el'.
7439
7440         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7441         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7442         `elmo-msgdb-insert-file-header'.
7443
7444         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7445         Use new variable;
7446         Define obsolete variables with `elmo-define-obsolete-variable',
7447
7448         * elmo-util.el (elmo-warning-buffer-name): New constant.
7449         (elmo-warning): New function.
7450         (elmo-obsolete-variable-alist): New variable.
7451         (elmo-obsolete-variable-show-warnings): New variable.
7452         (elmo-define-obsolete-variable): New function.
7453         (elmo-resque-obsolete-variable): Ditto.
7454         (elmo-resque-obsolete-variables): Ditto.
7455
7456 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7459         Eliminated.
7460
7461         * elmo-pop3.el, elmo-nntp.el: Use custom.
7462
7463 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7464
7465         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7466         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7467
7468 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * Luna-fy Kenichi OKADA's following changes.
7471         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7472         `nohide'.
7473         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7474
7475 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7476
7477         * elmo-util.el (elmo-display-progress): Prefer
7478         `progress-feedback-with-label' to `lprogress-display'.
7479
7480 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7481
7482         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7483
7484 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7485
7486         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7487         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7488         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7489         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7490         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7491         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7492         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7493         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7494         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7495         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7496         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7497         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7498         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7499
7500 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7501
7502         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7503         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7504
7505 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * elmo.el (elmo-folder-process-crosspost): New generic method.
7508         (elmo-folder-writable-p): Ditto.
7509         (elmo-folder-message-appendable-p): Eliminated.
7510         (elmo-generic-folder-append-msgdb): Rewrite.
7511         (elmo-newsgroups-hashtb): New internal variable.
7512         (elmo-crosspost-message-set): Eliminated.
7513         (elmo-crosspost-message-delete): Ditto.
7514         (elmo-setup-subscribed-newsgroups): New function.
7515         (elmo-crosspost-message-alist-modified): New internal variable.
7516         (elmo-crosspost-message-alist-load): New function (Renamed from
7517         `wl-crosspost-alist-load').
7518         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7519         `wl-crosspost-alist-save').
7520
7521         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7522
7523         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7524         `unreads'.
7525         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7526         elmo-newsgroups-hashtb).
7527         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7528         `elmo-nntp-folder-update-crosspost-message-alist'.
7529         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7530         `elmo-nntp-groups-hashtb'.
7531         (elmo-nntp-make-groups-hashtb): Eliminated.
7532         (elmo-nntp-parse-newsgroups): New function (Renamed from
7533         `wl-parse-newsgroups').
7534         (elmo-folder-creatable-p, elmo-folder-writable-p,
7535         elmo-folder-close-internal, elmo-folder-mark-as-read,
7536         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7537         Define.
7538         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7539
7540         * elmo-net.el (elmo-message-fetch): Check buffer size.
7541
7542         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7543
7544         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7545
7546         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7547         before `close' command.
7548
7549         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7550         `mark-alist' (All other related portions are changed).
7551
7552 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * elmo-util.el (elmo-create-hash-size): Eliminated.
7555         (elmo-make-hash) Make a hash with `one less than a power of two'
7556         length.
7557
7558         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7559         (elmo-hash-maximum-size): Changed value.
7560
7561 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7564         (elmo-mime-message-display-as-is): Ditto.
7565
7566 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7569         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7570
7571 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * elmo-mark.el: New file.
7574
7575         * elmo-internal.el: Rewrite (Almost empty).
7576
7577 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7580         (mime-imap-entity-header-string): Ditto.
7581         (mmimap-entity-section): Rewrite.
7582
7583 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * elmo-nmz.el: New file.
7586
7587         * elmo-pipe.el: Rewrite with luna.
7588
7589 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * elmo-archive.el: Rewrite with luna.
7592
7593         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7594         (elmo-folder-list-importants-internal): Ditto.
7595
7596 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * elmo-archive.el (elmo-archive-version): Abolish.
7599         (toplevel) Removed `boso' comment.
7600
7601 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7604         elmo-msgdb-add-msgs-to-seen-list-subr;
7605         Changed argument seen-marks to unread-marks.
7606
7607         * elmo-nntp.el: Rewrite with luna.
7608
7609 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * elmo-filter.el: Rewrite with luna.
7612
7613 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * elmo-pop3.el: Rewrite with luna.
7616
7617 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7618
7619         * elmo-multi.el: Rewrite with luna.
7620
7621         * elmo-vars.el (elmo-use-killed-list): Abolish.
7622         All other related portions are changed.
7623         (elmo-filename-replace-string-alist): Renamed from
7624         elmo-msgid-replace-string-alist.
7625
7626 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7629
7630         * elmo-map.el: New file.
7631         * elmo-maildir.el: Rewrite with luna.
7632
7633 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * elmo.el: Changed meaning of `elmo-folder-commit'.
7636         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7637
7638 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * elmo.el (elmo-folder-append-buffer): New function.
7641         (Renamed from `elmo-append-msg')
7642
7643 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7644
7645         * elmo-mime.el: New file.
7646
7647 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7648
7649         * elmo-cache.el: Rewrite.
7650
7651 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7652
7653         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7654
7655 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * elmo-vars.el (elmo): New group.
7658         (elmo-strict-diff-folder-regexp): New variable.
7659
7660         * elmo-util.el (elmo-call-func): Abolish.
7661         (elmo-folder-get-type): Ditto.
7662         (elmo-*-get-spec): Ditto.
7663         (elmo-*-spec-*): Ditto.
7664         (elmo-imap4-identical-name-space-p): Ditto.
7665         (elmo-folder-identical-system-p): Ditto.
7666         (elmo-folder-direct-copy-alist): Ditto.
7667         (elmo-folder-direct-copy-p): Ditto.
7668
7669         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7670         (elmo-folder-initialize): Define.
7671         (elmo-folder-get-primitive-list): Ditto.
7672
7673         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7674         (elmo-folder-initialize): Define.
7675         Renamed `elmo-network-session-host-internal' to
7676         `elmo-network-session-server-internal'.
7677
7678         * elmo-multi.el (elmo-multi-folder): New luna class.
7679         (elmo-folder-initialize): Define.
7680         (elmo-folder-get-primitive-list): Ditto.
7681         (elmo-folder-contains-type): Ditto.
7682         (elmo-message-use-cache-p): Ditto.
7683
7684         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7685         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7686
7687         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7688         (elmo-folder-initialize): Define.
7689
7690         * elmo-filter.el (elmo-filter-folder): New luna class.
7691         (elmo-folder-initialize): Define.
7692         (elmo-folder-get-primitive-list): Ditto.
7693         (elmo-folder-contains-type): Ditto.
7694
7695 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * elmo-imap4.el: Rewrite with luna.
7698
7699         * mmimap.el: New file.
7700
7701         * mmelmo.el, mmelmo-imap4.el: Removed.
7702
7703         * elmo-net.el: Ditto.
7704
7705         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7706         (elmo-folder-initialize): Define.
7707
7708         * elmo-archive.el (elmo-archive-folder): New luna class.
7709         (elmo-folder-initialize): Define.
7710
7711         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7712         `elmo-folder-msgdb-path'.
7713         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7714         `elmo-make-folder'.
7715
7716 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * elmo.el: New file.
7719
7720         * elmo2.el: Renamed to elmo.el.
7721
7722 \f
7723 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7724
7725         * elmo-cache.el (elmo-cache-expire-by-size): Count
7726         a disk usage for a cache file entry in KB even when
7727         its kind is a directory.
7728
7729 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * elmo-version.el (elmo-version): Up to 2.5.7.
7732
7733 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7734
7735         * elmo-version.el (elmo-version): Up to 2.5.6.
7736
7737 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7738
7739         * elmo-version.el (elmo-version): Up to 2.5.5.
7740
7741 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * elmo-imap4.el (elmo-network-authenticate-session):
7744         Fixed a logic for response checking.
7745
7746 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7747
7748         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7749         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7750         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7751         `sasl-mechanisms'.
7752
7753         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7754         for `starttls-open-stream' and `starttls-negotiate'.
7755
7756         * elmo-nntp.el: Remove autoload settings for
7757         `starttls-open-stream' and `starttls-negotiate'.
7758
7759         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7760         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7761         `luna-define-class' with `eval-and-compile'.
7762
7763 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7764
7765         * elmo-util.el (elmo-read-search-condition-internal):
7766         Require an element of table for searching field.
7767
7768 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * elmo-version.el (elmo-version): Up to 2.5.4.
7771
7772 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7773
7774         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7775
7776 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7777
7778         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7779
7780 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7781
7782         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7783         before greeting.
7784
7785 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7786
7787         * elmo-imap4.el (elmo-imap4-delete-folder):
7788         Send "close" before "delete" (Use commented out line).
7789         (elmo-imap4-rename-folder): Ditto.
7790
7791         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7792         folder string itself.
7793         (elmo-dop-list-deleted): New function.
7794         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7795         killed.
7796
7797         * elmo-util.el (elmo-string-rassoc-all): New function.
7798
7799 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * elmo-version.el (elmo-version): Up to 2.5.3.
7802
7803         * elmo-net.el (elmo-network-get-session): Changed logic for
7804         checking process status.
7805
7806         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7807         process is nil;
7808         Changed logic for checking process status.
7809
7810 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7813         before greeting.
7814         (elmo-network-setup-session): Set UIDL hash size according to
7815         the length of list response.
7816         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7817         according to the length of list response;
7818         Return the length of list response.
7819         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7820
7821 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7822
7823         * elmo-imap4.el (toplevel): Require 'ssl.
7824         Add autoload 'starttls.
7825         * elmo-pop3.el (toplevel): Ditto.
7826         * elmo-nntp.el (toplevel): Ditto.
7827
7828 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * elmo-imap4.el (toplevel): defun at compile time.
7831         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7832         sasl-next-step, sasl-step-data, sasl-step-set-data.
7833         * elmo-pop3.el (toplevel): Ditto.
7834
7835 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7836
7837         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7838
7839 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7840
7841         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7842         if error.
7843         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7844         and `elmo-pop-auth-apop'.
7845
7846 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7847
7848         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7849
7850 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7851
7852         * elmo-pop3.el (elmo-network-authenticate-session): Split
7853         encoded response value.
7854
7855 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7856
7857         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7858         `elmo-pop3-force-login'.
7859         Redefine `sasl-mechanisms'.
7860         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7861
7862 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7863
7864         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7865         Delete `elmo-imap4-authenticator-alist'.
7866         (elmo-imap4-auth-cram-md5): Delete.
7867         (elmo-imap4-auth-digest-md5): Delete.
7868
7869 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7870
7871         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7872         (elmo-pop3-auth-scram-md5): Ditto.
7873         (elmo-pop3-auth-cram-md5): Ditto.
7874
7875 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7876
7877         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7878         Delete `elmo-pop3-authenticator-alist'.
7879
7880 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7881
7882         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7883         new SASL API.
7884         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7885
7886 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7889
7890 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7893         Fixed problem when `elmo-pop3-use-uidl' is nil.
7894         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7895
7896 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7897
7898         * elmo-version.el (elmo-version): Up to 2.5.2.
7899
7900 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7903         New function.
7904         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7905         (elmo-pop3-msgdb-create-as-numlist): Use it.
7906
7907         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7908         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7909
7910         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7911         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7912
7913 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7914
7915         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7916         when elmo-mark-as-read is called with second argument nil.
7917
7918 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7921         Moved to elmo-util.el.
7922
7923         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7924         Moved from elmo-pipe.el
7925
7926         * elmo-archive.el (elmo-archive-call-process): Enclose with
7927         static-if.
7928
7929         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7930         "RFC822" (because RFC822.PEEK is obsolete).
7931         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7932
7933 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7934
7935         * elmo-archive.el (elmo-archive-call-process): Don't check for
7936         the exit status when Nemacs is running.
7937
7938 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7941         'plain.
7942
7943         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7944         (elmo-pop3-get-spec): Set default of auth to 'user.
7945
7946         * elmo-imap4.el (elmo-imap4-session-check):
7947         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7948         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7949         (elmo-imap4-auth-login): New function; Revival.
7950         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7951         `elmo-imap4-auth-login'.
7952
7953 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7954
7955         * elmo2.el (toplevel): Move `product-provide' declare.
7956         * mmelmo.el (toplevel): Ditto.
7957
7958 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7961
7962 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7963
7964         * elmo-util.el (elmo-folder-get-store-type): New function.
7965         (elmo-folder-direct-copy-p): Use it.
7966
7967 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7970         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7971         and result of `elmo-imap4-use-flag-p'.
7972         (elmo-imap4-fetch-callback-1): Set mark according to
7973         the result of `elmo-imap4-use-flag-p'.
7974
7975 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7978         (elmo-generic-list-folder-unread): Ditto.
7979         (elmo-folder-get-info): Ditto.
7980         (elmo-folder-set-info-max-by-numdb): Ditto.
7981         (elmo-folder-get-info-max): Ditto.
7982         (elmo-folder-get-info-length): Ditto.
7983         (elmo-folder-get-info-unread): Ditto.
7984         (elmo-folder-info-make-hashtb): Ditto.
7985
7986         * elmo2.el: Removed above functions.
7987
7988 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7989
7990         * elmo-imap4.el (toplevel): Require 'ssl.
7991         Add autoload 'starttls.
7992         * elmo-pop3.el (toplevel): Ditto.
7993         * elmo-nntp.el (toplevel): Ditto.
7994
7995 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7996
7997         * elmo-imap4.el (toplevel): defun at compile time.
7998         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7999         sasl-next-step, sasl-step-data, sasl-step-set-data.
8000         * elmo-pop3.el (toplevel): Ditto.
8001
8002 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
8005
8006 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8007
8008         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
8009         if error.
8010         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
8011         and `elmo-pop-auth-apop'.
8012
8013 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8014
8015         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
8016
8017 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8018
8019         * elmo-pop3.el (elmo-network-authenticate-session): Split
8020         encoded response value.
8021
8022 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8023
8024         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
8025         `elmo-pop3-force-login'.
8026         Redefine `sasl-mechanisms'.
8027         * elmo-vars.el (elmo-pop3-force-login): Ditto.
8028
8029 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8030
8031         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
8032         Delete `elmo-imap4-authenticator-alist'.
8033         (elmo-imap4-auth-cram-md5): Delete.
8034         (elmo-imap4-auth-digest-md5): Delete.
8035
8036 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8037
8038         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
8039         (elmo-pop3-auth-scram-md5): Ditto.
8040         (elmo-pop3-auth-cram-md5): Ditto.
8041
8042 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8043
8044         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
8045         Delete `elmo-pop3-authenticator-alist'.
8046
8047 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8048
8049         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
8050         new SASL API.
8051         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
8052
8053 \f
8054 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
8057
8058 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * elmo-nntp.el (elmo-nntp-get-folders-info):
8061         Fixed problem when '\' character is contained in user-id.
8062         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
8063
8064 \f
8065 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * elmo-imap4.el (elmo-imap4-delete-folder):
8068         Send "close" before "delete" (Use commented out line).
8069         (elmo-imap4-rename-folder): Ditto.
8070
8071         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
8072         folder string itself.
8073         (elmo-dop-list-deleted): New function.
8074         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
8075         killed.
8076
8077         * elmo-util.el (elmo-string-rassoc-all): New function.
8078
8079         * elmo-version.el (elmo-version): Up to 2.5.1.
8080
8081 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8082
8083         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
8084
8085         * elmo-internal.el (elmo-internal-search): Fix last change.
8086
8087 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * elmo-internal.el (elmo-internal-search): Rewrite.
8090         (Fixed problem which is pointed out by Akihiro MOTOKI
8091         <motoki@da.jp.nec.com>)
8092
8093         * elmo-version.el (elmo-version): Up to 2.5.0.
8094
8095 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8096
8097         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
8098
8099 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8100
8101         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
8102         non-nil, make hierarchy.
8103
8104 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
8105
8106         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
8107         `elmo-pop3-use-uidl' must be bound to nil.
8108         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
8109
8110 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * elmo-util.el (elmo-copy-file): Don't cause an error after
8113         `add-name-to-file' failed.
8114
8115         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8116         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8117
8118 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8119
8120         * elmo-version.el (elmo-version): Up to 2.3.93.
8121
8122 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * elmo-util.el (elmo-flatten): New function.
8125
8126 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8127
8128         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8129         sync Author header.
8130         * elmo-cache.el (toplevel): Ditto.
8131         * elmo-database.el (toplevel): Ditto.
8132         * elmo-date.el (toplevel): Ditto.
8133         * elmo-dop.el (toplevel): Ditto.
8134         * elmo-filter.el (toplevel): Ditto.
8135         * elmo-imap4.el (toplevel): Ditto.
8136         * elmo-internal.el (toplevel): Ditto.
8137         * elmo-localdir.el (toplevel): Ditto.
8138         * elmo-localnews.el (toplevel): Ditto.
8139         * elmo-maildir.el (toplevel): Ditto.
8140         * elmo-msgdb.el (toplevel): Ditto.
8141         * elmo-multi.el (toplevel): Ditto.
8142         * elmo-net.el (toplevel): Ditto.
8143         * elmo-nntp.el (toplevel): Ditto.
8144         * elmo-pipe.el (toplevel): Ditto.
8145         * elmo-pop3.el (toplevel): Ditto.
8146         * elmo-util.el (toplevel): Ditto.
8147         * elmo-vars.el (toplevel): Ditto.
8148         * elmo2.el (toplevel): Ditto.
8149         * mmelmo-imap4.el (toplevel): Ditto.
8150         * mmelmo.el (toplevel): Ditto.
8151
8152         * elmo-version.el (elmo-version): Move to top.
8153
8154         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8155         * elmo-imap4.el (toplevel): Ditto.
8156         * elmo-localdir.el (toplevel): Ditto.
8157         * elmo-msgdb.el (toplevel): Ditto.
8158         * elmo-nntp.el (toplevel): Ditto.
8159         * elmo-pop3.el (toplevel): Ditto.
8160         * elmo-version.el (toplevel): Ditto.
8161
8162         * elmo-localnews.el (toplevel): Added Keyword header.
8163
8164 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * elmo-version.el (product-version-as-string): Defined using
8167         `defun-maybe'.
8168         (toplevel): Use it.
8169
8170         * elmo-localdir.el (toplevel): Updated copyright notice.
8171         * elmo-version.el (toplevel): Ditto.
8172         * elmo-msgdb.el (toplevel): Ditto.
8173         * elmo-imap4.el (toplevel): Ditto.
8174         * elmo-nntp.el (toplevel): Ditto.
8175         * elmo-pop3.el (toplevel): Ditto.
8176
8177 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8180         messages.
8181
8182         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8183         parameter value (It sometimes contains raw kanji).
8184
8185 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8186
8187         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8188         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8189
8190 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8191
8192         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8193
8194 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8195
8196         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8197         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8198
8199 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8202         value if selecting folder succceeded.
8203         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8204
8205 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8206
8207         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8208         representation.
8209
8210         * elmo-util.el (elmo-string-matched-member): New function.
8211
8212 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * elmo-util.el (elmo-unintern): New macro.
8215         (elmo-number-set-member): Fixed docstring.
8216
8217         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8218         tag token.
8219
8220 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8221
8222         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8223         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8224
8225 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8228         `no-error'.
8229         Added docstring.
8230         Return non-nil if selecting folder succeeded.
8231         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8232
8233 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8236         `file-name-completion' returns t.
8237         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8238         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8239         directory if it does not exist.
8240         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8241         for iteration.
8242
8243 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8246         enclosure (It's harmful in unplugged status).
8247
8248         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8249
8250         * mmelmo-1.el: Removed.
8251
8252         * mmelmo-2.el: Ditto.
8253
8254         * mmelmo-imap4-1.el: Ditto.
8255
8256         * mmelmo-imap4-2.el: Ditto.
8257
8258         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8259
8260         * mmelmo.el: Merged mmelmo-2.el.
8261
8262         * elmo-version.el (elmo-version): Up to 2.3.92.
8263
8264 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8265
8266         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8267         elmo-update-number): Remove last period in "...done." message.
8268         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8269         Ditto.
8270         * elmo-cache.el (elmo-cache-expire-by-size,
8271         elmo-cache-get-sorted-cache-file-list,
8272         elmo-cache-msgdb-create-as-numlist): Ditto.
8273         * elmo-dop.el (elmo-dop-save-pending-messages,
8274         (elmo-dop-flush-pending-append-operations): Ditto.
8275         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8276         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8277         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8278         (elmo-localdir-pack-number): Ditto.
8279         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8280         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8281         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8282         mime-write-entity-content): Ditto.
8283         * pldap.el (ldap-search-basic): Ditto.
8284
8285 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8286
8287         * elmo-version.el (elmo-version): Up to 2.3.91.
8288
8289         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8290         Only when filter is 'last'.
8291
8292         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8293         (elmo-condition-parse-search-value): Use it.
8294         (elmo-read-search-condition-internal): Quote value only when
8295         it is not an atom.
8296
8297 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8298
8299         * elmo2.el (elmo-generic-folder-diff): Fix.
8300
8301 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8302
8303         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8304         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8305         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8306         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8307         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8308         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8309
8310 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8311
8312         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8313         extra-fields.
8314
8315 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8316
8317         * elmo-version.el (elmo-version): Up to 2.3.90.
8318
8319         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8320         (elmo-imap4-list-folder-important): Ditto.
8321
8322 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8323
8324         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8325
8326 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8327
8328         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8329
8330 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8331
8332         * elmo-nntp.el (elmo-network-initialize-session):
8333         Add starttls negotiation.
8334
8335 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8336
8337         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8338         response.
8339         (elmo-network-setup-session): Define.
8340         Call `elmo-nntp-send-mode-reader' when session opened.
8341
8342 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8343
8344         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8345
8346 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8347
8348         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8349         an invalid SPACE character ahead of `SEARCH' command.  Move
8350         a valid SPACE character following `SEARCH' from conditional
8351         `format' arguments to control-strings.
8352
8353 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8354
8355         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8356         was succeeded.
8357
8358         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8359
8360 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8363         `w32-get-true-file-link-count' as t.
8364
8365         * elmo-imap4.el (elmo-imap4-read): Abolished.
8366         (Renamed to `elmo-read' and moved to elmo-util.el)
8367         All other related portions are changed.
8368
8369         * elmo-util.el (elmo-read): New function.
8370         (elmo-condition-parse-search-value): Use it.
8371
8372 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8375
8376         * elmo-nntp.el (elmo-nntp-session): Define.
8377         (elmo-nntp-setting): Abolished.
8378         All other related portions are changed.
8379         (elmo-nntp-get-server-command): Changed argument.
8380         (elmo-nntp-set-server-command): Ditto.
8381         (elmo-nntp-xover-p): Ditto.
8382         (elmo-nntp-set-xover): Ditto.
8383         (elmo-nntp-listgroup-p): Ditto.
8384         (elmo-nntp-set-listgroup): Ditto.
8385         (elmo-nntp-list-active-p): Ditto.
8386         (elmo-nntp-set-list-active): Ditto.
8387         (elmo-nntp-xhdr-p): Ditto.
8388         (elmo-nntp-set-xhdr): Ditto.
8389         (elmo-nntp-flush-connection): Abolished.
8390         (elmo-nntp-get-connection): Abolished.
8391         (elmo-nntp-get-session): New function.
8392         (elmo-network-initialize-session): Defined.
8393         (elmo-network-authenticate-session): Ditto.
8394         (elmo-nntp-send-mode-reader): Changed argument.
8395         (elmo-nntp-send-command): Changed argument.
8396         All other related portions are changed.
8397         (elmo-nntp-read-response): Ditto.
8398         (elmo-nntp-read-raw-response): Ditto.
8399         (elmo-nntp-read-contents): Ditto.
8400         (elmo-nntp-read-body): Ditto.
8401         (elmo-nntp-goto-folder): Abolished.
8402         (elmo-nntp-select-group): New function.
8403         All other related portions are changed.
8404         (This function substitutes `elmo-nntp-goto-folder')
8405         (elmo-nntp-msgdb-create-by-header): Rewrite.
8406         (elmo-nntp-get-overview): Eliminated.
8407         (elmo-nntp-get-message): Ditto.
8408         (elmo-nntp-open-connection) Abolished.
8409         (elmo-nntp-read-msg): Rewrite.
8410         (elmo-nntp-post): Ditto.
8411         (elmo-nntp-send-data): Abolished.
8412         (elmo-nntp-send-buffer): New function.
8413         (elmo-nntp-send-data-line): Define as inline function.
8414         (elmo-nntp-get-folders-info-prepare): Use session as key.
8415         (elmo-nntp-groups-read-response): Changed argument.
8416         (elmo-nntp-retrieve-headers): Ditto.
8417         (elmo-nntp-msgdb-create-message): Ditto.
8418
8419         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8420         when searching by 'since' or 'before'.
8421
8422 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8423
8424         * elmo-version.el (toplevel): Use product-version-as-string for set
8425         verstion-string, if defined.
8426
8427 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8428
8429         * elmo-util.el: Doc fixes.
8430
8431 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8432
8433         * elmo-archive.el (toplevel): Use product-provide.
8434         * elmo-cache.el (toplevel): Ditto.
8435         * elmo-database.el (toplevel): Ditto.
8436         * elmo-date.el (toplevel): Ditto.
8437         * elmo-dop.el (toplevel): Ditto.
8438         * elmo-filter.el (toplevel): Ditto.
8439         * elmo-imap4.el (toplevel): Ditto.
8440         * elmo-internal.el (toplevel): Ditto.
8441         * elmo-localdir.el (toplevel): Ditto.
8442         * elmo-localnews.el (toplevel): Ditto.
8443         * elmo-maildir.el (toplevel): Ditto.
8444         * elmo-msgdb.el (toplevel): Ditto.
8445         * elmo-multi.el (toplevel): Ditto.
8446         * elmo-net.el (toplevel): Ditto.
8447         * elmo-nntp.el (toplevel): Ditto.
8448         * elmo-pipe.el (toplevel): Ditto.
8449         * elmo-pop3.el (toplevel): Ditto.
8450         * elmo-util.el (toplevel): Ditto.
8451         * elmo-vars.el (toplevel): Ditto.
8452         * elmo2.el (toplevel): Ditto.
8453         * mmelmo-1.el (toplevel): Ditto.
8454         * mmelmo-2.el (toplevel): Ditto.
8455         * mmelmo-imap4-1.el (toplevel): Ditto.
8456         * mmelmo-imap4-2.el (toplevel): Ditto.
8457         * mmelmo-imap4.el (toplevel): Ditto.
8458         * mmelmo.el (toplevel): Ditto.
8459
8460 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8461
8462         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8463         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8464
8465 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8468         before splitting.
8469         (elmo-multi-split-number-alist): Ditto.
8470
8471 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8472
8473         * elmo-version.el: New file.  Use product.el.
8474         * elmo2.el: Add (require 'elmo-version).
8475         * elmo-vars.el (elmo-appname, elmo-version): Move to
8476         elmo-version.el
8477
8478 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8481         `elmo-msgdb-expand-path'.
8482         (elmo-msgdb-load): Ditto.
8483         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8484         (elmo-generic-list-folder-unread): Rewrite.
8485         (elmo-generic-list-folder-important): Changed argument.
8486         (elmo-list-folder-unread): Ditto.
8487         (elmo-list-folder-important): Ditto.
8488         (elmo-folder-diff): Rewrite.
8489         (elmo-generic-folder-diff): New function.
8490         (elmo-multi-get-number-alist-list): Abolished
8491         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8492         (elmo-multi-folder-diff): Moved to elmo-multi.el
8493         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8494
8495         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8496         `elmo-msgdb-expand-path'.
8497         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8498         (elmo-pop3-read-msg): Ditto.
8499         (elmo-pop3-delete-msgs): Ditto.
8500         (elmo-pop3-folder-diff): New alias.
8501
8502         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8503         `elmo-msgdb-expand-path'.
8504         (elmo-pipe-list-folder-unread): Changed arguments.
8505         (elmo-pipe-list-folder-important): Ditto.
8506         (elmo-pipe-folder-diff): New alias.
8507
8508         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8509         `elmo-msgdb-expand-path'.
8510         (elmo-nntp-max-of-folder): Ditto.
8511         (elmo-nntp-msgdb-create): Ditto.
8512         (elmo-nntp-delete-msgs): Ditto.
8513         (elmo-nntp-folder-diff): New alias.
8514
8515         * elmo-multi.el (elmo-multi-folder-diff): New function.
8516         (elmo-multi-split-mark-alist): Ditto.
8517         (elmo-multi-split-number-alist): Ditto.
8518         (elmo-multi-mark-alist-list): Abolished (Renamed to
8519         elmo-multi-split-mark-alist).
8520         (elmo-multi-list-folder-unread): Rewrite.
8521         (elmo-multi-list-folder-important): Ditto.
8522         (elmo-multi-list-folder): Set `spec' as 1st argument for
8523         `elmo-msgdb-expand-path'.
8524         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8525         instead of `elmo-multi-get-number-alist-list'.
8526
8527         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8528         If 1st argument is not string, treat as spec.
8529         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8530         `elmo-msgdb-expand-path'.
8531         (elmo-msgdb-flist-load): Ditto.
8532         (elmo-msgdb-flist-save): Ditto.
8533         (elmo-msgdb-delete-path): Ditto.
8534         (elmo-msgdb-rename-path): Ditto.
8535
8536         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8537         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8538         (elmo-maildir-delete-mark-msgs): Ditto.
8539         (elmo-maildir-msgdb-create): Ditto.
8540         (elmo-maildir-read-msg): Ditto.
8541         (elmo-maildir-delete-msgs): Ditto.
8542         (elmo-maildir-list-folder-subr): Ditto.
8543         (elmo-maildir-search): Ditto.
8544         (elmo-maildir-get-msg-filename): Ditto.
8545         (elmo-maildir-pack-number): Ditto.
8546         (elmo-maildir-folder-diff): New alias.
8547
8548         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8549
8550         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8551         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8552         (elmo-localdir-folder-diff): New alias.
8553
8554         * elmo-internal.el (elmo-internal-list-folder-subr):
8555         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8556         (elmo-internal-list-folder-by-location): Ditto.
8557         (elmo-internal-msgdb-create): Ditto.
8558         (elmo-internal-delete-msgs): Ditto.
8559         (elmo-internal-read-msg): Ditto.
8560         (elmo-internal-folder-diff): New alias.
8561
8562         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8563         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8564         `elmo-msgdb-expand-path'.
8565         (elmo-imap4-list-folder-unread): Changed arguments.
8566         (elmo-imap4-list-folder-important): Ditto.
8567
8568         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8569         (elmo-filter-list-folder-important): Ditto.
8570         (elmo-filter-folder-diff): New function.
8571
8572         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8573
8574         * elmo-cache.el (elmo-cache-list-folder):
8575         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8576         (elmo-cache-copy-msgs): Ditto.
8577         (elmo-cache-folder-diff): New alias.
8578
8579         * elmo-archive.el (elmo-archive-list-folder-subr):
8580         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8581         (elmo-archive-get-archive-name): Ditto.
8582         (elmo-archive-create-file): Ditto.
8583         (elmo-archive-append-msg): Ditto.
8584         (elmo-archive-copy-msgs): Ditto.
8585         (elmo-archive-copy-msgs-froms): Ditto.
8586         (elmo-archive-get-msg-filename): Ditto.
8587         (elmo-archive-folder-diff): New alias.
8588
8589 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8590
8591         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8592         (elmo-pop3-stream-type-alist): New variable.
8593         (elmo-nntp-stream-type-alist): New variable.
8594
8595         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8596         (elmo-kill-buffer): Ditto.
8597         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8598         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8599         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8600         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8601         (elmo-imap4-get-spec): Take into account
8602         `elmo-imap4-stream-type-alist'.
8603
8604 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8605
8606         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8607         (elmo-nntp-list-folders-get-cache): Ditto.
8608
8609 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8612         character before 'uid'.
8613
8614 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8615
8616         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8617
8618         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8619
8620         * elmo-util.el (elmo-number-set-member): New function.
8621         (elmo-number-set-append-list): Ditto.
8622         (elmo-number-set-append): Ditto.
8623
8624         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8625         Use `elmo-number-set-member'.
8626         (elmo-living-messages): Ditto.
8627         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8628         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8629
8630         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8631         (elmo-imap4-add-to-cont-list): Abolished.
8632         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8633         instead of elmo-imap4-add-to-cont-list.
8634
8635         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8636         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8637
8638         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8639
8640 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8641
8642         * elmo-util.el (elmo-condition-parse-search-value):
8643         Fixed date parsing.
8644
8645 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * elmo-util.el (elmo-condition-find-key-internal): New function.
8648         (elmo-condition-find-key): Ditto.
8649
8650         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8651         (elmo-msgdb-search-internal): Ditto.
8652         (elmo-msgdb-search): Ditto.
8653
8654 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8655
8656         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8657         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8658
8659         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8660         (elmo-nntp-search-primitive): Fixed problem when condition is
8661         'unmatch'.
8662
8663         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8664
8665         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8666         (elmo-nntp-xhdr-p): New macro.
8667         (elmo-nntp-set-xhdr): Ditto.
8668         (elmo-nntp-parse-xhdr-response): New function.
8669         (elmo-nntp-retrieve-field): Ditto.
8670         (elmo-nntp-search-primitive): Ditto.
8671         (elmo-nntp-search): Implemented.
8672
8673         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8674
8675         * elmo-archive.el (elmo-archive-search): Set all number list to
8676         `elmo-archive-field-condition-match'
8677
8678         * elmo-localdir.el (elmo-localdir-search): Likewise.
8679
8680         * elmo-maildir.el (elmo-maildir-search): Likewise.
8681
8682 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8683
8684         * elmo-msgdb.el (elmo-living-messages): New function.
8685         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8686         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8687         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8688         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8689         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8690         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8691         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8692         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8693         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8694         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8695         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8696
8697 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8698
8699         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8700
8701         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8702
8703         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8704
8705         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8706         arguments for `SEARCH' command.
8707         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8708         All other related portions are changed.
8709
8710         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8711
8712         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8713         (elmo-list-folder-unread): Rewrite.
8714         (elmo-list-folder-important): Ditto.
8715
8716         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8717         (elmo-condition-parse-error): New inline function.
8718         (elmo-read-search-condition): New function.
8719         (elmo-read-search-condition-internal): Ditto.
8720         (elmo-parse-search-condition): Rewrite.
8721         (elmo-condition-parse): New function.
8722         (elmo-condition-parse-or-expr): Ditto.
8723         (elmo-condition-parse-and-expr): Ditto.
8724         (elmo-condition-parse-primitive): Ditto.
8725         (elmo-condition-parse-search-value): Ditto.
8726         (elmo-buffer-field-primitive-condition-match): Ditto.
8727         (elmo-buffer-field-condition-match): Rewrite.
8728         (elmo-file-field-condition-match): Ditto.
8729
8730         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8731         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8732
8733         * elmo-internal.el (elmo-internal-search): Set `number' and
8734         `number-list' argument of `elmo-file-field-condition-match'.
8735
8736         * elmo-maildir.el (elmo-maildir-search): Ditto.
8737
8738         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8739         `msgdb' as argument instead of `mark-alist'.
8740         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8741         `overview'.
8742
8743         * elmo-multi.el: Likewise.
8744
8745         * elmo-pipe.el: Likewise.
8746
8747         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8748         (elmo-imap4-search-internal): Rewrite.
8749         (elmo-imap4-search): Ditto.
8750
8751         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8752         (elmo-filter-list-folder-unread): Ditto.
8753         (elmo-filter-list-folder-important): Ditto.
8754         (elmo-filter-search): Rewrite.
8755
8756         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8757         `number-list' argument of `elmo-file-field-condition-match'.
8758         (elmo-cache-search): Ditto.
8759
8760         * elmo-localdir.el: Likewise.
8761
8762         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8763         number-list and pass it to `elmo-buffer-field-condition-match'.
8764         (elmo-archive-field-condition-match): Pass `number-list' to
8765         `elmo-archive-field-condition-match'
8766
8767 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8770         `listgroup'.
8771
8772         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8773         (elmo-folder-diff-async-callback-data): Ditto.
8774         (elmo-folder-diff-async): New function.
8775
8776         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8777         (elmo-network-session-cache-key): Use it as a prefix of the session
8778         name.
8779         (elmo-network-open-session): Ditto.
8780
8781         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8782         (elmo-imap4-status-callback-data): Ditto.
8783         (elmo-imap4-server-diff-async-callback): New variable.
8784         (elmo-imap4-server-diff-async-callback-data): Ditto.
8785         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8786         `elmo-imap4-status-callback-data'.
8787         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8788         `elmo-imap4-status-callback-data' as nil.
8789         (elmo-imap4-server-diff): Ditto.
8790         (elmo-imap4-server-diff-async-callback-1): New function.
8791         (elmo-imap4-server-diff-async): Ditto.
8792         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8793
8794 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8795
8796         * elmo-util.el (elmo-list-delete): Doc fix.
8797         (elmo-delete-lists): Abolish.
8798         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8799         instead of `elmo-delete-lists'.
8800
8801 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8804         before `sort'.
8805
8806 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8807
8808         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8809         `elmo-imap4-literal-subr'.
8810         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8811         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8812
8813 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8814
8815         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8816         (elmo-archive-list-folder): Fix.
8817         (elmo-archive-max-of-folder): Fix.
8818
8819 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8820
8821         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8822          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8823         (elmo-localdir-append-msg): Ditto.
8824         (elmo-localdir-list-folder): Fix for `nonsort'.
8825         (elmo-localdir-list-folder-subr): Fix for `killed'.
8826         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8827         (elmo-maildir-list-folder-subr): Ditto.
8828         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8829         (elmo-archive-list-folder-subr): Ditto.
8830         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8831         (elmo-internal-list-folder-subr): Ditto.
8832
8833 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8834
8835         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8836
8837 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8838
8839         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8840
8841 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8844         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8845
8846         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8847         before greeting.
8848         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8849         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8850
8851 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8854
8855         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8856         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8857         before STORE command.
8858
8859 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8860
8861         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8862
8863         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8864         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8865         of `response'.
8866         (elmo-imap4-list-folders): Removed unused local variable.
8867         (elmo-network-initialize-session): Ditto.
8868         (elmo-imap4-delete-msg-by-id): Ditto.
8869         (elmo-imap4-parse-fetch): Ditto.
8870         (elmo-imap4-copy-msgs): Ditto.
8871         Use `dst-spec' instead of `dst-folder'.
8872         (elmo-network-authenticate-session): Check authenticate type `plain'.
8873
8874 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8877         garbage checking.
8878         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8879         `elmo-imap4-response-value'.
8880         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8881
8882 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8883
8884         * elmo-imap4.el (elmo-imap4-send-command):
8885         Cause elmo-imap4-bye-error when current response is BYE.
8886         (elmo-imap4-arrival-filter): Changed greeting response value.
8887
8888         * elmo2.el (elmo-imap4-bye-error): Define.
8889
8890         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8891         (elmo-imap4-server-diff): Ditto.
8892         (elmo-imap4-response-bye-p): New macro.
8893         (elmo-imap4-response-error-text): Get text from BYE response.
8894         (elmo-imap4-read-response): Return if BYE response.
8895         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8896         (elmo-imap4-folder-exists-p): Ditto.
8897         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8898         (elmo-imap4-parse-bye): New function.
8899         (elmo-imap4-parse-response): Remove needless let.
8900         Call `elmo-imap4-parse-bye'.
8901
8902 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8905         the mailbox does not exist.
8906         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8907
8908 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8909
8910         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8911
8912 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8913
8914         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8915
8916         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8917         (elmo-network-initialize-session-buffer): Defined.
8918
8919         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8920         Abolished.
8921         (mmelmo-imap4-get-mime-entity): Rewrite.
8922
8923         * elmo2.el (elmo-error): Capitalize error message.
8924
8925         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8926         (elmo-network-session-buffer): New macro.
8927         (elmo-network-open-session): Use it.
8928
8929         * elmo-imap4.el: Rewrite.
8930
8931 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8932
8933         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8934
8935 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8936
8937         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8938         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8939         (elmo-imap4-create-msgdb-from-overview-string): Use
8940         `elmo-msgdb-create-overview-from-buffer'.
8941
8942 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8943
8944         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8945         (elmo-imap4-default-hierarchy-delimiter): New variable.
8946         (elmo-imap4-list-folders): Use it.
8947
8948 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * elmo-net.el (elmo-network-open-session): Add user and
8951         stream-type for process-buffer name.
8952
8953         * elmo-pop3.el (elmo-network-initialize-session): Call
8954         buffer-disable-undo.
8955
8956         * elmo-imap4.el (elmo-network-initialize-session):
8957         Set current-buffer as an argument for `buffer-disable-undo'.
8958
8959         * elmo-pop3.el (elmo-network-close-session): Don't use
8960         `process-live-p'.
8961
8962         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8963         Set default as 'user.
8964
8965         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8966
8967         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8968         and `elmo-imap4-flush-connection'.
8969
8970         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8971         (elmo-pop3-get-spec): Assume auth as symbol.
8972         (elmo-open-network-stream): Moved to `elmo-net'.
8973
8974         * elmo-pop3.el (toplevel): Require 'elmo-net.
8975         Define `sasl-cram-md5' to silence byte compilier.
8976         (elmo-pop3-connection-cache) Abolished.
8977         (elmo-pop3-authenticator-alist) New variable.
8978         (elmo-pop3-session): Define.
8979         (elmo-pop3-connection-get-process): Abolished.
8980         (elmo-pop3-connection-get-buffer): Ditto.
8981         (elmo-pop3-close-connection): Ditto.
8982         (elmo-pop3-flush-connection): Ditto.
8983         (elmo-pop3-get-connection): Ditto.
8984         (elmo-pop3-get-session): New function.
8985         (Replacement for `elmo-pop3-get-connection').
8986         All other related modules are changed.
8987         (elmo-network-close-session): Define.
8988         (elmo-pop3-send-command): Abolished argument `buffer'.
8989         All other related modules are changed.
8990         (elmo-pop3-read-response): Likewise.
8991         (elmo-pop3-open-connection): Abolished.
8992         (elmo-pop3-auth-user): New function.
8993         (elmo-pop3-auth-apop): Ditto.
8994         (elmo-pop3-auth-cram-md5): Ditto.
8995         (elmo-pop3-auth-scram-md5): Ditto.
8996         (elmo-pop3-auth-digest-md5): Ditto.
8997         (elmo-network-initialize-session): Define.
8998         (elmo-network-authenticate-session): Ditto.
8999         (elmo-network-setup-session): Ditto.
9000
9001         * elmo-imap4.el (toplevel): Require 'elmo-net.
9002         (elmo-imap4-session): Define.
9003         (elmo-imap4-connection-cache): Abolished.
9004         (elmo-imap4-password-key): Ditto.
9005         (elmo-imap4-flush-connection): Ditto.
9006         (elmo-imap4-get-connection): Ditto.
9007         All other related modules are changed.
9008         (elmo-imap4-get-session): New function
9009         (Replacement for `elmo-imap4-get-connection').
9010         (elmo-imap4-read-response): Abolished argument `buffer'.
9011         All other related modules are changed.
9012         (elmo-imap4-send-command): Likewise.
9013         (elmo-imap4-select-folder): Abolished.
9014         All other related modules are changed.
9015         (elmo-imap4-select-mailbox): New function.
9016         (Replacement for `elmo-imap4-select-folder').
9017         (elmo-imap4-auth-login): Simplify.
9018         (Assume current buffer as process buffer)
9019         (elmo-imap4-auth-cram-md5): Ditto.
9020         (elmo-imap4-auth-digest-md5): Ditto.
9021         (elmo-imap4-login): Ditto.
9022         (elmo-imap4-open-connection): Abolished.
9023         (elmo-imap4-open-connection-1): Abolished.
9024         (elmo-network-initialize-sessoin): Define.
9025         (elmo-network-authenticate-session): Ditto.
9026         (elmo-network-setup-session): Ditto.
9027
9028         * elmo-net.el: New module.
9029
9030 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9031
9032         * elmo-util.el (elmo-define-error): New function.
9033
9034         * elmo2.el (elmo-error): Define.
9035         (elmo-open-error): Define.
9036         (elmo-authenticate-error): Define.
9037
9038         * elmo-imap4.el (elmo-imap4-error): Abolish.
9039         (elmo-imap4-error-type): Abolish.
9040         (elmo-imap4-error-process): Abolish.
9041         (elmo-imap4-error-message): Abolish
9042         (elmo-imap4-list-folders): Don't quote lambda.
9043         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
9044         (elmo-imap4-parse-namespace): Ditto.
9045         (elmo-imap4-open-connection): Rewrite.
9046         (elmo-imap4-open-connection-1): Simplified (authenticate only).
9047         (elmo-imap4-get-connection): Abolish local variable `result'.
9048
9049 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
9050
9051         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
9052         wrong-type-argument error when auth is nil.
9053
9054 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
9057         (elmo-default-nntp-stream-type): Ditto.
9058         (elmo-default-pop3-stream-type): Ditto.
9059         (elmo-network-stream-type-alist): Ditto.
9060         (elmo-default-imap4-ssl): Abolished.
9061         (elmo-default-nntp-ssl): Ditto.
9062         (elmo-default-pop3-ssl): Ditto.
9063
9064         * elmo-util.el: (toplevel): Removed needless requires.
9065         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
9066         (elmo-open-network-stream): Open network stream according to
9067         the value of `elmo-network-stream-type-alist'.
9068         (elmo-get-network-stream-type): New function.
9069         (elmo-network-stream-type-spec-string): New macro.
9070         (elmo-network-stream-type-symbol): Ditto.
9071         (elmo-network-stream-type-function): Ditto.
9072
9073         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
9074         network-stream-type. All other related portions are changed.
9075         (elmo-pop3-open-connection): Ditto.
9076
9077         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
9078         network-stream-type. All other related portions are changed.
9079
9080         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
9081         network-stream-type.All other related portions are changed.
9082         (elmo-imap4-error): New macro.
9083         (elmo-imap4-error-type): Ditto.
9084         (elmo-imap4-error-process): Ditto.
9085         (elmo-imap4-error-message): Ditto.
9086         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
9087         (elmo-imap4-auth-cram-md5): Ditto.
9088         (elmo-imap4-auth-digest-md5): Ditto.
9089         (elmo-imap4-login): Ditto.
9090         (elmo-imap4-open-connection): Remove password entry if authentication
9091         was in vain.
9092         (elmo-imap4-user-at-host): Abolished.
9093         (elmo-imap4-password-key): New buffer local variable.
9094         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
9095         using protocol, port, auth and stream-type.
9096
9097         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
9098
9099 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
9100
9101         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
9102
9103         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
9104
9105         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
9106         (elmo-imap4-authenticator-alist): New variable.
9107         (elmo-imap4-open-connection-1): Rename from
9108         elmo-imap4-open-connection.
9109         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
9110         only wraps elmo-imap4-open-connection-1.
9111         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
9112         user-at-host.
9113         (elmo-imap4-auth-login): New function.
9114         (elmo-imap4-auth-cram-md5): New function.
9115         (elmo-imap4-auth-digest-md5): New function.
9116         (elmo-imap4-login): New function.
9117
9118 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9119
9120         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9121         function `error'.
9122
9123 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9126
9127 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9130
9131 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9132
9133         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9134         for server responses, quote `*' regardless of where it appears.
9135
9136 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9137
9138         * elmo-maildir.el (elmo-maildir-commit): New alias.
9139
9140 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9141
9142         * elmo-util.el (elmo-display-progress):
9143                 Use `progress-feedback-with-label'.
9144
9145 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9146
9147         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9148         (elmo-imap4-non-atom-char-regex): Ditto.
9149         (elmo-imap4-non-text-char-regex): Ditto.
9150         (elmo-imap4-literal-threshold): Ditto.
9151         (elmo-imap4-atom-p): New function.
9152         (elmo-imap4-quotable-p): Ditto.
9153         (elmo-imap4-nil): Ditto.
9154         (elmo-imap4-atom): Ditto.
9155         (elmo-imap4-quoted): Ditto.
9156         (elmo-imap4-literal-subr): Ditto.
9157         (elmo-imap4-literal): Ditto.
9158         (elmo-imap4-buffer-literal): Ditto.
9159         (elmo-imap4-string-subr): Ditto.
9160         (elmo-imap4-string): Ditto.
9161         (elmo-imap4-buffer-string): Ditto.
9162         (elmo-imap4-astring-subr): Ditto.
9163         (elmo-imap4-astring): Ditto.
9164         (elmo-imap4-buffer-astring): Ditto.
9165         (elmo-imap4-nstring): Ditto.
9166         (elmo-imap4-buffer-nstring): Ditto.
9167         (elmo-imap4-mailbox): New alias.
9168         (elmo-imap4-field-body): Ditto.
9169         (elmo-imap4-userid): Ditto.
9170         (elmo-imap4-password): Ditto.
9171         (elmo-imap4-format-quoted): New function.
9172         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9173         arguments and handle "atom", "quoted" and "literal" string here.
9174         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9175         `elmo-imap4-send-command'.
9176         (elmo-imap4-folder-exists-p): Likewise.
9177         (elmo-imap4-create-folder): Likewise.
9178         (elmo-imap4-delete-folder): Likewise.
9179         (elmo-imap4-rename-folder): Likewise.
9180         (elmo-imap4-max-of-folder): Likewise.
9181         (elmo-imap4-check-validity): Likewise.
9182         (elmo-imap4-sync-validity): Likewise.
9183         (elmo-imap4-server-diff): Likewise.
9184         (elmo-imap4-select-folder): Likewise.
9185         (elmo-imap4-copy-msgs): Likewise.
9186         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9187         (elmo-imap4-mark-set-on-msgs): Likewise.
9188         (elmo-imap4-read-part): Likewise.
9189         (elmo-imap4-read-msg): Likewise.
9190         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9191         `elmo-imap4-password' for `elmo-imap4-send-command'.
9192         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9193         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9194         `elmo-imap4-buffer-literal'.
9195         (elmo-imap4-append-msg): Likewise.
9196
9197         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9198         `delete' for removing dead connection from the connection cache.
9199         Move deletion of the process buffer after that.
9200         (elmo-imap4-list): Change `defsubst' to `defun'.
9201         (elmo-imap4-commit): Make error message verbose.
9202         (elmo-imap4-search): Ditto.
9203         (elmo-imap4-list): Ditto.
9204         (elmo-imap4-select-folder): Ditto.
9205         (elmo-imap4-copy-msgs): Ditto.
9206         (elmo-imap4-delete-msg-by-id): Ditto.
9207         (elmo-imap4-append-msg-by-id): Ditto.
9208         (elmo-imap4-append-msg): Ditto.
9209
9210 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9211
9212         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9213         when dired is used on XEmacs.
9214
9215 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9216
9217         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9218         instead of `append'.
9219         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9220         `elmo-plugged-p' directly.
9221         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9222         of `elmo-plugged-p' directly.
9223
9224         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9225         Eliminate unused variable.  Use `memq' for checking a process status.
9226         Use `cons' instead of `append' for updating the connection cache.
9227         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9228         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9229
9230 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9231
9232         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9233         `elmo-imap4-read-point' exactly.
9234
9235         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9236         the local variable `folder' to `mailbox'.
9237         Rename the argument `fld' to `folder'.
9238
9239 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9240
9241         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9242         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9243
9244 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9245
9246         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9247         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9248         (elmo-pop3-uidl-number-hash): Ditto.
9249         (elmo-pop3-size-hash): Ditto.
9250         (elmo-pop3-uidl-done): Ditto.
9251         (elmo-pop3-list-done): Ditto.
9252         (elmo-pop3-connection-get-process): New defmacro.
9253         (elmo-pop3-connection-get-buffer): Ditto.
9254         (elmo-pop3-close-connection): Delete buffer and process.
9255         (elmo-pop3-flush-connection): Don't delete buffer and process.
9256         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9257         Setup UIDL and size hash.
9258         (elmo-pop3-send-command-no-erase): Deleted
9259         (elmo-pop3-send-command): Added optional argument `no-erase'.
9260         (elmo-pop3-parse-uidl-response): New function.
9261         (elmo-pop3-parse-list-response): Set size hash.
9262         (elmo-pop3-list-location): New function.
9263         (elmo-pop3-list-by-uidl-subr): Ditto.
9264         (elmo-pop3-list-by-list): Ditto.
9265         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9266         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9267         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9268         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9269         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9270         Use uidl.
9271         (elmo-pop3-uidl-to-number): New function.
9272         (elmo-pop3-number-to-uidl): Ditto.
9273         (elmo-pop3-number-to-size): Ditto.
9274         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9275         Set number by use of uidl.
9276         (elmo-pop3-msgdb-create-message): Likewise.
9277         Set size, loc-alist in msgdb.
9278         (elmo-pop3-read-msg): Set number by use of uidl.
9279         Added optional argument `msgdb'.
9280         (elmo-pop3-delete-msg): Ditto.
9281         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9282         (elmo-pop3-commit): Close connection.
9283
9284         * elmo-pipe.el (elmo-pipe-max-of-folder):
9285         Bind `elmo-pop3-use-uidl' as nil.
9286         (elmo-pipe-drain): Ditto.
9287         Call `elmo-commit'.
9288
9289         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9290         (elmo-msgdb-overview-entity-set-size): New defsubst.
9291
9292 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * elmo-vars.el (elmo-use-killed-list): New variable
9295         (Renamed from `elmo-nntp-use-killed-list').
9296         (elmo-nntp-use-killed-list): Eliminated.
9297
9298         * elmo-msgdb.el (elmo-msgdb-expand-path):
9299         Changed expanding msgdb path for elmo-multi.
9300
9301         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9302         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9303         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9304         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9305         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9306         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9307         (toplevel): Deleted time-stamp line.
9308
9309         * elmo2.el (elmo-clear-killed ): Defined as function
9310         (Abolished defining as a backend function).
9311         All other related modules are changed.
9312
9313 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9314
9315         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9316
9317 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9320
9321 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9322
9323         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9324
9325 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9326
9327         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9328         asynchronous folder check.
9329
9330         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9331
9332         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9333         `elmo-nntp-use-killed-list'.
9334         (elmo-nntp-list-folder): Use killed list.
9335         (elmo-nntp-max-of-folder): Ditto.
9336         (elmo-nntp-msgdb-create): Set killed list.
9337
9338         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9339
9340         * elmo2.el (elmo-clear-killed): New backend function.
9341         All other related modules are changed.
9342
9343 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9344
9345         * elmo-util.el (elmo-imap4-spec-folder): Use
9346         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9347         All callers changed.
9348
9349 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9350
9351         * mmelmo-2.el (initialize-instance):
9352         Use `mime-buffer-entity-buffer-internal' instead of
9353         `mime-entity-buffer'.
9354
9355         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9356         (mime-entity-body): Implemented.
9357         (mime-goto-header-start-point): Deleted.
9358         (mime-goto-body-end-point): Ditto.
9359         (mime-entity-point-min): Ditto.
9360         (mime-entity-point-max): Ditto.
9361         (mime-entity-children): Ditto.
9362         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9363         instead of `mime-entity-buffer'.
9364         (mime-entity-header-buffer): Ditto.
9365         (mime-entity-body-buffer): Ditto.
9366         (mime-write-entity-content): Ditto.
9367
9368         * pldap.el (ldap-static-if): New macro.
9369         (toplevel): Use it instead of `static-if'.
9370
9371 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9372
9373         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9374         included in `attrs' argument.
9375
9376 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9377
9378         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9379
9380         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9381         (ldap-ldif-safe-init-char-regexp): Ditto.
9382         (ldap-ldif-safe-string-regexp): Ditto.
9383         (ldap/ldif-safe-string-p): New macro.
9384         (ldap/ldif-insert-field): Ditto.
9385         (ldap-modify): Use it.
9386         (ldap-add): Ditto.
9387         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9388         (ldap-decode-attribute): Decode only when `attr' is consp.
9389         (ldap-delete): Bind `ret'.
9390         (toplevel): Require 'cl at compile time.
9391         Removed (require 'poe) and (require 'std11).
9392         (pldap-version): Eliminated.
9393         (ldap-search-basic): Removed auth and dn binding.
9394         (ldap-ldif-field-name-regexp): New constant.
9395         (ldap-ldif-field-head-regexp): Ditto.
9396         (ldap-ldif-next-field-head-regexp): Ditto.
9397         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9398         (ldap/field-end): New function.
9399         (ldap/field-body): Use it.
9400         (ldap/collect-field): Ditto.
9401         (ldap-search-basic): Use `ldap/field-body'.
9402
9403 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9404
9405         * pldap.el (ldap-default-attribute-encoder): New user option.
9406         (ldap/field-body): Decode base64 string.
9407         (ldap/collect-field): Ditto.
9408         (ldap-encode-attribute): New function.
9409         (ldap-add-entries): Use it.
9410         (ldap-modify-entries): Ditto.
9411         (ldap-search-entries): Enclosed decoding function with
9412         `with-temp-buffer' and set as unibyte.
9413         (ldap-search-basic): Set process buffer as unibyte.
9414
9415         * elmo-util.el (elmo-folder-identical-system-p):
9416         Eliminated name space checking.
9417
9418         * pldap.el: New module.
9419         toplevel: Changed condition to detect built-in ldap feature.
9420         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9421         (ldap-add): Added error handling.
9422         (ldap-modify): Ditto.
9423         (ldap-delete): Ditto.
9424
9425 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9426
9427         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9428         Initialize local variables with `let'.  Inline a temporary
9429         variable for the progress percentage.  Sort `setq' to reduce
9430         function call in the while-loop.
9431
9432         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9433         into the conditional branch.
9434
9435 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9436
9437         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9438         Move a conditional out of the while-loop.
9439
9440 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9441
9442         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9443         elmo-msgdb-overview-get-entity-by-number.
9444         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9445         throw.
9446
9447 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9448
9449         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9450         the local variable for a packed number self descriptively.
9451
9452 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9453
9454         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9455         * elmo-localdir.el (elmo-localdir-pack-number): Use
9456         `elmo-msgdb-overview-get-entity' instead of
9457         `elmo-msgdb-overview-get-entity-by-number'.
9458         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9459         (elmo-msgdb-search-overview-entity): Removed.
9460         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9461         by message-id or number.
9462         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9463         instead of `elmo-msgdb-overview-get-entity-by-number'.
9464
9465 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9466
9467         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9468         non-nil, use hash table for overview.
9469         (elmo-hash-maximum-size): New variable.
9470         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9471         (elmo-msgdb-make-overview-hashtb): New function.
9472         (elmo-msgdb-clear-overview-hashtb): New function.
9473         (elmo-clear-hash-val): New macro.
9474         All other related modules are changed.
9475
9476 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9477
9478         * elmo2.el (elmo-move-msgs): If there's other message with
9479         same message-id, don't use cache.
9480
9481 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9482
9483         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9484         number is already packed.
9485
9486 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9487
9488         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9489
9490 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9491
9492         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9493         All other related modules are changed.
9494
9495 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9496
9497         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9498         of refiling failure on Maildir.
9499
9500 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9501
9502         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9503         decoded mime-charset with cache.
9504         (elmo-msgdb-overview-entity-get-from): Ditto.
9505         (elmo-msgdb-overview-entity-get-subject): Ditto.
9506         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9507
9508 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9509
9510         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9511         (elmo-remove-passwd): Fill password with 0 before erase.
9512         * elmo-vars.el (elmo-passwd-life-time): New variable.
9513
9514 \f
9515 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9516
9517         * elmo-cache.el (elmo-buffer-cache-add):
9518         Set message cache buffer as unibyte.
9519
9520 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9521
9522         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9523         become nil.
9524
9525 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9526
9527         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9528         when display is finished.
9529         (elmo-nntp-msgdb-create): Ditto.
9530         (elmo-nntp-groups-read-response): Ditto.
9531         (elmo-nntp-retrieve-headers): Ditto.
9532         (elmo-nntp-msgdb-create-message): Ditto.
9533         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9534         (elmo-pop3-msgdb-create-message): Ditto.
9535
9536 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9537
9538         * elmo-maildir.el (elmo-maildir-msgdb-create):
9539         Use `elmo-msgdb-sort-by-date'.
9540
9541 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9542
9543         * elmo2.el (elmo-read-msg-no-cache):
9544         Eliminated arguments after `outbuf'.
9545         Don't use cache even if it exists.
9546         (elmo-read-msg): Don't pass arguments after `outbuf' to
9547         `elmo-read-msg-no-cache'.
9548
9549 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9550
9551         * elmo-archive.el (elmo-archive-list-folders):
9552         Use `file-name-directory' if base folder does not exist.
9553
9554 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9555
9556         * elmo-archive.el (elmo-archive-list-folders): Don't use
9557         `file-name-directory'.
9558
9559 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9560
9561         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9562         If `force' is non-nil, try flushing all operation queues.
9563
9564 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9565
9566         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9567         as-binary-process.
9568
9569 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9570
9571         * elmo-util.el (elmo-display-progress): Fixed.
9572
9573 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9574
9575         * elmo-util.el (elmo-display-progress): New function.
9576         All other related modules are changed.