Undo last commit.
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * acap.el (acap-parse-response): Fix comment-out style. Use three
4         semicolons, that should start at the left margin.
5         See. also (Info-goto-node "(elisp)Comment Tips").
6         * elmo.el (toplevel, elmo-message-match-condition)
7         (elmo-folder-set-info-max-by-numdb, elmo-folder-move-messages):
8         Ditto.
9         * elmo-archive.el (elmo-archive-suffix-alist)
10         (elmo-archive-tar-method-alist, elmo-archive-tgz-method-alist)
11         (elmo-archive-method-list)
12         (elmo-archive-msgdb-create-as-numlist-subr2, elmo-folder-search):
13         Ditto.
14         * elmo-imap4.el (toplevel)
15         (elmo-imap4-send-command, elmo-imap4-check-validity)
16         (elmo-imap4-fetch-callback-1-subr)
17         (elmo-network-initialize-session, elmo-server-diff-async)
18         (elmo-imap4-folder-diff-plugged): Ditto
19         * elmo-maildir.el (elmo-maildir-temporal-filename): Ditto.
20         * elmo-msgdb.el (elmo-msgdb-append-element): Ditto.
21         * elmo-net.el (elmo-network-close-session): Ditto.
22         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string)
23         (elmo-nntp-parse-overview-string, elmo-nntp-post): Ditto.
24         * elmo-pop3.el (elmo-pop3-retrieve-headers):  Ditto.
25         * elmo-util.el (elmo-set-auto-coding, elmo-passwd-alist-save)
26         (elmo-number-set-delete)
27         (elmo-cache-get-oldest-cache-file-entity): Ditto.
28
29 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
30
31         * elmo-version.el (elmo-version): Up to 2.15.8.
32
33         * elmo-mime.el (elmo-mime-insert-header-from-buffer): Use
34         `with-current-buffer' instead of `save-excursion' (for suppress
35         compile warnings).
36
37         * elmo.el (elmo-folder-confirm-appends): Use `number-to-string'
38         instead of `int-to-string'.
39         * elmo-archive.el (elmo-archive-message-fetch-internal)
40         (elmo-archive-folder-message-make-temp-files)
41         (elmo-archive-folder-append-buffer)
42         (elmo-folder-delete-messages-internal)
43         (elmo-archive-msgdb-create-entity)
44         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
45         * elmo-util.el (elmo-cache-expire-by-age): Ditto.
46         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
47         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
48         * elmo-imap4.el (elmo-imap4-make-number-set-list)
49         (elmo-folder-list-subfolders): Ditto.
50         * elmo-localdir.el (elmo-message-file-name)
51         (elmo-folder-message-make-temp-files)
52         (elmo-localdir-msgdb-create-entity)
53         (elmo-folder-append-messages-*-localdir)
54         (elmo-folder-pack-numbers): Ditto.
55         * elmo-maildir.el (elmo-folder-message-make-temp-files): Ditto.
56         * elmo-map.el (elmo-location-map-key): Ditto.
57         * elmo-nntp.el (elmo-nntp-folder-postfix)
58         (elmo-nntp-folder-list-subfolders)
59         (elmo-nntp-folder-msgdb-create): Ditto.
60
61         * elmo.el (elmo-crosspost-message-alist-save): Don't use
62         `function' for `lambda'.
63         * elmo-archive.el (elmo-archive-folder-list-subfolders)
64         (elmo-folder-append-messages-*-archive)
65         (elmo-folder-delete-messages-internal): Ditto.
66         * elmo-date.el (elmo-replace-in-string): Ditto.
67         * elmo-multi.el (elmo-folder-list-messages, elmo-folder-search)
68         (elmo-folder-list-flagged): Ditto.
69         * elmo-maildir.el (elmo-maildir-cleanup-temporal): Ditto.
70         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
71         * modb-standard.el (modb-standard-cleanup-stale-entities): Ditto.
72
73 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
74
75         * elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
76         `elmo-dop-spool-folder' was used before it was defined"; Use
77         `defun' instead.
78
79         * pldap.el (ldap/ldif-safe-string-p): macro to function.
80         * elmo-imap4.el (elmo-imap4-detect-search-charset): Ditto.
81
82         * elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of
83         `mapcar'; Suppress compile warning.
84         * elmo-imap4.el (elmo-network-initialize-session-buffer)
85         (elmo-imap4-search-internal-primitive): Ditto.
86         * elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
87         * elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.
88
89         * elmo-imap4.el (elmo-imap4-parse-address-list)
90         (elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
91         (elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
92         (elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use
93         `(string-to-char " ")' instead of `? ', `?\ '.
94
95 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
96
97         * pldap.el (ldap-search-entries): Don't use `function' for lambda.
98         (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
99         (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
100         `function' for lambda.
101
102         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
103         `string-to-number' instead of `string-to-int'.
104
105         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
106         instead of `save-excursion' (for suppress compile warnings).
107         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
108         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
109         (elmo-nntp-post): Ditto.
110
111 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
112
113         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
114         Mule-UCS (to-utf-16).
115         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
116         Emacs 23.
117
118 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
119
120         * utf7.el (utf7-find-coding-system-without-bom): New Function.
121         (utf7-utf-16-coding-system): use no-BOM coding system.
122         (utf7-get-u16char-converter): remove workaround for BOM.
123
124 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
125
126         * elmo-util.el (elmo-union): New function, make a union of two lists.
127
128         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
129         mime-view when displaying malformed base64 attach.
130
131         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
132         (removed duplicated code)
133
134         * modb-standard.el (modb-standard-cleanup-stale-entities): New
135         function, Remove stale entities from elmo's cache.
136
137 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
138
139         * elmo-version.el (elmo-version): Up to 2.15.7.
140
141 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
142
143         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
144         default value to `--auto-update'.
145
146 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
149         Add `elmo-pop3-read-point' barrier.
150
151 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
152
153         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
154         goto the previous end-point insead of the head-point, and use
155         `search-forward' instead of `re-search-forward'.
156
157 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
158
159         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
160
161 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
162
163         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
164         case-insensitive fashion.
165
166 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
167
168         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
169
170 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
171
172         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
173         `eval-and-compile' for suppress compile warnings.
174
175         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
176         instead of `defun-maybe'
177
178         * elmo-util.el: Add (eval-when-compile (require 'static)).
179
180 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
181
182         * mmimap.el: Remove (require 'static).
183         * acap.el: Ditto.
184
185         * elmo-flag.el: Move ';;; Code:' comment.
186         * elmo-imap4.el: Ditto.
187         * elmo-net.el: Ditto.
188
189         * elmo-version.el (product-provide): Fix comment.
190
191 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
192
193         * slp.el: Add (eval-when-compile (require 'cl)).
194         * elmo-date.el: Ditto.
195         * elmo-pop3.el: Ditto.
196         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
197
198 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
199
200         * modb.el (elmo-msgdb-match-condition-primitive): Use
201         `string-to-number' instead of `string-to-int'.
202
203         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
204         (elmo-msgdb-message-match-condition)
205         (elmo-msgdb-create-message-entity-from-buffer): Use
206         `string-to-number' instead of `string-to-int'.
207
208         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
209         instead of `string-to-int'.
210
211         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
212         instead of `string-to-int'.
213
214         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
215         `string-to-number' instead of `string-to-int'.
216
217         * elmo-nntp.el (elmo-nntp-make-msglist)
218         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
219         (elmo-nntp-create-msgdb-from-overview-string)
220         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
221         (elmo-nntp-search-primitive): Use `string-to-number' instead of
222         `string-to-int'.
223
224         * elmo-net.el (elmo-net-folder-set-parameters): Use
225         `string-to-number' instead of `string-to-int'.
226
227         * elmo-localdir.el (elmo-localdir-list-subr): Use
228         `string-to-number' instead of `string-to-int'.
229
230         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
231         `string-to-number' instead of `string-to-int'.
232
233         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
234         instead of `string-to-int'.
235
236         * elmo-archive.el (elmo-archive-list-folder-subr): Use
237         `string-to-number' instead of `string-to-int'.
238
239 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
240
241         * elmo-util.el (elmo-get-passwd): Fix typo.
242
243         * elmo-nntp.el (elmo-nntp-get-server-command)
244         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
245         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
246         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
247         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
248
249         * elmo-imap4.el (elmo-imap4-debug)
250         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
251         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
252         (elmo-imap4-response-value, elmo-imap4-response-error-text)
253         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
254         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
255         (elmo-imap4-identical-system-p): New backquote style.
256
257 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
258
259         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
260         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
261         (elmo-dop-queue-arguments): Ditto.
262
263         * elmo-date.el (elmo-match-substring): New backquote style.
264         (elmo-match-string, elmo-match-buffer): Ditto.
265         (elmo-date-make-sortable-string): Ditto.
266
267         * elmo-archive.el (elmo-archive-get-method):New backquote style.
268         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
269
270         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
271         style.
272
273         * elmo-net.el (elmo-network-stream-type-spec-string): New
274         backquote style.
275         (elmo-network-stream-type-symbol): Ditto.
276         (elmo-network-stream-type-feature): Ditto.
277         (elmo-network-stream-type-function): Ditto.
278         (elmo-network-session-buffer): Ditto.
279
280         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
281         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
282         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
283         (elmo-bind-directory, elmo-set-work-buf): Ditto.
284
285         * elmo.el (elmo-folder-send): New backquote style.
286
287 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
288
289         * pldap.el (ldap-static-if): New backquote style.
290         (ldap/ldif-safe-string-p): Ditto.
291         (ldap/ldif-insert-field): Ditto.
292
293         * elmo-version.el (elmo-version): Up to 2.15.6.
294
295 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
296
297         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
298         messages with \Deleted flag.
299         (elmo-folder-delete-messages-plugged): Ask before sending expunge
300         command if there are messages with \Deleted flag.
301
302 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
303
304         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
305         http://seclists.org/bugtraq/2007/Apr/0018.html
306         (Suggested by Tatsuya Kinoshita)
307
308 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
311         with \Noselect attribute.
312
313 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
314
315         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
316         hierarchical folder structure with UW-imapd.
317
318 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
321         when the LOGINDISABLED capability is advertised.
322
323 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
326
327 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
330         `entity'.
331         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
332         if the message entity is exists.
333
334 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * elmo-util.el (elmo-msgdb-insert-file-header): Call
337         `elmo-delete-cr-buffer'.
338
339         * elmo-localdir.el (elmo-message-fetch-internal): Use
340         `insert-file-contents-as-raw-text' instead of
341         `insert-file-contents-as-binary'.
342
343         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
344
345 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * elmo-imap4.el (elmo-network-initialize-session): Check to
348         retrieve a whole greeting message.
349
350 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
353
354 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
357         (elmo-progress-notify): Use it instead of `plist-get'.
358
359 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
360
361         * elmo.el (elmo-generic-folder-append-messages): Remove unused
362         variable `table'.
363
364 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * elmo-pipe.el (elmo-folder-set-plugged): Define.
367
368 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
371         (elmo-spam-list-spam-messages): Check it option.
372
373 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
374
375         * elmo-util.el (elmo-with-progress-display): Return the value
376         of the last form in `body'.
377
378 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
381         `elmo-progress-counter' as t when a query callback returns nil.
382         (elmo-progress-clear): New function.
383         (elmo-progress-done): Split into `elmo-progress-clear'.
384         (elmo-progress-notify): Update a total slot when it is nil.
385         (elmo-with-progress-display): Call `elmo-progress-clear' in
386         unwind-protect and move calling `elmo-progress-done' to outside.
387
388         * elmo-imap4.el (elmo-imap4-find-next-line): Call
389         `elmo-progress-notify' with :total parameter instead of
390         `elmo-progress-counter-set-total'.
391
392 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
393
394         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
395         Make it interactive.
396         (elmo-progress-start): Avoid updating `elmo-progress-counter'
397         when a query callback returns nil.  Return a progress counter
398         instead of t whenever a start callback was called.
399
400 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
403         (elmo-imap4-send-command): Use it.
404         (elmo-network-initialize-session): Ditto.
405         (elmo-network-setup-session): Ditto.
406         (elmo-folder-msgdb-create-plugged): Ditto.
407
408 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * elmo-util.el (elmo-progress-done): Fix a miss refer to
411         `elmo-progress-counter'.
412
413 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
416         (elsp-bsfilter-list-spam-filter): New function.
417         (elsp-bsfilter-start-list-spam): Ditto.
418         (elsp-bsfilter-read-list-spam): Ditto.
419         (elmo-spam-list-spam-messages): Use async process to display
420         progress message by each message.
421
422 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
423
424         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
425         of flushing previously inserted message contents.
426
427         * elmo-imap4.el (elmo-folder-search): Fix return value.
428
429 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
432         of reporter is enable or not.
433
434 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * elmo-util.el (elmo-list-bigger-diff): Abolish.
437         (elmo-display-progress): Ditto.
438         (elmo-progress-counter-alist): Ditto.
439         (elmo-progress-set): Ditto.
440         (elmo-progress-clear): Ditto.
441         (elmo-progress-counter-all-value): Rename to
442         `elmo-progress-counter-total'.
443         (elmo-progress-counter-format): Rename to
444         `elmo-progress-counter-action'.
445         (elmo-progress-counter): New internal variable.
446         (elmo-progress-callback-function): Ditto.
447         (elmo-progress-counter-label): New function.
448         (elmo-progress-counter-set-total): Ditto.
449         (elmo-progress-counter-set-action): Ditto.
450         (elmo-progress-call-callback): Ditto.
451         (elmo-progress-start): Ditto.
452         (elmo-progress-done): Ditto.
453         (elmo-progress-notify): Rewrite.
454         (elmo-with-progress-display): Remove first argument
455         `condition'. Add optional argument `var' in `spec'.
456
457         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
458         (elmo-display-retrieval-progress-threshold): Ditto.
459         (elmo-inhibit-display-retrieval-progress): Ditto.
460
461         * Replace all pair of `elmo-progress-set' and
462         `elmo-progress-clear' into `elmo-with-progress-display'.
463
464         * Replace to call `elmo-display-progress' into pair of
465         `elmo-progress-notify' and `elmo-with-progress-display'.
466
467         * elmo-version.el (elmo-version): Up to 2.15.5.
468
469 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
472         `cond'.
473
474 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
475
476         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
477         cleanup-forms [wl:14027].
478
479 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * elmo-flag.el (elmo-global-flag-set-internal): Use
482         `elmo-copy-file' by priority when the message is a file.
483
484 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * elmo.el: Fix typo: disptch -> dispatch.
487
488 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * elmo.el (elmo-file-tag): New class.
491         (elmo-append-messages-disptch-table): New constant.
492         (elmo-folder-type-p): New function.
493         (elmo-folder-append-messages): Redefine as function.
494
495         * elmo-null.el (elmo-folder-append-messages): Renamed from
496         `elmo-folder-append-messages'.
497
498         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
499         (elmo-folder-append-messages-*-maildir): Renamed from
500         `elmo-folder-append-messages'.
501
502         * elmo-localdir.el (elmo-localdir-folder): Inherit
503         `elmo-file-tag'.
504         (elmo-folder-append-messages-*-localdir): Renamed from
505         `elmo-folder-append-messages'.
506
507         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
508         from `elmo-folder-append-messages'.
509
510         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
511         `elmo-folder-append-messages'.
512
513         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
514         function.
515         (elmo-folder-append-messages-*-filter): Ditto.
516
517         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
518
519         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
520         (elmo-folder-append-messages-*-pipe): Renamed from
521         `elmo-folder-append-messages'.
522
523         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
524
525         * elmo-file.el (elmo-file-folder): Ditto.
526
527         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
528
529         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
530         from `elmo-folder-append-messages'
531
532 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * elmo-map.el (elmo-location-map-setup): Change an argument
535         `locations' to optional.
536         (elmo-location-map-clear): Abolish.
537         (elmo-folder-clear): Follow the API change.
538
539         * elmo-pop3.el (elmo-folder-clear): Ditto.
540
541         * elmo-pop3.el (toplevel): Require elmo-map.
542         (elmo-pop3-folder): Inherit elmo-location-map and abolish
543         location-alist slot (All other related portions are changed).
544         (elmo-pop3-folder-use-uidl): New function.
545         (elmo-folder-msgdb-create): Don't sort message entities.
546         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
547         (elmo-pop3-number-to-size): Convert return value to number.
548         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
549         working buffer.
550
551         * elmo-map.el: Use `location-map' as a variable name for instance
552         instead of `mapper'.
553         (elmo-location-map-setup): Return location alist.
554         (elmo-location-map-update): Ditto.
555
556 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * elmo-map.el (elmo-location-map): New class; split location and
559         number mapping from elmo-map-folder (All other related portions
560         are changed).
561
562         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
563         change.
564
565         * elmo-version.el (elmo-version): Up to 2.15.4.
566
567 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * elmo-vars.el (elmo-use-hardlink): New user option.
570
571         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
572         `elmo-use-hardlink'.
573
574         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
575         killed-list.
576         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
577         instead of `*-internal'. Use `elmo-with-progress-display'.
578
579 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
582         `elmo-spam-process-messages-as-mbox'.
583
584         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
585
586 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
589         argument BUFFER of `call-process'.
590
591 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
592
593         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
594         args.
595         (elsp-bsfilter-list-spam-files): Ditto.
596
597 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
600         (elmo-spam-bsfilter-max-messages-per-process): New use option.
601         (elmo-spam-bsfilter-debug): Fix a group.
602         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
603         `--homedir'.
604         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
605         (elsp-bsfilter-list-spam-files): New function.
606         (elmo-spam-list-spam-messages): Define.
607         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
608         (elmo-spam-bsfilter-register-messages): New function.
609         (elmo-spam-register-spam-messages): Define.
610         (elmo-spam-register-good-messages): Ditto.
611
612         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
613
614         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
615         `nconc' and `consp'.
616
617 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
620         hash table to test whether a location is exists.
621
622 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
623
624         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
625         even if some error occurred.
626
627         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
628         meaningless unwind-protect.
629
630         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
631         start-number correctly.
632         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
633         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
634
635 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
638         (elmo-folder-initialize): Use it.
639         (elmo-global-flag-replace-referrer): New function.
640
641         * elmo.el (toplevel): Added autoload setting for
642         `elmo-global-flag-replace-referrer'.
643         (elmo-folder-rename): Rewrite the last change use
644         `elmo-global-flag-replace-referrer'.
645
646         * elmo-pipe.el (elmo-folder-rename): Call
647         `elmo-global-flag-replace-referrer'.
648
649 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * elmo.el (elmo-folder-rename): Set meta data for global flags
652         follow the rename.
653
654 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
657         as 'not-loaded.
658         (elmo-folder-close): Ditto.
659         (elmo-filter-folder-number-list-loaded-p): New function.
660         (elmo-filter-folder-number-list): Check whether loaded or not.
661         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
662         of `elmo-filter-folder-number-list-internal'.
663         (elmo-folder-delete-messages): Ditto.
664         (elmo-folder-length): Check whether number-list is loaded or not.
665
666 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
669         field `real field' into each element of list.
670         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
671         (elmo-msgdb-message-entity-field): Ditto.
672         (modb-entity-ml-info-real-fields): New function.
673
674         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
675
676         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
677         `elmo-msgdb-extra-fields'.
678
679 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * elmo-util.el (elmo-passwd-alist-load): Move point to min
682         position before read.
683
684 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
687         (elmo-global-flags-initialize): Ditto.
688
689 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * elmo-archive.el (toplevel): Don't require emu, std11
692         and elmo-localdir.
693
694         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
695         definition.
696
697 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * elmo.el (elmo-folder-confirm-appends): Display folder name.
700
701 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
704         literals.
705
706 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * elmo-maildir.el (elmo-maildir-list-location): Reduce
709         `elmo-get-last-modification-time' call.
710
711 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
714         expression.
715         (elmo-maildir-set-mark): Ditto.
716         (elmo-maildir-delete-mark): Ditto.
717
718 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
721         optional argument `separators'.
722
723 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * elmo.el (cache-changed): Abolish.
726         (status-changed): New signal.
727         (elmo-message-killed-p): New generic function and define for
728         elmo-folder.
729         (elmo-folder-recover-messages): Ditto.
730         (elmo-message-set-cached): Emit signal `status-changed' instead of
731         `cache-changed'.
732         (elmo-message-status): New macro.
733         (elmo-message-status-folder): Ditto.
734         (elmo-message-status-number): Ditto.
735         (elmo-message-status-set-flags): Ditto.
736         (elmo-message-status-set-killed): Ditto.
737         (elmo-message-status-flags): New function.
738         (elmo-message-status-cached-p): Ditto.
739         (elmo-message-status-killed-p): Ditto.
740
741         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
742         `status-changed' instead of `cache-changed'.
743         (elmo-folder-recover-messages): Define.
744         (elmo-message-killed-p): Ditto.
745
746         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
747         `status-changed' instead of `cache-changed'.
748
749         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
750         (elmo-message-killed-p): Define.
751         (elmo-folder-recover-messages): Ditto.
752
753         * elmo-version.el (elmo-version): Up to 2.15.3.
754
755 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * elmo-signal.el (elmo-signal-bindings): Use cons to append
758         element into list.
759         (elmo-define-signal-handler): Add docstring.
760         (elmo-define-signal-filter): Ditto.
761
762         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
763
764 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * elmo-util.el (elmo-flatten): Don't use recursive call.
767
768         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
769         assignment.
770         (elmo-folder-message-make-temp-files): Use `number-to-string'
771         instead of `int-to-string'.
772
773 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * elmo-search.el (elmo-folder-delete-messages): Define.
776
777 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
780         customization type.
781         (elmo-mailing-list-count-spec-list): Ditto.
782
783         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
784         for `list-id'.
785
786 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
787
788         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
789         handling.
790
791 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
794         (elmo-mailing-list-count-spec-list): Ditto.
795
796         * elmo-util.el (elmo-map-until-success): New function.
797         (elmo-string-match-substring): Ditto.
798         (elmo-find-list-match-value): Ditto.
799
800         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
801         Removed.
802         (modb-entity-extract-ml-info-from-subject): Ditto.
803         (modb-entity-extract-ml-info-from-return-path): Ditto.
804         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
805         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
806         (modb-entity-extract-ml-info-from-mailman): Ditto.
807         (modb-entity-extract-mailing-list-info-functions): Ditto.
808         (modb-entity-extract-mailing-list-info): Rewrite with
809         `elmo-find-list-match-value'.
810
811 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * elmo-net.el (elmo-network-session-retry-count): New user option.
814         (elmo-network-session-buffer-name): New internal function.
815         (elmo-network-session-buffer-create): Ditto.
816         (elmo-network-open-session): Retry open network session
817         `elmo-network-session-retry-count' times.
818
819 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
820
821         * elmo-util.el (elmo-list-filter): Rewritten.
822
823 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * elmo-util.el (elmo-string-member): Allow symbol element in list.
826
827 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * elmo-search.el (elmo-make-search-engine): Use prefix
830         `elmo-search-' for require symbol instead of `else-'.
831         (elmo-search-engine-extprog): New class.
832         (elmo-search-engine-do-search): Remove nil from argument
833         list. Added argument pattern to evaluate element as function.
834         (elmo-search-engine-local-file): Derived from
835         `elmo-search-engine-extprog'.
836         (elmo-search-engine-create-message-entity): Check existance of file.
837         (elmo-search-engine-fetch-message): Ditto.
838         (elmo-search-namazu-index): Follow the API change.
839         (elmo-search-grep-target): Ditto.
840
841 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
844         characters of working buffer.
845
846         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
847         Does not bind `default-mime-charset'.
848         (elmo-msgdb-create-message-entity-from-buffer): Removed
849         unnecessary local bind.
850
851         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
852         function.
853         (modb-entity-extract-mailing-list-info-functions): Added it.
854
855 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
858         when number and message-id are non-nil.
859
860         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
861
862         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
863         conditional steatment.
864         (elmo-pop3-auth-apop): Likewise.
865         (elmo-network-authenticate-session): Likewise.
866
867 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
870         symbol `fill-column'.
871         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
872         decode field value.
873
874         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
875         (elmo-decoded-field-body): Ditto.
876
877 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
880         `tokens' to `params'.
881
882 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
885         working buffer.
886
887 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
890         decide index.
891
892 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
893
894         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
895         Set default value as nil.
896         (toplevel): Register search engines by
897         `elmo-search-register-engine' if there are not defined.
898
899         * elmo.el (autoload): Added autoload setting for
900         `elmo-search-register-engine'.
901
902 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * elmo.el (toplevel): `[' is redefined as the prefix of the search
905         folder instead of nmz folder.
906         (elmo-nmz-default-index-path): Added obsolete variable setting.
907         (elmo-nmz-index-alias-alist): Ditto.
908         (elmo-nmz-use-drive-letter): Ditto.
909
910         * elmo-search.el (elmo-search-register-engine): New function.
911
912         * elmo-nmz.el: Removed.
913
914         * elmo-version.el (elmo-version): Up to 2.15.2.
915
916 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * elmo-search.el: New file.
919
920 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
923         condition `larger' and `smaller'.
924
925 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * elmo-util.el (elmo-safe-filename): Rewrite to replace
928         `"' (double quote) into "_Q_".
929
930 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * elmo-net.el (elmo-net-quote-chars): Abolish.
933         (elmo-net-format-quoted): Ditto.
934
935 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * elmo.el (elmo-get-folder-function): New variable.
938         (elmo-get-folder): New function.
939         (elmo-folder-rename): Call `elmo-make-folder' with specified
940         mime-charset.
941
942         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
943         `elmo-make-folder'.
944         (elmo-split-subr): Ditto.
945
946         * elmo-multi.el (elmo-folder-initialize): Ditto.
947
948         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
949
950         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
951         (elmo-flag-get-folder): Ditto.
952
953         * elmo-filter.el (elmo-folder-initialize): Ditto.
954
955         * elmo-access.el (elmo-folder-initialize): Ditto.
956         (elmo-access-folder-update-children): Ditto.
957
958         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
959         (elmo-dop-queue-flush): Ditto.
960         (elmo-folder-append-buffer-dop-delayed): Ditto.
961         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
962         mime-charset.
963
964         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
965         instead of `elmo-make-folder'.
966         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
967         destination folder instead of send `elmo-folder-rename-internal'.
968
969         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
970         slot of subfolder instead of create it.
971
972 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * elmo-util.el (elmo-collect-separators): New function.
975         (elmo-collect-separators-internal): Ditto.
976         (elmo-collect-trail-separators): Ditto.
977         (elmo-parse-separated-tokens): Ditto.
978         (elmo-parse-separated-tokens-internal): Ditto.
979         (elmo-quote-syntactical-element): Ditto.
980
981         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
982         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
983
984         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
985         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
986         (elmo-nntp-folder-list-subfolders): Quote a user name.
987
988         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
989         (elmo-net-parse-network): Abolish.
990         (elmo-net-folder-set-parameters): New function.
991         (elmo-folder-initialize): Follow the above change.
992
993         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
994         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
995         (elmo-folder-list-subfolders): Use
996         `elmo-quote-syntactical-element' instead of
997         `elmo-net-format-quoted' to quote mailbox and user name.
998
999 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * elmo-util.el (elmo-token-valid-p): New function.
1002         (elmo-parse-token): Add optional argument `requirement'.
1003         (elmo-parse-prefixed-element): Likewise.
1004
1005         * elmo-net.el (elmo-net-quote-chars): Renamed from
1006         `elmo-net-quote-chars-regexp'.
1007         (elmo-net-format-quoted): Add optional argument `extra-chars'.
1008
1009         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
1010         by info document. Check token `uidl' is started an alphabet.
1011
1012         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
1013         by info document. Check token `user' is started an alphabet.
1014
1015         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1016         (elmo-folder-list-subfolders): Quote user.
1017
1018 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * elmo-util.el (elmo-quoted-specials-list): New constant.
1021         (elmo-quoted-token): New function.
1022
1023         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
1024         (elmo-net-format-quoted): New function.
1025         (elmo-net-parse-network): Ditto.
1026         (elmo-folder-initialize): Use it.
1027
1028         * elmo-nntp.el (elmo-folder-initialize): Use
1029         `elmo-net-parse-network' to parse network specification instead of
1030         `elmo-folder-initialize#elmo-net'.
1031
1032         * elmo-pop3.el (elmo-folder-initialize): Ditto.
1033
1034         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1035         (elmo-folder-list-subfolders): Quote folder name by
1036         `elmo-net-format-quoted'.
1037
1038 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
1041         (elmo-folder-search): Use it.
1042
1043 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * modb-standard.el (modb-standard-loaded-message-id): Use
1046         `elmo-msgdb-message-entity-field'.
1047
1048 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
1051         without filename.
1052
1053 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * elmo-util.el (elmo-set-auto-coding): New function.
1056         (elmo-object-load): Use it.
1057
1058 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
1061         (elmo-time<): Define as alias of `elmo-time-less-p'.
1062         (elmo-time-to-datevec): New function.
1063
1064         * elmo-date.el (elmo-time-to-days): New function.
1065
1066 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
1069         is not cons cell.
1070
1071 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
1074         parenthesis.
1075
1076         * elmo-util.el (elmo-map-recursive): New function.
1077
1078         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
1079         (modb-entity-encode-string-recursive): Ditto.
1080
1081 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
1082
1083         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
1084         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
1085         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
1086         compare sequence number when last modified time is nil.
1087
1088 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1089
1090         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
1091
1092         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
1093
1094 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
1097         modification time of the file.
1098
1099 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * elmo-util.el (elmo-condition-optimize): Discriminated against
1102         preserved fields, extra fields and the other weight.
1103
1104 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * modb-entity.el (initialize-instance): Define.
1107         (modb-entity-handler-mime-charset): New internal function.
1108         (modb-standard-entity-set-field): Use it.
1109         (elmo-msgdb-message-entity-field): Ditto.
1110         (elmo-msgdb-message-entity-field): Ditto.
1111
1112         * modb.el (elmo-msgdb-match-condition): Rewrite with
1113         `elmo-condition-match'.
1114         (elmo-msgdb-match-condition-primitive): New function.
1115
1116         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1117         arguments `flags' and `numbers'.
1118         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1119         `elmo-msgdb-message-match-condition').
1120         (modb-buffer-entity-handler): New class.
1121
1122         * elmo.el (elmo-folder-search): Optimize condition to use
1123         `elmo-condition-optimize'.
1124         (elmo-message-buffer-match-condition): New function.
1125         (elmo-message-match-condition): Use
1126         `elmo-message-buffer-match-condition' instead of
1127         `elmo-buffer-field-condition-match'.
1128
1129         * elmo-util.el (elmo-condition-match): New function.
1130         (elmo-condition-optimize): Ditto.
1131         (elmo-buffer-field-primitive-condition-match): Abolish.
1132         (elmo-buffer-field-condition-match): Ditto.
1133
1134         * elmo-archive.el (elmo-archive-field-condition-match): Use
1135         `elmo-message-buffer-match-condition' instead of
1136         `elmo-buffer-field-condition-match'.
1137
1138 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * elmo-flag.el (elmo-global-flags-initialize): Check the
1141         existence of the flag directory.
1142
1143 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1144
1145         * elmo-access.el (elmo-folder-initialize): Call
1146         `elmo-multi-connect-signals'.
1147
1148         * elmo-pipe.el (elmo-folder-close): Define.
1149
1150         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1151         children folders.
1152
1153         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1154         with target folder.
1155
1156         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1157         `number'.
1158
1159         * elmo-multi.el (elmo-message-entity): Don't use return value of
1160         `elmo-message-entity-set-number'.
1161
1162 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * modb.el (modb-generic): Added slot `mime-charset'.
1165
1166         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1167         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1168         and `modb-entity-handler-dump-parameters'.
1169         (modb-standard-default-entity-handler): Abolish.
1170         (elmo-msgdb-message-entity-handler): Save created handler by
1171         instance slot.
1172
1173         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1174         (modb-entity-handler-list-parameters): New method.
1175         (modb-entity-handler-equal-p): New function.
1176         (modb-entity-handler-dump-parameters): Ditto.
1177         (modb-entity-parse-address-string): Encode return value.
1178         (modb-entity-make-address-string): Decode argument value.
1179         (modb-entity-decode-string-recursive): New function.
1180         (modb-entity-encode-string-recursive): Ditto.
1181         (modb-standard-entity-normalizer): Set to encode field value.
1182         (modb-standard-entity-specializer): Follow the above change.
1183         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1184         mime-charset of handler.
1185         (elmo-msgdb-message-entity-field): Ditto.
1186         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1187         structure.
1188         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1189
1190         * elmo.el (elmo-folder): Added slot `mime-charset'.
1191         (elmo-make-folder): Added argument `mime-charset'.
1192         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1193         `mime-charest'.
1194
1195         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1196         (elmo-make-msgdb): Likewise.
1197
1198         * elmo-internal.el (elmo-internal-folder-initialize): Call
1199         `luna-make-entity' with :mime-charset parameter.
1200
1201 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1202
1203         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1204         encoded words in `from' and `subject' field.
1205
1206 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1209         (elmo-msgdb-match-condition): Get handler from entity instead of
1210         msgdb.
1211
1212         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1213         (modb-standard-load-entity): Treat new file format.
1214         (modb-standard-save-entity-1): Save as new file format.
1215         (modb-standard-save-entity): Split messages into section here.
1216         (elmo-msgdb-message-field): Follow the API change.
1217         (modb-standard-default-entity-handler): New internal variable.
1218         (elmo-msgdb-message-entity-handler): Define.
1219
1220         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1221         to `elmo-vars.el'.
1222         (modb-entity-field-extractor-alist): New user option.
1223         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1224         added argument `type'.
1225         (elmo-msgdb-copy-message-entity): Add optional argument
1226         `make-handler'.
1227         (modb-set-field-converter): New function.
1228         (modb-convert-field-value): Ditto.
1229         (modb-entity-string-decoder): Ditto.
1230         (modb-entity-string-encoder): Ditto.
1231         (modb-entity-parse-date-string): Ditto.
1232         (modb-entity-make-date-string): Ditto.
1233         (modb-entity-mime-decoder): Ditto.
1234         (modb-entity-mime-encoder): Ditto.
1235         (modb-entity-address-list-decoder): Ditto.
1236         (modb-entity-address-list-encoder): Ditto.
1237         (modb-entity-parse-address-string): Ditto.
1238         (modb-entity-make-address-string): Ditto.
1239         (modb-entity-create-field-indices): Ditto.
1240         (modb-legacy-entity-field-slots): New constant.
1241         (modb-legacy-entity-field-indices): Ditto.
1242         (modb-legacy-entity-normalizer): New variable.
1243         (modb-legacy-entity-specializer): Ditto.
1244         (modb-legacy-entity-field-index): New macro.
1245         (modb-legacy-entity-set-field): New function.
1246         (modb-legacy-make-message-entity): Rewrite.
1247         (elmo-msgdb-create-message-entity-from-buffer): Use
1248         `elmo-msgdb-get-references-from-buffer'. Use
1249         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1250         Use `modb-legacy-entity-set-field' instead of
1251         `elmo-msgdb-message-entity-set-field'.
1252         (elmo-msgdb-message-entity-field): Rewrite.
1253         (elmo-msgdb-message-entity-set-field): Ditto.
1254         (elmo-msgdb-copy-message-entity): Make new entity by
1255         `make-handler' if it specified.
1256         (elmo-msgdb-message-match-condition): Define a method of
1257         `modb-entity-handler' and follow the API change.
1258         (modb-standard-entity-handler): New class.
1259         (modb-entity-extract-ml-info-from-x-sequence): New function.
1260         (modb-entity-extract-ml-info-from-subject): Ditto.
1261         (modb-entity-extract-ml-info-from-return-path): Ditto.
1262         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1263         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1264         (modb-entity-extract-mailing-list-info): Ditto.
1265         (modb-entity-extract-mailing-list-info-functions): New variable.
1266
1267         * elmo.el (elmo-message-field): Add optional argument `type'.
1268
1269         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1270         from `modb-entity.el'.
1271
1272         * elmo-util.el (elmo-object-load): Decode by coding-system from
1273         `set-auto-coding-function'.
1274         (elmo-object-save): Use `detect-mime-charset-region' and add
1275         coding cookie if encode.
1276         (elmo-msgdb-get-references-from-buffer): New function.
1277         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1278
1279         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1280
1281         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1282         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1283         instead of `shimbun-make-header' and follow the API change.
1284         (elmo-shimbun-update-overview): Follow the API change.
1285         (elmo-map-folder-list-message-locations): Ditto.
1286
1287         * elmo-pipe.el (elmo-message-field): Ditto.
1288
1289         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1290         Ditto.
1291
1292         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1293
1294         * elmo-multi.el (elmo-message-field): Ditto.
1295
1296         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1297         (elmo-msgdb-sort-by-date): Ditto.
1298         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1299         `elmo-message-entity-field'.
1300         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1301         change.
1302         (elmo-msgdb-overview-entity-get-from): Ditto.
1303         (elmo-msgdb-overview-entity-get-subject): Ditto.
1304         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1305         (elmo-msgdb-overview-entity-get-date): Ditto.
1306         (elmo-msgdb-overview-entity-get-to): Ditto.
1307         (elmo-msgdb-overview-entity-get-cc): Ditto.
1308
1309         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1310         (elmo-mime-collect-message/partial-pieces): Ditto.
1311
1312         * elmo-filter.el (elmo-message-field): Ditto.
1313
1314         * elmo-date.el (elmo-datevec-to-time): New function.
1315         (elmo-time-parse-date-string): Ditto.
1316         (elmo-time-make-date-string): Ditto.
1317         (elmo-time<): Ditto.
1318
1319         * elmo-version.el (elmo-version): Up to 2.15.1.
1320
1321 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1322
1323         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1324         member of elmo-local-flags.
1325
1326 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1327
1328         * elmo-version.el (elmo-version): Up to 2.15.0.
1329
1330 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1333         `ignore-msgdb' is non-nil.
1334
1335 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1338         (elmo-condition-in-msgdb-p): Ditto.
1339         (elmo-file-field-primitive-condition-match): Ditto.
1340         (elmo-file-field-condition-match): Ditto.
1341
1342         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1343
1344 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1347         subdirectories here.
1348         (elmo-global-flags-initialize): New function.
1349
1350         * elmo.el (toplevel): Added autoload setting for
1351         `elmo-global-flags-initialize'.
1352
1353 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * elmo.el (message-number-changed): Define new signal.
1356         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1357         message-number-changed signal.
1358         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1359         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1360         Respect `elmo-pack-number-check-strict'.
1361
1362 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1363
1364         * elmo-signal.el (elmo-connect-signal): Document.
1365         (elmo-emit-signal): Ditto.
1366         (elmo-emit-signal): It should pass source argument to filter and
1367         handler, not slot-source.
1368
1369 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * modb.el (elmo-msgdb-update-entity): New API and define generic
1372         implement.
1373
1374         * modb-standard.el (elmo-msgdb-update-entity): Define.
1375
1376         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1377         API and define generic implement.
1378
1379         * elmo.el (update-overview): New singnal.
1380
1381         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1382         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1383         (elmo-message-entity-parent): Define.
1384
1385         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1386         `update-overview'.
1387
1388         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1389
1390         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1391
1392 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * elmo.el (elmo-folder-synchronize): Sort the return value of
1395         `elmo-list-diff'.
1396
1397         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1398         list.
1399
1400 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1403         `default-enable-multibyte-characters'.
1404         (elmo-object-load): Use `with-temp-buffer' instead of
1405         `elmo-set-work-buf'.
1406         (elmo-object-save): Ditto.
1407         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1408         `elmo-set-work-buf'.
1409         (elmo-decoded-field-body): Ditto.
1410
1411         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1412
1413         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1414         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1415
1416         * elmo-version.el (elmo-version): Up to 2.13.3.
1417
1418 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1419
1420         * elmo-util.el (elmo-list-diff): Fix the last change.
1421         Reverse order of result lists.
1422
1423 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * modb-standard.el (elmo-msgdb-set-flag): Use
1426         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1427         (elmo-msgdb-unset-flag): Ditto.
1428
1429         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1430         `elmo-list-diff'.
1431
1432         * elmo-util.el (elmo-list-diff): Rewrite.
1433         (elmo-list-diff-nonsortable): New function.
1434
1435 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1436
1437         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1438         `elmo-multibypte-buffer-name'.  All referers are updated.
1439
1440 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1441
1442         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1443         (elmo-mime-entity-fragment-p): New function.
1444         (mime-elmo-buffer-entity): Added slot `reassembled'.
1445         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1446         (elmo-message-mime-entity-internal): New function (renamed from
1447         `elmo-message-mime-entity').
1448         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1449         (elmo-mime-make-reassembled-mime-entity): New function.
1450         (elmo-message-reassembled-mime-entity): Ditto.
1451         (elmo-mime-collect-message/partial-pieces): Ditto.
1452
1453 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1454
1455         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1456
1457         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1458         (elmo-with-enable-multibyte): New macro.
1459
1460         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1461
1462 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1465         argument `number'.
1466         (elmo-filter-connect-signals): Follow the above change.
1467
1468 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1469
1470         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1471
1472         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1473         that only the first flag is used.
1474
1475 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1476
1477         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1478         if available.
1479
1480 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * elmo-signal.el: New file.
1483
1484         * elmo.el (toplevel): Require elmo-signal.
1485         (flag-changing, flag-changed, cache-changed): New signal.
1486         (elmo-folder): Remove slog `handlers'.
1487         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1488         `elmo-folder-notify-event'.
1489         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1490         (elmo-folder-unset-flag): Ditto.
1491         (elmo-event-handler): Abolish.
1492         (elmo-event-handler-flag-changed): Ditto.
1493         (elmo-event-handler-cache-changed): Ditto.
1494         (elmo-folder-add-handler): Ditto.
1495         (elmo-folder-remove-handler): Ditto.
1496         (elmo-folder-notify-event): Ditto.
1497
1498         * elmo-pipe.el (toplevel): Require elmo-signal.
1499         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1500         (elmo-pipe-connect-signals): New function.
1501         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1502         (elmo-folder-set-flag): Ditto.
1503         (elmo-folder-unset-flag): Ditto.
1504         (elmo-message-set-cached): Ditto.
1505
1506         * elmo-multi.el (toplevel): Require elmo-signal.
1507         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1508         (elmo-multi-connect-signals): New function.
1509         (elmo-multi-map-numbers): Ditto.
1510         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1511         (elmo-message-fetch): Ditto.
1512         (elmo-folder-set-flag): Ditto.
1513         (elmo-folder-unset-flag): Ditto.
1514
1515         * elmo-filter.el (toplevel): Require elmo-signal.
1516         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1517         (elmo-filter-connect-signals): New function.
1518         (elmo-filter-add-flag-count): Ditto.
1519         (elmo-message-fetch): Does not call
1520         `elmo-filter-folder-countup-message-flags' and
1521         `elmo-folder-notify-event'.
1522         (elmo-message-set-cached): Ditto.
1523         (elmo-folder-set-flag): Ditto.
1524         (elmo-folder-unset-flag): Ditto.
1525
1526         * elmo-version.el (elmo-version): Up to 2.13.2.
1527
1528 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1529
1530         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1531         `flags'.
1532
1533 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * elmo-filter.el (elmo-message-set-cached): Call
1536         `elmo-folder-notify-event' with event `cache-changed'.
1537
1538         * elmo-multi.el (elmo-message-set-cached): Ditto.
1539
1540         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1541
1542 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1543
1544         * elmo.el (elmo-folder-encache): Abolish.
1545
1546 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1547
1548         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1549         (elmo-folder-next-message-number-dop): Return appropriate negative
1550         integer.
1551
1552 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1553
1554         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1555         clearing pending operations.
1556         (elmo-folder-next-message-number-dop): Return appropriate negative
1557         integer.
1558
1559 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * elmo.el (toplevel): Added autoload setting for `md5'.
1562         (elmo-msgdb-path-encode-threshold): New user option.
1563         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1564         longer than `elmo-msgdb-path-encode-threshold'.
1565
1566         * elmo-flag.el (elmo-global-mark-migrate): Use
1567         `elmo-folder-expand-msgdb-path' instead of
1568         `elmo-folder-msgdb-path'.
1569
1570 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1571
1572         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1573         element of the difference is nil.
1574
1575 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1578         to the check logic of file systems which are weak in colon character.
1579
1580 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1583
1584 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1585
1586         * elmo-maildir.el (elmo-maildir-move-file): New function.
1587         (elmo-folder-append-buffer): Use it.
1588         (elmo-folder-append-messages): Ditto.
1589         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1590
1591         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1592         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1593
1594         * elmo-maildir.el (elmo-maildir-separator): New user option.
1595         (elmo-maildir-adjust-separator): New macro.
1596         (elmo-maildir-list-location): Use it.
1597         (elmo-maildir-update-current): Ditto.
1598         (elmo-maildir-set-mark): Ditto.
1599         (elmo-maildir-delete-mark): Ditto.
1600         (These changes are based on Hiroya Murata's patch [wl: 13437])
1601
1602 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1603
1604         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1605
1606 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1609         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1610         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1611
1612 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1613
1614         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1615         Use `with-temp-buffer'.
1616
1617 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1620
1621         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1622         `wl-read-search-condition').
1623         (elmo-read-search-condition-internal): Likewise.
1624
1625         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1626         (elmo-flag-valid-p): New function.
1627         (elmo-folder-initialize): Check flag name is valid.
1628
1629 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1630
1631         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1632         delimiter to obtain root mailbox itself.
1633
1634 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1635
1636         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1637         type mismatch.
1638
1639 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1640
1641         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1642         as t.
1643
1644 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1645
1646         * elmo-shimbun.el (toplevel): Require cl at compile.
1647
1648         * elmo-nntp.el (toplevel): Ditto.
1649
1650         * elmo-nmz.el (toplevel): Ditto.
1651
1652         * elmo-multi.el (toplevel): Ditto.
1653
1654         * elmo-file.el (toplevel): Ditto.
1655
1656         * elmo-dop.el (toplevel): Ditto.
1657
1658         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1659
1660 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1661
1662         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1663         as nil.
1664
1665         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1666         size of elmo-message-fetch-internal is 0 byte.
1667
1668 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1669
1670         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1671
1672 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1673
1674         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1675         always plugged.
1676
1677 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1678
1679         * elmo-maildir.el (elmo-map-message-fetch): Call
1680         `elmo-map-folder-set-flag'.
1681
1682         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1683         (elmo-message-fetch): Merge from
1684         `elmo-message-fetch-with-cache-process'.
1685
1686         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1687         (elmo-message-fetch): Define.
1688
1689         * elmo-nntp.el (elmo-message-fetch): Renamed from
1690         `elmo-message-fetch-with-cache-process'.
1691
1692         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1693         (elmo-message-fetch): Define.
1694
1695         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1696         search-key.
1697
1698         * elmo-shimbun.el (shimbun-mua-search-id): Use
1699         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1700         (elmo-shimbun-folder-shimbun-header): Ditto.
1701         (elmo-shimbun-get-headers): Ditto.
1702         (elmo-shimbun-update-overview): Ditto.
1703
1704         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1705
1706         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1707         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1708
1709 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1710
1711         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1712         message is cached.
1713         (elmo-message-fetch-string): Fixed argument.
1714
1715 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1718         exchange order of arguments `section' and `unread'.
1719         (elmo-message-encache): Follow the API change.
1720         (elmo-message-match-condition): Ditto.
1721         (elmo-generic-folder-append-messages): Ditto.
1722         (elmo-message-fetch-string): New function.
1723
1724         * elmo-split.el (elmo-split-subr): Ditto.
1725
1726         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1727
1728         * elmo-pipe.el (elmo-message-fetch): Ditto.
1729
1730         * elmo-multi.el (elmo-message-fetch): Ditto.
1731
1732         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1733
1734         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1735
1736         * elmo-filter.el (elmo-message-fetch): Ditto.
1737
1738         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1739
1740         * elmo-imap4.el (mime-imap-location-section-body): Use
1741         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1742         follow the API change.
1743
1744 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * elmo-access.el: New file.
1747
1748         * elmo-null.el: Ditto.
1749
1750         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1751
1752 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1753
1754         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1755         (elmo-network-session): New attribute `last-accessed'.
1756         (elmo-network-get-session): Discard network cache if elapsed time
1757         since last-accessed is larger than elmo-network-session-idle-timeout.
1758
1759 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1762         and added `number', `require-entireness'.
1763         (elmo-find-fetch-strategy): Rewrite.
1764         (elmo-message-fetch): Unset `unread' flag when argument unread is
1765         non-nil.
1766
1767         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1768
1769         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1770         (elmo-message-fetch): Notify event `flag-changed'.
1771
1772         * elmo-pipe.el: Likewise.
1773
1774         * elmo-mime.el (elmo-mime-entity): New class.
1775         (elmo-mime-entity-display-p): New generic function.
1776         (elmo-mime-entity-display): Ditto.
1777         (elmo-mime-entity-display-as-is): Ditto.
1778         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1779         elmo-mime-entity.
1780         (elmo-make-mime-message-location): Removed.
1781         (elmo-mime-message-display): Ditto.
1782         (elmo-mime-display-as-is): Ditto.
1783         (elmo-message-mime-entity): New function.
1784
1785         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1786
1787         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1788         change.
1789         (elmo-message-fetch): Re-count flagged message number and notify
1790         event `flag-changed'.
1791
1792         * elmo-version.el (elmo-version): Up to 2.13.1.
1793
1794 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * elmo-filter.el (elmo-message-field): Define.
1797         (elmo-message-set-field): Ditto.
1798
1799 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * elmo.el (elmo-message-set-cached): Call
1802         `elmo-folder-notify-event' with cache-changed.
1803         (elmo-event-handler-cache-changed): New generic function.
1804
1805 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1806
1807         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1808         instead of elmo-add-name-to-file.
1809         (elmo-folder-append-messages): Ditto.
1810
1811 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1814
1815 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1816
1817         * elmo-version.el (elmo-version): Up to 2.13.0.
1818
1819         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1820         `auto'.
1821
1822         * modb-standard.el (modb-standard-economize-entity-size): Changed
1823         default value to `t'.
1824
1825         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1826         `standard'.
1827
1828         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1829         after parsing greeting string.
1830
1831 2004-11-23  Daishi Kato <daishi@axlight.com>
1832
1833         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1834         New user option.
1835         (elmo-spam-spamoracle-call): Use it.
1836
1837 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * elmo.el (elmo-message-accessible-p): Message in dop spool
1840         is accessible.
1841
1842 2004-11-23  Daishi Kato <daishi@axlight.com>
1843
1844         * elsp-spamoracle.el: New file.
1845
1846 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * elmo.el (elmo-message-flags-for-append): New function.
1849         (elmo-generic-folder-append-messages): Use it.
1850
1851         * elmo-split.el (elmo-split-subr): Ditto.
1852
1853         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1854         `flags' and use elmo-folder-append-buffer instead of
1855         write-region-as-binary.
1856         (elmo-dop-filter-pending-messages): New function.
1857         (elmo-folder-append-buffer-dop): Call
1858         elmo-dop-spool-folder-append-buffer with `flag'.
1859         (elmo-folder-set-flag-dop): Filter messages by
1860         elmo-dop-filter-pending-messages.
1861         (elmo-folder-unset-flag-dop): Ditto.
1862         (elmo-folder-append-buffer-dop-delayed): Use
1863         elmo-message-flags-for-append to get flags of the message and
1864         simplify.
1865
1866 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1867
1868         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1869
1870 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1871
1872         * elmo.el (elmo-folder): Added handlers slot.
1873         (elmo-event-handler): New class.
1874         (elmo-event-handler-flag-changed): New API.
1875         (elmo-folder-add-handler): New function.
1876         (elmo-folder-remove-handler): Ditto.
1877         (elmo-folder-notify-event): Ditto.
1878         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1879         `flag-changed'.
1880         (elmo-folder-unset-flag): Ditto.
1881
1882         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1883         (elmo-folder-unset-flag): Ditto.
1884
1885         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1886         (elmo-folder-unset-flag): Ditto.
1887
1888         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1889         (elmo-folder-unset-flag): Ditto.
1890
1891         * elmo-version.el (elmo-version): Up to 2.11.33.
1892
1893 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1896
1897 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1898
1899         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1900
1901         * elmo-flag.el (elmo-folder-unset-flag): Define.
1902         (elmo-global-flag-detach): Do process when the flag is not target
1903         flag.
1904
1905 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1906
1907         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1908         variable.
1909         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1910
1911 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1912
1913         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1914         function.
1915         (elmo-folder-delete-messages): Detach messages before delete
1916         messages from target folder.
1917         (elmo-folder-detach-messages): Set updated number-list to slot.
1918
1919 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1920
1921         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1922
1923 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1924
1925         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1926
1927 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1930         internal use only).
1931         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1932         not modified.
1933         (elmo-folder-delete-messages): Define.
1934         (elmo-folder-move-messages): Don't call
1935         `elmo-folder-detach-messages'.
1936         (elmo-folder-synchronize): Rewrite.
1937         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1938
1939         * elmo-util.el (elmo-last): New function.
1940         (elmo-set-list): Ditto.
1941         (elmo-number-set-delete-list): Ditto.
1942         (elmo-number-set-delete): Ditto.
1943
1944         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1945
1946         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1947         `elmo-folder-delete-messages' and don't delete location map.
1948         (elmo-folder-detach-messages): Define.
1949
1950         * elmo-imap4.el (elmo-folder-delete): Use
1951         `elmo-folder-delete-messages-internal' instead of
1952         `elmo-folder-delete-messages'.
1953
1954         * elmo-filter.el (elmo-folder-delete-messages): Call
1955         `elmo-folder-detach-messages'.
1956         (elmo-folder-detach-messages): Don't call
1957         `elmo-folder-detach-messages' for target folder.
1958
1959         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1960         message deletion is succeeded.
1961
1962         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1963
1964         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1965         from `elmo-folder-delete-messages'.
1966
1967         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1968
1969         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1970
1971         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1972
1973         * elmo-version.el (elmo-version): Up to 2.11.32.
1974
1975 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1978         (elmo-global-flag-list): Added obsolete variable setting.
1979
1980         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1981
1982         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1983         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1984         `elmo-mime-display-header-analysis' is nil.
1985
1986         * elmo-flag.el (elmo-global-flags): Renamed from
1987         `elmo-global-flag-list' (All other related portions are changed).
1988         (elmo-local-flags): New variable.
1989         (elmo-local-flag-p): New function.
1990         (elmo-global-flag-set-internal): Cause an error when flag is not
1991         global.
1992
1993 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1994
1995         * elmo-util.el (elmo-concat-path): Treat empty path.
1996
1997 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
2000         field-or-fields).
2001         (elmo-split-address-match): Ditto.
2002         (elmo-split-equal): Ditto.
2003         (elmo-split-match): Ditto.
2004
2005 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2006
2007         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
2008         (elmo-generic-folder-append-messages): If src message exists but
2009         has no flag, pass (read) for the FLAG argument of
2010         `elmo-folder-append-buffer'. Otherwise, pass nil.
2011
2012         * elmo-split.el (elmo-split-subr): Likewise.
2013
2014         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
2015
2016         * elmo-multi.el (elmo-message-flags): Ditto.
2017
2018         * elmo-filter.el (elmo-message-flags): Ditto.
2019
2020         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2021         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
2022         pass (read) for the FLAG argument of elmo-folder-append-buffer.
2023         
2024 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * elmo-split.el (elmo-split-rule): Update comment.
2027         (elmo-split-address-equal): Allow 2nd argument to be a list.
2028         (elmo-split-address-match): Ditto.
2029         (elmo-split-equal): Ditto.
2030         (elmo-split-match): Ditto.
2031
2032 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2033
2034         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2035         (elmo-folder-append-msgdb): Don't treat `read'.
2036         (elmo-message-flags): Don't return `read'.
2037
2038         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
2039         (elmo-folder-unset-read-delayed): Ditto.
2040
2041         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
2042
2043 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
2046         deletion.
2047
2048 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2049
2050         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
2051         header.
2052
2053 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
2056         here.
2057         (elmo-msgdb-save): Bind inhibit-quit.
2058         (modb-standard-message-entity): Ditto.
2059
2060 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2061
2062         * elmo-database.el: No need to require elmo-msgdb.
2063
2064 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2065
2066         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
2067         instead of `elmo-list-subdirectories'.
2068
2069 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
2072         group entry.
2073         (elmo-folder-exists-p): "[" is empty.
2074         (elmo-folder-list-subfolders): Define.
2075         (elmo-folder-have-subfolder-p): Ditto.
2076
2077 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
2080
2081 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
2082
2083         * elmo-filter.el (elmo-folder-local-p): Define.
2084
2085 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * modb-standard.el (modb-standard-loaded-message-id): Return nil
2088         when entity is garbaged.
2089         (modb-standard-save-entity-1): Don't modify the original entity.
2090
2091 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
2092
2093         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
2094
2095 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * elmo.el (elmo-strict-folder-diff): Use
2098         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2099
2100 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2101
2102         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2103         (elmo-msgdb-message-number): Ditto.
2104         (elmo-msgdb-message-field): Ditto.
2105
2106         * modb-standard.el (modb-standard-economize-entity-size): New user
2107         option.
2108         (modb-standard-loaded-message-id): New inline function.
2109         (modb-standard-load-entity): Use it.
2110         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2111         throw message-id string away.
2112         (elmo-msgdb-flag-available-p): Define.
2113         (elmo-msgdb-message-number): Ditto.
2114         (elmo-msgdb-message-field): Ditto.
2115
2116         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2117         (suppoted -> supported).
2118         (modb-legacy-supported-flag-p): Ditto.
2119         (elmo-msgdb-set-flag): Ditto.
2120         (elmo-msgdb-unset-flag): Ditto.
2121         (elmo-msgdb-flag-available-p): Define.
2122
2123         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2124         is `t', treat it as legacy entity.
2125         
2126         * elmo.el (elmo-message-flag-available-p): New generic function.
2127         (elmo-message-number): Ditto.
2128         (elmo-message-field): Use `elmo-msgdb-message-field'.
2129
2130         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2131
2132         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2133         (elmo-message-number): Ditto.
2134
2135         * elmo-multi.el (elmo-message-number): Define.
2136         (elmo-message-flag-available-p): Ditto.
2137
2138         * elmo-filter.el (elmo-message-flag-available-p): Define.
2139         (elmo-message-number): Ditto.
2140
2141         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2142         (elmo-folder-initialize): Load `max-number'.
2143         (elmo-folder-commit): Save it.
2144         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2145         (elmo-global-flag-set-internal): Set up max-number slot.
2146
2147 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2148
2149         * elmo-version.el (elmo-version): Up to 2.11.31.
2150
2151 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2154         unibyte string of the current buffer for the argument of `md5'
2155         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2156
2157 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * modb-legacy.el (modb-legacy-flag-list): New constant.
2160         (modb-legacy-suppoted-flag-p): New internal function.
2161         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2162         (elmo-msgdb-unset-flag): Ditto.
2163
2164 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2167
2168         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2169         from msgdb.
2170
2171 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2172
2173         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2174         (follow the API change).
2175
2176         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2177
2178 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2179
2180         * modb-standard.el (modb-standard-digest-flags): Abolish.
2181         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2182
2183         * elmo-vars.el (elmo-digest-flags): New variable.
2184         (elmo-preserved-flags): Moved from elmo-flag.el.
2185
2186         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2187         (elmo-imap4-flag-to-imap-criteria): Ditto.
2188         (elmo-imap4-folder-list-flagged): Use it.
2189
2190         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2191
2192         * elmo.el (elmo-folder-count-flags): Changed return value.
2193
2194         * elmo-flag.el (elmo-preserved-flags): New variable.
2195         (elmo-get-global-flags): Use it.
2196
2197         * modb-standard.el (modb-standard-digest-flags): New variable.
2198         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2199         Changed behavior of `any'.
2200
2201         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2202         which are defined the Internet draft
2203         (draft-melnikov-imap-keywords-03.txt).
2204         (elmo-imap4-flags-to-imap): New function.
2205         (elmo-folder-append-buffer): Use it.
2206
2207         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2208         in the docstring.
2209
2210         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2211         avoid the bug of Emacs 21.3.
2212
2213 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2216         function find-coding-system does not exist.
2217
2218 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2221         parsing.
2222
2223 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2224
2225         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2226         response codes.
2227
2228 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2229
2230         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2231         (elmo-network-close-session): Follow the changes in
2232         `elmo-pop3-read-response'.
2233         (elmo-pop3-auth-user): Ditto.
2234         (elmo-pop3-auth-apop): Ditto.
2235         (elmo-network-initialize-session): Ditto.
2236         (elmo-network-authenticate-session): Ditto.
2237         (elmo-network-setup-session): Ditto.
2238         (elmo-folder-status): Ditto.
2239         (elmo-message-fetch-plugged): Ditto.
2240         (elmo-pop3-delete-msg): Ditto.
2241
2242 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2243
2244         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2245         on failure.
2246
2247 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2248
2249         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2250         style.
2251         (elmo-bind-directory): Ditto.
2252
2253 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * elmo.el (elmo-folder-append-messages): Note on return value.
2256         * elmo-archive.el (elmo-folder-append-messages): Don't return
2257         message numbers which could not be appended.
2258
2259 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2262
2263 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * elmo-version.el (elmo-version): Up to 2.11.30.
2266
2267 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2270         `mask'.
2271
2272         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2273
2274         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2275         (elmo-multi-split-numbers): Add elmo-folder object into each
2276         element of return value at first.
2277         (elmo-folder-delete-messages): Follow the above change.
2278         (elmo-folder-detach-messages): Ditto.
2279
2280         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2281         number which is synchronized in target folder.
2282
2283 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2286         Change default value to symbol `all'.
2287         (elmo-map-message-fetch): Change condition to update overview
2288         follow the above.
2289
2290 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2293         behavior to update overview.
2294         (elmo-shimbun-update-overview-folder-list): Note it.
2295
2296 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2297
2298         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2299         recursive call.
2300
2301 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2304         buffer-disable-undo, it is unnecessary.
2305         (elmo-spam-register-good-messages): Ditto.
2306
2307         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2308         Ditto.
2309
2310         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2311
2312 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2313
2314         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2315         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2316         elmo-set-buffer-multibyte.
2317         (elmo-object-load): Ditto.
2318         (elmo-save-buffer): Ditto.
2319         (elmo-delete-char): Ditto.
2320         (elmo-file-field-primitive-condition-match): Ditto.
2321         (elmo-mime-string): Ditto.
2322
2323         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2324         (elmo-archive-field-condition-match): Ditto.
2325
2326         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2327
2328         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2329
2330         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2331         (elmo-nntp-msgdb-create-message): Ditto.
2332
2333         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2334
2335         * elmo.el (elmo-message-match-condition): Ditto.
2336         (elmo-message-match-condition): Ditto.
2337
2338         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2339         Ditto.
2340
2341         * elmo-version.el (elmo-version): Up to 2.11.29.
2342
2343         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2344         (elsp-header): New backend.
2345
2346         * elmo-util.el (elmo-decoded-field-body): New function.
2347
2348 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * elmo-version.el (elmo-version): Up to 2.11.28.
2351
2352 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * elmo-filter.el: Rewrite.
2355
2356         * elmo-version.el (elmo-version): Up to 2.11.27.
2357
2358 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2359
2360         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2361         msgdb path for the localdir folder with absolute path.
2362
2363         * utf7.el: Synch up with latest gnus/utf7.el;
2364         Modified for latest Emacs.
2365
2366 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2369         shimbun backend couldn't open.
2370
2371 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2372
2373         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2374         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2375         when a destination folder is a filter folder.
2376
2377 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2380         (elmo-generic-folder-append-messages): Call elmo-message-flags
2381         with argument `msgid'.
2382
2383         * elmo-split.el (elmo-split-subr): Ditto.
2384
2385         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2386
2387         * elmo-multi.el (elmo-message-flags): Ditto.
2388
2389 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * elmo.el (elmo-folder): Add new slot `flag-table'.
2392         (elmo-folder-flag-table): New API.
2393         (elmo-folder-close-flag-table): Ditto.
2394         (elmo-folder-preserve-flags): New function.
2395         (elmo-generic-folder-append-messages): Use
2396         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2397         Flag of a non-registered message, it sets to nil.
2398         Does not set flag to flag-table.
2399
2400         * elmo-maildir.el (elmo-folder-append-buffer): Use
2401         `elmo-folder-preserve-flags'.
2402         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2403         `elmo-folder-close-flag-table'.
2404
2405         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2406         (elmo-archive-folder-append-buffer): Use
2407         `elmo-folder-preserve-flags'.
2408
2409         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2410
2411         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2412
2413         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2414         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2415         `elmo-folder-close-flag-table'.
2416
2417         * elmo-version.el (elmo-version): Up to 2.11.26.
2418
2419 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2420
2421         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2422
2423         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2424         md5's 4th and 5th argument (non-existent in flim one).
2425
2426 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2427
2428         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2429         message, It sets to nil.
2430
2431 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2434         list is non-nil.
2435
2436 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2437
2438         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2439
2440         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2441
2442         * elmo-util.el (elmo-uniq-sorted-list): New function.
2443         (elmo-make-number-list): Ditto.
2444         (elmo-number-set-to-number-list): Use elmo-make-number-list
2445         and don't use nreverse.
2446
2447 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * elmo-version.el (elmo-version): Up to 2.11.25.
2450
2451 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2452
2453         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2454         field not exists in message, Use md5 message digest of header.
2455
2456 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2457
2458         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2459         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2460         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2461         * elmo-split.el (elmo-split-subr): Check return value of
2462         elmo-folder-append-buffer.
2463
2464         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2465         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2466
2467         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2468         message-id.
2469
2470 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * elmo-split.el (elmo-split-subr): Append message with flag.
2473
2474         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2475         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2476         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2477
2478 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2479
2480         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2481         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2482         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2483
2484 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2485
2486         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2487         with a function call of `process-buffer'.  All callers are updated.
2488         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2489         Remove redundant `set-buffer' in a while loop.
2490
2491 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2492
2493         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2494         calls.
2495
2496 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2497
2498         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2499         elsp-spamfilter-register-buffer-internal with current buffer.
2500         (elmo-spam-register-spam-buffer): Ditto.
2501         (elmo-spam-register-good-buffer): Ditto.
2502
2503 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2504
2505         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2506         if it is not contained in the response(A workaround for courier-imap).
2507
2508 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2511         parenthesis.
2512
2513 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2514
2515         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2516         range.
2517
2518 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2519
2520         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2521         of nconc.
2522
2523         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2524         argument handler.
2525         (elmo-msgdb-message-match-condition): Follow the change above.
2526
2527 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2528
2529         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2530         folder name.
2531
2532 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2535
2536 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2539
2540 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2541
2542         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2543         not found.
2544
2545 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2548         value.
2549         (elmo-file-command-argument): Undo last change for cygwin.
2550         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2551         Don't return nil.
2552         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2553
2554 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2557         value returned from elmo-file-find is nil.
2558
2559 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2560
2561         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2562         to elmo-vars.el.
2563
2564         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2565         instead of insert-file-contents-as-binary.
2566         (elmo-message-set-field): New generic function.
2567
2568         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2569         behavior change on `split-string'.
2570
2571         * elmo-file.el (elmo-file-find): New function.
2572         (elmo-file-command): New user option.
2573         (elmo-file-command-argument): Ditto.
2574         (elmo-file-fetch-max-size): Ditto.
2575         (elmo-file-detect-format): New function.
2576         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2577         Use elmo-file-detect-format.
2578         (elmo-map-folder-list-message-locations): Don't treat directories.
2579
2580 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2581
2582         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2583         (elmo-passwd-alist-clear): Shred password before clear.
2584         (elmo-remove-passwd): Remove all mached pair.
2585
2586 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2587
2588         * elmo.el (elmo-folder-synchronize): Fix description of the return
2589         value.
2590
2591 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2592
2593         * elmo.el (elmo-message-fetch-bodystructure): New method.
2594         (elmo-message-fetch-bodystructure): Define default.
2595
2596         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2597         elmo-message-fetch-bodystructure.
2598         (elmo-message-fetch-bodystructure): Define.
2599
2600         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2601
2602 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2603
2604         * elmo-filter.el (elmo-message-folder): Define.
2605
2606 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2607
2608         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2609         elmo-delete-cr-buffer.
2610
2611         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2612
2613         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2614
2615         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2616
2617         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2618         type seems to be a text.
2619
2620 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2623         (elmo-spam-register-good-buffer): Ditto.
2624         (elmo-spam-spamassassin-register-messages): Ditto.
2625
2626         * elmo-util.el (elmo-string-member-ignore-case): Define with
2627         static-cond.
2628
2629 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2630
2631         * elmo.el (elmo-folder-type): Undo last change.
2632
2633         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2634
2635         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2636         warnings.
2637
2638         * elmo-file.el: New file.
2639         
2640         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2641
2642         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2643         variable.
2644         (elmo-spam-spamassassin-register-messages): New inline function.
2645         (elmo-spam-register-spam-messages): Define.
2646         (elmo-spam-register-good-messages): Ditto.
2647
2648         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2649         Fixed typo.
2650
2651         * elmo.el (toplevel): Added autoload setting for
2652         `elmo-get-global-flags'.
2653         (elmo-message-has-global-flag-p): New function.
2654         (elmo-message-set-global-flags): Ditto.
2655         (elmo-folder-type): Improvement for name: format.
2656
2657         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2658         availability of keyword flags.
2659         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2660         (elmo-folder-list-flagged-plugged): Renamed from
2661         elmo-folder-list-flagged-unplugged.
2662         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2663         accept any flag as keyword flag.
2664         (elmo-folder-set-flag-plugged): Accept keyword flags.
2665         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2666
2667         * elmo-flag.el (elmo-get-global-flags): New function.
2668
2669         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2670         folders.
2671
2672         * elmo-version.el (elmo-version): Up to 2.11.24.
2673
2674 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2675
2676         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2677         elmo-multiple-field-body instead of std11-field-body to check all
2678         headers.
2679
2680 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2681
2682         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2683         or "size".
2684
2685 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2686
2687         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2688         unintern is unbound.
2689
2690 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2691
2692         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2693         Protect from infinite loop.
2694
2695 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2696
2697         * elsp-bogofilter.el
2698         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2699         (elmo-spam-bogofilter-register-messages): New internal function.
2700         (elmo-spam-register-spam-messages): Define.
2701         (elmo-spam-register-good-messages): Ditto.
2702
2703 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2706         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2707         (elmo-spam-bogofilter-call): Fixed the last change.
2708         (elmo-spam-bogofilter-arguments): Ditto.
2709
2710         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2711         Follow the options change of latest bogofilter.
2712
2713         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2714         (elmo-spam-bogofilter-good-switch): Ditto.
2715         (elmo-spam-bogofilter-arguments-alist): New user option.
2716         (elmo-spam-bogofilter-debug): Ditto.
2717         (elmo-spam-bogofilter-call): Renamed from
2718         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2719         is non-nil, insert output in buffer for debug.
2720         (elmo-spam-bogofilter-arguments): New macro.
2721         (elmo-spam-buffer-spam-p): Use it.
2722         (elsp-bogofilter-register-buffer): Ditto.
2723
2724 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2725
2726         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2727         regexp.
2728
2729 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730
2731         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2732         value as "ruby".
2733         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2734         (elmo-spam-bsfilter-program): Set default value as full path for
2735         `bsfilter'.
2736         (elmo-spam-bsfilter-debug): New user option.
2737         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2738         non-nil, insert output in buffer for debug. Fix treating of
2739         argument.
2740
2741 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2744         `elmo-maildir-flag-specs' element instead of one.
2745         (elmo-map-folder-unset-flag): Ditto.
2746         (Reported by Ken Makimura <macky@astem.or.jp>)
2747
2748         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2749         (elmo-folder-unset-flag-plugged): Ditto.
2750
2751 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2752
2753         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2754         to `reads' slot only if `in-msgdb' is nil.
2755
2756 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2757
2758         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2759         and complement argument list.
2760
2761 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2762
2763         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2764         instead of elmo-folder-list-flagged.
2765
2766 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2769
2770         * elsp-bsfilter.el: New file.
2771
2772         * elmo-pipe.el (elmo-folder-list-unreads,
2773         elmo-folder-list-answereds,
2774         elmo-folder-list-importants,
2775         elmo-folder-flag-as-important,
2776         elmo-folder-unflag-important,
2777         elmo-folder-flag-as-read,
2778         elmo-folder-unflag-read,
2779         elmo-folder-flag-as-answered,
2780         elmo-folder-unflag-answered): Remove.
2781         (elmo-folder-set-flag): Define.
2782         (elmo-folder-unset-flag): Ditto.
2783
2784         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2785         (elmo-folder-set-flag): Define.
2786         (elmo-folder-unset-flag): Ditto.
2787         (elmo-folder-list-unreads): Remove.
2788         (elmo-folder-list-flagged): Define.
2789
2790         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2791         (elmo-folder-list-unreads,
2792         elmo-folder-list-importants,
2793         elmo-folder-list-answereds,
2794         elmo-folder-list-unreads-plugged,
2795         elmo-folder-list-importants-plugged,
2796         elmo-folder-list-answereds-plugged): Remove.
2797         (elmo-folder-list-flagged-plugged): New method.
2798         (elmo-folder-unflag-important,
2799         elmo-folder-flag-as-important,
2800         elmo-folder-unflag-read,
2801         elmo-folder-flag-as-read,
2802         elmo-folder-unflag-answered,
2803         elmo-folder-flag-as-answered,
2804         elmo-folder-flag-as-read-unplugged,
2805         elmo-folder-unflag-read-unplugged,
2806         elmo-folder-flag-as-important-unplugged,
2807         elmo-folder-unflag-important-unplugged,
2808         elmo-folder-flag-as-answered-unplugged,
2809         elmo-folder-unflag-answered-unplugged): Remove.
2810         (elmo-folder-set-flag): Define.
2811         (elmo-folder-unset-flag): Ditto.
2812         (elmo-folder-set-flag-unplugged): Ditto.
2813         (elmo-folder-unset-flag-unplugged): Ditto.
2814
2815         * elmo-multi.el (elmo-folder-list-unreads,
2816         elmo-folder-list-answereds,
2817         elmo-folder-list-importants,
2818         elmo-folder-flag-as-important,
2819         elmo-folder-unflag-important,
2820         elmo-folder-flag-as-read,
2821         elmo-folder-unflag-read,
2822         elmo-folder-flag-as-answered,
2823         elmo-folder-unflag-answered): Remove.
2824         (elmo-folder-set-flag): Define.
2825         (elmo-folder-unset-flag): Ditto.
2826
2827         * elmo-map.el (elmo-map-folder-unflag-important,
2828         elmo-map-folder-flag-as-important,
2829         elmo-map-folder-unflag-read,
2830         elmo-map-folder-flag-as-read,
2831         elmo-map-folder-unflag-answered,
2832         elmo-map-folder-flag-as-answered): Remove.
2833         (elmo-map-folder-set-flag): New method.
2834         (elmo-map-folder-unset-flag): Ditto.
2835         (elmo-map-folder-list-unreads,
2836         elmo-map-folder-list-importants,
2837         elmo-map-folder-list-answereds): Remove.
2838         (elmo-folder-list-flagged-internal): Define.
2839         (elmo-map-folder-list-flagged): New method.
2840
2841         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2842         (elmo-map-folder-list-unreads,
2843         elmo-map-folder-list-importants,
2844         elmo-map-folder-list-flagged): Remove.
2845         (elmo-map-folder-list-flagged): Define.
2846         (elmo-map-folder-flag-as-important,
2847         elmo-map-folder-unflag-important,
2848         elmo-map-folder-flag-as-read,
2849         elmo-map-folder-unflag-read,
2850         elmo-map-folder-flag-as-answered,
2851         elmo-map-folder-unflag-answered): Remove.
2852         (elmo-maildir-set-mark-messages): New internal function.
2853         (elmo-map-folder-set-flag): Define.
2854         (elmo-map-folder-unset-flag): Ditto.
2855
2856         * elmo.el (toplevel): Added autoload setting for
2857         `elmo-folder-list-global-flag-messages'.
2858         (elmo-folder-list-unreads,
2859         elmo-folder-list-importants,
2860         elmo-folder-list-answereds): Remove.
2861         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2862         Return a list whitch merged with messages have global flag.
2863         (elmo-folder-list-flagged-internal): New method.
2864         (elmo-folder-unflag-important,
2865         elmo-folder-flag-as-important,
2866         elmo-folder-unflag-read,
2867         elmo-folder-flag-as-read,
2868         elmo-folder-unflag-answered,
2869         elmo-folder-flag-as-answered): Remove.
2870         (elmo-folder-set-flag): New method.
2871         (elmo-folder-unset-flag): Ditto.
2872         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2873         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2874
2875         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2876         (elmo-folder-list-unreads-plugged,
2877         elmo-folder-list-importants-plugged,
2878         elmo-folder-list-answereds-plugged,
2879         elmo-folder-list-flagged-unplugged,
2880         elmo-folder-unflag-important-plugged,
2881         elmo-folder-flag-as-important-plugged,
2882         elmo-folder-unflag-read-plugged,
2883         elmo-folder-flag-as-read-plugged,
2884         elmo-folder-unflag-answered-plugged,
2885         elmo-folder-flag-as-answered-plugged): Remove.
2886         (elmo-folder-set-flag-plugged,
2887         elmo-folder-unset-flag-plugged): Define.
2888
2889         * elmo-flag.el (elmo-folder-initialize): Register to
2890         `elmo-global-flag-list' if flag is not global.
2891         (elmo-folder-append-messages): Set flag to source messages.
2892
2893         * elmo-filter.el (elmo-filter-folder-list-unreads,
2894         elmo-folder-list-unreads,
2895         elmo-filter-folder-list-importants,
2896         elmo-folder-list-importants,
2897         elmo-folder-flag-as-read,
2898         elmo-folder-unflag-read,
2899         elmo-folder-flag-as-important,
2900         elmo-folder-unflag-important,
2901         elmo-folder-flag-as-answered,
2902         elmo-folder-unflag-answered): Remove.
2903         (elmo-folder-set-flag): Define.
2904         (elmo-folder-unset-flag): Ditto.
2905
2906         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2907         elmo-folder-unflag-read-dop,
2908         elmo-folder-flag-as-important-dop,
2909         elmo-folder-unflag-important-dop,
2910         elmo-folder-flag-as-answered-dop,
2911         elmo-folder-unflag-answered-dop): Remove.
2912         (elmo-folder-set-flag-dop,
2913         elmo-folder-unset-flag-dop,
2914         elmo-folder-set-important-delayed,
2915         elmo-folder-unset-important-delayed,
2916         elmo-folder-set-read-delayed,
2917         elmo-folder-unset-read-delayed,
2918         elmo-folder-set-answered-delayed,
2919         elmo-folder-unset-answered-delayed): New function.
2920         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2921         (elmo-dop-queue-method-name-alist): Ditto.
2922
2923         * elmo-version.el (elmo-version): Up to 2.11.23.
2924
2925 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2926
2927         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2928
2929         * elsp-sa.el: New file.
2930
2931 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2932
2933         * modb-standard.el (modb-standard-message-entity): New function.
2934         (elmo-msgdb-message-entity): Use it.
2935
2936 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2937
2938         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2939         behavior when one-level is nil.
2940
2941         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2942
2943         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2944
2945 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2946
2947         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2948         get max number.
2949         (elmo-generic-folder-diff): Ditto.
2950
2951         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2952         (elmo-folder-update-number): Ditto.
2953
2954         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2955         (elmo-folder-next-message-number-dop): Ditto.
2956
2957 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2958
2959         * elmo-filter.el (elmo-folder-msgdb-create): Use
2960         `elmo-message-entity' and `elmo-message-flags' instead of
2961         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2962
2963 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2966         `if-exists'.
2967
2968 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2969
2970         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2971
2972         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2973
2974         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2975
2976 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2977
2978         * elmo-version.el (elmo-version): Up to 2.11.22.
2979
2980 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2983
2984 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2987         if the message dose not exist.
2988
2989 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2990
2991         * elmo-version.el (elmo-version): Up to 2.11.21.
2992
2993 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2994
2995         * modb-standard.el (toplevel): Don't require mime.
2996
2997 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * elsp-bogofilter.el (toplevel): Don't require path-util.
3000         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
3001         (elmo-spam-bogofilter-header): Abolish.
3002         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
3003         (elmo-spam-bogofilter-args): New user option.
3004         (elsp-bogofilter-call-bogofilter): New internal function.
3005         (elmo-spam-buffer-spam-p): Use it.
3006         (elsp-bogofilter-register-buffer): Renamed from
3007         `elmo-spam-bogofilter-register-buffer';
3008         Use `elsp-bogofilter-call-bogofilter'.
3009         (elmo-spam-register-spam-buffer): Follow the change above.
3010         (elmo-spam-register-good-buffer): Ditto.
3011
3012 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3013
3014         * modb-standard.el (elmo-msgdb-append-entity): If entity or
3015         message-id is nil do nothing.
3016
3017 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
3018
3019         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
3020         Revival.
3021         (elmo-imap4-session): Removed use-flag slot.
3022         (elmo-imap4-session-select-mailbox): Undo last change.
3023         (elmo-folder-use-flag-p): Use
3024         elmo-imap4-disuse-server-flag-mailbox-regexp.
3025
3026 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
3029         (elmo-imap4-session-select-mailbox): Set it up.
3030         (elmo-folder-use-flag-p): Return value of use-flag slot.
3031
3032 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
3035         message-id is nil.
3036         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
3037
3038         * modb-entity.el (elmo-message-entity-handler): Likewise.
3039
3040 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * elmo.el (toplevel): Remove setting of autoloding for
3043         elmo-global-flag-initialize.
3044         (elmo-init): Don't call elmo-global-flag-initialize.
3045         (toplevel): Added autoload setting for elmo-global-mark-migrate.
3046
3047         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
3048         (elmo-global-mark-migrate): Don't call it.
3049         (elmo-global-mark-upgrade): Ditto.
3050
3051 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
3052
3053         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
3054         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
3055
3056         * elmo-vars.el (elmo-init-hook): New user option.
3057
3058         * elmo.el (elmo-init): Run the elmo-init-hook.
3059
3060         * elmo-flag.el (elmo-global-mark-migrate): New function.
3061
3062 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
3065         Undo last change (move to elmo-msgdb-unset-flag).
3066         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
3067         flag is unset.
3068
3069 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
3072         read flag is set.
3073         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
3074         (elmo-msgdb-unset-flag): Ditto.
3075
3076 2003-11-05  Andreas Fuchs <asf@boinkor.net>
3077
3078         * elmo-split.el (elmo-split): Return split message count.
3079
3080 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3081
3082         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
3083         is nil.
3084
3085 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086
3087         * elmo.el (elmo-folder-unflag-important): Call
3088         `elmo-global-flag-detach' with 4th argument delete-if-none that is
3089         a symbol `always'.
3090
3091         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
3092         before unset flag.
3093         (elmo-global-flag-detach): Delete the message from flag folder, if
3094         `delete-if-none' is a symbol `always'.
3095
3096 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3097
3098         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3099         `elmo-spam-spamfilter-decode-buffer'.
3100         (elsp-spamfilter-register-buffer-internal): New internal function.
3101         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3102         (elmo-spam-register-spam-buffer): Ditto.
3103         (elmo-spam-register-good-buffer): Ditto.
3104
3105         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3106         change.
3107         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3108         (elmo-spam-register-spam-buffer): Follow the API change.
3109         (elmo-spam-register-good-buffer): Ditto.
3110
3111         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3112         (elmo-split-spam-p): Added argument plist; Call
3113         `elmo-spam-buffer-spam-p' with new argument register.
3114
3115         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3116         `register'.
3117         (elmo-spam-message-spam-p): Ditto.
3118         (elmo-spam-register-spam-buffer): Added optional argument
3119         `restore'.
3120         (elmo-spam-register-good-buffer): Ditto.
3121         (elmo-spam-register-spam-messages): Ditto.
3122         (elmo-spam-register-good-messages): Ditto.
3123
3124 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3127         register into good corpus.
3128         (elmo-spam-register-good-buffer): Fixed to register into bad
3129         corpus.
3130
3131 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3132
3133         * elmo-version.el (elmo-version): Up to 2.11.20.
3134
3135         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3136         change.
3137
3138         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3139         flag without depending on \Recent flag.
3140
3141 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3144         (elmo-spam-modified-p): Defined.
3145         (elmo-spam-save-status): Set `modified' slot to nil.
3146         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3147         (elmo-spam-register-good-buffer): Ditto.
3148
3149         * elmo-spam.el (elmo-spam-modified-p): New API.
3150
3151 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3152
3153         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3154         duplicate definition.
3155
3156         * elmo-util.el (elmo-unfold-field-body): New function.
3157         (elmo-msgdb-get-message-id-from-buffer): Use it.
3158
3159         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3160         Fixed the last change; Use elmo-unfold-field-body.
3161
3162 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3163
3164         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3165         Unfold date value.
3166
3167 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3168
3169         * elmo-spam.el (elmo-spam-save-status): New API.
3170
3171         * elsp-spamfilter.el: New file.
3172
3173 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3174
3175         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3176
3177 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * elmo-split.el (elmo-split-spam-p): New function.
3180
3181         * elmo-spam.el: New file.
3182
3183         * elsp-bogofilter.el: Ditto.
3184
3185 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3186
3187         * elmo.el (elmo-folder-next-message-number): New API.
3188         (elmo-folder-next-message-number): Define.
3189         (elmo-message-field): Don't check folder length.
3190
3191         * elmo-net.el (elmo-folder-next-message-number): Define.
3192         (elmo-folder-next-message-number-unplugged): Define.
3193
3194         * elmo-map.el (elmo-folder-next-message-number): Define.
3195         (elmo-folder-delete-messages): Clear hash value.
3196
3197         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3198
3199         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3200         (elmo-folder-delete-messages-dop-delayed): Always return t.
3201
3202         * elmo-version.el (elmo-version): Up to 2.11.19.
3203
3204 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3205
3206         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3207         change.
3208
3209         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3210         identical cons cell into the mark-alist and the hash table.
3211
3212 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3215         elmo-folder-list-messages with argument `visible-only' as t.
3216
3217         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3218         (elmo-folder-msgdb-create): Check the target folder.
3219
3220 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3223         `permanentflag' instead of `flags'.
3224         (elmo-folder-open): Ditto.
3225         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3226         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3227         (elmo-folder-use-flag-p): Always return t.
3228         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3229         `permanentflags' does not exist.
3230         (elmo-folder-open): Ditto.
3231
3232 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3235         is nil.
3236         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3237
3238         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3239         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3240         response.
3241         (elmo-folder-open): Ditto.
3242         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3243         slot of the session includes the flag.
3244         (elmo-imap4-session-flag-available-p): New function.
3245         (elmo-imap4-folder-list-flagged): Ditto.
3246         (elmo-folder-list-unreads-plugged): Use it.
3247         (elmo-folder-list-importants-plugged): Ditto.
3248         (elmo-folder-list-answereds-plugged): Ditto.
3249         (elmo-imap4-search-internal-primitive): Ditto.
3250         (elmo-imap4-folder-list-any-plugged,
3251         elmo-imap4-folder-list-digest-plugged): Abolish.
3252
3253         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3254         if numbers is nil.
3255
3256 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3257
3258         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3259
3260 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * elmo-util.el (elmo-get-hash-val): Simplify.
3263         (elmo-set-hash-val): Rewrite.
3264
3265 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3266
3267         * elmo.el (elmo-folder-list-messages): Append killed messages into
3268         result if `visible-only' is nil and `in-msgdb' is non-nil.
3269
3270         * elmo-util.el (elmo-uniq-list): Added optional argument
3271         `delete-function'.
3272
3273         * modb.el (elmo-msgdb-flag-count): New API.
3274
3275         * modb-standard.el (modb-standard): Added slot flag-count.
3276         (modb-standard-countup-flags): New function.
3277         (modb-standard-load-flag): Call it.
3278         (elmo-msgdb-append): Ditto.
3279         (elmo-msgdb-clear): Clear slot flag-count.
3280         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3281         (elmo-msgdb-unset-flag): Treat `all' flag and call
3282         modb-standard-countup-flags.
3283         (elmo-msgdb-flag-count): Define.
3284         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3285         (elmo-msgdb-delete-messages): Ditto.
3286
3287         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3288         (elmo-msgdb-flag-count): Define.
3289
3290         * elmo.el (elmo-folder-list-messages): Undo last change.
3291         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3292         (elmo-folder-kill-messages): Unset all flags to numbers.
3293
3294         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3295         elmo-folder-kill-messages.
3296
3297         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3298         (elmo-nntp-folder-delete-messages): Abolish.
3299
3300         * elmo-version.el (elmo-version): Up to 2.11.18.
3301
3302 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3303
3304         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3305         (elmo-folder-kill-messages-range): New function.
3306         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3307         instead of elmo-folder-kill-messages-before.
3308
3309 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3312         elmo-imap4-current-msgdb to decide entity handler.
3313
3314 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3315
3316         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3317
3318         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3319         inline function.
3320         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3321         (elmo-msgdb-overview-entity-set-number,
3322         elmo-msgdb-overview-entity-get-references,
3323         elmo-msgdb-overview-entity-set-references,
3324         elmo-msgdb-overview-entity-get-from-no-decode,
3325         elmo-msgdb-overview-entity-get-from,
3326         elmo-msgdb-overview-entity-set-from,
3327         elmo-msgdb-overview-entity-get-subject,
3328         elmo-msgdb-overview-entity-get-subject-no-decode,
3329         elmo-msgdb-overview-entity-set-subject,
3330         elmo-msgdb-overview-entity-get-date,
3331         elmo-msgdb-overview-entity-set-date,
3332         elmo-msgdb-overview-entity-get-to,
3333         elmo-msgdb-overview-entity-get-cc,
3334         elmo-msgdb-overview-entity-get-size,
3335         elmo-msgdb-overview-entity-set-size,
3336         elmo-msgdb-overview-entity-get-extra,
3337         elmo-msgdb-overview-entity-set-extra,
3338         elmo-msgdb-overview-entity-get-extra-field,
3339         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3340         (elmo-msgdb-make-index): Use
3341         `elmo-msgdb-overview-entity-get-number-internal'.
3342         (elmo-msgdb-clear-index): Ditto.
3343         (elmo-msgdb-append-entity): Ditto;
3344         Use `elmo-msgdb-overview-entity-get-id-internal'.
3345
3346         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3347         elmo-msgdb-overview-entity-set-number,
3348         elmo-msgdb-overview-entity-get-references,
3349         elmo-msgdb-overview-entity-set-references,
3350         elmo-msgdb-overview-entity-get-from-no-decode,
3351         elmo-msgdb-overview-entity-get-from,
3352         elmo-msgdb-overview-entity-set-from,
3353         elmo-msgdb-overview-entity-get-subject,
3354         elmo-msgdb-overview-entity-get-subject-no-decode,
3355         elmo-msgdb-overview-entity-set-subject,
3356         elmo-msgdb-overview-entity-get-date,
3357         elmo-msgdb-overview-entity-set-date,
3358         elmo-msgdb-overview-entity-get-to,
3359         elmo-msgdb-overview-entity-get-cc,
3360         elmo-msgdb-overview-entity-get-size,
3361         elmo-msgdb-overview-entity-set-size,
3362         elmo-msgdb-overview-entity-get-extra,
3363         elmo-msgdb-overview-entity-set-extra,
3364         elmo-msgdb-overview-entity-get-extra-field,
3365         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3366         and rewrote for backward compatibility.
3367
3368 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3369
3370         * elmo.el (elmo-message-entity-number,
3371         elmo-message-entity-set-number,
3372         elmo-message-entity-field,
3373         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3374
3375         * elmo-msgdb.el (elmo-message-entity-number,
3376         elmo-message-entity-set-number,
3377         elmo-message-entity-field,
3378         elmo-message-entity-set-field): Moved from elmo.el.
3379
3380 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3381
3382         * elmo.el (toplevel): Changed definition orders.
3383
3384 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3385
3386         * modb.el (elmo-msgdb-search): New API .
3387         (elmo-msgdb-match-condition): Ditto.
3388
3389         * modb-standard.el (elmo-msgdb-search): Define.
3390
3391         * modb-legacy.el (elmo-msgdb-search): Ditto.
3392
3393         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3394         from elmo-msgdb-match-condition-internal.
3395
3396         * elmo.el (elmo-folder-search-fast): Abolish.
3397         (elmo-folder-search): Use elmo-msgdb-search and
3398         elmo-with-progress-display.
3399
3400         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3401         as msgdb API.
3402
3403         * elmo.el (elmo-folder): Remove slot message-modified and
3404         flag-modified.
3405         (elmo-folder-set-message-modified): Abolish.
3406         (elmo-generic-folder-commit): Follow the change above.
3407         (elmo-folder-synchronize): Ditto.
3408
3409         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3410
3411         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3412
3413         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3414
3415 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * modb-standard.el (modb-standard-make-message-entity,
3418         elmo-msgdb-make-message-entity,
3419         elmo-msgdb-create-message-entity-from-buffer,
3420         elmo-msgdb-message-entity-number,
3421         elmo-msgdb-message-entity-set-number,
3422         elmo-msgdb-message-entity-field,
3423         elmo-msgdb-message-entity-set-field,
3424         elmo-msgdb-copy-message-entity,
3425         elmo-msgdb-match-condition-internal): Remove.
3426
3427         * modb-entity.el: New file (again).
3428
3429         * modb.el (toplevel): Require modb-entity.
3430         (elmo-msgdb-message-entity-handler): New method.
3431
3432         * modb-standard.el (modb-standard-entity-id): Use
3433         elmo-message-entity-handler.
3434         (modb-standard-load-entity): Ditto.
3435         (elmo-msgdb-append-entity): Ditto.
3436         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3437
3438         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3439         elmo-msgdb-decoded-cache-hashtb,
3440         (modb-legacy-make-message-entity,
3441         elmo-msgdb-make-message-entity,
3442         elmo-msgdb-create-message-entity-from-buffer,
3443         elmo-msgdb-message-entity-number,
3444         elmo-msgdb-message-entity-set-number,
3445         elmo-msgdb-message-entity-field,
3446         elmo-msgdb-message-entity-set-field,
3447         elmo-msgdb-copy-message-entity,
3448         elmo-msgdb-match-condition-internal,
3449         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3450
3451         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3452         (elmo-message-entity-set-number): Ditto.
3453         (elmo-message-entity-field): Ditto.
3454         (elmo-message-entity-set-field): Ditto.
3455
3456         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3457
3458         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3459
3460         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3461
3462         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3463         (elmo-nntp-msgdb-create-message): Ditto.
3464
3465         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3466         (elmo-folder-msgdb-create): Add unread flag.
3467
3468         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3469
3470         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3471
3472         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3473
3474         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3475
3476         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3477         elmo-msgdb-messge-entity-handler.
3478         * elmo-version.el (elmo-version): Up to 2.11.17.
3479
3480 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3481
3482         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3483         change.
3484
3485 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3486
3487         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3488
3489         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3490         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3491         (elmo-msgdb-flag-table): Ditto.
3492         (elmo-msgdb-sort-by-date): Ditto.
3493
3494         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3495
3496         * modb-standard.el (toplevel): Require mime.
3497         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3498         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3499         elmo-msgdb-message-entity-number.
3500         (elmo-msgdb-append-entity): Ditto.
3501         (elmo-msgdb-create-message-entity-from-file): Remove.
3502         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3503         corresponds to the entity.
3504         (elmo-msgdb-message-entity-number): Do nothing currently.
3505         (elmo-msgdb-message-entity-field): Ditto.
3506         (elmo-msgdb-message-entity-set-field): Ditto.
3507         (elmo-msgdb-copy-message-entity): Ditto.
3508         (elmo-msgdb-match-condition-internal): Ditto.
3509
3510         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3511         elmo-util.el.
3512         (elmo-msgdb-create-message-entity-from-file): Remove.
3513
3514         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3515         modb-legacy.el.
3516         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3517
3518         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3519
3520 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3521
3522         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3523         (elmo-msgdb-message-entity-field): Ditto.
3524         (elmo-msgdb-message-entity-number): Ditto.
3525
3526 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3527
3528         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3529         Fixed how to set extra field into entity.
3530         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3531         symbol.
3532
3533         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3534         Fixed how to set extra field into entity.
3535         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3536         symbol.
3537
3538 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * modb.el (elmo-message-entity-db): New function.
3541         (elmo-msgdb-make-message-entity): New API.
3542         (elmo-msgdb-message-entity-number): Ditto.
3543         (elmo-msgdb-message-entity-set-number): Ditto.
3544         (elmo-msgdb-message-entity-field): Ditto.
3545         (elmo-msgdb-message-entity-set-field): Ditto.
3546         (elmo-msgdb-copy-message-entity): Ditto.
3547         (elmo-msgdb-create-message-entity-from-file): Ditto.
3548         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3549         (elmo-msgdb-match-condition-internal): Ditto.
3550
3551         * modb-standard.el (modb-legacy): Require modb-legacy.
3552         (modb-standard-make-message-entity): New inline function.
3553         (elmo-msgdb-make-message-entity): Define.
3554         (elmo-msgdb-create-message-entity-from-file): Ditto.
3555         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3556         (elmo-msgdb-message-entity-field): Ditto.
3557         (elmo-msgdb-message-entity-set-field): Ditto.
3558         (elmo-msgdb-copy-message-entity): Ditto.
3559         (elmo-msgdb-match-condition-internal): Ditto.
3560
3561         * modb-legacy.el: Don't require modb-entity.
3562         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3563         (elmo-msgdb-match-condition-primitive): Ditto.
3564         (elmo-msgdb-get-decoded-cache): Ditto.
3565         (elmo-msgdb-overview-entity-get-id): Ditto.
3566         (elmo-msgdb-overview-entity-get-number): Ditto.
3567         (elmo-msgdb-overview-entity-set-number): Ditto.
3568         (elmo-msgdb-overview-entity-get-references): Ditto.
3569         (elmo-msgdb-overview-entity-set-references): Ditto.
3570         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3571         (elmo-msgdb-overview-entity-get-from): Ditto.
3572         (elmo-msgdb-overview-entity-set-from): Ditto.
3573         (elmo-msgdb-overview-entity-get-subject): Ditto.
3574         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3575         (elmo-msgdb-overview-entity-set-subject): Ditto.
3576         (elmo-msgdb-overview-entity-get-date): Ditto.
3577         (elmo-msgdb-overview-entity-set-date): Ditto.
3578         (elmo-msgdb-overview-entity-get-to): Ditto.
3579         (elmo-msgdb-overview-entity-get-cc): Ditto.
3580         (elmo-msgdb-overview-entity-get-size): Ditto.
3581         (elmo-msgdb-overview-entity-set-size): Ditto.
3582         (elmo-msgdb-overview-entity-get-extra): Ditto.
3583         (elmo-msgdb-overview-entity-set-extra): Ditto.
3584         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3585         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3586         (elmo-msgdb-number-load): Ditto.
3587         (elmo-msgdb-overview-load): Ditto.
3588         (elmo-msgdb-mark-load): Ditto.
3589         (elmo-msgdb-number-save): Ditto.
3590         (elmo-msgdb-mark-save): Ditto.
3591         (elmo-msgdb-overview-save): Ditto.
3592         (modb-legacy-make-message-entity): New inline function.
3593         (elmo-msgdb-insert-file-header): Ditto.
3594         (elmo-msgdb-make-message-entity): Define.
3595         (elmo-msgdb-create-message-entity-from-file): Ditto.
3596         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3597         (elmo-msgdb-message-entity-number): Ditto.
3598         (elmo-msgdb-message-entity-set-number): Ditto.
3599         (elmo-msgdb-message-entity-field): Ditto.
3600         (elmo-msgdb-message-entity-set-field): Ditto.
3601         (elmo-msgdb-copy-message-entity): Ditto.
3602         (elmo-msgdb-match-condition-internal): Ditto.
3603
3604         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3605         (elmo-message-copy-entity): Rewrite.
3606         (elmo-message-entity-number): Ditto.
3607         (elmo-message-entity-set-number): Ditto.
3608         (elmo-message-entity-field): Use elmo-message-entity-db.
3609         (elmo-message-entity-set-field): Ditto.
3610         (elmo-message-field): Rewrite.
3611
3612         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3613         elmo-msgdb.el
3614         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3615
3616         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3617         elmo-message-entity-field.
3618         (elmo-shimbun-folder-shimbun-header): Ditto.
3619         (elmo-shimbun-entity-to-header): Ditto.
3620         (elmo-folder-msgdb-create): Ditto.
3621         (elmo-shimbun-msgdb-create-entity): Ditto;
3622         Use elmo-msgdb-create-message-entity-from-buffer.
3623         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3624         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3625
3626         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3627         elmo-msgdb-create-message-entity-from-file and 
3628         elmo-message-entity-field.
3629
3630         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3631         elmo-message-entity-number.
3632         (elmo-pop3-msgdb-create-message): Use
3633         elmo-msgdb-create-message-entity-from-buffer,
3634         elmo-message-entity-set-field, elmo-message-entity-number and
3635         elmo-message-entity-set-number.
3636
3637         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3638         the API change in elmo-msgdb-make-message-entity.
3639         (elmo-nntp-msgdb-create-message): Use
3640         elmo-msgdb-create-message-entity-from-buffer.
3641
3642         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3643         elmo-message-entity-field and
3644         elmo-msgdb-create-message-entity-from-file.
3645
3646         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3647         (elmo-msgdb-get-field): Abolish.
3648         (elmo-msgdb-get-number): Rewrite.
3649         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3650         (elmo-msgdb-flag-table): Ditto.
3651         (elmo-msgdb-get-last-message-id,
3652         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3653         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3654         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3655         (elmo-msgdb-create-overview-from-buffer,
3656         elmo-msgdb-overview-get-parent-entity): Abolish.
3657
3658         * elmo-mime.el (elmo-mime-display-as-is): Use
3659         elmo-message-entity-field.
3660
3661         * elmo-map.el (elmo-folder-pack-numbers): Use
3662         elmo-message-entity-set-number.
3663
3664         * elmo-maildir.el (elmo-folder-msgdb-create): 
3665         elmo-msgdb-create-message-entity-from-file instead of
3666         elmo-msgdb-create-overview-entity-from-file.
3667
3668         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3669         msgdb.
3670         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3671         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3672
3673         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3674         elmo-messge-entity-field and elmo-message-entity-number.
3675         (elmo-imap4-fetch-callback-1): Call
3676         elmo-msgdb-create-message-entity-from-buffer instead of
3677         elmo-msgdb-create-overview-from-buffer. 
3678         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3679         (elmo-find-fetch-strategy): Likewise.
3680
3681         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3682         elmo-localdir-msgdb-create-entity with argument msgdb.
3683
3684         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3685         and elmo-message-entity-set-number.
3686
3687         * elmo-cache.el (elmo-folder-msgdb-create): Use
3688         elmo-message-entity-field.
3689         (elmo-folder-msgdb-create): Call
3690         elmo-msgdb-create-message-entity-from-file instead of
3691         elmo-msgdb-create-overview-entity-from-file.
3692
3693         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3694         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3695         instead of elmo-msgdb-create-overview-from-buffer.
3696         (elmo-archive-msgdb-create-entity): Ditto.
3697         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3698         elmo-message-entity-field.
3699         (elmo-archive-parse-mmdf): Ditto.
3700
3701         * modb-entity.el: Removed.
3702
3703         * elmo-version.el (elmo-version): Up to 2.11.16.
3704
3705 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3708         `is-local'.
3709         (elmo-folder-flag-as-answered): Ditto.
3710
3711 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3712
3713         * modb-standard.el: New file.
3714
3715         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3716         elmo-msgdb-convert-type is `sync'.
3717
3718         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3719         (elmo-msgdb-convert-type): New user option.
3720
3721         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3722         (elmo-load-msgdb): Auto detect saved type.
3723
3724         * elmo-version.el (elmo-version): Up to 2.11.15.
3725
3726 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3727
3728         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3729
3730         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3731         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3732         with argument `delete-if-none' when dst-folder is 'null.
3733
3734         * elmo-flag.el (elmo-folder-append-messages): Defined.
3735         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3736
3737 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3738
3739         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3740
3741 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3742
3743         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3744         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3745         (elmo-folder-commit): Ditto.
3746
3747 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * elmo-flag.el: New file.
3750
3751         * elmo-mark.el: Removed.
3752
3753         * modb-legacy.el (modb-legacy-new-mark,
3754         modb-legacy-unread-uncached-mark,
3755         modb-legacy-unread-cached-mark,
3756         modb-legacy-read-uncached-mark,
3757         modb-legacy-answered-cached-mark,
3758         modb-legacy-answered-uncached-mark,
3759         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3760         All other related portions are changed.
3761
3762         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3763         (elmo-folder-list-messages-with-global-mark): Abolish.
3764         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3765         (elmo-folder-flag-as-important): Ditto.
3766         (elmo-folder-unflag-read): Ditto.
3767         (elmo-folder-flag-as-read): Ditto.
3768         (elmo-folder-unflag-answered): Ditto.
3769         (elmo-folder-flag-as-answered): Ditto.
3770         (elmo-message-encache): Return the cache path.
3771         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3772         (elmo-message-set-flag): Transitional implementation.
3773         (elmo-message-unset-flag): Ditto.
3774         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3775         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3776         (elmo-init): Call elmo-global-flag-initialize.
3777         (toplevel): Added autoload settings for elmo-flag.
3778
3779         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3780
3781         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3782         (elmo-file-cache-delete): Don't treat global-mark.
3783
3784         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3785
3786         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3787
3788         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3789         `elmo-global-flags-set'.
3790
3791         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3792         `flag'.
3793         (elmo-folder-unflag-read): Ditto.
3794         (elmo-folder-unflag-important): Ditto.
3795         (elmo-folder-flag-as-important): Ditto.
3796         (elmo-folder-unflag-answered): Ditto.
3797         (elmo-folder-flag-as-answered): Ditto.
3798
3799         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3800         `elmo-global-flags-set'.
3801         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3802
3803         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3804
3805         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3806         `flag'.
3807         (elmo-folder-flag-as-important): Ditto.
3808         (elmo-folder-unflag-important): Ditto.
3809         (elmo-folder-flag-as-important): Ditto.
3810         (elmo-folder-unflag-read): Ditto.
3811         (elmo-folder-flag-as-read): Ditto.
3812         (elmo-folder-unflag-answered): Ditto.
3813         (elmo-folder-flag-as-answered): Ditto.
3814
3815         * elmo-multi.el (elmo-folder-list-importants): Don't call
3816         elmo-folder-list-messages-with-global-mark.
3817         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3818         (elmo-folder-unflag-important): Ditto.
3819         (elmo-folder-flag-as-read): Ditto.
3820         (elmo-folder-unflag-read): Ditto.
3821         (elmo-folder-flag-as-answered): Ditto.
3822         (elmo-folder-unflag-answered): Ditto.
3823
3824         * elmo-msgdb.el (elmo-msgdb-new-mark,
3825         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3826         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3827         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3828         (Moved to modb-legacy.el).
3829         (elmo-flag-table-get): Treat important flag too.
3830
3831         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3832         `mark' to `flag'.
3833         (elmo-map-folder-flag-as-important): Ditto.
3834         (elmo-map-folder-unflag-read): Ditto.
3835         (elmo-map-folder-flag-as-read): Ditto.
3836         (elmo-map-folder-unflag-answered): Ditto.
3837         (elmo-map-folder-flag-as-answered): Ditto.
3838         (elmo-folder-unflag-important): Ditto.
3839         (elmo-folder-flag-as-important): Ditto.
3840         (elmo-folder-unflag-read): Ditto.
3841         (elmo-folder-flag-as-read): Ditto.
3842         (elmo-folder-unflag-answered): Ditto.
3843         (elmo-folder-flag-as-answered): Ditto.
3844
3845         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3846         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3847         `flag'.
3848         (elmo-map-folder-unflag-important): Ditto.
3849         (elmo-map-folder-flag-as-read): Ditto.
3850         (elmo-map-folder-unflag-read): Ditto.
3851         (elmo-map-folder-flag-as-answered): Ditto.
3852         (elmo-map-folder-unflag-answered): Ditto.
3853
3854         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3855         `elmo-global-flags-set'.
3856         (elmo-global-flags-set): Added autoload setting.
3857
3858         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3859         `flag'.
3860
3861         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3862         `elmo-msgdb-global-mark-set'.
3863         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3864         Call `elmo-global-flags-set'.
3865         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3866         `flag'.
3867         (elmo-folder-flag-as-important-plugged): Ditto.
3868         (elmo-folder-unflag-read-plugged): Ditto.
3869         (elmo-folder-flag-as-read-plugged): Ditto.
3870         (elmo-folder-unflag-answered-plugged): Ditto.
3871         (elmo-folder-flag-as-answered-plugged): Ditto.
3872         (elmo-global-flags-set): Added autoload setting.
3873
3874         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3875         `flag'.
3876         (elmo-folder-unflag-read): Ditto.
3877         (elmo-folder-flag-as-important): Ditto.
3878         (elmo-folder-unflag-important): Ditto.
3879         (elmo-folder-flag-as-answered): Ditto.
3880         (elmo-folder-unflag-answered): Ditto.
3881
3882         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3883         change of `mark'->`flag'.
3884         (elmo-dop-queue-method-name-alist): Ditto.
3885         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3886         (elmo-folder-unflag-read-dop): Ditto.
3887         (elmo-folder-flag-as-important-dop): Ditto.
3888         (elmo-folder-unflag-important-dop): Ditto.
3889         (elmo-folder-flag-as-answered-dop): Ditto.
3890         (elmo-folder-unflag-answered-dop): Ditto.
3891
3892         * elmo-cache.el (elmo-folder-msgdb-create): Call
3893         `elmo-global-flags-set'.
3894
3895         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3896         Call `elmo-global-flags-set'.
3897         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3898         elmo-archive-parse-mmdf with argument `folder'.
3899         (elmo-archive-parse-mmdf): Added argument `folder';
3900         Call `elmo-global-flags-set'.
3901
3902         * elmo-version.el (elmo-version): Up to 2.11.14.
3903
3904 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3905
3906         * modb.el (elmo-msgdb-length): Define.
3907
3908         * elmo.el (elmo-make-folder): Fixed.
3909         (elmo-generic-folder-append-messages): Follow the API change.
3910
3911         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3912         API change.
3913
3914 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * modb.el: New file.
3917
3918         * modb-entity.el: Ditto.
3919
3920         * modb-legacy.el: Ditto.
3921
3922         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3923         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3924         of `elmo-msgdb-overview-get-entity'.
3925         (elmo-msgdb-get-field): Ditto.
3926         (elmo-msgdb-merge): Moved to `elmo.el'.
3927         (elmo-msgdb-length): Removed; redefine as modb method.
3928         (elmo-msgdb-change-mark): Abolish.
3929         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3930         (elmo-msgdb-match-condition): Don't use mark.
3931         (elmo-msgdb-overview-get-entity): Abolish.
3932         Split modb part into `modb*.el'.
3933
3934         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3935
3936         * elmo-shimbun.el (shimbun-mua-search-id): Use
3937         `elmo-msgdb-message-entity' instead of
3938         `elmo-msgdb-overview-get-entity'.
3939         (elmo-shimbun-folder-shimbun-header): Ditto.
3940         (elmo-shimbun-get-headers): Ditto.
3941         (elmo-shimbun-update-overview): Ditto.
3942
3943         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3944
3945         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3946
3947         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3948         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3949
3950         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3951         `elmo-msgdb-mark-to-flags'.
3952
3953         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3954         `elmo-msgdb-set-path'.
3955
3956         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3957  
3958         * elmo-version.el (elmo-version): Up to 2.11.13.
3959
3960         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3961
3962         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3963         of mark.
3964
3965 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3966
3967         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3968         mismatch.
3969
3970 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3971
3972         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3973         instead of `elmo-msgdb-get-cached'.
3974         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3975
3976         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3977         (elmo-msgdb-set-cached): Ditto.
3978         (elmo-msgdb-set-flag): Rewrite.
3979         (elmo-msgdb-unset-flag): Ditto.
3980
3981         * elmo-msgdb.el: Rewrite with luna.
3982
3983         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3984         (elmo-folder-msgdb): Follow the change above.
3985         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3986         (elmo-folder-unmark-important): Follow the API change.
3987         (elmo-folder-mark-as-important): Ditto.
3988         (elmo-folder-unmark-read): Ditto.
3989         (elmo-folder-mark-as-read): Ditto.
3990         (elmo-folder-unmark-answered): Ditto.
3991         (elmo-folder-mark-as-answered): Ditto.
3992         (elmo-folder-clear): Likewise.
3993
3994         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3995         instead of `elmo-msgdb-load' (renamed).
3996
3997         * elmo-version.el (elmo-version): Up to 2.11.12.
3998
3999 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4000
4001         * elmo.el (elmo-generic-folder-append-messages): Follow the API
4002         change.
4003         (elmo-message-mark): Abolish.
4004         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
4005         instead of `elmo-msgdb-change-mark'.
4006
4007         * elmo-pipe.el (elmo-message-mark): Abolish.
4008
4009         * elmo-multi.el (elmo-message-mark): Ditto.
4010
4011         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
4012         (elmo-msgdb-unread-uncached-mark): Ditto.
4013         (elmo-msgdb-unread-cached-mark): Ditto.
4014         (elmo-msgdb-read-uncached-mark): Ditto.
4015         (elmo-msgdb-answered-cached-mark): Ditto.
4016         (elmo-msgdb-answered-uncached-mark): Ditto.
4017         (elmo-msgdb-important-mark): Ditto.
4018         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
4019         `use-cache'.
4020         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
4021         `flags'.
4022         (elmo-flag-table-load): Changed flag to list of flag.
4023         (elmo-flag-table-set): If flags is nil, set read flag.
4024         (elmo-flag-table-get): Return derived flags from global mark,
4025         cache status and saved flags.
4026         (elmo-msgdb-flag-table): Follow the change above.
4027         (elmo-msgdb-out-of-date-messages): New function.
4028
4029         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
4030
4031         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4032
4033         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
4034
4035         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4036         (elmo-nntp-msgdb-create-message): Ditto.
4037
4038         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4039
4040         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
4041         independent.
4042         (elmo-folder-msgdb-create): Follow the API change.
4043
4044         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4045         (elmo-folder-append-messages): Ditto.
4046
4047         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4048         (elmo-folder-append-buffer): Ditto.
4049
4050         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4051
4052         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4053
4054         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4055         (elmo-archive-parse-mmdf): Ditto.
4056
4057         * elmo-version.el (elmo-version): Up to 2.11.11.
4058
4059 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4060
4061         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
4062         `elmo-msgdb-mark'.
4063
4064         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
4065
4066         * elmo-pipe.el (elmo-message-flags): Defined.
4067
4068         * elmo-multi.el (elmo-message-flags): Ditto.
4069
4070 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4071
4072         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
4073         `elmo-msgdb-delete-msgs'.
4074
4075         * elmo.el (elmo-folder-count-flags): Don't use
4076         `elmo-msgdb-get-mark-alist'.
4077         (elmo-folder-detach-messages): Follow the API change.
4078
4079         * elmo.el (elmo-folder-list-messages): Append killed messages into
4080         result if `visible-only' is nil.
4081
4082         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
4083         canceled messages.
4084         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
4085         (elmo-folder-update-number): Likewise.
4086
4087         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
4088         (elmo-pop3-sort-msgdb-by-original-number): Use
4089         `elmo-msgdb-sort-entities'.
4090
4091         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
4092         (elmo-msgdb-sort-by-date): Use it.
4093         (elmo-msgdb-overview-sort-by-date): Abolish.
4094
4095         * elmo-dop.el (elmo-folder-status-dop): Fixed.
4096
4097         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
4098         (elmo-msgdb-flags): New function.
4099         (elmo-msgdb-merge): Use elmo-msgdb-append.
4100
4101         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4102         change.
4103
4104         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4105
4106         * elmo-dop.el (elmo-folder-status-dop): Use
4107         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4108
4109 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4110
4111         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4112
4113         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4114
4115         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4116
4117         * elmo-util.el (elmo-with-progress-display): New macro.
4118
4119         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4120
4121 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4122
4123         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4124         `elmo-folder-list-message-entities' instead of
4125         `elmo-msgdb-get-overview'.
4126         (elmo-map-folder-list-message-locations): Ditto.
4127
4128         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4129         methods instead of treat directly).
4130         (elmo-msgdb-clear): Ditto.
4131         (elmo-msgdb-delete-msgs): Ditto.
4132         (elmo-msgdb-sort-by-date): Ditto.
4133
4134         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4135         local variables.
4136         (elmo-nntp-folder-msgdb-create): Follow the API change.
4137
4138         * elmo-version.el (elmo-version): Up to 2.11.10.
4139
4140 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4141
4142         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4143         (elmo-msgdb-flags-to-mark): Ditto.
4144         (elmo-msgdb-append-entity): Ditto.
4145
4146         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4147         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4148         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4149         (elmo-archive-parse-mmdf): Ditto.
4150
4151         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4152
4153         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4154
4155         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4156
4157         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4158
4159         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4160
4161         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4162
4163         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4164
4165         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4166
4167         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4168         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4169         to empty msgdb.
4170
4171         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4172         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4173         instead of directly construction.
4174         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4175         instead of construct msgdb.
4176
4177         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4178         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4179         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4180         instead of construct msgdb.
4181
4182 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4183
4184         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4185         when field is from or subject.
4186
4187 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * elmo-multi.el (elmo-message-entity-parent): Define.
4190         (elmo-folder-search): Rewrite.
4191
4192 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4193
4194         * elmo-multi.el (elmo-message-cached-p): Define.
4195
4196         * elmo.el (elmo-message-cached-p): New method.
4197         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4198         (elmo-message-flags): New method.
4199         (elmo-message-flagged-p): New function.
4200
4201         * elmo-version.el (elmo-version): Up to 2.11.9.
4202
4203 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4204
4205         * elmo-version.el (elmo-version): Up to 2.11.8.
4206
4207         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4208
4209         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4210
4211 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * elmo.el (elmo-folder-detach-messages): Undo last change.
4214
4215 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4218
4219         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4220         only when src folder type is pop3.
4221
4222 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4225         elmo-msgdb-overview-entity-get-number instead of
4226         elmo-message-entity-number.
4227
4228 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4229
4230         * elmo-version.el (elmo-version): Up to 2.11.7.
4231
4232 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4235         function.
4236
4237         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4238         (elmo-msgdb-merge): New function.
4239         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4240         (elmo-msgdb-make-index): Rewrite.
4241
4242         * elmo-version.el (elmo-version): Up to 2.11.6.
4243
4244         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4245         use it as a the path for loading message entities.
4246
4247         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4248
4249 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4250
4251         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4252         message-modified slot of itself if it does not require target msgdb.
4253
4254         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4255         if folder length is zero.
4256         (elmo-mime-display-as-is): Ditto.
4257
4258         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4259
4260         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4261
4262 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4263
4264         * elmo.el (elmo-folder-set-message-modified): New method.
4265         (elmo-generic-folder-commit): Use it.
4266         (elmo-folder-synchronize): Ditto.
4267
4268         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4269         (elmo-folder-commit): Remove duplicate definition.
4270
4271 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4272
4273         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4274
4275 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4276
4277         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4278         (elmo-strict-folder-diff): Ditto.
4279         (elmo-folder-set-info-max-by-numdb): Simplify.
4280
4281         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4282         elmo-msgdb-list-messages.
4283
4284         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4285         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4286
4287 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4288
4289         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4290         visible-only is non-nil.
4291         (elmo-folder-confirm-appends): Changed message.
4292         (elmo-folder-synchronize): Added argument disable-killed.
4293
4294         * elmo-multi.el (elmo-folder-synchronize): Added argument
4295         disable-killed.
4296
4297         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4298
4299         * elmo-version.el (elmo-version): Up to 2.11.5.
4300
4301         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4302         elmo-list-filter.
4303
4304         * elmo-util.el (elmo-list-filter): Simplify.
4305
4306         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4307         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4308         (elmo-generic-folder-diff): Abolish argument.
4309         (elmo-msgdb-load): Don't use number-alist.
4310
4311         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4312
4313         * elmo-pipe.el (elmo-folder-diff): Ditto.
4314
4315         * elmo-nmz.el (elmo-folder-diff): Ditto.
4316
4317         * elmo-net.el (elmo-folder-diff): Ditto.
4318
4319         * elmo-maildir.el (elmo-folder-diff): Ditto.
4320
4321         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4322
4323         * elmo-multi.el (elmo-folder-diff): Ditto
4324         (elmo-multi-folder-diff): Rewrite.
4325
4326 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4327
4328         * elmo-pipe.el (elmo-folder-msgdb): Define.
4329
4330 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4331
4332         * elmo.el (elmo-message-set-cached): Define as a method.
4333
4334         * elmo-pipe.el (elmo-message-set-cached): Define.
4335         (elmo-find-fetch-strategy): Ditto.
4336
4337         * elmo-multi.el (elmo-message-set-cached): Define.
4338         (elmo-find-fetch-strategy): Rewrite.
4339
4340         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4341
4342         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4343
4344 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4345
4346         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4347         instead of number-alist.
4348
4349         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4350         mark nor message-id when msgdb of source folder is not loaded.
4351
4352         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4353
4354         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4355
4356 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4357
4358         * elmo.el (elmo-folder-length): Don't require msgdb.
4359
4360 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4363         (elmo-message-field): Ditto.
4364
4365         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4366         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4367         slot.
4368         (elmo-map-folder-list-answereds): Define.
4369         (elmo-maildir-list-location): Treat 'R' info.
4370         (elmo-folder-msgdb-create): Treat flag-table.
4371         (elmo-folder-append-messages): Save flag-table.
4372
4373 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4374
4375         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4376         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4377
4378 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4379
4380         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4381
4382         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4383         'read when mark is null.
4384
4385 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4386
4387         * elmo-version.el (elmo-version): Up to 2.11.4.
4388
4389 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4390
4391         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4392         (elmo-folder-mark-as-answered): Ditto.
4393
4394 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4395
4396         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4397         (elmo-pop3-get-session): Make msgdb directory after session.
4398         (elmo-folder-exists-p): Check exactly at the first time even when the
4399         elmo-pop3-exists-exactly is nil.
4400
4401         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4402         (elmo-folder-list-messages): Define instead of
4403         elmo-folder-list-messages-internal.
4404         (elmo-folder-check): Check destination folder.
4405         (elmo-folder-synchronize): Drain the pipe.
4406
4407         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4408         when msgdb is not loaded.
4409
4410         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4411
4412         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4413         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4414         messages.
4415
4416         * elmo.el (elmo-folder-kill-messages-before): New function.
4417         (elmo-folder-kill-messages): Ditto.
4418         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4419
4420         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4421         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4422         killed not by synchronize (e.g. scoring).
4423
4424 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4425
4426         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4427         treated.
4428         (elmo-folder-search): Follow the change above.
4429
4430         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4431         into the candidates of search field.
4432
4433 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4436         (elmo-msgdb-unset-flag): Ditto.
4437
4438         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4439
4440 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4441
4442         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4443         (elmo-folder-commit): Define.
4444         (elmo-folder-synchronize): Ditto.
4445         (elmo-folder-list-flagged): Ditto.
4446         (elmo-folder-commit): Ditto.
4447         (elmo-folder-length): Ditto.
4448         (elmo-folder-count-flags): Ditto.
4449         (elmo-message-mark): Ditto.
4450         (elmo-message-field): Ditto.
4451         (elmo-message-entity): Ditto.
4452         (elmo-message-folder): Ditto.
4453
4454 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * elmo.el (elmo-message-field): Define as a method.
4457
4458         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4459         (elmo-message-field): Define.
4460
4461         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4462         (elmo-folder-list-importants): Ditto.
4463         (elmo-folder-list-answereds): Ditto.
4464
4465         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4466         qualifier.
4467         (elmo-folder-mark-as-read): Ditto.
4468         (elmo-folder-unmark-read): Ditto.
4469         (elmo-folder-mark-as-answered): Ditto.
4470         (elmo-folder-unmark-answered): Ditto.
4471         (elmo-folder-list-flagged): Define.
4472         (elmo-folder-commit): Ditto.
4473         (elmo-folder-length): Ditto.
4474         (elmo-folder-count-flags): Ditto.
4475
4476 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * elmo.el (elmo-folder-detach-messages): New method.
4479         (elmo-folder-move-messages): Use it.
4480         (elmo-folder-synchronize): Ditto.
4481
4482         * elmo-multi.el (elmo-folder-detach-messages): Define.
4483
4484         * elmo.el (elmo-message-copy-entity): New function.
4485         (elmo-message-entity-set-number): Ditto.
4486         (elmo-message-mark): Define as method.
4487
4488         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4489         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4490         (elmo-message-entity): Fixed last change.
4491         (elmo-message-mark): Define.
4492         (elmo-folder-msgdb-create): Abolish.
4493         (elmo-multi-folder-append-msgdb): Ditto.
4494         (elmo-multi-folder-diff): Fixed.
4495         (elmo-multi-split-number-alist): Removed.
4496         (elmo-multi-split-mark-alist): Removed.
4497         (elmo-folder-list-messages): Define.
4498         (elmo-folder-list-messages-internal): Removed.
4499
4500         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4501         local file messages.
4502         (elmo-folder-msgdb-create): Fixed read mark.
4503
4504 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4505
4506         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4507         if mark is nil.
4508
4509 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * elmo.el (elmo-folder-list-message-entities): Define as inline
4512         function.
4513         (elmo-folder-messages): Abolish.
4514
4515         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4516         folder.
4517         (elmo-folder-synchronize): Define.
4518         (elmo-message-entity): Define.
4519
4520 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4521
4522         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4523         elmo-imap4-session-select-mailbox.
4524
4525         * elmo.el (elmo-folder-move-messages): Don't display any message.
4526
4527         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4528         parsing.
4529         (elmo-imap4-session-check): Don't wait CHECK response.
4530         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4531
4532 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4535
4536 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4537
4538         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4539         API.
4540         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4541
4542
4543         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4544         (elmo-folder-list-message-entities): Added argument in-msgdb and
4545         numbers.
4546         (elmo-folder-synchronize): Define as a method.
4547
4548         * elmo-nntp.el (elmo-folder-initialize): Don't use
4549         elmo-nntp-default-user if zero-length username is specified
4550         explicitly.
4551
4552 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4553
4554         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4555         server name in case with username.
4556         (XXX: this is ad-hoc fix against username includes "@", it
4557         should be solved fundamentally)
4558
4559 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4560
4561         * elmo-nntp.el (elmo-nntp-debug): New function.
4562         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4563         (elmo-network-authenticate-session): Hide auth-info from the log.
4564
4565         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4566         user name if it is equal to elmo-nntp-default-user.
4567
4568 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4569
4570         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4571         instead of shimbun-server-internal;
4572         Use shimbun-current-group instead of shimbun-current-group-internal.
4573         (elmo-folder-plugged-p): Use shimbun-server instead of
4574         shimbun-server-internal.
4575         (elmo-folder-set-plugged): Ditto.
4576         (elmo-net-port-info): Ditto.
4577         (elmo-folder-check): Ditto.
4578         (elmo-folder-expand-msgdb-path): Ditto.
4579         (elmo-folder-list-subfolders): Ditto.
4580
4581 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4582
4583         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4584         Convert field-name to lower case.
4585         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4586
4587 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4588
4589         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4590         `message' and `error' take format string.
4591
4592 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4593
4594         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4595
4596 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4597
4598         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4599         recursive call (can't byte compile on emacs 20.7).
4600
4601 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4602
4603         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4604         (elmo-folder-list-message-entities): New API.
4605         (elmo-message-entity): Ditto.
4606         (elmo-message-entity-parent): Ditto.
4607         (elmo-folder-do-each-message-entity): Ditto.
4608         (elmo-message-entity-number): Ditto.
4609         (elmo-message-entity-field): Ditto.
4610         (elmo-message-entity-set-field): Ditto.
4611         (elmo-folder-count-flags): Ditto.
4612         (elmo-folder-length): Ditto.
4613
4614         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4615         not.
4616
4617         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4618         (elmo-msgdb-count-marks): Abolish.
4619         (elmo-msgdb-make-entity): Ditto.
4620         (elmo-msgdb-do-each-entity): Ditto.
4621         (elmo-msgdb-message-entity): New inline function.
4622         (elmo-msgdb-message-entity-field): Ditto.
4623         (elmo-msgdb-message-entity-set-field): Ditto.
4624         (elmo-msgdb-make-message-entity): New function.
4625
4626 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4627
4628         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4629         to flag. (All other related portions are changed.)
4630         (elmo-folder-msgdb-create): Likewise.
4631         (elmo-generic-folder-append-messages): Use flag-table instead of
4632         seen-list.
4633         (elmo-folder-move-messages): Removed redundant process.
4634         (elmo-folder-synchronize): Likewise.
4635
4636         * elmo-msgdb.el (elmo-flag-table-get): New function.
4637         (elmo-flag-table-save): Fixed.
4638         (elmo-msgdb-length): New inline function.
4639         (elmo-msgdb-flag-table): New function.
4640         (elmo-msgdb-mark): Add optional argument new.
4641         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4642         (elmo-msgdb-seen-list): Ditto.
4643         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4644
4645
4646 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4647
4648         * elmo.el (elmo-message-set-mark): Abolish.
4649         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4650         (All related portions are changed.)
4651
4652         * elmo-msgdb.el (toplevel): Added comment.
4653         (elmo-load-msgdb): Added 4th element `path'.
4654         (elmo-msgdb-append): Follow the change above.
4655         (elmo-msgdb-clear): Ditto.
4656         (elmo-msgdb-delete-msgs): Ditto.
4657         (elmo-msgdb-get-path): New inline function.
4658         (elmo-msgdb-set-path): Ditto.
4659         (elmo-flag-table-filename): New variable.
4660         (elmo-flag-table-load): New function.
4661         (elmo-flag-table-set): Ditto.
4662         (elmo-flag-table-save): Ditto.
4663         (elmo-msgdb-get-field-value): Abolish.
4664         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4665
4666 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4667
4668         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4669         the folder has been deleted successfully.
4670         * elmo-imap4.el (elmo-folder-delete): Ditto.
4671         * elmo-archive.el (elmo-folder-delete): Ditto.
4672         * elmo-localdir.el (elmo-folder-delete): Ditto.
4673         * elmo-maildir.el (elmo-folder-delete): Ditto.
4674
4675 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4676
4677         * elmo-util.el (elmo-string-member-ignore-case): New function.
4678         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4679         (elmo-imap4-fetch-callback-1-subr): Likewise.
4680
4681 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4682
4683         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4684         the case of the name attribute "\Noselect".
4685
4686 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4689
4690         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4691         flist, is not always a member of onum-alist.
4692
4693 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4694
4695         * elmo-version.el (elmo-version): Up to 2.11.3.
4696
4697 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4698
4699         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4700         copied from localdir's one.
4701
4702         * elmo-pipe.el (elmo-folder-rename): New method, rename
4703         destination folder with leaving source folder as it is.
4704
4705 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4706
4707         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4708         replace-regexp.
4709
4710 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4711
4712         * elmo-version.el (elmo-version): Up to 2.11.2.
4713
4714 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4717         shimbun-open in case of "@".
4718         (elmo-folder-open-internal): Cope with shimbun = nil case.
4719         (elmo-folder-plugged-p): Ditto.
4720         (elmo-folder-list-subfolders): Make list for "@/" group.
4721
4722 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4725         mailbox (e.g. for %~/something).
4726
4727 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4728
4729         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4730         Replace nested conditional with guard clauses.
4731
4732 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4733
4734         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4735         error [wl:11327].
4736
4737         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4738         print-depth.
4739
4740 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4741
4742         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4743         Replace nested conditional with guard clauses.
4744
4745 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4748         (elmo-passwd-alist-save): Ditto.
4749         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4750
4751 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4752
4753         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4754         dir-name only if it is absolute path.
4755         (TODO: distinguish +/something and +something)
4756
4757 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4760         path for "+~/something".
4761
4762 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4765         as non-directory, cause error before rename-file.
4766         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4767         apropriately, mimic localdir's one.
4768         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4769
4770 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4771
4772         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4773
4774 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4775
4776         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4777
4778         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4779         
4780         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4781         is included in the global-mark or not.
4782
4783 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * utf7.el (toplevel): Avoid error when the function
4786         find-coding-system does not exist.
4787
4788 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4791         cache even if the folder is plugged.
4792         (elmo-nntp-search-primitive): Do nothing when body search is
4793         invoked (although it is not used by the change above).
4794         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4795
4796 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4797
4798         * elmo-version.el (elmo-version): Up to 2.11.1.
4799
4800 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * elmo-archive.el: Specify charset.
4803
4804 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4807         process buffer lives or not.
4808
4809         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4810         while flushing queues (It causes infinite loop).
4811
4812 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4815
4816 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4817
4818         * utf7.el (toplevel): Check the ucs features dynamically.
4819         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4820
4821         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4822         folder is creatabe or not if it already exists.
4823
4824 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4825
4826         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4827
4828         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4829
4830         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4831         (elmo-imap4-read-response): Take care of garbage response.
4832
4833 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4834
4835         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4836         just return nil instead of error.
4837
4838 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4839
4840         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4841         search-key is "body".
4842
4843 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4846         of elmo-string-matched-assoc to use match-data.
4847         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4848
4849 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * elmo-split.el (elmo-split->): New function.
4852         (elmo-split-<): Ditto.
4853
4854 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4855
4856         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4857         workaround for invalid message-id.
4858
4859 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4862         return normal pop3 session or pop3 biff session.
4863
4864 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4867         info part to the cur files when the new files already have it.
4868         (Adviced by Jared Rhine <jared@wordzoo.com>)
4869
4870 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4871
4872         * elmo-split.el (elmo-split-default-action): New variable.
4873         (elmo-split-subr): Use it if all other conditions are passed.
4874         Extend `fname' and rename it as `action'. (implemented
4875         Teranishi-san's idea in [wl:10800])
4876
4877 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4878
4879         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4880         * elmo-util.el: Ditto.
4881
4882 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4883
4884         * elmo.el (elmo-message-accessible-p): Renamed from
4885         elmo-message-cached-p and rewritten.
4886
4887 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * elmo.el (elmo-folder-list-flagged): New generic function.
4890         (elmo-folder-list-importants): New implementation.
4891         (elmo-folder-list-answereds): Ditto.
4892         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4893         Added 'digest'.
4894         (elmo-message-cached-p): New function.
4895         (elmo-message-set-flag): Ditto (no content).
4896         (elmo-message-unset-flag): Ditto.
4897         (elmo-folder-list-messages-mark-match): Abolish.
4898
4899         * elmo-util.el (elmo-regexp-opt): New function.
4900
4901         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4902         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4903         Added 'digest'.
4904         (elmo-msgdb-list-flagged): New function.
4905
4906         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4907         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4908         Added 'digest'.
4909
4910         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4911
4912 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * elmo-version.el (elmo-version): Up to 2.11.0.
4915
4916 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4917
4918         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4919         `elmo-file-cache-exists-p'; use proper mark that depends on
4920         `use-cache'.
4921         (elmo-msgdb-unset-flag): Ditto.
4922         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4923
4924         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4925         with 4th argument `use-cache'.
4926
4927 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4930         (elmo-folder-mark-as-important): Ditto.
4931         (elmo-folder-unmark-read): Ditto.
4932         (elmo-folder-mark-as-read): Ditto.
4933         (elmo-folder-unmark-answered): Ditto.
4934         (elmo-folder-mark-as-answered): Ditto.
4935
4936         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4937         message status.
4938         (elmo-msgdb-mark): Likewise.
4939         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4940         (elmo-msgdb-unset-flag): Likewise.
4941
4942         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4943
4944 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4945
4946         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4947         `last:' filter.
4948
4949 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4950
4951         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4952         set spool-length to 0.
4953
4954 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4955
4956         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4957         (elmo-dop-queue-flush): Fixed last change.
4958
4959 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4960
4961         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4962         if require-msgdb slot is nil.
4963         (elmo-folder-list-importants): Likewise.
4964
4965 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4966
4967         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4968         mark is changed.
4969
4970         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4971         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4972         is changed.
4973
4974 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4977
4978 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4981
4982         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4983
4984 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4985
4986         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4987         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4988
4989 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4992         the problem reported by Sean Rima [wl-en:180].
4993
4994 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4997
4998         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4999
5000         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
5001
5002         * elmo-map.el (elmo-folder-unmark-read): Ditto.
5003
5004         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
5005
5006         * elmo-net.el (elmo-folder-unmark-read): Ditto.
5007
5008         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
5009
5010 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
5013         status number.
5014
5015 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5016
5017         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
5018         (elmo-folder-mark-as-read): Follow the API change.
5019         (elmo-message-set-cached): New function.
5020
5021         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
5022
5023         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
5024
5025         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
5026         (elmo-folder-mark-as-important): Ditto.
5027         (elmo-folder-unmark-read): Ditto.
5028         (elmo-folder-mark-as-read): Ditto.
5029         (elmo-folder-unmark-answered): Ditto.
5030         (elmo-folder-mark-as-answered): Ditto.
5031
5032         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
5033         (elmo-folder-unmark-important): Ditto.
5034         (elmo-folder-mark-as-read): Ditto.
5035         (elmo-folder-unmark-read): Ditto.
5036         (elmo-folder-mark-as-answered): Ditto.
5037         (elmo-folder-unmark-answered): Ditto.
5038
5039         * elmo-mark.el (toplevel): Removed some mark method definitions.
5040
5041         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
5042         (elmo-map-folder-mark-as-answered): Ditto.
5043         (elmo-folder-unmark-important): Add :before qualifier.
5044         (elmo-folder-mark-as-important): Ditto.
5045         (elmo-folder-unmark-read): Ditto.
5046         (elmo-folder-mark-as-read): Ditto.
5047         (elmo-folder-unmark-answered): Define.
5048         (elmo-folder-mark-as-answered): Ditto.
5049
5050         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
5051         (elmo-map-folder-unmark-answered): Ditto.
5052
5053         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
5054
5055         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
5056         (elmo-folder-mark-as-important): Ditto.
5057         (elmo-folder-unmark-read): Ditto.
5058         (elmo-folder-mark-as-read): Ditto.
5059         (elmo-folder-unmark-answered): Ditto.
5060         (elmo-folder-mark-as-answered): Ditto.
5061
5062         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
5063         `mark'; evaluate mark condition.
5064         (elmo-msgdb-match-condition-internal): New function.
5065         (elmo-msgdb-match-condition): Call it; changed argument.
5066
5067         * elmo.el (elmo-folder-search): Follow the API change on
5068         `elmo-msgdb-match-condition'.
5069
5070 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5071
5072         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
5073         original mark is non-nil.
5074
5075 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
5078         (elmo-map-folder-list-answereds): New method.
5079         (elmo-folder-list-unreads): Add :around qualifier.
5080         (elmo-folder-list-importants): Ditto.
5081         (elmo-folder-list-answereds): Ditto.
5082
5083 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
5086
5087         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
5088         method if msgdb is not required.
5089         (elmo-filter-folder-list-importants): Don't treat global-mark.
5090
5091         * elmo.el (elmo-folder-list-importants): Ditto.
5092
5093         * elmo-net.el (elmo-folder-list-importants): Ditto.
5094
5095         * elmo-map.el (elmo-folder-list-importants): Ditto.
5096
5097         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
5098
5099         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5100         (elmo-imap4-folder-list-any-plugged): New function.
5101         (elmo-imap4-search-internal-primitive): Use it.
5102
5103         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5104         only when require-msgdb slot is non-nil.
5105         (elmo-folder-close): Clear target folder's msgdb.
5106
5107 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5110         (elmo-pop3-msgdb-create-by-header): Ditto.
5111         (elmo-pop3-msgdb-create-message): Ditto.
5112
5113         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5114
5115         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5116
5117         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5118
5119         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5120         (elmo-folder-msgdb-create): Ditto.
5121         (elmo-nntp-folder-msgdb-create): Ditto.
5122         (elmo-nntp-msgdb-create-by-header): Ditto.
5123         (elmo-nntp-msgdb-create-message): Ditto.
5124         (elmo-folder-list-unreads): Define.
5125
5126         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5127         (elmo-folder-append-messages): Ditto.
5128         (elmo-folder-list-unreads): Define.
5129         (elmo-folder-list-importants): Ditto.
5130         (elmo-folder-list-answereds): Ditto.
5131
5132         * elmo-net.el (elmo-folder-list-unreads): Define.
5133         (elmo-folder-list-importants): Ditto.
5134         (elmo-folder-list-answereds): Ditto.
5135         (elmo-folder-list-answereds-plugged): Ditto.
5136         (elmo-folder-msgdb-create): Follow the API change.
5137         (elmo-folder-msgdb-create-unplugged): Ditto.
5138         (elmo-folder-unmark-answered): Define.
5139         (elmo-folder-mark-as-answered-unplugged): Ditto.
5140         (elmo-folder-unmark-answered-unplugged): Ditto.
5141
5142         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5143         (elmo-msgdb-unread-uncached-mark): Ditto.
5144         (elmo-msgdb-unread-cached-mark): Ditto.
5145         (elmo-msgdb-read-uncached-mark): Ditto.
5146         (elmo-msgdb-answered-cached-mark): Ditto.
5147         (elmo-msgdb-answered-uncached-mark): Ditto.
5148         (elmo-msgdb-important-mark): Ditto.
5149         (elmo-msgdb-set-mark): Rewrite.
5150         (elmo-msgdb-count-marks): Rewrite.
5151         (elmo-msgdb-mark-alist-set): Abolish.
5152         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5153         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5154
5155         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5156         (elmo-folder-close): Define.
5157         (elmo-folder-msgdb-create): Follow the API change.
5158         (elmo-folder-list-unreads): Rewrite.
5159         (elmo-folder-mark-as-important): Ditto.
5160         (elmo-folder-unmark-important): Ditto.
5161         (elmo-folder-mark-as-read): Ditto.
5162         (elmo-folder-unmark-read): Ditto.
5163         (elmo-folder-mark-as-answered): Define.
5164         (elmo-folder-unmark-answered): Ditto.
5165
5166         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5167         (elmo-folder-append-messages): Ditto.
5168
5169         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5170
5171         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5172         (elmo-folder-list-importants): Ditto.
5173
5174         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5175         (elmo-folder-append-messages): Ditto.
5176
5177         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5178         change.
5179         (elmo-folder-msgdb-create-plugged): Ditto.
5180         (elmo-folder-append-messages): Ditto.
5181         (elmo-folder-list-answereds-plugged): Define.
5182         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5183         (elmo-folder-unmark-answered-plugged): Define.
5184         (elmo-folder-mark-as-answered-plugged): Ditto.
5185         (elmo-folder-search-requires-msgdb-p): Ditto.
5186
5187         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5188         (elmo-folder-initialize): Set it.
5189         (elmo-folder-msgdb): Define.
5190         (elmo-folder-check): Call elmo-folder-synchronize.
5191         (elmo-folder-close): Define.
5192         (elmo-folder-commit): Ditto.
5193         (elmo-folder-msgdb-create): Rewrite.
5194         (elmo-folder-list-unreads): Ditto.
5195         (elmo-folder-list-importants): Ditto.
5196         (elmo-folder-mark-as-read): Ditto.
5197         (elmo-folder-unmark-read): Ditto.
5198         (elmo-folder-mark-as-important): Ditto.
5199         (elmo-folder-unmark-important): Ditto.
5200         (elmo-folder-mark-as-answered): Define.
5201         (elmo-folder-unmark-answered): Ditto.
5202
5203         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5204         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5205         (elmo-dop-queue-method-name-alist): Likewise.
5206         (elmo-folder-mark-as-answered-dop): New inline function.
5207         (elmo-folder-unmark-answered-dop): Ditto.
5208         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5209
5210         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5211         (elmo-folder-msgdb-create): Ditto.
5212         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5213         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5214         (elmo-archive-parse-mmdf): Ditto.
5215
5216         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5217         (elmo-folder-list-unreads-internal): Ditto.
5218
5219         * elmo.el (elmo-folder-msgdb): Define as generic function.
5220         (elmo-folder-list-messages): Added argument `in-msgdb'.
5221         (elmo-folder-list-unreads): Define as generic function.
5222         (elmo-folder-list-importants): Ditto.
5223         (elmo-folder-list-answereds): Ditto.
5224         (elmo-folder-list-messages-with-global-mark): New function.
5225         (elmo-folder-msgdb-create): Removed mark arguments.
5226         (elmo-folder-unmark-answered): New generic function.
5227         (elmo-folder-mark-as-answered): Ditto.
5228         (elmo-folder-append-messages): Removed argunment `unread-marks'
5229         (elmo-folder-list-unreads-internal): Abolish.
5230         (elmo-folder-list-importants-internal): Ditto.
5231         (elmo-folder-search-requires-msgdb-p): New generic function.
5232         (elmo-folder-search-requires-msgdb-p-internal): New function.
5233         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5234         elmo-msgdb-load.
5235         (elmo-folder-search-fast): Added key 'mark'.
5236         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5237         instead of unread-marks argument.
5238         (elmo-folder-move-messages): Removed argunment `unread-marks'
5239         (elmo-folder-unmark-important): Define.
5240         (elmo-folder-mark-as-important): Ditto.
5241         (elmo-folder-unmark-read): Ditto.
5242         (elmo-folder-mark-as-read): Ditto.
5243         (elmo-folder-unmark-answered): Ditto.
5244         (elmo-folder-mark-as-answered): Ditto.
5245         (elmo-folder-replace-marks): Abolish.
5246         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5247         duplicates.
5248         (elmo-folder-synchronize): Removed mark arguments;
5249         return crosspost only number.
5250
5251 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5254         Remove redundunt connectivity check.
5255
5256 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5259         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5260
5261 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * pldap.el (ldap-decode-string): Return string as-is if
5264         `ldap-coding-system' is nil.
5265         (ldap-encode-string): Ditto.
5266         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5267         (ldap-default-host): Fixed docstring.
5268
5269 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5270
5271         * elmo-util.el (elmo-warning): Define as a macro which uses
5272         `display-warning' if it is defined as a function.
5273
5274         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5275         (elmo-split-equal): Use it.
5276         (elmo-split-match): Ditto.
5277         (elmo-split-message-entity): New buffer-local variable.
5278         (elmo-split-subr): Set it.
5279
5280         * elmo-version.el (elmo-version): Up to 2.9.15.
5281
5282 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * elmo-imap4.el (elmo-network-initialize-session):
5285         Check capability after starttls.
5286
5287 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * elmo-util.el (elmo-list-delete): Added optional argument
5290         DELETE-FUNCTION.
5291
5292         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5293
5294         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5295
5296         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5297
5298         * elmo-imap4.el (elmo-folder-initialize): Don't use
5299         elmo-imap4-default-mailbox.
5300
5301 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5302
5303         * elmo-split.el (toplevel): Use `product-provide'.
5304         (elmo-split): Checkdoc.
5305
5306 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5307
5308         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5309         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5310         the function `elmo-imap4-debug-1'.
5311
5312 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5313
5314         * elmo-split.el (elmo-split): Moved to run hooks and to show
5315         message from elmo-split-subr.
5316         (elmo-split-subr): Follow the change above.
5317
5318         * elmo-split.el (elmo-split-subr): New function (renamed from
5319         elmo-split-subr).
5320         (elmo-split): Changed to call elmo-split-subr by element of
5321         elmo-split-folder.
5322         (elmo-split-folder): Changed customization type to choice.
5323
5324 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5325
5326         * elmo-split.el (elmo-split-and): Fixed condition.
5327
5328 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5329
5330         * elmo-split.el: New file.
5331         (elmo-split): Fixed logic.
5332         Display "Test:" instead of "Folder:" when reharsal.
5333
5334         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5335         explicitly.
5336
5337         * elmo-version.el (elmo-version): Up to 2.9.14.
5338
5339         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5340         wl-expand-newtext).
5341
5342 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5343
5344         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5345         message with no message-id field.
5346
5347 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * elmo-version.el (elmo-version): Up to 2.9.13.
5350
5351         * elmo-dop.el (elmo-folder-status-dop): Fix.
5352
5353 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5354
5355         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5356
5357         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5358         changing default value of default-mime-charset.
5359         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5360
5361         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5362
5363         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5364         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5365         instead of elmo-dop-queue-method-name-alist to check merging queue.
5366         (elmo-folder-delete-messages-dop): Delete from queue if negative
5367         message number.
5368         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5369         file is already removed.
5370
5371 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * elmo-vars.el: Bind colon keywords for old Emacsen.
5374
5375 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5376
5377         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5378         against non-exsisting charset.
5379
5380 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5383         Use eword-decode-and-unfold-unstructured-field-body.
5384
5385         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5386         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5387         exists to decode raw subject string.
5388         (toplevel): Require 'mime.
5389
5390         * elmo-version.el (elmo-version): Up to 2.9.12.
5391
5392 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5395         (elmo-msgdb-set-mark): Ditto.
5396
5397         * elmo-version.el (elmo-version): Up to 2.9.11.
5398
5399 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * elmo-util.el (elmo-delete-match-files): New function.
5402
5403         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5404         instead of elmo-delete-directory.
5405
5406         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5407         elmo-hash-minimun-size as 63.
5408
5409         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5410         elmo-diff-unread is nil.
5411
5412         * elmo-imap4.el (elmo-folder-open): Fix.
5413
5414         * elmo.el (elmo-message-mark): Rewrite.
5415         (elmo-message-field): Ditto.
5416         (elmo-message-set-mark): Ditto.
5417         (elmo-folder-replace-marks): New function.
5418         (elmo-generic-folder-append-msgdb): Removed third argument for
5419         elmo-msgdb-append.
5420         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5421         (elmo-msgdb-load): New implementation.
5422
5423         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5424
5425         * elmo-util.el (elmo-list-insert): New implementation.
5426
5427         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5428         argument for elmo-msgdb-append.
5429         
5430
5431         * elmo-msgdb.el (elmo-load-msgdb): New function.
5432         (elmo-make-msgdb): Ditto.
5433         (elmo-msgdb-get-index): New inline function.
5434         (elmo-msgdb-set-index): Ditto.
5435         (elmo-msgdb-get-entity-hashtb): Ditto.
5436         (elmo-msgdb-get-mark-hashtb): Ditto.
5437         (elmo-msgdb-get-mark): Ditto.
5438         (elmo-msgdb-set-mark): Ditto.
5439         (elmo-msgdb-count-marks): Ditto.
5440         (elmo-msgdb-get-number): Ditto.
5441         (elmo-msgdb-get-field): Ditto.
5442         (elmo-msgdb-seen-list): Ditto.
5443         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5444         (elmo-msgdb-delete-msgs): Follow the changes above.
5445         (elmo-msgdb-overview-get-entity): Ditto.
5446         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5447         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5448         and rewritten.
5449         (elmo-msgdb-make-index): Likewise.
5450         (elmo-msgdb-append): Removed third argument.
5451         (elmo-msgdb-clear): Clear index as nil.
5452         (elmo-folder-set-info-hashtb): Removed.
5453         (elmo-folder-set-info-max-by-numdb): Ditto.
5454         (elmo-folder-info-make-hashtb): Ditto.
5455
5456         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5457
5458         * elmo-map.el (elmo-folder-pack-number): Ditto.
5459
5460 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * elmo-version.el (elmo-version): Up to 2.9.10.
5463
5464         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5465
5466         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5467
5468 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5469
5470         * elmo-utils.el (elmo-make-directory): Add option.
5471         Default file mode is 700.
5472
5473 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5474
5475         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5476
5477 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5480         mime-charset.
5481
5482         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5483         and "smaller".
5484
5485 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5486
5487         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5488         (elmo-shimbun-folder-entity-hash): New function.
5489         (elmo-shimbun-folder-shimbun-header): Ditto.
5490         (elmo-shimbun-entity-to-header): Ditto.
5491         (elmo-shimbun-msgdb-to-headers): Removed.
5492         (elmo-shimbun-folder-setup): Ditto.
5493         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5494         for hash key.
5495         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5496         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5497         Removed useless local bind.
5498         (elmo-folder-open-internal): Don't call
5499         `elmo-shimbun-folder-setup'.
5500         (elmo-folder-close-internal): Clear entity-hash slot.
5501         (elmo-folder-clear): Ditto.
5502         (elmo-shimbun-msgdb-create-entity): Use
5503         `elmo-shimbun-folder-shimbun-header'.
5504         (elmo-map-message-fetch): Ditto.
5505         (elmo-shimbun-update-overview): Use overview entity instead of
5506         shimbun header to lookup id by references.
5507         (elmo-map-folder-list-message-locations): Use not only headers but
5508         also overviews to list locations.
5509
5510 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5511
5512         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5513         msgdb path.
5514
5515         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5516
5517 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5518
5519         * elmo-util.el (elmo-read-search-condition-internal): Give default
5520         value for date.
5521
5522 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5523
5524         * elmo-util.el (elmo-condition-parse-search-value): Accept
5525         YYYY-MM-DD format to search.
5526         * elmo-date.el (elmo-date-get-datevec): Likewise.
5527
5528 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5529
5530         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5531         debugging code.
5532
5533 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5534
5535         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5536         from t.
5537
5538         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5539
5540         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5541         case from `elmo-folder-exists-p'.
5542         (elmo-folder-exists-p): Removed.
5543         (elmo-folder-creatable-p) Ditto.
5544
5545         * elmo-net.el (elmo-folder-create): Defined.
5546         (elmo-folder-create-unplugged): New function.
5547         (elmo-folder-exists-p): Changed default value to nil from t.
5548
5549         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5550         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5551
5552         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5553         `elmo-create-folder-dop' and append queue
5554         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5555         (elmo-folder-create-dop-delayed): New function.
5556
5557         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5558
5559         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5560
5561         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5562         (elmo-folder-writable-p) : Ditto.
5563
5564         * elmo-version.el (elmo-version): Up to 2.9.9.
5565
5566 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5567
5568         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5569         `elmo-message-use-cache-p' returns nil.
5570         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5571         (ignore cache file and refer the substance in local folders)
5572
5573 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5574
5575         * elmo-version.el (elmo-version): Up to 2.9.8.
5576
5577 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5578
5579         * elmo-version.el (elmo-version): Up to 2.9.7.
5580
5581         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5582
5583 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5584
5585         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5586
5587 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5588
5589         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5590         from --early.
5591         (elmo-map-folder-list-message-locations): Reverse location list.
5592
5593 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5594
5595         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5596
5597 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5600         as a key.
5601         (elmo-nntp-folder-list-subfolders): Follow the change above.
5602
5603 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5604
5605         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5606         name if authentication type is specified.
5607
5608 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5609
5610         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5611         variable.
5612         (elmo-default-nntp-stream-type): Ditto.
5613         (elmo-default-pop3-stream-type): Ditto.
5614
5615 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5616
5617         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5618
5619 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5620
5621         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5622         elmo-vars.el.
5623         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5624
5625         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5626         (elmo-maildir-folder-path): Ditto.
5627         (elmo-maildir-list): Ditto (abolished).
5628
5629 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5630
5631         * elmo-version.el (elmo-version): Up to 2.9.6.
5632
5633 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5634
5635         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5636         (elmo-maildir-folder-path): Ditto.
5637         (elmo-msgdb-directory): Ditto.
5638         (elmo-passwd-life-time): Ditto.
5639         (elmo-msgdb-extra-fields): Ditto.
5640         (elmo-enable-disconnected-operation): Ditto.
5641
5642 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5645         other choices.
5646         (elmo-pop3-default-authenticate-type): Ditto.
5647
5648 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5649
5650         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5651         choices for custom.
5652         (elmo-pop3-default-authenticate-type): Ditto.
5653
5654 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5655
5656         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5657         mailbox to new-folder.
5658
5659 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5660
5661         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5662         less than new, set new as unread.
5663
5664         * elmo-util.el (elmo-string): Don't put text-property if nil.
5665
5666 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5667
5668         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5669         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5670
5671 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5672
5673         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5674         is nil on `completing-read'.
5675
5676 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5679         for namespace part.
5680         (elmo-imap4-parse-namespace-subr): Ditto.
5681         (elmo-folder-list-subfolders): Append a delimiter when the specified
5682         folder path is a root with namespace and does not end with delimiter.
5683
5684 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5685
5686         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5687         was used.
5688
5689 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * elmo-util.el (elmo-save-buffer): The first argument of message
5692         is a format control string.
5693
5694 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5695
5696         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5697         `elmo-folder-diff').
5698         (elmo-diff-unread): Likewise.
5699
5700 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5701
5702         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5703         is t on `completing-read'.
5704
5705 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5706
5707         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5708         method of target folder with self mark-alist if MARK-ALIST is nil.
5709
5710 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5711
5712         * elmo-version.el (elmo-version): Up to 2.9.5.
5713
5714 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5715
5716         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5717         (elmo-dop-merge-funcs): Remove.
5718
5719 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5720
5721         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5722         Return t if PATH is directory, too.
5723         Use `dolist' instead of while loop.
5724
5725 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5726
5727         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5728         is deleted.
5729
5730 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5731
5732         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5733         return value to t.
5734         (elmo-folder-list-messages-unplugged): Return t if
5735         elmo-enable-disconnected-operation is nil.
5736
5737         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5738         `elmo-folder-list-messages-internal'.
5739
5740 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5741
5742         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5743         Change to looking-at `[23][0-9]+'.
5744         (elmo-network-initialize-session): Use 'error-msg'
5745         * elmo-net.el (elmo-network-open-session): Set unplugged
5746         if elmo-network-initialize-session returns 'elmo-open-err.
5747
5748 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5749
5750         * elmo-version.el (elmo-version): Up to 2.9.4.
5751
5752 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5755         `elmo-folder-list-messages-internal'.
5756
5757 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5758
5759         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5760         (elmo-message-match-condition): New method.
5761         (elmo-folder-search-fast): New inline function.
5762         (elmo-msgdb-search): Removed.
5763
5764         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5765         target folder if it is unplugged.
5766         (elmo-folder-list-messages-internal): Return t if target folder is
5767         unplugged and itself is persistent; In this case, use list be
5768         searched already.
5769
5770         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5771         (elmo-msgdb-search-internal-primitive): Ditto.
5772         (elmo-msgdb-match-condition): New function.
5773         (elmo-msgdb-match-condition-primitive): Ditto.
5774
5775         * elmo-util.el (elmo-filter-condition-p): New macro.
5776
5777         * elmo-cache.el (elmo-folder-search): Removed.
5778
5779         * elmo-localdir.el (elmo-folder-search): Ditto.
5780
5781         * elmo-maildir.el (elmo-folder-search): Ditto.
5782
5783         * elmo-mark.el (elmo-folder-search): Ditto.
5784
5785         * elmo-nmz.el (elmo-folder-search): Ditto.
5786
5787         * elmo-sendlog.el (elmo-folder-search): Ditto.
5788
5789         * elmo-shimbun.el (elmo-folder-search): Ditto.
5790
5791         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5792         if folder is unplugged.
5793
5794         * elmo-nntp.el (elmo-folder-search): Likewise.
5795         (elmo-nntp-search-internal): New function.
5796
5797         * elmo-version.el (elmo-version): Up to 2.9.3.
5798
5799 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5800
5801         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5802
5803 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5804
5805         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5806
5807 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5808
5809         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5810
5811 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5814         (elmo-map-folder-list-message-locations): Do drive letter conversion
5815         on Windows environment.
5816         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5817         (elmo-map-message-fetch): Ditto.
5818
5819 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5820
5821         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5822         (elmo-network-initialize-session): Ditto.
5823
5824 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5827
5828         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5829
5830         * elmo-util.el (elmo-progress-clear): Ditto.
5831
5832         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5833         `DD-Mon-YYYY' type date.
5834
5835 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5836
5837         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5838         `elmo-date-make-sortable-string' instead of
5839         `timezone-make-date-sortable'.
5840
5841         * elmo-date.el (elmo-date-make-sortable-string): Use
5842         `timezone-make-time-string'.
5843
5844 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5847
5848         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5849         `since'; Fix timezone.
5850
5851         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5852
5853         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5854
5855 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5856
5857         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5858
5859 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5860
5861         * elmo.el (elmo-generic-folder-append-messages): Make
5862         fetch-strategy with `use-cache' as 'maybe. Check return value of
5863         `elmo-message-fetch'.
5864         (elmo-message-fetch): Return return value of
5865         `elmo-message-fetch-with-cache-process'.
5866         (elmo-message-fetch-with-cache-process): Return non-nil if
5867         fetching was succeed. Load cache when fetching was failed and
5868         fetch-strategy-use-cache is 'maybe.
5869
5870         * elmo-util.el (elmo-file-cache-load): New function.
5871
5872         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5873         defun.
5874
5875         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5876         non-nil if fetching was succeed.
5877
5878         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5879
5880         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5881
5882         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5883         (elmo-message-fetch-with-cache-process): Likwise.
5884
5885         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5886
5887         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5888
5889         * elmo-version.el (elmo-version): Up to 2.9.2.
5890
5891 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5892
5893         * elmo.el (elmo-folder-delete): Delete msgdb path.
5894
5895         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5896
5897         * elmo-maildir.el (elmo-folder-delete): Ditto.
5898
5899         * elmo-localdir.el (elmo-folder-delete): Ditto.
5900
5901         * elmo-imap4.el (elmo-folder-delete): Ditto.
5902
5903 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * elmo.el (luna-define-class): Added `biff' slot.
5906
5907         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5908         (elmo-pop3-debug-inhibit-logging): Abolished.
5909         (elmo-network-close-session): Eliminated needless let.
5910         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5911         (elmo-pop3-send-command): Added `no-log' argument.
5912         (elmo-pop3-process-filter): Use `with-current-buffer'.
5913         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5914         if login failure.
5915         (elmo-pop3-auth-apop): Likewise.
5916         (elmo-network-authenticate-session): Likewise.
5917
5918         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5919         if biff folder.
5920
5921         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5922         string to determine protocol.
5923         (elmo-network-session-name-prefix): Abolished.
5924         (elmo-network-session-cache-key): Follow the change above.
5925         (elmo-network-open-session): Ditto.
5926
5927         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5928         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5929
5930         * elmo-version.el (elmo-version): Up to 2.9.1.
5931
5932         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5933         unmatch condition checking.
5934
5935         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5936         condition.
5937
5938 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5939
5940         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5941
5942 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5943
5944         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5945         test for while loop to execute at least one SEARCH command.
5946
5947 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5948
5949         * elmo-version.el (elmo-version): Up to 2.9.0.
5950
5951 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5952
5953         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5954         (elmo-archive-folder-path): Define.
5955         (elmo-folder-initialize): Setup `dir-name' slot.
5956         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5957         Use `dir-name' as prefix of each subfolders.
5958         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5959
5960 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5961
5962         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5963         (elmo-pipe-folder-list-target-messages): New internal function.
5964         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5965         `killed-list'.
5966         (elmo-pipe-folder-copied-list-load): New function.
5967         (elmo-pipe-folder-copied-list-save): Ditto.
5968         (elmo-folder-open-internal): Follow the change above.
5969         (elmo-folder-status): Fixed for copy.
5970
5971 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5974
5975 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5976
5977         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5978         elmo-copy-file instead of elmo-add-name-to-file.
5979
5980         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5981
5982         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5983         "file://..." index.
5984
5985         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5986         of accept-process-output as 1.
5987         (elmo-pop3-read-contents): Ditto.
5988         (elmo-pop3-read-body): Ditto.
5989
5990 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5991
5992         * elmo-version.el (product-version-as-string): Remove define.
5993
5994 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5997         (elmo-imap4-copy-messages): Chop number set using
5998         `elmo-imap4-number-set-chop-length'.
5999         (elmo-imap4-set-flag): Ditto.
6000         (elmo-imap4-search-internal-primitive): Ditto.
6001
6002 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6003
6004         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
6005         `elmo-folder-make-temp-dir'
6006
6007         * elmo-vars.el (elmo-cache-directory): New variable.
6008         (elmo-cache-dir): Abolished.
6009         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
6010
6011         * elmo-version.el (elmo-version): Up to 2.7.7.
6012
6013 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
6016         defcustom; Set default value as t.
6017
6018 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
6021         (ldap-search-program-arguments): Changed default value.
6022         (ldap-search-basic): Accept exit status 4.
6023         (ldap/field-body): Parse options.
6024         (ldap/collect-field): Ditto.
6025         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
6026
6027         * elmo-imap4.el (elmo-imap4-process-bye): New function.
6028         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
6029         (elmo-imap4-accept-ok): Ditto.
6030         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
6031         'notify-bye, only BYE error is reported.
6032         (elmo-folder-exists-p-plugged): Set no-error argument of
6033         `elmo-imap4-session-select-mailbox' as 'notify-bye.
6034
6035         * elmo.el (elmo-imap4-bye-error): Changed message.
6036
6037         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
6038         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
6039         queues (It causes infinite loop).
6040
6041 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6042
6043         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
6044         (RECENT UNSEEN MESSAGES) extension.
6045
6046 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
6047
6048         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
6049         Check number of overview fields.
6050
6051 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * elmo.el (elmo-folder-confirm-appends): Changed message.
6054         (elmo-folder-confirm-appends): Ditto.
6055
6056         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
6057         `with-temp-buffer'.
6058         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
6059
6060 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6061
6062         * elmo.el (elmo-folder-confirm-appends): Check whether the value
6063         of elmo-folder-update-threshold is nil, which can be set by
6064         wl-summary-update-confirm-threshold.
6065
6066 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
6069         (elmo-nmz-index-alias-alist): Ditto.
6070         (elmo-map-folder-list-message-locations): Follow the change above.
6071
6072 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6073
6074         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
6075
6076         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
6077
6078         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
6079
6080         * elmo-util.el (elmo-read): Ditto.
6081         (elmo-display-error): Ditto.
6082
6083         * elmo-vars.el (elmo-date-match): Ditto.
6084
6085         * pldap.el (ldap-coding-system): Ditto.
6086
6087         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
6088         `elmo-inhibit-number-mapping' as nil.
6089
6090 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6091
6092         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
6093         space delimiter for list response.
6094
6095 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6096
6097         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
6098
6099 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6100
6101         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6102         (elmo-map-message-fetch): Fix.
6103         * elmo-map.el (elmo-folder-status): Fix for killed.
6104
6105 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * elmo-sendlog.el: New file.
6108         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6109
6110 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * acap.el (acap-logging-out): New buffer local variable.
6113         (acap-close): Set it.
6114         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6115         an error.
6116
6117 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6118
6119         * acap.el (acap-response-bye-p): New function.
6120         (acap-response-bye-message): Ditto.
6121         (acap-wait-for-response): If bye response is received, cause an error.
6122         (acap-parse-response): Make bye response when 'Bye' is received.
6123
6124 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6125
6126         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6127
6128 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6129
6130         * elmo-util.el (elmo-copy-file): Added argument
6131         `ok-if-already-exists'.
6132         (elmo-copy-file): Fixed typo.
6133
6134 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6135
6136         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6137
6138 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6139
6140         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6141
6142 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6143
6144         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6145         to killed-list.
6146
6147 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6148
6149         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6150         (elmo-folder-initialize): Fix for `copy'.
6151         (elmo-pipe-drain): Ditto.
6152         (elmo-folder-open-internal): Ditto.
6153         (elmo-folder-newsgroups): Fix.
6154
6155 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6156
6157         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6158         for each message.
6159
6160         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6161         recent value is returned from imap folder.
6162
6163         * elmo.el (elmo-folder-newsgroups): New generic function.
6164
6165         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6166         (elmo-folder-initialize): Set it.
6167         (elmo-folder-expand-msgdb-path): Use it.
6168         (elmo-folder-newsgroups): Define.
6169
6170         * elmo-filter.el (elmo-folder-newsgroups): Define.
6171
6172         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6173
6174         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6175
6176         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6177
6178 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6179
6180         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6181         user option.
6182         (elmo-shimbun-header-extra-field): New inline function.
6183         (elmo-shimbun-header-set-extra-field): Ditto.
6184         (elmo-shimbun-folder-header-hash-setup): Ditto.
6185         (elmo-shimbun-update-overview): Ditto.
6186         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6187         (elmo-shimbun-folder-setup): Use
6188         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6189         (elmo-shimbun-get-headers): Ditto.
6190         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6191         Insert `X-Shimbun-Id:' header if extra field is set.
6192         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6193         field's value instead of `shimbun-header-id'.
6194
6195         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6196         inline function.
6197         (elmo-msgdb-overview-entity-set-date): Ditto.
6198         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6199
6200 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6201
6202         * mmimap.el (mmimap-entity-section): Changed body node number from
6203         "0" to "1".
6204
6205 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6206
6207         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6208         `elmo-folder-delete-messages'.
6209
6210         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6211         (elmo-folder-initialize): Changed to expand alias into index path.
6212
6213         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6214         `elmo-mime-insert-header-from-buffer' with 6th arg
6215         `sorted-fields'.
6216
6217 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6218
6219         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6220
6221         * elmo.el (elmo-diff-new): New inline function.
6222         (elmo-diff-unread): Ditto.
6223         (elmo-diff-all): Ditto.
6224
6225         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6226         value from responseb.
6227         (elmo-imap4-folder-diff-plugged): Ditto.
6228         (elmo-imap4-server-diff-async): Added recent argument.
6229         (elmo-server-diff-async): Ditto.
6230         (elmo-imap4-folder-diff-plugged): Ditto.
6231
6232         * elmo-version.el (elmo-version): Up to 2.7.6.
6233
6234 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6235
6236         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6237         in quoted-stirng.
6238
6239 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6242
6243         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6244
6245         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6246
6247         * elmo-multi.el (elmo-folder-initialize): Ditto.
6248
6249         * elmo-util.el (elmo-parse-token): New function.
6250         (elmo-parse-prefixed-element): Ditto.
6251
6252 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6255         delete process.
6256         (elmo-imap4-accept-ok): Ditto.
6257
6258 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6259
6260         * mmimap.el (mime-imap-entity-header-string): Don't check first
6261         element of node-id is `0' (Follow last change).
6262
6263 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6264
6265         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6266         assigned irregular node-id to nested multipart section.
6267         (initialize-instance): Followed above change.
6268
6269 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6270
6271         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6272         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6273         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6274         `elmo-shimbun-get-headers');
6275         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6276         visible article on summary exists in headers).
6277         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6278
6279 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6280
6281         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6282         definition.
6283
6284 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6287
6288 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6289
6290         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6291         header separator into loop condition.
6292
6293 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6294
6295         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6296         Return duplicate folder if it has subfolder.
6297
6298 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * elmo.el (elmo-make-folder): Add folder name error check.
6301
6302         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6303         (elmo-nntp-encode-group-string): New inline function.
6304         (elmo-nntp-decode-group-string): Ditto.
6305         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6306         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6307         Use `not' instead of `null';
6308         Use elmo-nntp-decode-group-string.
6309
6310         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6311
6312         * elmo-version.el (elmo-version): Up to 2.7.5.
6313
6314 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6315
6316         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6317         Hide progress gauge if `elmo-folder-move-messages' exits
6318         nonlocally.
6319
6320 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * elmo-imap4.el (elmo-folder-initialize): Use
6323         `elmo-imap4-encode-folder-string' for folder name.
6324
6325 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6326
6327         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6328         `done'.
6329
6330 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6331
6332         * elmo-util.el (elmo-progress-counter-alist): New internal
6333         variable.
6334         (elmo-progress-counter-value): New macro.
6335         (elmo-progress-counter-all-value): Ditto.
6336         (elmo-progress-counter-format): Ditto.
6337         (elmo-progress-counter-set-value): Ditto.
6338         (elmo-progress-set): New function.
6339         (elmo-progress-clear): Ditto.
6340         (elmo-progress-notify): Ditto.
6341
6342         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6343         counter.
6344
6345         * elmo.el (elmo-generic-folder-append-messages): Call
6346         `elmo-progress-notify'.
6347         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6348
6349         * elmo-archive.el (elmo-folder-append-messages): Call
6350         `elmo-progress-notify'.
6351
6352         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6353
6354         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6355
6356         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6357
6358 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6361         'Create'.
6362         (elmo-message-encache-dop): Added argument `read'.
6363
6364         * elmo-shimbun.el (elmo-message-encache): Ditto.
6365
6366         * elmo-net.el (elmo-message-encache): Ditto.
6367
6368         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6369         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6370         elmo-imap4-seen-messages.
6371         (elmo-folder-msgdb-create-plugged): Initialize
6372         elmo-imap4-seen-messages;
6373         Set seen mark on elmo-imap4-seen-messages.
6374
6375         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6376
6377         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6378         elmo-folder-append-buffer.
6379         (elmo-folder-encache): Added optional argument `read'.
6380         (elmo-message-encache): Ditto.
6381
6382         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6383
6384         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6385
6386         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6387         if append buffer content succeds.
6388
6389 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6392         elmo-display-progress.
6393
6394         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6395         Set 4th argument of mime-display-message.
6396         (elmo-mime-display-as-is): Ditto.
6397
6398 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * elmo-nmz.el (toplevel): Require 'mime-edit.
6401         (elmo-nmz-content-type-alist): Abolished.
6402         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6403         content is not a message.
6404         (elmo-map-message-fetch): Changed behavior exept for message content;
6405         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6406         content-type, Add From: and Subject: field.
6407
6408 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6409
6410         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6411         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6412         not a message.
6413
6414 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6415
6416         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6417         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6418
6419         * elmo-archive.el (elmo-folder-writable-p): Defined.
6420
6421         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6422
6423         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6424
6425         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6426
6427         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6428
6429         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6430
6431         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6432
6433         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6434
6435         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6436
6437 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * elmo-util.el (elmo-address-quote-specials): New function;
6440         Renamed from `wl-address-quote-specials'.
6441
6442 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6443
6444         * elmo-version.el (elmo-version): Up to 2.7.4.
6445
6446 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6447
6448         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6449
6450 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6453         both compile-time and run-time to avoid byte-compile warning.
6454
6455 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6456
6457         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6458
6459 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6460
6461         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6462         option.
6463         (elmo-mime-display-as-is-internal): Use it.
6464
6465         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6466         if `read-passwd' is not defined.
6467
6468 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6469
6470         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6471         by original number.
6472         (elmo-folder-status): Call `elmo-folder-open-internal';
6473         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6474         (elmo-folder-close-internal): Set location-alist as nil.
6475         (elmo-folder-clear): Define.
6476         (elmo-folder-check): Don't set location-alist as nil.
6477
6478         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6479
6480 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6483         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6484
6485         * mmimap.el (mime-imap-entity::requested): New slot.
6486         (mime-imap-location-fetch-entity-p): New generic function.
6487         (mime-decode-parameters): Define using `defun-maybe'.
6488         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6489         content-type structure.
6490         (mime-entity-body): Return empty body if
6491         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6492
6493         * elmo.el (elmo-message-displaying): New variable.
6494
6495         * elmo-mime.el (elmo-mime-message-display): Bind
6496         elmo-message-displaying as t.
6497
6498         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6499
6500 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * acap.el (acap-open): erase buffer before starting network process.
6503         (acap-store): Rewrite.
6504
6505 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * elmo-imap4.el (elmo-imap4-default-mailbox,
6508         elmo-imap4-default-server
6509         elmo-imap4-default-authenticate-type,
6510         elmo-imap4-default-user,
6511         elmo-imap4-default-port,
6512         elmo-imap4-default-stream-type,
6513         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6514
6515         * elmo-pop3.el (elmo-pop3-default-user,
6516         elmo-pop3-default-server,
6517         elmo-pop3-default-authenticate-type,
6518         elmo-pop3-default-port,
6519         elmo-pop3-default-stream-type,
6520         elmo-pop3-stream-type-alist): Ditto.
6521
6522         * elmo-nntp.el (elmo-nntp-default-server,
6523         elmo-nntp-default-user,
6524         elmo-nntp-default-port,
6525         elmo-nntp-default-stream-type,
6526         elmo-nntp-stream-type-alist): Ditto.
6527
6528         * elmo-vars.el: Follow changes above.
6529         (elmo-setting): New custom group; added 'elmo-setting group to
6530         above variables.
6531
6532         * elmo-version.el (elmo-version): Up to 2.7.3.
6533
6534         * acap.el (acap-parse-response): Don't delete process when BYE
6535         response (It causes hang-up on slow network environment).
6536         (toplevel): Added comment.
6537
6538 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6539
6540         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6541
6542         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6543         parsing NIL.
6544         (acap-parse-return-metadata): Ditto.
6545
6546         * slp.el: New file.
6547         (toplevel): Fixed typo.
6548
6549         * acap.el: New file.
6550         (acap-network-stream-open): Show "Connecting..." message.
6551         (acap-parse-response): Fixed problem for BYE untagged response.
6552         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6553         (toplevel): Added tiny comments.
6554
6555 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6556
6557         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6558         space delimiter for uidl response.
6559
6560 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * elmo-vars.el (elmo-use-semi): Eliminated.
6563
6564         * elmo-util.el (elmo-string-assoc-all): New function.
6565
6566 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6567
6568         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6569         property 'mime-preview-situation for `mime-preview-quit'.
6570
6571 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6572
6573         * elmo.el (elmo-message-fetch-with-cache-process): Call
6574         elmo-message-fetch-internal instead of causing an error when fetch
6575         strategy is 'entire but only 'section cache is available.
6576
6577 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6578
6579         * elmo-version.el (elmo-version): Up to 2.7.2.
6580
6581         * elmo.el (elmo-generic-folder-append-messages): Make
6582         fetch-strategy with `use-cache'.
6583
6584         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6585         (elmo-dop-queue-method-name): New macro.
6586
6587 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6588
6589         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6590         unbalanced parenthesis.
6591
6592 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6593
6594         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6595
6596 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6599         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6600
6601 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6604         local variables.
6605
6606 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6609         (elmo-message-use-cache-p): Define.
6610         (elmo-folder-msgdb-create): Treat cache.
6611
6612 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * elmo-nntp.el (elmo-network-initialize-session): Call
6615         `elmo-nntp-send-mode-reader'.
6616         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6617
6618 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6619
6620         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6621         alist.
6622         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6623         assoc.
6624
6625         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6626         for `elmo-plugged-p'.
6627         (elmo-open-network-stream): Fixed stream-type argument.
6628
6629 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6632         unknown archive type is specified.
6633
6634 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6637
6638         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6639         while loading msgdb.
6640
6641         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6642         (elmo-folder-open-internal): Rewrite.
6643
6644 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * elmo-mime.el (elmo-mime-display-as-is-internal):
6647         Adjust buffer-multibyte status.
6648
6649 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6652         of elmo-condition-find-key.
6653
6654         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6655         (elmo-condition-in-msgdb-p): Ditto.
6656         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6657         argument.
6658
6659 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6662
6663 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6666         label for elmo-display-progress.
6667
6668 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6669
6670         * elmo.el (elmo-folder-clear): New method.
6671         (elmo-folder-clear): Define.
6672         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6673
6674         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6675         (elmo-folder-clear): Define.
6676
6677         * elmo-map.el (elmo-folder-clear): Define.
6678
6679         * elmo-version.el (elmo-version): Up to 2.7.1.
6680
6681 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6684         updates.
6685
6686 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6689         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6690
6691 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6694
6695         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6696         and re-written.
6697
6698         * elmo-imap4.el (elmo-folder-initialize): Use
6699         elmo-get-network-stream-type.
6700
6701         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6702
6703         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6704
6705 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * elmo.el (elmo-message-encache): Set unread argument for
6708         elmo-message-fetch.
6709
6710         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6711
6712         * elmo.el (elmo-net-port-info): New method.
6713
6714         * elmo-shimbun.el (elmo-net-port-info): Define.
6715         (elmo-message-encache): Ditto.
6716
6717         * elmo-net.el (elmo-net-port-info): Define as method.
6718
6719         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6720         unplugged status when elmo-enable-disconnected-operation is t.
6721
6722         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6723         of spool folder before checking new number.
6724
6725 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6726
6727         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6728         (elmo-network-setup-session): Ditto.
6729         (elmo-message-fetch-plugged): Ditto.
6730         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6731         (elmo-network-initialize-session): Ditto.
6732         (elmo-pop3-read-response): Abolish 3rd argument.
6733         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6734         (elmo-pop3-read-contents): Ditto.
6735         (elmo-pop3-read-body): Ditto.
6736         (elmo-folder-status): Call elmo-folder-close.
6737         (elmo-pop3-lock): Abolish.
6738         (elmo-pop3-unlock): Ditto.
6739         (elmo-pop3-locked-p): Ditto.
6740         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6741
6742 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * elmo-version.el (elmo-version): Up to 2.7.0.
6745
6746         * elmo-pop3.el (elmo-pop3-debug): New variable.
6747         (elmo-pop3-debug-inhibit-logging): Ditto.
6748         (elmo-pop3-debug): New function.
6749         (elmo-pop3-send-command): Call elmo-pop3-debug.
6750         (elmo-pop3-read-response): Added keep-lock optional argument;
6751         Don't unlock if keep-lock is non-nil.
6752         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6753         (elmo-network-authenticate-session): Bind
6754         elmo-pop3-debug-inhibit-logging as t.
6755         (elmo-network-setup-session): Call elmo-pop3-read-response with
6756         keep-lock argument.
6757         (elmo-pop3-read-msg): Ditto.
6758         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6759         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6760         (elmo-network-initialize-session): Call elmo-pop3-lock.
6761         (elmo-folder-close-internal): Don't clear location-alist slot.
6762         (elmo-folder-check): Clear location-alist slot.
6763
6764 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6767         (elmo-pop3-send-command): Call elmo-pop3-lock.
6768         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6769         (elmo-pop3-read-contents): Ditto.
6770         (elmo-pop3-lock): New function.
6771         (elmo-pop3-unlock): Ditto.
6772         (elmo-pop3-locked-p): Ditto.
6773         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6774         returns t.
6775
6776 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6779
6780         * elmo-util.el (elmo-file-field-primitive-condition-match):
6781         New inline function (Don't fetch file content if "first" or "last").
6782         (elmo-file-field-condition-match): Use
6783         elmo-file-field-primitive-condition-match.
6784
6785         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6786         "first".
6787
6788         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6789         (elmo-message-fetch-plugged): Fixed.
6790
6791         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6792
6793 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * elmo.el (elmo-folder-move-messages): Bind
6796         elmo-inhibit-display-retrieval-progress as t while moving messages.
6797
6798         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6799         New variable.
6800         (elmo-inhibit-display-retrieval-progress): Ditto.
6801
6802         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6803         for retrieval progress;
6804         Don't display progress when total buffer size is smaller than
6805         elmo-display-retrieval-progress-threshold.
6806         (elmo-message-fetch-plugged): Don't display progress when
6807         elmo-inhibit-display-retrieval-progress is non-nil.
6808
6809         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6810         for retrieval progress;
6811         Don't display progress when literal size is smaller than
6812         elmo-display-retrieval-progress-threshold.
6813         (elmo-imap4-message-fetch): Don't display progress when
6814         elmo-inhibit-display-retrieval-progress is non-nil.
6815
6816 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6819         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6820         (elmo-imap4-message-fetch): Likewise.
6821
6822         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6823         (elmo-shimbun-index-range-alist): Ditto.
6824         (elmo-shimbun-use-entire-index): Abolish.
6825         (shimbun-mua-use-entire-index): Ditto.
6826         (elmo-shimbun-folder): Added new slot `range'.
6827         (elmo-folder-initialize): Setup slot `range'.
6828
6829 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6830
6831         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6832         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6833         (elmo-shimbun-get-headers): Use return value of
6834         `shimbun-article-expiration-days'.
6835         (elmo-folder-close-internal): Clean up last-check slot.
6836
6837         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6838         (elmo-pop3-total-size): New variable.
6839         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6840
6841         * elmo.el (elmo-folder-reserve-status-p): New method.
6842
6843         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6844         (elmo-shimbun-use-entire-index): New user option.
6845         (shimbun-elmo-mua): New class.
6846         (shimbun-mua-search-id): Define.
6847         (shimbun-mua-use-entire-index): Ditto.
6848         (elmo-shimbun-folder:last-check): New slot.
6849         (elmo-shimbun-headers-cache-header-list): Abolish.
6850         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6851         (elmo-shimbun-headers-cache-header-hash): Ditto.
6852         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6853         (elmo-shimbun-headers-cache-last-check): Ditto.
6854         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6855         (elmo-shimbun-headers-check-p): Rewrite.
6856         (elmo-shimbun-msgdb-to-headers): New function.
6857         (elmo-shimbun-get-headers): Rewrite.
6858         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6859         (elmo-folder-open-internal): Get headers only if
6860         `elmo-shimbun-headers-check-p' is non-nil.
6861         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6862         is non-nil.
6863         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6864         (elmo-quit): Removed.
6865
6866         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6867         function.
6868         (elmo-msgdb-overview-entity-set-extra): Ditto.
6869         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6870
6871         * elmo-map.el (elmo-folder-status): Don't call
6872         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6873         is non-nil.
6874
6875 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6876
6877         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6878         of `elmo-msgdb-search-internal-primitive' when condition's car is
6879         `and' or `or'.
6880
6881 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6882
6883         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6884
6885 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6886
6887         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6888         call `elmo-pipe-drain'.
6889
6890 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6891
6892         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6893         typo. (elmo-cache-folder -> elmo-mark-folder)
6894
6895 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6896
6897         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6898         `elmo-message-fetch'.
6899
6900 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6901
6902         * elmo-net.el (elmo-message-encache): Fixed typo.
6903         (elmo-message-fetch-unplugged): Changed call
6904         `elmo-message-fetch-internal' without argument `outbuf'.
6905
6906 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * elmo.el (elmo-message-encache): Define as generic function.
6909         (elmo-message-fetch-field): New generic function.
6910         (elmo-message-fetch-with-cache-process): Cause an error when
6911         fetch strategy is 'entire but only 'section cache is available.
6912         (toplevel): Fixed nmz folder definition.
6913
6914         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6915         (elmo-msgdb-resume-list-filename): Ditto.
6916         (elmo-queue-filename): Ditto.
6917         (elmo-enable-disconnected-operation): Changed default value to t.
6918
6919         * elmo-util.el (elmo-cache-path-section-p): New function.
6920         (elmo-file-cache-get): Use it.
6921         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6922         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6923         (elmo-dop-queue-save): Ditto.
6924
6925         * elmo-net.el (elmo-folder-status-unplugged): Call
6926         elmo-folder-status-dop.
6927         (elmo-folder-list-messages-unplugged): Implemented.
6928         (elmo-folder-delete-messages-unplugged): Define.
6929         (elmo-folder-msgdb-create): Define.
6930         (elmo-folder-msgdb-create-unplugged): Define.
6931         (elmo-folder-mark-as-read-unplugged): Ditto.
6932         (elmo-folder-unmark-read-unplugged): Ditto.
6933         (elmo-folder-mark-as-important-unplugged): Ditto.
6934         (elmo-folder-unmark-important-unplugged): Ditto.
6935         (elmo-message-encache): Ditto.
6936
6937         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6938         (elmo-dop-queue-save): Ditto.
6939
6940         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6941         `elmo-folder-msgdb-create'.
6942         (elmo-folder-append-buffer): Implemented unplugged operation.
6943         (elmo-folder-append-messages): Call parent method in unplugged status.
6944         (elmo-message-fetch-unplugged): Removed definition.
6945         (elmo-message-fetch-field): Implemented.
6946
6947         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6948         (elmo-dop-folder): Removed variable definition.
6949         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6950         (elmo-dop-queue-flush): Implemented.
6951         (elmo-dop-queue-merge): Removed definition (TODO).
6952         (elmo-dop-spool-folder): New function.
6953         (elmo-dop-spool-folder-append-buffer): Ditto.
6954         (elmo-dop-spool-folder-list-messages): Ditto.
6955         (elmo-dop-list-deleting-messages): Ditto.
6956         (elmo-folder-append-buffer-dop): Ditto.
6957         (elmo-folder-delete-messages-dop): Ditto.
6958         (elmo-message-encache-dop): New inline function.
6959         (elmo-create-folder-dop): Ditto.
6960         (elmo-folder-mark-as-read-dop): Ditto.
6961         (elmo-folder-unmark-read-dop): Ditto.
6962         (elmo-folder-mark-as-important-dop): Ditto.
6963         (elmo-folder-unmark-important-dop): Ditto.
6964         (elmo-folder-status-dop): Fixed.
6965         (elmo-folder-append-buffer-dop-delayed): New function.
6966         (elmo-folder-delete-messages-dop-delayed): Ditto.
6967         (elmo-dop-msgdb): Ditto.
6968
6969 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6970
6971         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6972
6973 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6974
6975         * elmo.el (elmo-folder-move-messages): Fixed problem when
6976         `dst-folder' is 'null.
6977
6978 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6979
6980         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6981         instead of current mark.
6982
6983         * elmo-multi.el (elmo-folder-list-importants-internal): No
6984         operation if importants is not list.
6985
6986         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6987         Return t if importants is not list.
6988
6989         * elmo-map.el (elmo-map-folder-list-importants): Define.
6990         (elmo-folder-list-importants-internal): Check return value of
6991         `elmo-map-folder-list-importants-internal'.
6992
6993         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6994
6995         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6996
6997         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6998
6999         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
7000
7001 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
7004         (Patch is provided by <kita@coe.nttdata.co.jp>).
7005
7006 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7007
7008         * elmo.el (elmo-folder-synchronize): Don't check important mark in
7009         mark folder.
7010
7011 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7012
7013         * elmo.el (elmo-message-fetch): Define.
7014         (elmo-message-fetch-with-cache-process): New generic method.
7015         (elmo-message-fetch-internal): New generic method.
7016         (elmo-folder-synchronize):
7017
7018         * elmo-archive.el (elmo-message-fetch-internal): Define.
7019         (elmo-message-fetch): Eliminated.
7020
7021         * elmo-localdir.el (elmo-message-fetch-internal): Define.
7022         (elmo-message-fetch): Eliminated.
7023
7024         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
7025         argument OUTBUF.
7026         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
7027
7028         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
7029         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
7030
7031         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
7032         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
7033
7034         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
7035
7036         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
7037
7038         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
7039
7040         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
7041         (elmo-message-fetch-unplugged): New generic method.
7042         (elmo-message-fetch-internal): Remove cache process (Renamed from
7043         `elmo-message-fetch').
7044
7045         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
7046         (elmo-message-fetch): Eliminated.
7047         (elmo-message-fetch-unplugged): Ditto.
7048
7049         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
7050
7051 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7052
7053         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
7054         of `to-be-deleted' from number-alist to number-list.
7055
7056 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7057
7058         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
7059         (elmo-folder-mark-as-important): Ditto.
7060
7061 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * elmo.el (elmo-folder): Added process-duplicates slot.
7064
7065         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
7066         (elmo-folder-unmark-read): Ditto.
7067         (elmo-folder-unmark-important): Ditto.
7068         (elmo-folder-mark-as-important): Ditto.
7069
7070         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
7071         duplicated message processing.
7072
7073         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
7074
7075 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7076
7077         * elmo-util.el (elmo-list-subdirectories-1): New function.
7078         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
7079         (elmo-mapcar-list-of-list): New function.
7080
7081         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
7082         `elmo-mapcar-list-of-list' instead of `mapcar'.
7083
7084         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
7085
7086         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
7087         `elmo-have-link-count'. Return the fully qualified folder name.
7088
7089 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
7092         (elmo-shimbun-headers-cache): New internal variable.
7093         (elmo-shimbun-headers-cache-header-list): New inline function.
7094         (elmo-shimbun-headers-cache-set-header-list): Ditto.
7095         (elmo-shimbun-headers-cache-header-hash): Ditto.
7096         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
7097         (elmo-shimbun-headers-cache-last-check): Ditto.
7098         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7099         (elmo-shimbun-lapse-seconds): Ditto.
7100         (elmo-shimbun-headers-cache-check-p): Ditto.
7101         (elmo-shimbun-get-headers): New function.
7102         (elmo-folder-open-internal): Call it.
7103         (elmo-quit): Define (Clear headers-cache).
7104
7105 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7108
7109         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7110         (elmo-msgdb-flist-save): Ditto.
7111
7112         * elmo-shimbun.el (elmo-folder-list-subfolders):
7113         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7114         (elmo-folder-exists-p): Ditto.
7115
7116         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7117         argument for `shimbun-header-insert'.
7118
7119 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7122         at first time.
7123
7124         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7125         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7126
7127 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7130         (elmo-folder-plugged-p): Define.
7131         (elmo-folder-set-plugged): Ditto.
7132         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7133         (elmo-folder-list-messages-internal): Return t if unplugged.
7134         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7135
7136         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7137         when elmo-folder-list-messages-internal method of children returns t.
7138
7139         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7140         pair is nil.
7141         (elmo-folder-open-internal): Don't update if unplugged status.
7142
7143 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7146         new message.
7147
7148 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7151
7152         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7153         saving.
7154
7155 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7158
7159         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7160         (elmo-folder-open-internal): Set up headers slot.
7161         (elmo-folder-check): Call elmo-folder-close-internal and
7162         elmo-folder-open-internal.
7163         (elmo-folder-close-internal): Clean up headers slot.
7164
7165 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7166
7167         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7168         exactly folder list.
7169         (elmo-folder-append-messages): Fixed append archive with prefix.
7170
7171         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7172         make temp files with start-number.
7173
7174         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7175
7176 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7177
7178         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7179         argument `visible-only'.
7180         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7181         instead of `if'.
7182
7183         * elmo-pop3.el (elmo-folder-open-internal): Check
7184         `elmo-inhibit-number-mapping' is non-nil.
7185
7186         * elmo-pipe.el (elmo-folder-status): Fixed.
7187
7188 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7191
7192         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7193         (elmo-folder-open-internal): Setup `header-hash' slot.
7194         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7195         information.
7196         (elmo-map-message-fetch): Ditto.
7197
7198 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7199
7200         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7201         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7202         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7203         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7204
7205         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7206
7207 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * sb-airs.el: Added footer.
7210
7211         * shimbun.el (shimbun-article): Define as luna-method.
7212
7213         * sb-tcup.el: New file.
7214
7215         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7216         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7217
7218 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7221         (shimbun-get-headers): Ditto.
7222
7223         * elmo.el: Moved obsolete variable definitions from
7224         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7225
7226         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7227         groups.
7228
7229         * shimbun.el: New file.
7230
7231         * elmo-shimbun.el: New file.
7232
7233         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7234         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7235         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7236         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7237
7238 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7239
7240         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7241         hierarchy is t.
7242
7243 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * elmo.el (elmo-folder-msgdb): Define as macro.
7246         (elmo-folder-open): Added argument `load-msgdb'.
7247         (elmo-generic-folder-open): Ditto.
7248         (elmo-folder-encache): New function.
7249
7250         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7251
7252         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7253
7254         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7255         Eliminated argument FOLDER and added argument MSGDB.
7256         (elmo-dop-queue-load): Moved from elmo-dop.el.
7257         (elmo-dop-queue-save): Ditto.
7258
7259         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7260
7261         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7262
7263         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7264         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7265         (elmo-filter-folder-list-importants-internal): Ditto.
7266
7267         * elmo-map.el (elmo-folder-pack-number): Ditto.
7268
7269         * elmo-mime.el (elmo-mime-message-display): Ditto.
7270
7271         * elmo.el (elmo-generic-folder-commit): Ditto.
7272         (elmo-folder-list-unreads): Ditto.
7273         (elmo-folder-list-importants): Ditto.
7274         (elmo-generic-folder-commit): Ditto.
7275         (elmo-message-set-mark): Ditto.
7276         (elmo-generic-folder-append-msgdb): Ditto.
7277         (elmo-folder-synchronize): Ditto.
7278         (elmo-folder-messages): Ditto.
7279         (elmo-init): Call elmo-dop-queue-load.
7280         (elmo-folder-list-messages): Ditto.
7281
7282         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7283         (elmo-nntp-folder-process-crosspost): Ditto.
7284         (elmo-folder-list-unreads-internal): Ditto.
7285
7286         * elmo-dop.el: Removed old functions.
7287
7288 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7291         `folder' to `msgdb'.
7292
7293 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7296         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7297
7298         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7299         case-fold-search.
7300
7301 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7304         defined.
7305
7306         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7307         (mmimap-parse-parameters-from-list): Define as alias for
7308         `mime-decode-parameter-plist' if it is defined as function.
7309         (mmimap-make-mime-entity): Added argument `number'.
7310         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7311         as 0.
7312         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7313
7314         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7315
7316         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7317
7318         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7319
7320 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7323
7324         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7325         when elmo-imap4-default-authenticate-type is nil.
7326         (elmo-folder-list-subfolders): Ditto
7327         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7328         (elmo-imap4-fetch-callback-1-subr): Renamed from
7329         `elmo-imap4-fetch-callback-1' and define as inline function.
7330         (elmo-imap4-fetch-callback-1):
7331         Renamed from `elmo-imap4-fetch-callback'.
7332         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7333
7334         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7335         msgdb path (To keep compatibility with main trunk).
7336
7337         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7338
7339         * elmo-util.el (elmo-make-file-cache): Moved position of
7340         some macros.
7341
7342         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7343         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7344         instead of `elmo-pop3-inhibit-uidl'.
7345         (elmo-folder-exists-p): Ditto.
7346         (elmo-pop3-folder-list-messages): Ditto.
7347
7348         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7349         instead of `elmo-pop3-inhibit-uidl'.
7350         (elmo-folder-status): Ditto.
7351
7352         * elmo-dop.el (elmo-dop-folder): New variable.
7353         (elmo-dop-lock-message): Eliminated.
7354         (elmo-dop-unlock-message): Ditto.
7355         (elmo-dop-lock-list-load): Ditto.
7356         (elmo-dop-lock-list-save): Ditto.
7357         (elmo-dop-delete-folder): Ditto.
7358         (elmo-dop-rename-folder): Ditto.
7359
7360         * elmo.el: Removed incomplete commentary.
7361
7362 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7363
7364         * elmo.el (toplevel): Require 'elmo-version first;
7365         for little `recursive-load-depth' settings.
7366         Fix "ends here" comment.
7367
7368 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * elmo-util.el (toplevel): Require 'poem;
7371         Some functions are moved from elmo-cache.el.
7372
7373         * elmo-net.el (toplevel): Require 'elmo-cache.
7374
7375         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7376
7377         * elmo.el (toplevel): Ditto.
7378
7379         * elmo-cache.el: Rewrite with luna;
7380         Some functions are moved to elmo-util.el.
7381
7382         * elmo-internal.el (elmo-internal-folder-list): New variable.
7383         (elmo-internal-folder-initialize): Rewrite.
7384         (elmo-folder-list-subfolders): Ditto.
7385
7386         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7387         (elmo-cache-collect-sub-directories): Ditto.
7388
7389 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * elmo-version.el (elmo-version): Up to 2.5.8.
7392
7393         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7394
7395         * elmo-util.el (elmo-list-insert): New function.
7396
7397 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * elmo.el (elmo-init): New function.
7400         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7401
7402         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7403         (Renamed from `elmo-localdir-header-chop-length').
7404
7405         * elmo-pop3.el (elmo-pop3-use-cache,
7406         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7407
7408         * elmo-nntp.el (elmo-message-fetch): Define.
7409         (elmo-message-fetch-unplugged): Ditto.
7410         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7411         (elmo-nntp-use-cache): Ditto.
7412         (elmo-nntp-max-number-precedes-list-active): Ditto.
7413
7414         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7415
7416         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7417         `elmo-msgdb-insert-file-header'.
7418         Use `elmo-msgdb-file-header-chop-length'.
7419
7420         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7421         `elmo-vars.el'.
7422
7423         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7424         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7425         `elmo-msgdb-insert-file-header'.
7426
7427         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7428         Use new variable;
7429         Define obsolete variables with `elmo-define-obsolete-variable',
7430
7431         * elmo-util.el (elmo-warning-buffer-name): New constant.
7432         (elmo-warning): New function.
7433         (elmo-obsolete-variable-alist): New variable.
7434         (elmo-obsolete-variable-show-warnings): New variable.
7435         (elmo-define-obsolete-variable): New function.
7436         (elmo-resque-obsolete-variable): Ditto.
7437         (elmo-resque-obsolete-variables): Ditto.
7438
7439 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7442         Eliminated.
7443
7444         * elmo-pop3.el, elmo-nntp.el: Use custom.
7445
7446 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7447
7448         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7449         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7450
7451 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * Luna-fy Kenichi OKADA's following changes.
7454         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7455         `nohide'.
7456         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7457
7458 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7459
7460         * elmo-util.el (elmo-display-progress): Prefer
7461         `progress-feedback-with-label' to `lprogress-display'.
7462
7463 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7464
7465         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7466
7467 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7468
7469         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7470         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7471         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7472         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7473         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7474         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7475         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7476         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7477         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7478         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7479         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7480         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7481         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7482
7483 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7484
7485         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7486         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7487
7488 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * elmo.el (elmo-folder-process-crosspost): New generic method.
7491         (elmo-folder-writable-p): Ditto.
7492         (elmo-folder-message-appendable-p): Eliminated.
7493         (elmo-generic-folder-append-msgdb): Rewrite.
7494         (elmo-newsgroups-hashtb): New internal variable.
7495         (elmo-crosspost-message-set): Eliminated.
7496         (elmo-crosspost-message-delete): Ditto.
7497         (elmo-setup-subscribed-newsgroups): New function.
7498         (elmo-crosspost-message-alist-modified): New internal variable.
7499         (elmo-crosspost-message-alist-load): New function (Renamed from
7500         `wl-crosspost-alist-load').
7501         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7502         `wl-crosspost-alist-save').
7503
7504         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7505
7506         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7507         `unreads'.
7508         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7509         elmo-newsgroups-hashtb).
7510         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7511         `elmo-nntp-folder-update-crosspost-message-alist'.
7512         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7513         `elmo-nntp-groups-hashtb'.
7514         (elmo-nntp-make-groups-hashtb): Eliminated.
7515         (elmo-nntp-parse-newsgroups): New function (Renamed from
7516         `wl-parse-newsgroups').
7517         (elmo-folder-creatable-p, elmo-folder-writable-p,
7518         elmo-folder-close-internal, elmo-folder-mark-as-read,
7519         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7520         Define.
7521         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7522
7523         * elmo-net.el (elmo-message-fetch): Check buffer size.
7524
7525         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7526
7527         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7528
7529         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7530         before `close' command.
7531
7532         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7533         `mark-alist' (All other related portions are changed).
7534
7535 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7536
7537         * elmo-util.el (elmo-create-hash-size): Eliminated.
7538         (elmo-make-hash) Make a hash with `one less than a power of two'
7539         length.
7540
7541         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7542         (elmo-hash-maximum-size): Changed value.
7543
7544 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7547         (elmo-mime-message-display-as-is): Ditto.
7548
7549 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7552         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7553
7554 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * elmo-mark.el: New file.
7557
7558         * elmo-internal.el: Rewrite (Almost empty).
7559
7560 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7561
7562         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7563         (mime-imap-entity-header-string): Ditto.
7564         (mmimap-entity-section): Rewrite.
7565
7566 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * elmo-nmz.el: New file.
7569
7570         * elmo-pipe.el: Rewrite with luna.
7571
7572 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * elmo-archive.el: Rewrite with luna.
7575
7576         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7577         (elmo-folder-list-importants-internal): Ditto.
7578
7579 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * elmo-archive.el (elmo-archive-version): Abolish.
7582         (toplevel) Removed `boso' comment.
7583
7584 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7587         elmo-msgdb-add-msgs-to-seen-list-subr;
7588         Changed argument seen-marks to unread-marks.
7589
7590         * elmo-nntp.el: Rewrite with luna.
7591
7592 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * elmo-filter.el: Rewrite with luna.
7595
7596 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * elmo-pop3.el: Rewrite with luna.
7599
7600 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * elmo-multi.el: Rewrite with luna.
7603
7604         * elmo-vars.el (elmo-use-killed-list): Abolish.
7605         All other related portions are changed.
7606         (elmo-filename-replace-string-alist): Renamed from
7607         elmo-msgid-replace-string-alist.
7608
7609 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7612
7613         * elmo-map.el: New file.
7614         * elmo-maildir.el: Rewrite with luna.
7615
7616 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * elmo.el: Changed meaning of `elmo-folder-commit'.
7619         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7620
7621 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * elmo.el (elmo-folder-append-buffer): New function.
7624         (Renamed from `elmo-append-msg')
7625
7626 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * elmo-mime.el: New file.
7629
7630 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * elmo-cache.el: Rewrite.
7633
7634 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7635
7636         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7637
7638 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * elmo-vars.el (elmo): New group.
7641         (elmo-strict-diff-folder-regexp): New variable.
7642
7643         * elmo-util.el (elmo-call-func): Abolish.
7644         (elmo-folder-get-type): Ditto.
7645         (elmo-*-get-spec): Ditto.
7646         (elmo-*-spec-*): Ditto.
7647         (elmo-imap4-identical-name-space-p): Ditto.
7648         (elmo-folder-identical-system-p): Ditto.
7649         (elmo-folder-direct-copy-alist): Ditto.
7650         (elmo-folder-direct-copy-p): Ditto.
7651
7652         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7653         (elmo-folder-initialize): Define.
7654         (elmo-folder-get-primitive-list): Ditto.
7655
7656         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7657         (elmo-folder-initialize): Define.
7658         Renamed `elmo-network-session-host-internal' to
7659         `elmo-network-session-server-internal'.
7660
7661         * elmo-multi.el (elmo-multi-folder): New luna class.
7662         (elmo-folder-initialize): Define.
7663         (elmo-folder-get-primitive-list): Ditto.
7664         (elmo-folder-contains-type): Ditto.
7665         (elmo-message-use-cache-p): Ditto.
7666
7667         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7668         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7669
7670         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7671         (elmo-folder-initialize): Define.
7672
7673         * elmo-filter.el (elmo-filter-folder): New luna class.
7674         (elmo-folder-initialize): Define.
7675         (elmo-folder-get-primitive-list): Ditto.
7676         (elmo-folder-contains-type): Ditto.
7677
7678 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * elmo-imap4.el: Rewrite with luna.
7681
7682         * mmimap.el: New file.
7683
7684         * mmelmo.el, mmelmo-imap4.el: Removed.
7685
7686         * elmo-net.el: Ditto.
7687
7688         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7689         (elmo-folder-initialize): Define.
7690
7691         * elmo-archive.el (elmo-archive-folder): New luna class.
7692         (elmo-folder-initialize): Define.
7693
7694         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7695         `elmo-folder-msgdb-path'.
7696         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7697         `elmo-make-folder'.
7698
7699 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * elmo.el: New file.
7702
7703         * elmo2.el: Renamed to elmo.el.
7704
7705 \f
7706 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7707
7708         * elmo-cache.el (elmo-cache-expire-by-size): Count
7709         a disk usage for a cache file entry in KB even when
7710         its kind is a directory.
7711
7712 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * elmo-version.el (elmo-version): Up to 2.5.7.
7715
7716 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7717
7718         * elmo-version.el (elmo-version): Up to 2.5.6.
7719
7720 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * elmo-version.el (elmo-version): Up to 2.5.5.
7723
7724 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * elmo-imap4.el (elmo-network-authenticate-session):
7727         Fixed a logic for response checking.
7728
7729 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7730
7731         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7732         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7733         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7734         `sasl-mechanisms'.
7735
7736         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7737         for `starttls-open-stream' and `starttls-negotiate'.
7738
7739         * elmo-nntp.el: Remove autoload settings for
7740         `starttls-open-stream' and `starttls-negotiate'.
7741
7742         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7743         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7744         `luna-define-class' with `eval-and-compile'.
7745
7746 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7747
7748         * elmo-util.el (elmo-read-search-condition-internal):
7749         Require an element of table for searching field.
7750
7751 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * elmo-version.el (elmo-version): Up to 2.5.4.
7754
7755 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7756
7757         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7758
7759 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7760
7761         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7762
7763 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7764
7765         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7766         before greeting.
7767
7768 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * elmo-imap4.el (elmo-imap4-delete-folder):
7771         Send "close" before "delete" (Use commented out line).
7772         (elmo-imap4-rename-folder): Ditto.
7773
7774         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7775         folder string itself.
7776         (elmo-dop-list-deleted): New function.
7777         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7778         killed.
7779
7780         * elmo-util.el (elmo-string-rassoc-all): New function.
7781
7782 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7783
7784         * elmo-version.el (elmo-version): Up to 2.5.3.
7785
7786         * elmo-net.el (elmo-network-get-session): Changed logic for
7787         checking process status.
7788
7789         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7790         process is nil;
7791         Changed logic for checking process status.
7792
7793 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7796         before greeting.
7797         (elmo-network-setup-session): Set UIDL hash size according to
7798         the length of list response.
7799         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7800         according to the length of list response;
7801         Return the length of list response.
7802         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7803
7804 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7805
7806         * elmo-imap4.el (toplevel): Require 'ssl.
7807         Add autoload 'starttls.
7808         * elmo-pop3.el (toplevel): Ditto.
7809         * elmo-nntp.el (toplevel): Ditto.
7810
7811 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7812
7813         * elmo-imap4.el (toplevel): defun at compile time.
7814         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7815         sasl-next-step, sasl-step-data, sasl-step-set-data.
7816         * elmo-pop3.el (toplevel): Ditto.
7817
7818 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7819
7820         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7821
7822 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7823
7824         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7825         if error.
7826         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7827         and `elmo-pop-auth-apop'.
7828
7829 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7830
7831         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7832
7833 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * elmo-pop3.el (elmo-network-authenticate-session): Split
7836         encoded response value.
7837
7838 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7839
7840         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7841         `elmo-pop3-force-login'.
7842         Redefine `sasl-mechanisms'.
7843         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7844
7845 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7846
7847         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7848         Delete `elmo-imap4-authenticator-alist'.
7849         (elmo-imap4-auth-cram-md5): Delete.
7850         (elmo-imap4-auth-digest-md5): Delete.
7851
7852 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7853
7854         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7855         (elmo-pop3-auth-scram-md5): Ditto.
7856         (elmo-pop3-auth-cram-md5): Ditto.
7857
7858 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7859
7860         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7861         Delete `elmo-pop3-authenticator-alist'.
7862
7863 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7864
7865         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7866         new SASL API.
7867         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7868
7869 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7872
7873 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7876         Fixed problem when `elmo-pop3-use-uidl' is nil.
7877         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7878
7879 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7880
7881         * elmo-version.el (elmo-version): Up to 2.5.2.
7882
7883 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7886         New function.
7887         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7888         (elmo-pop3-msgdb-create-as-numlist): Use it.
7889
7890         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7891         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7892
7893         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7894         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7895
7896 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7897
7898         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7899         when elmo-mark-as-read is called with second argument nil.
7900
7901 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7904         Moved to elmo-util.el.
7905
7906         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7907         Moved from elmo-pipe.el
7908
7909         * elmo-archive.el (elmo-archive-call-process): Enclose with
7910         static-if.
7911
7912         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7913         "RFC822" (because RFC822.PEEK is obsolete).
7914         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7915
7916 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7917
7918         * elmo-archive.el (elmo-archive-call-process): Don't check for
7919         the exit status when Nemacs is running.
7920
7921 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7924         'plain.
7925
7926         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7927         (elmo-pop3-get-spec): Set default of auth to 'user.
7928
7929         * elmo-imap4.el (elmo-imap4-session-check):
7930         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7931         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7932         (elmo-imap4-auth-login): New function; Revival.
7933         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7934         `elmo-imap4-auth-login'.
7935
7936 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7937
7938         * elmo2.el (toplevel): Move `product-provide' declare.
7939         * mmelmo.el (toplevel): Ditto.
7940
7941 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7944
7945 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7946
7947         * elmo-util.el (elmo-folder-get-store-type): New function.
7948         (elmo-folder-direct-copy-p): Use it.
7949
7950 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7951
7952         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7953         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7954         and result of `elmo-imap4-use-flag-p'.
7955         (elmo-imap4-fetch-callback-1): Set mark according to
7956         the result of `elmo-imap4-use-flag-p'.
7957
7958 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7961         (elmo-generic-list-folder-unread): Ditto.
7962         (elmo-folder-get-info): Ditto.
7963         (elmo-folder-set-info-max-by-numdb): Ditto.
7964         (elmo-folder-get-info-max): Ditto.
7965         (elmo-folder-get-info-length): Ditto.
7966         (elmo-folder-get-info-unread): Ditto.
7967         (elmo-folder-info-make-hashtb): Ditto.
7968
7969         * elmo2.el: Removed above functions.
7970
7971 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7972
7973         * elmo-imap4.el (toplevel): Require 'ssl.
7974         Add autoload 'starttls.
7975         * elmo-pop3.el (toplevel): Ditto.
7976         * elmo-nntp.el (toplevel): Ditto.
7977
7978 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7979
7980         * elmo-imap4.el (toplevel): defun at compile time.
7981         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7982         sasl-next-step, sasl-step-data, sasl-step-set-data.
7983         * elmo-pop3.el (toplevel): Ditto.
7984
7985 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7986
7987         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7988
7989 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7990
7991         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7992         if error.
7993         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7994         and `elmo-pop-auth-apop'.
7995
7996 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7997
7998         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7999
8000 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8001
8002         * elmo-pop3.el (elmo-network-authenticate-session): Split
8003         encoded response value.
8004
8005 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8006
8007         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
8008         `elmo-pop3-force-login'.
8009         Redefine `sasl-mechanisms'.
8010         * elmo-vars.el (elmo-pop3-force-login): Ditto.
8011
8012 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8013
8014         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
8015         Delete `elmo-imap4-authenticator-alist'.
8016         (elmo-imap4-auth-cram-md5): Delete.
8017         (elmo-imap4-auth-digest-md5): Delete.
8018
8019 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8020
8021         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
8022         (elmo-pop3-auth-scram-md5): Ditto.
8023         (elmo-pop3-auth-cram-md5): Ditto.
8024
8025 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8026
8027         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
8028         Delete `elmo-pop3-authenticator-alist'.
8029
8030 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
8033         new SASL API.
8034         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
8035
8036 \f
8037 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
8040
8041 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
8042
8043         * elmo-nntp.el (elmo-nntp-get-folders-info):
8044         Fixed problem when '\' character is contained in user-id.
8045         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
8046
8047 \f
8048 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * elmo-imap4.el (elmo-imap4-delete-folder):
8051         Send "close" before "delete" (Use commented out line).
8052         (elmo-imap4-rename-folder): Ditto.
8053
8054         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
8055         folder string itself.
8056         (elmo-dop-list-deleted): New function.
8057         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
8058         killed.
8059
8060         * elmo-util.el (elmo-string-rassoc-all): New function.
8061
8062         * elmo-version.el (elmo-version): Up to 2.5.1.
8063
8064 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
8067
8068         * elmo-internal.el (elmo-internal-search): Fix last change.
8069
8070 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8071
8072         * elmo-internal.el (elmo-internal-search): Rewrite.
8073         (Fixed problem which is pointed out by Akihiro MOTOKI
8074         <motoki@da.jp.nec.com>)
8075
8076         * elmo-version.el (elmo-version): Up to 2.5.0.
8077
8078 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8079
8080         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
8081
8082 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8083
8084         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
8085         non-nil, make hierarchy.
8086
8087 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
8088
8089         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
8090         `elmo-pop3-use-uidl' must be bound to nil.
8091         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
8092
8093 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * elmo-util.el (elmo-copy-file): Don't cause an error after
8096         `add-name-to-file' failed.
8097
8098         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8099         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8100
8101 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8102
8103         * elmo-version.el (elmo-version): Up to 2.3.93.
8104
8105 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * elmo-util.el (elmo-flatten): New function.
8108
8109 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8110
8111         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8112         sync Author header.
8113         * elmo-cache.el (toplevel): Ditto.
8114         * elmo-database.el (toplevel): Ditto.
8115         * elmo-date.el (toplevel): Ditto.
8116         * elmo-dop.el (toplevel): Ditto.
8117         * elmo-filter.el (toplevel): Ditto.
8118         * elmo-imap4.el (toplevel): Ditto.
8119         * elmo-internal.el (toplevel): Ditto.
8120         * elmo-localdir.el (toplevel): Ditto.
8121         * elmo-localnews.el (toplevel): Ditto.
8122         * elmo-maildir.el (toplevel): Ditto.
8123         * elmo-msgdb.el (toplevel): Ditto.
8124         * elmo-multi.el (toplevel): Ditto.
8125         * elmo-net.el (toplevel): Ditto.
8126         * elmo-nntp.el (toplevel): Ditto.
8127         * elmo-pipe.el (toplevel): Ditto.
8128         * elmo-pop3.el (toplevel): Ditto.
8129         * elmo-util.el (toplevel): Ditto.
8130         * elmo-vars.el (toplevel): Ditto.
8131         * elmo2.el (toplevel): Ditto.
8132         * mmelmo-imap4.el (toplevel): Ditto.
8133         * mmelmo.el (toplevel): Ditto.
8134
8135         * elmo-version.el (elmo-version): Move to top.
8136
8137         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8138         * elmo-imap4.el (toplevel): Ditto.
8139         * elmo-localdir.el (toplevel): Ditto.
8140         * elmo-msgdb.el (toplevel): Ditto.
8141         * elmo-nntp.el (toplevel): Ditto.
8142         * elmo-pop3.el (toplevel): Ditto.
8143         * elmo-version.el (toplevel): Ditto.
8144
8145         * elmo-localnews.el (toplevel): Added Keyword header.
8146
8147 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * elmo-version.el (product-version-as-string): Defined using
8150         `defun-maybe'.
8151         (toplevel): Use it.
8152
8153         * elmo-localdir.el (toplevel): Updated copyright notice.
8154         * elmo-version.el (toplevel): Ditto.
8155         * elmo-msgdb.el (toplevel): Ditto.
8156         * elmo-imap4.el (toplevel): Ditto.
8157         * elmo-nntp.el (toplevel): Ditto.
8158         * elmo-pop3.el (toplevel): Ditto.
8159
8160 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8163         messages.
8164
8165         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8166         parameter value (It sometimes contains raw kanji).
8167
8168 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8169
8170         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8171         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8172
8173 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8174
8175         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8176
8177 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8178
8179         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8180         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8181
8182 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8185         value if selecting folder succceeded.
8186         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8187
8188 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8189
8190         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8191         representation.
8192
8193         * elmo-util.el (elmo-string-matched-member): New function.
8194
8195 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * elmo-util.el (elmo-unintern): New macro.
8198         (elmo-number-set-member): Fixed docstring.
8199
8200         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8201         tag token.
8202
8203 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8204
8205         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8206         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8207
8208 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8211         `no-error'.
8212         Added docstring.
8213         Return non-nil if selecting folder succeeded.
8214         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8215
8216 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8219         `file-name-completion' returns t.
8220         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8221         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8222         directory if it does not exist.
8223         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8224         for iteration.
8225
8226 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8229         enclosure (It's harmful in unplugged status).
8230
8231         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8232
8233         * mmelmo-1.el: Removed.
8234
8235         * mmelmo-2.el: Ditto.
8236
8237         * mmelmo-imap4-1.el: Ditto.
8238
8239         * mmelmo-imap4-2.el: Ditto.
8240
8241         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8242
8243         * mmelmo.el: Merged mmelmo-2.el.
8244
8245         * elmo-version.el (elmo-version): Up to 2.3.92.
8246
8247 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8248
8249         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8250         elmo-update-number): Remove last period in "...done." message.
8251         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8252         Ditto.
8253         * elmo-cache.el (elmo-cache-expire-by-size,
8254         elmo-cache-get-sorted-cache-file-list,
8255         elmo-cache-msgdb-create-as-numlist): Ditto.
8256         * elmo-dop.el (elmo-dop-save-pending-messages,
8257         (elmo-dop-flush-pending-append-operations): Ditto.
8258         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8259         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8260         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8261         (elmo-localdir-pack-number): Ditto.
8262         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8263         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8264         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8265         mime-write-entity-content): Ditto.
8266         * pldap.el (ldap-search-basic): Ditto.
8267
8268 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * elmo-version.el (elmo-version): Up to 2.3.91.
8271
8272         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8273         Only when filter is 'last'.
8274
8275         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8276         (elmo-condition-parse-search-value): Use it.
8277         (elmo-read-search-condition-internal): Quote value only when
8278         it is not an atom.
8279
8280 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8281
8282         * elmo2.el (elmo-generic-folder-diff): Fix.
8283
8284 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8285
8286         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8287         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8288         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8289         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8290         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8291         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8292
8293 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8294
8295         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8296         extra-fields.
8297
8298 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * elmo-version.el (elmo-version): Up to 2.3.90.
8301
8302         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8303         (elmo-imap4-list-folder-important): Ditto.
8304
8305 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8306
8307         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8308
8309 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8310
8311         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8312
8313 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8314
8315         * elmo-nntp.el (elmo-network-initialize-session):
8316         Add starttls negotiation.
8317
8318 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8319
8320         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8321         response.
8322         (elmo-network-setup-session): Define.
8323         Call `elmo-nntp-send-mode-reader' when session opened.
8324
8325 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8328
8329 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8330
8331         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8332         an invalid SPACE character ahead of `SEARCH' command.  Move
8333         a valid SPACE character following `SEARCH' from conditional
8334         `format' arguments to control-strings.
8335
8336 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8337
8338         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8339         was succeeded.
8340
8341         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8342
8343 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8344
8345         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8346         `w32-get-true-file-link-count' as t.
8347
8348         * elmo-imap4.el (elmo-imap4-read): Abolished.
8349         (Renamed to `elmo-read' and moved to elmo-util.el)
8350         All other related portions are changed.
8351
8352         * elmo-util.el (elmo-read): New function.
8353         (elmo-condition-parse-search-value): Use it.
8354
8355 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8358
8359         * elmo-nntp.el (elmo-nntp-session): Define.
8360         (elmo-nntp-setting): Abolished.
8361         All other related portions are changed.
8362         (elmo-nntp-get-server-command): Changed argument.
8363         (elmo-nntp-set-server-command): Ditto.
8364         (elmo-nntp-xover-p): Ditto.
8365         (elmo-nntp-set-xover): Ditto.
8366         (elmo-nntp-listgroup-p): Ditto.
8367         (elmo-nntp-set-listgroup): Ditto.
8368         (elmo-nntp-list-active-p): Ditto.
8369         (elmo-nntp-set-list-active): Ditto.
8370         (elmo-nntp-xhdr-p): Ditto.
8371         (elmo-nntp-set-xhdr): Ditto.
8372         (elmo-nntp-flush-connection): Abolished.
8373         (elmo-nntp-get-connection): Abolished.
8374         (elmo-nntp-get-session): New function.
8375         (elmo-network-initialize-session): Defined.
8376         (elmo-network-authenticate-session): Ditto.
8377         (elmo-nntp-send-mode-reader): Changed argument.
8378         (elmo-nntp-send-command): Changed argument.
8379         All other related portions are changed.
8380         (elmo-nntp-read-response): Ditto.
8381         (elmo-nntp-read-raw-response): Ditto.
8382         (elmo-nntp-read-contents): Ditto.
8383         (elmo-nntp-read-body): Ditto.
8384         (elmo-nntp-goto-folder): Abolished.
8385         (elmo-nntp-select-group): New function.
8386         All other related portions are changed.
8387         (This function substitutes `elmo-nntp-goto-folder')
8388         (elmo-nntp-msgdb-create-by-header): Rewrite.
8389         (elmo-nntp-get-overview): Eliminated.
8390         (elmo-nntp-get-message): Ditto.
8391         (elmo-nntp-open-connection) Abolished.
8392         (elmo-nntp-read-msg): Rewrite.
8393         (elmo-nntp-post): Ditto.
8394         (elmo-nntp-send-data): Abolished.
8395         (elmo-nntp-send-buffer): New function.
8396         (elmo-nntp-send-data-line): Define as inline function.
8397         (elmo-nntp-get-folders-info-prepare): Use session as key.
8398         (elmo-nntp-groups-read-response): Changed argument.
8399         (elmo-nntp-retrieve-headers): Ditto.
8400         (elmo-nntp-msgdb-create-message): Ditto.
8401
8402         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8403         when searching by 'since' or 'before'.
8404
8405 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8406
8407         * elmo-version.el (toplevel): Use product-version-as-string for set
8408         verstion-string, if defined.
8409
8410 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8411
8412         * elmo-util.el: Doc fixes.
8413
8414 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8415
8416         * elmo-archive.el (toplevel): Use product-provide.
8417         * elmo-cache.el (toplevel): Ditto.
8418         * elmo-database.el (toplevel): Ditto.
8419         * elmo-date.el (toplevel): Ditto.
8420         * elmo-dop.el (toplevel): Ditto.
8421         * elmo-filter.el (toplevel): Ditto.
8422         * elmo-imap4.el (toplevel): Ditto.
8423         * elmo-internal.el (toplevel): Ditto.
8424         * elmo-localdir.el (toplevel): Ditto.
8425         * elmo-localnews.el (toplevel): Ditto.
8426         * elmo-maildir.el (toplevel): Ditto.
8427         * elmo-msgdb.el (toplevel): Ditto.
8428         * elmo-multi.el (toplevel): Ditto.
8429         * elmo-net.el (toplevel): Ditto.
8430         * elmo-nntp.el (toplevel): Ditto.
8431         * elmo-pipe.el (toplevel): Ditto.
8432         * elmo-pop3.el (toplevel): Ditto.
8433         * elmo-util.el (toplevel): Ditto.
8434         * elmo-vars.el (toplevel): Ditto.
8435         * elmo2.el (toplevel): Ditto.
8436         * mmelmo-1.el (toplevel): Ditto.
8437         * mmelmo-2.el (toplevel): Ditto.
8438         * mmelmo-imap4-1.el (toplevel): Ditto.
8439         * mmelmo-imap4-2.el (toplevel): Ditto.
8440         * mmelmo-imap4.el (toplevel): Ditto.
8441         * mmelmo.el (toplevel): Ditto.
8442
8443 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8444
8445         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8446         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8447
8448 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8451         before splitting.
8452         (elmo-multi-split-number-alist): Ditto.
8453
8454 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8455
8456         * elmo-version.el: New file.  Use product.el.
8457         * elmo2.el: Add (require 'elmo-version).
8458         * elmo-vars.el (elmo-appname, elmo-version): Move to
8459         elmo-version.el
8460
8461 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8464         `elmo-msgdb-expand-path'.
8465         (elmo-msgdb-load): Ditto.
8466         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8467         (elmo-generic-list-folder-unread): Rewrite.
8468         (elmo-generic-list-folder-important): Changed argument.
8469         (elmo-list-folder-unread): Ditto.
8470         (elmo-list-folder-important): Ditto.
8471         (elmo-folder-diff): Rewrite.
8472         (elmo-generic-folder-diff): New function.
8473         (elmo-multi-get-number-alist-list): Abolished
8474         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8475         (elmo-multi-folder-diff): Moved to elmo-multi.el
8476         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8477
8478         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8479         `elmo-msgdb-expand-path'.
8480         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8481         (elmo-pop3-read-msg): Ditto.
8482         (elmo-pop3-delete-msgs): Ditto.
8483         (elmo-pop3-folder-diff): New alias.
8484
8485         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8486         `elmo-msgdb-expand-path'.
8487         (elmo-pipe-list-folder-unread): Changed arguments.
8488         (elmo-pipe-list-folder-important): Ditto.
8489         (elmo-pipe-folder-diff): New alias.
8490
8491         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8492         `elmo-msgdb-expand-path'.
8493         (elmo-nntp-max-of-folder): Ditto.
8494         (elmo-nntp-msgdb-create): Ditto.
8495         (elmo-nntp-delete-msgs): Ditto.
8496         (elmo-nntp-folder-diff): New alias.
8497
8498         * elmo-multi.el (elmo-multi-folder-diff): New function.
8499         (elmo-multi-split-mark-alist): Ditto.
8500         (elmo-multi-split-number-alist): Ditto.
8501         (elmo-multi-mark-alist-list): Abolished (Renamed to
8502         elmo-multi-split-mark-alist).
8503         (elmo-multi-list-folder-unread): Rewrite.
8504         (elmo-multi-list-folder-important): Ditto.
8505         (elmo-multi-list-folder): Set `spec' as 1st argument for
8506         `elmo-msgdb-expand-path'.
8507         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8508         instead of `elmo-multi-get-number-alist-list'.
8509
8510         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8511         If 1st argument is not string, treat as spec.
8512         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8513         `elmo-msgdb-expand-path'.
8514         (elmo-msgdb-flist-load): Ditto.
8515         (elmo-msgdb-flist-save): Ditto.
8516         (elmo-msgdb-delete-path): Ditto.
8517         (elmo-msgdb-rename-path): Ditto.
8518
8519         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8520         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8521         (elmo-maildir-delete-mark-msgs): Ditto.
8522         (elmo-maildir-msgdb-create): Ditto.
8523         (elmo-maildir-read-msg): Ditto.
8524         (elmo-maildir-delete-msgs): Ditto.
8525         (elmo-maildir-list-folder-subr): Ditto.
8526         (elmo-maildir-search): Ditto.
8527         (elmo-maildir-get-msg-filename): Ditto.
8528         (elmo-maildir-pack-number): Ditto.
8529         (elmo-maildir-folder-diff): New alias.
8530
8531         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8532
8533         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8534         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8535         (elmo-localdir-folder-diff): New alias.
8536
8537         * elmo-internal.el (elmo-internal-list-folder-subr):
8538         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8539         (elmo-internal-list-folder-by-location): Ditto.
8540         (elmo-internal-msgdb-create): Ditto.
8541         (elmo-internal-delete-msgs): Ditto.
8542         (elmo-internal-read-msg): Ditto.
8543         (elmo-internal-folder-diff): New alias.
8544
8545         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8546         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8547         `elmo-msgdb-expand-path'.
8548         (elmo-imap4-list-folder-unread): Changed arguments.
8549         (elmo-imap4-list-folder-important): Ditto.
8550
8551         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8552         (elmo-filter-list-folder-important): Ditto.
8553         (elmo-filter-folder-diff): New function.
8554
8555         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8556
8557         * elmo-cache.el (elmo-cache-list-folder):
8558         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8559         (elmo-cache-copy-msgs): Ditto.
8560         (elmo-cache-folder-diff): New alias.
8561
8562         * elmo-archive.el (elmo-archive-list-folder-subr):
8563         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8564         (elmo-archive-get-archive-name): Ditto.
8565         (elmo-archive-create-file): Ditto.
8566         (elmo-archive-append-msg): Ditto.
8567         (elmo-archive-copy-msgs): Ditto.
8568         (elmo-archive-copy-msgs-froms): Ditto.
8569         (elmo-archive-get-msg-filename): Ditto.
8570         (elmo-archive-folder-diff): New alias.
8571
8572 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8573
8574         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8575         (elmo-pop3-stream-type-alist): New variable.
8576         (elmo-nntp-stream-type-alist): New variable.
8577
8578         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8579         (elmo-kill-buffer): Ditto.
8580         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8581         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8582         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8583         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8584         (elmo-imap4-get-spec): Take into account
8585         `elmo-imap4-stream-type-alist'.
8586
8587 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8588
8589         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8590         (elmo-nntp-list-folders-get-cache): Ditto.
8591
8592 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8595         character before 'uid'.
8596
8597 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8598
8599         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8600
8601         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8602
8603         * elmo-util.el (elmo-number-set-member): New function.
8604         (elmo-number-set-append-list): Ditto.
8605         (elmo-number-set-append): Ditto.
8606
8607         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8608         Use `elmo-number-set-member'.
8609         (elmo-living-messages): Ditto.
8610         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8611         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8612
8613         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8614         (elmo-imap4-add-to-cont-list): Abolished.
8615         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8616         instead of elmo-imap4-add-to-cont-list.
8617
8618         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8619         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8620
8621         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8622
8623 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8624
8625         * elmo-util.el (elmo-condition-parse-search-value):
8626         Fixed date parsing.
8627
8628 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * elmo-util.el (elmo-condition-find-key-internal): New function.
8631         (elmo-condition-find-key): Ditto.
8632
8633         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8634         (elmo-msgdb-search-internal): Ditto.
8635         (elmo-msgdb-search): Ditto.
8636
8637 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8640         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8641
8642         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8643         (elmo-nntp-search-primitive): Fixed problem when condition is
8644         'unmatch'.
8645
8646         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8647
8648         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8649         (elmo-nntp-xhdr-p): New macro.
8650         (elmo-nntp-set-xhdr): Ditto.
8651         (elmo-nntp-parse-xhdr-response): New function.
8652         (elmo-nntp-retrieve-field): Ditto.
8653         (elmo-nntp-search-primitive): Ditto.
8654         (elmo-nntp-search): Implemented.
8655
8656         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8657
8658         * elmo-archive.el (elmo-archive-search): Set all number list to
8659         `elmo-archive-field-condition-match'
8660
8661         * elmo-localdir.el (elmo-localdir-search): Likewise.
8662
8663         * elmo-maildir.el (elmo-maildir-search): Likewise.
8664
8665 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8666
8667         * elmo-msgdb.el (elmo-living-messages): New function.
8668         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8669         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8670         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8671         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8672         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8673         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8674         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8675         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8676         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8677         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8678         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8679
8680 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8683
8684         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8685
8686         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8687
8688         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8689         arguments for `SEARCH' command.
8690         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8691         All other related portions are changed.
8692
8693         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8694
8695         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8696         (elmo-list-folder-unread): Rewrite.
8697         (elmo-list-folder-important): Ditto.
8698
8699         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8700         (elmo-condition-parse-error): New inline function.
8701         (elmo-read-search-condition): New function.
8702         (elmo-read-search-condition-internal): Ditto.
8703         (elmo-parse-search-condition): Rewrite.
8704         (elmo-condition-parse): New function.
8705         (elmo-condition-parse-or-expr): Ditto.
8706         (elmo-condition-parse-and-expr): Ditto.
8707         (elmo-condition-parse-primitive): Ditto.
8708         (elmo-condition-parse-search-value): Ditto.
8709         (elmo-buffer-field-primitive-condition-match): Ditto.
8710         (elmo-buffer-field-condition-match): Rewrite.
8711         (elmo-file-field-condition-match): Ditto.
8712
8713         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8714         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8715
8716         * elmo-internal.el (elmo-internal-search): Set `number' and
8717         `number-list' argument of `elmo-file-field-condition-match'.
8718
8719         * elmo-maildir.el (elmo-maildir-search): Ditto.
8720
8721         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8722         `msgdb' as argument instead of `mark-alist'.
8723         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8724         `overview'.
8725
8726         * elmo-multi.el: Likewise.
8727
8728         * elmo-pipe.el: Likewise.
8729
8730         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8731         (elmo-imap4-search-internal): Rewrite.
8732         (elmo-imap4-search): Ditto.
8733
8734         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8735         (elmo-filter-list-folder-unread): Ditto.
8736         (elmo-filter-list-folder-important): Ditto.
8737         (elmo-filter-search): Rewrite.
8738
8739         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8740         `number-list' argument of `elmo-file-field-condition-match'.
8741         (elmo-cache-search): Ditto.
8742
8743         * elmo-localdir.el: Likewise.
8744
8745         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8746         number-list and pass it to `elmo-buffer-field-condition-match'.
8747         (elmo-archive-field-condition-match): Pass `number-list' to
8748         `elmo-archive-field-condition-match'
8749
8750 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8751
8752         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8753         `listgroup'.
8754
8755         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8756         (elmo-folder-diff-async-callback-data): Ditto.
8757         (elmo-folder-diff-async): New function.
8758
8759         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8760         (elmo-network-session-cache-key): Use it as a prefix of the session
8761         name.
8762         (elmo-network-open-session): Ditto.
8763
8764         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8765         (elmo-imap4-status-callback-data): Ditto.
8766         (elmo-imap4-server-diff-async-callback): New variable.
8767         (elmo-imap4-server-diff-async-callback-data): Ditto.
8768         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8769         `elmo-imap4-status-callback-data'.
8770         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8771         `elmo-imap4-status-callback-data' as nil.
8772         (elmo-imap4-server-diff): Ditto.
8773         (elmo-imap4-server-diff-async-callback-1): New function.
8774         (elmo-imap4-server-diff-async): Ditto.
8775         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8776
8777 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8778
8779         * elmo-util.el (elmo-list-delete): Doc fix.
8780         (elmo-delete-lists): Abolish.
8781         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8782         instead of `elmo-delete-lists'.
8783
8784 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8787         before `sort'.
8788
8789 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8790
8791         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8792         `elmo-imap4-literal-subr'.
8793         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8794         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8795
8796 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8797
8798         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8799         (elmo-archive-list-folder): Fix.
8800         (elmo-archive-max-of-folder): Fix.
8801
8802 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8803
8804         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8805          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8806         (elmo-localdir-append-msg): Ditto.
8807         (elmo-localdir-list-folder): Fix for `nonsort'.
8808         (elmo-localdir-list-folder-subr): Fix for `killed'.
8809         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8810         (elmo-maildir-list-folder-subr): Ditto.
8811         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8812         (elmo-archive-list-folder-subr): Ditto.
8813         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8814         (elmo-internal-list-folder-subr): Ditto.
8815
8816 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8817
8818         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8819
8820 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8821
8822         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8823
8824 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8827         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8828
8829         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8830         before greeting.
8831         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8832         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8833
8834 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8835
8836         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8837
8838         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8839         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8840         before STORE command.
8841
8842 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8843
8844         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8845
8846         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8847         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8848         of `response'.
8849         (elmo-imap4-list-folders): Removed unused local variable.
8850         (elmo-network-initialize-session): Ditto.
8851         (elmo-imap4-delete-msg-by-id): Ditto.
8852         (elmo-imap4-parse-fetch): Ditto.
8853         (elmo-imap4-copy-msgs): Ditto.
8854         Use `dst-spec' instead of `dst-folder'.
8855         (elmo-network-authenticate-session): Check authenticate type `plain'.
8856
8857 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8860         garbage checking.
8861         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8862         `elmo-imap4-response-value'.
8863         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8864
8865 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * elmo-imap4.el (elmo-imap4-send-command):
8868         Cause elmo-imap4-bye-error when current response is BYE.
8869         (elmo-imap4-arrival-filter): Changed greeting response value.
8870
8871         * elmo2.el (elmo-imap4-bye-error): Define.
8872
8873         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8874         (elmo-imap4-server-diff): Ditto.
8875         (elmo-imap4-response-bye-p): New macro.
8876         (elmo-imap4-response-error-text): Get text from BYE response.
8877         (elmo-imap4-read-response): Return if BYE response.
8878         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8879         (elmo-imap4-folder-exists-p): Ditto.
8880         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8881         (elmo-imap4-parse-bye): New function.
8882         (elmo-imap4-parse-response): Remove needless let.
8883         Call `elmo-imap4-parse-bye'.
8884
8885 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8888         the mailbox does not exist.
8889         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8890
8891 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8892
8893         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8894
8895 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8898
8899         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8900         (elmo-network-initialize-session-buffer): Defined.
8901
8902         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8903         Abolished.
8904         (mmelmo-imap4-get-mime-entity): Rewrite.
8905
8906         * elmo2.el (elmo-error): Capitalize error message.
8907
8908         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8909         (elmo-network-session-buffer): New macro.
8910         (elmo-network-open-session): Use it.
8911
8912         * elmo-imap4.el: Rewrite.
8913
8914 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8915
8916         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8917
8918 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8919
8920         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8921         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8922         (elmo-imap4-create-msgdb-from-overview-string): Use
8923         `elmo-msgdb-create-overview-from-buffer'.
8924
8925 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8926
8927         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8928         (elmo-imap4-default-hierarchy-delimiter): New variable.
8929         (elmo-imap4-list-folders): Use it.
8930
8931 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8932
8933         * elmo-net.el (elmo-network-open-session): Add user and
8934         stream-type for process-buffer name.
8935
8936         * elmo-pop3.el (elmo-network-initialize-session): Call
8937         buffer-disable-undo.
8938
8939         * elmo-imap4.el (elmo-network-initialize-session):
8940         Set current-buffer as an argument for `buffer-disable-undo'.
8941
8942         * elmo-pop3.el (elmo-network-close-session): Don't use
8943         `process-live-p'.
8944
8945         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8946         Set default as 'user.
8947
8948         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8949
8950         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8951         and `elmo-imap4-flush-connection'.
8952
8953         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8954         (elmo-pop3-get-spec): Assume auth as symbol.
8955         (elmo-open-network-stream): Moved to `elmo-net'.
8956
8957         * elmo-pop3.el (toplevel): Require 'elmo-net.
8958         Define `sasl-cram-md5' to silence byte compilier.
8959         (elmo-pop3-connection-cache) Abolished.
8960         (elmo-pop3-authenticator-alist) New variable.
8961         (elmo-pop3-session): Define.
8962         (elmo-pop3-connection-get-process): Abolished.
8963         (elmo-pop3-connection-get-buffer): Ditto.
8964         (elmo-pop3-close-connection): Ditto.
8965         (elmo-pop3-flush-connection): Ditto.
8966         (elmo-pop3-get-connection): Ditto.
8967         (elmo-pop3-get-session): New function.
8968         (Replacement for `elmo-pop3-get-connection').
8969         All other related modules are changed.
8970         (elmo-network-close-session): Define.
8971         (elmo-pop3-send-command): Abolished argument `buffer'.
8972         All other related modules are changed.
8973         (elmo-pop3-read-response): Likewise.
8974         (elmo-pop3-open-connection): Abolished.
8975         (elmo-pop3-auth-user): New function.
8976         (elmo-pop3-auth-apop): Ditto.
8977         (elmo-pop3-auth-cram-md5): Ditto.
8978         (elmo-pop3-auth-scram-md5): Ditto.
8979         (elmo-pop3-auth-digest-md5): Ditto.
8980         (elmo-network-initialize-session): Define.
8981         (elmo-network-authenticate-session): Ditto.
8982         (elmo-network-setup-session): Ditto.
8983
8984         * elmo-imap4.el (toplevel): Require 'elmo-net.
8985         (elmo-imap4-session): Define.
8986         (elmo-imap4-connection-cache): Abolished.
8987         (elmo-imap4-password-key): Ditto.
8988         (elmo-imap4-flush-connection): Ditto.
8989         (elmo-imap4-get-connection): Ditto.
8990         All other related modules are changed.
8991         (elmo-imap4-get-session): New function
8992         (Replacement for `elmo-imap4-get-connection').
8993         (elmo-imap4-read-response): Abolished argument `buffer'.
8994         All other related modules are changed.
8995         (elmo-imap4-send-command): Likewise.
8996         (elmo-imap4-select-folder): Abolished.
8997         All other related modules are changed.
8998         (elmo-imap4-select-mailbox): New function.
8999         (Replacement for `elmo-imap4-select-folder').
9000         (elmo-imap4-auth-login): Simplify.
9001         (Assume current buffer as process buffer)
9002         (elmo-imap4-auth-cram-md5): Ditto.
9003         (elmo-imap4-auth-digest-md5): Ditto.
9004         (elmo-imap4-login): Ditto.
9005         (elmo-imap4-open-connection): Abolished.
9006         (elmo-imap4-open-connection-1): Abolished.
9007         (elmo-network-initialize-sessoin): Define.
9008         (elmo-network-authenticate-session): Ditto.
9009         (elmo-network-setup-session): Ditto.
9010
9011         * elmo-net.el: New module.
9012
9013 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9014
9015         * elmo-util.el (elmo-define-error): New function.
9016
9017         * elmo2.el (elmo-error): Define.
9018         (elmo-open-error): Define.
9019         (elmo-authenticate-error): Define.
9020
9021         * elmo-imap4.el (elmo-imap4-error): Abolish.
9022         (elmo-imap4-error-type): Abolish.
9023         (elmo-imap4-error-process): Abolish.
9024         (elmo-imap4-error-message): Abolish
9025         (elmo-imap4-list-folders): Don't quote lambda.
9026         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
9027         (elmo-imap4-parse-namespace): Ditto.
9028         (elmo-imap4-open-connection): Rewrite.
9029         (elmo-imap4-open-connection-1): Simplified (authenticate only).
9030         (elmo-imap4-get-connection): Abolish local variable `result'.
9031
9032 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
9033
9034         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
9035         wrong-type-argument error when auth is nil.
9036
9037 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9038
9039         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
9040         (elmo-default-nntp-stream-type): Ditto.
9041         (elmo-default-pop3-stream-type): Ditto.
9042         (elmo-network-stream-type-alist): Ditto.
9043         (elmo-default-imap4-ssl): Abolished.
9044         (elmo-default-nntp-ssl): Ditto.
9045         (elmo-default-pop3-ssl): Ditto.
9046
9047         * elmo-util.el: (toplevel): Removed needless requires.
9048         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
9049         (elmo-open-network-stream): Open network stream according to
9050         the value of `elmo-network-stream-type-alist'.
9051         (elmo-get-network-stream-type): New function.
9052         (elmo-network-stream-type-spec-string): New macro.
9053         (elmo-network-stream-type-symbol): Ditto.
9054         (elmo-network-stream-type-function): Ditto.
9055
9056         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
9057         network-stream-type. All other related portions are changed.
9058         (elmo-pop3-open-connection): Ditto.
9059
9060         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
9061         network-stream-type. All other related portions are changed.
9062
9063         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
9064         network-stream-type.All other related portions are changed.
9065         (elmo-imap4-error): New macro.
9066         (elmo-imap4-error-type): Ditto.
9067         (elmo-imap4-error-process): Ditto.
9068         (elmo-imap4-error-message): Ditto.
9069         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
9070         (elmo-imap4-auth-cram-md5): Ditto.
9071         (elmo-imap4-auth-digest-md5): Ditto.
9072         (elmo-imap4-login): Ditto.
9073         (elmo-imap4-open-connection): Remove password entry if authentication
9074         was in vain.
9075         (elmo-imap4-user-at-host): Abolished.
9076         (elmo-imap4-password-key): New buffer local variable.
9077         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
9078         using protocol, port, auth and stream-type.
9079
9080         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
9081
9082 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
9083
9084         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
9085
9086         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
9087
9088         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
9089         (elmo-imap4-authenticator-alist): New variable.
9090         (elmo-imap4-open-connection-1): Rename from
9091         elmo-imap4-open-connection.
9092         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
9093         only wraps elmo-imap4-open-connection-1.
9094         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
9095         user-at-host.
9096         (elmo-imap4-auth-login): New function.
9097         (elmo-imap4-auth-cram-md5): New function.
9098         (elmo-imap4-auth-digest-md5): New function.
9099         (elmo-imap4-login): New function.
9100
9101 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9102
9103         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9104         function `error'.
9105
9106 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9107
9108         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9109
9110 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9111
9112         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9113
9114 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9115
9116         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9117         for server responses, quote `*' regardless of where it appears.
9118
9119 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9120
9121         * elmo-maildir.el (elmo-maildir-commit): New alias.
9122
9123 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * elmo-util.el (elmo-display-progress):
9126                 Use `progress-feedback-with-label'.
9127
9128 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9129
9130         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9131         (elmo-imap4-non-atom-char-regex): Ditto.
9132         (elmo-imap4-non-text-char-regex): Ditto.
9133         (elmo-imap4-literal-threshold): Ditto.
9134         (elmo-imap4-atom-p): New function.
9135         (elmo-imap4-quotable-p): Ditto.
9136         (elmo-imap4-nil): Ditto.
9137         (elmo-imap4-atom): Ditto.
9138         (elmo-imap4-quoted): Ditto.
9139         (elmo-imap4-literal-subr): Ditto.
9140         (elmo-imap4-literal): Ditto.
9141         (elmo-imap4-buffer-literal): Ditto.
9142         (elmo-imap4-string-subr): Ditto.
9143         (elmo-imap4-string): Ditto.
9144         (elmo-imap4-buffer-string): Ditto.
9145         (elmo-imap4-astring-subr): Ditto.
9146         (elmo-imap4-astring): Ditto.
9147         (elmo-imap4-buffer-astring): Ditto.
9148         (elmo-imap4-nstring): Ditto.
9149         (elmo-imap4-buffer-nstring): Ditto.
9150         (elmo-imap4-mailbox): New alias.
9151         (elmo-imap4-field-body): Ditto.
9152         (elmo-imap4-userid): Ditto.
9153         (elmo-imap4-password): Ditto.
9154         (elmo-imap4-format-quoted): New function.
9155         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9156         arguments and handle "atom", "quoted" and "literal" string here.
9157         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9158         `elmo-imap4-send-command'.
9159         (elmo-imap4-folder-exists-p): Likewise.
9160         (elmo-imap4-create-folder): Likewise.
9161         (elmo-imap4-delete-folder): Likewise.
9162         (elmo-imap4-rename-folder): Likewise.
9163         (elmo-imap4-max-of-folder): Likewise.
9164         (elmo-imap4-check-validity): Likewise.
9165         (elmo-imap4-sync-validity): Likewise.
9166         (elmo-imap4-server-diff): Likewise.
9167         (elmo-imap4-select-folder): Likewise.
9168         (elmo-imap4-copy-msgs): Likewise.
9169         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9170         (elmo-imap4-mark-set-on-msgs): Likewise.
9171         (elmo-imap4-read-part): Likewise.
9172         (elmo-imap4-read-msg): Likewise.
9173         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9174         `elmo-imap4-password' for `elmo-imap4-send-command'.
9175         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9176         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9177         `elmo-imap4-buffer-literal'.
9178         (elmo-imap4-append-msg): Likewise.
9179
9180         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9181         `delete' for removing dead connection from the connection cache.
9182         Move deletion of the process buffer after that.
9183         (elmo-imap4-list): Change `defsubst' to `defun'.
9184         (elmo-imap4-commit): Make error message verbose.
9185         (elmo-imap4-search): Ditto.
9186         (elmo-imap4-list): Ditto.
9187         (elmo-imap4-select-folder): Ditto.
9188         (elmo-imap4-copy-msgs): Ditto.
9189         (elmo-imap4-delete-msg-by-id): Ditto.
9190         (elmo-imap4-append-msg-by-id): Ditto.
9191         (elmo-imap4-append-msg): Ditto.
9192
9193 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9194
9195         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9196         when dired is used on XEmacs.
9197
9198 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9199
9200         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9201         instead of `append'.
9202         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9203         `elmo-plugged-p' directly.
9204         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9205         of `elmo-plugged-p' directly.
9206
9207         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9208         Eliminate unused variable.  Use `memq' for checking a process status.
9209         Use `cons' instead of `append' for updating the connection cache.
9210         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9211         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9212
9213 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9214
9215         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9216         `elmo-imap4-read-point' exactly.
9217
9218         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9219         the local variable `folder' to `mailbox'.
9220         Rename the argument `fld' to `folder'.
9221
9222 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9223
9224         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9225         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9226
9227 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9230         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9231         (elmo-pop3-uidl-number-hash): Ditto.
9232         (elmo-pop3-size-hash): Ditto.
9233         (elmo-pop3-uidl-done): Ditto.
9234         (elmo-pop3-list-done): Ditto.
9235         (elmo-pop3-connection-get-process): New defmacro.
9236         (elmo-pop3-connection-get-buffer): Ditto.
9237         (elmo-pop3-close-connection): Delete buffer and process.
9238         (elmo-pop3-flush-connection): Don't delete buffer and process.
9239         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9240         Setup UIDL and size hash.
9241         (elmo-pop3-send-command-no-erase): Deleted
9242         (elmo-pop3-send-command): Added optional argument `no-erase'.
9243         (elmo-pop3-parse-uidl-response): New function.
9244         (elmo-pop3-parse-list-response): Set size hash.
9245         (elmo-pop3-list-location): New function.
9246         (elmo-pop3-list-by-uidl-subr): Ditto.
9247         (elmo-pop3-list-by-list): Ditto.
9248         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9249         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9250         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9251         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9252         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9253         Use uidl.
9254         (elmo-pop3-uidl-to-number): New function.
9255         (elmo-pop3-number-to-uidl): Ditto.
9256         (elmo-pop3-number-to-size): Ditto.
9257         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9258         Set number by use of uidl.
9259         (elmo-pop3-msgdb-create-message): Likewise.
9260         Set size, loc-alist in msgdb.
9261         (elmo-pop3-read-msg): Set number by use of uidl.
9262         Added optional argument `msgdb'.
9263         (elmo-pop3-delete-msg): Ditto.
9264         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9265         (elmo-pop3-commit): Close connection.
9266
9267         * elmo-pipe.el (elmo-pipe-max-of-folder):
9268         Bind `elmo-pop3-use-uidl' as nil.
9269         (elmo-pipe-drain): Ditto.
9270         Call `elmo-commit'.
9271
9272         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9273         (elmo-msgdb-overview-entity-set-size): New defsubst.
9274
9275 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9276
9277         * elmo-vars.el (elmo-use-killed-list): New variable
9278         (Renamed from `elmo-nntp-use-killed-list').
9279         (elmo-nntp-use-killed-list): Eliminated.
9280
9281         * elmo-msgdb.el (elmo-msgdb-expand-path):
9282         Changed expanding msgdb path for elmo-multi.
9283
9284         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9285         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9286         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9287         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9288         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9289         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9290         (toplevel): Deleted time-stamp line.
9291
9292         * elmo2.el (elmo-clear-killed ): Defined as function
9293         (Abolished defining as a backend function).
9294         All other related modules are changed.
9295
9296 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9297
9298         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9299
9300 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9301
9302         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9303
9304 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9305
9306         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9307
9308 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9311         asynchronous folder check.
9312
9313         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9314
9315         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9316         `elmo-nntp-use-killed-list'.
9317         (elmo-nntp-list-folder): Use killed list.
9318         (elmo-nntp-max-of-folder): Ditto.
9319         (elmo-nntp-msgdb-create): Set killed list.
9320
9321         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9322
9323         * elmo2.el (elmo-clear-killed): New backend function.
9324         All other related modules are changed.
9325
9326 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9327
9328         * elmo-util.el (elmo-imap4-spec-folder): Use
9329         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9330         All callers changed.
9331
9332 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9333
9334         * mmelmo-2.el (initialize-instance):
9335         Use `mime-buffer-entity-buffer-internal' instead of
9336         `mime-entity-buffer'.
9337
9338         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9339         (mime-entity-body): Implemented.
9340         (mime-goto-header-start-point): Deleted.
9341         (mime-goto-body-end-point): Ditto.
9342         (mime-entity-point-min): Ditto.
9343         (mime-entity-point-max): Ditto.
9344         (mime-entity-children): Ditto.
9345         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9346         instead of `mime-entity-buffer'.
9347         (mime-entity-header-buffer): Ditto.
9348         (mime-entity-body-buffer): Ditto.
9349         (mime-write-entity-content): Ditto.
9350
9351         * pldap.el (ldap-static-if): New macro.
9352         (toplevel): Use it instead of `static-if'.
9353
9354 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9355
9356         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9357         included in `attrs' argument.
9358
9359 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9362
9363         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9364         (ldap-ldif-safe-init-char-regexp): Ditto.
9365         (ldap-ldif-safe-string-regexp): Ditto.
9366         (ldap/ldif-safe-string-p): New macro.
9367         (ldap/ldif-insert-field): Ditto.
9368         (ldap-modify): Use it.
9369         (ldap-add): Ditto.
9370         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9371         (ldap-decode-attribute): Decode only when `attr' is consp.
9372         (ldap-delete): Bind `ret'.
9373         (toplevel): Require 'cl at compile time.
9374         Removed (require 'poe) and (require 'std11).
9375         (pldap-version): Eliminated.
9376         (ldap-search-basic): Removed auth and dn binding.
9377         (ldap-ldif-field-name-regexp): New constant.
9378         (ldap-ldif-field-head-regexp): Ditto.
9379         (ldap-ldif-next-field-head-regexp): Ditto.
9380         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9381         (ldap/field-end): New function.
9382         (ldap/field-body): Use it.
9383         (ldap/collect-field): Ditto.
9384         (ldap-search-basic): Use `ldap/field-body'.
9385
9386 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9387
9388         * pldap.el (ldap-default-attribute-encoder): New user option.
9389         (ldap/field-body): Decode base64 string.
9390         (ldap/collect-field): Ditto.
9391         (ldap-encode-attribute): New function.
9392         (ldap-add-entries): Use it.
9393         (ldap-modify-entries): Ditto.
9394         (ldap-search-entries): Enclosed decoding function with
9395         `with-temp-buffer' and set as unibyte.
9396         (ldap-search-basic): Set process buffer as unibyte.
9397
9398         * elmo-util.el (elmo-folder-identical-system-p):
9399         Eliminated name space checking.
9400
9401         * pldap.el: New module.
9402         toplevel: Changed condition to detect built-in ldap feature.
9403         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9404         (ldap-add): Added error handling.
9405         (ldap-modify): Ditto.
9406         (ldap-delete): Ditto.
9407
9408 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9409
9410         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9411         Initialize local variables with `let'.  Inline a temporary
9412         variable for the progress percentage.  Sort `setq' to reduce
9413         function call in the while-loop.
9414
9415         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9416         into the conditional branch.
9417
9418 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9419
9420         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9421         Move a conditional out of the while-loop.
9422
9423 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9424
9425         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9426         elmo-msgdb-overview-get-entity-by-number.
9427         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9428         throw.
9429
9430 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9431
9432         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9433         the local variable for a packed number self descriptively.
9434
9435 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9436
9437         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9438         * elmo-localdir.el (elmo-localdir-pack-number): Use
9439         `elmo-msgdb-overview-get-entity' instead of
9440         `elmo-msgdb-overview-get-entity-by-number'.
9441         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9442         (elmo-msgdb-search-overview-entity): Removed.
9443         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9444         by message-id or number.
9445         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9446         instead of `elmo-msgdb-overview-get-entity-by-number'.
9447
9448 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9449
9450         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9451         non-nil, use hash table for overview.
9452         (elmo-hash-maximum-size): New variable.
9453         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9454         (elmo-msgdb-make-overview-hashtb): New function.
9455         (elmo-msgdb-clear-overview-hashtb): New function.
9456         (elmo-clear-hash-val): New macro.
9457         All other related modules are changed.
9458
9459 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9460
9461         * elmo2.el (elmo-move-msgs): If there's other message with
9462         same message-id, don't use cache.
9463
9464 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9465
9466         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9467         number is already packed.
9468
9469 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9470
9471         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9472
9473 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9474
9475         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9476         All other related modules are changed.
9477
9478 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9479
9480         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9481         of refiling failure on Maildir.
9482
9483 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9484
9485         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9486         decoded mime-charset with cache.
9487         (elmo-msgdb-overview-entity-get-from): Ditto.
9488         (elmo-msgdb-overview-entity-get-subject): Ditto.
9489         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9490
9491 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9492
9493         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9494         (elmo-remove-passwd): Fill password with 0 before erase.
9495         * elmo-vars.el (elmo-passwd-life-time): New variable.
9496
9497 \f
9498 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * elmo-cache.el (elmo-buffer-cache-add):
9501         Set message cache buffer as unibyte.
9502
9503 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9504
9505         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9506         become nil.
9507
9508 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9509
9510         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9511         when display is finished.
9512         (elmo-nntp-msgdb-create): Ditto.
9513         (elmo-nntp-groups-read-response): Ditto.
9514         (elmo-nntp-retrieve-headers): Ditto.
9515         (elmo-nntp-msgdb-create-message): Ditto.
9516         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9517         (elmo-pop3-msgdb-create-message): Ditto.
9518
9519 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9520
9521         * elmo-maildir.el (elmo-maildir-msgdb-create):
9522         Use `elmo-msgdb-sort-by-date'.
9523
9524 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9525
9526         * elmo2.el (elmo-read-msg-no-cache):
9527         Eliminated arguments after `outbuf'.
9528         Don't use cache even if it exists.
9529         (elmo-read-msg): Don't pass arguments after `outbuf' to
9530         `elmo-read-msg-no-cache'.
9531
9532 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9533
9534         * elmo-archive.el (elmo-archive-list-folders):
9535         Use `file-name-directory' if base folder does not exist.
9536
9537 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9538
9539         * elmo-archive.el (elmo-archive-list-folders): Don't use
9540         `file-name-directory'.
9541
9542 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9543
9544         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9545         If `force' is non-nil, try flushing all operation queues.
9546
9547 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9548
9549         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9550         as-binary-process.
9551
9552 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9553
9554         * elmo-util.el (elmo-display-progress): Fixed.
9555
9556 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9557
9558         * elmo-util.el (elmo-display-progress): New function.
9559         All other related modules are changed.