* elmo-imap4.el (elmo-imap4-disabled-extension): New
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-04-14  David Maus  <dmaus@ictsoc.de>
2
3         * elmo-imap4.el (elmo-imap4-disabled-extension): New
4         variable. List of server extensions that are disabled on the
5         client side.
6         (elmo-imap4-session-capable-p): Honour list of disabled
7         extensions.
8
9 2010-03-17  David Maus  <dmaus@ictsoc.de>
10
11         * elmo-imap4.el (elmo-imap4-folder-list-flagged)
12         (elmo-imap4-search-internal-primitive): Pass filter type to imap
13         search when performing search for flagged messages.
14
15 2010-01-22  Vitaly Mayatskih  <v.mayatskih@gmail.com>
16
17         * modb-standard.el (modb-standard-save-entity): Use
18         `modb-standard-cleanup-stale-entities' to clean up stale entity
19         files in modb cache.
20         * elmo-imap4.el (elmo-network-authenticate-session): Ask for
21         capabilities after login.
22
23 2010-01-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
24
25         * elmo-imap4.el (elmo-folder-list-messages-plugged): Use TAB for
26         indent (only cosmetic fix).
27
28 2010-01-15  Vitaly Mayatskih  <v.mayatskih@gmail.com>
29
30         * elmo-version.el (elmo-version): Up to 2.15.9.
31
32         * elmo-imap4.el (elmo-imap4-elist): New function
33         * elmo-imap4.el (elmo-imap4-parse-response): Added support for
34         ESEARCH feature (RFC4731).
35         * elmo-imap4.el (toplevel): Require time-stamp
36         * elmo-imap4.el (elmo-imap4-send-command, elmo-imap4-send-string,
37         elmo-imap4-read-response elmo-imap4-read-untagged
38         elmo-imap4-arrival-filter elmo-imap4-parse-response): Change
39         logging format.
40         * elmo-imap4.el (elmo-folder-list-messages-plugged,
41         elmo-imap4-folder-list-range, elmo-folder-open): Don't ask server
42         for full uid range on folder entering, retrieve updates only for
43         newly appeared messages.
44         * elmo-imap4.el (elmo-imap4-send-command, elmo-imap4-send-string,
45         elmo-imap4-read-response, elmo-imap4-read-untagged,
46         elmo-imap4-parse-response): Change deprecated time-stamp-hh:mm:ss
47         to format-time-string.
48         * elmo-vars.el (toplevel): New custom
49         `elmo-imap4-set-seen-flag-explicitly' to override setting of Seen
50         flag for some buggy servers.
51         * elmo-imap4.el (elmo-message-fetch-plugged): Ditto
52
53 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
54
55         * acap.el (acap-parse-response): Fix comment-out style. Use three
56         semicolons, that should start at the left margin.
57         See. also (Info-goto-node "(elisp)Comment Tips").
58         * elmo.el (toplevel, elmo-message-match-condition)
59         (elmo-folder-set-info-max-by-numdb, elmo-folder-move-messages):
60         Ditto.
61         * elmo-archive.el (elmo-archive-suffix-alist)
62         (elmo-archive-tar-method-alist, elmo-archive-tgz-method-alist)
63         (elmo-archive-method-list)
64         (elmo-archive-msgdb-create-as-numlist-subr2, elmo-folder-search):
65         Ditto.
66         * elmo-imap4.el (toplevel)
67         (elmo-imap4-send-command, elmo-imap4-check-validity)
68         (elmo-imap4-fetch-callback-1-subr)
69         (elmo-network-initialize-session, elmo-server-diff-async)
70         (elmo-imap4-folder-diff-plugged): Ditto
71         * elmo-maildir.el (elmo-maildir-temporal-filename): Ditto.
72         * elmo-msgdb.el (elmo-msgdb-append-element): Ditto.
73         * elmo-net.el (elmo-network-close-session): Ditto.
74         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string)
75         (elmo-nntp-parse-overview-string, elmo-nntp-post): Ditto.
76         * elmo-pop3.el (elmo-pop3-retrieve-headers):  Ditto.
77         * elmo-util.el (elmo-set-auto-coding, elmo-passwd-alist-save)
78         (elmo-number-set-delete)
79         (elmo-cache-get-oldest-cache-file-entity): Ditto.
80
81 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
82
83         * elmo-version.el (elmo-version): Up to 2.15.8.
84
85         * elmo-mime.el (elmo-mime-insert-header-from-buffer): Use
86         `with-current-buffer' instead of `save-excursion' (for suppress
87         compile warnings).
88
89         * elmo.el (elmo-folder-confirm-appends): Use `number-to-string'
90         instead of `int-to-string'.
91         * elmo-archive.el (elmo-archive-message-fetch-internal)
92         (elmo-archive-folder-message-make-temp-files)
93         (elmo-archive-folder-append-buffer)
94         (elmo-folder-delete-messages-internal)
95         (elmo-archive-msgdb-create-entity)
96         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
97         * elmo-util.el (elmo-cache-expire-by-age): Ditto.
98         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
99         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
100         * elmo-imap4.el (elmo-imap4-make-number-set-list)
101         (elmo-folder-list-subfolders): Ditto.
102         * elmo-localdir.el (elmo-message-file-name)
103         (elmo-folder-message-make-temp-files)
104         (elmo-localdir-msgdb-create-entity)
105         (elmo-folder-append-messages-*-localdir)
106         (elmo-folder-pack-numbers): Ditto.
107         * elmo-maildir.el (elmo-folder-message-make-temp-files): Ditto.
108         * elmo-map.el (elmo-location-map-key): Ditto.
109         * elmo-nntp.el (elmo-nntp-folder-postfix)
110         (elmo-nntp-folder-list-subfolders)
111         (elmo-nntp-folder-msgdb-create): Ditto.
112
113         * elmo.el (elmo-crosspost-message-alist-save): Don't use
114         `function' for `lambda'.
115         * elmo-archive.el (elmo-archive-folder-list-subfolders)
116         (elmo-folder-append-messages-*-archive)
117         (elmo-folder-delete-messages-internal): Ditto.
118         * elmo-date.el (elmo-replace-in-string): Ditto.
119         * elmo-multi.el (elmo-folder-list-messages, elmo-folder-search)
120         (elmo-folder-list-flagged): Ditto.
121         * elmo-maildir.el (elmo-maildir-cleanup-temporal): Ditto.
122         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
123         * modb-standard.el (modb-standard-cleanup-stale-entities): Ditto.
124
125 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
126
127         * elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
128         `elmo-dop-spool-folder' was used before it was defined"; Use
129         `defun' instead.
130
131         * pldap.el (ldap/ldif-safe-string-p): macro to function.
132         * elmo-imap4.el (elmo-imap4-detect-search-charset): Ditto.
133
134         * elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of
135         `mapcar'; Suppress compile warning.
136         * elmo-imap4.el (elmo-network-initialize-session-buffer)
137         (elmo-imap4-search-internal-primitive): Ditto.
138         * elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
139         * elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.
140
141         * elmo-imap4.el (elmo-imap4-parse-address-list)
142         (elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
143         (elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
144         (elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use
145         `(string-to-char " ")' instead of `? ', `?\ '.
146
147 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
148
149         * pldap.el (ldap-search-entries): Don't use `function' for lambda.
150         (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
151         (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
152         `function' for lambda.
153
154         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
155         `string-to-number' instead of `string-to-int'.
156
157         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
158         instead of `save-excursion' (for suppress compile warnings).
159         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
160         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
161         (elmo-nntp-post): Ditto.
162
163 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
166         Mule-UCS (to-utf-16).
167         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
168         Emacs 23.
169
170 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
171
172         * utf7.el (utf7-find-coding-system-without-bom): New Function.
173         (utf7-utf-16-coding-system): use no-BOM coding system.
174         (utf7-get-u16char-converter): remove workaround for BOM.
175
176 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
177
178         * elmo-util.el (elmo-union): New function, make a union of two lists.
179
180         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
181         mime-view when displaying malformed base64 attach.
182
183         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
184         (removed duplicated code)
185
186         * modb-standard.el (modb-standard-cleanup-stale-entities): New
187         function, Remove stale entities from elmo's cache.
188
189 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
190
191         * elmo-version.el (elmo-version): Up to 2.15.7.
192
193 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
194
195         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
196         default value to `--auto-update'.
197
198 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
199
200         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
201         Add `elmo-pop3-read-point' barrier.
202
203 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
204
205         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
206         goto the previous end-point insead of the head-point, and use
207         `search-forward' instead of `re-search-forward'.
208
209 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
210
211         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
212
213 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
214
215         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
216         case-insensitive fashion.
217
218 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
219
220         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
221
222 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
223
224         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
225         `eval-and-compile' for suppress compile warnings.
226
227         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
228         instead of `defun-maybe'
229
230         * elmo-util.el: Add (eval-when-compile (require 'static)).
231
232 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
233
234         * mmimap.el: Remove (require 'static).
235         * acap.el: Ditto.
236
237         * elmo-flag.el: Move ';;; Code:' comment.
238         * elmo-imap4.el: Ditto.
239         * elmo-net.el: Ditto.
240
241         * elmo-version.el (product-provide): Fix comment.
242
243 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
244
245         * slp.el: Add (eval-when-compile (require 'cl)).
246         * elmo-date.el: Ditto.
247         * elmo-pop3.el: Ditto.
248         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
249
250 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
251
252         * modb.el (elmo-msgdb-match-condition-primitive): Use
253         `string-to-number' instead of `string-to-int'.
254
255         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
256         (elmo-msgdb-message-match-condition)
257         (elmo-msgdb-create-message-entity-from-buffer): Use
258         `string-to-number' instead of `string-to-int'.
259
260         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
261         instead of `string-to-int'.
262
263         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
264         instead of `string-to-int'.
265
266         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
267         `string-to-number' instead of `string-to-int'.
268
269         * elmo-nntp.el (elmo-nntp-make-msglist)
270         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
271         (elmo-nntp-create-msgdb-from-overview-string)
272         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
273         (elmo-nntp-search-primitive): Use `string-to-number' instead of
274         `string-to-int'.
275
276         * elmo-net.el (elmo-net-folder-set-parameters): Use
277         `string-to-number' instead of `string-to-int'.
278
279         * elmo-localdir.el (elmo-localdir-list-subr): Use
280         `string-to-number' instead of `string-to-int'.
281
282         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
283         `string-to-number' instead of `string-to-int'.
284
285         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
286         instead of `string-to-int'.
287
288         * elmo-archive.el (elmo-archive-list-folder-subr): Use
289         `string-to-number' instead of `string-to-int'.
290
291 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
292
293         * elmo-util.el (elmo-get-passwd): Fix typo.
294
295         * elmo-nntp.el (elmo-nntp-get-server-command)
296         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
297         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
298         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
299         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
300
301         * elmo-imap4.el (elmo-imap4-debug)
302         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
303         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
304         (elmo-imap4-response-value, elmo-imap4-response-error-text)
305         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
306         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
307         (elmo-imap4-identical-system-p): New backquote style.
308
309 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
310
311         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
312         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
313         (elmo-dop-queue-arguments): Ditto.
314
315         * elmo-date.el (elmo-match-substring): New backquote style.
316         (elmo-match-string, elmo-match-buffer): Ditto.
317         (elmo-date-make-sortable-string): Ditto.
318
319         * elmo-archive.el (elmo-archive-get-method):New backquote style.
320         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
321
322         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
323         style.
324
325         * elmo-net.el (elmo-network-stream-type-spec-string): New
326         backquote style.
327         (elmo-network-stream-type-symbol): Ditto.
328         (elmo-network-stream-type-feature): Ditto.
329         (elmo-network-stream-type-function): Ditto.
330         (elmo-network-session-buffer): Ditto.
331
332         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
333         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
334         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
335         (elmo-bind-directory, elmo-set-work-buf): Ditto.
336
337         * elmo.el (elmo-folder-send): New backquote style.
338
339 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
340
341         * pldap.el (ldap-static-if): New backquote style.
342         (ldap/ldif-safe-string-p): Ditto.
343         (ldap/ldif-insert-field): Ditto.
344
345         * elmo-version.el (elmo-version): Up to 2.15.6.
346
347 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
350         messages with \Deleted flag.
351         (elmo-folder-delete-messages-plugged): Ask before sending expunge
352         command if there are messages with \Deleted flag.
353
354 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
355
356         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
357         http://seclists.org/bugtraq/2007/Apr/0018.html
358         (Suggested by Tatsuya Kinoshita)
359
360 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
363         with \Noselect attribute.
364
365 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
368         hierarchical folder structure with UW-imapd.
369
370 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
373         when the LOGINDISABLED capability is advertised.
374
375 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
378
379 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
382         `entity'.
383         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
384         if the message entity is exists.
385
386 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * elmo-util.el (elmo-msgdb-insert-file-header): Call
389         `elmo-delete-cr-buffer'.
390
391         * elmo-localdir.el (elmo-message-fetch-internal): Use
392         `insert-file-contents-as-raw-text' instead of
393         `insert-file-contents-as-binary'.
394
395         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
396
397 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * elmo-imap4.el (elmo-network-initialize-session): Check to
400         retrieve a whole greeting message.
401
402 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
405
406 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
409         (elmo-progress-notify): Use it instead of `plist-get'.
410
411 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
412
413         * elmo.el (elmo-generic-folder-append-messages): Remove unused
414         variable `table'.
415
416 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * elmo-pipe.el (elmo-folder-set-plugged): Define.
419
420 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
423         (elmo-spam-list-spam-messages): Check it option.
424
425 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
426
427         * elmo-util.el (elmo-with-progress-display): Return the value
428         of the last form in `body'.
429
430 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
433         `elmo-progress-counter' as t when a query callback returns nil.
434         (elmo-progress-clear): New function.
435         (elmo-progress-done): Split into `elmo-progress-clear'.
436         (elmo-progress-notify): Update a total slot when it is nil.
437         (elmo-with-progress-display): Call `elmo-progress-clear' in
438         unwind-protect and move calling `elmo-progress-done' to outside.
439
440         * elmo-imap4.el (elmo-imap4-find-next-line): Call
441         `elmo-progress-notify' with :total parameter instead of
442         `elmo-progress-counter-set-total'.
443
444 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
445
446         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
447         Make it interactive.
448         (elmo-progress-start): Avoid updating `elmo-progress-counter'
449         when a query callback returns nil.  Return a progress counter
450         instead of t whenever a start callback was called.
451
452 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
455         (elmo-imap4-send-command): Use it.
456         (elmo-network-initialize-session): Ditto.
457         (elmo-network-setup-session): Ditto.
458         (elmo-folder-msgdb-create-plugged): Ditto.
459
460 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * elmo-util.el (elmo-progress-done): Fix a miss refer to
463         `elmo-progress-counter'.
464
465 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
468         (elsp-bsfilter-list-spam-filter): New function.
469         (elsp-bsfilter-start-list-spam): Ditto.
470         (elsp-bsfilter-read-list-spam): Ditto.
471         (elmo-spam-list-spam-messages): Use async process to display
472         progress message by each message.
473
474 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
475
476         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
477         of flushing previously inserted message contents.
478
479         * elmo-imap4.el (elmo-folder-search): Fix return value.
480
481 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
482
483         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
484         of reporter is enable or not.
485
486 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * elmo-util.el (elmo-list-bigger-diff): Abolish.
489         (elmo-display-progress): Ditto.
490         (elmo-progress-counter-alist): Ditto.
491         (elmo-progress-set): Ditto.
492         (elmo-progress-clear): Ditto.
493         (elmo-progress-counter-all-value): Rename to
494         `elmo-progress-counter-total'.
495         (elmo-progress-counter-format): Rename to
496         `elmo-progress-counter-action'.
497         (elmo-progress-counter): New internal variable.
498         (elmo-progress-callback-function): Ditto.
499         (elmo-progress-counter-label): New function.
500         (elmo-progress-counter-set-total): Ditto.
501         (elmo-progress-counter-set-action): Ditto.
502         (elmo-progress-call-callback): Ditto.
503         (elmo-progress-start): Ditto.
504         (elmo-progress-done): Ditto.
505         (elmo-progress-notify): Rewrite.
506         (elmo-with-progress-display): Remove first argument
507         `condition'. Add optional argument `var' in `spec'.
508
509         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
510         (elmo-display-retrieval-progress-threshold): Ditto.
511         (elmo-inhibit-display-retrieval-progress): Ditto.
512
513         * Replace all pair of `elmo-progress-set' and
514         `elmo-progress-clear' into `elmo-with-progress-display'.
515
516         * Replace to call `elmo-display-progress' into pair of
517         `elmo-progress-notify' and `elmo-with-progress-display'.
518
519         * elmo-version.el (elmo-version): Up to 2.15.5.
520
521 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
524         `cond'.
525
526 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
529         cleanup-forms [wl:14027].
530
531 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * elmo-flag.el (elmo-global-flag-set-internal): Use
534         `elmo-copy-file' by priority when the message is a file.
535
536 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
537
538         * elmo.el: Fix typo: disptch -> dispatch.
539
540 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * elmo.el (elmo-file-tag): New class.
543         (elmo-append-messages-disptch-table): New constant.
544         (elmo-folder-type-p): New function.
545         (elmo-folder-append-messages): Redefine as function.
546
547         * elmo-null.el (elmo-folder-append-messages): Renamed from
548         `elmo-folder-append-messages'.
549
550         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
551         (elmo-folder-append-messages-*-maildir): Renamed from
552         `elmo-folder-append-messages'.
553
554         * elmo-localdir.el (elmo-localdir-folder): Inherit
555         `elmo-file-tag'.
556         (elmo-folder-append-messages-*-localdir): Renamed from
557         `elmo-folder-append-messages'.
558
559         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
560         from `elmo-folder-append-messages'.
561
562         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
563         `elmo-folder-append-messages'.
564
565         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
566         function.
567         (elmo-folder-append-messages-*-filter): Ditto.
568
569         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
570
571         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
572         (elmo-folder-append-messages-*-pipe): Renamed from
573         `elmo-folder-append-messages'.
574
575         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
576
577         * elmo-file.el (elmo-file-folder): Ditto.
578
579         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
580
581         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
582         from `elmo-folder-append-messages'
583
584 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * elmo-map.el (elmo-location-map-setup): Change an argument
587         `locations' to optional.
588         (elmo-location-map-clear): Abolish.
589         (elmo-folder-clear): Follow the API change.
590
591         * elmo-pop3.el (elmo-folder-clear): Ditto.
592
593         * elmo-pop3.el (toplevel): Require elmo-map.
594         (elmo-pop3-folder): Inherit elmo-location-map and abolish
595         location-alist slot (All other related portions are changed).
596         (elmo-pop3-folder-use-uidl): New function.
597         (elmo-folder-msgdb-create): Don't sort message entities.
598         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
599         (elmo-pop3-number-to-size): Convert return value to number.
600         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
601         working buffer.
602
603         * elmo-map.el: Use `location-map' as a variable name for instance
604         instead of `mapper'.
605         (elmo-location-map-setup): Return location alist.
606         (elmo-location-map-update): Ditto.
607
608 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * elmo-map.el (elmo-location-map): New class; split location and
611         number mapping from elmo-map-folder (All other related portions
612         are changed).
613
614         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
615         change.
616
617         * elmo-version.el (elmo-version): Up to 2.15.4.
618
619 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * elmo-vars.el (elmo-use-hardlink): New user option.
622
623         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
624         `elmo-use-hardlink'.
625
626         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
627         killed-list.
628         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
629         instead of `*-internal'. Use `elmo-with-progress-display'.
630
631 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
634         `elmo-spam-process-messages-as-mbox'.
635
636         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
637
638 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
641         argument BUFFER of `call-process'.
642
643 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
646         args.
647         (elsp-bsfilter-list-spam-files): Ditto.
648
649 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
652         (elmo-spam-bsfilter-max-messages-per-process): New use option.
653         (elmo-spam-bsfilter-debug): Fix a group.
654         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
655         `--homedir'.
656         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
657         (elsp-bsfilter-list-spam-files): New function.
658         (elmo-spam-list-spam-messages): Define.
659         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
660         (elmo-spam-bsfilter-register-messages): New function.
661         (elmo-spam-register-spam-messages): Define.
662         (elmo-spam-register-good-messages): Ditto.
663
664         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
665
666         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
667         `nconc' and `consp'.
668
669 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
672         hash table to test whether a location is exists.
673
674 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
677         even if some error occurred.
678
679         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
680         meaningless unwind-protect.
681
682         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
683         start-number correctly.
684         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
685         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
686
687 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
690         (elmo-folder-initialize): Use it.
691         (elmo-global-flag-replace-referrer): New function.
692
693         * elmo.el (toplevel): Added autoload setting for
694         `elmo-global-flag-replace-referrer'.
695         (elmo-folder-rename): Rewrite the last change use
696         `elmo-global-flag-replace-referrer'.
697
698         * elmo-pipe.el (elmo-folder-rename): Call
699         `elmo-global-flag-replace-referrer'.
700
701 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * elmo.el (elmo-folder-rename): Set meta data for global flags
704         follow the rename.
705
706 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
709         as 'not-loaded.
710         (elmo-folder-close): Ditto.
711         (elmo-filter-folder-number-list-loaded-p): New function.
712         (elmo-filter-folder-number-list): Check whether loaded or not.
713         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
714         of `elmo-filter-folder-number-list-internal'.
715         (elmo-folder-delete-messages): Ditto.
716         (elmo-folder-length): Check whether number-list is loaded or not.
717
718 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
721         field `real field' into each element of list.
722         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
723         (elmo-msgdb-message-entity-field): Ditto.
724         (modb-entity-ml-info-real-fields): New function.
725
726         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
727
728         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
729         `elmo-msgdb-extra-fields'.
730
731 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * elmo-util.el (elmo-passwd-alist-load): Move point to min
734         position before read.
735
736 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
737
738         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
739         (elmo-global-flags-initialize): Ditto.
740
741 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
742
743         * elmo-archive.el (toplevel): Don't require emu, std11
744         and elmo-localdir.
745
746         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
747         definition.
748
749 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
750
751         * elmo.el (elmo-folder-confirm-appends): Display folder name.
752
753 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
754
755         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
756         literals.
757
758 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
759
760         * elmo-maildir.el (elmo-maildir-list-location): Reduce
761         `elmo-get-last-modification-time' call.
762
763 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
766         expression.
767         (elmo-maildir-set-mark): Ditto.
768         (elmo-maildir-delete-mark): Ditto.
769
770 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
773         optional argument `separators'.
774
775 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * elmo.el (cache-changed): Abolish.
778         (status-changed): New signal.
779         (elmo-message-killed-p): New generic function and define for
780         elmo-folder.
781         (elmo-folder-recover-messages): Ditto.
782         (elmo-message-set-cached): Emit signal `status-changed' instead of
783         `cache-changed'.
784         (elmo-message-status): New macro.
785         (elmo-message-status-folder): Ditto.
786         (elmo-message-status-number): Ditto.
787         (elmo-message-status-set-flags): Ditto.
788         (elmo-message-status-set-killed): Ditto.
789         (elmo-message-status-flags): New function.
790         (elmo-message-status-cached-p): Ditto.
791         (elmo-message-status-killed-p): Ditto.
792
793         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
794         `status-changed' instead of `cache-changed'.
795         (elmo-folder-recover-messages): Define.
796         (elmo-message-killed-p): Ditto.
797
798         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
799         `status-changed' instead of `cache-changed'.
800
801         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
802         (elmo-message-killed-p): Define.
803         (elmo-folder-recover-messages): Ditto.
804
805         * elmo-version.el (elmo-version): Up to 2.15.3.
806
807 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * elmo-signal.el (elmo-signal-bindings): Use cons to append
810         element into list.
811         (elmo-define-signal-handler): Add docstring.
812         (elmo-define-signal-filter): Ditto.
813
814         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
815
816 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
817
818         * elmo-util.el (elmo-flatten): Don't use recursive call.
819
820         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
821         assignment.
822         (elmo-folder-message-make-temp-files): Use `number-to-string'
823         instead of `int-to-string'.
824
825 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
826
827         * elmo-search.el (elmo-folder-delete-messages): Define.
828
829 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
832         customization type.
833         (elmo-mailing-list-count-spec-list): Ditto.
834
835         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
836         for `list-id'.
837
838 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
841         handling.
842
843 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
846         (elmo-mailing-list-count-spec-list): Ditto.
847
848         * elmo-util.el (elmo-map-until-success): New function.
849         (elmo-string-match-substring): Ditto.
850         (elmo-find-list-match-value): Ditto.
851
852         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
853         Removed.
854         (modb-entity-extract-ml-info-from-subject): Ditto.
855         (modb-entity-extract-ml-info-from-return-path): Ditto.
856         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
857         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
858         (modb-entity-extract-ml-info-from-mailman): Ditto.
859         (modb-entity-extract-mailing-list-info-functions): Ditto.
860         (modb-entity-extract-mailing-list-info): Rewrite with
861         `elmo-find-list-match-value'.
862
863 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * elmo-net.el (elmo-network-session-retry-count): New user option.
866         (elmo-network-session-buffer-name): New internal function.
867         (elmo-network-session-buffer-create): Ditto.
868         (elmo-network-open-session): Retry open network session
869         `elmo-network-session-retry-count' times.
870
871 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
872
873         * elmo-util.el (elmo-list-filter): Rewritten.
874
875 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * elmo-util.el (elmo-string-member): Allow symbol element in list.
878
879 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * elmo-search.el (elmo-make-search-engine): Use prefix
882         `elmo-search-' for require symbol instead of `else-'.
883         (elmo-search-engine-extprog): New class.
884         (elmo-search-engine-do-search): Remove nil from argument
885         list. Added argument pattern to evaluate element as function.
886         (elmo-search-engine-local-file): Derived from
887         `elmo-search-engine-extprog'.
888         (elmo-search-engine-create-message-entity): Check existance of file.
889         (elmo-search-engine-fetch-message): Ditto.
890         (elmo-search-namazu-index): Follow the API change.
891         (elmo-search-grep-target): Ditto.
892
893 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
896         characters of working buffer.
897
898         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
899         Does not bind `default-mime-charset'.
900         (elmo-msgdb-create-message-entity-from-buffer): Removed
901         unnecessary local bind.
902
903         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
904         function.
905         (modb-entity-extract-mailing-list-info-functions): Added it.
906
907 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
910         when number and message-id are non-nil.
911
912         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
913
914         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
915         conditional steatment.
916         (elmo-pop3-auth-apop): Likewise.
917         (elmo-network-authenticate-session): Likewise.
918
919 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
922         symbol `fill-column'.
923         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
924         decode field value.
925
926         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
927         (elmo-decoded-field-body): Ditto.
928
929 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
932         `tokens' to `params'.
933
934 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
937         working buffer.
938
939 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
942         decide index.
943
944 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
947         Set default value as nil.
948         (toplevel): Register search engines by
949         `elmo-search-register-engine' if there are not defined.
950
951         * elmo.el (autoload): Added autoload setting for
952         `elmo-search-register-engine'.
953
954 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * elmo.el (toplevel): `[' is redefined as the prefix of the search
957         folder instead of nmz folder.
958         (elmo-nmz-default-index-path): Added obsolete variable setting.
959         (elmo-nmz-index-alias-alist): Ditto.
960         (elmo-nmz-use-drive-letter): Ditto.
961
962         * elmo-search.el (elmo-search-register-engine): New function.
963
964         * elmo-nmz.el: Removed.
965
966         * elmo-version.el (elmo-version): Up to 2.15.2.
967
968 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * elmo-search.el: New file.
971
972 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
975         condition `larger' and `smaller'.
976
977 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * elmo-util.el (elmo-safe-filename): Rewrite to replace
980         `"' (double quote) into "_Q_".
981
982 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * elmo-net.el (elmo-net-quote-chars): Abolish.
985         (elmo-net-format-quoted): Ditto.
986
987 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * elmo.el (elmo-get-folder-function): New variable.
990         (elmo-get-folder): New function.
991         (elmo-folder-rename): Call `elmo-make-folder' with specified
992         mime-charset.
993
994         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
995         `elmo-make-folder'.
996         (elmo-split-subr): Ditto.
997
998         * elmo-multi.el (elmo-folder-initialize): Ditto.
999
1000         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
1001
1002         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
1003         (elmo-flag-get-folder): Ditto.
1004
1005         * elmo-filter.el (elmo-folder-initialize): Ditto.
1006
1007         * elmo-access.el (elmo-folder-initialize): Ditto.
1008         (elmo-access-folder-update-children): Ditto.
1009
1010         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
1011         (elmo-dop-queue-flush): Ditto.
1012         (elmo-folder-append-buffer-dop-delayed): Ditto.
1013         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
1014         mime-charset.
1015
1016         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
1017         instead of `elmo-make-folder'.
1018         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
1019         destination folder instead of send `elmo-folder-rename-internal'.
1020
1021         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
1022         slot of subfolder instead of create it.
1023
1024 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * elmo-util.el (elmo-collect-separators): New function.
1027         (elmo-collect-separators-internal): Ditto.
1028         (elmo-collect-trail-separators): Ditto.
1029         (elmo-parse-separated-tokens): Ditto.
1030         (elmo-parse-separated-tokens-internal): Ditto.
1031         (elmo-quote-syntactical-element): Ditto.
1032
1033         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
1034         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1035
1036         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
1037         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1038         (elmo-nntp-folder-list-subfolders): Quote a user name.
1039
1040         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
1041         (elmo-net-parse-network): Abolish.
1042         (elmo-net-folder-set-parameters): New function.
1043         (elmo-folder-initialize): Follow the above change.
1044
1045         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
1046         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1047         (elmo-folder-list-subfolders): Use
1048         `elmo-quote-syntactical-element' instead of
1049         `elmo-net-format-quoted' to quote mailbox and user name.
1050
1051 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * elmo-util.el (elmo-token-valid-p): New function.
1054         (elmo-parse-token): Add optional argument `requirement'.
1055         (elmo-parse-prefixed-element): Likewise.
1056
1057         * elmo-net.el (elmo-net-quote-chars): Renamed from
1058         `elmo-net-quote-chars-regexp'.
1059         (elmo-net-format-quoted): Add optional argument `extra-chars'.
1060
1061         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
1062         by info document. Check token `uidl' is started an alphabet.
1063
1064         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
1065         by info document. Check token `user' is started an alphabet.
1066
1067         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1068         (elmo-folder-list-subfolders): Quote user.
1069
1070 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * elmo-util.el (elmo-quoted-specials-list): New constant.
1073         (elmo-quoted-token): New function.
1074
1075         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
1076         (elmo-net-format-quoted): New function.
1077         (elmo-net-parse-network): Ditto.
1078         (elmo-folder-initialize): Use it.
1079
1080         * elmo-nntp.el (elmo-folder-initialize): Use
1081         `elmo-net-parse-network' to parse network specification instead of
1082         `elmo-folder-initialize#elmo-net'.
1083
1084         * elmo-pop3.el (elmo-folder-initialize): Ditto.
1085
1086         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1087         (elmo-folder-list-subfolders): Quote folder name by
1088         `elmo-net-format-quoted'.
1089
1090 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
1093         (elmo-folder-search): Use it.
1094
1095 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * modb-standard.el (modb-standard-loaded-message-id): Use
1098         `elmo-msgdb-message-entity-field'.
1099
1100 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1101
1102         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
1103         without filename.
1104
1105 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * elmo-util.el (elmo-set-auto-coding): New function.
1108         (elmo-object-load): Use it.
1109
1110 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1111
1112         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
1113         (elmo-time<): Define as alias of `elmo-time-less-p'.
1114         (elmo-time-to-datevec): New function.
1115
1116         * elmo-date.el (elmo-time-to-days): New function.
1117
1118 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
1121         is not cons cell.
1122
1123 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
1126         parenthesis.
1127
1128         * elmo-util.el (elmo-map-recursive): New function.
1129
1130         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
1131         (modb-entity-encode-string-recursive): Ditto.
1132
1133 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
1134
1135         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
1136         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
1137         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
1138         compare sequence number when last modified time is nil.
1139
1140 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
1143
1144         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
1145
1146 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
1147
1148         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
1149         modification time of the file.
1150
1151 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * elmo-util.el (elmo-condition-optimize): Discriminated against
1154         preserved fields, extra fields and the other weight.
1155
1156 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * modb-entity.el (initialize-instance): Define.
1159         (modb-entity-handler-mime-charset): New internal function.
1160         (modb-standard-entity-set-field): Use it.
1161         (elmo-msgdb-message-entity-field): Ditto.
1162         (elmo-msgdb-message-entity-field): Ditto.
1163
1164         * modb.el (elmo-msgdb-match-condition): Rewrite with
1165         `elmo-condition-match'.
1166         (elmo-msgdb-match-condition-primitive): New function.
1167
1168         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1169         arguments `flags' and `numbers'.
1170         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1171         `elmo-msgdb-message-match-condition').
1172         (modb-buffer-entity-handler): New class.
1173
1174         * elmo.el (elmo-folder-search): Optimize condition to use
1175         `elmo-condition-optimize'.
1176         (elmo-message-buffer-match-condition): New function.
1177         (elmo-message-match-condition): Use
1178         `elmo-message-buffer-match-condition' instead of
1179         `elmo-buffer-field-condition-match'.
1180
1181         * elmo-util.el (elmo-condition-match): New function.
1182         (elmo-condition-optimize): Ditto.
1183         (elmo-buffer-field-primitive-condition-match): Abolish.
1184         (elmo-buffer-field-condition-match): Ditto.
1185
1186         * elmo-archive.el (elmo-archive-field-condition-match): Use
1187         `elmo-message-buffer-match-condition' instead of
1188         `elmo-buffer-field-condition-match'.
1189
1190 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * elmo-flag.el (elmo-global-flags-initialize): Check the
1193         existence of the flag directory.
1194
1195 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * elmo-access.el (elmo-folder-initialize): Call
1198         `elmo-multi-connect-signals'.
1199
1200         * elmo-pipe.el (elmo-folder-close): Define.
1201
1202         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1203         children folders.
1204
1205         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1206         with target folder.
1207
1208         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1209         `number'.
1210
1211         * elmo-multi.el (elmo-message-entity): Don't use return value of
1212         `elmo-message-entity-set-number'.
1213
1214 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * modb.el (modb-generic): Added slot `mime-charset'.
1217
1218         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1219         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1220         and `modb-entity-handler-dump-parameters'.
1221         (modb-standard-default-entity-handler): Abolish.
1222         (elmo-msgdb-message-entity-handler): Save created handler by
1223         instance slot.
1224
1225         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1226         (modb-entity-handler-list-parameters): New method.
1227         (modb-entity-handler-equal-p): New function.
1228         (modb-entity-handler-dump-parameters): Ditto.
1229         (modb-entity-parse-address-string): Encode return value.
1230         (modb-entity-make-address-string): Decode argument value.
1231         (modb-entity-decode-string-recursive): New function.
1232         (modb-entity-encode-string-recursive): Ditto.
1233         (modb-standard-entity-normalizer): Set to encode field value.
1234         (modb-standard-entity-specializer): Follow the above change.
1235         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1236         mime-charset of handler.
1237         (elmo-msgdb-message-entity-field): Ditto.
1238         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1239         structure.
1240         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1241
1242         * elmo.el (elmo-folder): Added slot `mime-charset'.
1243         (elmo-make-folder): Added argument `mime-charset'.
1244         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1245         `mime-charest'.
1246
1247         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1248         (elmo-make-msgdb): Likewise.
1249
1250         * elmo-internal.el (elmo-internal-folder-initialize): Call
1251         `luna-make-entity' with :mime-charset parameter.
1252
1253 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1254
1255         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1256         encoded words in `from' and `subject' field.
1257
1258 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1261         (elmo-msgdb-match-condition): Get handler from entity instead of
1262         msgdb.
1263
1264         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1265         (modb-standard-load-entity): Treat new file format.
1266         (modb-standard-save-entity-1): Save as new file format.
1267         (modb-standard-save-entity): Split messages into section here.
1268         (elmo-msgdb-message-field): Follow the API change.
1269         (modb-standard-default-entity-handler): New internal variable.
1270         (elmo-msgdb-message-entity-handler): Define.
1271
1272         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1273         to `elmo-vars.el'.
1274         (modb-entity-field-extractor-alist): New user option.
1275         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1276         added argument `type'.
1277         (elmo-msgdb-copy-message-entity): Add optional argument
1278         `make-handler'.
1279         (modb-set-field-converter): New function.
1280         (modb-convert-field-value): Ditto.
1281         (modb-entity-string-decoder): Ditto.
1282         (modb-entity-string-encoder): Ditto.
1283         (modb-entity-parse-date-string): Ditto.
1284         (modb-entity-make-date-string): Ditto.
1285         (modb-entity-mime-decoder): Ditto.
1286         (modb-entity-mime-encoder): Ditto.
1287         (modb-entity-address-list-decoder): Ditto.
1288         (modb-entity-address-list-encoder): Ditto.
1289         (modb-entity-parse-address-string): Ditto.
1290         (modb-entity-make-address-string): Ditto.
1291         (modb-entity-create-field-indices): Ditto.
1292         (modb-legacy-entity-field-slots): New constant.
1293         (modb-legacy-entity-field-indices): Ditto.
1294         (modb-legacy-entity-normalizer): New variable.
1295         (modb-legacy-entity-specializer): Ditto.
1296         (modb-legacy-entity-field-index): New macro.
1297         (modb-legacy-entity-set-field): New function.
1298         (modb-legacy-make-message-entity): Rewrite.
1299         (elmo-msgdb-create-message-entity-from-buffer): Use
1300         `elmo-msgdb-get-references-from-buffer'. Use
1301         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1302         Use `modb-legacy-entity-set-field' instead of
1303         `elmo-msgdb-message-entity-set-field'.
1304         (elmo-msgdb-message-entity-field): Rewrite.
1305         (elmo-msgdb-message-entity-set-field): Ditto.
1306         (elmo-msgdb-copy-message-entity): Make new entity by
1307         `make-handler' if it specified.
1308         (elmo-msgdb-message-match-condition): Define a method of
1309         `modb-entity-handler' and follow the API change.
1310         (modb-standard-entity-handler): New class.
1311         (modb-entity-extract-ml-info-from-x-sequence): New function.
1312         (modb-entity-extract-ml-info-from-subject): Ditto.
1313         (modb-entity-extract-ml-info-from-return-path): Ditto.
1314         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1315         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1316         (modb-entity-extract-mailing-list-info): Ditto.
1317         (modb-entity-extract-mailing-list-info-functions): New variable.
1318
1319         * elmo.el (elmo-message-field): Add optional argument `type'.
1320
1321         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1322         from `modb-entity.el'.
1323
1324         * elmo-util.el (elmo-object-load): Decode by coding-system from
1325         `set-auto-coding-function'.
1326         (elmo-object-save): Use `detect-mime-charset-region' and add
1327         coding cookie if encode.
1328         (elmo-msgdb-get-references-from-buffer): New function.
1329         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1330
1331         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1332
1333         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1334         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1335         instead of `shimbun-make-header' and follow the API change.
1336         (elmo-shimbun-update-overview): Follow the API change.
1337         (elmo-map-folder-list-message-locations): Ditto.
1338
1339         * elmo-pipe.el (elmo-message-field): Ditto.
1340
1341         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1342         Ditto.
1343
1344         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1345
1346         * elmo-multi.el (elmo-message-field): Ditto.
1347
1348         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1349         (elmo-msgdb-sort-by-date): Ditto.
1350         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1351         `elmo-message-entity-field'.
1352         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1353         change.
1354         (elmo-msgdb-overview-entity-get-from): Ditto.
1355         (elmo-msgdb-overview-entity-get-subject): Ditto.
1356         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1357         (elmo-msgdb-overview-entity-get-date): Ditto.
1358         (elmo-msgdb-overview-entity-get-to): Ditto.
1359         (elmo-msgdb-overview-entity-get-cc): Ditto.
1360
1361         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1362         (elmo-mime-collect-message/partial-pieces): Ditto.
1363
1364         * elmo-filter.el (elmo-message-field): Ditto.
1365
1366         * elmo-date.el (elmo-datevec-to-time): New function.
1367         (elmo-time-parse-date-string): Ditto.
1368         (elmo-time-make-date-string): Ditto.
1369         (elmo-time<): Ditto.
1370
1371         * elmo-version.el (elmo-version): Up to 2.15.1.
1372
1373 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1376         member of elmo-local-flags.
1377
1378 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * elmo-version.el (elmo-version): Up to 2.15.0.
1381
1382 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1385         `ignore-msgdb' is non-nil.
1386
1387 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1388
1389         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1390         (elmo-condition-in-msgdb-p): Ditto.
1391         (elmo-file-field-primitive-condition-match): Ditto.
1392         (elmo-file-field-condition-match): Ditto.
1393
1394         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1395
1396 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1399         subdirectories here.
1400         (elmo-global-flags-initialize): New function.
1401
1402         * elmo.el (toplevel): Added autoload setting for
1403         `elmo-global-flags-initialize'.
1404
1405 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * elmo.el (message-number-changed): Define new signal.
1408         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1409         message-number-changed signal.
1410         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1411         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1412         Respect `elmo-pack-number-check-strict'.
1413
1414 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * elmo-signal.el (elmo-connect-signal): Document.
1417         (elmo-emit-signal): Ditto.
1418         (elmo-emit-signal): It should pass source argument to filter and
1419         handler, not slot-source.
1420
1421 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * modb.el (elmo-msgdb-update-entity): New API and define generic
1424         implement.
1425
1426         * modb-standard.el (elmo-msgdb-update-entity): Define.
1427
1428         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1429         API and define generic implement.
1430
1431         * elmo.el (update-overview): New singnal.
1432
1433         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1434         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1435         (elmo-message-entity-parent): Define.
1436
1437         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1438         `update-overview'.
1439
1440         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1441
1442         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1443
1444 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * elmo.el (elmo-folder-synchronize): Sort the return value of
1447         `elmo-list-diff'.
1448
1449         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1450         list.
1451
1452 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1453
1454         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1455         `default-enable-multibyte-characters'.
1456         (elmo-object-load): Use `with-temp-buffer' instead of
1457         `elmo-set-work-buf'.
1458         (elmo-object-save): Ditto.
1459         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1460         `elmo-set-work-buf'.
1461         (elmo-decoded-field-body): Ditto.
1462
1463         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1464
1465         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1466         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1467
1468         * elmo-version.el (elmo-version): Up to 2.13.3.
1469
1470 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1471
1472         * elmo-util.el (elmo-list-diff): Fix the last change.
1473         Reverse order of result lists.
1474
1475 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1476
1477         * modb-standard.el (elmo-msgdb-set-flag): Use
1478         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1479         (elmo-msgdb-unset-flag): Ditto.
1480
1481         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1482         `elmo-list-diff'.
1483
1484         * elmo-util.el (elmo-list-diff): Rewrite.
1485         (elmo-list-diff-nonsortable): New function.
1486
1487 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1488
1489         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1490         `elmo-multibypte-buffer-name'.  All referers are updated.
1491
1492 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1495         (elmo-mime-entity-fragment-p): New function.
1496         (mime-elmo-buffer-entity): Added slot `reassembled'.
1497         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1498         (elmo-message-mime-entity-internal): New function (renamed from
1499         `elmo-message-mime-entity').
1500         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1501         (elmo-mime-make-reassembled-mime-entity): New function.
1502         (elmo-message-reassembled-mime-entity): Ditto.
1503         (elmo-mime-collect-message/partial-pieces): Ditto.
1504
1505 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1508
1509         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1510         (elmo-with-enable-multibyte): New macro.
1511
1512         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1513
1514 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1517         argument `number'.
1518         (elmo-filter-connect-signals): Follow the above change.
1519
1520 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1521
1522         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1523
1524         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1525         that only the first flag is used.
1526
1527 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1528
1529         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1530         if available.
1531
1532 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * elmo-signal.el: New file.
1535
1536         * elmo.el (toplevel): Require elmo-signal.
1537         (flag-changing, flag-changed, cache-changed): New signal.
1538         (elmo-folder): Remove slog `handlers'.
1539         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1540         `elmo-folder-notify-event'.
1541         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1542         (elmo-folder-unset-flag): Ditto.
1543         (elmo-event-handler): Abolish.
1544         (elmo-event-handler-flag-changed): Ditto.
1545         (elmo-event-handler-cache-changed): Ditto.
1546         (elmo-folder-add-handler): Ditto.
1547         (elmo-folder-remove-handler): Ditto.
1548         (elmo-folder-notify-event): Ditto.
1549
1550         * elmo-pipe.el (toplevel): Require elmo-signal.
1551         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1552         (elmo-pipe-connect-signals): New function.
1553         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1554         (elmo-folder-set-flag): Ditto.
1555         (elmo-folder-unset-flag): Ditto.
1556         (elmo-message-set-cached): Ditto.
1557
1558         * elmo-multi.el (toplevel): Require elmo-signal.
1559         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1560         (elmo-multi-connect-signals): New function.
1561         (elmo-multi-map-numbers): Ditto.
1562         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1563         (elmo-message-fetch): Ditto.
1564         (elmo-folder-set-flag): Ditto.
1565         (elmo-folder-unset-flag): Ditto.
1566
1567         * elmo-filter.el (toplevel): Require elmo-signal.
1568         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1569         (elmo-filter-connect-signals): New function.
1570         (elmo-filter-add-flag-count): Ditto.
1571         (elmo-message-fetch): Does not call
1572         `elmo-filter-folder-countup-message-flags' and
1573         `elmo-folder-notify-event'.
1574         (elmo-message-set-cached): Ditto.
1575         (elmo-folder-set-flag): Ditto.
1576         (elmo-folder-unset-flag): Ditto.
1577
1578         * elmo-version.el (elmo-version): Up to 2.13.2.
1579
1580 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1583         `flags'.
1584
1585 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1586
1587         * elmo-filter.el (elmo-message-set-cached): Call
1588         `elmo-folder-notify-event' with event `cache-changed'.
1589
1590         * elmo-multi.el (elmo-message-set-cached): Ditto.
1591
1592         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1593
1594 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * elmo.el (elmo-folder-encache): Abolish.
1597
1598 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1599
1600         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1601         (elmo-folder-next-message-number-dop): Return appropriate negative
1602         integer.
1603
1604 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1605
1606         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1607         clearing pending operations.
1608         (elmo-folder-next-message-number-dop): Return appropriate negative
1609         integer.
1610
1611 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1612
1613         * elmo.el (toplevel): Added autoload setting for `md5'.
1614         (elmo-msgdb-path-encode-threshold): New user option.
1615         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1616         longer than `elmo-msgdb-path-encode-threshold'.
1617
1618         * elmo-flag.el (elmo-global-mark-migrate): Use
1619         `elmo-folder-expand-msgdb-path' instead of
1620         `elmo-folder-msgdb-path'.
1621
1622 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1625         element of the difference is nil.
1626
1627 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1628
1629         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1630         to the check logic of file systems which are weak in colon character.
1631
1632 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1633
1634         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1635
1636 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * elmo-maildir.el (elmo-maildir-move-file): New function.
1639         (elmo-folder-append-buffer): Use it.
1640         (elmo-folder-append-messages): Ditto.
1641         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1642
1643         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1644         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1645
1646         * elmo-maildir.el (elmo-maildir-separator): New user option.
1647         (elmo-maildir-adjust-separator): New macro.
1648         (elmo-maildir-list-location): Use it.
1649         (elmo-maildir-update-current): Ditto.
1650         (elmo-maildir-set-mark): Ditto.
1651         (elmo-maildir-delete-mark): Ditto.
1652         (These changes are based on Hiroya Murata's patch [wl: 13437])
1653
1654 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1657
1658 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1659
1660         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1661         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1662         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1663
1664 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1665
1666         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1667         Use `with-temp-buffer'.
1668
1669 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1670
1671         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1672
1673         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1674         `wl-read-search-condition').
1675         (elmo-read-search-condition-internal): Likewise.
1676
1677         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1678         (elmo-flag-valid-p): New function.
1679         (elmo-folder-initialize): Check flag name is valid.
1680
1681 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1682
1683         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1684         delimiter to obtain root mailbox itself.
1685
1686 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1687
1688         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1689         type mismatch.
1690
1691 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1692
1693         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1694         as t.
1695
1696 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * elmo-shimbun.el (toplevel): Require cl at compile.
1699
1700         * elmo-nntp.el (toplevel): Ditto.
1701
1702         * elmo-nmz.el (toplevel): Ditto.
1703
1704         * elmo-multi.el (toplevel): Ditto.
1705
1706         * elmo-file.el (toplevel): Ditto.
1707
1708         * elmo-dop.el (toplevel): Ditto.
1709
1710         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1711
1712 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1713
1714         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1715         as nil.
1716
1717         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1718         size of elmo-message-fetch-internal is 0 byte.
1719
1720 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1723
1724 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1727         always plugged.
1728
1729 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * elmo-maildir.el (elmo-map-message-fetch): Call
1732         `elmo-map-folder-set-flag'.
1733
1734         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1735         (elmo-message-fetch): Merge from
1736         `elmo-message-fetch-with-cache-process'.
1737
1738         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1739         (elmo-message-fetch): Define.
1740
1741         * elmo-nntp.el (elmo-message-fetch): Renamed from
1742         `elmo-message-fetch-with-cache-process'.
1743
1744         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1745         (elmo-message-fetch): Define.
1746
1747         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1748         search-key.
1749
1750         * elmo-shimbun.el (shimbun-mua-search-id): Use
1751         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1752         (elmo-shimbun-folder-shimbun-header): Ditto.
1753         (elmo-shimbun-get-headers): Ditto.
1754         (elmo-shimbun-update-overview): Ditto.
1755
1756         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1757
1758         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1759         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1760
1761 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1762
1763         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1764         message is cached.
1765         (elmo-message-fetch-string): Fixed argument.
1766
1767 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1768
1769         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1770         exchange order of arguments `section' and `unread'.
1771         (elmo-message-encache): Follow the API change.
1772         (elmo-message-match-condition): Ditto.
1773         (elmo-generic-folder-append-messages): Ditto.
1774         (elmo-message-fetch-string): New function.
1775
1776         * elmo-split.el (elmo-split-subr): Ditto.
1777
1778         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1779
1780         * elmo-pipe.el (elmo-message-fetch): Ditto.
1781
1782         * elmo-multi.el (elmo-message-fetch): Ditto.
1783
1784         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1785
1786         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1787
1788         * elmo-filter.el (elmo-message-fetch): Ditto.
1789
1790         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1791
1792         * elmo-imap4.el (mime-imap-location-section-body): Use
1793         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1794         follow the API change.
1795
1796 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * elmo-access.el: New file.
1799
1800         * elmo-null.el: Ditto.
1801
1802         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1803
1804 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1805
1806         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1807         (elmo-network-session): New attribute `last-accessed'.
1808         (elmo-network-get-session): Discard network cache if elapsed time
1809         since last-accessed is larger than elmo-network-session-idle-timeout.
1810
1811 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1814         and added `number', `require-entireness'.
1815         (elmo-find-fetch-strategy): Rewrite.
1816         (elmo-message-fetch): Unset `unread' flag when argument unread is
1817         non-nil.
1818
1819         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1820
1821         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1822         (elmo-message-fetch): Notify event `flag-changed'.
1823
1824         * elmo-pipe.el: Likewise.
1825
1826         * elmo-mime.el (elmo-mime-entity): New class.
1827         (elmo-mime-entity-display-p): New generic function.
1828         (elmo-mime-entity-display): Ditto.
1829         (elmo-mime-entity-display-as-is): Ditto.
1830         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1831         elmo-mime-entity.
1832         (elmo-make-mime-message-location): Removed.
1833         (elmo-mime-message-display): Ditto.
1834         (elmo-mime-display-as-is): Ditto.
1835         (elmo-message-mime-entity): New function.
1836
1837         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1838
1839         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1840         change.
1841         (elmo-message-fetch): Re-count flagged message number and notify
1842         event `flag-changed'.
1843
1844         * elmo-version.el (elmo-version): Up to 2.13.1.
1845
1846 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * elmo-filter.el (elmo-message-field): Define.
1849         (elmo-message-set-field): Ditto.
1850
1851 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * elmo.el (elmo-message-set-cached): Call
1854         `elmo-folder-notify-event' with cache-changed.
1855         (elmo-event-handler-cache-changed): New generic function.
1856
1857 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1860         instead of elmo-add-name-to-file.
1861         (elmo-folder-append-messages): Ditto.
1862
1863 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1864
1865         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1866
1867 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * elmo-version.el (elmo-version): Up to 2.13.0.
1870
1871         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1872         `auto'.
1873
1874         * modb-standard.el (modb-standard-economize-entity-size): Changed
1875         default value to `t'.
1876
1877         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1878         `standard'.
1879
1880         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1881         after parsing greeting string.
1882
1883 2004-11-23  Daishi Kato <daishi@axlight.com>
1884
1885         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1886         New user option.
1887         (elmo-spam-spamoracle-call): Use it.
1888
1889 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1890
1891         * elmo.el (elmo-message-accessible-p): Message in dop spool
1892         is accessible.
1893
1894 2004-11-23  Daishi Kato <daishi@axlight.com>
1895
1896         * elsp-spamoracle.el: New file.
1897
1898 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * elmo.el (elmo-message-flags-for-append): New function.
1901         (elmo-generic-folder-append-messages): Use it.
1902
1903         * elmo-split.el (elmo-split-subr): Ditto.
1904
1905         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1906         `flags' and use elmo-folder-append-buffer instead of
1907         write-region-as-binary.
1908         (elmo-dop-filter-pending-messages): New function.
1909         (elmo-folder-append-buffer-dop): Call
1910         elmo-dop-spool-folder-append-buffer with `flag'.
1911         (elmo-folder-set-flag-dop): Filter messages by
1912         elmo-dop-filter-pending-messages.
1913         (elmo-folder-unset-flag-dop): Ditto.
1914         (elmo-folder-append-buffer-dop-delayed): Use
1915         elmo-message-flags-for-append to get flags of the message and
1916         simplify.
1917
1918 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1919
1920         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1921
1922 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * elmo.el (elmo-folder): Added handlers slot.
1925         (elmo-event-handler): New class.
1926         (elmo-event-handler-flag-changed): New API.
1927         (elmo-folder-add-handler): New function.
1928         (elmo-folder-remove-handler): Ditto.
1929         (elmo-folder-notify-event): Ditto.
1930         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1931         `flag-changed'.
1932         (elmo-folder-unset-flag): Ditto.
1933
1934         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1935         (elmo-folder-unset-flag): Ditto.
1936
1937         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1938         (elmo-folder-unset-flag): Ditto.
1939
1940         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1941         (elmo-folder-unset-flag): Ditto.
1942
1943         * elmo-version.el (elmo-version): Up to 2.11.33.
1944
1945 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1948
1949 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1952
1953         * elmo-flag.el (elmo-folder-unset-flag): Define.
1954         (elmo-global-flag-detach): Do process when the flag is not target
1955         flag.
1956
1957 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1958
1959         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1960         variable.
1961         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1962
1963 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1966         function.
1967         (elmo-folder-delete-messages): Detach messages before delete
1968         messages from target folder.
1969         (elmo-folder-detach-messages): Set updated number-list to slot.
1970
1971 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1974
1975 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1976
1977         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1978
1979 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1982         internal use only).
1983         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1984         not modified.
1985         (elmo-folder-delete-messages): Define.
1986         (elmo-folder-move-messages): Don't call
1987         `elmo-folder-detach-messages'.
1988         (elmo-folder-synchronize): Rewrite.
1989         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1990
1991         * elmo-util.el (elmo-last): New function.
1992         (elmo-set-list): Ditto.
1993         (elmo-number-set-delete-list): Ditto.
1994         (elmo-number-set-delete): Ditto.
1995
1996         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1997
1998         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1999         `elmo-folder-delete-messages' and don't delete location map.
2000         (elmo-folder-detach-messages): Define.
2001
2002         * elmo-imap4.el (elmo-folder-delete): Use
2003         `elmo-folder-delete-messages-internal' instead of
2004         `elmo-folder-delete-messages'.
2005
2006         * elmo-filter.el (elmo-folder-delete-messages): Call
2007         `elmo-folder-detach-messages'.
2008         (elmo-folder-detach-messages): Don't call
2009         `elmo-folder-detach-messages' for target folder.
2010
2011         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
2012         message deletion is succeeded.
2013
2014         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
2015
2016         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
2017         from `elmo-folder-delete-messages'.
2018
2019         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
2020
2021         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
2022
2023         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
2024
2025         * elmo-version.el (elmo-version): Up to 2.11.32.
2026
2027 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
2028
2029         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
2030         (elmo-global-flag-list): Added obsolete variable setting.
2031
2032         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
2033
2034         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
2035         (elmo-mime-insert-header-from-buffer): Don't decode header content when
2036         `elmo-mime-display-header-analysis' is nil.
2037
2038         * elmo-flag.el (elmo-global-flags): Renamed from
2039         `elmo-global-flag-list' (All other related portions are changed).
2040         (elmo-local-flags): New variable.
2041         (elmo-local-flag-p): New function.
2042         (elmo-global-flag-set-internal): Cause an error when flag is not
2043         global.
2044
2045 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * elmo-util.el (elmo-concat-path): Treat empty path.
2048
2049 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2050
2051         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
2052         field-or-fields).
2053         (elmo-split-address-match): Ditto.
2054         (elmo-split-equal): Ditto.
2055         (elmo-split-match): Ditto.
2056
2057 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2058
2059         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
2060         (elmo-generic-folder-append-messages): If src message exists but
2061         has no flag, pass (read) for the FLAG argument of
2062         `elmo-folder-append-buffer'. Otherwise, pass nil.
2063
2064         * elmo-split.el (elmo-split-subr): Likewise.
2065
2066         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
2067
2068         * elmo-multi.el (elmo-message-flags): Ditto.
2069
2070         * elmo-filter.el (elmo-message-flags): Ditto.
2071
2072         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2073         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
2074         pass (read) for the FLAG argument of elmo-folder-append-buffer.
2075         
2076 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2077
2078         * elmo-split.el (elmo-split-rule): Update comment.
2079         (elmo-split-address-equal): Allow 2nd argument to be a list.
2080         (elmo-split-address-match): Ditto.
2081         (elmo-split-equal): Ditto.
2082         (elmo-split-match): Ditto.
2083
2084 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2085
2086         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2087         (elmo-folder-append-msgdb): Don't treat `read'.
2088         (elmo-message-flags): Don't return `read'.
2089
2090         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
2091         (elmo-folder-unset-read-delayed): Ditto.
2092
2093         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
2094
2095 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
2098         deletion.
2099
2100 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2101
2102         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
2103         header.
2104
2105 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
2106
2107         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
2108         here.
2109         (elmo-msgdb-save): Bind inhibit-quit.
2110         (modb-standard-message-entity): Ditto.
2111
2112 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2113
2114         * elmo-database.el: No need to require elmo-msgdb.
2115
2116 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
2119         instead of `elmo-list-subdirectories'.
2120
2121 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2122
2123         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
2124         group entry.
2125         (elmo-folder-exists-p): "[" is empty.
2126         (elmo-folder-list-subfolders): Define.
2127         (elmo-folder-have-subfolder-p): Ditto.
2128
2129 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2130
2131         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
2132
2133 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
2134
2135         * elmo-filter.el (elmo-folder-local-p): Define.
2136
2137 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2138
2139         * modb-standard.el (modb-standard-loaded-message-id): Return nil
2140         when entity is garbaged.
2141         (modb-standard-save-entity-1): Don't modify the original entity.
2142
2143 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
2144
2145         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
2146
2147 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * elmo.el (elmo-strict-folder-diff): Use
2150         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2151
2152 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2153
2154         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2155         (elmo-msgdb-message-number): Ditto.
2156         (elmo-msgdb-message-field): Ditto.
2157
2158         * modb-standard.el (modb-standard-economize-entity-size): New user
2159         option.
2160         (modb-standard-loaded-message-id): New inline function.
2161         (modb-standard-load-entity): Use it.
2162         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2163         throw message-id string away.
2164         (elmo-msgdb-flag-available-p): Define.
2165         (elmo-msgdb-message-number): Ditto.
2166         (elmo-msgdb-message-field): Ditto.
2167
2168         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2169         (suppoted -> supported).
2170         (modb-legacy-supported-flag-p): Ditto.
2171         (elmo-msgdb-set-flag): Ditto.
2172         (elmo-msgdb-unset-flag): Ditto.
2173         (elmo-msgdb-flag-available-p): Define.
2174
2175         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2176         is `t', treat it as legacy entity.
2177         
2178         * elmo.el (elmo-message-flag-available-p): New generic function.
2179         (elmo-message-number): Ditto.
2180         (elmo-message-field): Use `elmo-msgdb-message-field'.
2181
2182         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2183
2184         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2185         (elmo-message-number): Ditto.
2186
2187         * elmo-multi.el (elmo-message-number): Define.
2188         (elmo-message-flag-available-p): Ditto.
2189
2190         * elmo-filter.el (elmo-message-flag-available-p): Define.
2191         (elmo-message-number): Ditto.
2192
2193         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2194         (elmo-folder-initialize): Load `max-number'.
2195         (elmo-folder-commit): Save it.
2196         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2197         (elmo-global-flag-set-internal): Set up max-number slot.
2198
2199 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2200
2201         * elmo-version.el (elmo-version): Up to 2.11.31.
2202
2203 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2204
2205         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2206         unibyte string of the current buffer for the argument of `md5'
2207         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2208
2209 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2210
2211         * modb-legacy.el (modb-legacy-flag-list): New constant.
2212         (modb-legacy-suppoted-flag-p): New internal function.
2213         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2214         (elmo-msgdb-unset-flag): Ditto.
2215
2216 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2217
2218         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2219
2220         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2221         from msgdb.
2222
2223 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2226         (follow the API change).
2227
2228         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2229
2230 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * modb-standard.el (modb-standard-digest-flags): Abolish.
2233         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2234
2235         * elmo-vars.el (elmo-digest-flags): New variable.
2236         (elmo-preserved-flags): Moved from elmo-flag.el.
2237
2238         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2239         (elmo-imap4-flag-to-imap-criteria): Ditto.
2240         (elmo-imap4-folder-list-flagged): Use it.
2241
2242         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2243
2244         * elmo.el (elmo-folder-count-flags): Changed return value.
2245
2246         * elmo-flag.el (elmo-preserved-flags): New variable.
2247         (elmo-get-global-flags): Use it.
2248
2249         * modb-standard.el (modb-standard-digest-flags): New variable.
2250         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2251         Changed behavior of `any'.
2252
2253         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2254         which are defined the Internet draft
2255         (draft-melnikov-imap-keywords-03.txt).
2256         (elmo-imap4-flags-to-imap): New function.
2257         (elmo-folder-append-buffer): Use it.
2258
2259         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2260         in the docstring.
2261
2262         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2263         avoid the bug of Emacs 21.3.
2264
2265 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2266
2267         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2268         function find-coding-system does not exist.
2269
2270 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2271
2272         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2273         parsing.
2274
2275 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2276
2277         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2278         response codes.
2279
2280 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2283         (elmo-network-close-session): Follow the changes in
2284         `elmo-pop3-read-response'.
2285         (elmo-pop3-auth-user): Ditto.
2286         (elmo-pop3-auth-apop): Ditto.
2287         (elmo-network-initialize-session): Ditto.
2288         (elmo-network-authenticate-session): Ditto.
2289         (elmo-network-setup-session): Ditto.
2290         (elmo-folder-status): Ditto.
2291         (elmo-message-fetch-plugged): Ditto.
2292         (elmo-pop3-delete-msg): Ditto.
2293
2294 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2297         on failure.
2298
2299 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2302         style.
2303         (elmo-bind-directory): Ditto.
2304
2305 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2306
2307         * elmo.el (elmo-folder-append-messages): Note on return value.
2308         * elmo-archive.el (elmo-folder-append-messages): Don't return
2309         message numbers which could not be appended.
2310
2311 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2314
2315 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2316
2317         * elmo-version.el (elmo-version): Up to 2.11.30.
2318
2319 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2320
2321         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2322         `mask'.
2323
2324         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2325
2326         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2327         (elmo-multi-split-numbers): Add elmo-folder object into each
2328         element of return value at first.
2329         (elmo-folder-delete-messages): Follow the above change.
2330         (elmo-folder-detach-messages): Ditto.
2331
2332         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2333         number which is synchronized in target folder.
2334
2335 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2336
2337         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2338         Change default value to symbol `all'.
2339         (elmo-map-message-fetch): Change condition to update overview
2340         follow the above.
2341
2342 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2343
2344         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2345         behavior to update overview.
2346         (elmo-shimbun-update-overview-folder-list): Note it.
2347
2348 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2351         recursive call.
2352
2353 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2356         buffer-disable-undo, it is unnecessary.
2357         (elmo-spam-register-good-messages): Ditto.
2358
2359         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2360         Ditto.
2361
2362         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2363
2364 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2365
2366         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2367         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2368         elmo-set-buffer-multibyte.
2369         (elmo-object-load): Ditto.
2370         (elmo-save-buffer): Ditto.
2371         (elmo-delete-char): Ditto.
2372         (elmo-file-field-primitive-condition-match): Ditto.
2373         (elmo-mime-string): Ditto.
2374
2375         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2376         (elmo-archive-field-condition-match): Ditto.
2377
2378         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2379
2380         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2381
2382         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2383         (elmo-nntp-msgdb-create-message): Ditto.
2384
2385         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2386
2387         * elmo.el (elmo-message-match-condition): Ditto.
2388         (elmo-message-match-condition): Ditto.
2389
2390         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2391         Ditto.
2392
2393         * elmo-version.el (elmo-version): Up to 2.11.29.
2394
2395         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2396         (elsp-header): New backend.
2397
2398         * elmo-util.el (elmo-decoded-field-body): New function.
2399
2400 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * elmo-version.el (elmo-version): Up to 2.11.28.
2403
2404 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * elmo-filter.el: Rewrite.
2407
2408         * elmo-version.el (elmo-version): Up to 2.11.27.
2409
2410 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2413         msgdb path for the localdir folder with absolute path.
2414
2415         * utf7.el: Synch up with latest gnus/utf7.el;
2416         Modified for latest Emacs.
2417
2418 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2419
2420         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2421         shimbun backend couldn't open.
2422
2423 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2424
2425         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2426         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2427         when a destination folder is a filter folder.
2428
2429 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2430
2431         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2432         (elmo-generic-folder-append-messages): Call elmo-message-flags
2433         with argument `msgid'.
2434
2435         * elmo-split.el (elmo-split-subr): Ditto.
2436
2437         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2438
2439         * elmo-multi.el (elmo-message-flags): Ditto.
2440
2441 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * elmo.el (elmo-folder): Add new slot `flag-table'.
2444         (elmo-folder-flag-table): New API.
2445         (elmo-folder-close-flag-table): Ditto.
2446         (elmo-folder-preserve-flags): New function.
2447         (elmo-generic-folder-append-messages): Use
2448         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2449         Flag of a non-registered message, it sets to nil.
2450         Does not set flag to flag-table.
2451
2452         * elmo-maildir.el (elmo-folder-append-buffer): Use
2453         `elmo-folder-preserve-flags'.
2454         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2455         `elmo-folder-close-flag-table'.
2456
2457         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2458         (elmo-archive-folder-append-buffer): Use
2459         `elmo-folder-preserve-flags'.
2460
2461         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2462
2463         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2464
2465         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2466         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2467         `elmo-folder-close-flag-table'.
2468
2469         * elmo-version.el (elmo-version): Up to 2.11.26.
2470
2471 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2474
2475         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2476         md5's 4th and 5th argument (non-existent in flim one).
2477
2478 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2479
2480         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2481         message, It sets to nil.
2482
2483 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2484
2485         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2486         list is non-nil.
2487
2488 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2489
2490         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2491
2492         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2493
2494         * elmo-util.el (elmo-uniq-sorted-list): New function.
2495         (elmo-make-number-list): Ditto.
2496         (elmo-number-set-to-number-list): Use elmo-make-number-list
2497         and don't use nreverse.
2498
2499 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * elmo-version.el (elmo-version): Up to 2.11.25.
2502
2503 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2504
2505         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2506         field not exists in message, Use md5 message digest of header.
2507
2508 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2511         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2512         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2513         * elmo-split.el (elmo-split-subr): Check return value of
2514         elmo-folder-append-buffer.
2515
2516         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2517         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2518
2519         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2520         message-id.
2521
2522 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2523
2524         * elmo-split.el (elmo-split-subr): Append message with flag.
2525
2526         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2527         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2528         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2529
2530 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2531
2532         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2533         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2534         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2535
2536 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2537
2538         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2539         with a function call of `process-buffer'.  All callers are updated.
2540         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2541         Remove redundant `set-buffer' in a while loop.
2542
2543 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2544
2545         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2546         calls.
2547
2548 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2549
2550         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2551         elsp-spamfilter-register-buffer-internal with current buffer.
2552         (elmo-spam-register-spam-buffer): Ditto.
2553         (elmo-spam-register-good-buffer): Ditto.
2554
2555 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2556
2557         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2558         if it is not contained in the response(A workaround for courier-imap).
2559
2560 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2563         parenthesis.
2564
2565 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2566
2567         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2568         range.
2569
2570 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2571
2572         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2573         of nconc.
2574
2575         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2576         argument handler.
2577         (elmo-msgdb-message-match-condition): Follow the change above.
2578
2579 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2580
2581         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2582         folder name.
2583
2584 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2585
2586         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2587
2588 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2589
2590         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2591
2592 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2595         not found.
2596
2597 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2600         value.
2601         (elmo-file-command-argument): Undo last change for cygwin.
2602         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2603         Don't return nil.
2604         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2605
2606 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2609         value returned from elmo-file-find is nil.
2610
2611 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2614         to elmo-vars.el.
2615
2616         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2617         instead of insert-file-contents-as-binary.
2618         (elmo-message-set-field): New generic function.
2619
2620         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2621         behavior change on `split-string'.
2622
2623         * elmo-file.el (elmo-file-find): New function.
2624         (elmo-file-command): New user option.
2625         (elmo-file-command-argument): Ditto.
2626         (elmo-file-fetch-max-size): Ditto.
2627         (elmo-file-detect-format): New function.
2628         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2629         Use elmo-file-detect-format.
2630         (elmo-map-folder-list-message-locations): Don't treat directories.
2631
2632 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2633
2634         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2635         (elmo-passwd-alist-clear): Shred password before clear.
2636         (elmo-remove-passwd): Remove all mached pair.
2637
2638 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2639
2640         * elmo.el (elmo-folder-synchronize): Fix description of the return
2641         value.
2642
2643 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * elmo.el (elmo-message-fetch-bodystructure): New method.
2646         (elmo-message-fetch-bodystructure): Define default.
2647
2648         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2649         elmo-message-fetch-bodystructure.
2650         (elmo-message-fetch-bodystructure): Define.
2651
2652         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2653
2654 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2655
2656         * elmo-filter.el (elmo-message-folder): Define.
2657
2658 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2661         elmo-delete-cr-buffer.
2662
2663         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2664
2665         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2666
2667         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2668
2669         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2670         type seems to be a text.
2671
2672 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2675         (elmo-spam-register-good-buffer): Ditto.
2676         (elmo-spam-spamassassin-register-messages): Ditto.
2677
2678         * elmo-util.el (elmo-string-member-ignore-case): Define with
2679         static-cond.
2680
2681 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * elmo.el (elmo-folder-type): Undo last change.
2684
2685         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2686
2687         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2688         warnings.
2689
2690         * elmo-file.el: New file.
2691         
2692         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2693
2694         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2695         variable.
2696         (elmo-spam-spamassassin-register-messages): New inline function.
2697         (elmo-spam-register-spam-messages): Define.
2698         (elmo-spam-register-good-messages): Ditto.
2699
2700         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2701         Fixed typo.
2702
2703         * elmo.el (toplevel): Added autoload setting for
2704         `elmo-get-global-flags'.
2705         (elmo-message-has-global-flag-p): New function.
2706         (elmo-message-set-global-flags): Ditto.
2707         (elmo-folder-type): Improvement for name: format.
2708
2709         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2710         availability of keyword flags.
2711         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2712         (elmo-folder-list-flagged-plugged): Renamed from
2713         elmo-folder-list-flagged-unplugged.
2714         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2715         accept any flag as keyword flag.
2716         (elmo-folder-set-flag-plugged): Accept keyword flags.
2717         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2718
2719         * elmo-flag.el (elmo-get-global-flags): New function.
2720
2721         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2722         folders.
2723
2724         * elmo-version.el (elmo-version): Up to 2.11.24.
2725
2726 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2727
2728         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2729         elmo-multiple-field-body instead of std11-field-body to check all
2730         headers.
2731
2732 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2733
2734         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2735         or "size".
2736
2737 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2738
2739         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2740         unintern is unbound.
2741
2742 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2743
2744         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2745         Protect from infinite loop.
2746
2747 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * elsp-bogofilter.el
2750         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2751         (elmo-spam-bogofilter-register-messages): New internal function.
2752         (elmo-spam-register-spam-messages): Define.
2753         (elmo-spam-register-good-messages): Ditto.
2754
2755 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2758         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2759         (elmo-spam-bogofilter-call): Fixed the last change.
2760         (elmo-spam-bogofilter-arguments): Ditto.
2761
2762         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2763         Follow the options change of latest bogofilter.
2764
2765         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2766         (elmo-spam-bogofilter-good-switch): Ditto.
2767         (elmo-spam-bogofilter-arguments-alist): New user option.
2768         (elmo-spam-bogofilter-debug): Ditto.
2769         (elmo-spam-bogofilter-call): Renamed from
2770         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2771         is non-nil, insert output in buffer for debug.
2772         (elmo-spam-bogofilter-arguments): New macro.
2773         (elmo-spam-buffer-spam-p): Use it.
2774         (elsp-bogofilter-register-buffer): Ditto.
2775
2776 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2777
2778         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2779         regexp.
2780
2781 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2784         value as "ruby".
2785         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2786         (elmo-spam-bsfilter-program): Set default value as full path for
2787         `bsfilter'.
2788         (elmo-spam-bsfilter-debug): New user option.
2789         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2790         non-nil, insert output in buffer for debug. Fix treating of
2791         argument.
2792
2793 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2796         `elmo-maildir-flag-specs' element instead of one.
2797         (elmo-map-folder-unset-flag): Ditto.
2798         (Reported by Ken Makimura <macky@astem.or.jp>)
2799
2800         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2801         (elmo-folder-unset-flag-plugged): Ditto.
2802
2803 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2804
2805         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2806         to `reads' slot only if `in-msgdb' is nil.
2807
2808 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2809
2810         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2811         and complement argument list.
2812
2813 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2814
2815         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2816         instead of elmo-folder-list-flagged.
2817
2818 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2819
2820         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2821
2822         * elsp-bsfilter.el: New file.
2823
2824         * elmo-pipe.el (elmo-folder-list-unreads,
2825         elmo-folder-list-answereds,
2826         elmo-folder-list-importants,
2827         elmo-folder-flag-as-important,
2828         elmo-folder-unflag-important,
2829         elmo-folder-flag-as-read,
2830         elmo-folder-unflag-read,
2831         elmo-folder-flag-as-answered,
2832         elmo-folder-unflag-answered): Remove.
2833         (elmo-folder-set-flag): Define.
2834         (elmo-folder-unset-flag): Ditto.
2835
2836         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2837         (elmo-folder-set-flag): Define.
2838         (elmo-folder-unset-flag): Ditto.
2839         (elmo-folder-list-unreads): Remove.
2840         (elmo-folder-list-flagged): Define.
2841
2842         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2843         (elmo-folder-list-unreads,
2844         elmo-folder-list-importants,
2845         elmo-folder-list-answereds,
2846         elmo-folder-list-unreads-plugged,
2847         elmo-folder-list-importants-plugged,
2848         elmo-folder-list-answereds-plugged): Remove.
2849         (elmo-folder-list-flagged-plugged): New method.
2850         (elmo-folder-unflag-important,
2851         elmo-folder-flag-as-important,
2852         elmo-folder-unflag-read,
2853         elmo-folder-flag-as-read,
2854         elmo-folder-unflag-answered,
2855         elmo-folder-flag-as-answered,
2856         elmo-folder-flag-as-read-unplugged,
2857         elmo-folder-unflag-read-unplugged,
2858         elmo-folder-flag-as-important-unplugged,
2859         elmo-folder-unflag-important-unplugged,
2860         elmo-folder-flag-as-answered-unplugged,
2861         elmo-folder-unflag-answered-unplugged): Remove.
2862         (elmo-folder-set-flag): Define.
2863         (elmo-folder-unset-flag): Ditto.
2864         (elmo-folder-set-flag-unplugged): Ditto.
2865         (elmo-folder-unset-flag-unplugged): Ditto.
2866
2867         * elmo-multi.el (elmo-folder-list-unreads,
2868         elmo-folder-list-answereds,
2869         elmo-folder-list-importants,
2870         elmo-folder-flag-as-important,
2871         elmo-folder-unflag-important,
2872         elmo-folder-flag-as-read,
2873         elmo-folder-unflag-read,
2874         elmo-folder-flag-as-answered,
2875         elmo-folder-unflag-answered): Remove.
2876         (elmo-folder-set-flag): Define.
2877         (elmo-folder-unset-flag): Ditto.
2878
2879         * elmo-map.el (elmo-map-folder-unflag-important,
2880         elmo-map-folder-flag-as-important,
2881         elmo-map-folder-unflag-read,
2882         elmo-map-folder-flag-as-read,
2883         elmo-map-folder-unflag-answered,
2884         elmo-map-folder-flag-as-answered): Remove.
2885         (elmo-map-folder-set-flag): New method.
2886         (elmo-map-folder-unset-flag): Ditto.
2887         (elmo-map-folder-list-unreads,
2888         elmo-map-folder-list-importants,
2889         elmo-map-folder-list-answereds): Remove.
2890         (elmo-folder-list-flagged-internal): Define.
2891         (elmo-map-folder-list-flagged): New method.
2892
2893         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2894         (elmo-map-folder-list-unreads,
2895         elmo-map-folder-list-importants,
2896         elmo-map-folder-list-flagged): Remove.
2897         (elmo-map-folder-list-flagged): Define.
2898         (elmo-map-folder-flag-as-important,
2899         elmo-map-folder-unflag-important,
2900         elmo-map-folder-flag-as-read,
2901         elmo-map-folder-unflag-read,
2902         elmo-map-folder-flag-as-answered,
2903         elmo-map-folder-unflag-answered): Remove.
2904         (elmo-maildir-set-mark-messages): New internal function.
2905         (elmo-map-folder-set-flag): Define.
2906         (elmo-map-folder-unset-flag): Ditto.
2907
2908         * elmo.el (toplevel): Added autoload setting for
2909         `elmo-folder-list-global-flag-messages'.
2910         (elmo-folder-list-unreads,
2911         elmo-folder-list-importants,
2912         elmo-folder-list-answereds): Remove.
2913         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2914         Return a list whitch merged with messages have global flag.
2915         (elmo-folder-list-flagged-internal): New method.
2916         (elmo-folder-unflag-important,
2917         elmo-folder-flag-as-important,
2918         elmo-folder-unflag-read,
2919         elmo-folder-flag-as-read,
2920         elmo-folder-unflag-answered,
2921         elmo-folder-flag-as-answered): Remove.
2922         (elmo-folder-set-flag): New method.
2923         (elmo-folder-unset-flag): Ditto.
2924         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2925         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2926
2927         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2928         (elmo-folder-list-unreads-plugged,
2929         elmo-folder-list-importants-plugged,
2930         elmo-folder-list-answereds-plugged,
2931         elmo-folder-list-flagged-unplugged,
2932         elmo-folder-unflag-important-plugged,
2933         elmo-folder-flag-as-important-plugged,
2934         elmo-folder-unflag-read-plugged,
2935         elmo-folder-flag-as-read-plugged,
2936         elmo-folder-unflag-answered-plugged,
2937         elmo-folder-flag-as-answered-plugged): Remove.
2938         (elmo-folder-set-flag-plugged,
2939         elmo-folder-unset-flag-plugged): Define.
2940
2941         * elmo-flag.el (elmo-folder-initialize): Register to
2942         `elmo-global-flag-list' if flag is not global.
2943         (elmo-folder-append-messages): Set flag to source messages.
2944
2945         * elmo-filter.el (elmo-filter-folder-list-unreads,
2946         elmo-folder-list-unreads,
2947         elmo-filter-folder-list-importants,
2948         elmo-folder-list-importants,
2949         elmo-folder-flag-as-read,
2950         elmo-folder-unflag-read,
2951         elmo-folder-flag-as-important,
2952         elmo-folder-unflag-important,
2953         elmo-folder-flag-as-answered,
2954         elmo-folder-unflag-answered): Remove.
2955         (elmo-folder-set-flag): Define.
2956         (elmo-folder-unset-flag): Ditto.
2957
2958         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2959         elmo-folder-unflag-read-dop,
2960         elmo-folder-flag-as-important-dop,
2961         elmo-folder-unflag-important-dop,
2962         elmo-folder-flag-as-answered-dop,
2963         elmo-folder-unflag-answered-dop): Remove.
2964         (elmo-folder-set-flag-dop,
2965         elmo-folder-unset-flag-dop,
2966         elmo-folder-set-important-delayed,
2967         elmo-folder-unset-important-delayed,
2968         elmo-folder-set-read-delayed,
2969         elmo-folder-unset-read-delayed,
2970         elmo-folder-set-answered-delayed,
2971         elmo-folder-unset-answered-delayed): New function.
2972         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2973         (elmo-dop-queue-method-name-alist): Ditto.
2974
2975         * elmo-version.el (elmo-version): Up to 2.11.23.
2976
2977 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2980
2981         * elsp-sa.el: New file.
2982
2983 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * modb-standard.el (modb-standard-message-entity): New function.
2986         (elmo-msgdb-message-entity): Use it.
2987
2988 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2989
2990         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2991         behavior when one-level is nil.
2992
2993         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2994
2995         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2996
2997 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
3000         get max number.
3001         (elmo-generic-folder-diff): Ditto.
3002
3003         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
3004         (elmo-folder-update-number): Ditto.
3005
3006         * elmo-dop.el (elmo-folder-status-dop): Ditto.
3007         (elmo-folder-next-message-number-dop): Ditto.
3008
3009 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * elmo-filter.el (elmo-folder-msgdb-create): Use
3012         `elmo-message-entity' and `elmo-message-flags' instead of
3013         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
3014
3015 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
3018         `if-exists'.
3019
3020 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
3023
3024         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
3025
3026         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
3027
3028 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * elmo-version.el (elmo-version): Up to 2.11.22.
3031
3032 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
3035
3036 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
3039         if the message dose not exist.
3040
3041 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3042
3043         * elmo-version.el (elmo-version): Up to 2.11.21.
3044
3045 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * modb-standard.el (toplevel): Don't require mime.
3048
3049 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * elsp-bogofilter.el (toplevel): Don't require path-util.
3052         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
3053         (elmo-spam-bogofilter-header): Abolish.
3054         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
3055         (elmo-spam-bogofilter-args): New user option.
3056         (elsp-bogofilter-call-bogofilter): New internal function.
3057         (elmo-spam-buffer-spam-p): Use it.
3058         (elsp-bogofilter-register-buffer): Renamed from
3059         `elmo-spam-bogofilter-register-buffer';
3060         Use `elsp-bogofilter-call-bogofilter'.
3061         (elmo-spam-register-spam-buffer): Follow the change above.
3062         (elmo-spam-register-good-buffer): Ditto.
3063
3064 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3065
3066         * modb-standard.el (elmo-msgdb-append-entity): If entity or
3067         message-id is nil do nothing.
3068
3069 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
3072         Revival.
3073         (elmo-imap4-session): Removed use-flag slot.
3074         (elmo-imap4-session-select-mailbox): Undo last change.
3075         (elmo-folder-use-flag-p): Use
3076         elmo-imap4-disuse-server-flag-mailbox-regexp.
3077
3078 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3079
3080         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
3081         (elmo-imap4-session-select-mailbox): Set it up.
3082         (elmo-folder-use-flag-p): Return value of use-flag slot.
3083
3084 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3085
3086         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
3087         message-id is nil.
3088         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
3089
3090         * modb-entity.el (elmo-message-entity-handler): Likewise.
3091
3092 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * elmo.el (toplevel): Remove setting of autoloding for
3095         elmo-global-flag-initialize.
3096         (elmo-init): Don't call elmo-global-flag-initialize.
3097         (toplevel): Added autoload setting for elmo-global-mark-migrate.
3098
3099         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
3100         (elmo-global-mark-migrate): Don't call it.
3101         (elmo-global-mark-upgrade): Ditto.
3102
3103 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
3106         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
3107
3108         * elmo-vars.el (elmo-init-hook): New user option.
3109
3110         * elmo.el (elmo-init): Run the elmo-init-hook.
3111
3112         * elmo-flag.el (elmo-global-mark-migrate): New function.
3113
3114 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3115
3116         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
3117         Undo last change (move to elmo-msgdb-unset-flag).
3118         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
3119         flag is unset.
3120
3121 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
3124         read flag is set.
3125         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
3126         (elmo-msgdb-unset-flag): Ditto.
3127
3128 2003-11-05  Andreas Fuchs <asf@boinkor.net>
3129
3130         * elmo-split.el (elmo-split): Return split message count.
3131
3132 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3133
3134         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
3135         is nil.
3136
3137 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3138
3139         * elmo.el (elmo-folder-unflag-important): Call
3140         `elmo-global-flag-detach' with 4th argument delete-if-none that is
3141         a symbol `always'.
3142
3143         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
3144         before unset flag.
3145         (elmo-global-flag-detach): Delete the message from flag folder, if
3146         `delete-if-none' is a symbol `always'.
3147
3148 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3149
3150         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3151         `elmo-spam-spamfilter-decode-buffer'.
3152         (elsp-spamfilter-register-buffer-internal): New internal function.
3153         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3154         (elmo-spam-register-spam-buffer): Ditto.
3155         (elmo-spam-register-good-buffer): Ditto.
3156
3157         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3158         change.
3159         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3160         (elmo-spam-register-spam-buffer): Follow the API change.
3161         (elmo-spam-register-good-buffer): Ditto.
3162
3163         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3164         (elmo-split-spam-p): Added argument plist; Call
3165         `elmo-spam-buffer-spam-p' with new argument register.
3166
3167         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3168         `register'.
3169         (elmo-spam-message-spam-p): Ditto.
3170         (elmo-spam-register-spam-buffer): Added optional argument
3171         `restore'.
3172         (elmo-spam-register-good-buffer): Ditto.
3173         (elmo-spam-register-spam-messages): Ditto.
3174         (elmo-spam-register-good-messages): Ditto.
3175
3176 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3177
3178         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3179         register into good corpus.
3180         (elmo-spam-register-good-buffer): Fixed to register into bad
3181         corpus.
3182
3183 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184
3185         * elmo-version.el (elmo-version): Up to 2.11.20.
3186
3187         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3188         change.
3189
3190         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3191         flag without depending on \Recent flag.
3192
3193 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3194
3195         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3196         (elmo-spam-modified-p): Defined.
3197         (elmo-spam-save-status): Set `modified' slot to nil.
3198         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3199         (elmo-spam-register-good-buffer): Ditto.
3200
3201         * elmo-spam.el (elmo-spam-modified-p): New API.
3202
3203 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3206         duplicate definition.
3207
3208         * elmo-util.el (elmo-unfold-field-body): New function.
3209         (elmo-msgdb-get-message-id-from-buffer): Use it.
3210
3211         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3212         Fixed the last change; Use elmo-unfold-field-body.
3213
3214 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3217         Unfold date value.
3218
3219 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * elmo-spam.el (elmo-spam-save-status): New API.
3222
3223         * elsp-spamfilter.el: New file.
3224
3225 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3226
3227         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3228
3229 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3230
3231         * elmo-split.el (elmo-split-spam-p): New function.
3232
3233         * elmo-spam.el: New file.
3234
3235         * elsp-bogofilter.el: Ditto.
3236
3237 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * elmo.el (elmo-folder-next-message-number): New API.
3240         (elmo-folder-next-message-number): Define.
3241         (elmo-message-field): Don't check folder length.
3242
3243         * elmo-net.el (elmo-folder-next-message-number): Define.
3244         (elmo-folder-next-message-number-unplugged): Define.
3245
3246         * elmo-map.el (elmo-folder-next-message-number): Define.
3247         (elmo-folder-delete-messages): Clear hash value.
3248
3249         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3250
3251         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3252         (elmo-folder-delete-messages-dop-delayed): Always return t.
3253
3254         * elmo-version.el (elmo-version): Up to 2.11.19.
3255
3256 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257
3258         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3259         change.
3260
3261         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3262         identical cons cell into the mark-alist and the hash table.
3263
3264 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3267         elmo-folder-list-messages with argument `visible-only' as t.
3268
3269         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3270         (elmo-folder-msgdb-create): Check the target folder.
3271
3272 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3273
3274         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3275         `permanentflag' instead of `flags'.
3276         (elmo-folder-open): Ditto.
3277         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3278         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3279         (elmo-folder-use-flag-p): Always return t.
3280         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3281         `permanentflags' does not exist.
3282         (elmo-folder-open): Ditto.
3283
3284 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3285
3286         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3287         is nil.
3288         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3289
3290         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3291         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3292         response.
3293         (elmo-folder-open): Ditto.
3294         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3295         slot of the session includes the flag.
3296         (elmo-imap4-session-flag-available-p): New function.
3297         (elmo-imap4-folder-list-flagged): Ditto.
3298         (elmo-folder-list-unreads-plugged): Use it.
3299         (elmo-folder-list-importants-plugged): Ditto.
3300         (elmo-folder-list-answereds-plugged): Ditto.
3301         (elmo-imap4-search-internal-primitive): Ditto.
3302         (elmo-imap4-folder-list-any-plugged,
3303         elmo-imap4-folder-list-digest-plugged): Abolish.
3304
3305         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3306         if numbers is nil.
3307
3308 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3309
3310         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3311
3312 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3313
3314         * elmo-util.el (elmo-get-hash-val): Simplify.
3315         (elmo-set-hash-val): Rewrite.
3316
3317 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3318
3319         * elmo.el (elmo-folder-list-messages): Append killed messages into
3320         result if `visible-only' is nil and `in-msgdb' is non-nil.
3321
3322         * elmo-util.el (elmo-uniq-list): Added optional argument
3323         `delete-function'.
3324
3325         * modb.el (elmo-msgdb-flag-count): New API.
3326
3327         * modb-standard.el (modb-standard): Added slot flag-count.
3328         (modb-standard-countup-flags): New function.
3329         (modb-standard-load-flag): Call it.
3330         (elmo-msgdb-append): Ditto.
3331         (elmo-msgdb-clear): Clear slot flag-count.
3332         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3333         (elmo-msgdb-unset-flag): Treat `all' flag and call
3334         modb-standard-countup-flags.
3335         (elmo-msgdb-flag-count): Define.
3336         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3337         (elmo-msgdb-delete-messages): Ditto.
3338
3339         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3340         (elmo-msgdb-flag-count): Define.
3341
3342         * elmo.el (elmo-folder-list-messages): Undo last change.
3343         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3344         (elmo-folder-kill-messages): Unset all flags to numbers.
3345
3346         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3347         elmo-folder-kill-messages.
3348
3349         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3350         (elmo-nntp-folder-delete-messages): Abolish.
3351
3352         * elmo-version.el (elmo-version): Up to 2.11.18.
3353
3354 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3355
3356         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3357         (elmo-folder-kill-messages-range): New function.
3358         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3359         instead of elmo-folder-kill-messages-before.
3360
3361 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3364         elmo-imap4-current-msgdb to decide entity handler.
3365
3366 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3369
3370         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3371         inline function.
3372         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3373         (elmo-msgdb-overview-entity-set-number,
3374         elmo-msgdb-overview-entity-get-references,
3375         elmo-msgdb-overview-entity-set-references,
3376         elmo-msgdb-overview-entity-get-from-no-decode,
3377         elmo-msgdb-overview-entity-get-from,
3378         elmo-msgdb-overview-entity-set-from,
3379         elmo-msgdb-overview-entity-get-subject,
3380         elmo-msgdb-overview-entity-get-subject-no-decode,
3381         elmo-msgdb-overview-entity-set-subject,
3382         elmo-msgdb-overview-entity-get-date,
3383         elmo-msgdb-overview-entity-set-date,
3384         elmo-msgdb-overview-entity-get-to,
3385         elmo-msgdb-overview-entity-get-cc,
3386         elmo-msgdb-overview-entity-get-size,
3387         elmo-msgdb-overview-entity-set-size,
3388         elmo-msgdb-overview-entity-get-extra,
3389         elmo-msgdb-overview-entity-set-extra,
3390         elmo-msgdb-overview-entity-get-extra-field,
3391         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3392         (elmo-msgdb-make-index): Use
3393         `elmo-msgdb-overview-entity-get-number-internal'.
3394         (elmo-msgdb-clear-index): Ditto.
3395         (elmo-msgdb-append-entity): Ditto;
3396         Use `elmo-msgdb-overview-entity-get-id-internal'.
3397
3398         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3399         elmo-msgdb-overview-entity-set-number,
3400         elmo-msgdb-overview-entity-get-references,
3401         elmo-msgdb-overview-entity-set-references,
3402         elmo-msgdb-overview-entity-get-from-no-decode,
3403         elmo-msgdb-overview-entity-get-from,
3404         elmo-msgdb-overview-entity-set-from,
3405         elmo-msgdb-overview-entity-get-subject,
3406         elmo-msgdb-overview-entity-get-subject-no-decode,
3407         elmo-msgdb-overview-entity-set-subject,
3408         elmo-msgdb-overview-entity-get-date,
3409         elmo-msgdb-overview-entity-set-date,
3410         elmo-msgdb-overview-entity-get-to,
3411         elmo-msgdb-overview-entity-get-cc,
3412         elmo-msgdb-overview-entity-get-size,
3413         elmo-msgdb-overview-entity-set-size,
3414         elmo-msgdb-overview-entity-get-extra,
3415         elmo-msgdb-overview-entity-set-extra,
3416         elmo-msgdb-overview-entity-get-extra-field,
3417         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3418         and rewrote for backward compatibility.
3419
3420 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3421
3422         * elmo.el (elmo-message-entity-number,
3423         elmo-message-entity-set-number,
3424         elmo-message-entity-field,
3425         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3426
3427         * elmo-msgdb.el (elmo-message-entity-number,
3428         elmo-message-entity-set-number,
3429         elmo-message-entity-field,
3430         elmo-message-entity-set-field): Moved from elmo.el.
3431
3432 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3433
3434         * elmo.el (toplevel): Changed definition orders.
3435
3436 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3437
3438         * modb.el (elmo-msgdb-search): New API .
3439         (elmo-msgdb-match-condition): Ditto.
3440
3441         * modb-standard.el (elmo-msgdb-search): Define.
3442
3443         * modb-legacy.el (elmo-msgdb-search): Ditto.
3444
3445         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3446         from elmo-msgdb-match-condition-internal.
3447
3448         * elmo.el (elmo-folder-search-fast): Abolish.
3449         (elmo-folder-search): Use elmo-msgdb-search and
3450         elmo-with-progress-display.
3451
3452         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3453         as msgdb API.
3454
3455         * elmo.el (elmo-folder): Remove slot message-modified and
3456         flag-modified.
3457         (elmo-folder-set-message-modified): Abolish.
3458         (elmo-generic-folder-commit): Follow the change above.
3459         (elmo-folder-synchronize): Ditto.
3460
3461         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3462
3463         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3464
3465         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3466
3467 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3468
3469         * modb-standard.el (modb-standard-make-message-entity,
3470         elmo-msgdb-make-message-entity,
3471         elmo-msgdb-create-message-entity-from-buffer,
3472         elmo-msgdb-message-entity-number,
3473         elmo-msgdb-message-entity-set-number,
3474         elmo-msgdb-message-entity-field,
3475         elmo-msgdb-message-entity-set-field,
3476         elmo-msgdb-copy-message-entity,
3477         elmo-msgdb-match-condition-internal): Remove.
3478
3479         * modb-entity.el: New file (again).
3480
3481         * modb.el (toplevel): Require modb-entity.
3482         (elmo-msgdb-message-entity-handler): New method.
3483
3484         * modb-standard.el (modb-standard-entity-id): Use
3485         elmo-message-entity-handler.
3486         (modb-standard-load-entity): Ditto.
3487         (elmo-msgdb-append-entity): Ditto.
3488         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3489
3490         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3491         elmo-msgdb-decoded-cache-hashtb,
3492         (modb-legacy-make-message-entity,
3493         elmo-msgdb-make-message-entity,
3494         elmo-msgdb-create-message-entity-from-buffer,
3495         elmo-msgdb-message-entity-number,
3496         elmo-msgdb-message-entity-set-number,
3497         elmo-msgdb-message-entity-field,
3498         elmo-msgdb-message-entity-set-field,
3499         elmo-msgdb-copy-message-entity,
3500         elmo-msgdb-match-condition-internal,
3501         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3502
3503         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3504         (elmo-message-entity-set-number): Ditto.
3505         (elmo-message-entity-field): Ditto.
3506         (elmo-message-entity-set-field): Ditto.
3507
3508         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3509
3510         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3511
3512         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3513
3514         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3515         (elmo-nntp-msgdb-create-message): Ditto.
3516
3517         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3518         (elmo-folder-msgdb-create): Add unread flag.
3519
3520         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3521
3522         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3523
3524         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3525
3526         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3527
3528         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3529         elmo-msgdb-messge-entity-handler.
3530         * elmo-version.el (elmo-version): Up to 2.11.17.
3531
3532 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3533
3534         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3535         change.
3536
3537 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3540
3541         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3542         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3543         (elmo-msgdb-flag-table): Ditto.
3544         (elmo-msgdb-sort-by-date): Ditto.
3545
3546         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3547
3548         * modb-standard.el (toplevel): Require mime.
3549         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3550         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3551         elmo-msgdb-message-entity-number.
3552         (elmo-msgdb-append-entity): Ditto.
3553         (elmo-msgdb-create-message-entity-from-file): Remove.
3554         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3555         corresponds to the entity.
3556         (elmo-msgdb-message-entity-number): Do nothing currently.
3557         (elmo-msgdb-message-entity-field): Ditto.
3558         (elmo-msgdb-message-entity-set-field): Ditto.
3559         (elmo-msgdb-copy-message-entity): Ditto.
3560         (elmo-msgdb-match-condition-internal): Ditto.
3561
3562         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3563         elmo-util.el.
3564         (elmo-msgdb-create-message-entity-from-file): Remove.
3565
3566         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3567         modb-legacy.el.
3568         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3569
3570         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3571
3572 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3573
3574         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3575         (elmo-msgdb-message-entity-field): Ditto.
3576         (elmo-msgdb-message-entity-number): Ditto.
3577
3578 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3579
3580         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3581         Fixed how to set extra field into entity.
3582         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3583         symbol.
3584
3585         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3586         Fixed how to set extra field into entity.
3587         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3588         symbol.
3589
3590 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * modb.el (elmo-message-entity-db): New function.
3593         (elmo-msgdb-make-message-entity): New API.
3594         (elmo-msgdb-message-entity-number): Ditto.
3595         (elmo-msgdb-message-entity-set-number): Ditto.
3596         (elmo-msgdb-message-entity-field): Ditto.
3597         (elmo-msgdb-message-entity-set-field): Ditto.
3598         (elmo-msgdb-copy-message-entity): Ditto.
3599         (elmo-msgdb-create-message-entity-from-file): Ditto.
3600         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3601         (elmo-msgdb-match-condition-internal): Ditto.
3602
3603         * modb-standard.el (modb-legacy): Require modb-legacy.
3604         (modb-standard-make-message-entity): New inline function.
3605         (elmo-msgdb-make-message-entity): Define.
3606         (elmo-msgdb-create-message-entity-from-file): Ditto.
3607         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3608         (elmo-msgdb-message-entity-field): Ditto.
3609         (elmo-msgdb-message-entity-set-field): Ditto.
3610         (elmo-msgdb-copy-message-entity): Ditto.
3611         (elmo-msgdb-match-condition-internal): Ditto.
3612
3613         * modb-legacy.el: Don't require modb-entity.
3614         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3615         (elmo-msgdb-match-condition-primitive): Ditto.
3616         (elmo-msgdb-get-decoded-cache): Ditto.
3617         (elmo-msgdb-overview-entity-get-id): Ditto.
3618         (elmo-msgdb-overview-entity-get-number): Ditto.
3619         (elmo-msgdb-overview-entity-set-number): Ditto.
3620         (elmo-msgdb-overview-entity-get-references): Ditto.
3621         (elmo-msgdb-overview-entity-set-references): Ditto.
3622         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3623         (elmo-msgdb-overview-entity-get-from): Ditto.
3624         (elmo-msgdb-overview-entity-set-from): Ditto.
3625         (elmo-msgdb-overview-entity-get-subject): Ditto.
3626         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3627         (elmo-msgdb-overview-entity-set-subject): Ditto.
3628         (elmo-msgdb-overview-entity-get-date): Ditto.
3629         (elmo-msgdb-overview-entity-set-date): Ditto.
3630         (elmo-msgdb-overview-entity-get-to): Ditto.
3631         (elmo-msgdb-overview-entity-get-cc): Ditto.
3632         (elmo-msgdb-overview-entity-get-size): Ditto.
3633         (elmo-msgdb-overview-entity-set-size): Ditto.
3634         (elmo-msgdb-overview-entity-get-extra): Ditto.
3635         (elmo-msgdb-overview-entity-set-extra): Ditto.
3636         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3637         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3638         (elmo-msgdb-number-load): Ditto.
3639         (elmo-msgdb-overview-load): Ditto.
3640         (elmo-msgdb-mark-load): Ditto.
3641         (elmo-msgdb-number-save): Ditto.
3642         (elmo-msgdb-mark-save): Ditto.
3643         (elmo-msgdb-overview-save): Ditto.
3644         (modb-legacy-make-message-entity): New inline function.
3645         (elmo-msgdb-insert-file-header): Ditto.
3646         (elmo-msgdb-make-message-entity): Define.
3647         (elmo-msgdb-create-message-entity-from-file): Ditto.
3648         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3649         (elmo-msgdb-message-entity-number): Ditto.
3650         (elmo-msgdb-message-entity-set-number): Ditto.
3651         (elmo-msgdb-message-entity-field): Ditto.
3652         (elmo-msgdb-message-entity-set-field): Ditto.
3653         (elmo-msgdb-copy-message-entity): Ditto.
3654         (elmo-msgdb-match-condition-internal): Ditto.
3655
3656         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3657         (elmo-message-copy-entity): Rewrite.
3658         (elmo-message-entity-number): Ditto.
3659         (elmo-message-entity-set-number): Ditto.
3660         (elmo-message-entity-field): Use elmo-message-entity-db.
3661         (elmo-message-entity-set-field): Ditto.
3662         (elmo-message-field): Rewrite.
3663
3664         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3665         elmo-msgdb.el
3666         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3667
3668         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3669         elmo-message-entity-field.
3670         (elmo-shimbun-folder-shimbun-header): Ditto.
3671         (elmo-shimbun-entity-to-header): Ditto.
3672         (elmo-folder-msgdb-create): Ditto.
3673         (elmo-shimbun-msgdb-create-entity): Ditto;
3674         Use elmo-msgdb-create-message-entity-from-buffer.
3675         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3676         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3677
3678         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3679         elmo-msgdb-create-message-entity-from-file and 
3680         elmo-message-entity-field.
3681
3682         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3683         elmo-message-entity-number.
3684         (elmo-pop3-msgdb-create-message): Use
3685         elmo-msgdb-create-message-entity-from-buffer,
3686         elmo-message-entity-set-field, elmo-message-entity-number and
3687         elmo-message-entity-set-number.
3688
3689         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3690         the API change in elmo-msgdb-make-message-entity.
3691         (elmo-nntp-msgdb-create-message): Use
3692         elmo-msgdb-create-message-entity-from-buffer.
3693
3694         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3695         elmo-message-entity-field and
3696         elmo-msgdb-create-message-entity-from-file.
3697
3698         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3699         (elmo-msgdb-get-field): Abolish.
3700         (elmo-msgdb-get-number): Rewrite.
3701         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3702         (elmo-msgdb-flag-table): Ditto.
3703         (elmo-msgdb-get-last-message-id,
3704         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3705         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3706         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3707         (elmo-msgdb-create-overview-from-buffer,
3708         elmo-msgdb-overview-get-parent-entity): Abolish.
3709
3710         * elmo-mime.el (elmo-mime-display-as-is): Use
3711         elmo-message-entity-field.
3712
3713         * elmo-map.el (elmo-folder-pack-numbers): Use
3714         elmo-message-entity-set-number.
3715
3716         * elmo-maildir.el (elmo-folder-msgdb-create): 
3717         elmo-msgdb-create-message-entity-from-file instead of
3718         elmo-msgdb-create-overview-entity-from-file.
3719
3720         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3721         msgdb.
3722         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3723         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3724
3725         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3726         elmo-messge-entity-field and elmo-message-entity-number.
3727         (elmo-imap4-fetch-callback-1): Call
3728         elmo-msgdb-create-message-entity-from-buffer instead of
3729         elmo-msgdb-create-overview-from-buffer. 
3730         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3731         (elmo-find-fetch-strategy): Likewise.
3732
3733         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3734         elmo-localdir-msgdb-create-entity with argument msgdb.
3735
3736         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3737         and elmo-message-entity-set-number.
3738
3739         * elmo-cache.el (elmo-folder-msgdb-create): Use
3740         elmo-message-entity-field.
3741         (elmo-folder-msgdb-create): Call
3742         elmo-msgdb-create-message-entity-from-file instead of
3743         elmo-msgdb-create-overview-entity-from-file.
3744
3745         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3746         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3747         instead of elmo-msgdb-create-overview-from-buffer.
3748         (elmo-archive-msgdb-create-entity): Ditto.
3749         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3750         elmo-message-entity-field.
3751         (elmo-archive-parse-mmdf): Ditto.
3752
3753         * modb-entity.el: Removed.
3754
3755         * elmo-version.el (elmo-version): Up to 2.11.16.
3756
3757 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3760         `is-local'.
3761         (elmo-folder-flag-as-answered): Ditto.
3762
3763 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3764
3765         * modb-standard.el: New file.
3766
3767         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3768         elmo-msgdb-convert-type is `sync'.
3769
3770         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3771         (elmo-msgdb-convert-type): New user option.
3772
3773         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3774         (elmo-load-msgdb): Auto detect saved type.
3775
3776         * elmo-version.el (elmo-version): Up to 2.11.15.
3777
3778 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3779
3780         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3781
3782         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3783         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3784         with argument `delete-if-none' when dst-folder is 'null.
3785
3786         * elmo-flag.el (elmo-folder-append-messages): Defined.
3787         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3788
3789 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3792
3793 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3794
3795         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3796         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3797         (elmo-folder-commit): Ditto.
3798
3799 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * elmo-flag.el: New file.
3802
3803         * elmo-mark.el: Removed.
3804
3805         * modb-legacy.el (modb-legacy-new-mark,
3806         modb-legacy-unread-uncached-mark,
3807         modb-legacy-unread-cached-mark,
3808         modb-legacy-read-uncached-mark,
3809         modb-legacy-answered-cached-mark,
3810         modb-legacy-answered-uncached-mark,
3811         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3812         All other related portions are changed.
3813
3814         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3815         (elmo-folder-list-messages-with-global-mark): Abolish.
3816         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3817         (elmo-folder-flag-as-important): Ditto.
3818         (elmo-folder-unflag-read): Ditto.
3819         (elmo-folder-flag-as-read): Ditto.
3820         (elmo-folder-unflag-answered): Ditto.
3821         (elmo-folder-flag-as-answered): Ditto.
3822         (elmo-message-encache): Return the cache path.
3823         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3824         (elmo-message-set-flag): Transitional implementation.
3825         (elmo-message-unset-flag): Ditto.
3826         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3827         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3828         (elmo-init): Call elmo-global-flag-initialize.
3829         (toplevel): Added autoload settings for elmo-flag.
3830
3831         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3832
3833         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3834         (elmo-file-cache-delete): Don't treat global-mark.
3835
3836         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3837
3838         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3839
3840         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3841         `elmo-global-flags-set'.
3842
3843         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3844         `flag'.
3845         (elmo-folder-unflag-read): Ditto.
3846         (elmo-folder-unflag-important): Ditto.
3847         (elmo-folder-flag-as-important): Ditto.
3848         (elmo-folder-unflag-answered): Ditto.
3849         (elmo-folder-flag-as-answered): Ditto.
3850
3851         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3852         `elmo-global-flags-set'.
3853         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3854
3855         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3856
3857         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3858         `flag'.
3859         (elmo-folder-flag-as-important): Ditto.
3860         (elmo-folder-unflag-important): Ditto.
3861         (elmo-folder-flag-as-important): Ditto.
3862         (elmo-folder-unflag-read): Ditto.
3863         (elmo-folder-flag-as-read): Ditto.
3864         (elmo-folder-unflag-answered): Ditto.
3865         (elmo-folder-flag-as-answered): Ditto.
3866
3867         * elmo-multi.el (elmo-folder-list-importants): Don't call
3868         elmo-folder-list-messages-with-global-mark.
3869         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3870         (elmo-folder-unflag-important): Ditto.
3871         (elmo-folder-flag-as-read): Ditto.
3872         (elmo-folder-unflag-read): Ditto.
3873         (elmo-folder-flag-as-answered): Ditto.
3874         (elmo-folder-unflag-answered): Ditto.
3875
3876         * elmo-msgdb.el (elmo-msgdb-new-mark,
3877         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3878         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3879         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3880         (Moved to modb-legacy.el).
3881         (elmo-flag-table-get): Treat important flag too.
3882
3883         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3884         `mark' to `flag'.
3885         (elmo-map-folder-flag-as-important): Ditto.
3886         (elmo-map-folder-unflag-read): Ditto.
3887         (elmo-map-folder-flag-as-read): Ditto.
3888         (elmo-map-folder-unflag-answered): Ditto.
3889         (elmo-map-folder-flag-as-answered): Ditto.
3890         (elmo-folder-unflag-important): Ditto.
3891         (elmo-folder-flag-as-important): Ditto.
3892         (elmo-folder-unflag-read): Ditto.
3893         (elmo-folder-flag-as-read): Ditto.
3894         (elmo-folder-unflag-answered): Ditto.
3895         (elmo-folder-flag-as-answered): Ditto.
3896
3897         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3898         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3899         `flag'.
3900         (elmo-map-folder-unflag-important): Ditto.
3901         (elmo-map-folder-flag-as-read): Ditto.
3902         (elmo-map-folder-unflag-read): Ditto.
3903         (elmo-map-folder-flag-as-answered): Ditto.
3904         (elmo-map-folder-unflag-answered): Ditto.
3905
3906         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3907         `elmo-global-flags-set'.
3908         (elmo-global-flags-set): Added autoload setting.
3909
3910         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3911         `flag'.
3912
3913         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3914         `elmo-msgdb-global-mark-set'.
3915         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3916         Call `elmo-global-flags-set'.
3917         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3918         `flag'.
3919         (elmo-folder-flag-as-important-plugged): Ditto.
3920         (elmo-folder-unflag-read-plugged): Ditto.
3921         (elmo-folder-flag-as-read-plugged): Ditto.
3922         (elmo-folder-unflag-answered-plugged): Ditto.
3923         (elmo-folder-flag-as-answered-plugged): Ditto.
3924         (elmo-global-flags-set): Added autoload setting.
3925
3926         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3927         `flag'.
3928         (elmo-folder-unflag-read): Ditto.
3929         (elmo-folder-flag-as-important): Ditto.
3930         (elmo-folder-unflag-important): Ditto.
3931         (elmo-folder-flag-as-answered): Ditto.
3932         (elmo-folder-unflag-answered): Ditto.
3933
3934         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3935         change of `mark'->`flag'.
3936         (elmo-dop-queue-method-name-alist): Ditto.
3937         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3938         (elmo-folder-unflag-read-dop): Ditto.
3939         (elmo-folder-flag-as-important-dop): Ditto.
3940         (elmo-folder-unflag-important-dop): Ditto.
3941         (elmo-folder-flag-as-answered-dop): Ditto.
3942         (elmo-folder-unflag-answered-dop): Ditto.
3943
3944         * elmo-cache.el (elmo-folder-msgdb-create): Call
3945         `elmo-global-flags-set'.
3946
3947         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3948         Call `elmo-global-flags-set'.
3949         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3950         elmo-archive-parse-mmdf with argument `folder'.
3951         (elmo-archive-parse-mmdf): Added argument `folder';
3952         Call `elmo-global-flags-set'.
3953
3954         * elmo-version.el (elmo-version): Up to 2.11.14.
3955
3956 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3957
3958         * modb.el (elmo-msgdb-length): Define.
3959
3960         * elmo.el (elmo-make-folder): Fixed.
3961         (elmo-generic-folder-append-messages): Follow the API change.
3962
3963         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3964         API change.
3965
3966 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3967
3968         * modb.el: New file.
3969
3970         * modb-entity.el: Ditto.
3971
3972         * modb-legacy.el: Ditto.
3973
3974         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3975         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3976         of `elmo-msgdb-overview-get-entity'.
3977         (elmo-msgdb-get-field): Ditto.
3978         (elmo-msgdb-merge): Moved to `elmo.el'.
3979         (elmo-msgdb-length): Removed; redefine as modb method.
3980         (elmo-msgdb-change-mark): Abolish.
3981         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3982         (elmo-msgdb-match-condition): Don't use mark.
3983         (elmo-msgdb-overview-get-entity): Abolish.
3984         Split modb part into `modb*.el'.
3985
3986         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3987
3988         * elmo-shimbun.el (shimbun-mua-search-id): Use
3989         `elmo-msgdb-message-entity' instead of
3990         `elmo-msgdb-overview-get-entity'.
3991         (elmo-shimbun-folder-shimbun-header): Ditto.
3992         (elmo-shimbun-get-headers): Ditto.
3993         (elmo-shimbun-update-overview): Ditto.
3994
3995         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3996
3997         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3998
3999         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
4000         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
4001
4002         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
4003         `elmo-msgdb-mark-to-flags'.
4004
4005         * elmo-map.el (elmo-folder-pack-numbers): Don't use
4006         `elmo-msgdb-set-path'.
4007
4008         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
4009  
4010         * elmo-version.el (elmo-version): Up to 2.11.13.
4011
4012         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
4013
4014         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
4015         of mark.
4016
4017 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4018
4019         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
4020         mismatch.
4021
4022 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4023
4024         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
4025         instead of `elmo-msgdb-get-cached'.
4026         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
4027
4028         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
4029         (elmo-msgdb-set-cached): Ditto.
4030         (elmo-msgdb-set-flag): Rewrite.
4031         (elmo-msgdb-unset-flag): Ditto.
4032
4033         * elmo-msgdb.el: Rewrite with luna.
4034
4035         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
4036         (elmo-folder-msgdb): Follow the change above.
4037         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
4038         (elmo-folder-unmark-important): Follow the API change.
4039         (elmo-folder-mark-as-important): Ditto.
4040         (elmo-folder-unmark-read): Ditto.
4041         (elmo-folder-mark-as-read): Ditto.
4042         (elmo-folder-unmark-answered): Ditto.
4043         (elmo-folder-mark-as-answered): Ditto.
4044         (elmo-folder-clear): Likewise.
4045
4046         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
4047         instead of `elmo-msgdb-load' (renamed).
4048
4049         * elmo-version.el (elmo-version): Up to 2.11.12.
4050
4051 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4052
4053         * elmo.el (elmo-generic-folder-append-messages): Follow the API
4054         change.
4055         (elmo-message-mark): Abolish.
4056         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
4057         instead of `elmo-msgdb-change-mark'.
4058
4059         * elmo-pipe.el (elmo-message-mark): Abolish.
4060
4061         * elmo-multi.el (elmo-message-mark): Ditto.
4062
4063         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
4064         (elmo-msgdb-unread-uncached-mark): Ditto.
4065         (elmo-msgdb-unread-cached-mark): Ditto.
4066         (elmo-msgdb-read-uncached-mark): Ditto.
4067         (elmo-msgdb-answered-cached-mark): Ditto.
4068         (elmo-msgdb-answered-uncached-mark): Ditto.
4069         (elmo-msgdb-important-mark): Ditto.
4070         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
4071         `use-cache'.
4072         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
4073         `flags'.
4074         (elmo-flag-table-load): Changed flag to list of flag.
4075         (elmo-flag-table-set): If flags is nil, set read flag.
4076         (elmo-flag-table-get): Return derived flags from global mark,
4077         cache status and saved flags.
4078         (elmo-msgdb-flag-table): Follow the change above.
4079         (elmo-msgdb-out-of-date-messages): New function.
4080
4081         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
4082
4083         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4084
4085         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
4086
4087         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4088         (elmo-nntp-msgdb-create-message): Ditto.
4089
4090         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4091
4092         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
4093         independent.
4094         (elmo-folder-msgdb-create): Follow the API change.
4095
4096         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4097         (elmo-folder-append-messages): Ditto.
4098
4099         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4100         (elmo-folder-append-buffer): Ditto.
4101
4102         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4103
4104         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4105
4106         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4107         (elmo-archive-parse-mmdf): Ditto.
4108
4109         * elmo-version.el (elmo-version): Up to 2.11.11.
4110
4111 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4112
4113         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
4114         `elmo-msgdb-mark'.
4115
4116         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
4117
4118         * elmo-pipe.el (elmo-message-flags): Defined.
4119
4120         * elmo-multi.el (elmo-message-flags): Ditto.
4121
4122 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4123
4124         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
4125         `elmo-msgdb-delete-msgs'.
4126
4127         * elmo.el (elmo-folder-count-flags): Don't use
4128         `elmo-msgdb-get-mark-alist'.
4129         (elmo-folder-detach-messages): Follow the API change.
4130
4131         * elmo.el (elmo-folder-list-messages): Append killed messages into
4132         result if `visible-only' is nil.
4133
4134         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
4135         canceled messages.
4136         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
4137         (elmo-folder-update-number): Likewise.
4138
4139         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
4140         (elmo-pop3-sort-msgdb-by-original-number): Use
4141         `elmo-msgdb-sort-entities'.
4142
4143         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
4144         (elmo-msgdb-sort-by-date): Use it.
4145         (elmo-msgdb-overview-sort-by-date): Abolish.
4146
4147         * elmo-dop.el (elmo-folder-status-dop): Fixed.
4148
4149         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
4150         (elmo-msgdb-flags): New function.
4151         (elmo-msgdb-merge): Use elmo-msgdb-append.
4152
4153         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4154         change.
4155
4156         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4157
4158         * elmo-dop.el (elmo-folder-status-dop): Use
4159         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4160
4161 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4162
4163         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4164
4165         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4166
4167         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4168
4169         * elmo-util.el (elmo-with-progress-display): New macro.
4170
4171         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4172
4173 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4174
4175         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4176         `elmo-folder-list-message-entities' instead of
4177         `elmo-msgdb-get-overview'.
4178         (elmo-map-folder-list-message-locations): Ditto.
4179
4180         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4181         methods instead of treat directly).
4182         (elmo-msgdb-clear): Ditto.
4183         (elmo-msgdb-delete-msgs): Ditto.
4184         (elmo-msgdb-sort-by-date): Ditto.
4185
4186         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4187         local variables.
4188         (elmo-nntp-folder-msgdb-create): Follow the API change.
4189
4190         * elmo-version.el (elmo-version): Up to 2.11.10.
4191
4192 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4193
4194         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4195         (elmo-msgdb-flags-to-mark): Ditto.
4196         (elmo-msgdb-append-entity): Ditto.
4197
4198         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4199         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4200         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4201         (elmo-archive-parse-mmdf): Ditto.
4202
4203         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4204
4205         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4206
4207         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4208
4209         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4210
4211         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4212
4213         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4214
4215         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4216
4217         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4218
4219         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4220         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4221         to empty msgdb.
4222
4223         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4224         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4225         instead of directly construction.
4226         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4227         instead of construct msgdb.
4228
4229         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4230         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4231         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4232         instead of construct msgdb.
4233
4234 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4235
4236         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4237         when field is from or subject.
4238
4239 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4240
4241         * elmo-multi.el (elmo-message-entity-parent): Define.
4242         (elmo-folder-search): Rewrite.
4243
4244 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4245
4246         * elmo-multi.el (elmo-message-cached-p): Define.
4247
4248         * elmo.el (elmo-message-cached-p): New method.
4249         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4250         (elmo-message-flags): New method.
4251         (elmo-message-flagged-p): New function.
4252
4253         * elmo-version.el (elmo-version): Up to 2.11.9.
4254
4255 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4256
4257         * elmo-version.el (elmo-version): Up to 2.11.8.
4258
4259         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4260
4261         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4262
4263 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * elmo.el (elmo-folder-detach-messages): Undo last change.
4266
4267 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4268
4269         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4270
4271         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4272         only when src folder type is pop3.
4273
4274 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4275
4276         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4277         elmo-msgdb-overview-entity-get-number instead of
4278         elmo-message-entity-number.
4279
4280 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4281
4282         * elmo-version.el (elmo-version): Up to 2.11.7.
4283
4284 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4287         function.
4288
4289         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4290         (elmo-msgdb-merge): New function.
4291         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4292         (elmo-msgdb-make-index): Rewrite.
4293
4294         * elmo-version.el (elmo-version): Up to 2.11.6.
4295
4296         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4297         use it as a the path for loading message entities.
4298
4299         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4300
4301 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4304         message-modified slot of itself if it does not require target msgdb.
4305
4306         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4307         if folder length is zero.
4308         (elmo-mime-display-as-is): Ditto.
4309
4310         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4311
4312         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4313
4314 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4315
4316         * elmo.el (elmo-folder-set-message-modified): New method.
4317         (elmo-generic-folder-commit): Use it.
4318         (elmo-folder-synchronize): Ditto.
4319
4320         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4321         (elmo-folder-commit): Remove duplicate definition.
4322
4323 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4326
4327 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4328
4329         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4330         (elmo-strict-folder-diff): Ditto.
4331         (elmo-folder-set-info-max-by-numdb): Simplify.
4332
4333         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4334         elmo-msgdb-list-messages.
4335
4336         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4337         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4338
4339 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4340
4341         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4342         visible-only is non-nil.
4343         (elmo-folder-confirm-appends): Changed message.
4344         (elmo-folder-synchronize): Added argument disable-killed.
4345
4346         * elmo-multi.el (elmo-folder-synchronize): Added argument
4347         disable-killed.
4348
4349         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4350
4351         * elmo-version.el (elmo-version): Up to 2.11.5.
4352
4353         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4354         elmo-list-filter.
4355
4356         * elmo-util.el (elmo-list-filter): Simplify.
4357
4358         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4359         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4360         (elmo-generic-folder-diff): Abolish argument.
4361         (elmo-msgdb-load): Don't use number-alist.
4362
4363         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4364
4365         * elmo-pipe.el (elmo-folder-diff): Ditto.
4366
4367         * elmo-nmz.el (elmo-folder-diff): Ditto.
4368
4369         * elmo-net.el (elmo-folder-diff): Ditto.
4370
4371         * elmo-maildir.el (elmo-folder-diff): Ditto.
4372
4373         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4374
4375         * elmo-multi.el (elmo-folder-diff): Ditto
4376         (elmo-multi-folder-diff): Rewrite.
4377
4378 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4379
4380         * elmo-pipe.el (elmo-folder-msgdb): Define.
4381
4382 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4383
4384         * elmo.el (elmo-message-set-cached): Define as a method.
4385
4386         * elmo-pipe.el (elmo-message-set-cached): Define.
4387         (elmo-find-fetch-strategy): Ditto.
4388
4389         * elmo-multi.el (elmo-message-set-cached): Define.
4390         (elmo-find-fetch-strategy): Rewrite.
4391
4392         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4393
4394         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4395
4396 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4399         instead of number-alist.
4400
4401         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4402         mark nor message-id when msgdb of source folder is not loaded.
4403
4404         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4405
4406         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4407
4408 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4409
4410         * elmo.el (elmo-folder-length): Don't require msgdb.
4411
4412 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4413
4414         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4415         (elmo-message-field): Ditto.
4416
4417         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4418         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4419         slot.
4420         (elmo-map-folder-list-answereds): Define.
4421         (elmo-maildir-list-location): Treat 'R' info.
4422         (elmo-folder-msgdb-create): Treat flag-table.
4423         (elmo-folder-append-messages): Save flag-table.
4424
4425 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4426
4427         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4428         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4429
4430 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4431
4432         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4433
4434         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4435         'read when mark is null.
4436
4437 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * elmo-version.el (elmo-version): Up to 2.11.4.
4440
4441 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4442
4443         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4444         (elmo-folder-mark-as-answered): Ditto.
4445
4446 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4449         (elmo-pop3-get-session): Make msgdb directory after session.
4450         (elmo-folder-exists-p): Check exactly at the first time even when the
4451         elmo-pop3-exists-exactly is nil.
4452
4453         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4454         (elmo-folder-list-messages): Define instead of
4455         elmo-folder-list-messages-internal.
4456         (elmo-folder-check): Check destination folder.
4457         (elmo-folder-synchronize): Drain the pipe.
4458
4459         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4460         when msgdb is not loaded.
4461
4462         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4463
4464         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4465         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4466         messages.
4467
4468         * elmo.el (elmo-folder-kill-messages-before): New function.
4469         (elmo-folder-kill-messages): Ditto.
4470         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4471
4472         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4473         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4474         killed not by synchronize (e.g. scoring).
4475
4476 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4477
4478         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4479         treated.
4480         (elmo-folder-search): Follow the change above.
4481
4482         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4483         into the candidates of search field.
4484
4485 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4486
4487         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4488         (elmo-msgdb-unset-flag): Ditto.
4489
4490         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4491
4492 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4493
4494         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4495         (elmo-folder-commit): Define.
4496         (elmo-folder-synchronize): Ditto.
4497         (elmo-folder-list-flagged): Ditto.
4498         (elmo-folder-commit): Ditto.
4499         (elmo-folder-length): Ditto.
4500         (elmo-folder-count-flags): Ditto.
4501         (elmo-message-mark): Ditto.
4502         (elmo-message-field): Ditto.
4503         (elmo-message-entity): Ditto.
4504         (elmo-message-folder): Ditto.
4505
4506 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4507
4508         * elmo.el (elmo-message-field): Define as a method.
4509
4510         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4511         (elmo-message-field): Define.
4512
4513         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4514         (elmo-folder-list-importants): Ditto.
4515         (elmo-folder-list-answereds): Ditto.
4516
4517         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4518         qualifier.
4519         (elmo-folder-mark-as-read): Ditto.
4520         (elmo-folder-unmark-read): Ditto.
4521         (elmo-folder-mark-as-answered): Ditto.
4522         (elmo-folder-unmark-answered): Ditto.
4523         (elmo-folder-list-flagged): Define.
4524         (elmo-folder-commit): Ditto.
4525         (elmo-folder-length): Ditto.
4526         (elmo-folder-count-flags): Ditto.
4527
4528 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4529
4530         * elmo.el (elmo-folder-detach-messages): New method.
4531         (elmo-folder-move-messages): Use it.
4532         (elmo-folder-synchronize): Ditto.
4533
4534         * elmo-multi.el (elmo-folder-detach-messages): Define.
4535
4536         * elmo.el (elmo-message-copy-entity): New function.
4537         (elmo-message-entity-set-number): Ditto.
4538         (elmo-message-mark): Define as method.
4539
4540         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4541         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4542         (elmo-message-entity): Fixed last change.
4543         (elmo-message-mark): Define.
4544         (elmo-folder-msgdb-create): Abolish.
4545         (elmo-multi-folder-append-msgdb): Ditto.
4546         (elmo-multi-folder-diff): Fixed.
4547         (elmo-multi-split-number-alist): Removed.
4548         (elmo-multi-split-mark-alist): Removed.
4549         (elmo-folder-list-messages): Define.
4550         (elmo-folder-list-messages-internal): Removed.
4551
4552         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4553         local file messages.
4554         (elmo-folder-msgdb-create): Fixed read mark.
4555
4556 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4557
4558         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4559         if mark is nil.
4560
4561 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * elmo.el (elmo-folder-list-message-entities): Define as inline
4564         function.
4565         (elmo-folder-messages): Abolish.
4566
4567         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4568         folder.
4569         (elmo-folder-synchronize): Define.
4570         (elmo-message-entity): Define.
4571
4572 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4575         elmo-imap4-session-select-mailbox.
4576
4577         * elmo.el (elmo-folder-move-messages): Don't display any message.
4578
4579         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4580         parsing.
4581         (elmo-imap4-session-check): Don't wait CHECK response.
4582         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4583
4584 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4585
4586         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4587
4588 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4591         API.
4592         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4593
4594
4595         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4596         (elmo-folder-list-message-entities): Added argument in-msgdb and
4597         numbers.
4598         (elmo-folder-synchronize): Define as a method.
4599
4600         * elmo-nntp.el (elmo-folder-initialize): Don't use
4601         elmo-nntp-default-user if zero-length username is specified
4602         explicitly.
4603
4604 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4605
4606         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4607         server name in case with username.
4608         (XXX: this is ad-hoc fix against username includes "@", it
4609         should be solved fundamentally)
4610
4611 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4612
4613         * elmo-nntp.el (elmo-nntp-debug): New function.
4614         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4615         (elmo-network-authenticate-session): Hide auth-info from the log.
4616
4617         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4618         user name if it is equal to elmo-nntp-default-user.
4619
4620 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4621
4622         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4623         instead of shimbun-server-internal;
4624         Use shimbun-current-group instead of shimbun-current-group-internal.
4625         (elmo-folder-plugged-p): Use shimbun-server instead of
4626         shimbun-server-internal.
4627         (elmo-folder-set-plugged): Ditto.
4628         (elmo-net-port-info): Ditto.
4629         (elmo-folder-check): Ditto.
4630         (elmo-folder-expand-msgdb-path): Ditto.
4631         (elmo-folder-list-subfolders): Ditto.
4632
4633 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4634
4635         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4636         Convert field-name to lower case.
4637         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4638
4639 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4640
4641         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4642         `message' and `error' take format string.
4643
4644 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4645
4646         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4647
4648 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4649
4650         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4651         recursive call (can't byte compile on emacs 20.7).
4652
4653 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4656         (elmo-folder-list-message-entities): New API.
4657         (elmo-message-entity): Ditto.
4658         (elmo-message-entity-parent): Ditto.
4659         (elmo-folder-do-each-message-entity): Ditto.
4660         (elmo-message-entity-number): Ditto.
4661         (elmo-message-entity-field): Ditto.
4662         (elmo-message-entity-set-field): Ditto.
4663         (elmo-folder-count-flags): Ditto.
4664         (elmo-folder-length): Ditto.
4665
4666         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4667         not.
4668
4669         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4670         (elmo-msgdb-count-marks): Abolish.
4671         (elmo-msgdb-make-entity): Ditto.
4672         (elmo-msgdb-do-each-entity): Ditto.
4673         (elmo-msgdb-message-entity): New inline function.
4674         (elmo-msgdb-message-entity-field): Ditto.
4675         (elmo-msgdb-message-entity-set-field): Ditto.
4676         (elmo-msgdb-make-message-entity): New function.
4677
4678 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4679
4680         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4681         to flag. (All other related portions are changed.)
4682         (elmo-folder-msgdb-create): Likewise.
4683         (elmo-generic-folder-append-messages): Use flag-table instead of
4684         seen-list.
4685         (elmo-folder-move-messages): Removed redundant process.
4686         (elmo-folder-synchronize): Likewise.
4687
4688         * elmo-msgdb.el (elmo-flag-table-get): New function.
4689         (elmo-flag-table-save): Fixed.
4690         (elmo-msgdb-length): New inline function.
4691         (elmo-msgdb-flag-table): New function.
4692         (elmo-msgdb-mark): Add optional argument new.
4693         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4694         (elmo-msgdb-seen-list): Ditto.
4695         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4696
4697
4698 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4699
4700         * elmo.el (elmo-message-set-mark): Abolish.
4701         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4702         (All related portions are changed.)
4703
4704         * elmo-msgdb.el (toplevel): Added comment.
4705         (elmo-load-msgdb): Added 4th element `path'.
4706         (elmo-msgdb-append): Follow the change above.
4707         (elmo-msgdb-clear): Ditto.
4708         (elmo-msgdb-delete-msgs): Ditto.
4709         (elmo-msgdb-get-path): New inline function.
4710         (elmo-msgdb-set-path): Ditto.
4711         (elmo-flag-table-filename): New variable.
4712         (elmo-flag-table-load): New function.
4713         (elmo-flag-table-set): Ditto.
4714         (elmo-flag-table-save): Ditto.
4715         (elmo-msgdb-get-field-value): Abolish.
4716         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4717
4718 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4719
4720         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4721         the folder has been deleted successfully.
4722         * elmo-imap4.el (elmo-folder-delete): Ditto.
4723         * elmo-archive.el (elmo-folder-delete): Ditto.
4724         * elmo-localdir.el (elmo-folder-delete): Ditto.
4725         * elmo-maildir.el (elmo-folder-delete): Ditto.
4726
4727 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4728
4729         * elmo-util.el (elmo-string-member-ignore-case): New function.
4730         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4731         (elmo-imap4-fetch-callback-1-subr): Likewise.
4732
4733 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4734
4735         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4736         the case of the name attribute "\Noselect".
4737
4738 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4739
4740         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4741
4742         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4743         flist, is not always a member of onum-alist.
4744
4745 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * elmo-version.el (elmo-version): Up to 2.11.3.
4748
4749 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4752         copied from localdir's one.
4753
4754         * elmo-pipe.el (elmo-folder-rename): New method, rename
4755         destination folder with leaving source folder as it is.
4756
4757 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4758
4759         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4760         replace-regexp.
4761
4762 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * elmo-version.el (elmo-version): Up to 2.11.2.
4765
4766 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4769         shimbun-open in case of "@".
4770         (elmo-folder-open-internal): Cope with shimbun = nil case.
4771         (elmo-folder-plugged-p): Ditto.
4772         (elmo-folder-list-subfolders): Make list for "@/" group.
4773
4774 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4777         mailbox (e.g. for %~/something).
4778
4779 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4780
4781         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4782         Replace nested conditional with guard clauses.
4783
4784 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4787         error [wl:11327].
4788
4789         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4790         print-depth.
4791
4792 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4793
4794         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4795         Replace nested conditional with guard clauses.
4796
4797 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4800         (elmo-passwd-alist-save): Ditto.
4801         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4802
4803 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4806         dir-name only if it is absolute path.
4807         (TODO: distinguish +/something and +something)
4808
4809 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4812         path for "+~/something".
4813
4814 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4817         as non-directory, cause error before rename-file.
4818         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4819         apropriately, mimic localdir's one.
4820         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4821
4822 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4823
4824         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4825
4826 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4829
4830         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4831         
4832         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4833         is included in the global-mark or not.
4834
4835 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * utf7.el (toplevel): Avoid error when the function
4838         find-coding-system does not exist.
4839
4840 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4843         cache even if the folder is plugged.
4844         (elmo-nntp-search-primitive): Do nothing when body search is
4845         invoked (although it is not used by the change above).
4846         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4847
4848 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4849
4850         * elmo-version.el (elmo-version): Up to 2.11.1.
4851
4852 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4853
4854         * elmo-archive.el: Specify charset.
4855
4856 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4859         process buffer lives or not.
4860
4861         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4862         while flushing queues (It causes infinite loop).
4863
4864 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4867
4868 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4869
4870         * utf7.el (toplevel): Check the ucs features dynamically.
4871         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4872
4873         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4874         folder is creatabe or not if it already exists.
4875
4876 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4879
4880         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4881
4882         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4883         (elmo-imap4-read-response): Take care of garbage response.
4884
4885 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4888         just return nil instead of error.
4889
4890 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4891
4892         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4893         search-key is "body".
4894
4895 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4896
4897         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4898         of elmo-string-matched-assoc to use match-data.
4899         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4900
4901 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4902
4903         * elmo-split.el (elmo-split->): New function.
4904         (elmo-split-<): Ditto.
4905
4906 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4909         workaround for invalid message-id.
4910
4911 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4914         return normal pop3 session or pop3 biff session.
4915
4916 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4919         info part to the cur files when the new files already have it.
4920         (Adviced by Jared Rhine <jared@wordzoo.com>)
4921
4922 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * elmo-split.el (elmo-split-default-action): New variable.
4925         (elmo-split-subr): Use it if all other conditions are passed.
4926         Extend `fname' and rename it as `action'. (implemented
4927         Teranishi-san's idea in [wl:10800])
4928
4929 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4930
4931         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4932         * elmo-util.el: Ditto.
4933
4934 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * elmo.el (elmo-message-accessible-p): Renamed from
4937         elmo-message-cached-p and rewritten.
4938
4939 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * elmo.el (elmo-folder-list-flagged): New generic function.
4942         (elmo-folder-list-importants): New implementation.
4943         (elmo-folder-list-answereds): Ditto.
4944         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4945         Added 'digest'.
4946         (elmo-message-cached-p): New function.
4947         (elmo-message-set-flag): Ditto (no content).
4948         (elmo-message-unset-flag): Ditto.
4949         (elmo-folder-list-messages-mark-match): Abolish.
4950
4951         * elmo-util.el (elmo-regexp-opt): New function.
4952
4953         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4954         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4955         Added 'digest'.
4956         (elmo-msgdb-list-flagged): New function.
4957
4958         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4959         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4960         Added 'digest'.
4961
4962         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4963
4964 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * elmo-version.el (elmo-version): Up to 2.11.0.
4967
4968 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4969
4970         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4971         `elmo-file-cache-exists-p'; use proper mark that depends on
4972         `use-cache'.
4973         (elmo-msgdb-unset-flag): Ditto.
4974         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4975
4976         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4977         with 4th argument `use-cache'.
4978
4979 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4982         (elmo-folder-mark-as-important): Ditto.
4983         (elmo-folder-unmark-read): Ditto.
4984         (elmo-folder-mark-as-read): Ditto.
4985         (elmo-folder-unmark-answered): Ditto.
4986         (elmo-folder-mark-as-answered): Ditto.
4987
4988         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4989         message status.
4990         (elmo-msgdb-mark): Likewise.
4991         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4992         (elmo-msgdb-unset-flag): Likewise.
4993
4994         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4995
4996 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4997
4998         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4999         `last:' filter.
5000
5001 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5002
5003         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
5004         set spool-length to 0.
5005
5006 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5007
5008         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
5009         (elmo-dop-queue-flush): Fixed last change.
5010
5011 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5012
5013         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
5014         if require-msgdb slot is nil.
5015         (elmo-folder-list-importants): Likewise.
5016
5017 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5018
5019         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
5020         mark is changed.
5021
5022         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
5023         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
5024         is changed.
5025
5026 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5027
5028         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
5029
5030 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
5033
5034         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
5035
5036 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5037
5038         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
5039         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
5040
5041 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
5044         the problem reported by Sean Rima [wl-en:180].
5045
5046 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
5049
5050         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
5051
5052         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
5053
5054         * elmo-map.el (elmo-folder-unmark-read): Ditto.
5055
5056         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
5057
5058         * elmo-net.el (elmo-folder-unmark-read): Ditto.
5059
5060         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
5061
5062 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
5065         status number.
5066
5067 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
5070         (elmo-folder-mark-as-read): Follow the API change.
5071         (elmo-message-set-cached): New function.
5072
5073         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
5074
5075         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
5076
5077         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
5078         (elmo-folder-mark-as-important): Ditto.
5079         (elmo-folder-unmark-read): Ditto.
5080         (elmo-folder-mark-as-read): Ditto.
5081         (elmo-folder-unmark-answered): Ditto.
5082         (elmo-folder-mark-as-answered): Ditto.
5083
5084         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
5085         (elmo-folder-unmark-important): Ditto.
5086         (elmo-folder-mark-as-read): Ditto.
5087         (elmo-folder-unmark-read): Ditto.
5088         (elmo-folder-mark-as-answered): Ditto.
5089         (elmo-folder-unmark-answered): Ditto.
5090
5091         * elmo-mark.el (toplevel): Removed some mark method definitions.
5092
5093         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
5094         (elmo-map-folder-mark-as-answered): Ditto.
5095         (elmo-folder-unmark-important): Add :before qualifier.
5096         (elmo-folder-mark-as-important): Ditto.
5097         (elmo-folder-unmark-read): Ditto.
5098         (elmo-folder-mark-as-read): Ditto.
5099         (elmo-folder-unmark-answered): Define.
5100         (elmo-folder-mark-as-answered): Ditto.
5101
5102         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
5103         (elmo-map-folder-unmark-answered): Ditto.
5104
5105         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
5106
5107         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
5108         (elmo-folder-mark-as-important): Ditto.
5109         (elmo-folder-unmark-read): Ditto.
5110         (elmo-folder-mark-as-read): Ditto.
5111         (elmo-folder-unmark-answered): Ditto.
5112         (elmo-folder-mark-as-answered): Ditto.
5113
5114         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
5115         `mark'; evaluate mark condition.
5116         (elmo-msgdb-match-condition-internal): New function.
5117         (elmo-msgdb-match-condition): Call it; changed argument.
5118
5119         * elmo.el (elmo-folder-search): Follow the API change on
5120         `elmo-msgdb-match-condition'.
5121
5122 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5123
5124         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
5125         original mark is non-nil.
5126
5127 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
5130         (elmo-map-folder-list-answereds): New method.
5131         (elmo-folder-list-unreads): Add :around qualifier.
5132         (elmo-folder-list-importants): Ditto.
5133         (elmo-folder-list-answereds): Ditto.
5134
5135 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
5138
5139         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
5140         method if msgdb is not required.
5141         (elmo-filter-folder-list-importants): Don't treat global-mark.
5142
5143         * elmo.el (elmo-folder-list-importants): Ditto.
5144
5145         * elmo-net.el (elmo-folder-list-importants): Ditto.
5146
5147         * elmo-map.el (elmo-folder-list-importants): Ditto.
5148
5149         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
5150
5151         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5152         (elmo-imap4-folder-list-any-plugged): New function.
5153         (elmo-imap4-search-internal-primitive): Use it.
5154
5155         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5156         only when require-msgdb slot is non-nil.
5157         (elmo-folder-close): Clear target folder's msgdb.
5158
5159 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5162         (elmo-pop3-msgdb-create-by-header): Ditto.
5163         (elmo-pop3-msgdb-create-message): Ditto.
5164
5165         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5166
5167         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5168
5169         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5170
5171         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5172         (elmo-folder-msgdb-create): Ditto.
5173         (elmo-nntp-folder-msgdb-create): Ditto.
5174         (elmo-nntp-msgdb-create-by-header): Ditto.
5175         (elmo-nntp-msgdb-create-message): Ditto.
5176         (elmo-folder-list-unreads): Define.
5177
5178         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5179         (elmo-folder-append-messages): Ditto.
5180         (elmo-folder-list-unreads): Define.
5181         (elmo-folder-list-importants): Ditto.
5182         (elmo-folder-list-answereds): Ditto.
5183
5184         * elmo-net.el (elmo-folder-list-unreads): Define.
5185         (elmo-folder-list-importants): Ditto.
5186         (elmo-folder-list-answereds): Ditto.
5187         (elmo-folder-list-answereds-plugged): Ditto.
5188         (elmo-folder-msgdb-create): Follow the API change.
5189         (elmo-folder-msgdb-create-unplugged): Ditto.
5190         (elmo-folder-unmark-answered): Define.
5191         (elmo-folder-mark-as-answered-unplugged): Ditto.
5192         (elmo-folder-unmark-answered-unplugged): Ditto.
5193
5194         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5195         (elmo-msgdb-unread-uncached-mark): Ditto.
5196         (elmo-msgdb-unread-cached-mark): Ditto.
5197         (elmo-msgdb-read-uncached-mark): Ditto.
5198         (elmo-msgdb-answered-cached-mark): Ditto.
5199         (elmo-msgdb-answered-uncached-mark): Ditto.
5200         (elmo-msgdb-important-mark): Ditto.
5201         (elmo-msgdb-set-mark): Rewrite.
5202         (elmo-msgdb-count-marks): Rewrite.
5203         (elmo-msgdb-mark-alist-set): Abolish.
5204         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5205         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5206
5207         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5208         (elmo-folder-close): Define.
5209         (elmo-folder-msgdb-create): Follow the API change.
5210         (elmo-folder-list-unreads): Rewrite.
5211         (elmo-folder-mark-as-important): Ditto.
5212         (elmo-folder-unmark-important): Ditto.
5213         (elmo-folder-mark-as-read): Ditto.
5214         (elmo-folder-unmark-read): Ditto.
5215         (elmo-folder-mark-as-answered): Define.
5216         (elmo-folder-unmark-answered): Ditto.
5217
5218         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5219         (elmo-folder-append-messages): Ditto.
5220
5221         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5222
5223         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5224         (elmo-folder-list-importants): Ditto.
5225
5226         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5227         (elmo-folder-append-messages): Ditto.
5228
5229         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5230         change.
5231         (elmo-folder-msgdb-create-plugged): Ditto.
5232         (elmo-folder-append-messages): Ditto.
5233         (elmo-folder-list-answereds-plugged): Define.
5234         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5235         (elmo-folder-unmark-answered-plugged): Define.
5236         (elmo-folder-mark-as-answered-plugged): Ditto.
5237         (elmo-folder-search-requires-msgdb-p): Ditto.
5238
5239         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5240         (elmo-folder-initialize): Set it.
5241         (elmo-folder-msgdb): Define.
5242         (elmo-folder-check): Call elmo-folder-synchronize.
5243         (elmo-folder-close): Define.
5244         (elmo-folder-commit): Ditto.
5245         (elmo-folder-msgdb-create): Rewrite.
5246         (elmo-folder-list-unreads): Ditto.
5247         (elmo-folder-list-importants): Ditto.
5248         (elmo-folder-mark-as-read): Ditto.
5249         (elmo-folder-unmark-read): Ditto.
5250         (elmo-folder-mark-as-important): Ditto.
5251         (elmo-folder-unmark-important): Ditto.
5252         (elmo-folder-mark-as-answered): Define.
5253         (elmo-folder-unmark-answered): Ditto.
5254
5255         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5256         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5257         (elmo-dop-queue-method-name-alist): Likewise.
5258         (elmo-folder-mark-as-answered-dop): New inline function.
5259         (elmo-folder-unmark-answered-dop): Ditto.
5260         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5261
5262         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5263         (elmo-folder-msgdb-create): Ditto.
5264         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5265         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5266         (elmo-archive-parse-mmdf): Ditto.
5267
5268         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5269         (elmo-folder-list-unreads-internal): Ditto.
5270
5271         * elmo.el (elmo-folder-msgdb): Define as generic function.
5272         (elmo-folder-list-messages): Added argument `in-msgdb'.
5273         (elmo-folder-list-unreads): Define as generic function.
5274         (elmo-folder-list-importants): Ditto.
5275         (elmo-folder-list-answereds): Ditto.
5276         (elmo-folder-list-messages-with-global-mark): New function.
5277         (elmo-folder-msgdb-create): Removed mark arguments.
5278         (elmo-folder-unmark-answered): New generic function.
5279         (elmo-folder-mark-as-answered): Ditto.
5280         (elmo-folder-append-messages): Removed argunment `unread-marks'
5281         (elmo-folder-list-unreads-internal): Abolish.
5282         (elmo-folder-list-importants-internal): Ditto.
5283         (elmo-folder-search-requires-msgdb-p): New generic function.
5284         (elmo-folder-search-requires-msgdb-p-internal): New function.
5285         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5286         elmo-msgdb-load.
5287         (elmo-folder-search-fast): Added key 'mark'.
5288         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5289         instead of unread-marks argument.
5290         (elmo-folder-move-messages): Removed argunment `unread-marks'
5291         (elmo-folder-unmark-important): Define.
5292         (elmo-folder-mark-as-important): Ditto.
5293         (elmo-folder-unmark-read): Ditto.
5294         (elmo-folder-mark-as-read): Ditto.
5295         (elmo-folder-unmark-answered): Ditto.
5296         (elmo-folder-mark-as-answered): Ditto.
5297         (elmo-folder-replace-marks): Abolish.
5298         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5299         duplicates.
5300         (elmo-folder-synchronize): Removed mark arguments;
5301         return crosspost only number.
5302
5303 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5304
5305         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5306         Remove redundunt connectivity check.
5307
5308 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5309
5310         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5311         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5312
5313 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5314
5315         * pldap.el (ldap-decode-string): Return string as-is if
5316         `ldap-coding-system' is nil.
5317         (ldap-encode-string): Ditto.
5318         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5319         (ldap-default-host): Fixed docstring.
5320
5321 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * elmo-util.el (elmo-warning): Define as a macro which uses
5324         `display-warning' if it is defined as a function.
5325
5326         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5327         (elmo-split-equal): Use it.
5328         (elmo-split-match): Ditto.
5329         (elmo-split-message-entity): New buffer-local variable.
5330         (elmo-split-subr): Set it.
5331
5332         * elmo-version.el (elmo-version): Up to 2.9.15.
5333
5334 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5335
5336         * elmo-imap4.el (elmo-network-initialize-session):
5337         Check capability after starttls.
5338
5339 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * elmo-util.el (elmo-list-delete): Added optional argument
5342         DELETE-FUNCTION.
5343
5344         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5345
5346         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5347
5348         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5349
5350         * elmo-imap4.el (elmo-folder-initialize): Don't use
5351         elmo-imap4-default-mailbox.
5352
5353 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5354
5355         * elmo-split.el (toplevel): Use `product-provide'.
5356         (elmo-split): Checkdoc.
5357
5358 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5359
5360         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5361         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5362         the function `elmo-imap4-debug-1'.
5363
5364 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5365
5366         * elmo-split.el (elmo-split): Moved to run hooks and to show
5367         message from elmo-split-subr.
5368         (elmo-split-subr): Follow the change above.
5369
5370         * elmo-split.el (elmo-split-subr): New function (renamed from
5371         elmo-split-subr).
5372         (elmo-split): Changed to call elmo-split-subr by element of
5373         elmo-split-folder.
5374         (elmo-split-folder): Changed customization type to choice.
5375
5376 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5377
5378         * elmo-split.el (elmo-split-and): Fixed condition.
5379
5380 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * elmo-split.el: New file.
5383         (elmo-split): Fixed logic.
5384         Display "Test:" instead of "Folder:" when reharsal.
5385
5386         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5387         explicitly.
5388
5389         * elmo-version.el (elmo-version): Up to 2.9.14.
5390
5391         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5392         wl-expand-newtext).
5393
5394 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5395
5396         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5397         message with no message-id field.
5398
5399 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * elmo-version.el (elmo-version): Up to 2.9.13.
5402
5403         * elmo-dop.el (elmo-folder-status-dop): Fix.
5404
5405 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5408
5409         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5410         changing default value of default-mime-charset.
5411         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5412
5413         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5414
5415         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5416         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5417         instead of elmo-dop-queue-method-name-alist to check merging queue.
5418         (elmo-folder-delete-messages-dop): Delete from queue if negative
5419         message number.
5420         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5421         file is already removed.
5422
5423 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * elmo-vars.el: Bind colon keywords for old Emacsen.
5426
5427 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5428
5429         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5430         against non-exsisting charset.
5431
5432 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5433
5434         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5435         Use eword-decode-and-unfold-unstructured-field-body.
5436
5437         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5438         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5439         exists to decode raw subject string.
5440         (toplevel): Require 'mime.
5441
5442         * elmo-version.el (elmo-version): Up to 2.9.12.
5443
5444 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5445
5446         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5447         (elmo-msgdb-set-mark): Ditto.
5448
5449         * elmo-version.el (elmo-version): Up to 2.9.11.
5450
5451 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * elmo-util.el (elmo-delete-match-files): New function.
5454
5455         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5456         instead of elmo-delete-directory.
5457
5458         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5459         elmo-hash-minimun-size as 63.
5460
5461         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5462         elmo-diff-unread is nil.
5463
5464         * elmo-imap4.el (elmo-folder-open): Fix.
5465
5466         * elmo.el (elmo-message-mark): Rewrite.
5467         (elmo-message-field): Ditto.
5468         (elmo-message-set-mark): Ditto.
5469         (elmo-folder-replace-marks): New function.
5470         (elmo-generic-folder-append-msgdb): Removed third argument for
5471         elmo-msgdb-append.
5472         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5473         (elmo-msgdb-load): New implementation.
5474
5475         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5476
5477         * elmo-util.el (elmo-list-insert): New implementation.
5478
5479         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5480         argument for elmo-msgdb-append.
5481         
5482
5483         * elmo-msgdb.el (elmo-load-msgdb): New function.
5484         (elmo-make-msgdb): Ditto.
5485         (elmo-msgdb-get-index): New inline function.
5486         (elmo-msgdb-set-index): Ditto.
5487         (elmo-msgdb-get-entity-hashtb): Ditto.
5488         (elmo-msgdb-get-mark-hashtb): Ditto.
5489         (elmo-msgdb-get-mark): Ditto.
5490         (elmo-msgdb-set-mark): Ditto.
5491         (elmo-msgdb-count-marks): Ditto.
5492         (elmo-msgdb-get-number): Ditto.
5493         (elmo-msgdb-get-field): Ditto.
5494         (elmo-msgdb-seen-list): Ditto.
5495         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5496         (elmo-msgdb-delete-msgs): Follow the changes above.
5497         (elmo-msgdb-overview-get-entity): Ditto.
5498         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5499         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5500         and rewritten.
5501         (elmo-msgdb-make-index): Likewise.
5502         (elmo-msgdb-append): Removed third argument.
5503         (elmo-msgdb-clear): Clear index as nil.
5504         (elmo-folder-set-info-hashtb): Removed.
5505         (elmo-folder-set-info-max-by-numdb): Ditto.
5506         (elmo-folder-info-make-hashtb): Ditto.
5507
5508         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5509
5510         * elmo-map.el (elmo-folder-pack-number): Ditto.
5511
5512 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5513
5514         * elmo-version.el (elmo-version): Up to 2.9.10.
5515
5516         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5517
5518         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5519
5520 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5521
5522         * elmo-utils.el (elmo-make-directory): Add option.
5523         Default file mode is 700.
5524
5525 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5526
5527         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5528
5529 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5530
5531         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5532         mime-charset.
5533
5534         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5535         and "smaller".
5536
5537 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5538
5539         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5540         (elmo-shimbun-folder-entity-hash): New function.
5541         (elmo-shimbun-folder-shimbun-header): Ditto.
5542         (elmo-shimbun-entity-to-header): Ditto.
5543         (elmo-shimbun-msgdb-to-headers): Removed.
5544         (elmo-shimbun-folder-setup): Ditto.
5545         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5546         for hash key.
5547         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5548         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5549         Removed useless local bind.
5550         (elmo-folder-open-internal): Don't call
5551         `elmo-shimbun-folder-setup'.
5552         (elmo-folder-close-internal): Clear entity-hash slot.
5553         (elmo-folder-clear): Ditto.
5554         (elmo-shimbun-msgdb-create-entity): Use
5555         `elmo-shimbun-folder-shimbun-header'.
5556         (elmo-map-message-fetch): Ditto.
5557         (elmo-shimbun-update-overview): Use overview entity instead of
5558         shimbun header to lookup id by references.
5559         (elmo-map-folder-list-message-locations): Use not only headers but
5560         also overviews to list locations.
5561
5562 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5563
5564         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5565         msgdb path.
5566
5567         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5568
5569 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5570
5571         * elmo-util.el (elmo-read-search-condition-internal): Give default
5572         value for date.
5573
5574 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5575
5576         * elmo-util.el (elmo-condition-parse-search-value): Accept
5577         YYYY-MM-DD format to search.
5578         * elmo-date.el (elmo-date-get-datevec): Likewise.
5579
5580 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5581
5582         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5583         debugging code.
5584
5585 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5586
5587         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5588         from t.
5589
5590         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5591
5592         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5593         case from `elmo-folder-exists-p'.
5594         (elmo-folder-exists-p): Removed.
5595         (elmo-folder-creatable-p) Ditto.
5596
5597         * elmo-net.el (elmo-folder-create): Defined.
5598         (elmo-folder-create-unplugged): New function.
5599         (elmo-folder-exists-p): Changed default value to nil from t.
5600
5601         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5602         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5603
5604         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5605         `elmo-create-folder-dop' and append queue
5606         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5607         (elmo-folder-create-dop-delayed): New function.
5608
5609         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5610
5611         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5612
5613         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5614         (elmo-folder-writable-p) : Ditto.
5615
5616         * elmo-version.el (elmo-version): Up to 2.9.9.
5617
5618 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5619
5620         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5621         `elmo-message-use-cache-p' returns nil.
5622         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5623         (ignore cache file and refer the substance in local folders)
5624
5625 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * elmo-version.el (elmo-version): Up to 2.9.8.
5628
5629 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * elmo-version.el (elmo-version): Up to 2.9.7.
5632
5633         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5634
5635 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5636
5637         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5638
5639 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5640
5641         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5642         from --early.
5643         (elmo-map-folder-list-message-locations): Reverse location list.
5644
5645 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5646
5647         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5648
5649 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5652         as a key.
5653         (elmo-nntp-folder-list-subfolders): Follow the change above.
5654
5655 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5656
5657         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5658         name if authentication type is specified.
5659
5660 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5663         variable.
5664         (elmo-default-nntp-stream-type): Ditto.
5665         (elmo-default-pop3-stream-type): Ditto.
5666
5667 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5668
5669         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5670
5671 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5672
5673         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5674         elmo-vars.el.
5675         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5676
5677         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5678         (elmo-maildir-folder-path): Ditto.
5679         (elmo-maildir-list): Ditto (abolished).
5680
5681 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5682
5683         * elmo-version.el (elmo-version): Up to 2.9.6.
5684
5685 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5686
5687         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5688         (elmo-maildir-folder-path): Ditto.
5689         (elmo-msgdb-directory): Ditto.
5690         (elmo-passwd-life-time): Ditto.
5691         (elmo-msgdb-extra-fields): Ditto.
5692         (elmo-enable-disconnected-operation): Ditto.
5693
5694 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5695
5696         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5697         other choices.
5698         (elmo-pop3-default-authenticate-type): Ditto.
5699
5700 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5701
5702         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5703         choices for custom.
5704         (elmo-pop3-default-authenticate-type): Ditto.
5705
5706 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5707
5708         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5709         mailbox to new-folder.
5710
5711 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5714         less than new, set new as unread.
5715
5716         * elmo-util.el (elmo-string): Don't put text-property if nil.
5717
5718 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5719
5720         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5721         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5722
5723 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5724
5725         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5726         is nil on `completing-read'.
5727
5728 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5731         for namespace part.
5732         (elmo-imap4-parse-namespace-subr): Ditto.
5733         (elmo-folder-list-subfolders): Append a delimiter when the specified
5734         folder path is a root with namespace and does not end with delimiter.
5735
5736 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5737
5738         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5739         was used.
5740
5741 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * elmo-util.el (elmo-save-buffer): The first argument of message
5744         is a format control string.
5745
5746 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5747
5748         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5749         `elmo-folder-diff').
5750         (elmo-diff-unread): Likewise.
5751
5752 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5753
5754         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5755         is t on `completing-read'.
5756
5757 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5758
5759         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5760         method of target folder with self mark-alist if MARK-ALIST is nil.
5761
5762 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * elmo-version.el (elmo-version): Up to 2.9.5.
5765
5766 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5767
5768         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5769         (elmo-dop-merge-funcs): Remove.
5770
5771 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5772
5773         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5774         Return t if PATH is directory, too.
5775         Use `dolist' instead of while loop.
5776
5777 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5778
5779         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5780         is deleted.
5781
5782 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5783
5784         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5785         return value to t.
5786         (elmo-folder-list-messages-unplugged): Return t if
5787         elmo-enable-disconnected-operation is nil.
5788
5789         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5790         `elmo-folder-list-messages-internal'.
5791
5792 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5793
5794         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5795         Change to looking-at `[23][0-9]+'.
5796         (elmo-network-initialize-session): Use 'error-msg'
5797         * elmo-net.el (elmo-network-open-session): Set unplugged
5798         if elmo-network-initialize-session returns 'elmo-open-err.
5799
5800 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5801
5802         * elmo-version.el (elmo-version): Up to 2.9.4.
5803
5804 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5805
5806         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5807         `elmo-folder-list-messages-internal'.
5808
5809 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5810
5811         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5812         (elmo-message-match-condition): New method.
5813         (elmo-folder-search-fast): New inline function.
5814         (elmo-msgdb-search): Removed.
5815
5816         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5817         target folder if it is unplugged.
5818         (elmo-folder-list-messages-internal): Return t if target folder is
5819         unplugged and itself is persistent; In this case, use list be
5820         searched already.
5821
5822         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5823         (elmo-msgdb-search-internal-primitive): Ditto.
5824         (elmo-msgdb-match-condition): New function.
5825         (elmo-msgdb-match-condition-primitive): Ditto.
5826
5827         * elmo-util.el (elmo-filter-condition-p): New macro.
5828
5829         * elmo-cache.el (elmo-folder-search): Removed.
5830
5831         * elmo-localdir.el (elmo-folder-search): Ditto.
5832
5833         * elmo-maildir.el (elmo-folder-search): Ditto.
5834
5835         * elmo-mark.el (elmo-folder-search): Ditto.
5836
5837         * elmo-nmz.el (elmo-folder-search): Ditto.
5838
5839         * elmo-sendlog.el (elmo-folder-search): Ditto.
5840
5841         * elmo-shimbun.el (elmo-folder-search): Ditto.
5842
5843         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5844         if folder is unplugged.
5845
5846         * elmo-nntp.el (elmo-folder-search): Likewise.
5847         (elmo-nntp-search-internal): New function.
5848
5849         * elmo-version.el (elmo-version): Up to 2.9.3.
5850
5851 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5852
5853         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5854
5855 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5856
5857         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5858
5859 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5860
5861         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5862
5863 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5866         (elmo-map-folder-list-message-locations): Do drive letter conversion
5867         on Windows environment.
5868         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5869         (elmo-map-message-fetch): Ditto.
5870
5871 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5874         (elmo-network-initialize-session): Ditto.
5875
5876 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5877
5878         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5879
5880         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5881
5882         * elmo-util.el (elmo-progress-clear): Ditto.
5883
5884         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5885         `DD-Mon-YYYY' type date.
5886
5887 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5888
5889         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5890         `elmo-date-make-sortable-string' instead of
5891         `timezone-make-date-sortable'.
5892
5893         * elmo-date.el (elmo-date-make-sortable-string): Use
5894         `timezone-make-time-string'.
5895
5896 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5899
5900         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5901         `since'; Fix timezone.
5902
5903         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5904
5905         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5906
5907 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5908
5909         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5910
5911 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5912
5913         * elmo.el (elmo-generic-folder-append-messages): Make
5914         fetch-strategy with `use-cache' as 'maybe. Check return value of
5915         `elmo-message-fetch'.
5916         (elmo-message-fetch): Return return value of
5917         `elmo-message-fetch-with-cache-process'.
5918         (elmo-message-fetch-with-cache-process): Return non-nil if
5919         fetching was succeed. Load cache when fetching was failed and
5920         fetch-strategy-use-cache is 'maybe.
5921
5922         * elmo-util.el (elmo-file-cache-load): New function.
5923
5924         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5925         defun.
5926
5927         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5928         non-nil if fetching was succeed.
5929
5930         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5931
5932         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5933
5934         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5935         (elmo-message-fetch-with-cache-process): Likwise.
5936
5937         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5938
5939         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5940
5941         * elmo-version.el (elmo-version): Up to 2.9.2.
5942
5943 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5944
5945         * elmo.el (elmo-folder-delete): Delete msgdb path.
5946
5947         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5948
5949         * elmo-maildir.el (elmo-folder-delete): Ditto.
5950
5951         * elmo-localdir.el (elmo-folder-delete): Ditto.
5952
5953         * elmo-imap4.el (elmo-folder-delete): Ditto.
5954
5955 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * elmo.el (luna-define-class): Added `biff' slot.
5958
5959         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5960         (elmo-pop3-debug-inhibit-logging): Abolished.
5961         (elmo-network-close-session): Eliminated needless let.
5962         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5963         (elmo-pop3-send-command): Added `no-log' argument.
5964         (elmo-pop3-process-filter): Use `with-current-buffer'.
5965         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5966         if login failure.
5967         (elmo-pop3-auth-apop): Likewise.
5968         (elmo-network-authenticate-session): Likewise.
5969
5970         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5971         if biff folder.
5972
5973         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5974         string to determine protocol.
5975         (elmo-network-session-name-prefix): Abolished.
5976         (elmo-network-session-cache-key): Follow the change above.
5977         (elmo-network-open-session): Ditto.
5978
5979         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5980         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5981
5982         * elmo-version.el (elmo-version): Up to 2.9.1.
5983
5984         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5985         unmatch condition checking.
5986
5987         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5988         condition.
5989
5990 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5991
5992         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5993
5994 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5997         test for while loop to execute at least one SEARCH command.
5998
5999 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6000
6001         * elmo-version.el (elmo-version): Up to 2.9.0.
6002
6003 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
6006         (elmo-archive-folder-path): Define.
6007         (elmo-folder-initialize): Setup `dir-name' slot.
6008         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
6009         Use `dir-name' as prefix of each subfolders.
6010         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
6011
6012 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6013
6014         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
6015         (elmo-pipe-folder-list-target-messages): New internal function.
6016         (elmo-pipe-drain): Use new argument `ignore-list' instead of
6017         `killed-list'.
6018         (elmo-pipe-folder-copied-list-load): New function.
6019         (elmo-pipe-folder-copied-list-save): Ditto.
6020         (elmo-folder-open-internal): Follow the change above.
6021         (elmo-folder-status): Fixed for copy.
6022
6023 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6024
6025         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
6026
6027 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
6030         elmo-copy-file instead of elmo-add-name-to-file.
6031
6032         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
6033
6034         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
6035         "file://..." index.
6036
6037         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
6038         of accept-process-output as 1.
6039         (elmo-pop3-read-contents): Ditto.
6040         (elmo-pop3-read-body): Ditto.
6041
6042 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6043
6044         * elmo-version.el (product-version-as-string): Remove define.
6045
6046 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
6049         (elmo-imap4-copy-messages): Chop number set using
6050         `elmo-imap4-number-set-chop-length'.
6051         (elmo-imap4-set-flag): Ditto.
6052         (elmo-imap4-search-internal-primitive): Ditto.
6053
6054 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6055
6056         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
6057         `elmo-folder-make-temp-dir'
6058
6059         * elmo-vars.el (elmo-cache-directory): New variable.
6060         (elmo-cache-dir): Abolished.
6061         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
6062
6063         * elmo-version.el (elmo-version): Up to 2.7.7.
6064
6065 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
6068         defcustom; Set default value as t.
6069
6070 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
6071
6072         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
6073         (ldap-search-program-arguments): Changed default value.
6074         (ldap-search-basic): Accept exit status 4.
6075         (ldap/field-body): Parse options.
6076         (ldap/collect-field): Ditto.
6077         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
6078
6079         * elmo-imap4.el (elmo-imap4-process-bye): New function.
6080         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
6081         (elmo-imap4-accept-ok): Ditto.
6082         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
6083         'notify-bye, only BYE error is reported.
6084         (elmo-folder-exists-p-plugged): Set no-error argument of
6085         `elmo-imap4-session-select-mailbox' as 'notify-bye.
6086
6087         * elmo.el (elmo-imap4-bye-error): Changed message.
6088
6089         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
6090         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
6091         queues (It causes infinite loop).
6092
6093 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6094
6095         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
6096         (RECENT UNSEEN MESSAGES) extension.
6097
6098 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
6099
6100         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
6101         Check number of overview fields.
6102
6103 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6104
6105         * elmo.el (elmo-folder-confirm-appends): Changed message.
6106         (elmo-folder-confirm-appends): Ditto.
6107
6108         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
6109         `with-temp-buffer'.
6110         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
6111
6112 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6113
6114         * elmo.el (elmo-folder-confirm-appends): Check whether the value
6115         of elmo-folder-update-threshold is nil, which can be set by
6116         wl-summary-update-confirm-threshold.
6117
6118 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
6121         (elmo-nmz-index-alias-alist): Ditto.
6122         (elmo-map-folder-list-message-locations): Follow the change above.
6123
6124 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6125
6126         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
6127
6128         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
6129
6130         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
6131
6132         * elmo-util.el (elmo-read): Ditto.
6133         (elmo-display-error): Ditto.
6134
6135         * elmo-vars.el (elmo-date-match): Ditto.
6136
6137         * pldap.el (ldap-coding-system): Ditto.
6138
6139         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
6140         `elmo-inhibit-number-mapping' as nil.
6141
6142 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6143
6144         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
6145         space delimiter for list response.
6146
6147 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6148
6149         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
6150
6151 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6154         (elmo-map-message-fetch): Fix.
6155         * elmo-map.el (elmo-folder-status): Fix for killed.
6156
6157 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6158
6159         * elmo-sendlog.el: New file.
6160         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6161
6162 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6163
6164         * acap.el (acap-logging-out): New buffer local variable.
6165         (acap-close): Set it.
6166         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6167         an error.
6168
6169 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * acap.el (acap-response-bye-p): New function.
6172         (acap-response-bye-message): Ditto.
6173         (acap-wait-for-response): If bye response is received, cause an error.
6174         (acap-parse-response): Make bye response when 'Bye' is received.
6175
6176 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6177
6178         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6179
6180 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6181
6182         * elmo-util.el (elmo-copy-file): Added argument
6183         `ok-if-already-exists'.
6184         (elmo-copy-file): Fixed typo.
6185
6186 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6187
6188         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6189
6190 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6191
6192         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6193
6194 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6195
6196         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6197         to killed-list.
6198
6199 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6200
6201         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6202         (elmo-folder-initialize): Fix for `copy'.
6203         (elmo-pipe-drain): Ditto.
6204         (elmo-folder-open-internal): Ditto.
6205         (elmo-folder-newsgroups): Fix.
6206
6207 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6210         for each message.
6211
6212         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6213         recent value is returned from imap folder.
6214
6215         * elmo.el (elmo-folder-newsgroups): New generic function.
6216
6217         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6218         (elmo-folder-initialize): Set it.
6219         (elmo-folder-expand-msgdb-path): Use it.
6220         (elmo-folder-newsgroups): Define.
6221
6222         * elmo-filter.el (elmo-folder-newsgroups): Define.
6223
6224         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6225
6226         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6227
6228         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6229
6230 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6231
6232         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6233         user option.
6234         (elmo-shimbun-header-extra-field): New inline function.
6235         (elmo-shimbun-header-set-extra-field): Ditto.
6236         (elmo-shimbun-folder-header-hash-setup): Ditto.
6237         (elmo-shimbun-update-overview): Ditto.
6238         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6239         (elmo-shimbun-folder-setup): Use
6240         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6241         (elmo-shimbun-get-headers): Ditto.
6242         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6243         Insert `X-Shimbun-Id:' header if extra field is set.
6244         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6245         field's value instead of `shimbun-header-id'.
6246
6247         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6248         inline function.
6249         (elmo-msgdb-overview-entity-set-date): Ditto.
6250         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6251
6252 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * mmimap.el (mmimap-entity-section): Changed body node number from
6255         "0" to "1".
6256
6257 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6258
6259         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6260         `elmo-folder-delete-messages'.
6261
6262         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6263         (elmo-folder-initialize): Changed to expand alias into index path.
6264
6265         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6266         `elmo-mime-insert-header-from-buffer' with 6th arg
6267         `sorted-fields'.
6268
6269 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6272
6273         * elmo.el (elmo-diff-new): New inline function.
6274         (elmo-diff-unread): Ditto.
6275         (elmo-diff-all): Ditto.
6276
6277         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6278         value from responseb.
6279         (elmo-imap4-folder-diff-plugged): Ditto.
6280         (elmo-imap4-server-diff-async): Added recent argument.
6281         (elmo-server-diff-async): Ditto.
6282         (elmo-imap4-folder-diff-plugged): Ditto.
6283
6284         * elmo-version.el (elmo-version): Up to 2.7.6.
6285
6286 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6287
6288         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6289         in quoted-stirng.
6290
6291 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6294
6295         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6296
6297         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6298
6299         * elmo-multi.el (elmo-folder-initialize): Ditto.
6300
6301         * elmo-util.el (elmo-parse-token): New function.
6302         (elmo-parse-prefixed-element): Ditto.
6303
6304 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6307         delete process.
6308         (elmo-imap4-accept-ok): Ditto.
6309
6310 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6311
6312         * mmimap.el (mime-imap-entity-header-string): Don't check first
6313         element of node-id is `0' (Follow last change).
6314
6315 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6316
6317         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6318         assigned irregular node-id to nested multipart section.
6319         (initialize-instance): Followed above change.
6320
6321 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6322
6323         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6324         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6325         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6326         `elmo-shimbun-get-headers');
6327         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6328         visible article on summary exists in headers).
6329         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6330
6331 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6332
6333         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6334         definition.
6335
6336 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6339
6340 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6341
6342         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6343         header separator into loop condition.
6344
6345 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6346
6347         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6348         Return duplicate folder if it has subfolder.
6349
6350 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * elmo.el (elmo-make-folder): Add folder name error check.
6353
6354         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6355         (elmo-nntp-encode-group-string): New inline function.
6356         (elmo-nntp-decode-group-string): Ditto.
6357         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6358         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6359         Use `not' instead of `null';
6360         Use elmo-nntp-decode-group-string.
6361
6362         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6363
6364         * elmo-version.el (elmo-version): Up to 2.7.5.
6365
6366 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6367
6368         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6369         Hide progress gauge if `elmo-folder-move-messages' exits
6370         nonlocally.
6371
6372 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * elmo-imap4.el (elmo-folder-initialize): Use
6375         `elmo-imap4-encode-folder-string' for folder name.
6376
6377 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6378
6379         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6380         `done'.
6381
6382 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6383
6384         * elmo-util.el (elmo-progress-counter-alist): New internal
6385         variable.
6386         (elmo-progress-counter-value): New macro.
6387         (elmo-progress-counter-all-value): Ditto.
6388         (elmo-progress-counter-format): Ditto.
6389         (elmo-progress-counter-set-value): Ditto.
6390         (elmo-progress-set): New function.
6391         (elmo-progress-clear): Ditto.
6392         (elmo-progress-notify): Ditto.
6393
6394         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6395         counter.
6396
6397         * elmo.el (elmo-generic-folder-append-messages): Call
6398         `elmo-progress-notify'.
6399         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6400
6401         * elmo-archive.el (elmo-folder-append-messages): Call
6402         `elmo-progress-notify'.
6403
6404         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6405
6406         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6407
6408         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6409
6410 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6413         'Create'.
6414         (elmo-message-encache-dop): Added argument `read'.
6415
6416         * elmo-shimbun.el (elmo-message-encache): Ditto.
6417
6418         * elmo-net.el (elmo-message-encache): Ditto.
6419
6420         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6421         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6422         elmo-imap4-seen-messages.
6423         (elmo-folder-msgdb-create-plugged): Initialize
6424         elmo-imap4-seen-messages;
6425         Set seen mark on elmo-imap4-seen-messages.
6426
6427         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6428
6429         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6430         elmo-folder-append-buffer.
6431         (elmo-folder-encache): Added optional argument `read'.
6432         (elmo-message-encache): Ditto.
6433
6434         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6435
6436         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6437
6438         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6439         if append buffer content succeds.
6440
6441 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6444         elmo-display-progress.
6445
6446         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6447         Set 4th argument of mime-display-message.
6448         (elmo-mime-display-as-is): Ditto.
6449
6450 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6451
6452         * elmo-nmz.el (toplevel): Require 'mime-edit.
6453         (elmo-nmz-content-type-alist): Abolished.
6454         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6455         content is not a message.
6456         (elmo-map-message-fetch): Changed behavior exept for message content;
6457         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6458         content-type, Add From: and Subject: field.
6459
6460 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6461
6462         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6463         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6464         not a message.
6465
6466 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6467
6468         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6469         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6470
6471         * elmo-archive.el (elmo-folder-writable-p): Defined.
6472
6473         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6474
6475         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6476
6477         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6478
6479         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6480
6481         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6482
6483         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6484
6485         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6486
6487         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6488
6489 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * elmo-util.el (elmo-address-quote-specials): New function;
6492         Renamed from `wl-address-quote-specials'.
6493
6494 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6495
6496         * elmo-version.el (elmo-version): Up to 2.7.4.
6497
6498 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6501
6502 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6505         both compile-time and run-time to avoid byte-compile warning.
6506
6507 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6510
6511 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6514         option.
6515         (elmo-mime-display-as-is-internal): Use it.
6516
6517         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6518         if `read-passwd' is not defined.
6519
6520 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6523         by original number.
6524         (elmo-folder-status): Call `elmo-folder-open-internal';
6525         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6526         (elmo-folder-close-internal): Set location-alist as nil.
6527         (elmo-folder-clear): Define.
6528         (elmo-folder-check): Don't set location-alist as nil.
6529
6530         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6531
6532 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6535         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6536
6537         * mmimap.el (mime-imap-entity::requested): New slot.
6538         (mime-imap-location-fetch-entity-p): New generic function.
6539         (mime-decode-parameters): Define using `defun-maybe'.
6540         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6541         content-type structure.
6542         (mime-entity-body): Return empty body if
6543         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6544
6545         * elmo.el (elmo-message-displaying): New variable.
6546
6547         * elmo-mime.el (elmo-mime-message-display): Bind
6548         elmo-message-displaying as t.
6549
6550         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6551
6552 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6553
6554         * acap.el (acap-open): erase buffer before starting network process.
6555         (acap-store): Rewrite.
6556
6557 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * elmo-imap4.el (elmo-imap4-default-mailbox,
6560         elmo-imap4-default-server
6561         elmo-imap4-default-authenticate-type,
6562         elmo-imap4-default-user,
6563         elmo-imap4-default-port,
6564         elmo-imap4-default-stream-type,
6565         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6566
6567         * elmo-pop3.el (elmo-pop3-default-user,
6568         elmo-pop3-default-server,
6569         elmo-pop3-default-authenticate-type,
6570         elmo-pop3-default-port,
6571         elmo-pop3-default-stream-type,
6572         elmo-pop3-stream-type-alist): Ditto.
6573
6574         * elmo-nntp.el (elmo-nntp-default-server,
6575         elmo-nntp-default-user,
6576         elmo-nntp-default-port,
6577         elmo-nntp-default-stream-type,
6578         elmo-nntp-stream-type-alist): Ditto.
6579
6580         * elmo-vars.el: Follow changes above.
6581         (elmo-setting): New custom group; added 'elmo-setting group to
6582         above variables.
6583
6584         * elmo-version.el (elmo-version): Up to 2.7.3.
6585
6586         * acap.el (acap-parse-response): Don't delete process when BYE
6587         response (It causes hang-up on slow network environment).
6588         (toplevel): Added comment.
6589
6590 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6593
6594         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6595         parsing NIL.
6596         (acap-parse-return-metadata): Ditto.
6597
6598         * slp.el: New file.
6599         (toplevel): Fixed typo.
6600
6601         * acap.el: New file.
6602         (acap-network-stream-open): Show "Connecting..." message.
6603         (acap-parse-response): Fixed problem for BYE untagged response.
6604         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6605         (toplevel): Added tiny comments.
6606
6607 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6608
6609         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6610         space delimiter for uidl response.
6611
6612 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * elmo-vars.el (elmo-use-semi): Eliminated.
6615
6616         * elmo-util.el (elmo-string-assoc-all): New function.
6617
6618 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6619
6620         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6621         property 'mime-preview-situation for `mime-preview-quit'.
6622
6623 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6624
6625         * elmo.el (elmo-message-fetch-with-cache-process): Call
6626         elmo-message-fetch-internal instead of causing an error when fetch
6627         strategy is 'entire but only 'section cache is available.
6628
6629 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * elmo-version.el (elmo-version): Up to 2.7.2.
6632
6633         * elmo.el (elmo-generic-folder-append-messages): Make
6634         fetch-strategy with `use-cache'.
6635
6636         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6637         (elmo-dop-queue-method-name): New macro.
6638
6639 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6640
6641         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6642         unbalanced parenthesis.
6643
6644 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6645
6646         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6647
6648 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6651         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6652
6653 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6656         local variables.
6657
6658 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6659
6660         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6661         (elmo-message-use-cache-p): Define.
6662         (elmo-folder-msgdb-create): Treat cache.
6663
6664 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6665
6666         * elmo-nntp.el (elmo-network-initialize-session): Call
6667         `elmo-nntp-send-mode-reader'.
6668         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6669
6670 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6673         alist.
6674         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6675         assoc.
6676
6677         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6678         for `elmo-plugged-p'.
6679         (elmo-open-network-stream): Fixed stream-type argument.
6680
6681 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6684         unknown archive type is specified.
6685
6686 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6689
6690         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6691         while loading msgdb.
6692
6693         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6694         (elmo-folder-open-internal): Rewrite.
6695
6696 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * elmo-mime.el (elmo-mime-display-as-is-internal):
6699         Adjust buffer-multibyte status.
6700
6701 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6704         of elmo-condition-find-key.
6705
6706         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6707         (elmo-condition-in-msgdb-p): Ditto.
6708         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6709         argument.
6710
6711 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6714
6715 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6718         label for elmo-display-progress.
6719
6720 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * elmo.el (elmo-folder-clear): New method.
6723         (elmo-folder-clear): Define.
6724         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6725
6726         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6727         (elmo-folder-clear): Define.
6728
6729         * elmo-map.el (elmo-folder-clear): Define.
6730
6731         * elmo-version.el (elmo-version): Up to 2.7.1.
6732
6733 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6736         updates.
6737
6738 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6739
6740         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6741         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6742
6743 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6746
6747         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6748         and re-written.
6749
6750         * elmo-imap4.el (elmo-folder-initialize): Use
6751         elmo-get-network-stream-type.
6752
6753         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6754
6755         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6756
6757 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * elmo.el (elmo-message-encache): Set unread argument for
6760         elmo-message-fetch.
6761
6762         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6763
6764         * elmo.el (elmo-net-port-info): New method.
6765
6766         * elmo-shimbun.el (elmo-net-port-info): Define.
6767         (elmo-message-encache): Ditto.
6768
6769         * elmo-net.el (elmo-net-port-info): Define as method.
6770
6771         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6772         unplugged status when elmo-enable-disconnected-operation is t.
6773
6774         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6775         of spool folder before checking new number.
6776
6777 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6778
6779         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6780         (elmo-network-setup-session): Ditto.
6781         (elmo-message-fetch-plugged): Ditto.
6782         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6783         (elmo-network-initialize-session): Ditto.
6784         (elmo-pop3-read-response): Abolish 3rd argument.
6785         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6786         (elmo-pop3-read-contents): Ditto.
6787         (elmo-pop3-read-body): Ditto.
6788         (elmo-folder-status): Call elmo-folder-close.
6789         (elmo-pop3-lock): Abolish.
6790         (elmo-pop3-unlock): Ditto.
6791         (elmo-pop3-locked-p): Ditto.
6792         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6793
6794 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * elmo-version.el (elmo-version): Up to 2.7.0.
6797
6798         * elmo-pop3.el (elmo-pop3-debug): New variable.
6799         (elmo-pop3-debug-inhibit-logging): Ditto.
6800         (elmo-pop3-debug): New function.
6801         (elmo-pop3-send-command): Call elmo-pop3-debug.
6802         (elmo-pop3-read-response): Added keep-lock optional argument;
6803         Don't unlock if keep-lock is non-nil.
6804         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6805         (elmo-network-authenticate-session): Bind
6806         elmo-pop3-debug-inhibit-logging as t.
6807         (elmo-network-setup-session): Call elmo-pop3-read-response with
6808         keep-lock argument.
6809         (elmo-pop3-read-msg): Ditto.
6810         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6811         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6812         (elmo-network-initialize-session): Call elmo-pop3-lock.
6813         (elmo-folder-close-internal): Don't clear location-alist slot.
6814         (elmo-folder-check): Clear location-alist slot.
6815
6816 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6819         (elmo-pop3-send-command): Call elmo-pop3-lock.
6820         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6821         (elmo-pop3-read-contents): Ditto.
6822         (elmo-pop3-lock): New function.
6823         (elmo-pop3-unlock): Ditto.
6824         (elmo-pop3-locked-p): Ditto.
6825         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6826         returns t.
6827
6828 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6831
6832         * elmo-util.el (elmo-file-field-primitive-condition-match):
6833         New inline function (Don't fetch file content if "first" or "last").
6834         (elmo-file-field-condition-match): Use
6835         elmo-file-field-primitive-condition-match.
6836
6837         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6838         "first".
6839
6840         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6841         (elmo-message-fetch-plugged): Fixed.
6842
6843         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6844
6845 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * elmo.el (elmo-folder-move-messages): Bind
6848         elmo-inhibit-display-retrieval-progress as t while moving messages.
6849
6850         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6851         New variable.
6852         (elmo-inhibit-display-retrieval-progress): Ditto.
6853
6854         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6855         for retrieval progress;
6856         Don't display progress when total buffer size is smaller than
6857         elmo-display-retrieval-progress-threshold.
6858         (elmo-message-fetch-plugged): Don't display progress when
6859         elmo-inhibit-display-retrieval-progress is non-nil.
6860
6861         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6862         for retrieval progress;
6863         Don't display progress when literal size is smaller than
6864         elmo-display-retrieval-progress-threshold.
6865         (elmo-imap4-message-fetch): Don't display progress when
6866         elmo-inhibit-display-retrieval-progress is non-nil.
6867
6868 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6871         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6872         (elmo-imap4-message-fetch): Likewise.
6873
6874         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6875         (elmo-shimbun-index-range-alist): Ditto.
6876         (elmo-shimbun-use-entire-index): Abolish.
6877         (shimbun-mua-use-entire-index): Ditto.
6878         (elmo-shimbun-folder): Added new slot `range'.
6879         (elmo-folder-initialize): Setup slot `range'.
6880
6881 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6882
6883         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6884         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6885         (elmo-shimbun-get-headers): Use return value of
6886         `shimbun-article-expiration-days'.
6887         (elmo-folder-close-internal): Clean up last-check slot.
6888
6889         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6890         (elmo-pop3-total-size): New variable.
6891         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6892
6893         * elmo.el (elmo-folder-reserve-status-p): New method.
6894
6895         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6896         (elmo-shimbun-use-entire-index): New user option.
6897         (shimbun-elmo-mua): New class.
6898         (shimbun-mua-search-id): Define.
6899         (shimbun-mua-use-entire-index): Ditto.
6900         (elmo-shimbun-folder:last-check): New slot.
6901         (elmo-shimbun-headers-cache-header-list): Abolish.
6902         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6903         (elmo-shimbun-headers-cache-header-hash): Ditto.
6904         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6905         (elmo-shimbun-headers-cache-last-check): Ditto.
6906         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6907         (elmo-shimbun-headers-check-p): Rewrite.
6908         (elmo-shimbun-msgdb-to-headers): New function.
6909         (elmo-shimbun-get-headers): Rewrite.
6910         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6911         (elmo-folder-open-internal): Get headers only if
6912         `elmo-shimbun-headers-check-p' is non-nil.
6913         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6914         is non-nil.
6915         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6916         (elmo-quit): Removed.
6917
6918         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6919         function.
6920         (elmo-msgdb-overview-entity-set-extra): Ditto.
6921         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6922
6923         * elmo-map.el (elmo-folder-status): Don't call
6924         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6925         is non-nil.
6926
6927 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6928
6929         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6930         of `elmo-msgdb-search-internal-primitive' when condition's car is
6931         `and' or `or'.
6932
6933 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6934
6935         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6936
6937 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6938
6939         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6940         call `elmo-pipe-drain'.
6941
6942 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6943
6944         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6945         typo. (elmo-cache-folder -> elmo-mark-folder)
6946
6947 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6948
6949         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6950         `elmo-message-fetch'.
6951
6952 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6953
6954         * elmo-net.el (elmo-message-encache): Fixed typo.
6955         (elmo-message-fetch-unplugged): Changed call
6956         `elmo-message-fetch-internal' without argument `outbuf'.
6957
6958 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * elmo.el (elmo-message-encache): Define as generic function.
6961         (elmo-message-fetch-field): New generic function.
6962         (elmo-message-fetch-with-cache-process): Cause an error when
6963         fetch strategy is 'entire but only 'section cache is available.
6964         (toplevel): Fixed nmz folder definition.
6965
6966         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6967         (elmo-msgdb-resume-list-filename): Ditto.
6968         (elmo-queue-filename): Ditto.
6969         (elmo-enable-disconnected-operation): Changed default value to t.
6970
6971         * elmo-util.el (elmo-cache-path-section-p): New function.
6972         (elmo-file-cache-get): Use it.
6973         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6974         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6975         (elmo-dop-queue-save): Ditto.
6976
6977         * elmo-net.el (elmo-folder-status-unplugged): Call
6978         elmo-folder-status-dop.
6979         (elmo-folder-list-messages-unplugged): Implemented.
6980         (elmo-folder-delete-messages-unplugged): Define.
6981         (elmo-folder-msgdb-create): Define.
6982         (elmo-folder-msgdb-create-unplugged): Define.
6983         (elmo-folder-mark-as-read-unplugged): Ditto.
6984         (elmo-folder-unmark-read-unplugged): Ditto.
6985         (elmo-folder-mark-as-important-unplugged): Ditto.
6986         (elmo-folder-unmark-important-unplugged): Ditto.
6987         (elmo-message-encache): Ditto.
6988
6989         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6990         (elmo-dop-queue-save): Ditto.
6991
6992         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6993         `elmo-folder-msgdb-create'.
6994         (elmo-folder-append-buffer): Implemented unplugged operation.
6995         (elmo-folder-append-messages): Call parent method in unplugged status.
6996         (elmo-message-fetch-unplugged): Removed definition.
6997         (elmo-message-fetch-field): Implemented.
6998
6999         * elmo-dop.el (toplevel): Require 'elmo-localdir.
7000         (elmo-dop-folder): Removed variable definition.
7001         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
7002         (elmo-dop-queue-flush): Implemented.
7003         (elmo-dop-queue-merge): Removed definition (TODO).
7004         (elmo-dop-spool-folder): New function.
7005         (elmo-dop-spool-folder-append-buffer): Ditto.
7006         (elmo-dop-spool-folder-list-messages): Ditto.
7007         (elmo-dop-list-deleting-messages): Ditto.
7008         (elmo-folder-append-buffer-dop): Ditto.
7009         (elmo-folder-delete-messages-dop): Ditto.
7010         (elmo-message-encache-dop): New inline function.
7011         (elmo-create-folder-dop): Ditto.
7012         (elmo-folder-mark-as-read-dop): Ditto.
7013         (elmo-folder-unmark-read-dop): Ditto.
7014         (elmo-folder-mark-as-important-dop): Ditto.
7015         (elmo-folder-unmark-important-dop): Ditto.
7016         (elmo-folder-status-dop): Fixed.
7017         (elmo-folder-append-buffer-dop-delayed): New function.
7018         (elmo-folder-delete-messages-dop-delayed): Ditto.
7019         (elmo-dop-msgdb): Ditto.
7020
7021 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7022
7023         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
7024
7025 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7026
7027         * elmo.el (elmo-folder-move-messages): Fixed problem when
7028         `dst-folder' is 'null.
7029
7030 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7031
7032         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
7033         instead of current mark.
7034
7035         * elmo-multi.el (elmo-folder-list-importants-internal): No
7036         operation if importants is not list.
7037
7038         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
7039         Return t if importants is not list.
7040
7041         * elmo-map.el (elmo-map-folder-list-importants): Define.
7042         (elmo-folder-list-importants-internal): Check return value of
7043         `elmo-map-folder-list-importants-internal'.
7044
7045         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
7046
7047         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
7048
7049         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
7050
7051         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
7052
7053 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7054
7055         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
7056         (Patch is provided by <kita@coe.nttdata.co.jp>).
7057
7058 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7059
7060         * elmo.el (elmo-folder-synchronize): Don't check important mark in
7061         mark folder.
7062
7063 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7064
7065         * elmo.el (elmo-message-fetch): Define.
7066         (elmo-message-fetch-with-cache-process): New generic method.
7067         (elmo-message-fetch-internal): New generic method.
7068         (elmo-folder-synchronize):
7069
7070         * elmo-archive.el (elmo-message-fetch-internal): Define.
7071         (elmo-message-fetch): Eliminated.
7072
7073         * elmo-localdir.el (elmo-message-fetch-internal): Define.
7074         (elmo-message-fetch): Eliminated.
7075
7076         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
7077         argument OUTBUF.
7078         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
7079
7080         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
7081         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
7082
7083         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
7084         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
7085
7086         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
7087
7088         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
7089
7090         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
7091
7092         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
7093         (elmo-message-fetch-unplugged): New generic method.
7094         (elmo-message-fetch-internal): Remove cache process (Renamed from
7095         `elmo-message-fetch').
7096
7097         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
7098         (elmo-message-fetch): Eliminated.
7099         (elmo-message-fetch-unplugged): Ditto.
7100
7101         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
7102
7103 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7104
7105         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
7106         of `to-be-deleted' from number-alist to number-list.
7107
7108 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7109
7110         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
7111         (elmo-folder-mark-as-important): Ditto.
7112
7113 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * elmo.el (elmo-folder): Added process-duplicates slot.
7116
7117         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
7118         (elmo-folder-unmark-read): Ditto.
7119         (elmo-folder-unmark-important): Ditto.
7120         (elmo-folder-mark-as-important): Ditto.
7121
7122         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
7123         duplicated message processing.
7124
7125         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
7126
7127 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7128
7129         * elmo-util.el (elmo-list-subdirectories-1): New function.
7130         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
7131         (elmo-mapcar-list-of-list): New function.
7132
7133         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
7134         `elmo-mapcar-list-of-list' instead of `mapcar'.
7135
7136         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
7137
7138         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
7139         `elmo-have-link-count'. Return the fully qualified folder name.
7140
7141 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
7144         (elmo-shimbun-headers-cache): New internal variable.
7145         (elmo-shimbun-headers-cache-header-list): New inline function.
7146         (elmo-shimbun-headers-cache-set-header-list): Ditto.
7147         (elmo-shimbun-headers-cache-header-hash): Ditto.
7148         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
7149         (elmo-shimbun-headers-cache-last-check): Ditto.
7150         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7151         (elmo-shimbun-lapse-seconds): Ditto.
7152         (elmo-shimbun-headers-cache-check-p): Ditto.
7153         (elmo-shimbun-get-headers): New function.
7154         (elmo-folder-open-internal): Call it.
7155         (elmo-quit): Define (Clear headers-cache).
7156
7157 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7160
7161         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7162         (elmo-msgdb-flist-save): Ditto.
7163
7164         * elmo-shimbun.el (elmo-folder-list-subfolders):
7165         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7166         (elmo-folder-exists-p): Ditto.
7167
7168         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7169         argument for `shimbun-header-insert'.
7170
7171 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7174         at first time.
7175
7176         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7177         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7178
7179 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7182         (elmo-folder-plugged-p): Define.
7183         (elmo-folder-set-plugged): Ditto.
7184         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7185         (elmo-folder-list-messages-internal): Return t if unplugged.
7186         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7187
7188         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7189         when elmo-folder-list-messages-internal method of children returns t.
7190
7191         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7192         pair is nil.
7193         (elmo-folder-open-internal): Don't update if unplugged status.
7194
7195 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7198         new message.
7199
7200 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7203
7204         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7205         saving.
7206
7207 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7210
7211         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7212         (elmo-folder-open-internal): Set up headers slot.
7213         (elmo-folder-check): Call elmo-folder-close-internal and
7214         elmo-folder-open-internal.
7215         (elmo-folder-close-internal): Clean up headers slot.
7216
7217 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7218
7219         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7220         exactly folder list.
7221         (elmo-folder-append-messages): Fixed append archive with prefix.
7222
7223         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7224         make temp files with start-number.
7225
7226         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7227
7228 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7229
7230         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7231         argument `visible-only'.
7232         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7233         instead of `if'.
7234
7235         * elmo-pop3.el (elmo-folder-open-internal): Check
7236         `elmo-inhibit-number-mapping' is non-nil.
7237
7238         * elmo-pipe.el (elmo-folder-status): Fixed.
7239
7240 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7243
7244         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7245         (elmo-folder-open-internal): Setup `header-hash' slot.
7246         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7247         information.
7248         (elmo-map-message-fetch): Ditto.
7249
7250 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7253         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7254         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7255         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7256
7257         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7258
7259 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * sb-airs.el: Added footer.
7262
7263         * shimbun.el (shimbun-article): Define as luna-method.
7264
7265         * sb-tcup.el: New file.
7266
7267         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7268         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7269
7270 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7273         (shimbun-get-headers): Ditto.
7274
7275         * elmo.el: Moved obsolete variable definitions from
7276         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7277
7278         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7279         groups.
7280
7281         * shimbun.el: New file.
7282
7283         * elmo-shimbun.el: New file.
7284
7285         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7286         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7287         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7288         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7289
7290 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7291
7292         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7293         hierarchy is t.
7294
7295 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * elmo.el (elmo-folder-msgdb): Define as macro.
7298         (elmo-folder-open): Added argument `load-msgdb'.
7299         (elmo-generic-folder-open): Ditto.
7300         (elmo-folder-encache): New function.
7301
7302         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7303
7304         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7305
7306         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7307         Eliminated argument FOLDER and added argument MSGDB.
7308         (elmo-dop-queue-load): Moved from elmo-dop.el.
7309         (elmo-dop-queue-save): Ditto.
7310
7311         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7312
7313         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7314
7315         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7316         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7317         (elmo-filter-folder-list-importants-internal): Ditto.
7318
7319         * elmo-map.el (elmo-folder-pack-number): Ditto.
7320
7321         * elmo-mime.el (elmo-mime-message-display): Ditto.
7322
7323         * elmo.el (elmo-generic-folder-commit): Ditto.
7324         (elmo-folder-list-unreads): Ditto.
7325         (elmo-folder-list-importants): Ditto.
7326         (elmo-generic-folder-commit): Ditto.
7327         (elmo-message-set-mark): Ditto.
7328         (elmo-generic-folder-append-msgdb): Ditto.
7329         (elmo-folder-synchronize): Ditto.
7330         (elmo-folder-messages): Ditto.
7331         (elmo-init): Call elmo-dop-queue-load.
7332         (elmo-folder-list-messages): Ditto.
7333
7334         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7335         (elmo-nntp-folder-process-crosspost): Ditto.
7336         (elmo-folder-list-unreads-internal): Ditto.
7337
7338         * elmo-dop.el: Removed old functions.
7339
7340 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7341
7342         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7343         `folder' to `msgdb'.
7344
7345 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7348         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7349
7350         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7351         case-fold-search.
7352
7353 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7356         defined.
7357
7358         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7359         (mmimap-parse-parameters-from-list): Define as alias for
7360         `mime-decode-parameter-plist' if it is defined as function.
7361         (mmimap-make-mime-entity): Added argument `number'.
7362         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7363         as 0.
7364         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7365
7366         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7367
7368         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7369
7370         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7371
7372 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7375
7376         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7377         when elmo-imap4-default-authenticate-type is nil.
7378         (elmo-folder-list-subfolders): Ditto
7379         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7380         (elmo-imap4-fetch-callback-1-subr): Renamed from
7381         `elmo-imap4-fetch-callback-1' and define as inline function.
7382         (elmo-imap4-fetch-callback-1):
7383         Renamed from `elmo-imap4-fetch-callback'.
7384         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7385
7386         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7387         msgdb path (To keep compatibility with main trunk).
7388
7389         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7390
7391         * elmo-util.el (elmo-make-file-cache): Moved position of
7392         some macros.
7393
7394         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7395         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7396         instead of `elmo-pop3-inhibit-uidl'.
7397         (elmo-folder-exists-p): Ditto.
7398         (elmo-pop3-folder-list-messages): Ditto.
7399
7400         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7401         instead of `elmo-pop3-inhibit-uidl'.
7402         (elmo-folder-status): Ditto.
7403
7404         * elmo-dop.el (elmo-dop-folder): New variable.
7405         (elmo-dop-lock-message): Eliminated.
7406         (elmo-dop-unlock-message): Ditto.
7407         (elmo-dop-lock-list-load): Ditto.
7408         (elmo-dop-lock-list-save): Ditto.
7409         (elmo-dop-delete-folder): Ditto.
7410         (elmo-dop-rename-folder): Ditto.
7411
7412         * elmo.el: Removed incomplete commentary.
7413
7414 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * elmo.el (toplevel): Require 'elmo-version first;
7417         for little `recursive-load-depth' settings.
7418         Fix "ends here" comment.
7419
7420 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * elmo-util.el (toplevel): Require 'poem;
7423         Some functions are moved from elmo-cache.el.
7424
7425         * elmo-net.el (toplevel): Require 'elmo-cache.
7426
7427         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7428
7429         * elmo.el (toplevel): Ditto.
7430
7431         * elmo-cache.el: Rewrite with luna;
7432         Some functions are moved to elmo-util.el.
7433
7434         * elmo-internal.el (elmo-internal-folder-list): New variable.
7435         (elmo-internal-folder-initialize): Rewrite.
7436         (elmo-folder-list-subfolders): Ditto.
7437
7438         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7439         (elmo-cache-collect-sub-directories): Ditto.
7440
7441 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * elmo-version.el (elmo-version): Up to 2.5.8.
7444
7445         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7446
7447         * elmo-util.el (elmo-list-insert): New function.
7448
7449 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * elmo.el (elmo-init): New function.
7452         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7453
7454         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7455         (Renamed from `elmo-localdir-header-chop-length').
7456
7457         * elmo-pop3.el (elmo-pop3-use-cache,
7458         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7459
7460         * elmo-nntp.el (elmo-message-fetch): Define.
7461         (elmo-message-fetch-unplugged): Ditto.
7462         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7463         (elmo-nntp-use-cache): Ditto.
7464         (elmo-nntp-max-number-precedes-list-active): Ditto.
7465
7466         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7467
7468         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7469         `elmo-msgdb-insert-file-header'.
7470         Use `elmo-msgdb-file-header-chop-length'.
7471
7472         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7473         `elmo-vars.el'.
7474
7475         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7476         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7477         `elmo-msgdb-insert-file-header'.
7478
7479         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7480         Use new variable;
7481         Define obsolete variables with `elmo-define-obsolete-variable',
7482
7483         * elmo-util.el (elmo-warning-buffer-name): New constant.
7484         (elmo-warning): New function.
7485         (elmo-obsolete-variable-alist): New variable.
7486         (elmo-obsolete-variable-show-warnings): New variable.
7487         (elmo-define-obsolete-variable): New function.
7488         (elmo-resque-obsolete-variable): Ditto.
7489         (elmo-resque-obsolete-variables): Ditto.
7490
7491 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7492
7493         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7494         Eliminated.
7495
7496         * elmo-pop3.el, elmo-nntp.el: Use custom.
7497
7498 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7499
7500         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7501         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7502
7503 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * Luna-fy Kenichi OKADA's following changes.
7506         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7507         `nohide'.
7508         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7509
7510 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7511
7512         * elmo-util.el (elmo-display-progress): Prefer
7513         `progress-feedback-with-label' to `lprogress-display'.
7514
7515 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7516
7517         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7518
7519 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7520
7521         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7522         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7523         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7524         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7525         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7526         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7527         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7528         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7529         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7530         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7531         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7532         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7533         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7534
7535 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7536
7537         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7538         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7539
7540 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * elmo.el (elmo-folder-process-crosspost): New generic method.
7543         (elmo-folder-writable-p): Ditto.
7544         (elmo-folder-message-appendable-p): Eliminated.
7545         (elmo-generic-folder-append-msgdb): Rewrite.
7546         (elmo-newsgroups-hashtb): New internal variable.
7547         (elmo-crosspost-message-set): Eliminated.
7548         (elmo-crosspost-message-delete): Ditto.
7549         (elmo-setup-subscribed-newsgroups): New function.
7550         (elmo-crosspost-message-alist-modified): New internal variable.
7551         (elmo-crosspost-message-alist-load): New function (Renamed from
7552         `wl-crosspost-alist-load').
7553         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7554         `wl-crosspost-alist-save').
7555
7556         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7557
7558         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7559         `unreads'.
7560         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7561         elmo-newsgroups-hashtb).
7562         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7563         `elmo-nntp-folder-update-crosspost-message-alist'.
7564         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7565         `elmo-nntp-groups-hashtb'.
7566         (elmo-nntp-make-groups-hashtb): Eliminated.
7567         (elmo-nntp-parse-newsgroups): New function (Renamed from
7568         `wl-parse-newsgroups').
7569         (elmo-folder-creatable-p, elmo-folder-writable-p,
7570         elmo-folder-close-internal, elmo-folder-mark-as-read,
7571         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7572         Define.
7573         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7574
7575         * elmo-net.el (elmo-message-fetch): Check buffer size.
7576
7577         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7578
7579         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7580
7581         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7582         before `close' command.
7583
7584         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7585         `mark-alist' (All other related portions are changed).
7586
7587 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * elmo-util.el (elmo-create-hash-size): Eliminated.
7590         (elmo-make-hash) Make a hash with `one less than a power of two'
7591         length.
7592
7593         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7594         (elmo-hash-maximum-size): Changed value.
7595
7596 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7599         (elmo-mime-message-display-as-is): Ditto.
7600
7601 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7604         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7605
7606 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7607
7608         * elmo-mark.el: New file.
7609
7610         * elmo-internal.el: Rewrite (Almost empty).
7611
7612 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7615         (mime-imap-entity-header-string): Ditto.
7616         (mmimap-entity-section): Rewrite.
7617
7618 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * elmo-nmz.el: New file.
7621
7622         * elmo-pipe.el: Rewrite with luna.
7623
7624 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * elmo-archive.el: Rewrite with luna.
7627
7628         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7629         (elmo-folder-list-importants-internal): Ditto.
7630
7631 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * elmo-archive.el (elmo-archive-version): Abolish.
7634         (toplevel) Removed `boso' comment.
7635
7636 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7639         elmo-msgdb-add-msgs-to-seen-list-subr;
7640         Changed argument seen-marks to unread-marks.
7641
7642         * elmo-nntp.el: Rewrite with luna.
7643
7644 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * elmo-filter.el: Rewrite with luna.
7647
7648 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * elmo-pop3.el: Rewrite with luna.
7651
7652 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * elmo-multi.el: Rewrite with luna.
7655
7656         * elmo-vars.el (elmo-use-killed-list): Abolish.
7657         All other related portions are changed.
7658         (elmo-filename-replace-string-alist): Renamed from
7659         elmo-msgid-replace-string-alist.
7660
7661 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7664
7665         * elmo-map.el: New file.
7666         * elmo-maildir.el: Rewrite with luna.
7667
7668 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7669
7670         * elmo.el: Changed meaning of `elmo-folder-commit'.
7671         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7672
7673 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * elmo.el (elmo-folder-append-buffer): New function.
7676         (Renamed from `elmo-append-msg')
7677
7678 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * elmo-mime.el: New file.
7681
7682 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * elmo-cache.el: Rewrite.
7685
7686 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7687
7688         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7689
7690 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * elmo-vars.el (elmo): New group.
7693         (elmo-strict-diff-folder-regexp): New variable.
7694
7695         * elmo-util.el (elmo-call-func): Abolish.
7696         (elmo-folder-get-type): Ditto.
7697         (elmo-*-get-spec): Ditto.
7698         (elmo-*-spec-*): Ditto.
7699         (elmo-imap4-identical-name-space-p): Ditto.
7700         (elmo-folder-identical-system-p): Ditto.
7701         (elmo-folder-direct-copy-alist): Ditto.
7702         (elmo-folder-direct-copy-p): Ditto.
7703
7704         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7705         (elmo-folder-initialize): Define.
7706         (elmo-folder-get-primitive-list): Ditto.
7707
7708         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7709         (elmo-folder-initialize): Define.
7710         Renamed `elmo-network-session-host-internal' to
7711         `elmo-network-session-server-internal'.
7712
7713         * elmo-multi.el (elmo-multi-folder): New luna class.
7714         (elmo-folder-initialize): Define.
7715         (elmo-folder-get-primitive-list): Ditto.
7716         (elmo-folder-contains-type): Ditto.
7717         (elmo-message-use-cache-p): Ditto.
7718
7719         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7720         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7721
7722         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7723         (elmo-folder-initialize): Define.
7724
7725         * elmo-filter.el (elmo-filter-folder): New luna class.
7726         (elmo-folder-initialize): Define.
7727         (elmo-folder-get-primitive-list): Ditto.
7728         (elmo-folder-contains-type): Ditto.
7729
7730 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7731
7732         * elmo-imap4.el: Rewrite with luna.
7733
7734         * mmimap.el: New file.
7735
7736         * mmelmo.el, mmelmo-imap4.el: Removed.
7737
7738         * elmo-net.el: Ditto.
7739
7740         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7741         (elmo-folder-initialize): Define.
7742
7743         * elmo-archive.el (elmo-archive-folder): New luna class.
7744         (elmo-folder-initialize): Define.
7745
7746         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7747         `elmo-folder-msgdb-path'.
7748         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7749         `elmo-make-folder'.
7750
7751 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * elmo.el: New file.
7754
7755         * elmo2.el: Renamed to elmo.el.
7756
7757 \f
7758 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7759
7760         * elmo-cache.el (elmo-cache-expire-by-size): Count
7761         a disk usage for a cache file entry in KB even when
7762         its kind is a directory.
7763
7764 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7765
7766         * elmo-version.el (elmo-version): Up to 2.5.7.
7767
7768 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7769
7770         * elmo-version.el (elmo-version): Up to 2.5.6.
7771
7772 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * elmo-version.el (elmo-version): Up to 2.5.5.
7775
7776 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7777
7778         * elmo-imap4.el (elmo-network-authenticate-session):
7779         Fixed a logic for response checking.
7780
7781 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7782
7783         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7784         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7785         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7786         `sasl-mechanisms'.
7787
7788         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7789         for `starttls-open-stream' and `starttls-negotiate'.
7790
7791         * elmo-nntp.el: Remove autoload settings for
7792         `starttls-open-stream' and `starttls-negotiate'.
7793
7794         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7795         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7796         `luna-define-class' with `eval-and-compile'.
7797
7798 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7799
7800         * elmo-util.el (elmo-read-search-condition-internal):
7801         Require an element of table for searching field.
7802
7803 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * elmo-version.el (elmo-version): Up to 2.5.4.
7806
7807 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7808
7809         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7810
7811 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7812
7813         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7814
7815 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7816
7817         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7818         before greeting.
7819
7820 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * elmo-imap4.el (elmo-imap4-delete-folder):
7823         Send "close" before "delete" (Use commented out line).
7824         (elmo-imap4-rename-folder): Ditto.
7825
7826         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7827         folder string itself.
7828         (elmo-dop-list-deleted): New function.
7829         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7830         killed.
7831
7832         * elmo-util.el (elmo-string-rassoc-all): New function.
7833
7834 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7835
7836         * elmo-version.el (elmo-version): Up to 2.5.3.
7837
7838         * elmo-net.el (elmo-network-get-session): Changed logic for
7839         checking process status.
7840
7841         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7842         process is nil;
7843         Changed logic for checking process status.
7844
7845 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7848         before greeting.
7849         (elmo-network-setup-session): Set UIDL hash size according to
7850         the length of list response.
7851         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7852         according to the length of list response;
7853         Return the length of list response.
7854         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7855
7856 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7857
7858         * elmo-imap4.el (toplevel): Require 'ssl.
7859         Add autoload 'starttls.
7860         * elmo-pop3.el (toplevel): Ditto.
7861         * elmo-nntp.el (toplevel): Ditto.
7862
7863 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7864
7865         * elmo-imap4.el (toplevel): defun at compile time.
7866         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7867         sasl-next-step, sasl-step-data, sasl-step-set-data.
7868         * elmo-pop3.el (toplevel): Ditto.
7869
7870 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7871
7872         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7873
7874 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7875
7876         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7877         if error.
7878         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7879         and `elmo-pop-auth-apop'.
7880
7881 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7882
7883         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7884
7885 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7886
7887         * elmo-pop3.el (elmo-network-authenticate-session): Split
7888         encoded response value.
7889
7890 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7891
7892         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7893         `elmo-pop3-force-login'.
7894         Redefine `sasl-mechanisms'.
7895         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7896
7897 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7898
7899         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7900         Delete `elmo-imap4-authenticator-alist'.
7901         (elmo-imap4-auth-cram-md5): Delete.
7902         (elmo-imap4-auth-digest-md5): Delete.
7903
7904 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7905
7906         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7907         (elmo-pop3-auth-scram-md5): Ditto.
7908         (elmo-pop3-auth-cram-md5): Ditto.
7909
7910 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7911
7912         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7913         Delete `elmo-pop3-authenticator-alist'.
7914
7915 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7916
7917         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7918         new SASL API.
7919         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7920
7921 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7924
7925 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7928         Fixed problem when `elmo-pop3-use-uidl' is nil.
7929         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7930
7931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7932
7933         * elmo-version.el (elmo-version): Up to 2.5.2.
7934
7935 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7938         New function.
7939         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7940         (elmo-pop3-msgdb-create-as-numlist): Use it.
7941
7942         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7943         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7944
7945         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7946         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7947
7948 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7949
7950         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7951         when elmo-mark-as-read is called with second argument nil.
7952
7953 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7954
7955         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7956         Moved to elmo-util.el.
7957
7958         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7959         Moved from elmo-pipe.el
7960
7961         * elmo-archive.el (elmo-archive-call-process): Enclose with
7962         static-if.
7963
7964         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7965         "RFC822" (because RFC822.PEEK is obsolete).
7966         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7967
7968 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7969
7970         * elmo-archive.el (elmo-archive-call-process): Don't check for
7971         the exit status when Nemacs is running.
7972
7973 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7976         'plain.
7977
7978         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7979         (elmo-pop3-get-spec): Set default of auth to 'user.
7980
7981         * elmo-imap4.el (elmo-imap4-session-check):
7982         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7983         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7984         (elmo-imap4-auth-login): New function; Revival.
7985         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7986         `elmo-imap4-auth-login'.
7987
7988 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7989
7990         * elmo2.el (toplevel): Move `product-provide' declare.
7991         * mmelmo.el (toplevel): Ditto.
7992
7993 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7994
7995         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7996
7997 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7998
7999         * elmo-util.el (elmo-folder-get-store-type): New function.
8000         (elmo-folder-direct-copy-p): Use it.
8001
8002 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8003
8004         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
8005         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
8006         and result of `elmo-imap4-use-flag-p'.
8007         (elmo-imap4-fetch-callback-1): Set mark according to
8008         the result of `elmo-imap4-use-flag-p'.
8009
8010 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
8013         (elmo-generic-list-folder-unread): Ditto.
8014         (elmo-folder-get-info): Ditto.
8015         (elmo-folder-set-info-max-by-numdb): Ditto.
8016         (elmo-folder-get-info-max): Ditto.
8017         (elmo-folder-get-info-length): Ditto.
8018         (elmo-folder-get-info-unread): Ditto.
8019         (elmo-folder-info-make-hashtb): Ditto.
8020
8021         * elmo2.el: Removed above functions.
8022
8023 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * elmo-imap4.el (toplevel): Require 'ssl.
8026         Add autoload 'starttls.
8027         * elmo-pop3.el (toplevel): Ditto.
8028         * elmo-nntp.el (toplevel): Ditto.
8029
8030 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * elmo-imap4.el (toplevel): defun at compile time.
8033         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
8034         sasl-next-step, sasl-step-data, sasl-step-set-data.
8035         * elmo-pop3.el (toplevel): Ditto.
8036
8037 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8038
8039         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
8040
8041 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8042
8043         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
8044         if error.
8045         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
8046         and `elmo-pop-auth-apop'.
8047
8048 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8049
8050         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
8051
8052 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8053
8054         * elmo-pop3.el (elmo-network-authenticate-session): Split
8055         encoded response value.
8056
8057 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8058
8059         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
8060         `elmo-pop3-force-login'.
8061         Redefine `sasl-mechanisms'.
8062         * elmo-vars.el (elmo-pop3-force-login): Ditto.
8063
8064 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8065
8066         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
8067         Delete `elmo-imap4-authenticator-alist'.
8068         (elmo-imap4-auth-cram-md5): Delete.
8069         (elmo-imap4-auth-digest-md5): Delete.
8070
8071 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8072
8073         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
8074         (elmo-pop3-auth-scram-md5): Ditto.
8075         (elmo-pop3-auth-cram-md5): Ditto.
8076
8077 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8078
8079         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
8080         Delete `elmo-pop3-authenticator-alist'.
8081
8082 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8083
8084         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
8085         new SASL API.
8086         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
8087
8088 \f
8089 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
8090
8091         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
8092
8093 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * elmo-nntp.el (elmo-nntp-get-folders-info):
8096         Fixed problem when '\' character is contained in user-id.
8097         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
8098
8099 \f
8100 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * elmo-imap4.el (elmo-imap4-delete-folder):
8103         Send "close" before "delete" (Use commented out line).
8104         (elmo-imap4-rename-folder): Ditto.
8105
8106         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
8107         folder string itself.
8108         (elmo-dop-list-deleted): New function.
8109         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
8110         killed.
8111
8112         * elmo-util.el (elmo-string-rassoc-all): New function.
8113
8114         * elmo-version.el (elmo-version): Up to 2.5.1.
8115
8116 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
8119
8120         * elmo-internal.el (elmo-internal-search): Fix last change.
8121
8122 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * elmo-internal.el (elmo-internal-search): Rewrite.
8125         (Fixed problem which is pointed out by Akihiro MOTOKI
8126         <motoki@da.jp.nec.com>)
8127
8128         * elmo-version.el (elmo-version): Up to 2.5.0.
8129
8130 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8131
8132         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
8133
8134 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8135
8136         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
8137         non-nil, make hierarchy.
8138
8139 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
8140
8141         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
8142         `elmo-pop3-use-uidl' must be bound to nil.
8143         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
8144
8145 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8146
8147         * elmo-util.el (elmo-copy-file): Don't cause an error after
8148         `add-name-to-file' failed.
8149
8150         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8151         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8152
8153 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8154
8155         * elmo-version.el (elmo-version): Up to 2.3.93.
8156
8157 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * elmo-util.el (elmo-flatten): New function.
8160
8161 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8162
8163         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8164         sync Author header.
8165         * elmo-cache.el (toplevel): Ditto.
8166         * elmo-database.el (toplevel): Ditto.
8167         * elmo-date.el (toplevel): Ditto.
8168         * elmo-dop.el (toplevel): Ditto.
8169         * elmo-filter.el (toplevel): Ditto.
8170         * elmo-imap4.el (toplevel): Ditto.
8171         * elmo-internal.el (toplevel): Ditto.
8172         * elmo-localdir.el (toplevel): Ditto.
8173         * elmo-localnews.el (toplevel): Ditto.
8174         * elmo-maildir.el (toplevel): Ditto.
8175         * elmo-msgdb.el (toplevel): Ditto.
8176         * elmo-multi.el (toplevel): Ditto.
8177         * elmo-net.el (toplevel): Ditto.
8178         * elmo-nntp.el (toplevel): Ditto.
8179         * elmo-pipe.el (toplevel): Ditto.
8180         * elmo-pop3.el (toplevel): Ditto.
8181         * elmo-util.el (toplevel): Ditto.
8182         * elmo-vars.el (toplevel): Ditto.
8183         * elmo2.el (toplevel): Ditto.
8184         * mmelmo-imap4.el (toplevel): Ditto.
8185         * mmelmo.el (toplevel): Ditto.
8186
8187         * elmo-version.el (elmo-version): Move to top.
8188
8189         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8190         * elmo-imap4.el (toplevel): Ditto.
8191         * elmo-localdir.el (toplevel): Ditto.
8192         * elmo-msgdb.el (toplevel): Ditto.
8193         * elmo-nntp.el (toplevel): Ditto.
8194         * elmo-pop3.el (toplevel): Ditto.
8195         * elmo-version.el (toplevel): Ditto.
8196
8197         * elmo-localnews.el (toplevel): Added Keyword header.
8198
8199 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * elmo-version.el (product-version-as-string): Defined using
8202         `defun-maybe'.
8203         (toplevel): Use it.
8204
8205         * elmo-localdir.el (toplevel): Updated copyright notice.
8206         * elmo-version.el (toplevel): Ditto.
8207         * elmo-msgdb.el (toplevel): Ditto.
8208         * elmo-imap4.el (toplevel): Ditto.
8209         * elmo-nntp.el (toplevel): Ditto.
8210         * elmo-pop3.el (toplevel): Ditto.
8211
8212 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8215         messages.
8216
8217         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8218         parameter value (It sometimes contains raw kanji).
8219
8220 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8221
8222         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8223         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8224
8225 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8226
8227         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8228
8229 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8230
8231         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8232         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8233
8234 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8237         value if selecting folder succceeded.
8238         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8239
8240 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8241
8242         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8243         representation.
8244
8245         * elmo-util.el (elmo-string-matched-member): New function.
8246
8247 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * elmo-util.el (elmo-unintern): New macro.
8250         (elmo-number-set-member): Fixed docstring.
8251
8252         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8253         tag token.
8254
8255 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8256
8257         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8258         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8259
8260 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8263         `no-error'.
8264         Added docstring.
8265         Return non-nil if selecting folder succeeded.
8266         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8267
8268 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8271         `file-name-completion' returns t.
8272         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8273         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8274         directory if it does not exist.
8275         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8276         for iteration.
8277
8278 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8281         enclosure (It's harmful in unplugged status).
8282
8283         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8284
8285         * mmelmo-1.el: Removed.
8286
8287         * mmelmo-2.el: Ditto.
8288
8289         * mmelmo-imap4-1.el: Ditto.
8290
8291         * mmelmo-imap4-2.el: Ditto.
8292
8293         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8294
8295         * mmelmo.el: Merged mmelmo-2.el.
8296
8297         * elmo-version.el (elmo-version): Up to 2.3.92.
8298
8299 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8300
8301         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8302         elmo-update-number): Remove last period in "...done." message.
8303         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8304         Ditto.
8305         * elmo-cache.el (elmo-cache-expire-by-size,
8306         elmo-cache-get-sorted-cache-file-list,
8307         elmo-cache-msgdb-create-as-numlist): Ditto.
8308         * elmo-dop.el (elmo-dop-save-pending-messages,
8309         (elmo-dop-flush-pending-append-operations): Ditto.
8310         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8311         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8312         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8313         (elmo-localdir-pack-number): Ditto.
8314         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8315         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8316         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8317         mime-write-entity-content): Ditto.
8318         * pldap.el (ldap-search-basic): Ditto.
8319
8320 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * elmo-version.el (elmo-version): Up to 2.3.91.
8323
8324         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8325         Only when filter is 'last'.
8326
8327         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8328         (elmo-condition-parse-search-value): Use it.
8329         (elmo-read-search-condition-internal): Quote value only when
8330         it is not an atom.
8331
8332 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8333
8334         * elmo2.el (elmo-generic-folder-diff): Fix.
8335
8336 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8337
8338         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8339         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8340         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8341         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8342         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8343         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8344
8345 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8346
8347         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8348         extra-fields.
8349
8350 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * elmo-version.el (elmo-version): Up to 2.3.90.
8353
8354         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8355         (elmo-imap4-list-folder-important): Ditto.
8356
8357 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8358
8359         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8360
8361 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8362
8363         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8364
8365 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8366
8367         * elmo-nntp.el (elmo-network-initialize-session):
8368         Add starttls negotiation.
8369
8370 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8371
8372         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8373         response.
8374         (elmo-network-setup-session): Define.
8375         Call `elmo-nntp-send-mode-reader' when session opened.
8376
8377 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8378
8379         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8380
8381 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8382
8383         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8384         an invalid SPACE character ahead of `SEARCH' command.  Move
8385         a valid SPACE character following `SEARCH' from conditional
8386         `format' arguments to control-strings.
8387
8388 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8391         was succeeded.
8392
8393         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8394
8395 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8398         `w32-get-true-file-link-count' as t.
8399
8400         * elmo-imap4.el (elmo-imap4-read): Abolished.
8401         (Renamed to `elmo-read' and moved to elmo-util.el)
8402         All other related portions are changed.
8403
8404         * elmo-util.el (elmo-read): New function.
8405         (elmo-condition-parse-search-value): Use it.
8406
8407 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8408
8409         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8410
8411         * elmo-nntp.el (elmo-nntp-session): Define.
8412         (elmo-nntp-setting): Abolished.
8413         All other related portions are changed.
8414         (elmo-nntp-get-server-command): Changed argument.
8415         (elmo-nntp-set-server-command): Ditto.
8416         (elmo-nntp-xover-p): Ditto.
8417         (elmo-nntp-set-xover): Ditto.
8418         (elmo-nntp-listgroup-p): Ditto.
8419         (elmo-nntp-set-listgroup): Ditto.
8420         (elmo-nntp-list-active-p): Ditto.
8421         (elmo-nntp-set-list-active): Ditto.
8422         (elmo-nntp-xhdr-p): Ditto.
8423         (elmo-nntp-set-xhdr): Ditto.
8424         (elmo-nntp-flush-connection): Abolished.
8425         (elmo-nntp-get-connection): Abolished.
8426         (elmo-nntp-get-session): New function.
8427         (elmo-network-initialize-session): Defined.
8428         (elmo-network-authenticate-session): Ditto.
8429         (elmo-nntp-send-mode-reader): Changed argument.
8430         (elmo-nntp-send-command): Changed argument.
8431         All other related portions are changed.
8432         (elmo-nntp-read-response): Ditto.
8433         (elmo-nntp-read-raw-response): Ditto.
8434         (elmo-nntp-read-contents): Ditto.
8435         (elmo-nntp-read-body): Ditto.
8436         (elmo-nntp-goto-folder): Abolished.
8437         (elmo-nntp-select-group): New function.
8438         All other related portions are changed.
8439         (This function substitutes `elmo-nntp-goto-folder')
8440         (elmo-nntp-msgdb-create-by-header): Rewrite.
8441         (elmo-nntp-get-overview): Eliminated.
8442         (elmo-nntp-get-message): Ditto.
8443         (elmo-nntp-open-connection) Abolished.
8444         (elmo-nntp-read-msg): Rewrite.
8445         (elmo-nntp-post): Ditto.
8446         (elmo-nntp-send-data): Abolished.
8447         (elmo-nntp-send-buffer): New function.
8448         (elmo-nntp-send-data-line): Define as inline function.
8449         (elmo-nntp-get-folders-info-prepare): Use session as key.
8450         (elmo-nntp-groups-read-response): Changed argument.
8451         (elmo-nntp-retrieve-headers): Ditto.
8452         (elmo-nntp-msgdb-create-message): Ditto.
8453
8454         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8455         when searching by 'since' or 'before'.
8456
8457 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8458
8459         * elmo-version.el (toplevel): Use product-version-as-string for set
8460         verstion-string, if defined.
8461
8462 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8463
8464         * elmo-util.el: Doc fixes.
8465
8466 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8467
8468         * elmo-archive.el (toplevel): Use product-provide.
8469         * elmo-cache.el (toplevel): Ditto.
8470         * elmo-database.el (toplevel): Ditto.
8471         * elmo-date.el (toplevel): Ditto.
8472         * elmo-dop.el (toplevel): Ditto.
8473         * elmo-filter.el (toplevel): Ditto.
8474         * elmo-imap4.el (toplevel): Ditto.
8475         * elmo-internal.el (toplevel): Ditto.
8476         * elmo-localdir.el (toplevel): Ditto.
8477         * elmo-localnews.el (toplevel): Ditto.
8478         * elmo-maildir.el (toplevel): Ditto.
8479         * elmo-msgdb.el (toplevel): Ditto.
8480         * elmo-multi.el (toplevel): Ditto.
8481         * elmo-net.el (toplevel): Ditto.
8482         * elmo-nntp.el (toplevel): Ditto.
8483         * elmo-pipe.el (toplevel): Ditto.
8484         * elmo-pop3.el (toplevel): Ditto.
8485         * elmo-util.el (toplevel): Ditto.
8486         * elmo-vars.el (toplevel): Ditto.
8487         * elmo2.el (toplevel): Ditto.
8488         * mmelmo-1.el (toplevel): Ditto.
8489         * mmelmo-2.el (toplevel): Ditto.
8490         * mmelmo-imap4-1.el (toplevel): Ditto.
8491         * mmelmo-imap4-2.el (toplevel): Ditto.
8492         * mmelmo-imap4.el (toplevel): Ditto.
8493         * mmelmo.el (toplevel): Ditto.
8494
8495 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8496
8497         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8498         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8499
8500 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8503         before splitting.
8504         (elmo-multi-split-number-alist): Ditto.
8505
8506 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8507
8508         * elmo-version.el: New file.  Use product.el.
8509         * elmo2.el: Add (require 'elmo-version).
8510         * elmo-vars.el (elmo-appname, elmo-version): Move to
8511         elmo-version.el
8512
8513 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8516         `elmo-msgdb-expand-path'.
8517         (elmo-msgdb-load): Ditto.
8518         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8519         (elmo-generic-list-folder-unread): Rewrite.
8520         (elmo-generic-list-folder-important): Changed argument.
8521         (elmo-list-folder-unread): Ditto.
8522         (elmo-list-folder-important): Ditto.
8523         (elmo-folder-diff): Rewrite.
8524         (elmo-generic-folder-diff): New function.
8525         (elmo-multi-get-number-alist-list): Abolished
8526         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8527         (elmo-multi-folder-diff): Moved to elmo-multi.el
8528         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8529
8530         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8531         `elmo-msgdb-expand-path'.
8532         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8533         (elmo-pop3-read-msg): Ditto.
8534         (elmo-pop3-delete-msgs): Ditto.
8535         (elmo-pop3-folder-diff): New alias.
8536
8537         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8538         `elmo-msgdb-expand-path'.
8539         (elmo-pipe-list-folder-unread): Changed arguments.
8540         (elmo-pipe-list-folder-important): Ditto.
8541         (elmo-pipe-folder-diff): New alias.
8542
8543         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8544         `elmo-msgdb-expand-path'.
8545         (elmo-nntp-max-of-folder): Ditto.
8546         (elmo-nntp-msgdb-create): Ditto.
8547         (elmo-nntp-delete-msgs): Ditto.
8548         (elmo-nntp-folder-diff): New alias.
8549
8550         * elmo-multi.el (elmo-multi-folder-diff): New function.
8551         (elmo-multi-split-mark-alist): Ditto.
8552         (elmo-multi-split-number-alist): Ditto.
8553         (elmo-multi-mark-alist-list): Abolished (Renamed to
8554         elmo-multi-split-mark-alist).
8555         (elmo-multi-list-folder-unread): Rewrite.
8556         (elmo-multi-list-folder-important): Ditto.
8557         (elmo-multi-list-folder): Set `spec' as 1st argument for
8558         `elmo-msgdb-expand-path'.
8559         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8560         instead of `elmo-multi-get-number-alist-list'.
8561
8562         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8563         If 1st argument is not string, treat as spec.
8564         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8565         `elmo-msgdb-expand-path'.
8566         (elmo-msgdb-flist-load): Ditto.
8567         (elmo-msgdb-flist-save): Ditto.
8568         (elmo-msgdb-delete-path): Ditto.
8569         (elmo-msgdb-rename-path): Ditto.
8570
8571         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8572         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8573         (elmo-maildir-delete-mark-msgs): Ditto.
8574         (elmo-maildir-msgdb-create): Ditto.
8575         (elmo-maildir-read-msg): Ditto.
8576         (elmo-maildir-delete-msgs): Ditto.
8577         (elmo-maildir-list-folder-subr): Ditto.
8578         (elmo-maildir-search): Ditto.
8579         (elmo-maildir-get-msg-filename): Ditto.
8580         (elmo-maildir-pack-number): Ditto.
8581         (elmo-maildir-folder-diff): New alias.
8582
8583         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8584
8585         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8586         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8587         (elmo-localdir-folder-diff): New alias.
8588
8589         * elmo-internal.el (elmo-internal-list-folder-subr):
8590         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8591         (elmo-internal-list-folder-by-location): Ditto.
8592         (elmo-internal-msgdb-create): Ditto.
8593         (elmo-internal-delete-msgs): Ditto.
8594         (elmo-internal-read-msg): Ditto.
8595         (elmo-internal-folder-diff): New alias.
8596
8597         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8598         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8599         `elmo-msgdb-expand-path'.
8600         (elmo-imap4-list-folder-unread): Changed arguments.
8601         (elmo-imap4-list-folder-important): Ditto.
8602
8603         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8604         (elmo-filter-list-folder-important): Ditto.
8605         (elmo-filter-folder-diff): New function.
8606
8607         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8608
8609         * elmo-cache.el (elmo-cache-list-folder):
8610         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8611         (elmo-cache-copy-msgs): Ditto.
8612         (elmo-cache-folder-diff): New alias.
8613
8614         * elmo-archive.el (elmo-archive-list-folder-subr):
8615         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8616         (elmo-archive-get-archive-name): Ditto.
8617         (elmo-archive-create-file): Ditto.
8618         (elmo-archive-append-msg): Ditto.
8619         (elmo-archive-copy-msgs): Ditto.
8620         (elmo-archive-copy-msgs-froms): Ditto.
8621         (elmo-archive-get-msg-filename): Ditto.
8622         (elmo-archive-folder-diff): New alias.
8623
8624 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8625
8626         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8627         (elmo-pop3-stream-type-alist): New variable.
8628         (elmo-nntp-stream-type-alist): New variable.
8629
8630         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8631         (elmo-kill-buffer): Ditto.
8632         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8633         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8634         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8635         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8636         (elmo-imap4-get-spec): Take into account
8637         `elmo-imap4-stream-type-alist'.
8638
8639 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8640
8641         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8642         (elmo-nntp-list-folders-get-cache): Ditto.
8643
8644 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8645
8646         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8647         character before 'uid'.
8648
8649 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8652
8653         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8654
8655         * elmo-util.el (elmo-number-set-member): New function.
8656         (elmo-number-set-append-list): Ditto.
8657         (elmo-number-set-append): Ditto.
8658
8659         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8660         Use `elmo-number-set-member'.
8661         (elmo-living-messages): Ditto.
8662         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8663         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8664
8665         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8666         (elmo-imap4-add-to-cont-list): Abolished.
8667         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8668         instead of elmo-imap4-add-to-cont-list.
8669
8670         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8671         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8672
8673         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8674
8675 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8676
8677         * elmo-util.el (elmo-condition-parse-search-value):
8678         Fixed date parsing.
8679
8680 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * elmo-util.el (elmo-condition-find-key-internal): New function.
8683         (elmo-condition-find-key): Ditto.
8684
8685         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8686         (elmo-msgdb-search-internal): Ditto.
8687         (elmo-msgdb-search): Ditto.
8688
8689 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8692         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8693
8694         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8695         (elmo-nntp-search-primitive): Fixed problem when condition is
8696         'unmatch'.
8697
8698         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8699
8700         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8701         (elmo-nntp-xhdr-p): New macro.
8702         (elmo-nntp-set-xhdr): Ditto.
8703         (elmo-nntp-parse-xhdr-response): New function.
8704         (elmo-nntp-retrieve-field): Ditto.
8705         (elmo-nntp-search-primitive): Ditto.
8706         (elmo-nntp-search): Implemented.
8707
8708         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8709
8710         * elmo-archive.el (elmo-archive-search): Set all number list to
8711         `elmo-archive-field-condition-match'
8712
8713         * elmo-localdir.el (elmo-localdir-search): Likewise.
8714
8715         * elmo-maildir.el (elmo-maildir-search): Likewise.
8716
8717 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8718
8719         * elmo-msgdb.el (elmo-living-messages): New function.
8720         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8721         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8722         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8723         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8724         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8725         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8726         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8727         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8728         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8729         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8730         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8731
8732 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8733
8734         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8735
8736         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8737
8738         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8739
8740         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8741         arguments for `SEARCH' command.
8742         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8743         All other related portions are changed.
8744
8745         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8746
8747         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8748         (elmo-list-folder-unread): Rewrite.
8749         (elmo-list-folder-important): Ditto.
8750
8751         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8752         (elmo-condition-parse-error): New inline function.
8753         (elmo-read-search-condition): New function.
8754         (elmo-read-search-condition-internal): Ditto.
8755         (elmo-parse-search-condition): Rewrite.
8756         (elmo-condition-parse): New function.
8757         (elmo-condition-parse-or-expr): Ditto.
8758         (elmo-condition-parse-and-expr): Ditto.
8759         (elmo-condition-parse-primitive): Ditto.
8760         (elmo-condition-parse-search-value): Ditto.
8761         (elmo-buffer-field-primitive-condition-match): Ditto.
8762         (elmo-buffer-field-condition-match): Rewrite.
8763         (elmo-file-field-condition-match): Ditto.
8764
8765         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8766         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8767
8768         * elmo-internal.el (elmo-internal-search): Set `number' and
8769         `number-list' argument of `elmo-file-field-condition-match'.
8770
8771         * elmo-maildir.el (elmo-maildir-search): Ditto.
8772
8773         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8774         `msgdb' as argument instead of `mark-alist'.
8775         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8776         `overview'.
8777
8778         * elmo-multi.el: Likewise.
8779
8780         * elmo-pipe.el: Likewise.
8781
8782         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8783         (elmo-imap4-search-internal): Rewrite.
8784         (elmo-imap4-search): Ditto.
8785
8786         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8787         (elmo-filter-list-folder-unread): Ditto.
8788         (elmo-filter-list-folder-important): Ditto.
8789         (elmo-filter-search): Rewrite.
8790
8791         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8792         `number-list' argument of `elmo-file-field-condition-match'.
8793         (elmo-cache-search): Ditto.
8794
8795         * elmo-localdir.el: Likewise.
8796
8797         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8798         number-list and pass it to `elmo-buffer-field-condition-match'.
8799         (elmo-archive-field-condition-match): Pass `number-list' to
8800         `elmo-archive-field-condition-match'
8801
8802 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8805         `listgroup'.
8806
8807         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8808         (elmo-folder-diff-async-callback-data): Ditto.
8809         (elmo-folder-diff-async): New function.
8810
8811         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8812         (elmo-network-session-cache-key): Use it as a prefix of the session
8813         name.
8814         (elmo-network-open-session): Ditto.
8815
8816         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8817         (elmo-imap4-status-callback-data): Ditto.
8818         (elmo-imap4-server-diff-async-callback): New variable.
8819         (elmo-imap4-server-diff-async-callback-data): Ditto.
8820         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8821         `elmo-imap4-status-callback-data'.
8822         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8823         `elmo-imap4-status-callback-data' as nil.
8824         (elmo-imap4-server-diff): Ditto.
8825         (elmo-imap4-server-diff-async-callback-1): New function.
8826         (elmo-imap4-server-diff-async): Ditto.
8827         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8828
8829 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8830
8831         * elmo-util.el (elmo-list-delete): Doc fix.
8832         (elmo-delete-lists): Abolish.
8833         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8834         instead of `elmo-delete-lists'.
8835
8836 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8839         before `sort'.
8840
8841 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8842
8843         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8844         `elmo-imap4-literal-subr'.
8845         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8846         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8847
8848 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8849
8850         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8851         (elmo-archive-list-folder): Fix.
8852         (elmo-archive-max-of-folder): Fix.
8853
8854 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8855
8856         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8857          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8858         (elmo-localdir-append-msg): Ditto.
8859         (elmo-localdir-list-folder): Fix for `nonsort'.
8860         (elmo-localdir-list-folder-subr): Fix for `killed'.
8861         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8862         (elmo-maildir-list-folder-subr): Ditto.
8863         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8864         (elmo-archive-list-folder-subr): Ditto.
8865         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8866         (elmo-internal-list-folder-subr): Ditto.
8867
8868 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8871
8872 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8873
8874         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8875
8876 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8877
8878         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8879         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8880
8881         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8882         before greeting.
8883         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8884         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8885
8886 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8889
8890         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8891         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8892         before STORE command.
8893
8894 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8895
8896         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8897
8898         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8899         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8900         of `response'.
8901         (elmo-imap4-list-folders): Removed unused local variable.
8902         (elmo-network-initialize-session): Ditto.
8903         (elmo-imap4-delete-msg-by-id): Ditto.
8904         (elmo-imap4-parse-fetch): Ditto.
8905         (elmo-imap4-copy-msgs): Ditto.
8906         Use `dst-spec' instead of `dst-folder'.
8907         (elmo-network-authenticate-session): Check authenticate type `plain'.
8908
8909 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8912         garbage checking.
8913         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8914         `elmo-imap4-response-value'.
8915         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8916
8917 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * elmo-imap4.el (elmo-imap4-send-command):
8920         Cause elmo-imap4-bye-error when current response is BYE.
8921         (elmo-imap4-arrival-filter): Changed greeting response value.
8922
8923         * elmo2.el (elmo-imap4-bye-error): Define.
8924
8925         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8926         (elmo-imap4-server-diff): Ditto.
8927         (elmo-imap4-response-bye-p): New macro.
8928         (elmo-imap4-response-error-text): Get text from BYE response.
8929         (elmo-imap4-read-response): Return if BYE response.
8930         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8931         (elmo-imap4-folder-exists-p): Ditto.
8932         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8933         (elmo-imap4-parse-bye): New function.
8934         (elmo-imap4-parse-response): Remove needless let.
8935         Call `elmo-imap4-parse-bye'.
8936
8937 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8940         the mailbox does not exist.
8941         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8942
8943 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8944
8945         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8946
8947 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8948
8949         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8950
8951         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8952         (elmo-network-initialize-session-buffer): Defined.
8953
8954         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8955         Abolished.
8956         (mmelmo-imap4-get-mime-entity): Rewrite.
8957
8958         * elmo2.el (elmo-error): Capitalize error message.
8959
8960         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8961         (elmo-network-session-buffer): New macro.
8962         (elmo-network-open-session): Use it.
8963
8964         * elmo-imap4.el: Rewrite.
8965
8966 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8967
8968         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8969
8970 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8971
8972         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8973         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8974         (elmo-imap4-create-msgdb-from-overview-string): Use
8975         `elmo-msgdb-create-overview-from-buffer'.
8976
8977 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8978
8979         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8980         (elmo-imap4-default-hierarchy-delimiter): New variable.
8981         (elmo-imap4-list-folders): Use it.
8982
8983 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8984
8985         * elmo-net.el (elmo-network-open-session): Add user and
8986         stream-type for process-buffer name.
8987
8988         * elmo-pop3.el (elmo-network-initialize-session): Call
8989         buffer-disable-undo.
8990
8991         * elmo-imap4.el (elmo-network-initialize-session):
8992         Set current-buffer as an argument for `buffer-disable-undo'.
8993
8994         * elmo-pop3.el (elmo-network-close-session): Don't use
8995         `process-live-p'.
8996
8997         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8998         Set default as 'user.
8999
9000         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
9001
9002         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
9003         and `elmo-imap4-flush-connection'.
9004
9005         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
9006         (elmo-pop3-get-spec): Assume auth as symbol.
9007         (elmo-open-network-stream): Moved to `elmo-net'.
9008
9009         * elmo-pop3.el (toplevel): Require 'elmo-net.
9010         Define `sasl-cram-md5' to silence byte compilier.
9011         (elmo-pop3-connection-cache) Abolished.
9012         (elmo-pop3-authenticator-alist) New variable.
9013         (elmo-pop3-session): Define.
9014         (elmo-pop3-connection-get-process): Abolished.
9015         (elmo-pop3-connection-get-buffer): Ditto.
9016         (elmo-pop3-close-connection): Ditto.
9017         (elmo-pop3-flush-connection): Ditto.
9018         (elmo-pop3-get-connection): Ditto.
9019         (elmo-pop3-get-session): New function.
9020         (Replacement for `elmo-pop3-get-connection').
9021         All other related modules are changed.
9022         (elmo-network-close-session): Define.
9023         (elmo-pop3-send-command): Abolished argument `buffer'.
9024         All other related modules are changed.
9025         (elmo-pop3-read-response): Likewise.
9026         (elmo-pop3-open-connection): Abolished.
9027         (elmo-pop3-auth-user): New function.
9028         (elmo-pop3-auth-apop): Ditto.
9029         (elmo-pop3-auth-cram-md5): Ditto.
9030         (elmo-pop3-auth-scram-md5): Ditto.
9031         (elmo-pop3-auth-digest-md5): Ditto.
9032         (elmo-network-initialize-session): Define.
9033         (elmo-network-authenticate-session): Ditto.
9034         (elmo-network-setup-session): Ditto.
9035
9036         * elmo-imap4.el (toplevel): Require 'elmo-net.
9037         (elmo-imap4-session): Define.
9038         (elmo-imap4-connection-cache): Abolished.
9039         (elmo-imap4-password-key): Ditto.
9040         (elmo-imap4-flush-connection): Ditto.
9041         (elmo-imap4-get-connection): Ditto.
9042         All other related modules are changed.
9043         (elmo-imap4-get-session): New function
9044         (Replacement for `elmo-imap4-get-connection').
9045         (elmo-imap4-read-response): Abolished argument `buffer'.
9046         All other related modules are changed.
9047         (elmo-imap4-send-command): Likewise.
9048         (elmo-imap4-select-folder): Abolished.
9049         All other related modules are changed.
9050         (elmo-imap4-select-mailbox): New function.
9051         (Replacement for `elmo-imap4-select-folder').
9052         (elmo-imap4-auth-login): Simplify.
9053         (Assume current buffer as process buffer)
9054         (elmo-imap4-auth-cram-md5): Ditto.
9055         (elmo-imap4-auth-digest-md5): Ditto.
9056         (elmo-imap4-login): Ditto.
9057         (elmo-imap4-open-connection): Abolished.
9058         (elmo-imap4-open-connection-1): Abolished.
9059         (elmo-network-initialize-sessoin): Define.
9060         (elmo-network-authenticate-session): Ditto.
9061         (elmo-network-setup-session): Ditto.
9062
9063         * elmo-net.el: New module.
9064
9065 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9066
9067         * elmo-util.el (elmo-define-error): New function.
9068
9069         * elmo2.el (elmo-error): Define.
9070         (elmo-open-error): Define.
9071         (elmo-authenticate-error): Define.
9072
9073         * elmo-imap4.el (elmo-imap4-error): Abolish.
9074         (elmo-imap4-error-type): Abolish.
9075         (elmo-imap4-error-process): Abolish.
9076         (elmo-imap4-error-message): Abolish
9077         (elmo-imap4-list-folders): Don't quote lambda.
9078         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
9079         (elmo-imap4-parse-namespace): Ditto.
9080         (elmo-imap4-open-connection): Rewrite.
9081         (elmo-imap4-open-connection-1): Simplified (authenticate only).
9082         (elmo-imap4-get-connection): Abolish local variable `result'.
9083
9084 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
9085
9086         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
9087         wrong-type-argument error when auth is nil.
9088
9089 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9090
9091         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
9092         (elmo-default-nntp-stream-type): Ditto.
9093         (elmo-default-pop3-stream-type): Ditto.
9094         (elmo-network-stream-type-alist): Ditto.
9095         (elmo-default-imap4-ssl): Abolished.
9096         (elmo-default-nntp-ssl): Ditto.
9097         (elmo-default-pop3-ssl): Ditto.
9098
9099         * elmo-util.el: (toplevel): Removed needless requires.
9100         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
9101         (elmo-open-network-stream): Open network stream according to
9102         the value of `elmo-network-stream-type-alist'.
9103         (elmo-get-network-stream-type): New function.
9104         (elmo-network-stream-type-spec-string): New macro.
9105         (elmo-network-stream-type-symbol): Ditto.
9106         (elmo-network-stream-type-function): Ditto.
9107
9108         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
9109         network-stream-type. All other related portions are changed.
9110         (elmo-pop3-open-connection): Ditto.
9111
9112         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
9113         network-stream-type. All other related portions are changed.
9114
9115         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
9116         network-stream-type.All other related portions are changed.
9117         (elmo-imap4-error): New macro.
9118         (elmo-imap4-error-type): Ditto.
9119         (elmo-imap4-error-process): Ditto.
9120         (elmo-imap4-error-message): Ditto.
9121         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
9122         (elmo-imap4-auth-cram-md5): Ditto.
9123         (elmo-imap4-auth-digest-md5): Ditto.
9124         (elmo-imap4-login): Ditto.
9125         (elmo-imap4-open-connection): Remove password entry if authentication
9126         was in vain.
9127         (elmo-imap4-user-at-host): Abolished.
9128         (elmo-imap4-password-key): New buffer local variable.
9129         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
9130         using protocol, port, auth and stream-type.
9131
9132         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
9133
9134 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
9135
9136         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
9137
9138         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
9139
9140         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
9141         (elmo-imap4-authenticator-alist): New variable.
9142         (elmo-imap4-open-connection-1): Rename from
9143         elmo-imap4-open-connection.
9144         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
9145         only wraps elmo-imap4-open-connection-1.
9146         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
9147         user-at-host.
9148         (elmo-imap4-auth-login): New function.
9149         (elmo-imap4-auth-cram-md5): New function.
9150         (elmo-imap4-auth-digest-md5): New function.
9151         (elmo-imap4-login): New function.
9152
9153 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9154
9155         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9156         function `error'.
9157
9158 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9159
9160         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9161
9162 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9165
9166 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9167
9168         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9169         for server responses, quote `*' regardless of where it appears.
9170
9171 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9172
9173         * elmo-maildir.el (elmo-maildir-commit): New alias.
9174
9175 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9176
9177         * elmo-util.el (elmo-display-progress):
9178                 Use `progress-feedback-with-label'.
9179
9180 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9181
9182         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9183         (elmo-imap4-non-atom-char-regex): Ditto.
9184         (elmo-imap4-non-text-char-regex): Ditto.
9185         (elmo-imap4-literal-threshold): Ditto.
9186         (elmo-imap4-atom-p): New function.
9187         (elmo-imap4-quotable-p): Ditto.
9188         (elmo-imap4-nil): Ditto.
9189         (elmo-imap4-atom): Ditto.
9190         (elmo-imap4-quoted): Ditto.
9191         (elmo-imap4-literal-subr): Ditto.
9192         (elmo-imap4-literal): Ditto.
9193         (elmo-imap4-buffer-literal): Ditto.
9194         (elmo-imap4-string-subr): Ditto.
9195         (elmo-imap4-string): Ditto.
9196         (elmo-imap4-buffer-string): Ditto.
9197         (elmo-imap4-astring-subr): Ditto.
9198         (elmo-imap4-astring): Ditto.
9199         (elmo-imap4-buffer-astring): Ditto.
9200         (elmo-imap4-nstring): Ditto.
9201         (elmo-imap4-buffer-nstring): Ditto.
9202         (elmo-imap4-mailbox): New alias.
9203         (elmo-imap4-field-body): Ditto.
9204         (elmo-imap4-userid): Ditto.
9205         (elmo-imap4-password): Ditto.
9206         (elmo-imap4-format-quoted): New function.
9207         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9208         arguments and handle "atom", "quoted" and "literal" string here.
9209         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9210         `elmo-imap4-send-command'.
9211         (elmo-imap4-folder-exists-p): Likewise.
9212         (elmo-imap4-create-folder): Likewise.
9213         (elmo-imap4-delete-folder): Likewise.
9214         (elmo-imap4-rename-folder): Likewise.
9215         (elmo-imap4-max-of-folder): Likewise.
9216         (elmo-imap4-check-validity): Likewise.
9217         (elmo-imap4-sync-validity): Likewise.
9218         (elmo-imap4-server-diff): Likewise.
9219         (elmo-imap4-select-folder): Likewise.
9220         (elmo-imap4-copy-msgs): Likewise.
9221         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9222         (elmo-imap4-mark-set-on-msgs): Likewise.
9223         (elmo-imap4-read-part): Likewise.
9224         (elmo-imap4-read-msg): Likewise.
9225         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9226         `elmo-imap4-password' for `elmo-imap4-send-command'.
9227         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9228         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9229         `elmo-imap4-buffer-literal'.
9230         (elmo-imap4-append-msg): Likewise.
9231
9232         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9233         `delete' for removing dead connection from the connection cache.
9234         Move deletion of the process buffer after that.
9235         (elmo-imap4-list): Change `defsubst' to `defun'.
9236         (elmo-imap4-commit): Make error message verbose.
9237         (elmo-imap4-search): Ditto.
9238         (elmo-imap4-list): Ditto.
9239         (elmo-imap4-select-folder): Ditto.
9240         (elmo-imap4-copy-msgs): Ditto.
9241         (elmo-imap4-delete-msg-by-id): Ditto.
9242         (elmo-imap4-append-msg-by-id): Ditto.
9243         (elmo-imap4-append-msg): Ditto.
9244
9245 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9246
9247         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9248         when dired is used on XEmacs.
9249
9250 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9251
9252         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9253         instead of `append'.
9254         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9255         `elmo-plugged-p' directly.
9256         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9257         of `elmo-plugged-p' directly.
9258
9259         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9260         Eliminate unused variable.  Use `memq' for checking a process status.
9261         Use `cons' instead of `append' for updating the connection cache.
9262         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9263         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9264
9265 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9266
9267         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9268         `elmo-imap4-read-point' exactly.
9269
9270         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9271         the local variable `folder' to `mailbox'.
9272         Rename the argument `fld' to `folder'.
9273
9274 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9275
9276         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9277         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9278
9279 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9280
9281         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9282         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9283         (elmo-pop3-uidl-number-hash): Ditto.
9284         (elmo-pop3-size-hash): Ditto.
9285         (elmo-pop3-uidl-done): Ditto.
9286         (elmo-pop3-list-done): Ditto.
9287         (elmo-pop3-connection-get-process): New defmacro.
9288         (elmo-pop3-connection-get-buffer): Ditto.
9289         (elmo-pop3-close-connection): Delete buffer and process.
9290         (elmo-pop3-flush-connection): Don't delete buffer and process.
9291         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9292         Setup UIDL and size hash.
9293         (elmo-pop3-send-command-no-erase): Deleted
9294         (elmo-pop3-send-command): Added optional argument `no-erase'.
9295         (elmo-pop3-parse-uidl-response): New function.
9296         (elmo-pop3-parse-list-response): Set size hash.
9297         (elmo-pop3-list-location): New function.
9298         (elmo-pop3-list-by-uidl-subr): Ditto.
9299         (elmo-pop3-list-by-list): Ditto.
9300         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9301         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9302         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9303         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9304         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9305         Use uidl.
9306         (elmo-pop3-uidl-to-number): New function.
9307         (elmo-pop3-number-to-uidl): Ditto.
9308         (elmo-pop3-number-to-size): Ditto.
9309         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9310         Set number by use of uidl.
9311         (elmo-pop3-msgdb-create-message): Likewise.
9312         Set size, loc-alist in msgdb.
9313         (elmo-pop3-read-msg): Set number by use of uidl.
9314         Added optional argument `msgdb'.
9315         (elmo-pop3-delete-msg): Ditto.
9316         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9317         (elmo-pop3-commit): Close connection.
9318
9319         * elmo-pipe.el (elmo-pipe-max-of-folder):
9320         Bind `elmo-pop3-use-uidl' as nil.
9321         (elmo-pipe-drain): Ditto.
9322         Call `elmo-commit'.
9323
9324         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9325         (elmo-msgdb-overview-entity-set-size): New defsubst.
9326
9327 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * elmo-vars.el (elmo-use-killed-list): New variable
9330         (Renamed from `elmo-nntp-use-killed-list').
9331         (elmo-nntp-use-killed-list): Eliminated.
9332
9333         * elmo-msgdb.el (elmo-msgdb-expand-path):
9334         Changed expanding msgdb path for elmo-multi.
9335
9336         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9337         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9338         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9339         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9340         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9341         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9342         (toplevel): Deleted time-stamp line.
9343
9344         * elmo2.el (elmo-clear-killed ): Defined as function
9345         (Abolished defining as a backend function).
9346         All other related modules are changed.
9347
9348 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9349
9350         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9351
9352 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9353
9354         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9355
9356 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9357
9358         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9359
9360 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9361
9362         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9363         asynchronous folder check.
9364
9365         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9366
9367         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9368         `elmo-nntp-use-killed-list'.
9369         (elmo-nntp-list-folder): Use killed list.
9370         (elmo-nntp-max-of-folder): Ditto.
9371         (elmo-nntp-msgdb-create): Set killed list.
9372
9373         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9374
9375         * elmo2.el (elmo-clear-killed): New backend function.
9376         All other related modules are changed.
9377
9378 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9379
9380         * elmo-util.el (elmo-imap4-spec-folder): Use
9381         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9382         All callers changed.
9383
9384 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9385
9386         * mmelmo-2.el (initialize-instance):
9387         Use `mime-buffer-entity-buffer-internal' instead of
9388         `mime-entity-buffer'.
9389
9390         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9391         (mime-entity-body): Implemented.
9392         (mime-goto-header-start-point): Deleted.
9393         (mime-goto-body-end-point): Ditto.
9394         (mime-entity-point-min): Ditto.
9395         (mime-entity-point-max): Ditto.
9396         (mime-entity-children): Ditto.
9397         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9398         instead of `mime-entity-buffer'.
9399         (mime-entity-header-buffer): Ditto.
9400         (mime-entity-body-buffer): Ditto.
9401         (mime-write-entity-content): Ditto.
9402
9403         * pldap.el (ldap-static-if): New macro.
9404         (toplevel): Use it instead of `static-if'.
9405
9406 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9409         included in `attrs' argument.
9410
9411 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9414
9415         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9416         (ldap-ldif-safe-init-char-regexp): Ditto.
9417         (ldap-ldif-safe-string-regexp): Ditto.
9418         (ldap/ldif-safe-string-p): New macro.
9419         (ldap/ldif-insert-field): Ditto.
9420         (ldap-modify): Use it.
9421         (ldap-add): Ditto.
9422         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9423         (ldap-decode-attribute): Decode only when `attr' is consp.
9424         (ldap-delete): Bind `ret'.
9425         (toplevel): Require 'cl at compile time.
9426         Removed (require 'poe) and (require 'std11).
9427         (pldap-version): Eliminated.
9428         (ldap-search-basic): Removed auth and dn binding.
9429         (ldap-ldif-field-name-regexp): New constant.
9430         (ldap-ldif-field-head-regexp): Ditto.
9431         (ldap-ldif-next-field-head-regexp): Ditto.
9432         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9433         (ldap/field-end): New function.
9434         (ldap/field-body): Use it.
9435         (ldap/collect-field): Ditto.
9436         (ldap-search-basic): Use `ldap/field-body'.
9437
9438 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9439
9440         * pldap.el (ldap-default-attribute-encoder): New user option.
9441         (ldap/field-body): Decode base64 string.
9442         (ldap/collect-field): Ditto.
9443         (ldap-encode-attribute): New function.
9444         (ldap-add-entries): Use it.
9445         (ldap-modify-entries): Ditto.
9446         (ldap-search-entries): Enclosed decoding function with
9447         `with-temp-buffer' and set as unibyte.
9448         (ldap-search-basic): Set process buffer as unibyte.
9449
9450         * elmo-util.el (elmo-folder-identical-system-p):
9451         Eliminated name space checking.
9452
9453         * pldap.el: New module.
9454         toplevel: Changed condition to detect built-in ldap feature.
9455         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9456         (ldap-add): Added error handling.
9457         (ldap-modify): Ditto.
9458         (ldap-delete): Ditto.
9459
9460 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9461
9462         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9463         Initialize local variables with `let'.  Inline a temporary
9464         variable for the progress percentage.  Sort `setq' to reduce
9465         function call in the while-loop.
9466
9467         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9468         into the conditional branch.
9469
9470 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9471
9472         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9473         Move a conditional out of the while-loop.
9474
9475 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9476
9477         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9478         elmo-msgdb-overview-get-entity-by-number.
9479         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9480         throw.
9481
9482 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9483
9484         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9485         the local variable for a packed number self descriptively.
9486
9487 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9488
9489         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9490         * elmo-localdir.el (elmo-localdir-pack-number): Use
9491         `elmo-msgdb-overview-get-entity' instead of
9492         `elmo-msgdb-overview-get-entity-by-number'.
9493         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9494         (elmo-msgdb-search-overview-entity): Removed.
9495         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9496         by message-id or number.
9497         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9498         instead of `elmo-msgdb-overview-get-entity-by-number'.
9499
9500 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9501
9502         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9503         non-nil, use hash table for overview.
9504         (elmo-hash-maximum-size): New variable.
9505         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9506         (elmo-msgdb-make-overview-hashtb): New function.
9507         (elmo-msgdb-clear-overview-hashtb): New function.
9508         (elmo-clear-hash-val): New macro.
9509         All other related modules are changed.
9510
9511 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9512
9513         * elmo2.el (elmo-move-msgs): If there's other message with
9514         same message-id, don't use cache.
9515
9516 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9517
9518         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9519         number is already packed.
9520
9521 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9522
9523         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9524
9525 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9526
9527         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9528         All other related modules are changed.
9529
9530 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9531
9532         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9533         of refiling failure on Maildir.
9534
9535 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9536
9537         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9538         decoded mime-charset with cache.
9539         (elmo-msgdb-overview-entity-get-from): Ditto.
9540         (elmo-msgdb-overview-entity-get-subject): Ditto.
9541         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9542
9543 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9544
9545         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9546         (elmo-remove-passwd): Fill password with 0 before erase.
9547         * elmo-vars.el (elmo-passwd-life-time): New variable.
9548
9549 \f
9550 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9551
9552         * elmo-cache.el (elmo-buffer-cache-add):
9553         Set message cache buffer as unibyte.
9554
9555 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9556
9557         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9558         become nil.
9559
9560 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9563         when display is finished.
9564         (elmo-nntp-msgdb-create): Ditto.
9565         (elmo-nntp-groups-read-response): Ditto.
9566         (elmo-nntp-retrieve-headers): Ditto.
9567         (elmo-nntp-msgdb-create-message): Ditto.
9568         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9569         (elmo-pop3-msgdb-create-message): Ditto.
9570
9571 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9572
9573         * elmo-maildir.el (elmo-maildir-msgdb-create):
9574         Use `elmo-msgdb-sort-by-date'.
9575
9576 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * elmo2.el (elmo-read-msg-no-cache):
9579         Eliminated arguments after `outbuf'.
9580         Don't use cache even if it exists.
9581         (elmo-read-msg): Don't pass arguments after `outbuf' to
9582         `elmo-read-msg-no-cache'.
9583
9584 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9585
9586         * elmo-archive.el (elmo-archive-list-folders):
9587         Use `file-name-directory' if base folder does not exist.
9588
9589 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9590
9591         * elmo-archive.el (elmo-archive-list-folders): Don't use
9592         `file-name-directory'.
9593
9594 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9595
9596         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9597         If `force' is non-nil, try flushing all operation queues.
9598
9599 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9600
9601         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9602         as-binary-process.
9603
9604 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9605
9606         * elmo-util.el (elmo-display-progress): Fixed.
9607
9608 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9609
9610         * elmo-util.el (elmo-display-progress): New function.
9611         All other related modules are changed.