Implement partial UIDs update for IMAP
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-01-15  Vitaly Mayatskih  <v.mayatskih@gmail.com>
2
3         * elmo-imap4.el (elmo-imap4-elist): New function
4         * elmo-imap4.el (elmo-imap4-parse-response): Added support for
5         ESEARCH feature (RFC4731).
6         * elmo-imap4.el (toplevel): Require time-stamp
7         * elmo-imap4.el (elmo-imap4-send-command, elmo-imap4-send-string,
8         elmo-imap4-read-response elmo-imap4-read-untagged
9         elmo-imap4-arrival-filter elmo-imap4-parse-response): Change
10         logging format.
11         * elmo-imap4.el (elmo-folder-list-messages-plugged,
12         elmo-imap4-folder-list-range, elmo-folder-open): Don't ask server
13         for full uid range on folder entering, retrieve updates only for
14         newly appeared messages.
15
16 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
17
18         * acap.el (acap-parse-response): Fix comment-out style. Use three
19         semicolons, that should start at the left margin.
20         See. also (Info-goto-node "(elisp)Comment Tips").
21         * elmo.el (toplevel, elmo-message-match-condition)
22         (elmo-folder-set-info-max-by-numdb, elmo-folder-move-messages):
23         Ditto.
24         * elmo-archive.el (elmo-archive-suffix-alist)
25         (elmo-archive-tar-method-alist, elmo-archive-tgz-method-alist)
26         (elmo-archive-method-list)
27         (elmo-archive-msgdb-create-as-numlist-subr2, elmo-folder-search):
28         Ditto.
29         * elmo-imap4.el (toplevel)
30         (elmo-imap4-send-command, elmo-imap4-check-validity)
31         (elmo-imap4-fetch-callback-1-subr)
32         (elmo-network-initialize-session, elmo-server-diff-async)
33         (elmo-imap4-folder-diff-plugged): Ditto
34         * elmo-maildir.el (elmo-maildir-temporal-filename): Ditto.
35         * elmo-msgdb.el (elmo-msgdb-append-element): Ditto.
36         * elmo-net.el (elmo-network-close-session): Ditto.
37         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string)
38         (elmo-nntp-parse-overview-string, elmo-nntp-post): Ditto.
39         * elmo-pop3.el (elmo-pop3-retrieve-headers):  Ditto.
40         * elmo-util.el (elmo-set-auto-coding, elmo-passwd-alist-save)
41         (elmo-number-set-delete)
42         (elmo-cache-get-oldest-cache-file-entity): Ditto.
43
44 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
45
46         * elmo-version.el (elmo-version): Up to 2.15.8.
47
48         * elmo-mime.el (elmo-mime-insert-header-from-buffer): Use
49         `with-current-buffer' instead of `save-excursion' (for suppress
50         compile warnings).
51
52         * elmo.el (elmo-folder-confirm-appends): Use `number-to-string'
53         instead of `int-to-string'.
54         * elmo-archive.el (elmo-archive-message-fetch-internal)
55         (elmo-archive-folder-message-make-temp-files)
56         (elmo-archive-folder-append-buffer)
57         (elmo-folder-delete-messages-internal)
58         (elmo-archive-msgdb-create-entity)
59         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
60         * elmo-util.el (elmo-cache-expire-by-age): Ditto.
61         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
62         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
63         * elmo-imap4.el (elmo-imap4-make-number-set-list)
64         (elmo-folder-list-subfolders): Ditto.
65         * elmo-localdir.el (elmo-message-file-name)
66         (elmo-folder-message-make-temp-files)
67         (elmo-localdir-msgdb-create-entity)
68         (elmo-folder-append-messages-*-localdir)
69         (elmo-folder-pack-numbers): Ditto.
70         * elmo-maildir.el (elmo-folder-message-make-temp-files): Ditto.
71         * elmo-map.el (elmo-location-map-key): Ditto.
72         * elmo-nntp.el (elmo-nntp-folder-postfix)
73         (elmo-nntp-folder-list-subfolders)
74         (elmo-nntp-folder-msgdb-create): Ditto.
75
76         * elmo.el (elmo-crosspost-message-alist-save): Don't use
77         `function' for `lambda'.
78         * elmo-archive.el (elmo-archive-folder-list-subfolders)
79         (elmo-folder-append-messages-*-archive)
80         (elmo-folder-delete-messages-internal): Ditto.
81         * elmo-date.el (elmo-replace-in-string): Ditto.
82         * elmo-multi.el (elmo-folder-list-messages, elmo-folder-search)
83         (elmo-folder-list-flagged): Ditto.
84         * elmo-maildir.el (elmo-maildir-cleanup-temporal): Ditto.
85         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
86         * modb-standard.el (modb-standard-cleanup-stale-entities): Ditto.
87
88 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
89
90         * elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
91         `elmo-dop-spool-folder' was used before it was defined"; Use
92         `defun' instead.
93
94         * pldap.el (ldap/ldif-safe-string-p): macro to function.
95         * elmo-imap4.el (elmo-imap4-detect-search-charset): Ditto.
96
97         * elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of
98         `mapcar'; Suppress compile warning.
99         * elmo-imap4.el (elmo-network-initialize-session-buffer)
100         (elmo-imap4-search-internal-primitive): Ditto.
101         * elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
102         * elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.
103
104         * elmo-imap4.el (elmo-imap4-parse-address-list)
105         (elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
106         (elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
107         (elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use
108         `(string-to-char " ")' instead of `? ', `?\ '.
109
110 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
111
112         * pldap.el (ldap-search-entries): Don't use `function' for lambda.
113         (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
114         (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
115         `function' for lambda.
116
117         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
118         `string-to-number' instead of `string-to-int'.
119
120         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
121         instead of `save-excursion' (for suppress compile warnings).
122         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
123         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
124         (elmo-nntp-post): Ditto.
125
126 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
127
128         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
129         Mule-UCS (to-utf-16).
130         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
131         Emacs 23.
132
133 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
134
135         * utf7.el (utf7-find-coding-system-without-bom): New Function.
136         (utf7-utf-16-coding-system): use no-BOM coding system.
137         (utf7-get-u16char-converter): remove workaround for BOM.
138
139 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
140
141         * elmo-util.el (elmo-union): New function, make a union of two lists.
142
143         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
144         mime-view when displaying malformed base64 attach.
145
146         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
147         (removed duplicated code)
148
149         * modb-standard.el (modb-standard-cleanup-stale-entities): New
150         function, Remove stale entities from elmo's cache.
151
152 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
153
154         * elmo-version.el (elmo-version): Up to 2.15.7.
155
156 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
157
158         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
159         default value to `--auto-update'.
160
161 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
162
163         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
164         Add `elmo-pop3-read-point' barrier.
165
166 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
167
168         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
169         goto the previous end-point insead of the head-point, and use
170         `search-forward' instead of `re-search-forward'.
171
172 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
173
174         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
175
176 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
177
178         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
179         case-insensitive fashion.
180
181 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
182
183         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
184
185 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
186
187         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
188         `eval-and-compile' for suppress compile warnings.
189
190         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
191         instead of `defun-maybe'
192
193         * elmo-util.el: Add (eval-when-compile (require 'static)).
194
195 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
196
197         * mmimap.el: Remove (require 'static).
198         * acap.el: Ditto.
199
200         * elmo-flag.el: Move ';;; Code:' comment.
201         * elmo-imap4.el: Ditto.
202         * elmo-net.el: Ditto.
203
204         * elmo-version.el (product-provide): Fix comment.
205
206 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
207
208         * slp.el: Add (eval-when-compile (require 'cl)).
209         * elmo-date.el: Ditto.
210         * elmo-pop3.el: Ditto.
211         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
212
213 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
214
215         * modb.el (elmo-msgdb-match-condition-primitive): Use
216         `string-to-number' instead of `string-to-int'.
217
218         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
219         (elmo-msgdb-message-match-condition)
220         (elmo-msgdb-create-message-entity-from-buffer): Use
221         `string-to-number' instead of `string-to-int'.
222
223         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
224         instead of `string-to-int'.
225
226         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
227         instead of `string-to-int'.
228
229         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
230         `string-to-number' instead of `string-to-int'.
231
232         * elmo-nntp.el (elmo-nntp-make-msglist)
233         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
234         (elmo-nntp-create-msgdb-from-overview-string)
235         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
236         (elmo-nntp-search-primitive): Use `string-to-number' instead of
237         `string-to-int'.
238
239         * elmo-net.el (elmo-net-folder-set-parameters): Use
240         `string-to-number' instead of `string-to-int'.
241
242         * elmo-localdir.el (elmo-localdir-list-subr): Use
243         `string-to-number' instead of `string-to-int'.
244
245         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
246         `string-to-number' instead of `string-to-int'.
247
248         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
249         instead of `string-to-int'.
250
251         * elmo-archive.el (elmo-archive-list-folder-subr): Use
252         `string-to-number' instead of `string-to-int'.
253
254 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
255
256         * elmo-util.el (elmo-get-passwd): Fix typo.
257
258         * elmo-nntp.el (elmo-nntp-get-server-command)
259         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
260         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
261         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
262         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
263
264         * elmo-imap4.el (elmo-imap4-debug)
265         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
266         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
267         (elmo-imap4-response-value, elmo-imap4-response-error-text)
268         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
269         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
270         (elmo-imap4-identical-system-p): New backquote style.
271
272 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
273
274         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
275         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
276         (elmo-dop-queue-arguments): Ditto.
277
278         * elmo-date.el (elmo-match-substring): New backquote style.
279         (elmo-match-string, elmo-match-buffer): Ditto.
280         (elmo-date-make-sortable-string): Ditto.
281
282         * elmo-archive.el (elmo-archive-get-method):New backquote style.
283         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
284
285         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
286         style.
287
288         * elmo-net.el (elmo-network-stream-type-spec-string): New
289         backquote style.
290         (elmo-network-stream-type-symbol): Ditto.
291         (elmo-network-stream-type-feature): Ditto.
292         (elmo-network-stream-type-function): Ditto.
293         (elmo-network-session-buffer): Ditto.
294
295         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
296         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
297         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
298         (elmo-bind-directory, elmo-set-work-buf): Ditto.
299
300         * elmo.el (elmo-folder-send): New backquote style.
301
302 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
303
304         * pldap.el (ldap-static-if): New backquote style.
305         (ldap/ldif-safe-string-p): Ditto.
306         (ldap/ldif-insert-field): Ditto.
307
308         * elmo-version.el (elmo-version): Up to 2.15.6.
309
310 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
311
312         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
313         messages with \Deleted flag.
314         (elmo-folder-delete-messages-plugged): Ask before sending expunge
315         command if there are messages with \Deleted flag.
316
317 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
320         http://seclists.org/bugtraq/2007/Apr/0018.html
321         (Suggested by Tatsuya Kinoshita)
322
323 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
326         with \Noselect attribute.
327
328 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
329
330         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
331         hierarchical folder structure with UW-imapd.
332
333 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
336         when the LOGINDISABLED capability is advertised.
337
338 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
341
342 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
345         `entity'.
346         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
347         if the message entity is exists.
348
349 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * elmo-util.el (elmo-msgdb-insert-file-header): Call
352         `elmo-delete-cr-buffer'.
353
354         * elmo-localdir.el (elmo-message-fetch-internal): Use
355         `insert-file-contents-as-raw-text' instead of
356         `insert-file-contents-as-binary'.
357
358         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
359
360 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * elmo-imap4.el (elmo-network-initialize-session): Check to
363         retrieve a whole greeting message.
364
365 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
368
369 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
370
371         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
372         (elmo-progress-notify): Use it instead of `plist-get'.
373
374 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * elmo.el (elmo-generic-folder-append-messages): Remove unused
377         variable `table'.
378
379 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * elmo-pipe.el (elmo-folder-set-plugged): Define.
382
383 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
386         (elmo-spam-list-spam-messages): Check it option.
387
388 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
389
390         * elmo-util.el (elmo-with-progress-display): Return the value
391         of the last form in `body'.
392
393 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
396         `elmo-progress-counter' as t when a query callback returns nil.
397         (elmo-progress-clear): New function.
398         (elmo-progress-done): Split into `elmo-progress-clear'.
399         (elmo-progress-notify): Update a total slot when it is nil.
400         (elmo-with-progress-display): Call `elmo-progress-clear' in
401         unwind-protect and move calling `elmo-progress-done' to outside.
402
403         * elmo-imap4.el (elmo-imap4-find-next-line): Call
404         `elmo-progress-notify' with :total parameter instead of
405         `elmo-progress-counter-set-total'.
406
407 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
408
409         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
410         Make it interactive.
411         (elmo-progress-start): Avoid updating `elmo-progress-counter'
412         when a query callback returns nil.  Return a progress counter
413         instead of t whenever a start callback was called.
414
415 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
418         (elmo-imap4-send-command): Use it.
419         (elmo-network-initialize-session): Ditto.
420         (elmo-network-setup-session): Ditto.
421         (elmo-folder-msgdb-create-plugged): Ditto.
422
423 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * elmo-util.el (elmo-progress-done): Fix a miss refer to
426         `elmo-progress-counter'.
427
428 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
431         (elsp-bsfilter-list-spam-filter): New function.
432         (elsp-bsfilter-start-list-spam): Ditto.
433         (elsp-bsfilter-read-list-spam): Ditto.
434         (elmo-spam-list-spam-messages): Use async process to display
435         progress message by each message.
436
437 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
440         of flushing previously inserted message contents.
441
442         * elmo-imap4.el (elmo-folder-search): Fix return value.
443
444 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
447         of reporter is enable or not.
448
449 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * elmo-util.el (elmo-list-bigger-diff): Abolish.
452         (elmo-display-progress): Ditto.
453         (elmo-progress-counter-alist): Ditto.
454         (elmo-progress-set): Ditto.
455         (elmo-progress-clear): Ditto.
456         (elmo-progress-counter-all-value): Rename to
457         `elmo-progress-counter-total'.
458         (elmo-progress-counter-format): Rename to
459         `elmo-progress-counter-action'.
460         (elmo-progress-counter): New internal variable.
461         (elmo-progress-callback-function): Ditto.
462         (elmo-progress-counter-label): New function.
463         (elmo-progress-counter-set-total): Ditto.
464         (elmo-progress-counter-set-action): Ditto.
465         (elmo-progress-call-callback): Ditto.
466         (elmo-progress-start): Ditto.
467         (elmo-progress-done): Ditto.
468         (elmo-progress-notify): Rewrite.
469         (elmo-with-progress-display): Remove first argument
470         `condition'. Add optional argument `var' in `spec'.
471
472         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
473         (elmo-display-retrieval-progress-threshold): Ditto.
474         (elmo-inhibit-display-retrieval-progress): Ditto.
475
476         * Replace all pair of `elmo-progress-set' and
477         `elmo-progress-clear' into `elmo-with-progress-display'.
478
479         * Replace to call `elmo-display-progress' into pair of
480         `elmo-progress-notify' and `elmo-with-progress-display'.
481
482         * elmo-version.el (elmo-version): Up to 2.15.5.
483
484 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
487         `cond'.
488
489 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
490
491         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
492         cleanup-forms [wl:14027].
493
494 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * elmo-flag.el (elmo-global-flag-set-internal): Use
497         `elmo-copy-file' by priority when the message is a file.
498
499 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * elmo.el: Fix typo: disptch -> dispatch.
502
503 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * elmo.el (elmo-file-tag): New class.
506         (elmo-append-messages-disptch-table): New constant.
507         (elmo-folder-type-p): New function.
508         (elmo-folder-append-messages): Redefine as function.
509
510         * elmo-null.el (elmo-folder-append-messages): Renamed from
511         `elmo-folder-append-messages'.
512
513         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
514         (elmo-folder-append-messages-*-maildir): Renamed from
515         `elmo-folder-append-messages'.
516
517         * elmo-localdir.el (elmo-localdir-folder): Inherit
518         `elmo-file-tag'.
519         (elmo-folder-append-messages-*-localdir): Renamed from
520         `elmo-folder-append-messages'.
521
522         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
523         from `elmo-folder-append-messages'.
524
525         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
526         `elmo-folder-append-messages'.
527
528         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
529         function.
530         (elmo-folder-append-messages-*-filter): Ditto.
531
532         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
533
534         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
535         (elmo-folder-append-messages-*-pipe): Renamed from
536         `elmo-folder-append-messages'.
537
538         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
539
540         * elmo-file.el (elmo-file-folder): Ditto.
541
542         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
543
544         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
545         from `elmo-folder-append-messages'
546
547 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * elmo-map.el (elmo-location-map-setup): Change an argument
550         `locations' to optional.
551         (elmo-location-map-clear): Abolish.
552         (elmo-folder-clear): Follow the API change.
553
554         * elmo-pop3.el (elmo-folder-clear): Ditto.
555
556         * elmo-pop3.el (toplevel): Require elmo-map.
557         (elmo-pop3-folder): Inherit elmo-location-map and abolish
558         location-alist slot (All other related portions are changed).
559         (elmo-pop3-folder-use-uidl): New function.
560         (elmo-folder-msgdb-create): Don't sort message entities.
561         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
562         (elmo-pop3-number-to-size): Convert return value to number.
563         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
564         working buffer.
565
566         * elmo-map.el: Use `location-map' as a variable name for instance
567         instead of `mapper'.
568         (elmo-location-map-setup): Return location alist.
569         (elmo-location-map-update): Ditto.
570
571 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * elmo-map.el (elmo-location-map): New class; split location and
574         number mapping from elmo-map-folder (All other related portions
575         are changed).
576
577         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
578         change.
579
580         * elmo-version.el (elmo-version): Up to 2.15.4.
581
582 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * elmo-vars.el (elmo-use-hardlink): New user option.
585
586         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
587         `elmo-use-hardlink'.
588
589         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
590         killed-list.
591         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
592         instead of `*-internal'. Use `elmo-with-progress-display'.
593
594 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
597         `elmo-spam-process-messages-as-mbox'.
598
599         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
600
601 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
604         argument BUFFER of `call-process'.
605
606 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
609         args.
610         (elsp-bsfilter-list-spam-files): Ditto.
611
612 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
615         (elmo-spam-bsfilter-max-messages-per-process): New use option.
616         (elmo-spam-bsfilter-debug): Fix a group.
617         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
618         `--homedir'.
619         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
620         (elsp-bsfilter-list-spam-files): New function.
621         (elmo-spam-list-spam-messages): Define.
622         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
623         (elmo-spam-bsfilter-register-messages): New function.
624         (elmo-spam-register-spam-messages): Define.
625         (elmo-spam-register-good-messages): Ditto.
626
627         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
628
629         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
630         `nconc' and `consp'.
631
632 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
635         hash table to test whether a location is exists.
636
637 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
638
639         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
640         even if some error occurred.
641
642         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
643         meaningless unwind-protect.
644
645         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
646         start-number correctly.
647         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
648         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
649
650 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
653         (elmo-folder-initialize): Use it.
654         (elmo-global-flag-replace-referrer): New function.
655
656         * elmo.el (toplevel): Added autoload setting for
657         `elmo-global-flag-replace-referrer'.
658         (elmo-folder-rename): Rewrite the last change use
659         `elmo-global-flag-replace-referrer'.
660
661         * elmo-pipe.el (elmo-folder-rename): Call
662         `elmo-global-flag-replace-referrer'.
663
664 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * elmo.el (elmo-folder-rename): Set meta data for global flags
667         follow the rename.
668
669 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
672         as 'not-loaded.
673         (elmo-folder-close): Ditto.
674         (elmo-filter-folder-number-list-loaded-p): New function.
675         (elmo-filter-folder-number-list): Check whether loaded or not.
676         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
677         of `elmo-filter-folder-number-list-internal'.
678         (elmo-folder-delete-messages): Ditto.
679         (elmo-folder-length): Check whether number-list is loaded or not.
680
681 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
684         field `real field' into each element of list.
685         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
686         (elmo-msgdb-message-entity-field): Ditto.
687         (modb-entity-ml-info-real-fields): New function.
688
689         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
690
691         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
692         `elmo-msgdb-extra-fields'.
693
694 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * elmo-util.el (elmo-passwd-alist-load): Move point to min
697         position before read.
698
699 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
702         (elmo-global-flags-initialize): Ditto.
703
704 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
705
706         * elmo-archive.el (toplevel): Don't require emu, std11
707         and elmo-localdir.
708
709         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
710         definition.
711
712 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * elmo.el (elmo-folder-confirm-appends): Display folder name.
715
716 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
719         literals.
720
721 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
722
723         * elmo-maildir.el (elmo-maildir-list-location): Reduce
724         `elmo-get-last-modification-time' call.
725
726 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
729         expression.
730         (elmo-maildir-set-mark): Ditto.
731         (elmo-maildir-delete-mark): Ditto.
732
733 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
736         optional argument `separators'.
737
738 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
739
740         * elmo.el (cache-changed): Abolish.
741         (status-changed): New signal.
742         (elmo-message-killed-p): New generic function and define for
743         elmo-folder.
744         (elmo-folder-recover-messages): Ditto.
745         (elmo-message-set-cached): Emit signal `status-changed' instead of
746         `cache-changed'.
747         (elmo-message-status): New macro.
748         (elmo-message-status-folder): Ditto.
749         (elmo-message-status-number): Ditto.
750         (elmo-message-status-set-flags): Ditto.
751         (elmo-message-status-set-killed): Ditto.
752         (elmo-message-status-flags): New function.
753         (elmo-message-status-cached-p): Ditto.
754         (elmo-message-status-killed-p): Ditto.
755
756         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
757         `status-changed' instead of `cache-changed'.
758         (elmo-folder-recover-messages): Define.
759         (elmo-message-killed-p): Ditto.
760
761         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
762         `status-changed' instead of `cache-changed'.
763
764         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
765         (elmo-message-killed-p): Define.
766         (elmo-folder-recover-messages): Ditto.
767
768         * elmo-version.el (elmo-version): Up to 2.15.3.
769
770 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * elmo-signal.el (elmo-signal-bindings): Use cons to append
773         element into list.
774         (elmo-define-signal-handler): Add docstring.
775         (elmo-define-signal-filter): Ditto.
776
777         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
778
779 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * elmo-util.el (elmo-flatten): Don't use recursive call.
782
783         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
784         assignment.
785         (elmo-folder-message-make-temp-files): Use `number-to-string'
786         instead of `int-to-string'.
787
788 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * elmo-search.el (elmo-folder-delete-messages): Define.
791
792 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
795         customization type.
796         (elmo-mailing-list-count-spec-list): Ditto.
797
798         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
799         for `list-id'.
800
801 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
802
803         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
804         handling.
805
806 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
809         (elmo-mailing-list-count-spec-list): Ditto.
810
811         * elmo-util.el (elmo-map-until-success): New function.
812         (elmo-string-match-substring): Ditto.
813         (elmo-find-list-match-value): Ditto.
814
815         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
816         Removed.
817         (modb-entity-extract-ml-info-from-subject): Ditto.
818         (modb-entity-extract-ml-info-from-return-path): Ditto.
819         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
820         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
821         (modb-entity-extract-ml-info-from-mailman): Ditto.
822         (modb-entity-extract-mailing-list-info-functions): Ditto.
823         (modb-entity-extract-mailing-list-info): Rewrite with
824         `elmo-find-list-match-value'.
825
826 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * elmo-net.el (elmo-network-session-retry-count): New user option.
829         (elmo-network-session-buffer-name): New internal function.
830         (elmo-network-session-buffer-create): Ditto.
831         (elmo-network-open-session): Retry open network session
832         `elmo-network-session-retry-count' times.
833
834 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
835
836         * elmo-util.el (elmo-list-filter): Rewritten.
837
838 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * elmo-util.el (elmo-string-member): Allow symbol element in list.
841
842 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * elmo-search.el (elmo-make-search-engine): Use prefix
845         `elmo-search-' for require symbol instead of `else-'.
846         (elmo-search-engine-extprog): New class.
847         (elmo-search-engine-do-search): Remove nil from argument
848         list. Added argument pattern to evaluate element as function.
849         (elmo-search-engine-local-file): Derived from
850         `elmo-search-engine-extprog'.
851         (elmo-search-engine-create-message-entity): Check existance of file.
852         (elmo-search-engine-fetch-message): Ditto.
853         (elmo-search-namazu-index): Follow the API change.
854         (elmo-search-grep-target): Ditto.
855
856 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
857
858         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
859         characters of working buffer.
860
861         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
862         Does not bind `default-mime-charset'.
863         (elmo-msgdb-create-message-entity-from-buffer): Removed
864         unnecessary local bind.
865
866         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
867         function.
868         (modb-entity-extract-mailing-list-info-functions): Added it.
869
870 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
873         when number and message-id are non-nil.
874
875         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
876
877         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
878         conditional steatment.
879         (elmo-pop3-auth-apop): Likewise.
880         (elmo-network-authenticate-session): Likewise.
881
882 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
885         symbol `fill-column'.
886         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
887         decode field value.
888
889         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
890         (elmo-decoded-field-body): Ditto.
891
892 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
893
894         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
895         `tokens' to `params'.
896
897 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
900         working buffer.
901
902 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
905         decide index.
906
907 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
910         Set default value as nil.
911         (toplevel): Register search engines by
912         `elmo-search-register-engine' if there are not defined.
913
914         * elmo.el (autoload): Added autoload setting for
915         `elmo-search-register-engine'.
916
917 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * elmo.el (toplevel): `[' is redefined as the prefix of the search
920         folder instead of nmz folder.
921         (elmo-nmz-default-index-path): Added obsolete variable setting.
922         (elmo-nmz-index-alias-alist): Ditto.
923         (elmo-nmz-use-drive-letter): Ditto.
924
925         * elmo-search.el (elmo-search-register-engine): New function.
926
927         * elmo-nmz.el: Removed.
928
929         * elmo-version.el (elmo-version): Up to 2.15.2.
930
931 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
932
933         * elmo-search.el: New file.
934
935 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
936
937         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
938         condition `larger' and `smaller'.
939
940 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
941
942         * elmo-util.el (elmo-safe-filename): Rewrite to replace
943         `"' (double quote) into "_Q_".
944
945 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * elmo-net.el (elmo-net-quote-chars): Abolish.
948         (elmo-net-format-quoted): Ditto.
949
950 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
951
952         * elmo.el (elmo-get-folder-function): New variable.
953         (elmo-get-folder): New function.
954         (elmo-folder-rename): Call `elmo-make-folder' with specified
955         mime-charset.
956
957         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
958         `elmo-make-folder'.
959         (elmo-split-subr): Ditto.
960
961         * elmo-multi.el (elmo-folder-initialize): Ditto.
962
963         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
964
965         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
966         (elmo-flag-get-folder): Ditto.
967
968         * elmo-filter.el (elmo-folder-initialize): Ditto.
969
970         * elmo-access.el (elmo-folder-initialize): Ditto.
971         (elmo-access-folder-update-children): Ditto.
972
973         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
974         (elmo-dop-queue-flush): Ditto.
975         (elmo-folder-append-buffer-dop-delayed): Ditto.
976         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
977         mime-charset.
978
979         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
980         instead of `elmo-make-folder'.
981         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
982         destination folder instead of send `elmo-folder-rename-internal'.
983
984         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
985         slot of subfolder instead of create it.
986
987 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * elmo-util.el (elmo-collect-separators): New function.
990         (elmo-collect-separators-internal): Ditto.
991         (elmo-collect-trail-separators): Ditto.
992         (elmo-parse-separated-tokens): Ditto.
993         (elmo-parse-separated-tokens-internal): Ditto.
994         (elmo-quote-syntactical-element): Ditto.
995
996         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
997         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
998
999         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
1000         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1001         (elmo-nntp-folder-list-subfolders): Quote a user name.
1002
1003         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
1004         (elmo-net-parse-network): Abolish.
1005         (elmo-net-folder-set-parameters): New function.
1006         (elmo-folder-initialize): Follow the above change.
1007
1008         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
1009         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1010         (elmo-folder-list-subfolders): Use
1011         `elmo-quote-syntactical-element' instead of
1012         `elmo-net-format-quoted' to quote mailbox and user name.
1013
1014 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * elmo-util.el (elmo-token-valid-p): New function.
1017         (elmo-parse-token): Add optional argument `requirement'.
1018         (elmo-parse-prefixed-element): Likewise.
1019
1020         * elmo-net.el (elmo-net-quote-chars): Renamed from
1021         `elmo-net-quote-chars-regexp'.
1022         (elmo-net-format-quoted): Add optional argument `extra-chars'.
1023
1024         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
1025         by info document. Check token `uidl' is started an alphabet.
1026
1027         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
1028         by info document. Check token `user' is started an alphabet.
1029
1030         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1031         (elmo-folder-list-subfolders): Quote user.
1032
1033 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * elmo-util.el (elmo-quoted-specials-list): New constant.
1036         (elmo-quoted-token): New function.
1037
1038         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
1039         (elmo-net-format-quoted): New function.
1040         (elmo-net-parse-network): Ditto.
1041         (elmo-folder-initialize): Use it.
1042
1043         * elmo-nntp.el (elmo-folder-initialize): Use
1044         `elmo-net-parse-network' to parse network specification instead of
1045         `elmo-folder-initialize#elmo-net'.
1046
1047         * elmo-pop3.el (elmo-folder-initialize): Ditto.
1048
1049         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1050         (elmo-folder-list-subfolders): Quote folder name by
1051         `elmo-net-format-quoted'.
1052
1053 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
1056         (elmo-folder-search): Use it.
1057
1058 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * modb-standard.el (modb-standard-loaded-message-id): Use
1061         `elmo-msgdb-message-entity-field'.
1062
1063 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
1066         without filename.
1067
1068 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * elmo-util.el (elmo-set-auto-coding): New function.
1071         (elmo-object-load): Use it.
1072
1073 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
1076         (elmo-time<): Define as alias of `elmo-time-less-p'.
1077         (elmo-time-to-datevec): New function.
1078
1079         * elmo-date.el (elmo-time-to-days): New function.
1080
1081 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
1084         is not cons cell.
1085
1086 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
1089         parenthesis.
1090
1091         * elmo-util.el (elmo-map-recursive): New function.
1092
1093         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
1094         (modb-entity-encode-string-recursive): Ditto.
1095
1096 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
1097
1098         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
1099         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
1100         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
1101         compare sequence number when last modified time is nil.
1102
1103 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1104
1105         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
1106
1107         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
1108
1109 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
1112         modification time of the file.
1113
1114 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * elmo-util.el (elmo-condition-optimize): Discriminated against
1117         preserved fields, extra fields and the other weight.
1118
1119 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * modb-entity.el (initialize-instance): Define.
1122         (modb-entity-handler-mime-charset): New internal function.
1123         (modb-standard-entity-set-field): Use it.
1124         (elmo-msgdb-message-entity-field): Ditto.
1125         (elmo-msgdb-message-entity-field): Ditto.
1126
1127         * modb.el (elmo-msgdb-match-condition): Rewrite with
1128         `elmo-condition-match'.
1129         (elmo-msgdb-match-condition-primitive): New function.
1130
1131         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1132         arguments `flags' and `numbers'.
1133         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1134         `elmo-msgdb-message-match-condition').
1135         (modb-buffer-entity-handler): New class.
1136
1137         * elmo.el (elmo-folder-search): Optimize condition to use
1138         `elmo-condition-optimize'.
1139         (elmo-message-buffer-match-condition): New function.
1140         (elmo-message-match-condition): Use
1141         `elmo-message-buffer-match-condition' instead of
1142         `elmo-buffer-field-condition-match'.
1143
1144         * elmo-util.el (elmo-condition-match): New function.
1145         (elmo-condition-optimize): Ditto.
1146         (elmo-buffer-field-primitive-condition-match): Abolish.
1147         (elmo-buffer-field-condition-match): Ditto.
1148
1149         * elmo-archive.el (elmo-archive-field-condition-match): Use
1150         `elmo-message-buffer-match-condition' instead of
1151         `elmo-buffer-field-condition-match'.
1152
1153 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1154
1155         * elmo-flag.el (elmo-global-flags-initialize): Check the
1156         existence of the flag directory.
1157
1158 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * elmo-access.el (elmo-folder-initialize): Call
1161         `elmo-multi-connect-signals'.
1162
1163         * elmo-pipe.el (elmo-folder-close): Define.
1164
1165         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1166         children folders.
1167
1168         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1169         with target folder.
1170
1171         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1172         `number'.
1173
1174         * elmo-multi.el (elmo-message-entity): Don't use return value of
1175         `elmo-message-entity-set-number'.
1176
1177 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * modb.el (modb-generic): Added slot `mime-charset'.
1180
1181         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1182         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1183         and `modb-entity-handler-dump-parameters'.
1184         (modb-standard-default-entity-handler): Abolish.
1185         (elmo-msgdb-message-entity-handler): Save created handler by
1186         instance slot.
1187
1188         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1189         (modb-entity-handler-list-parameters): New method.
1190         (modb-entity-handler-equal-p): New function.
1191         (modb-entity-handler-dump-parameters): Ditto.
1192         (modb-entity-parse-address-string): Encode return value.
1193         (modb-entity-make-address-string): Decode argument value.
1194         (modb-entity-decode-string-recursive): New function.
1195         (modb-entity-encode-string-recursive): Ditto.
1196         (modb-standard-entity-normalizer): Set to encode field value.
1197         (modb-standard-entity-specializer): Follow the above change.
1198         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1199         mime-charset of handler.
1200         (elmo-msgdb-message-entity-field): Ditto.
1201         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1202         structure.
1203         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1204
1205         * elmo.el (elmo-folder): Added slot `mime-charset'.
1206         (elmo-make-folder): Added argument `mime-charset'.
1207         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1208         `mime-charest'.
1209
1210         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1211         (elmo-make-msgdb): Likewise.
1212
1213         * elmo-internal.el (elmo-internal-folder-initialize): Call
1214         `luna-make-entity' with :mime-charset parameter.
1215
1216 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1217
1218         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1219         encoded words in `from' and `subject' field.
1220
1221 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1224         (elmo-msgdb-match-condition): Get handler from entity instead of
1225         msgdb.
1226
1227         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1228         (modb-standard-load-entity): Treat new file format.
1229         (modb-standard-save-entity-1): Save as new file format.
1230         (modb-standard-save-entity): Split messages into section here.
1231         (elmo-msgdb-message-field): Follow the API change.
1232         (modb-standard-default-entity-handler): New internal variable.
1233         (elmo-msgdb-message-entity-handler): Define.
1234
1235         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1236         to `elmo-vars.el'.
1237         (modb-entity-field-extractor-alist): New user option.
1238         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1239         added argument `type'.
1240         (elmo-msgdb-copy-message-entity): Add optional argument
1241         `make-handler'.
1242         (modb-set-field-converter): New function.
1243         (modb-convert-field-value): Ditto.
1244         (modb-entity-string-decoder): Ditto.
1245         (modb-entity-string-encoder): Ditto.
1246         (modb-entity-parse-date-string): Ditto.
1247         (modb-entity-make-date-string): Ditto.
1248         (modb-entity-mime-decoder): Ditto.
1249         (modb-entity-mime-encoder): Ditto.
1250         (modb-entity-address-list-decoder): Ditto.
1251         (modb-entity-address-list-encoder): Ditto.
1252         (modb-entity-parse-address-string): Ditto.
1253         (modb-entity-make-address-string): Ditto.
1254         (modb-entity-create-field-indices): Ditto.
1255         (modb-legacy-entity-field-slots): New constant.
1256         (modb-legacy-entity-field-indices): Ditto.
1257         (modb-legacy-entity-normalizer): New variable.
1258         (modb-legacy-entity-specializer): Ditto.
1259         (modb-legacy-entity-field-index): New macro.
1260         (modb-legacy-entity-set-field): New function.
1261         (modb-legacy-make-message-entity): Rewrite.
1262         (elmo-msgdb-create-message-entity-from-buffer): Use
1263         `elmo-msgdb-get-references-from-buffer'. Use
1264         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1265         Use `modb-legacy-entity-set-field' instead of
1266         `elmo-msgdb-message-entity-set-field'.
1267         (elmo-msgdb-message-entity-field): Rewrite.
1268         (elmo-msgdb-message-entity-set-field): Ditto.
1269         (elmo-msgdb-copy-message-entity): Make new entity by
1270         `make-handler' if it specified.
1271         (elmo-msgdb-message-match-condition): Define a method of
1272         `modb-entity-handler' and follow the API change.
1273         (modb-standard-entity-handler): New class.
1274         (modb-entity-extract-ml-info-from-x-sequence): New function.
1275         (modb-entity-extract-ml-info-from-subject): Ditto.
1276         (modb-entity-extract-ml-info-from-return-path): Ditto.
1277         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1278         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1279         (modb-entity-extract-mailing-list-info): Ditto.
1280         (modb-entity-extract-mailing-list-info-functions): New variable.
1281
1282         * elmo.el (elmo-message-field): Add optional argument `type'.
1283
1284         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1285         from `modb-entity.el'.
1286
1287         * elmo-util.el (elmo-object-load): Decode by coding-system from
1288         `set-auto-coding-function'.
1289         (elmo-object-save): Use `detect-mime-charset-region' and add
1290         coding cookie if encode.
1291         (elmo-msgdb-get-references-from-buffer): New function.
1292         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1293
1294         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1295
1296         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1297         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1298         instead of `shimbun-make-header' and follow the API change.
1299         (elmo-shimbun-update-overview): Follow the API change.
1300         (elmo-map-folder-list-message-locations): Ditto.
1301
1302         * elmo-pipe.el (elmo-message-field): Ditto.
1303
1304         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1305         Ditto.
1306
1307         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1308
1309         * elmo-multi.el (elmo-message-field): Ditto.
1310
1311         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1312         (elmo-msgdb-sort-by-date): Ditto.
1313         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1314         `elmo-message-entity-field'.
1315         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1316         change.
1317         (elmo-msgdb-overview-entity-get-from): Ditto.
1318         (elmo-msgdb-overview-entity-get-subject): Ditto.
1319         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1320         (elmo-msgdb-overview-entity-get-date): Ditto.
1321         (elmo-msgdb-overview-entity-get-to): Ditto.
1322         (elmo-msgdb-overview-entity-get-cc): Ditto.
1323
1324         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1325         (elmo-mime-collect-message/partial-pieces): Ditto.
1326
1327         * elmo-filter.el (elmo-message-field): Ditto.
1328
1329         * elmo-date.el (elmo-datevec-to-time): New function.
1330         (elmo-time-parse-date-string): Ditto.
1331         (elmo-time-make-date-string): Ditto.
1332         (elmo-time<): Ditto.
1333
1334         * elmo-version.el (elmo-version): Up to 2.15.1.
1335
1336 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1337
1338         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1339         member of elmo-local-flags.
1340
1341 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1342
1343         * elmo-version.el (elmo-version): Up to 2.15.0.
1344
1345 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1348         `ignore-msgdb' is non-nil.
1349
1350 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1353         (elmo-condition-in-msgdb-p): Ditto.
1354         (elmo-file-field-primitive-condition-match): Ditto.
1355         (elmo-file-field-condition-match): Ditto.
1356
1357         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1358
1359 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1362         subdirectories here.
1363         (elmo-global-flags-initialize): New function.
1364
1365         * elmo.el (toplevel): Added autoload setting for
1366         `elmo-global-flags-initialize'.
1367
1368 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369
1370         * elmo.el (message-number-changed): Define new signal.
1371         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1372         message-number-changed signal.
1373         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1374         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1375         Respect `elmo-pack-number-check-strict'.
1376
1377 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1378
1379         * elmo-signal.el (elmo-connect-signal): Document.
1380         (elmo-emit-signal): Ditto.
1381         (elmo-emit-signal): It should pass source argument to filter and
1382         handler, not slot-source.
1383
1384 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * modb.el (elmo-msgdb-update-entity): New API and define generic
1387         implement.
1388
1389         * modb-standard.el (elmo-msgdb-update-entity): Define.
1390
1391         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1392         API and define generic implement.
1393
1394         * elmo.el (update-overview): New singnal.
1395
1396         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1397         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1398         (elmo-message-entity-parent): Define.
1399
1400         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1401         `update-overview'.
1402
1403         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1404
1405         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1406
1407 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1408
1409         * elmo.el (elmo-folder-synchronize): Sort the return value of
1410         `elmo-list-diff'.
1411
1412         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1413         list.
1414
1415 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1416
1417         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1418         `default-enable-multibyte-characters'.
1419         (elmo-object-load): Use `with-temp-buffer' instead of
1420         `elmo-set-work-buf'.
1421         (elmo-object-save): Ditto.
1422         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1423         `elmo-set-work-buf'.
1424         (elmo-decoded-field-body): Ditto.
1425
1426         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1427
1428         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1429         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1430
1431         * elmo-version.el (elmo-version): Up to 2.13.3.
1432
1433 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1434
1435         * elmo-util.el (elmo-list-diff): Fix the last change.
1436         Reverse order of result lists.
1437
1438 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * modb-standard.el (elmo-msgdb-set-flag): Use
1441         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1442         (elmo-msgdb-unset-flag): Ditto.
1443
1444         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1445         `elmo-list-diff'.
1446
1447         * elmo-util.el (elmo-list-diff): Rewrite.
1448         (elmo-list-diff-nonsortable): New function.
1449
1450 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1451
1452         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1453         `elmo-multibypte-buffer-name'.  All referers are updated.
1454
1455 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1458         (elmo-mime-entity-fragment-p): New function.
1459         (mime-elmo-buffer-entity): Added slot `reassembled'.
1460         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1461         (elmo-message-mime-entity-internal): New function (renamed from
1462         `elmo-message-mime-entity').
1463         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1464         (elmo-mime-make-reassembled-mime-entity): New function.
1465         (elmo-message-reassembled-mime-entity): Ditto.
1466         (elmo-mime-collect-message/partial-pieces): Ditto.
1467
1468 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1471
1472         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1473         (elmo-with-enable-multibyte): New macro.
1474
1475         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1476
1477 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1480         argument `number'.
1481         (elmo-filter-connect-signals): Follow the above change.
1482
1483 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1486
1487         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1488         that only the first flag is used.
1489
1490 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1491
1492         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1493         if available.
1494
1495 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * elmo-signal.el: New file.
1498
1499         * elmo.el (toplevel): Require elmo-signal.
1500         (flag-changing, flag-changed, cache-changed): New signal.
1501         (elmo-folder): Remove slog `handlers'.
1502         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1503         `elmo-folder-notify-event'.
1504         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1505         (elmo-folder-unset-flag): Ditto.
1506         (elmo-event-handler): Abolish.
1507         (elmo-event-handler-flag-changed): Ditto.
1508         (elmo-event-handler-cache-changed): Ditto.
1509         (elmo-folder-add-handler): Ditto.
1510         (elmo-folder-remove-handler): Ditto.
1511         (elmo-folder-notify-event): Ditto.
1512
1513         * elmo-pipe.el (toplevel): Require elmo-signal.
1514         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1515         (elmo-pipe-connect-signals): New function.
1516         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1517         (elmo-folder-set-flag): Ditto.
1518         (elmo-folder-unset-flag): Ditto.
1519         (elmo-message-set-cached): Ditto.
1520
1521         * elmo-multi.el (toplevel): Require elmo-signal.
1522         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1523         (elmo-multi-connect-signals): New function.
1524         (elmo-multi-map-numbers): Ditto.
1525         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1526         (elmo-message-fetch): Ditto.
1527         (elmo-folder-set-flag): Ditto.
1528         (elmo-folder-unset-flag): Ditto.
1529
1530         * elmo-filter.el (toplevel): Require elmo-signal.
1531         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1532         (elmo-filter-connect-signals): New function.
1533         (elmo-filter-add-flag-count): Ditto.
1534         (elmo-message-fetch): Does not call
1535         `elmo-filter-folder-countup-message-flags' and
1536         `elmo-folder-notify-event'.
1537         (elmo-message-set-cached): Ditto.
1538         (elmo-folder-set-flag): Ditto.
1539         (elmo-folder-unset-flag): Ditto.
1540
1541         * elmo-version.el (elmo-version): Up to 2.13.2.
1542
1543 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1544
1545         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1546         `flags'.
1547
1548 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * elmo-filter.el (elmo-message-set-cached): Call
1551         `elmo-folder-notify-event' with event `cache-changed'.
1552
1553         * elmo-multi.el (elmo-message-set-cached): Ditto.
1554
1555         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1556
1557 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * elmo.el (elmo-folder-encache): Abolish.
1560
1561 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1564         (elmo-folder-next-message-number-dop): Return appropriate negative
1565         integer.
1566
1567 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1568
1569         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1570         clearing pending operations.
1571         (elmo-folder-next-message-number-dop): Return appropriate negative
1572         integer.
1573
1574 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * elmo.el (toplevel): Added autoload setting for `md5'.
1577         (elmo-msgdb-path-encode-threshold): New user option.
1578         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1579         longer than `elmo-msgdb-path-encode-threshold'.
1580
1581         * elmo-flag.el (elmo-global-mark-migrate): Use
1582         `elmo-folder-expand-msgdb-path' instead of
1583         `elmo-folder-msgdb-path'.
1584
1585 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1586
1587         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1588         element of the difference is nil.
1589
1590 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1591
1592         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1593         to the check logic of file systems which are weak in colon character.
1594
1595 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1598
1599 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1600
1601         * elmo-maildir.el (elmo-maildir-move-file): New function.
1602         (elmo-folder-append-buffer): Use it.
1603         (elmo-folder-append-messages): Ditto.
1604         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1605
1606         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1607         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1608
1609         * elmo-maildir.el (elmo-maildir-separator): New user option.
1610         (elmo-maildir-adjust-separator): New macro.
1611         (elmo-maildir-list-location): Use it.
1612         (elmo-maildir-update-current): Ditto.
1613         (elmo-maildir-set-mark): Ditto.
1614         (elmo-maildir-delete-mark): Ditto.
1615         (These changes are based on Hiroya Murata's patch [wl: 13437])
1616
1617 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1620
1621 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1624         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1625         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1626
1627 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1628
1629         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1630         Use `with-temp-buffer'.
1631
1632 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1633
1634         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1635
1636         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1637         `wl-read-search-condition').
1638         (elmo-read-search-condition-internal): Likewise.
1639
1640         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1641         (elmo-flag-valid-p): New function.
1642         (elmo-folder-initialize): Check flag name is valid.
1643
1644 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1645
1646         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1647         delimiter to obtain root mailbox itself.
1648
1649 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1650
1651         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1652         type mismatch.
1653
1654 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1655
1656         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1657         as t.
1658
1659 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * elmo-shimbun.el (toplevel): Require cl at compile.
1662
1663         * elmo-nntp.el (toplevel): Ditto.
1664
1665         * elmo-nmz.el (toplevel): Ditto.
1666
1667         * elmo-multi.el (toplevel): Ditto.
1668
1669         * elmo-file.el (toplevel): Ditto.
1670
1671         * elmo-dop.el (toplevel): Ditto.
1672
1673         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1674
1675 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1676
1677         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1678         as nil.
1679
1680         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1681         size of elmo-message-fetch-internal is 0 byte.
1682
1683 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1686
1687 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1690         always plugged.
1691
1692 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * elmo-maildir.el (elmo-map-message-fetch): Call
1695         `elmo-map-folder-set-flag'.
1696
1697         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1698         (elmo-message-fetch): Merge from
1699         `elmo-message-fetch-with-cache-process'.
1700
1701         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1702         (elmo-message-fetch): Define.
1703
1704         * elmo-nntp.el (elmo-message-fetch): Renamed from
1705         `elmo-message-fetch-with-cache-process'.
1706
1707         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1708         (elmo-message-fetch): Define.
1709
1710         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1711         search-key.
1712
1713         * elmo-shimbun.el (shimbun-mua-search-id): Use
1714         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1715         (elmo-shimbun-folder-shimbun-header): Ditto.
1716         (elmo-shimbun-get-headers): Ditto.
1717         (elmo-shimbun-update-overview): Ditto.
1718
1719         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1720
1721         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1722         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1723
1724 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1727         message is cached.
1728         (elmo-message-fetch-string): Fixed argument.
1729
1730 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1731
1732         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1733         exchange order of arguments `section' and `unread'.
1734         (elmo-message-encache): Follow the API change.
1735         (elmo-message-match-condition): Ditto.
1736         (elmo-generic-folder-append-messages): Ditto.
1737         (elmo-message-fetch-string): New function.
1738
1739         * elmo-split.el (elmo-split-subr): Ditto.
1740
1741         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1742
1743         * elmo-pipe.el (elmo-message-fetch): Ditto.
1744
1745         * elmo-multi.el (elmo-message-fetch): Ditto.
1746
1747         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1748
1749         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1750
1751         * elmo-filter.el (elmo-message-fetch): Ditto.
1752
1753         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1754
1755         * elmo-imap4.el (mime-imap-location-section-body): Use
1756         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1757         follow the API change.
1758
1759 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * elmo-access.el: New file.
1762
1763         * elmo-null.el: Ditto.
1764
1765         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1766
1767 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1770         (elmo-network-session): New attribute `last-accessed'.
1771         (elmo-network-get-session): Discard network cache if elapsed time
1772         since last-accessed is larger than elmo-network-session-idle-timeout.
1773
1774 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1777         and added `number', `require-entireness'.
1778         (elmo-find-fetch-strategy): Rewrite.
1779         (elmo-message-fetch): Unset `unread' flag when argument unread is
1780         non-nil.
1781
1782         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1783
1784         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1785         (elmo-message-fetch): Notify event `flag-changed'.
1786
1787         * elmo-pipe.el: Likewise.
1788
1789         * elmo-mime.el (elmo-mime-entity): New class.
1790         (elmo-mime-entity-display-p): New generic function.
1791         (elmo-mime-entity-display): Ditto.
1792         (elmo-mime-entity-display-as-is): Ditto.
1793         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1794         elmo-mime-entity.
1795         (elmo-make-mime-message-location): Removed.
1796         (elmo-mime-message-display): Ditto.
1797         (elmo-mime-display-as-is): Ditto.
1798         (elmo-message-mime-entity): New function.
1799
1800         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1801
1802         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1803         change.
1804         (elmo-message-fetch): Re-count flagged message number and notify
1805         event `flag-changed'.
1806
1807         * elmo-version.el (elmo-version): Up to 2.13.1.
1808
1809 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * elmo-filter.el (elmo-message-field): Define.
1812         (elmo-message-set-field): Ditto.
1813
1814 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * elmo.el (elmo-message-set-cached): Call
1817         `elmo-folder-notify-event' with cache-changed.
1818         (elmo-event-handler-cache-changed): New generic function.
1819
1820 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1821
1822         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1823         instead of elmo-add-name-to-file.
1824         (elmo-folder-append-messages): Ditto.
1825
1826 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1827
1828         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1829
1830 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1831
1832         * elmo-version.el (elmo-version): Up to 2.13.0.
1833
1834         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1835         `auto'.
1836
1837         * modb-standard.el (modb-standard-economize-entity-size): Changed
1838         default value to `t'.
1839
1840         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1841         `standard'.
1842
1843         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1844         after parsing greeting string.
1845
1846 2004-11-23  Daishi Kato <daishi@axlight.com>
1847
1848         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1849         New user option.
1850         (elmo-spam-spamoracle-call): Use it.
1851
1852 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1853
1854         * elmo.el (elmo-message-accessible-p): Message in dop spool
1855         is accessible.
1856
1857 2004-11-23  Daishi Kato <daishi@axlight.com>
1858
1859         * elsp-spamoracle.el: New file.
1860
1861 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * elmo.el (elmo-message-flags-for-append): New function.
1864         (elmo-generic-folder-append-messages): Use it.
1865
1866         * elmo-split.el (elmo-split-subr): Ditto.
1867
1868         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1869         `flags' and use elmo-folder-append-buffer instead of
1870         write-region-as-binary.
1871         (elmo-dop-filter-pending-messages): New function.
1872         (elmo-folder-append-buffer-dop): Call
1873         elmo-dop-spool-folder-append-buffer with `flag'.
1874         (elmo-folder-set-flag-dop): Filter messages by
1875         elmo-dop-filter-pending-messages.
1876         (elmo-folder-unset-flag-dop): Ditto.
1877         (elmo-folder-append-buffer-dop-delayed): Use
1878         elmo-message-flags-for-append to get flags of the message and
1879         simplify.
1880
1881 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1882
1883         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1884
1885 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1886
1887         * elmo.el (elmo-folder): Added handlers slot.
1888         (elmo-event-handler): New class.
1889         (elmo-event-handler-flag-changed): New API.
1890         (elmo-folder-add-handler): New function.
1891         (elmo-folder-remove-handler): Ditto.
1892         (elmo-folder-notify-event): Ditto.
1893         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1894         `flag-changed'.
1895         (elmo-folder-unset-flag): Ditto.
1896
1897         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1898         (elmo-folder-unset-flag): Ditto.
1899
1900         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1901         (elmo-folder-unset-flag): Ditto.
1902
1903         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1904         (elmo-folder-unset-flag): Ditto.
1905
1906         * elmo-version.el (elmo-version): Up to 2.11.33.
1907
1908 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1911
1912 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1913
1914         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1915
1916         * elmo-flag.el (elmo-folder-unset-flag): Define.
1917         (elmo-global-flag-detach): Do process when the flag is not target
1918         flag.
1919
1920 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921
1922         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1923         variable.
1924         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1925
1926 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1927
1928         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1929         function.
1930         (elmo-folder-delete-messages): Detach messages before delete
1931         messages from target folder.
1932         (elmo-folder-detach-messages): Set updated number-list to slot.
1933
1934 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1937
1938 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1941
1942 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1943
1944         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1945         internal use only).
1946         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1947         not modified.
1948         (elmo-folder-delete-messages): Define.
1949         (elmo-folder-move-messages): Don't call
1950         `elmo-folder-detach-messages'.
1951         (elmo-folder-synchronize): Rewrite.
1952         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1953
1954         * elmo-util.el (elmo-last): New function.
1955         (elmo-set-list): Ditto.
1956         (elmo-number-set-delete-list): Ditto.
1957         (elmo-number-set-delete): Ditto.
1958
1959         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1960
1961         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1962         `elmo-folder-delete-messages' and don't delete location map.
1963         (elmo-folder-detach-messages): Define.
1964
1965         * elmo-imap4.el (elmo-folder-delete): Use
1966         `elmo-folder-delete-messages-internal' instead of
1967         `elmo-folder-delete-messages'.
1968
1969         * elmo-filter.el (elmo-folder-delete-messages): Call
1970         `elmo-folder-detach-messages'.
1971         (elmo-folder-detach-messages): Don't call
1972         `elmo-folder-detach-messages' for target folder.
1973
1974         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1975         message deletion is succeeded.
1976
1977         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1978
1979         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1980         from `elmo-folder-delete-messages'.
1981
1982         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1983
1984         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1985
1986         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1987
1988         * elmo-version.el (elmo-version): Up to 2.11.32.
1989
1990 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1991
1992         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1993         (elmo-global-flag-list): Added obsolete variable setting.
1994
1995         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1996
1997         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1998         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1999         `elmo-mime-display-header-analysis' is nil.
2000
2001         * elmo-flag.el (elmo-global-flags): Renamed from
2002         `elmo-global-flag-list' (All other related portions are changed).
2003         (elmo-local-flags): New variable.
2004         (elmo-local-flag-p): New function.
2005         (elmo-global-flag-set-internal): Cause an error when flag is not
2006         global.
2007
2008 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * elmo-util.el (elmo-concat-path): Treat empty path.
2011
2012 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
2015         field-or-fields).
2016         (elmo-split-address-match): Ditto.
2017         (elmo-split-equal): Ditto.
2018         (elmo-split-match): Ditto.
2019
2020 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2021
2022         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
2023         (elmo-generic-folder-append-messages): If src message exists but
2024         has no flag, pass (read) for the FLAG argument of
2025         `elmo-folder-append-buffer'. Otherwise, pass nil.
2026
2027         * elmo-split.el (elmo-split-subr): Likewise.
2028
2029         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
2030
2031         * elmo-multi.el (elmo-message-flags): Ditto.
2032
2033         * elmo-filter.el (elmo-message-flags): Ditto.
2034
2035         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2036         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
2037         pass (read) for the FLAG argument of elmo-folder-append-buffer.
2038         
2039 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * elmo-split.el (elmo-split-rule): Update comment.
2042         (elmo-split-address-equal): Allow 2nd argument to be a list.
2043         (elmo-split-address-match): Ditto.
2044         (elmo-split-equal): Ditto.
2045         (elmo-split-match): Ditto.
2046
2047 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2048
2049         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2050         (elmo-folder-append-msgdb): Don't treat `read'.
2051         (elmo-message-flags): Don't return `read'.
2052
2053         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
2054         (elmo-folder-unset-read-delayed): Ditto.
2055
2056         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
2057
2058 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
2061         deletion.
2062
2063 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
2066         header.
2067
2068 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
2069
2070         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
2071         here.
2072         (elmo-msgdb-save): Bind inhibit-quit.
2073         (modb-standard-message-entity): Ditto.
2074
2075 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2076
2077         * elmo-database.el: No need to require elmo-msgdb.
2078
2079 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
2082         instead of `elmo-list-subdirectories'.
2083
2084 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2085
2086         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
2087         group entry.
2088         (elmo-folder-exists-p): "[" is empty.
2089         (elmo-folder-list-subfolders): Define.
2090         (elmo-folder-have-subfolder-p): Ditto.
2091
2092 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2093
2094         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
2095
2096 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
2097
2098         * elmo-filter.el (elmo-folder-local-p): Define.
2099
2100 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2101
2102         * modb-standard.el (modb-standard-loaded-message-id): Return nil
2103         when entity is garbaged.
2104         (modb-standard-save-entity-1): Don't modify the original entity.
2105
2106 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
2107
2108         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
2109
2110 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * elmo.el (elmo-strict-folder-diff): Use
2113         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2114
2115 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2116
2117         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2118         (elmo-msgdb-message-number): Ditto.
2119         (elmo-msgdb-message-field): Ditto.
2120
2121         * modb-standard.el (modb-standard-economize-entity-size): New user
2122         option.
2123         (modb-standard-loaded-message-id): New inline function.
2124         (modb-standard-load-entity): Use it.
2125         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2126         throw message-id string away.
2127         (elmo-msgdb-flag-available-p): Define.
2128         (elmo-msgdb-message-number): Ditto.
2129         (elmo-msgdb-message-field): Ditto.
2130
2131         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2132         (suppoted -> supported).
2133         (modb-legacy-supported-flag-p): Ditto.
2134         (elmo-msgdb-set-flag): Ditto.
2135         (elmo-msgdb-unset-flag): Ditto.
2136         (elmo-msgdb-flag-available-p): Define.
2137
2138         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2139         is `t', treat it as legacy entity.
2140         
2141         * elmo.el (elmo-message-flag-available-p): New generic function.
2142         (elmo-message-number): Ditto.
2143         (elmo-message-field): Use `elmo-msgdb-message-field'.
2144
2145         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2146
2147         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2148         (elmo-message-number): Ditto.
2149
2150         * elmo-multi.el (elmo-message-number): Define.
2151         (elmo-message-flag-available-p): Ditto.
2152
2153         * elmo-filter.el (elmo-message-flag-available-p): Define.
2154         (elmo-message-number): Ditto.
2155
2156         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2157         (elmo-folder-initialize): Load `max-number'.
2158         (elmo-folder-commit): Save it.
2159         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2160         (elmo-global-flag-set-internal): Set up max-number slot.
2161
2162 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2163
2164         * elmo-version.el (elmo-version): Up to 2.11.31.
2165
2166 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2167
2168         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2169         unibyte string of the current buffer for the argument of `md5'
2170         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2171
2172 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * modb-legacy.el (modb-legacy-flag-list): New constant.
2175         (modb-legacy-suppoted-flag-p): New internal function.
2176         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2177         (elmo-msgdb-unset-flag): Ditto.
2178
2179 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2180
2181         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2182
2183         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2184         from msgdb.
2185
2186 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2189         (follow the API change).
2190
2191         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2192
2193 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * modb-standard.el (modb-standard-digest-flags): Abolish.
2196         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2197
2198         * elmo-vars.el (elmo-digest-flags): New variable.
2199         (elmo-preserved-flags): Moved from elmo-flag.el.
2200
2201         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2202         (elmo-imap4-flag-to-imap-criteria): Ditto.
2203         (elmo-imap4-folder-list-flagged): Use it.
2204
2205         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2206
2207         * elmo.el (elmo-folder-count-flags): Changed return value.
2208
2209         * elmo-flag.el (elmo-preserved-flags): New variable.
2210         (elmo-get-global-flags): Use it.
2211
2212         * modb-standard.el (modb-standard-digest-flags): New variable.
2213         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2214         Changed behavior of `any'.
2215
2216         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2217         which are defined the Internet draft
2218         (draft-melnikov-imap-keywords-03.txt).
2219         (elmo-imap4-flags-to-imap): New function.
2220         (elmo-folder-append-buffer): Use it.
2221
2222         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2223         in the docstring.
2224
2225         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2226         avoid the bug of Emacs 21.3.
2227
2228 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2229
2230         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2231         function find-coding-system does not exist.
2232
2233 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234
2235         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2236         parsing.
2237
2238 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2239
2240         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2241         response codes.
2242
2243 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2244
2245         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2246         (elmo-network-close-session): Follow the changes in
2247         `elmo-pop3-read-response'.
2248         (elmo-pop3-auth-user): Ditto.
2249         (elmo-pop3-auth-apop): Ditto.
2250         (elmo-network-initialize-session): Ditto.
2251         (elmo-network-authenticate-session): Ditto.
2252         (elmo-network-setup-session): Ditto.
2253         (elmo-folder-status): Ditto.
2254         (elmo-message-fetch-plugged): Ditto.
2255         (elmo-pop3-delete-msg): Ditto.
2256
2257 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2260         on failure.
2261
2262 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2265         style.
2266         (elmo-bind-directory): Ditto.
2267
2268 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * elmo.el (elmo-folder-append-messages): Note on return value.
2271         * elmo-archive.el (elmo-folder-append-messages): Don't return
2272         message numbers which could not be appended.
2273
2274 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2275
2276         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2277
2278 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2279
2280         * elmo-version.el (elmo-version): Up to 2.11.30.
2281
2282 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2285         `mask'.
2286
2287         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2288
2289         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2290         (elmo-multi-split-numbers): Add elmo-folder object into each
2291         element of return value at first.
2292         (elmo-folder-delete-messages): Follow the above change.
2293         (elmo-folder-detach-messages): Ditto.
2294
2295         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2296         number which is synchronized in target folder.
2297
2298 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2299
2300         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2301         Change default value to symbol `all'.
2302         (elmo-map-message-fetch): Change condition to update overview
2303         follow the above.
2304
2305 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2306
2307         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2308         behavior to update overview.
2309         (elmo-shimbun-update-overview-folder-list): Note it.
2310
2311 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2314         recursive call.
2315
2316 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2319         buffer-disable-undo, it is unnecessary.
2320         (elmo-spam-register-good-messages): Ditto.
2321
2322         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2323         Ditto.
2324
2325         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2326
2327 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2330         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2331         elmo-set-buffer-multibyte.
2332         (elmo-object-load): Ditto.
2333         (elmo-save-buffer): Ditto.
2334         (elmo-delete-char): Ditto.
2335         (elmo-file-field-primitive-condition-match): Ditto.
2336         (elmo-mime-string): Ditto.
2337
2338         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2339         (elmo-archive-field-condition-match): Ditto.
2340
2341         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2342
2343         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2344
2345         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2346         (elmo-nntp-msgdb-create-message): Ditto.
2347
2348         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2349
2350         * elmo.el (elmo-message-match-condition): Ditto.
2351         (elmo-message-match-condition): Ditto.
2352
2353         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2354         Ditto.
2355
2356         * elmo-version.el (elmo-version): Up to 2.11.29.
2357
2358         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2359         (elsp-header): New backend.
2360
2361         * elmo-util.el (elmo-decoded-field-body): New function.
2362
2363 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * elmo-version.el (elmo-version): Up to 2.11.28.
2366
2367 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2368
2369         * elmo-filter.el: Rewrite.
2370
2371         * elmo-version.el (elmo-version): Up to 2.11.27.
2372
2373 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2376         msgdb path for the localdir folder with absolute path.
2377
2378         * utf7.el: Synch up with latest gnus/utf7.el;
2379         Modified for latest Emacs.
2380
2381 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2382
2383         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2384         shimbun backend couldn't open.
2385
2386 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2387
2388         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2389         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2390         when a destination folder is a filter folder.
2391
2392 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2393
2394         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2395         (elmo-generic-folder-append-messages): Call elmo-message-flags
2396         with argument `msgid'.
2397
2398         * elmo-split.el (elmo-split-subr): Ditto.
2399
2400         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2401
2402         * elmo-multi.el (elmo-message-flags): Ditto.
2403
2404 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * elmo.el (elmo-folder): Add new slot `flag-table'.
2407         (elmo-folder-flag-table): New API.
2408         (elmo-folder-close-flag-table): Ditto.
2409         (elmo-folder-preserve-flags): New function.
2410         (elmo-generic-folder-append-messages): Use
2411         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2412         Flag of a non-registered message, it sets to nil.
2413         Does not set flag to flag-table.
2414
2415         * elmo-maildir.el (elmo-folder-append-buffer): Use
2416         `elmo-folder-preserve-flags'.
2417         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2418         `elmo-folder-close-flag-table'.
2419
2420         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2421         (elmo-archive-folder-append-buffer): Use
2422         `elmo-folder-preserve-flags'.
2423
2424         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2425
2426         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2427
2428         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2429         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2430         `elmo-folder-close-flag-table'.
2431
2432         * elmo-version.el (elmo-version): Up to 2.11.26.
2433
2434 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2435
2436         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2437
2438         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2439         md5's 4th and 5th argument (non-existent in flim one).
2440
2441 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2444         message, It sets to nil.
2445
2446 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2449         list is non-nil.
2450
2451 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2452
2453         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2454
2455         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2456
2457         * elmo-util.el (elmo-uniq-sorted-list): New function.
2458         (elmo-make-number-list): Ditto.
2459         (elmo-number-set-to-number-list): Use elmo-make-number-list
2460         and don't use nreverse.
2461
2462 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2463
2464         * elmo-version.el (elmo-version): Up to 2.11.25.
2465
2466 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2467
2468         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2469         field not exists in message, Use md5 message digest of header.
2470
2471 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2474         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2475         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2476         * elmo-split.el (elmo-split-subr): Check return value of
2477         elmo-folder-append-buffer.
2478
2479         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2480         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2481
2482         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2483         message-id.
2484
2485 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * elmo-split.el (elmo-split-subr): Append message with flag.
2488
2489         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2490         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2491         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2492
2493 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2494
2495         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2496         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2497         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2498
2499 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2500
2501         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2502         with a function call of `process-buffer'.  All callers are updated.
2503         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2504         Remove redundant `set-buffer' in a while loop.
2505
2506 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2507
2508         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2509         calls.
2510
2511 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2514         elsp-spamfilter-register-buffer-internal with current buffer.
2515         (elmo-spam-register-spam-buffer): Ditto.
2516         (elmo-spam-register-good-buffer): Ditto.
2517
2518 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2519
2520         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2521         if it is not contained in the response(A workaround for courier-imap).
2522
2523 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2526         parenthesis.
2527
2528 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2529
2530         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2531         range.
2532
2533 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2534
2535         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2536         of nconc.
2537
2538         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2539         argument handler.
2540         (elmo-msgdb-message-match-condition): Follow the change above.
2541
2542 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2545         folder name.
2546
2547 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2550
2551 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552
2553         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2554
2555 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2556
2557         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2558         not found.
2559
2560 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2563         value.
2564         (elmo-file-command-argument): Undo last change for cygwin.
2565         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2566         Don't return nil.
2567         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2568
2569 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2572         value returned from elmo-file-find is nil.
2573
2574 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2575
2576         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2577         to elmo-vars.el.
2578
2579         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2580         instead of insert-file-contents-as-binary.
2581         (elmo-message-set-field): New generic function.
2582
2583         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2584         behavior change on `split-string'.
2585
2586         * elmo-file.el (elmo-file-find): New function.
2587         (elmo-file-command): New user option.
2588         (elmo-file-command-argument): Ditto.
2589         (elmo-file-fetch-max-size): Ditto.
2590         (elmo-file-detect-format): New function.
2591         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2592         Use elmo-file-detect-format.
2593         (elmo-map-folder-list-message-locations): Don't treat directories.
2594
2595 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2596
2597         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2598         (elmo-passwd-alist-clear): Shred password before clear.
2599         (elmo-remove-passwd): Remove all mached pair.
2600
2601 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2602
2603         * elmo.el (elmo-folder-synchronize): Fix description of the return
2604         value.
2605
2606 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2607
2608         * elmo.el (elmo-message-fetch-bodystructure): New method.
2609         (elmo-message-fetch-bodystructure): Define default.
2610
2611         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2612         elmo-message-fetch-bodystructure.
2613         (elmo-message-fetch-bodystructure): Define.
2614
2615         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2616
2617 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2618
2619         * elmo-filter.el (elmo-message-folder): Define.
2620
2621 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2622
2623         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2624         elmo-delete-cr-buffer.
2625
2626         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2627
2628         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2629
2630         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2631
2632         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2633         type seems to be a text.
2634
2635 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2638         (elmo-spam-register-good-buffer): Ditto.
2639         (elmo-spam-spamassassin-register-messages): Ditto.
2640
2641         * elmo-util.el (elmo-string-member-ignore-case): Define with
2642         static-cond.
2643
2644 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2645
2646         * elmo.el (elmo-folder-type): Undo last change.
2647
2648         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2649
2650         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2651         warnings.
2652
2653         * elmo-file.el: New file.
2654         
2655         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2656
2657         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2658         variable.
2659         (elmo-spam-spamassassin-register-messages): New inline function.
2660         (elmo-spam-register-spam-messages): Define.
2661         (elmo-spam-register-good-messages): Ditto.
2662
2663         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2664         Fixed typo.
2665
2666         * elmo.el (toplevel): Added autoload setting for
2667         `elmo-get-global-flags'.
2668         (elmo-message-has-global-flag-p): New function.
2669         (elmo-message-set-global-flags): Ditto.
2670         (elmo-folder-type): Improvement for name: format.
2671
2672         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2673         availability of keyword flags.
2674         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2675         (elmo-folder-list-flagged-plugged): Renamed from
2676         elmo-folder-list-flagged-unplugged.
2677         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2678         accept any flag as keyword flag.
2679         (elmo-folder-set-flag-plugged): Accept keyword flags.
2680         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2681
2682         * elmo-flag.el (elmo-get-global-flags): New function.
2683
2684         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2685         folders.
2686
2687         * elmo-version.el (elmo-version): Up to 2.11.24.
2688
2689 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2690
2691         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2692         elmo-multiple-field-body instead of std11-field-body to check all
2693         headers.
2694
2695 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2696
2697         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2698         or "size".
2699
2700 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2701
2702         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2703         unintern is unbound.
2704
2705 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2706
2707         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2708         Protect from infinite loop.
2709
2710 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2711
2712         * elsp-bogofilter.el
2713         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2714         (elmo-spam-bogofilter-register-messages): New internal function.
2715         (elmo-spam-register-spam-messages): Define.
2716         (elmo-spam-register-good-messages): Ditto.
2717
2718 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2719
2720         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2721         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2722         (elmo-spam-bogofilter-call): Fixed the last change.
2723         (elmo-spam-bogofilter-arguments): Ditto.
2724
2725         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2726         Follow the options change of latest bogofilter.
2727
2728         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2729         (elmo-spam-bogofilter-good-switch): Ditto.
2730         (elmo-spam-bogofilter-arguments-alist): New user option.
2731         (elmo-spam-bogofilter-debug): Ditto.
2732         (elmo-spam-bogofilter-call): Renamed from
2733         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2734         is non-nil, insert output in buffer for debug.
2735         (elmo-spam-bogofilter-arguments): New macro.
2736         (elmo-spam-buffer-spam-p): Use it.
2737         (elsp-bogofilter-register-buffer): Ditto.
2738
2739 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2740
2741         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2742         regexp.
2743
2744 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2747         value as "ruby".
2748         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2749         (elmo-spam-bsfilter-program): Set default value as full path for
2750         `bsfilter'.
2751         (elmo-spam-bsfilter-debug): New user option.
2752         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2753         non-nil, insert output in buffer for debug. Fix treating of
2754         argument.
2755
2756 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2757
2758         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2759         `elmo-maildir-flag-specs' element instead of one.
2760         (elmo-map-folder-unset-flag): Ditto.
2761         (Reported by Ken Makimura <macky@astem.or.jp>)
2762
2763         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2764         (elmo-folder-unset-flag-plugged): Ditto.
2765
2766 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2769         to `reads' slot only if `in-msgdb' is nil.
2770
2771 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2774         and complement argument list.
2775
2776 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2777
2778         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2779         instead of elmo-folder-list-flagged.
2780
2781 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2784
2785         * elsp-bsfilter.el: New file.
2786
2787         * elmo-pipe.el (elmo-folder-list-unreads,
2788         elmo-folder-list-answereds,
2789         elmo-folder-list-importants,
2790         elmo-folder-flag-as-important,
2791         elmo-folder-unflag-important,
2792         elmo-folder-flag-as-read,
2793         elmo-folder-unflag-read,
2794         elmo-folder-flag-as-answered,
2795         elmo-folder-unflag-answered): Remove.
2796         (elmo-folder-set-flag): Define.
2797         (elmo-folder-unset-flag): Ditto.
2798
2799         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2800         (elmo-folder-set-flag): Define.
2801         (elmo-folder-unset-flag): Ditto.
2802         (elmo-folder-list-unreads): Remove.
2803         (elmo-folder-list-flagged): Define.
2804
2805         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2806         (elmo-folder-list-unreads,
2807         elmo-folder-list-importants,
2808         elmo-folder-list-answereds,
2809         elmo-folder-list-unreads-plugged,
2810         elmo-folder-list-importants-plugged,
2811         elmo-folder-list-answereds-plugged): Remove.
2812         (elmo-folder-list-flagged-plugged): New method.
2813         (elmo-folder-unflag-important,
2814         elmo-folder-flag-as-important,
2815         elmo-folder-unflag-read,
2816         elmo-folder-flag-as-read,
2817         elmo-folder-unflag-answered,
2818         elmo-folder-flag-as-answered,
2819         elmo-folder-flag-as-read-unplugged,
2820         elmo-folder-unflag-read-unplugged,
2821         elmo-folder-flag-as-important-unplugged,
2822         elmo-folder-unflag-important-unplugged,
2823         elmo-folder-flag-as-answered-unplugged,
2824         elmo-folder-unflag-answered-unplugged): Remove.
2825         (elmo-folder-set-flag): Define.
2826         (elmo-folder-unset-flag): Ditto.
2827         (elmo-folder-set-flag-unplugged): Ditto.
2828         (elmo-folder-unset-flag-unplugged): Ditto.
2829
2830         * elmo-multi.el (elmo-folder-list-unreads,
2831         elmo-folder-list-answereds,
2832         elmo-folder-list-importants,
2833         elmo-folder-flag-as-important,
2834         elmo-folder-unflag-important,
2835         elmo-folder-flag-as-read,
2836         elmo-folder-unflag-read,
2837         elmo-folder-flag-as-answered,
2838         elmo-folder-unflag-answered): Remove.
2839         (elmo-folder-set-flag): Define.
2840         (elmo-folder-unset-flag): Ditto.
2841
2842         * elmo-map.el (elmo-map-folder-unflag-important,
2843         elmo-map-folder-flag-as-important,
2844         elmo-map-folder-unflag-read,
2845         elmo-map-folder-flag-as-read,
2846         elmo-map-folder-unflag-answered,
2847         elmo-map-folder-flag-as-answered): Remove.
2848         (elmo-map-folder-set-flag): New method.
2849         (elmo-map-folder-unset-flag): Ditto.
2850         (elmo-map-folder-list-unreads,
2851         elmo-map-folder-list-importants,
2852         elmo-map-folder-list-answereds): Remove.
2853         (elmo-folder-list-flagged-internal): Define.
2854         (elmo-map-folder-list-flagged): New method.
2855
2856         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2857         (elmo-map-folder-list-unreads,
2858         elmo-map-folder-list-importants,
2859         elmo-map-folder-list-flagged): Remove.
2860         (elmo-map-folder-list-flagged): Define.
2861         (elmo-map-folder-flag-as-important,
2862         elmo-map-folder-unflag-important,
2863         elmo-map-folder-flag-as-read,
2864         elmo-map-folder-unflag-read,
2865         elmo-map-folder-flag-as-answered,
2866         elmo-map-folder-unflag-answered): Remove.
2867         (elmo-maildir-set-mark-messages): New internal function.
2868         (elmo-map-folder-set-flag): Define.
2869         (elmo-map-folder-unset-flag): Ditto.
2870
2871         * elmo.el (toplevel): Added autoload setting for
2872         `elmo-folder-list-global-flag-messages'.
2873         (elmo-folder-list-unreads,
2874         elmo-folder-list-importants,
2875         elmo-folder-list-answereds): Remove.
2876         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2877         Return a list whitch merged with messages have global flag.
2878         (elmo-folder-list-flagged-internal): New method.
2879         (elmo-folder-unflag-important,
2880         elmo-folder-flag-as-important,
2881         elmo-folder-unflag-read,
2882         elmo-folder-flag-as-read,
2883         elmo-folder-unflag-answered,
2884         elmo-folder-flag-as-answered): Remove.
2885         (elmo-folder-set-flag): New method.
2886         (elmo-folder-unset-flag): Ditto.
2887         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2888         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2889
2890         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2891         (elmo-folder-list-unreads-plugged,
2892         elmo-folder-list-importants-plugged,
2893         elmo-folder-list-answereds-plugged,
2894         elmo-folder-list-flagged-unplugged,
2895         elmo-folder-unflag-important-plugged,
2896         elmo-folder-flag-as-important-plugged,
2897         elmo-folder-unflag-read-plugged,
2898         elmo-folder-flag-as-read-plugged,
2899         elmo-folder-unflag-answered-plugged,
2900         elmo-folder-flag-as-answered-plugged): Remove.
2901         (elmo-folder-set-flag-plugged,
2902         elmo-folder-unset-flag-plugged): Define.
2903
2904         * elmo-flag.el (elmo-folder-initialize): Register to
2905         `elmo-global-flag-list' if flag is not global.
2906         (elmo-folder-append-messages): Set flag to source messages.
2907
2908         * elmo-filter.el (elmo-filter-folder-list-unreads,
2909         elmo-folder-list-unreads,
2910         elmo-filter-folder-list-importants,
2911         elmo-folder-list-importants,
2912         elmo-folder-flag-as-read,
2913         elmo-folder-unflag-read,
2914         elmo-folder-flag-as-important,
2915         elmo-folder-unflag-important,
2916         elmo-folder-flag-as-answered,
2917         elmo-folder-unflag-answered): Remove.
2918         (elmo-folder-set-flag): Define.
2919         (elmo-folder-unset-flag): Ditto.
2920
2921         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2922         elmo-folder-unflag-read-dop,
2923         elmo-folder-flag-as-important-dop,
2924         elmo-folder-unflag-important-dop,
2925         elmo-folder-flag-as-answered-dop,
2926         elmo-folder-unflag-answered-dop): Remove.
2927         (elmo-folder-set-flag-dop,
2928         elmo-folder-unset-flag-dop,
2929         elmo-folder-set-important-delayed,
2930         elmo-folder-unset-important-delayed,
2931         elmo-folder-set-read-delayed,
2932         elmo-folder-unset-read-delayed,
2933         elmo-folder-set-answered-delayed,
2934         elmo-folder-unset-answered-delayed): New function.
2935         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2936         (elmo-dop-queue-method-name-alist): Ditto.
2937
2938         * elmo-version.el (elmo-version): Up to 2.11.23.
2939
2940 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2941
2942         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2943
2944         * elsp-sa.el: New file.
2945
2946 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * modb-standard.el (modb-standard-message-entity): New function.
2949         (elmo-msgdb-message-entity): Use it.
2950
2951 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2954         behavior when one-level is nil.
2955
2956         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2957
2958         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2959
2960 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2963         get max number.
2964         (elmo-generic-folder-diff): Ditto.
2965
2966         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2967         (elmo-folder-update-number): Ditto.
2968
2969         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2970         (elmo-folder-next-message-number-dop): Ditto.
2971
2972 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2973
2974         * elmo-filter.el (elmo-folder-msgdb-create): Use
2975         `elmo-message-entity' and `elmo-message-flags' instead of
2976         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2977
2978 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2979
2980         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2981         `if-exists'.
2982
2983 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2986
2987         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2988
2989         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2990
2991 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * elmo-version.el (elmo-version): Up to 2.11.22.
2994
2995 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2998
2999 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3000
3001         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
3002         if the message dose not exist.
3003
3004 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3005
3006         * elmo-version.el (elmo-version): Up to 2.11.21.
3007
3008 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * modb-standard.el (toplevel): Don't require mime.
3011
3012 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3013
3014         * elsp-bogofilter.el (toplevel): Don't require path-util.
3015         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
3016         (elmo-spam-bogofilter-header): Abolish.
3017         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
3018         (elmo-spam-bogofilter-args): New user option.
3019         (elsp-bogofilter-call-bogofilter): New internal function.
3020         (elmo-spam-buffer-spam-p): Use it.
3021         (elsp-bogofilter-register-buffer): Renamed from
3022         `elmo-spam-bogofilter-register-buffer';
3023         Use `elsp-bogofilter-call-bogofilter'.
3024         (elmo-spam-register-spam-buffer): Follow the change above.
3025         (elmo-spam-register-good-buffer): Ditto.
3026
3027 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3028
3029         * modb-standard.el (elmo-msgdb-append-entity): If entity or
3030         message-id is nil do nothing.
3031
3032 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
3033
3034         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
3035         Revival.
3036         (elmo-imap4-session): Removed use-flag slot.
3037         (elmo-imap4-session-select-mailbox): Undo last change.
3038         (elmo-folder-use-flag-p): Use
3039         elmo-imap4-disuse-server-flag-mailbox-regexp.
3040
3041 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
3044         (elmo-imap4-session-select-mailbox): Set it up.
3045         (elmo-folder-use-flag-p): Return value of use-flag slot.
3046
3047 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
3050         message-id is nil.
3051         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
3052
3053         * modb-entity.el (elmo-message-entity-handler): Likewise.
3054
3055 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3056
3057         * elmo.el (toplevel): Remove setting of autoloding for
3058         elmo-global-flag-initialize.
3059         (elmo-init): Don't call elmo-global-flag-initialize.
3060         (toplevel): Added autoload setting for elmo-global-mark-migrate.
3061
3062         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
3063         (elmo-global-mark-migrate): Don't call it.
3064         (elmo-global-mark-upgrade): Ditto.
3065
3066 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
3069         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
3070
3071         * elmo-vars.el (elmo-init-hook): New user option.
3072
3073         * elmo.el (elmo-init): Run the elmo-init-hook.
3074
3075         * elmo-flag.el (elmo-global-mark-migrate): New function.
3076
3077 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3078
3079         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
3080         Undo last change (move to elmo-msgdb-unset-flag).
3081         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
3082         flag is unset.
3083
3084 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3085
3086         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
3087         read flag is set.
3088         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
3089         (elmo-msgdb-unset-flag): Ditto.
3090
3091 2003-11-05  Andreas Fuchs <asf@boinkor.net>
3092
3093         * elmo-split.el (elmo-split): Return split message count.
3094
3095 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3096
3097         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
3098         is nil.
3099
3100 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3101
3102         * elmo.el (elmo-folder-unflag-important): Call
3103         `elmo-global-flag-detach' with 4th argument delete-if-none that is
3104         a symbol `always'.
3105
3106         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
3107         before unset flag.
3108         (elmo-global-flag-detach): Delete the message from flag folder, if
3109         `delete-if-none' is a symbol `always'.
3110
3111 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3112
3113         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3114         `elmo-spam-spamfilter-decode-buffer'.
3115         (elsp-spamfilter-register-buffer-internal): New internal function.
3116         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3117         (elmo-spam-register-spam-buffer): Ditto.
3118         (elmo-spam-register-good-buffer): Ditto.
3119
3120         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3121         change.
3122         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3123         (elmo-spam-register-spam-buffer): Follow the API change.
3124         (elmo-spam-register-good-buffer): Ditto.
3125
3126         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3127         (elmo-split-spam-p): Added argument plist; Call
3128         `elmo-spam-buffer-spam-p' with new argument register.
3129
3130         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3131         `register'.
3132         (elmo-spam-message-spam-p): Ditto.
3133         (elmo-spam-register-spam-buffer): Added optional argument
3134         `restore'.
3135         (elmo-spam-register-good-buffer): Ditto.
3136         (elmo-spam-register-spam-messages): Ditto.
3137         (elmo-spam-register-good-messages): Ditto.
3138
3139 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3142         register into good corpus.
3143         (elmo-spam-register-good-buffer): Fixed to register into bad
3144         corpus.
3145
3146 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3147
3148         * elmo-version.el (elmo-version): Up to 2.11.20.
3149
3150         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3151         change.
3152
3153         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3154         flag without depending on \Recent flag.
3155
3156 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3157
3158         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3159         (elmo-spam-modified-p): Defined.
3160         (elmo-spam-save-status): Set `modified' slot to nil.
3161         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3162         (elmo-spam-register-good-buffer): Ditto.
3163
3164         * elmo-spam.el (elmo-spam-modified-p): New API.
3165
3166 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3167
3168         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3169         duplicate definition.
3170
3171         * elmo-util.el (elmo-unfold-field-body): New function.
3172         (elmo-msgdb-get-message-id-from-buffer): Use it.
3173
3174         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3175         Fixed the last change; Use elmo-unfold-field-body.
3176
3177 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3180         Unfold date value.
3181
3182 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * elmo-spam.el (elmo-spam-save-status): New API.
3185
3186         * elsp-spamfilter.el: New file.
3187
3188 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3189
3190         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3191
3192 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3193
3194         * elmo-split.el (elmo-split-spam-p): New function.
3195
3196         * elmo-spam.el: New file.
3197
3198         * elsp-bogofilter.el: Ditto.
3199
3200 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * elmo.el (elmo-folder-next-message-number): New API.
3203         (elmo-folder-next-message-number): Define.
3204         (elmo-message-field): Don't check folder length.
3205
3206         * elmo-net.el (elmo-folder-next-message-number): Define.
3207         (elmo-folder-next-message-number-unplugged): Define.
3208
3209         * elmo-map.el (elmo-folder-next-message-number): Define.
3210         (elmo-folder-delete-messages): Clear hash value.
3211
3212         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3213
3214         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3215         (elmo-folder-delete-messages-dop-delayed): Always return t.
3216
3217         * elmo-version.el (elmo-version): Up to 2.11.19.
3218
3219 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3222         change.
3223
3224         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3225         identical cons cell into the mark-alist and the hash table.
3226
3227 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3230         elmo-folder-list-messages with argument `visible-only' as t.
3231
3232         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3233         (elmo-folder-msgdb-create): Check the target folder.
3234
3235 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3238         `permanentflag' instead of `flags'.
3239         (elmo-folder-open): Ditto.
3240         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3241         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3242         (elmo-folder-use-flag-p): Always return t.
3243         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3244         `permanentflags' does not exist.
3245         (elmo-folder-open): Ditto.
3246
3247 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3250         is nil.
3251         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3252
3253         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3254         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3255         response.
3256         (elmo-folder-open): Ditto.
3257         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3258         slot of the session includes the flag.
3259         (elmo-imap4-session-flag-available-p): New function.
3260         (elmo-imap4-folder-list-flagged): Ditto.
3261         (elmo-folder-list-unreads-plugged): Use it.
3262         (elmo-folder-list-importants-plugged): Ditto.
3263         (elmo-folder-list-answereds-plugged): Ditto.
3264         (elmo-imap4-search-internal-primitive): Ditto.
3265         (elmo-imap4-folder-list-any-plugged,
3266         elmo-imap4-folder-list-digest-plugged): Abolish.
3267
3268         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3269         if numbers is nil.
3270
3271 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3272
3273         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3274
3275 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * elmo-util.el (elmo-get-hash-val): Simplify.
3278         (elmo-set-hash-val): Rewrite.
3279
3280 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3281
3282         * elmo.el (elmo-folder-list-messages): Append killed messages into
3283         result if `visible-only' is nil and `in-msgdb' is non-nil.
3284
3285         * elmo-util.el (elmo-uniq-list): Added optional argument
3286         `delete-function'.
3287
3288         * modb.el (elmo-msgdb-flag-count): New API.
3289
3290         * modb-standard.el (modb-standard): Added slot flag-count.
3291         (modb-standard-countup-flags): New function.
3292         (modb-standard-load-flag): Call it.
3293         (elmo-msgdb-append): Ditto.
3294         (elmo-msgdb-clear): Clear slot flag-count.
3295         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3296         (elmo-msgdb-unset-flag): Treat `all' flag and call
3297         modb-standard-countup-flags.
3298         (elmo-msgdb-flag-count): Define.
3299         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3300         (elmo-msgdb-delete-messages): Ditto.
3301
3302         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3303         (elmo-msgdb-flag-count): Define.
3304
3305         * elmo.el (elmo-folder-list-messages): Undo last change.
3306         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3307         (elmo-folder-kill-messages): Unset all flags to numbers.
3308
3309         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3310         elmo-folder-kill-messages.
3311
3312         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3313         (elmo-nntp-folder-delete-messages): Abolish.
3314
3315         * elmo-version.el (elmo-version): Up to 2.11.18.
3316
3317 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3318
3319         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3320         (elmo-folder-kill-messages-range): New function.
3321         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3322         instead of elmo-folder-kill-messages-before.
3323
3324 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3325
3326         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3327         elmo-imap4-current-msgdb to decide entity handler.
3328
3329 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3330
3331         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3332
3333         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3334         inline function.
3335         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3336         (elmo-msgdb-overview-entity-set-number,
3337         elmo-msgdb-overview-entity-get-references,
3338         elmo-msgdb-overview-entity-set-references,
3339         elmo-msgdb-overview-entity-get-from-no-decode,
3340         elmo-msgdb-overview-entity-get-from,
3341         elmo-msgdb-overview-entity-set-from,
3342         elmo-msgdb-overview-entity-get-subject,
3343         elmo-msgdb-overview-entity-get-subject-no-decode,
3344         elmo-msgdb-overview-entity-set-subject,
3345         elmo-msgdb-overview-entity-get-date,
3346         elmo-msgdb-overview-entity-set-date,
3347         elmo-msgdb-overview-entity-get-to,
3348         elmo-msgdb-overview-entity-get-cc,
3349         elmo-msgdb-overview-entity-get-size,
3350         elmo-msgdb-overview-entity-set-size,
3351         elmo-msgdb-overview-entity-get-extra,
3352         elmo-msgdb-overview-entity-set-extra,
3353         elmo-msgdb-overview-entity-get-extra-field,
3354         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3355         (elmo-msgdb-make-index): Use
3356         `elmo-msgdb-overview-entity-get-number-internal'.
3357         (elmo-msgdb-clear-index): Ditto.
3358         (elmo-msgdb-append-entity): Ditto;
3359         Use `elmo-msgdb-overview-entity-get-id-internal'.
3360
3361         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3362         elmo-msgdb-overview-entity-set-number,
3363         elmo-msgdb-overview-entity-get-references,
3364         elmo-msgdb-overview-entity-set-references,
3365         elmo-msgdb-overview-entity-get-from-no-decode,
3366         elmo-msgdb-overview-entity-get-from,
3367         elmo-msgdb-overview-entity-set-from,
3368         elmo-msgdb-overview-entity-get-subject,
3369         elmo-msgdb-overview-entity-get-subject-no-decode,
3370         elmo-msgdb-overview-entity-set-subject,
3371         elmo-msgdb-overview-entity-get-date,
3372         elmo-msgdb-overview-entity-set-date,
3373         elmo-msgdb-overview-entity-get-to,
3374         elmo-msgdb-overview-entity-get-cc,
3375         elmo-msgdb-overview-entity-get-size,
3376         elmo-msgdb-overview-entity-set-size,
3377         elmo-msgdb-overview-entity-get-extra,
3378         elmo-msgdb-overview-entity-set-extra,
3379         elmo-msgdb-overview-entity-get-extra-field,
3380         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3381         and rewrote for backward compatibility.
3382
3383 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * elmo.el (elmo-message-entity-number,
3386         elmo-message-entity-set-number,
3387         elmo-message-entity-field,
3388         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3389
3390         * elmo-msgdb.el (elmo-message-entity-number,
3391         elmo-message-entity-set-number,
3392         elmo-message-entity-field,
3393         elmo-message-entity-set-field): Moved from elmo.el.
3394
3395 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * elmo.el (toplevel): Changed definition orders.
3398
3399 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * modb.el (elmo-msgdb-search): New API .
3402         (elmo-msgdb-match-condition): Ditto.
3403
3404         * modb-standard.el (elmo-msgdb-search): Define.
3405
3406         * modb-legacy.el (elmo-msgdb-search): Ditto.
3407
3408         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3409         from elmo-msgdb-match-condition-internal.
3410
3411         * elmo.el (elmo-folder-search-fast): Abolish.
3412         (elmo-folder-search): Use elmo-msgdb-search and
3413         elmo-with-progress-display.
3414
3415         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3416         as msgdb API.
3417
3418         * elmo.el (elmo-folder): Remove slot message-modified and
3419         flag-modified.
3420         (elmo-folder-set-message-modified): Abolish.
3421         (elmo-generic-folder-commit): Follow the change above.
3422         (elmo-folder-synchronize): Ditto.
3423
3424         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3425
3426         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3427
3428         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3429
3430 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * modb-standard.el (modb-standard-make-message-entity,
3433         elmo-msgdb-make-message-entity,
3434         elmo-msgdb-create-message-entity-from-buffer,
3435         elmo-msgdb-message-entity-number,
3436         elmo-msgdb-message-entity-set-number,
3437         elmo-msgdb-message-entity-field,
3438         elmo-msgdb-message-entity-set-field,
3439         elmo-msgdb-copy-message-entity,
3440         elmo-msgdb-match-condition-internal): Remove.
3441
3442         * modb-entity.el: New file (again).
3443
3444         * modb.el (toplevel): Require modb-entity.
3445         (elmo-msgdb-message-entity-handler): New method.
3446
3447         * modb-standard.el (modb-standard-entity-id): Use
3448         elmo-message-entity-handler.
3449         (modb-standard-load-entity): Ditto.
3450         (elmo-msgdb-append-entity): Ditto.
3451         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3452
3453         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3454         elmo-msgdb-decoded-cache-hashtb,
3455         (modb-legacy-make-message-entity,
3456         elmo-msgdb-make-message-entity,
3457         elmo-msgdb-create-message-entity-from-buffer,
3458         elmo-msgdb-message-entity-number,
3459         elmo-msgdb-message-entity-set-number,
3460         elmo-msgdb-message-entity-field,
3461         elmo-msgdb-message-entity-set-field,
3462         elmo-msgdb-copy-message-entity,
3463         elmo-msgdb-match-condition-internal,
3464         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3465
3466         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3467         (elmo-message-entity-set-number): Ditto.
3468         (elmo-message-entity-field): Ditto.
3469         (elmo-message-entity-set-field): Ditto.
3470
3471         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3472
3473         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3474
3475         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3476
3477         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3478         (elmo-nntp-msgdb-create-message): Ditto.
3479
3480         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3481         (elmo-folder-msgdb-create): Add unread flag.
3482
3483         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3484
3485         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3486
3487         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3488
3489         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3490
3491         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3492         elmo-msgdb-messge-entity-handler.
3493         * elmo-version.el (elmo-version): Up to 2.11.17.
3494
3495 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3496
3497         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3498         change.
3499
3500 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3501
3502         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3503
3504         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3505         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3506         (elmo-msgdb-flag-table): Ditto.
3507         (elmo-msgdb-sort-by-date): Ditto.
3508
3509         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3510
3511         * modb-standard.el (toplevel): Require mime.
3512         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3513         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3514         elmo-msgdb-message-entity-number.
3515         (elmo-msgdb-append-entity): Ditto.
3516         (elmo-msgdb-create-message-entity-from-file): Remove.
3517         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3518         corresponds to the entity.
3519         (elmo-msgdb-message-entity-number): Do nothing currently.
3520         (elmo-msgdb-message-entity-field): Ditto.
3521         (elmo-msgdb-message-entity-set-field): Ditto.
3522         (elmo-msgdb-copy-message-entity): Ditto.
3523         (elmo-msgdb-match-condition-internal): Ditto.
3524
3525         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3526         elmo-util.el.
3527         (elmo-msgdb-create-message-entity-from-file): Remove.
3528
3529         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3530         modb-legacy.el.
3531         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3532
3533         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3534
3535 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3536
3537         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3538         (elmo-msgdb-message-entity-field): Ditto.
3539         (elmo-msgdb-message-entity-number): Ditto.
3540
3541 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3542
3543         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3544         Fixed how to set extra field into entity.
3545         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3546         symbol.
3547
3548         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3549         Fixed how to set extra field into entity.
3550         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3551         symbol.
3552
3553 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * modb.el (elmo-message-entity-db): New function.
3556         (elmo-msgdb-make-message-entity): New API.
3557         (elmo-msgdb-message-entity-number): Ditto.
3558         (elmo-msgdb-message-entity-set-number): Ditto.
3559         (elmo-msgdb-message-entity-field): Ditto.
3560         (elmo-msgdb-message-entity-set-field): Ditto.
3561         (elmo-msgdb-copy-message-entity): Ditto.
3562         (elmo-msgdb-create-message-entity-from-file): Ditto.
3563         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3564         (elmo-msgdb-match-condition-internal): Ditto.
3565
3566         * modb-standard.el (modb-legacy): Require modb-legacy.
3567         (modb-standard-make-message-entity): New inline function.
3568         (elmo-msgdb-make-message-entity): Define.
3569         (elmo-msgdb-create-message-entity-from-file): Ditto.
3570         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3571         (elmo-msgdb-message-entity-field): Ditto.
3572         (elmo-msgdb-message-entity-set-field): Ditto.
3573         (elmo-msgdb-copy-message-entity): Ditto.
3574         (elmo-msgdb-match-condition-internal): Ditto.
3575
3576         * modb-legacy.el: Don't require modb-entity.
3577         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3578         (elmo-msgdb-match-condition-primitive): Ditto.
3579         (elmo-msgdb-get-decoded-cache): Ditto.
3580         (elmo-msgdb-overview-entity-get-id): Ditto.
3581         (elmo-msgdb-overview-entity-get-number): Ditto.
3582         (elmo-msgdb-overview-entity-set-number): Ditto.
3583         (elmo-msgdb-overview-entity-get-references): Ditto.
3584         (elmo-msgdb-overview-entity-set-references): Ditto.
3585         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3586         (elmo-msgdb-overview-entity-get-from): Ditto.
3587         (elmo-msgdb-overview-entity-set-from): Ditto.
3588         (elmo-msgdb-overview-entity-get-subject): Ditto.
3589         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3590         (elmo-msgdb-overview-entity-set-subject): Ditto.
3591         (elmo-msgdb-overview-entity-get-date): Ditto.
3592         (elmo-msgdb-overview-entity-set-date): Ditto.
3593         (elmo-msgdb-overview-entity-get-to): Ditto.
3594         (elmo-msgdb-overview-entity-get-cc): Ditto.
3595         (elmo-msgdb-overview-entity-get-size): Ditto.
3596         (elmo-msgdb-overview-entity-set-size): Ditto.
3597         (elmo-msgdb-overview-entity-get-extra): Ditto.
3598         (elmo-msgdb-overview-entity-set-extra): Ditto.
3599         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3600         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3601         (elmo-msgdb-number-load): Ditto.
3602         (elmo-msgdb-overview-load): Ditto.
3603         (elmo-msgdb-mark-load): Ditto.
3604         (elmo-msgdb-number-save): Ditto.
3605         (elmo-msgdb-mark-save): Ditto.
3606         (elmo-msgdb-overview-save): Ditto.
3607         (modb-legacy-make-message-entity): New inline function.
3608         (elmo-msgdb-insert-file-header): Ditto.
3609         (elmo-msgdb-make-message-entity): Define.
3610         (elmo-msgdb-create-message-entity-from-file): Ditto.
3611         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3612         (elmo-msgdb-message-entity-number): Ditto.
3613         (elmo-msgdb-message-entity-set-number): Ditto.
3614         (elmo-msgdb-message-entity-field): Ditto.
3615         (elmo-msgdb-message-entity-set-field): Ditto.
3616         (elmo-msgdb-copy-message-entity): Ditto.
3617         (elmo-msgdb-match-condition-internal): Ditto.
3618
3619         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3620         (elmo-message-copy-entity): Rewrite.
3621         (elmo-message-entity-number): Ditto.
3622         (elmo-message-entity-set-number): Ditto.
3623         (elmo-message-entity-field): Use elmo-message-entity-db.
3624         (elmo-message-entity-set-field): Ditto.
3625         (elmo-message-field): Rewrite.
3626
3627         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3628         elmo-msgdb.el
3629         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3630
3631         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3632         elmo-message-entity-field.
3633         (elmo-shimbun-folder-shimbun-header): Ditto.
3634         (elmo-shimbun-entity-to-header): Ditto.
3635         (elmo-folder-msgdb-create): Ditto.
3636         (elmo-shimbun-msgdb-create-entity): Ditto;
3637         Use elmo-msgdb-create-message-entity-from-buffer.
3638         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3639         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3640
3641         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3642         elmo-msgdb-create-message-entity-from-file and 
3643         elmo-message-entity-field.
3644
3645         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3646         elmo-message-entity-number.
3647         (elmo-pop3-msgdb-create-message): Use
3648         elmo-msgdb-create-message-entity-from-buffer,
3649         elmo-message-entity-set-field, elmo-message-entity-number and
3650         elmo-message-entity-set-number.
3651
3652         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3653         the API change in elmo-msgdb-make-message-entity.
3654         (elmo-nntp-msgdb-create-message): Use
3655         elmo-msgdb-create-message-entity-from-buffer.
3656
3657         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3658         elmo-message-entity-field and
3659         elmo-msgdb-create-message-entity-from-file.
3660
3661         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3662         (elmo-msgdb-get-field): Abolish.
3663         (elmo-msgdb-get-number): Rewrite.
3664         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3665         (elmo-msgdb-flag-table): Ditto.
3666         (elmo-msgdb-get-last-message-id,
3667         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3668         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3669         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3670         (elmo-msgdb-create-overview-from-buffer,
3671         elmo-msgdb-overview-get-parent-entity): Abolish.
3672
3673         * elmo-mime.el (elmo-mime-display-as-is): Use
3674         elmo-message-entity-field.
3675
3676         * elmo-map.el (elmo-folder-pack-numbers): Use
3677         elmo-message-entity-set-number.
3678
3679         * elmo-maildir.el (elmo-folder-msgdb-create): 
3680         elmo-msgdb-create-message-entity-from-file instead of
3681         elmo-msgdb-create-overview-entity-from-file.
3682
3683         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3684         msgdb.
3685         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3686         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3687
3688         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3689         elmo-messge-entity-field and elmo-message-entity-number.
3690         (elmo-imap4-fetch-callback-1): Call
3691         elmo-msgdb-create-message-entity-from-buffer instead of
3692         elmo-msgdb-create-overview-from-buffer. 
3693         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3694         (elmo-find-fetch-strategy): Likewise.
3695
3696         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3697         elmo-localdir-msgdb-create-entity with argument msgdb.
3698
3699         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3700         and elmo-message-entity-set-number.
3701
3702         * elmo-cache.el (elmo-folder-msgdb-create): Use
3703         elmo-message-entity-field.
3704         (elmo-folder-msgdb-create): Call
3705         elmo-msgdb-create-message-entity-from-file instead of
3706         elmo-msgdb-create-overview-entity-from-file.
3707
3708         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3709         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3710         instead of elmo-msgdb-create-overview-from-buffer.
3711         (elmo-archive-msgdb-create-entity): Ditto.
3712         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3713         elmo-message-entity-field.
3714         (elmo-archive-parse-mmdf): Ditto.
3715
3716         * modb-entity.el: Removed.
3717
3718         * elmo-version.el (elmo-version): Up to 2.11.16.
3719
3720 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3723         `is-local'.
3724         (elmo-folder-flag-as-answered): Ditto.
3725
3726 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3727
3728         * modb-standard.el: New file.
3729
3730         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3731         elmo-msgdb-convert-type is `sync'.
3732
3733         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3734         (elmo-msgdb-convert-type): New user option.
3735
3736         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3737         (elmo-load-msgdb): Auto detect saved type.
3738
3739         * elmo-version.el (elmo-version): Up to 2.11.15.
3740
3741 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3744
3745         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3746         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3747         with argument `delete-if-none' when dst-folder is 'null.
3748
3749         * elmo-flag.el (elmo-folder-append-messages): Defined.
3750         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3751
3752 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3753
3754         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3755
3756 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3757
3758         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3759         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3760         (elmo-folder-commit): Ditto.
3761
3762 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * elmo-flag.el: New file.
3765
3766         * elmo-mark.el: Removed.
3767
3768         * modb-legacy.el (modb-legacy-new-mark,
3769         modb-legacy-unread-uncached-mark,
3770         modb-legacy-unread-cached-mark,
3771         modb-legacy-read-uncached-mark,
3772         modb-legacy-answered-cached-mark,
3773         modb-legacy-answered-uncached-mark,
3774         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3775         All other related portions are changed.
3776
3777         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3778         (elmo-folder-list-messages-with-global-mark): Abolish.
3779         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3780         (elmo-folder-flag-as-important): Ditto.
3781         (elmo-folder-unflag-read): Ditto.
3782         (elmo-folder-flag-as-read): Ditto.
3783         (elmo-folder-unflag-answered): Ditto.
3784         (elmo-folder-flag-as-answered): Ditto.
3785         (elmo-message-encache): Return the cache path.
3786         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3787         (elmo-message-set-flag): Transitional implementation.
3788         (elmo-message-unset-flag): Ditto.
3789         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3790         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3791         (elmo-init): Call elmo-global-flag-initialize.
3792         (toplevel): Added autoload settings for elmo-flag.
3793
3794         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3795
3796         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3797         (elmo-file-cache-delete): Don't treat global-mark.
3798
3799         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3800
3801         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3802
3803         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3804         `elmo-global-flags-set'.
3805
3806         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3807         `flag'.
3808         (elmo-folder-unflag-read): Ditto.
3809         (elmo-folder-unflag-important): Ditto.
3810         (elmo-folder-flag-as-important): Ditto.
3811         (elmo-folder-unflag-answered): Ditto.
3812         (elmo-folder-flag-as-answered): Ditto.
3813
3814         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3815         `elmo-global-flags-set'.
3816         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3817
3818         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3819
3820         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3821         `flag'.
3822         (elmo-folder-flag-as-important): Ditto.
3823         (elmo-folder-unflag-important): Ditto.
3824         (elmo-folder-flag-as-important): Ditto.
3825         (elmo-folder-unflag-read): Ditto.
3826         (elmo-folder-flag-as-read): Ditto.
3827         (elmo-folder-unflag-answered): Ditto.
3828         (elmo-folder-flag-as-answered): Ditto.
3829
3830         * elmo-multi.el (elmo-folder-list-importants): Don't call
3831         elmo-folder-list-messages-with-global-mark.
3832         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3833         (elmo-folder-unflag-important): Ditto.
3834         (elmo-folder-flag-as-read): Ditto.
3835         (elmo-folder-unflag-read): Ditto.
3836         (elmo-folder-flag-as-answered): Ditto.
3837         (elmo-folder-unflag-answered): Ditto.
3838
3839         * elmo-msgdb.el (elmo-msgdb-new-mark,
3840         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3841         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3842         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3843         (Moved to modb-legacy.el).
3844         (elmo-flag-table-get): Treat important flag too.
3845
3846         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3847         `mark' to `flag'.
3848         (elmo-map-folder-flag-as-important): Ditto.
3849         (elmo-map-folder-unflag-read): Ditto.
3850         (elmo-map-folder-flag-as-read): Ditto.
3851         (elmo-map-folder-unflag-answered): Ditto.
3852         (elmo-map-folder-flag-as-answered): Ditto.
3853         (elmo-folder-unflag-important): Ditto.
3854         (elmo-folder-flag-as-important): Ditto.
3855         (elmo-folder-unflag-read): Ditto.
3856         (elmo-folder-flag-as-read): Ditto.
3857         (elmo-folder-unflag-answered): Ditto.
3858         (elmo-folder-flag-as-answered): Ditto.
3859
3860         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3861         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3862         `flag'.
3863         (elmo-map-folder-unflag-important): Ditto.
3864         (elmo-map-folder-flag-as-read): Ditto.
3865         (elmo-map-folder-unflag-read): Ditto.
3866         (elmo-map-folder-flag-as-answered): Ditto.
3867         (elmo-map-folder-unflag-answered): Ditto.
3868
3869         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3870         `elmo-global-flags-set'.
3871         (elmo-global-flags-set): Added autoload setting.
3872
3873         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3874         `flag'.
3875
3876         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3877         `elmo-msgdb-global-mark-set'.
3878         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3879         Call `elmo-global-flags-set'.
3880         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3881         `flag'.
3882         (elmo-folder-flag-as-important-plugged): Ditto.
3883         (elmo-folder-unflag-read-plugged): Ditto.
3884         (elmo-folder-flag-as-read-plugged): Ditto.
3885         (elmo-folder-unflag-answered-plugged): Ditto.
3886         (elmo-folder-flag-as-answered-plugged): Ditto.
3887         (elmo-global-flags-set): Added autoload setting.
3888
3889         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3890         `flag'.
3891         (elmo-folder-unflag-read): Ditto.
3892         (elmo-folder-flag-as-important): Ditto.
3893         (elmo-folder-unflag-important): Ditto.
3894         (elmo-folder-flag-as-answered): Ditto.
3895         (elmo-folder-unflag-answered): Ditto.
3896
3897         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3898         change of `mark'->`flag'.
3899         (elmo-dop-queue-method-name-alist): Ditto.
3900         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3901         (elmo-folder-unflag-read-dop): Ditto.
3902         (elmo-folder-flag-as-important-dop): Ditto.
3903         (elmo-folder-unflag-important-dop): Ditto.
3904         (elmo-folder-flag-as-answered-dop): Ditto.
3905         (elmo-folder-unflag-answered-dop): Ditto.
3906
3907         * elmo-cache.el (elmo-folder-msgdb-create): Call
3908         `elmo-global-flags-set'.
3909
3910         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3911         Call `elmo-global-flags-set'.
3912         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3913         elmo-archive-parse-mmdf with argument `folder'.
3914         (elmo-archive-parse-mmdf): Added argument `folder';
3915         Call `elmo-global-flags-set'.
3916
3917         * elmo-version.el (elmo-version): Up to 2.11.14.
3918
3919 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3920
3921         * modb.el (elmo-msgdb-length): Define.
3922
3923         * elmo.el (elmo-make-folder): Fixed.
3924         (elmo-generic-folder-append-messages): Follow the API change.
3925
3926         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3927         API change.
3928
3929 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3930
3931         * modb.el: New file.
3932
3933         * modb-entity.el: Ditto.
3934
3935         * modb-legacy.el: Ditto.
3936
3937         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3938         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3939         of `elmo-msgdb-overview-get-entity'.
3940         (elmo-msgdb-get-field): Ditto.
3941         (elmo-msgdb-merge): Moved to `elmo.el'.
3942         (elmo-msgdb-length): Removed; redefine as modb method.
3943         (elmo-msgdb-change-mark): Abolish.
3944         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3945         (elmo-msgdb-match-condition): Don't use mark.
3946         (elmo-msgdb-overview-get-entity): Abolish.
3947         Split modb part into `modb*.el'.
3948
3949         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3950
3951         * elmo-shimbun.el (shimbun-mua-search-id): Use
3952         `elmo-msgdb-message-entity' instead of
3953         `elmo-msgdb-overview-get-entity'.
3954         (elmo-shimbun-folder-shimbun-header): Ditto.
3955         (elmo-shimbun-get-headers): Ditto.
3956         (elmo-shimbun-update-overview): Ditto.
3957
3958         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3959
3960         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3961
3962         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3963         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3964
3965         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3966         `elmo-msgdb-mark-to-flags'.
3967
3968         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3969         `elmo-msgdb-set-path'.
3970
3971         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3972  
3973         * elmo-version.el (elmo-version): Up to 2.11.13.
3974
3975         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3976
3977         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3978         of mark.
3979
3980 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3981
3982         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3983         mismatch.
3984
3985 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3986
3987         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3988         instead of `elmo-msgdb-get-cached'.
3989         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3990
3991         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3992         (elmo-msgdb-set-cached): Ditto.
3993         (elmo-msgdb-set-flag): Rewrite.
3994         (elmo-msgdb-unset-flag): Ditto.
3995
3996         * elmo-msgdb.el: Rewrite with luna.
3997
3998         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3999         (elmo-folder-msgdb): Follow the change above.
4000         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
4001         (elmo-folder-unmark-important): Follow the API change.
4002         (elmo-folder-mark-as-important): Ditto.
4003         (elmo-folder-unmark-read): Ditto.
4004         (elmo-folder-mark-as-read): Ditto.
4005         (elmo-folder-unmark-answered): Ditto.
4006         (elmo-folder-mark-as-answered): Ditto.
4007         (elmo-folder-clear): Likewise.
4008
4009         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
4010         instead of `elmo-msgdb-load' (renamed).
4011
4012         * elmo-version.el (elmo-version): Up to 2.11.12.
4013
4014 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4015
4016         * elmo.el (elmo-generic-folder-append-messages): Follow the API
4017         change.
4018         (elmo-message-mark): Abolish.
4019         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
4020         instead of `elmo-msgdb-change-mark'.
4021
4022         * elmo-pipe.el (elmo-message-mark): Abolish.
4023
4024         * elmo-multi.el (elmo-message-mark): Ditto.
4025
4026         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
4027         (elmo-msgdb-unread-uncached-mark): Ditto.
4028         (elmo-msgdb-unread-cached-mark): Ditto.
4029         (elmo-msgdb-read-uncached-mark): Ditto.
4030         (elmo-msgdb-answered-cached-mark): Ditto.
4031         (elmo-msgdb-answered-uncached-mark): Ditto.
4032         (elmo-msgdb-important-mark): Ditto.
4033         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
4034         `use-cache'.
4035         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
4036         `flags'.
4037         (elmo-flag-table-load): Changed flag to list of flag.
4038         (elmo-flag-table-set): If flags is nil, set read flag.
4039         (elmo-flag-table-get): Return derived flags from global mark,
4040         cache status and saved flags.
4041         (elmo-msgdb-flag-table): Follow the change above.
4042         (elmo-msgdb-out-of-date-messages): New function.
4043
4044         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
4045
4046         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4047
4048         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
4049
4050         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4051         (elmo-nntp-msgdb-create-message): Ditto.
4052
4053         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4054
4055         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
4056         independent.
4057         (elmo-folder-msgdb-create): Follow the API change.
4058
4059         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4060         (elmo-folder-append-messages): Ditto.
4061
4062         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4063         (elmo-folder-append-buffer): Ditto.
4064
4065         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4066
4067         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4068
4069         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4070         (elmo-archive-parse-mmdf): Ditto.
4071
4072         * elmo-version.el (elmo-version): Up to 2.11.11.
4073
4074 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4075
4076         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
4077         `elmo-msgdb-mark'.
4078
4079         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
4080
4081         * elmo-pipe.el (elmo-message-flags): Defined.
4082
4083         * elmo-multi.el (elmo-message-flags): Ditto.
4084
4085 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4086
4087         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
4088         `elmo-msgdb-delete-msgs'.
4089
4090         * elmo.el (elmo-folder-count-flags): Don't use
4091         `elmo-msgdb-get-mark-alist'.
4092         (elmo-folder-detach-messages): Follow the API change.
4093
4094         * elmo.el (elmo-folder-list-messages): Append killed messages into
4095         result if `visible-only' is nil.
4096
4097         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
4098         canceled messages.
4099         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
4100         (elmo-folder-update-number): Likewise.
4101
4102         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
4103         (elmo-pop3-sort-msgdb-by-original-number): Use
4104         `elmo-msgdb-sort-entities'.
4105
4106         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
4107         (elmo-msgdb-sort-by-date): Use it.
4108         (elmo-msgdb-overview-sort-by-date): Abolish.
4109
4110         * elmo-dop.el (elmo-folder-status-dop): Fixed.
4111
4112         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
4113         (elmo-msgdb-flags): New function.
4114         (elmo-msgdb-merge): Use elmo-msgdb-append.
4115
4116         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4117         change.
4118
4119         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4120
4121         * elmo-dop.el (elmo-folder-status-dop): Use
4122         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4123
4124 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4125
4126         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4127
4128         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4129
4130         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4131
4132         * elmo-util.el (elmo-with-progress-display): New macro.
4133
4134         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4135
4136 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4137
4138         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4139         `elmo-folder-list-message-entities' instead of
4140         `elmo-msgdb-get-overview'.
4141         (elmo-map-folder-list-message-locations): Ditto.
4142
4143         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4144         methods instead of treat directly).
4145         (elmo-msgdb-clear): Ditto.
4146         (elmo-msgdb-delete-msgs): Ditto.
4147         (elmo-msgdb-sort-by-date): Ditto.
4148
4149         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4150         local variables.
4151         (elmo-nntp-folder-msgdb-create): Follow the API change.
4152
4153         * elmo-version.el (elmo-version): Up to 2.11.10.
4154
4155 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4156
4157         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4158         (elmo-msgdb-flags-to-mark): Ditto.
4159         (elmo-msgdb-append-entity): Ditto.
4160
4161         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4162         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4163         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4164         (elmo-archive-parse-mmdf): Ditto.
4165
4166         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4167
4168         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4169
4170         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4171
4172         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4173
4174         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4175
4176         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4177
4178         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4179
4180         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4181
4182         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4183         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4184         to empty msgdb.
4185
4186         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4187         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4188         instead of directly construction.
4189         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4190         instead of construct msgdb.
4191
4192         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4193         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4194         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4195         instead of construct msgdb.
4196
4197 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4198
4199         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4200         when field is from or subject.
4201
4202 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4203
4204         * elmo-multi.el (elmo-message-entity-parent): Define.
4205         (elmo-folder-search): Rewrite.
4206
4207 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4208
4209         * elmo-multi.el (elmo-message-cached-p): Define.
4210
4211         * elmo.el (elmo-message-cached-p): New method.
4212         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4213         (elmo-message-flags): New method.
4214         (elmo-message-flagged-p): New function.
4215
4216         * elmo-version.el (elmo-version): Up to 2.11.9.
4217
4218 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4219
4220         * elmo-version.el (elmo-version): Up to 2.11.8.
4221
4222         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4223
4224         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4225
4226 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * elmo.el (elmo-folder-detach-messages): Undo last change.
4229
4230 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4233
4234         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4235         only when src folder type is pop3.
4236
4237 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4238
4239         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4240         elmo-msgdb-overview-entity-get-number instead of
4241         elmo-message-entity-number.
4242
4243 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4244
4245         * elmo-version.el (elmo-version): Up to 2.11.7.
4246
4247 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4248
4249         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4250         function.
4251
4252         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4253         (elmo-msgdb-merge): New function.
4254         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4255         (elmo-msgdb-make-index): Rewrite.
4256
4257         * elmo-version.el (elmo-version): Up to 2.11.6.
4258
4259         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4260         use it as a the path for loading message entities.
4261
4262         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4263
4264 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4267         message-modified slot of itself if it does not require target msgdb.
4268
4269         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4270         if folder length is zero.
4271         (elmo-mime-display-as-is): Ditto.
4272
4273         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4274
4275         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4276
4277 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4278
4279         * elmo.el (elmo-folder-set-message-modified): New method.
4280         (elmo-generic-folder-commit): Use it.
4281         (elmo-folder-synchronize): Ditto.
4282
4283         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4284         (elmo-folder-commit): Remove duplicate definition.
4285
4286 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4289
4290 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4291
4292         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4293         (elmo-strict-folder-diff): Ditto.
4294         (elmo-folder-set-info-max-by-numdb): Simplify.
4295
4296         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4297         elmo-msgdb-list-messages.
4298
4299         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4300         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4301
4302 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4305         visible-only is non-nil.
4306         (elmo-folder-confirm-appends): Changed message.
4307         (elmo-folder-synchronize): Added argument disable-killed.
4308
4309         * elmo-multi.el (elmo-folder-synchronize): Added argument
4310         disable-killed.
4311
4312         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4313
4314         * elmo-version.el (elmo-version): Up to 2.11.5.
4315
4316         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4317         elmo-list-filter.
4318
4319         * elmo-util.el (elmo-list-filter): Simplify.
4320
4321         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4322         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4323         (elmo-generic-folder-diff): Abolish argument.
4324         (elmo-msgdb-load): Don't use number-alist.
4325
4326         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4327
4328         * elmo-pipe.el (elmo-folder-diff): Ditto.
4329
4330         * elmo-nmz.el (elmo-folder-diff): Ditto.
4331
4332         * elmo-net.el (elmo-folder-diff): Ditto.
4333
4334         * elmo-maildir.el (elmo-folder-diff): Ditto.
4335
4336         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4337
4338         * elmo-multi.el (elmo-folder-diff): Ditto
4339         (elmo-multi-folder-diff): Rewrite.
4340
4341 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4342
4343         * elmo-pipe.el (elmo-folder-msgdb): Define.
4344
4345 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4346
4347         * elmo.el (elmo-message-set-cached): Define as a method.
4348
4349         * elmo-pipe.el (elmo-message-set-cached): Define.
4350         (elmo-find-fetch-strategy): Ditto.
4351
4352         * elmo-multi.el (elmo-message-set-cached): Define.
4353         (elmo-find-fetch-strategy): Rewrite.
4354
4355         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4356
4357         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4358
4359 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4360
4361         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4362         instead of number-alist.
4363
4364         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4365         mark nor message-id when msgdb of source folder is not loaded.
4366
4367         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4368
4369         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4370
4371 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4372
4373         * elmo.el (elmo-folder-length): Don't require msgdb.
4374
4375 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4376
4377         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4378         (elmo-message-field): Ditto.
4379
4380         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4381         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4382         slot.
4383         (elmo-map-folder-list-answereds): Define.
4384         (elmo-maildir-list-location): Treat 'R' info.
4385         (elmo-folder-msgdb-create): Treat flag-table.
4386         (elmo-folder-append-messages): Save flag-table.
4387
4388 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4389
4390         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4391         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4392
4393 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4394
4395         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4396
4397         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4398         'read when mark is null.
4399
4400 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4401
4402         * elmo-version.el (elmo-version): Up to 2.11.4.
4403
4404 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4405
4406         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4407         (elmo-folder-mark-as-answered): Ditto.
4408
4409 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4410
4411         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4412         (elmo-pop3-get-session): Make msgdb directory after session.
4413         (elmo-folder-exists-p): Check exactly at the first time even when the
4414         elmo-pop3-exists-exactly is nil.
4415
4416         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4417         (elmo-folder-list-messages): Define instead of
4418         elmo-folder-list-messages-internal.
4419         (elmo-folder-check): Check destination folder.
4420         (elmo-folder-synchronize): Drain the pipe.
4421
4422         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4423         when msgdb is not loaded.
4424
4425         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4426
4427         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4428         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4429         messages.
4430
4431         * elmo.el (elmo-folder-kill-messages-before): New function.
4432         (elmo-folder-kill-messages): Ditto.
4433         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4434
4435         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4436         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4437         killed not by synchronize (e.g. scoring).
4438
4439 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4440
4441         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4442         treated.
4443         (elmo-folder-search): Follow the change above.
4444
4445         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4446         into the candidates of search field.
4447
4448 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4451         (elmo-msgdb-unset-flag): Ditto.
4452
4453         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4454
4455 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4456
4457         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4458         (elmo-folder-commit): Define.
4459         (elmo-folder-synchronize): Ditto.
4460         (elmo-folder-list-flagged): Ditto.
4461         (elmo-folder-commit): Ditto.
4462         (elmo-folder-length): Ditto.
4463         (elmo-folder-count-flags): Ditto.
4464         (elmo-message-mark): Ditto.
4465         (elmo-message-field): Ditto.
4466         (elmo-message-entity): Ditto.
4467         (elmo-message-folder): Ditto.
4468
4469 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * elmo.el (elmo-message-field): Define as a method.
4472
4473         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4474         (elmo-message-field): Define.
4475
4476         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4477         (elmo-folder-list-importants): Ditto.
4478         (elmo-folder-list-answereds): Ditto.
4479
4480         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4481         qualifier.
4482         (elmo-folder-mark-as-read): Ditto.
4483         (elmo-folder-unmark-read): Ditto.
4484         (elmo-folder-mark-as-answered): Ditto.
4485         (elmo-folder-unmark-answered): Ditto.
4486         (elmo-folder-list-flagged): Define.
4487         (elmo-folder-commit): Ditto.
4488         (elmo-folder-length): Ditto.
4489         (elmo-folder-count-flags): Ditto.
4490
4491 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4492
4493         * elmo.el (elmo-folder-detach-messages): New method.
4494         (elmo-folder-move-messages): Use it.
4495         (elmo-folder-synchronize): Ditto.
4496
4497         * elmo-multi.el (elmo-folder-detach-messages): Define.
4498
4499         * elmo.el (elmo-message-copy-entity): New function.
4500         (elmo-message-entity-set-number): Ditto.
4501         (elmo-message-mark): Define as method.
4502
4503         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4504         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4505         (elmo-message-entity): Fixed last change.
4506         (elmo-message-mark): Define.
4507         (elmo-folder-msgdb-create): Abolish.
4508         (elmo-multi-folder-append-msgdb): Ditto.
4509         (elmo-multi-folder-diff): Fixed.
4510         (elmo-multi-split-number-alist): Removed.
4511         (elmo-multi-split-mark-alist): Removed.
4512         (elmo-folder-list-messages): Define.
4513         (elmo-folder-list-messages-internal): Removed.
4514
4515         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4516         local file messages.
4517         (elmo-folder-msgdb-create): Fixed read mark.
4518
4519 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4520
4521         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4522         if mark is nil.
4523
4524 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * elmo.el (elmo-folder-list-message-entities): Define as inline
4527         function.
4528         (elmo-folder-messages): Abolish.
4529
4530         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4531         folder.
4532         (elmo-folder-synchronize): Define.
4533         (elmo-message-entity): Define.
4534
4535 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4538         elmo-imap4-session-select-mailbox.
4539
4540         * elmo.el (elmo-folder-move-messages): Don't display any message.
4541
4542         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4543         parsing.
4544         (elmo-imap4-session-check): Don't wait CHECK response.
4545         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4546
4547 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4548
4549         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4550
4551 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4552
4553         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4554         API.
4555         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4556
4557
4558         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4559         (elmo-folder-list-message-entities): Added argument in-msgdb and
4560         numbers.
4561         (elmo-folder-synchronize): Define as a method.
4562
4563         * elmo-nntp.el (elmo-folder-initialize): Don't use
4564         elmo-nntp-default-user if zero-length username is specified
4565         explicitly.
4566
4567 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4568
4569         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4570         server name in case with username.
4571         (XXX: this is ad-hoc fix against username includes "@", it
4572         should be solved fundamentally)
4573
4574 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4575
4576         * elmo-nntp.el (elmo-nntp-debug): New function.
4577         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4578         (elmo-network-authenticate-session): Hide auth-info from the log.
4579
4580         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4581         user name if it is equal to elmo-nntp-default-user.
4582
4583 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4584
4585         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4586         instead of shimbun-server-internal;
4587         Use shimbun-current-group instead of shimbun-current-group-internal.
4588         (elmo-folder-plugged-p): Use shimbun-server instead of
4589         shimbun-server-internal.
4590         (elmo-folder-set-plugged): Ditto.
4591         (elmo-net-port-info): Ditto.
4592         (elmo-folder-check): Ditto.
4593         (elmo-folder-expand-msgdb-path): Ditto.
4594         (elmo-folder-list-subfolders): Ditto.
4595
4596 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4597
4598         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4599         Convert field-name to lower case.
4600         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4601
4602 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4603
4604         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4605         `message' and `error' take format string.
4606
4607 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4608
4609         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4610
4611 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4612
4613         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4614         recursive call (can't byte compile on emacs 20.7).
4615
4616 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4619         (elmo-folder-list-message-entities): New API.
4620         (elmo-message-entity): Ditto.
4621         (elmo-message-entity-parent): Ditto.
4622         (elmo-folder-do-each-message-entity): Ditto.
4623         (elmo-message-entity-number): Ditto.
4624         (elmo-message-entity-field): Ditto.
4625         (elmo-message-entity-set-field): Ditto.
4626         (elmo-folder-count-flags): Ditto.
4627         (elmo-folder-length): Ditto.
4628
4629         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4630         not.
4631
4632         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4633         (elmo-msgdb-count-marks): Abolish.
4634         (elmo-msgdb-make-entity): Ditto.
4635         (elmo-msgdb-do-each-entity): Ditto.
4636         (elmo-msgdb-message-entity): New inline function.
4637         (elmo-msgdb-message-entity-field): Ditto.
4638         (elmo-msgdb-message-entity-set-field): Ditto.
4639         (elmo-msgdb-make-message-entity): New function.
4640
4641 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4642
4643         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4644         to flag. (All other related portions are changed.)
4645         (elmo-folder-msgdb-create): Likewise.
4646         (elmo-generic-folder-append-messages): Use flag-table instead of
4647         seen-list.
4648         (elmo-folder-move-messages): Removed redundant process.
4649         (elmo-folder-synchronize): Likewise.
4650
4651         * elmo-msgdb.el (elmo-flag-table-get): New function.
4652         (elmo-flag-table-save): Fixed.
4653         (elmo-msgdb-length): New inline function.
4654         (elmo-msgdb-flag-table): New function.
4655         (elmo-msgdb-mark): Add optional argument new.
4656         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4657         (elmo-msgdb-seen-list): Ditto.
4658         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4659
4660
4661 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * elmo.el (elmo-message-set-mark): Abolish.
4664         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4665         (All related portions are changed.)
4666
4667         * elmo-msgdb.el (toplevel): Added comment.
4668         (elmo-load-msgdb): Added 4th element `path'.
4669         (elmo-msgdb-append): Follow the change above.
4670         (elmo-msgdb-clear): Ditto.
4671         (elmo-msgdb-delete-msgs): Ditto.
4672         (elmo-msgdb-get-path): New inline function.
4673         (elmo-msgdb-set-path): Ditto.
4674         (elmo-flag-table-filename): New variable.
4675         (elmo-flag-table-load): New function.
4676         (elmo-flag-table-set): Ditto.
4677         (elmo-flag-table-save): Ditto.
4678         (elmo-msgdb-get-field-value): Abolish.
4679         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4680
4681 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4682
4683         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4684         the folder has been deleted successfully.
4685         * elmo-imap4.el (elmo-folder-delete): Ditto.
4686         * elmo-archive.el (elmo-folder-delete): Ditto.
4687         * elmo-localdir.el (elmo-folder-delete): Ditto.
4688         * elmo-maildir.el (elmo-folder-delete): Ditto.
4689
4690 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4691
4692         * elmo-util.el (elmo-string-member-ignore-case): New function.
4693         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4694         (elmo-imap4-fetch-callback-1-subr): Likewise.
4695
4696 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4697
4698         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4699         the case of the name attribute "\Noselect".
4700
4701 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4704
4705         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4706         flist, is not always a member of onum-alist.
4707
4708 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * elmo-version.el (elmo-version): Up to 2.11.3.
4711
4712 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4713
4714         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4715         copied from localdir's one.
4716
4717         * elmo-pipe.el (elmo-folder-rename): New method, rename
4718         destination folder with leaving source folder as it is.
4719
4720 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4721
4722         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4723         replace-regexp.
4724
4725 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * elmo-version.el (elmo-version): Up to 2.11.2.
4728
4729 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4730
4731         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4732         shimbun-open in case of "@".
4733         (elmo-folder-open-internal): Cope with shimbun = nil case.
4734         (elmo-folder-plugged-p): Ditto.
4735         (elmo-folder-list-subfolders): Make list for "@/" group.
4736
4737 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4740         mailbox (e.g. for %~/something).
4741
4742 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4743
4744         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4745         Replace nested conditional with guard clauses.
4746
4747 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4748
4749         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4750         error [wl:11327].
4751
4752         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4753         print-depth.
4754
4755 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4756
4757         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4758         Replace nested conditional with guard clauses.
4759
4760 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4763         (elmo-passwd-alist-save): Ditto.
4764         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4765
4766 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4769         dir-name only if it is absolute path.
4770         (TODO: distinguish +/something and +something)
4771
4772 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4775         path for "+~/something".
4776
4777 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4780         as non-directory, cause error before rename-file.
4781         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4782         apropriately, mimic localdir's one.
4783         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4784
4785 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4786
4787         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4788
4789 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4790
4791         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4792
4793         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4794         
4795         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4796         is included in the global-mark or not.
4797
4798 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * utf7.el (toplevel): Avoid error when the function
4801         find-coding-system does not exist.
4802
4803 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4806         cache even if the folder is plugged.
4807         (elmo-nntp-search-primitive): Do nothing when body search is
4808         invoked (although it is not used by the change above).
4809         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4810
4811 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4812
4813         * elmo-version.el (elmo-version): Up to 2.11.1.
4814
4815 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4816
4817         * elmo-archive.el: Specify charset.
4818
4819 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4822         process buffer lives or not.
4823
4824         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4825         while flushing queues (It causes infinite loop).
4826
4827 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4828
4829         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4830
4831 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * utf7.el (toplevel): Check the ucs features dynamically.
4834         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4835
4836         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4837         folder is creatabe or not if it already exists.
4838
4839 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4842
4843         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4844
4845         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4846         (elmo-imap4-read-response): Take care of garbage response.
4847
4848 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4849
4850         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4851         just return nil instead of error.
4852
4853 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4856         search-key is "body".
4857
4858 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4861         of elmo-string-matched-assoc to use match-data.
4862         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4863
4864 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * elmo-split.el (elmo-split->): New function.
4867         (elmo-split-<): Ditto.
4868
4869 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4870
4871         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4872         workaround for invalid message-id.
4873
4874 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4875
4876         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4877         return normal pop3 session or pop3 biff session.
4878
4879 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4880
4881         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4882         info part to the cur files when the new files already have it.
4883         (Adviced by Jared Rhine <jared@wordzoo.com>)
4884
4885 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * elmo-split.el (elmo-split-default-action): New variable.
4888         (elmo-split-subr): Use it if all other conditions are passed.
4889         Extend `fname' and rename it as `action'. (implemented
4890         Teranishi-san's idea in [wl:10800])
4891
4892 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4893
4894         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4895         * elmo-util.el: Ditto.
4896
4897 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * elmo.el (elmo-message-accessible-p): Renamed from
4900         elmo-message-cached-p and rewritten.
4901
4902 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * elmo.el (elmo-folder-list-flagged): New generic function.
4905         (elmo-folder-list-importants): New implementation.
4906         (elmo-folder-list-answereds): Ditto.
4907         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4908         Added 'digest'.
4909         (elmo-message-cached-p): New function.
4910         (elmo-message-set-flag): Ditto (no content).
4911         (elmo-message-unset-flag): Ditto.
4912         (elmo-folder-list-messages-mark-match): Abolish.
4913
4914         * elmo-util.el (elmo-regexp-opt): New function.
4915
4916         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4917         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4918         Added 'digest'.
4919         (elmo-msgdb-list-flagged): New function.
4920
4921         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4922         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4923         Added 'digest'.
4924
4925         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4926
4927 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * elmo-version.el (elmo-version): Up to 2.11.0.
4930
4931 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4932
4933         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4934         `elmo-file-cache-exists-p'; use proper mark that depends on
4935         `use-cache'.
4936         (elmo-msgdb-unset-flag): Ditto.
4937         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4938
4939         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4940         with 4th argument `use-cache'.
4941
4942 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4945         (elmo-folder-mark-as-important): Ditto.
4946         (elmo-folder-unmark-read): Ditto.
4947         (elmo-folder-mark-as-read): Ditto.
4948         (elmo-folder-unmark-answered): Ditto.
4949         (elmo-folder-mark-as-answered): Ditto.
4950
4951         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4952         message status.
4953         (elmo-msgdb-mark): Likewise.
4954         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4955         (elmo-msgdb-unset-flag): Likewise.
4956
4957         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4958
4959 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4960
4961         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4962         `last:' filter.
4963
4964 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4967         set spool-length to 0.
4968
4969 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4970
4971         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4972         (elmo-dop-queue-flush): Fixed last change.
4973
4974 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4975
4976         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4977         if require-msgdb slot is nil.
4978         (elmo-folder-list-importants): Likewise.
4979
4980 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4981
4982         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4983         mark is changed.
4984
4985         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4986         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4987         is changed.
4988
4989 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4992
4993 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4996
4997         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4998
4999 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5000
5001         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
5002         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
5003
5004 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
5007         the problem reported by Sean Rima [wl-en:180].
5008
5009 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5010
5011         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
5012
5013         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
5014
5015         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
5016
5017         * elmo-map.el (elmo-folder-unmark-read): Ditto.
5018
5019         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
5020
5021         * elmo-net.el (elmo-folder-unmark-read): Ditto.
5022
5023         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
5024
5025 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5026
5027         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
5028         status number.
5029
5030 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
5033         (elmo-folder-mark-as-read): Follow the API change.
5034         (elmo-message-set-cached): New function.
5035
5036         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
5037
5038         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
5039
5040         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
5041         (elmo-folder-mark-as-important): Ditto.
5042         (elmo-folder-unmark-read): Ditto.
5043         (elmo-folder-mark-as-read): Ditto.
5044         (elmo-folder-unmark-answered): Ditto.
5045         (elmo-folder-mark-as-answered): Ditto.
5046
5047         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
5048         (elmo-folder-unmark-important): Ditto.
5049         (elmo-folder-mark-as-read): Ditto.
5050         (elmo-folder-unmark-read): Ditto.
5051         (elmo-folder-mark-as-answered): Ditto.
5052         (elmo-folder-unmark-answered): Ditto.
5053
5054         * elmo-mark.el (toplevel): Removed some mark method definitions.
5055
5056         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
5057         (elmo-map-folder-mark-as-answered): Ditto.
5058         (elmo-folder-unmark-important): Add :before qualifier.
5059         (elmo-folder-mark-as-important): Ditto.
5060         (elmo-folder-unmark-read): Ditto.
5061         (elmo-folder-mark-as-read): Ditto.
5062         (elmo-folder-unmark-answered): Define.
5063         (elmo-folder-mark-as-answered): Ditto.
5064
5065         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
5066         (elmo-map-folder-unmark-answered): Ditto.
5067
5068         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
5069
5070         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
5071         (elmo-folder-mark-as-important): Ditto.
5072         (elmo-folder-unmark-read): Ditto.
5073         (elmo-folder-mark-as-read): Ditto.
5074         (elmo-folder-unmark-answered): Ditto.
5075         (elmo-folder-mark-as-answered): Ditto.
5076
5077         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
5078         `mark'; evaluate mark condition.
5079         (elmo-msgdb-match-condition-internal): New function.
5080         (elmo-msgdb-match-condition): Call it; changed argument.
5081
5082         * elmo.el (elmo-folder-search): Follow the API change on
5083         `elmo-msgdb-match-condition'.
5084
5085 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5086
5087         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
5088         original mark is non-nil.
5089
5090 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
5093         (elmo-map-folder-list-answereds): New method.
5094         (elmo-folder-list-unreads): Add :around qualifier.
5095         (elmo-folder-list-importants): Ditto.
5096         (elmo-folder-list-answereds): Ditto.
5097
5098 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
5101
5102         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
5103         method if msgdb is not required.
5104         (elmo-filter-folder-list-importants): Don't treat global-mark.
5105
5106         * elmo.el (elmo-folder-list-importants): Ditto.
5107
5108         * elmo-net.el (elmo-folder-list-importants): Ditto.
5109
5110         * elmo-map.el (elmo-folder-list-importants): Ditto.
5111
5112         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
5113
5114         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5115         (elmo-imap4-folder-list-any-plugged): New function.
5116         (elmo-imap4-search-internal-primitive): Use it.
5117
5118         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5119         only when require-msgdb slot is non-nil.
5120         (elmo-folder-close): Clear target folder's msgdb.
5121
5122 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5125         (elmo-pop3-msgdb-create-by-header): Ditto.
5126         (elmo-pop3-msgdb-create-message): Ditto.
5127
5128         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5129
5130         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5131
5132         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5133
5134         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5135         (elmo-folder-msgdb-create): Ditto.
5136         (elmo-nntp-folder-msgdb-create): Ditto.
5137         (elmo-nntp-msgdb-create-by-header): Ditto.
5138         (elmo-nntp-msgdb-create-message): Ditto.
5139         (elmo-folder-list-unreads): Define.
5140
5141         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5142         (elmo-folder-append-messages): Ditto.
5143         (elmo-folder-list-unreads): Define.
5144         (elmo-folder-list-importants): Ditto.
5145         (elmo-folder-list-answereds): Ditto.
5146
5147         * elmo-net.el (elmo-folder-list-unreads): Define.
5148         (elmo-folder-list-importants): Ditto.
5149         (elmo-folder-list-answereds): Ditto.
5150         (elmo-folder-list-answereds-plugged): Ditto.
5151         (elmo-folder-msgdb-create): Follow the API change.
5152         (elmo-folder-msgdb-create-unplugged): Ditto.
5153         (elmo-folder-unmark-answered): Define.
5154         (elmo-folder-mark-as-answered-unplugged): Ditto.
5155         (elmo-folder-unmark-answered-unplugged): Ditto.
5156
5157         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5158         (elmo-msgdb-unread-uncached-mark): Ditto.
5159         (elmo-msgdb-unread-cached-mark): Ditto.
5160         (elmo-msgdb-read-uncached-mark): Ditto.
5161         (elmo-msgdb-answered-cached-mark): Ditto.
5162         (elmo-msgdb-answered-uncached-mark): Ditto.
5163         (elmo-msgdb-important-mark): Ditto.
5164         (elmo-msgdb-set-mark): Rewrite.
5165         (elmo-msgdb-count-marks): Rewrite.
5166         (elmo-msgdb-mark-alist-set): Abolish.
5167         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5168         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5169
5170         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5171         (elmo-folder-close): Define.
5172         (elmo-folder-msgdb-create): Follow the API change.
5173         (elmo-folder-list-unreads): Rewrite.
5174         (elmo-folder-mark-as-important): Ditto.
5175         (elmo-folder-unmark-important): Ditto.
5176         (elmo-folder-mark-as-read): Ditto.
5177         (elmo-folder-unmark-read): Ditto.
5178         (elmo-folder-mark-as-answered): Define.
5179         (elmo-folder-unmark-answered): Ditto.
5180
5181         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5182         (elmo-folder-append-messages): Ditto.
5183
5184         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5185
5186         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5187         (elmo-folder-list-importants): Ditto.
5188
5189         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5190         (elmo-folder-append-messages): Ditto.
5191
5192         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5193         change.
5194         (elmo-folder-msgdb-create-plugged): Ditto.
5195         (elmo-folder-append-messages): Ditto.
5196         (elmo-folder-list-answereds-plugged): Define.
5197         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5198         (elmo-folder-unmark-answered-plugged): Define.
5199         (elmo-folder-mark-as-answered-plugged): Ditto.
5200         (elmo-folder-search-requires-msgdb-p): Ditto.
5201
5202         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5203         (elmo-folder-initialize): Set it.
5204         (elmo-folder-msgdb): Define.
5205         (elmo-folder-check): Call elmo-folder-synchronize.
5206         (elmo-folder-close): Define.
5207         (elmo-folder-commit): Ditto.
5208         (elmo-folder-msgdb-create): Rewrite.
5209         (elmo-folder-list-unreads): Ditto.
5210         (elmo-folder-list-importants): Ditto.
5211         (elmo-folder-mark-as-read): Ditto.
5212         (elmo-folder-unmark-read): Ditto.
5213         (elmo-folder-mark-as-important): Ditto.
5214         (elmo-folder-unmark-important): Ditto.
5215         (elmo-folder-mark-as-answered): Define.
5216         (elmo-folder-unmark-answered): Ditto.
5217
5218         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5219         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5220         (elmo-dop-queue-method-name-alist): Likewise.
5221         (elmo-folder-mark-as-answered-dop): New inline function.
5222         (elmo-folder-unmark-answered-dop): Ditto.
5223         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5224
5225         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5226         (elmo-folder-msgdb-create): Ditto.
5227         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5228         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5229         (elmo-archive-parse-mmdf): Ditto.
5230
5231         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5232         (elmo-folder-list-unreads-internal): Ditto.
5233
5234         * elmo.el (elmo-folder-msgdb): Define as generic function.
5235         (elmo-folder-list-messages): Added argument `in-msgdb'.
5236         (elmo-folder-list-unreads): Define as generic function.
5237         (elmo-folder-list-importants): Ditto.
5238         (elmo-folder-list-answereds): Ditto.
5239         (elmo-folder-list-messages-with-global-mark): New function.
5240         (elmo-folder-msgdb-create): Removed mark arguments.
5241         (elmo-folder-unmark-answered): New generic function.
5242         (elmo-folder-mark-as-answered): Ditto.
5243         (elmo-folder-append-messages): Removed argunment `unread-marks'
5244         (elmo-folder-list-unreads-internal): Abolish.
5245         (elmo-folder-list-importants-internal): Ditto.
5246         (elmo-folder-search-requires-msgdb-p): New generic function.
5247         (elmo-folder-search-requires-msgdb-p-internal): New function.
5248         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5249         elmo-msgdb-load.
5250         (elmo-folder-search-fast): Added key 'mark'.
5251         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5252         instead of unread-marks argument.
5253         (elmo-folder-move-messages): Removed argunment `unread-marks'
5254         (elmo-folder-unmark-important): Define.
5255         (elmo-folder-mark-as-important): Ditto.
5256         (elmo-folder-unmark-read): Ditto.
5257         (elmo-folder-mark-as-read): Ditto.
5258         (elmo-folder-unmark-answered): Ditto.
5259         (elmo-folder-mark-as-answered): Ditto.
5260         (elmo-folder-replace-marks): Abolish.
5261         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5262         duplicates.
5263         (elmo-folder-synchronize): Removed mark arguments;
5264         return crosspost only number.
5265
5266 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5267
5268         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5269         Remove redundunt connectivity check.
5270
5271 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5272
5273         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5274         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5275
5276 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * pldap.el (ldap-decode-string): Return string as-is if
5279         `ldap-coding-system' is nil.
5280         (ldap-encode-string): Ditto.
5281         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5282         (ldap-default-host): Fixed docstring.
5283
5284 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5285
5286         * elmo-util.el (elmo-warning): Define as a macro which uses
5287         `display-warning' if it is defined as a function.
5288
5289         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5290         (elmo-split-equal): Use it.
5291         (elmo-split-match): Ditto.
5292         (elmo-split-message-entity): New buffer-local variable.
5293         (elmo-split-subr): Set it.
5294
5295         * elmo-version.el (elmo-version): Up to 2.9.15.
5296
5297 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5298
5299         * elmo-imap4.el (elmo-network-initialize-session):
5300         Check capability after starttls.
5301
5302 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * elmo-util.el (elmo-list-delete): Added optional argument
5305         DELETE-FUNCTION.
5306
5307         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5308
5309         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5310
5311         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5312
5313         * elmo-imap4.el (elmo-folder-initialize): Don't use
5314         elmo-imap4-default-mailbox.
5315
5316 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5317
5318         * elmo-split.el (toplevel): Use `product-provide'.
5319         (elmo-split): Checkdoc.
5320
5321 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5322
5323         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5324         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5325         the function `elmo-imap4-debug-1'.
5326
5327 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5328
5329         * elmo-split.el (elmo-split): Moved to run hooks and to show
5330         message from elmo-split-subr.
5331         (elmo-split-subr): Follow the change above.
5332
5333         * elmo-split.el (elmo-split-subr): New function (renamed from
5334         elmo-split-subr).
5335         (elmo-split): Changed to call elmo-split-subr by element of
5336         elmo-split-folder.
5337         (elmo-split-folder): Changed customization type to choice.
5338
5339 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5340
5341         * elmo-split.el (elmo-split-and): Fixed condition.
5342
5343 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5344
5345         * elmo-split.el: New file.
5346         (elmo-split): Fixed logic.
5347         Display "Test:" instead of "Folder:" when reharsal.
5348
5349         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5350         explicitly.
5351
5352         * elmo-version.el (elmo-version): Up to 2.9.14.
5353
5354         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5355         wl-expand-newtext).
5356
5357 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5358
5359         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5360         message with no message-id field.
5361
5362 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * elmo-version.el (elmo-version): Up to 2.9.13.
5365
5366         * elmo-dop.el (elmo-folder-status-dop): Fix.
5367
5368 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5371
5372         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5373         changing default value of default-mime-charset.
5374         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5375
5376         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5377
5378         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5379         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5380         instead of elmo-dop-queue-method-name-alist to check merging queue.
5381         (elmo-folder-delete-messages-dop): Delete from queue if negative
5382         message number.
5383         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5384         file is already removed.
5385
5386 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * elmo-vars.el: Bind colon keywords for old Emacsen.
5389
5390 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5391
5392         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5393         against non-exsisting charset.
5394
5395 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5396
5397         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5398         Use eword-decode-and-unfold-unstructured-field-body.
5399
5400         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5401         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5402         exists to decode raw subject string.
5403         (toplevel): Require 'mime.
5404
5405         * elmo-version.el (elmo-version): Up to 2.9.12.
5406
5407 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5410         (elmo-msgdb-set-mark): Ditto.
5411
5412         * elmo-version.el (elmo-version): Up to 2.9.11.
5413
5414 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5415
5416         * elmo-util.el (elmo-delete-match-files): New function.
5417
5418         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5419         instead of elmo-delete-directory.
5420
5421         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5422         elmo-hash-minimun-size as 63.
5423
5424         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5425         elmo-diff-unread is nil.
5426
5427         * elmo-imap4.el (elmo-folder-open): Fix.
5428
5429         * elmo.el (elmo-message-mark): Rewrite.
5430         (elmo-message-field): Ditto.
5431         (elmo-message-set-mark): Ditto.
5432         (elmo-folder-replace-marks): New function.
5433         (elmo-generic-folder-append-msgdb): Removed third argument for
5434         elmo-msgdb-append.
5435         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5436         (elmo-msgdb-load): New implementation.
5437
5438         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5439
5440         * elmo-util.el (elmo-list-insert): New implementation.
5441
5442         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5443         argument for elmo-msgdb-append.
5444         
5445
5446         * elmo-msgdb.el (elmo-load-msgdb): New function.
5447         (elmo-make-msgdb): Ditto.
5448         (elmo-msgdb-get-index): New inline function.
5449         (elmo-msgdb-set-index): Ditto.
5450         (elmo-msgdb-get-entity-hashtb): Ditto.
5451         (elmo-msgdb-get-mark-hashtb): Ditto.
5452         (elmo-msgdb-get-mark): Ditto.
5453         (elmo-msgdb-set-mark): Ditto.
5454         (elmo-msgdb-count-marks): Ditto.
5455         (elmo-msgdb-get-number): Ditto.
5456         (elmo-msgdb-get-field): Ditto.
5457         (elmo-msgdb-seen-list): Ditto.
5458         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5459         (elmo-msgdb-delete-msgs): Follow the changes above.
5460         (elmo-msgdb-overview-get-entity): Ditto.
5461         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5462         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5463         and rewritten.
5464         (elmo-msgdb-make-index): Likewise.
5465         (elmo-msgdb-append): Removed third argument.
5466         (elmo-msgdb-clear): Clear index as nil.
5467         (elmo-folder-set-info-hashtb): Removed.
5468         (elmo-folder-set-info-max-by-numdb): Ditto.
5469         (elmo-folder-info-make-hashtb): Ditto.
5470
5471         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5472
5473         * elmo-map.el (elmo-folder-pack-number): Ditto.
5474
5475 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * elmo-version.el (elmo-version): Up to 2.9.10.
5478
5479         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5480
5481         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5482
5483 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * elmo-utils.el (elmo-make-directory): Add option.
5486         Default file mode is 700.
5487
5488 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5489
5490         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5491
5492 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5495         mime-charset.
5496
5497         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5498         and "smaller".
5499
5500 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5501
5502         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5503         (elmo-shimbun-folder-entity-hash): New function.
5504         (elmo-shimbun-folder-shimbun-header): Ditto.
5505         (elmo-shimbun-entity-to-header): Ditto.
5506         (elmo-shimbun-msgdb-to-headers): Removed.
5507         (elmo-shimbun-folder-setup): Ditto.
5508         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5509         for hash key.
5510         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5511         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5512         Removed useless local bind.
5513         (elmo-folder-open-internal): Don't call
5514         `elmo-shimbun-folder-setup'.
5515         (elmo-folder-close-internal): Clear entity-hash slot.
5516         (elmo-folder-clear): Ditto.
5517         (elmo-shimbun-msgdb-create-entity): Use
5518         `elmo-shimbun-folder-shimbun-header'.
5519         (elmo-map-message-fetch): Ditto.
5520         (elmo-shimbun-update-overview): Use overview entity instead of
5521         shimbun header to lookup id by references.
5522         (elmo-map-folder-list-message-locations): Use not only headers but
5523         also overviews to list locations.
5524
5525 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5526
5527         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5528         msgdb path.
5529
5530         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5531
5532 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5533
5534         * elmo-util.el (elmo-read-search-condition-internal): Give default
5535         value for date.
5536
5537 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5538
5539         * elmo-util.el (elmo-condition-parse-search-value): Accept
5540         YYYY-MM-DD format to search.
5541         * elmo-date.el (elmo-date-get-datevec): Likewise.
5542
5543 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5544
5545         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5546         debugging code.
5547
5548 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5549
5550         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5551         from t.
5552
5553         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5554
5555         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5556         case from `elmo-folder-exists-p'.
5557         (elmo-folder-exists-p): Removed.
5558         (elmo-folder-creatable-p) Ditto.
5559
5560         * elmo-net.el (elmo-folder-create): Defined.
5561         (elmo-folder-create-unplugged): New function.
5562         (elmo-folder-exists-p): Changed default value to nil from t.
5563
5564         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5565         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5566
5567         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5568         `elmo-create-folder-dop' and append queue
5569         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5570         (elmo-folder-create-dop-delayed): New function.
5571
5572         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5573
5574         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5575
5576         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5577         (elmo-folder-writable-p) : Ditto.
5578
5579         * elmo-version.el (elmo-version): Up to 2.9.9.
5580
5581 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582
5583         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5584         `elmo-message-use-cache-p' returns nil.
5585         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5586         (ignore cache file and refer the substance in local folders)
5587
5588 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5589
5590         * elmo-version.el (elmo-version): Up to 2.9.8.
5591
5592 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * elmo-version.el (elmo-version): Up to 2.9.7.
5595
5596         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5597
5598 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5599
5600         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5601
5602 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5605         from --early.
5606         (elmo-map-folder-list-message-locations): Reverse location list.
5607
5608 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5611
5612 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5615         as a key.
5616         (elmo-nntp-folder-list-subfolders): Follow the change above.
5617
5618 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5619
5620         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5621         name if authentication type is specified.
5622
5623 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5626         variable.
5627         (elmo-default-nntp-stream-type): Ditto.
5628         (elmo-default-pop3-stream-type): Ditto.
5629
5630 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5631
5632         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5633
5634 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5635
5636         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5637         elmo-vars.el.
5638         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5639
5640         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5641         (elmo-maildir-folder-path): Ditto.
5642         (elmo-maildir-list): Ditto (abolished).
5643
5644 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5645
5646         * elmo-version.el (elmo-version): Up to 2.9.6.
5647
5648 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5649
5650         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5651         (elmo-maildir-folder-path): Ditto.
5652         (elmo-msgdb-directory): Ditto.
5653         (elmo-passwd-life-time): Ditto.
5654         (elmo-msgdb-extra-fields): Ditto.
5655         (elmo-enable-disconnected-operation): Ditto.
5656
5657 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5658
5659         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5660         other choices.
5661         (elmo-pop3-default-authenticate-type): Ditto.
5662
5663 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5664
5665         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5666         choices for custom.
5667         (elmo-pop3-default-authenticate-type): Ditto.
5668
5669 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5670
5671         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5672         mailbox to new-folder.
5673
5674 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5675
5676         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5677         less than new, set new as unread.
5678
5679         * elmo-util.el (elmo-string): Don't put text-property if nil.
5680
5681 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5682
5683         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5684         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5685
5686 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5687
5688         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5689         is nil on `completing-read'.
5690
5691 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5694         for namespace part.
5695         (elmo-imap4-parse-namespace-subr): Ditto.
5696         (elmo-folder-list-subfolders): Append a delimiter when the specified
5697         folder path is a root with namespace and does not end with delimiter.
5698
5699 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5700
5701         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5702         was used.
5703
5704 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5705
5706         * elmo-util.el (elmo-save-buffer): The first argument of message
5707         is a format control string.
5708
5709 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5710
5711         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5712         `elmo-folder-diff').
5713         (elmo-diff-unread): Likewise.
5714
5715 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5716
5717         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5718         is t on `completing-read'.
5719
5720 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5721
5722         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5723         method of target folder with self mark-alist if MARK-ALIST is nil.
5724
5725 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5726
5727         * elmo-version.el (elmo-version): Up to 2.9.5.
5728
5729 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5730
5731         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5732         (elmo-dop-merge-funcs): Remove.
5733
5734 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5735
5736         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5737         Return t if PATH is directory, too.
5738         Use `dolist' instead of while loop.
5739
5740 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5741
5742         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5743         is deleted.
5744
5745 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5746
5747         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5748         return value to t.
5749         (elmo-folder-list-messages-unplugged): Return t if
5750         elmo-enable-disconnected-operation is nil.
5751
5752         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5753         `elmo-folder-list-messages-internal'.
5754
5755 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5756
5757         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5758         Change to looking-at `[23][0-9]+'.
5759         (elmo-network-initialize-session): Use 'error-msg'
5760         * elmo-net.el (elmo-network-open-session): Set unplugged
5761         if elmo-network-initialize-session returns 'elmo-open-err.
5762
5763 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * elmo-version.el (elmo-version): Up to 2.9.4.
5766
5767 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5768
5769         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5770         `elmo-folder-list-messages-internal'.
5771
5772 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5773
5774         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5775         (elmo-message-match-condition): New method.
5776         (elmo-folder-search-fast): New inline function.
5777         (elmo-msgdb-search): Removed.
5778
5779         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5780         target folder if it is unplugged.
5781         (elmo-folder-list-messages-internal): Return t if target folder is
5782         unplugged and itself is persistent; In this case, use list be
5783         searched already.
5784
5785         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5786         (elmo-msgdb-search-internal-primitive): Ditto.
5787         (elmo-msgdb-match-condition): New function.
5788         (elmo-msgdb-match-condition-primitive): Ditto.
5789
5790         * elmo-util.el (elmo-filter-condition-p): New macro.
5791
5792         * elmo-cache.el (elmo-folder-search): Removed.
5793
5794         * elmo-localdir.el (elmo-folder-search): Ditto.
5795
5796         * elmo-maildir.el (elmo-folder-search): Ditto.
5797
5798         * elmo-mark.el (elmo-folder-search): Ditto.
5799
5800         * elmo-nmz.el (elmo-folder-search): Ditto.
5801
5802         * elmo-sendlog.el (elmo-folder-search): Ditto.
5803
5804         * elmo-shimbun.el (elmo-folder-search): Ditto.
5805
5806         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5807         if folder is unplugged.
5808
5809         * elmo-nntp.el (elmo-folder-search): Likewise.
5810         (elmo-nntp-search-internal): New function.
5811
5812         * elmo-version.el (elmo-version): Up to 2.9.3.
5813
5814 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5815
5816         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5817
5818 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5819
5820         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5821
5822 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5823
5824         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5825
5826 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5827
5828         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5829         (elmo-map-folder-list-message-locations): Do drive letter conversion
5830         on Windows environment.
5831         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5832         (elmo-map-message-fetch): Ditto.
5833
5834 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5835
5836         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5837         (elmo-network-initialize-session): Ditto.
5838
5839 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5842
5843         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5844
5845         * elmo-util.el (elmo-progress-clear): Ditto.
5846
5847         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5848         `DD-Mon-YYYY' type date.
5849
5850 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5851
5852         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5853         `elmo-date-make-sortable-string' instead of
5854         `timezone-make-date-sortable'.
5855
5856         * elmo-date.el (elmo-date-make-sortable-string): Use
5857         `timezone-make-time-string'.
5858
5859 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5860
5861         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5862
5863         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5864         `since'; Fix timezone.
5865
5866         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5867
5868         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5869
5870 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5871
5872         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5873
5874 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5875
5876         * elmo.el (elmo-generic-folder-append-messages): Make
5877         fetch-strategy with `use-cache' as 'maybe. Check return value of
5878         `elmo-message-fetch'.
5879         (elmo-message-fetch): Return return value of
5880         `elmo-message-fetch-with-cache-process'.
5881         (elmo-message-fetch-with-cache-process): Return non-nil if
5882         fetching was succeed. Load cache when fetching was failed and
5883         fetch-strategy-use-cache is 'maybe.
5884
5885         * elmo-util.el (elmo-file-cache-load): New function.
5886
5887         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5888         defun.
5889
5890         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5891         non-nil if fetching was succeed.
5892
5893         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5894
5895         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5896
5897         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5898         (elmo-message-fetch-with-cache-process): Likwise.
5899
5900         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5901
5902         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5903
5904         * elmo-version.el (elmo-version): Up to 2.9.2.
5905
5906 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * elmo.el (elmo-folder-delete): Delete msgdb path.
5909
5910         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5911
5912         * elmo-maildir.el (elmo-folder-delete): Ditto.
5913
5914         * elmo-localdir.el (elmo-folder-delete): Ditto.
5915
5916         * elmo-imap4.el (elmo-folder-delete): Ditto.
5917
5918 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5919
5920         * elmo.el (luna-define-class): Added `biff' slot.
5921
5922         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5923         (elmo-pop3-debug-inhibit-logging): Abolished.
5924         (elmo-network-close-session): Eliminated needless let.
5925         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5926         (elmo-pop3-send-command): Added `no-log' argument.
5927         (elmo-pop3-process-filter): Use `with-current-buffer'.
5928         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5929         if login failure.
5930         (elmo-pop3-auth-apop): Likewise.
5931         (elmo-network-authenticate-session): Likewise.
5932
5933         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5934         if biff folder.
5935
5936         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5937         string to determine protocol.
5938         (elmo-network-session-name-prefix): Abolished.
5939         (elmo-network-session-cache-key): Follow the change above.
5940         (elmo-network-open-session): Ditto.
5941
5942         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5943         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5944
5945         * elmo-version.el (elmo-version): Up to 2.9.1.
5946
5947         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5948         unmatch condition checking.
5949
5950         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5951         condition.
5952
5953 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5954
5955         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5956
5957 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5960         test for while loop to execute at least one SEARCH command.
5961
5962 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * elmo-version.el (elmo-version): Up to 2.9.0.
5965
5966 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5969         (elmo-archive-folder-path): Define.
5970         (elmo-folder-initialize): Setup `dir-name' slot.
5971         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5972         Use `dir-name' as prefix of each subfolders.
5973         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5974
5975 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5976
5977         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5978         (elmo-pipe-folder-list-target-messages): New internal function.
5979         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5980         `killed-list'.
5981         (elmo-pipe-folder-copied-list-load): New function.
5982         (elmo-pipe-folder-copied-list-save): Ditto.
5983         (elmo-folder-open-internal): Follow the change above.
5984         (elmo-folder-status): Fixed for copy.
5985
5986 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5989
5990 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5993         elmo-copy-file instead of elmo-add-name-to-file.
5994
5995         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5996
5997         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5998         "file://..." index.
5999
6000         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
6001         of accept-process-output as 1.
6002         (elmo-pop3-read-contents): Ditto.
6003         (elmo-pop3-read-body): Ditto.
6004
6005 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6006
6007         * elmo-version.el (product-version-as-string): Remove define.
6008
6009 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
6012         (elmo-imap4-copy-messages): Chop number set using
6013         `elmo-imap4-number-set-chop-length'.
6014         (elmo-imap4-set-flag): Ditto.
6015         (elmo-imap4-search-internal-primitive): Ditto.
6016
6017 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6018
6019         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
6020         `elmo-folder-make-temp-dir'
6021
6022         * elmo-vars.el (elmo-cache-directory): New variable.
6023         (elmo-cache-dir): Abolished.
6024         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
6025
6026         * elmo-version.el (elmo-version): Up to 2.7.7.
6027
6028 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6029
6030         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
6031         defcustom; Set default value as t.
6032
6033 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
6034
6035         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
6036         (ldap-search-program-arguments): Changed default value.
6037         (ldap-search-basic): Accept exit status 4.
6038         (ldap/field-body): Parse options.
6039         (ldap/collect-field): Ditto.
6040         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
6041
6042         * elmo-imap4.el (elmo-imap4-process-bye): New function.
6043         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
6044         (elmo-imap4-accept-ok): Ditto.
6045         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
6046         'notify-bye, only BYE error is reported.
6047         (elmo-folder-exists-p-plugged): Set no-error argument of
6048         `elmo-imap4-session-select-mailbox' as 'notify-bye.
6049
6050         * elmo.el (elmo-imap4-bye-error): Changed message.
6051
6052         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
6053         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
6054         queues (It causes infinite loop).
6055
6056 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6057
6058         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
6059         (RECENT UNSEEN MESSAGES) extension.
6060
6061 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
6062
6063         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
6064         Check number of overview fields.
6065
6066 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * elmo.el (elmo-folder-confirm-appends): Changed message.
6069         (elmo-folder-confirm-appends): Ditto.
6070
6071         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
6072         `with-temp-buffer'.
6073         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
6074
6075 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6076
6077         * elmo.el (elmo-folder-confirm-appends): Check whether the value
6078         of elmo-folder-update-threshold is nil, which can be set by
6079         wl-summary-update-confirm-threshold.
6080
6081 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
6084         (elmo-nmz-index-alias-alist): Ditto.
6085         (elmo-map-folder-list-message-locations): Follow the change above.
6086
6087 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6088
6089         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
6090
6091         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
6092
6093         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
6094
6095         * elmo-util.el (elmo-read): Ditto.
6096         (elmo-display-error): Ditto.
6097
6098         * elmo-vars.el (elmo-date-match): Ditto.
6099
6100         * pldap.el (ldap-coding-system): Ditto.
6101
6102         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
6103         `elmo-inhibit-number-mapping' as nil.
6104
6105 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6106
6107         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
6108         space delimiter for list response.
6109
6110 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6111
6112         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
6113
6114 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6115
6116         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6117         (elmo-map-message-fetch): Fix.
6118         * elmo-map.el (elmo-folder-status): Fix for killed.
6119
6120 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * elmo-sendlog.el: New file.
6123         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6124
6125 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6126
6127         * acap.el (acap-logging-out): New buffer local variable.
6128         (acap-close): Set it.
6129         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6130         an error.
6131
6132 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * acap.el (acap-response-bye-p): New function.
6135         (acap-response-bye-message): Ditto.
6136         (acap-wait-for-response): If bye response is received, cause an error.
6137         (acap-parse-response): Make bye response when 'Bye' is received.
6138
6139 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6140
6141         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6142
6143 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6144
6145         * elmo-util.el (elmo-copy-file): Added argument
6146         `ok-if-already-exists'.
6147         (elmo-copy-file): Fixed typo.
6148
6149 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6150
6151         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6152
6153 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6154
6155         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6156
6157 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6158
6159         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6160         to killed-list.
6161
6162 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6165         (elmo-folder-initialize): Fix for `copy'.
6166         (elmo-pipe-drain): Ditto.
6167         (elmo-folder-open-internal): Ditto.
6168         (elmo-folder-newsgroups): Fix.
6169
6170 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6173         for each message.
6174
6175         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6176         recent value is returned from imap folder.
6177
6178         * elmo.el (elmo-folder-newsgroups): New generic function.
6179
6180         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6181         (elmo-folder-initialize): Set it.
6182         (elmo-folder-expand-msgdb-path): Use it.
6183         (elmo-folder-newsgroups): Define.
6184
6185         * elmo-filter.el (elmo-folder-newsgroups): Define.
6186
6187         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6188
6189         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6190
6191         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6192
6193 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6194
6195         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6196         user option.
6197         (elmo-shimbun-header-extra-field): New inline function.
6198         (elmo-shimbun-header-set-extra-field): Ditto.
6199         (elmo-shimbun-folder-header-hash-setup): Ditto.
6200         (elmo-shimbun-update-overview): Ditto.
6201         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6202         (elmo-shimbun-folder-setup): Use
6203         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6204         (elmo-shimbun-get-headers): Ditto.
6205         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6206         Insert `X-Shimbun-Id:' header if extra field is set.
6207         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6208         field's value instead of `shimbun-header-id'.
6209
6210         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6211         inline function.
6212         (elmo-msgdb-overview-entity-set-date): Ditto.
6213         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6214
6215 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * mmimap.el (mmimap-entity-section): Changed body node number from
6218         "0" to "1".
6219
6220 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6221
6222         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6223         `elmo-folder-delete-messages'.
6224
6225         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6226         (elmo-folder-initialize): Changed to expand alias into index path.
6227
6228         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6229         `elmo-mime-insert-header-from-buffer' with 6th arg
6230         `sorted-fields'.
6231
6232 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6235
6236         * elmo.el (elmo-diff-new): New inline function.
6237         (elmo-diff-unread): Ditto.
6238         (elmo-diff-all): Ditto.
6239
6240         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6241         value from responseb.
6242         (elmo-imap4-folder-diff-plugged): Ditto.
6243         (elmo-imap4-server-diff-async): Added recent argument.
6244         (elmo-server-diff-async): Ditto.
6245         (elmo-imap4-folder-diff-plugged): Ditto.
6246
6247         * elmo-version.el (elmo-version): Up to 2.7.6.
6248
6249 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6250
6251         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6252         in quoted-stirng.
6253
6254 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6257
6258         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6259
6260         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6261
6262         * elmo-multi.el (elmo-folder-initialize): Ditto.
6263
6264         * elmo-util.el (elmo-parse-token): New function.
6265         (elmo-parse-prefixed-element): Ditto.
6266
6267 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6270         delete process.
6271         (elmo-imap4-accept-ok): Ditto.
6272
6273 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6274
6275         * mmimap.el (mime-imap-entity-header-string): Don't check first
6276         element of node-id is `0' (Follow last change).
6277
6278 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6279
6280         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6281         assigned irregular node-id to nested multipart section.
6282         (initialize-instance): Followed above change.
6283
6284 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6285
6286         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6287         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6288         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6289         `elmo-shimbun-get-headers');
6290         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6291         visible article on summary exists in headers).
6292         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6293
6294 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6295
6296         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6297         definition.
6298
6299 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6302
6303 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6304
6305         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6306         header separator into loop condition.
6307
6308 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6309
6310         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6311         Return duplicate folder if it has subfolder.
6312
6313 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * elmo.el (elmo-make-folder): Add folder name error check.
6316
6317         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6318         (elmo-nntp-encode-group-string): New inline function.
6319         (elmo-nntp-decode-group-string): Ditto.
6320         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6321         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6322         Use `not' instead of `null';
6323         Use elmo-nntp-decode-group-string.
6324
6325         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6326
6327         * elmo-version.el (elmo-version): Up to 2.7.5.
6328
6329 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6330
6331         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6332         Hide progress gauge if `elmo-folder-move-messages' exits
6333         nonlocally.
6334
6335 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * elmo-imap4.el (elmo-folder-initialize): Use
6338         `elmo-imap4-encode-folder-string' for folder name.
6339
6340 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6341
6342         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6343         `done'.
6344
6345 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6346
6347         * elmo-util.el (elmo-progress-counter-alist): New internal
6348         variable.
6349         (elmo-progress-counter-value): New macro.
6350         (elmo-progress-counter-all-value): Ditto.
6351         (elmo-progress-counter-format): Ditto.
6352         (elmo-progress-counter-set-value): Ditto.
6353         (elmo-progress-set): New function.
6354         (elmo-progress-clear): Ditto.
6355         (elmo-progress-notify): Ditto.
6356
6357         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6358         counter.
6359
6360         * elmo.el (elmo-generic-folder-append-messages): Call
6361         `elmo-progress-notify'.
6362         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6363
6364         * elmo-archive.el (elmo-folder-append-messages): Call
6365         `elmo-progress-notify'.
6366
6367         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6368
6369         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6370
6371         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6372
6373 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6376         'Create'.
6377         (elmo-message-encache-dop): Added argument `read'.
6378
6379         * elmo-shimbun.el (elmo-message-encache): Ditto.
6380
6381         * elmo-net.el (elmo-message-encache): Ditto.
6382
6383         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6384         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6385         elmo-imap4-seen-messages.
6386         (elmo-folder-msgdb-create-plugged): Initialize
6387         elmo-imap4-seen-messages;
6388         Set seen mark on elmo-imap4-seen-messages.
6389
6390         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6391
6392         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6393         elmo-folder-append-buffer.
6394         (elmo-folder-encache): Added optional argument `read'.
6395         (elmo-message-encache): Ditto.
6396
6397         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6398
6399         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6400
6401         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6402         if append buffer content succeds.
6403
6404 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6407         elmo-display-progress.
6408
6409         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6410         Set 4th argument of mime-display-message.
6411         (elmo-mime-display-as-is): Ditto.
6412
6413 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * elmo-nmz.el (toplevel): Require 'mime-edit.
6416         (elmo-nmz-content-type-alist): Abolished.
6417         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6418         content is not a message.
6419         (elmo-map-message-fetch): Changed behavior exept for message content;
6420         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6421         content-type, Add From: and Subject: field.
6422
6423 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6424
6425         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6426         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6427         not a message.
6428
6429 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6430
6431         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6432         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6433
6434         * elmo-archive.el (elmo-folder-writable-p): Defined.
6435
6436         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6437
6438         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6439
6440         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6441
6442         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6443
6444         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6445
6446         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6447
6448         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6449
6450         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6451
6452 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * elmo-util.el (elmo-address-quote-specials): New function;
6455         Renamed from `wl-address-quote-specials'.
6456
6457 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6458
6459         * elmo-version.el (elmo-version): Up to 2.7.4.
6460
6461 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6464
6465 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6468         both compile-time and run-time to avoid byte-compile warning.
6469
6470 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6473
6474 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6477         option.
6478         (elmo-mime-display-as-is-internal): Use it.
6479
6480         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6481         if `read-passwd' is not defined.
6482
6483 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6486         by original number.
6487         (elmo-folder-status): Call `elmo-folder-open-internal';
6488         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6489         (elmo-folder-close-internal): Set location-alist as nil.
6490         (elmo-folder-clear): Define.
6491         (elmo-folder-check): Don't set location-alist as nil.
6492
6493         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6494
6495 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6498         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6499
6500         * mmimap.el (mime-imap-entity::requested): New slot.
6501         (mime-imap-location-fetch-entity-p): New generic function.
6502         (mime-decode-parameters): Define using `defun-maybe'.
6503         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6504         content-type structure.
6505         (mime-entity-body): Return empty body if
6506         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6507
6508         * elmo.el (elmo-message-displaying): New variable.
6509
6510         * elmo-mime.el (elmo-mime-message-display): Bind
6511         elmo-message-displaying as t.
6512
6513         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6514
6515 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * acap.el (acap-open): erase buffer before starting network process.
6518         (acap-store): Rewrite.
6519
6520 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * elmo-imap4.el (elmo-imap4-default-mailbox,
6523         elmo-imap4-default-server
6524         elmo-imap4-default-authenticate-type,
6525         elmo-imap4-default-user,
6526         elmo-imap4-default-port,
6527         elmo-imap4-default-stream-type,
6528         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6529
6530         * elmo-pop3.el (elmo-pop3-default-user,
6531         elmo-pop3-default-server,
6532         elmo-pop3-default-authenticate-type,
6533         elmo-pop3-default-port,
6534         elmo-pop3-default-stream-type,
6535         elmo-pop3-stream-type-alist): Ditto.
6536
6537         * elmo-nntp.el (elmo-nntp-default-server,
6538         elmo-nntp-default-user,
6539         elmo-nntp-default-port,
6540         elmo-nntp-default-stream-type,
6541         elmo-nntp-stream-type-alist): Ditto.
6542
6543         * elmo-vars.el: Follow changes above.
6544         (elmo-setting): New custom group; added 'elmo-setting group to
6545         above variables.
6546
6547         * elmo-version.el (elmo-version): Up to 2.7.3.
6548
6549         * acap.el (acap-parse-response): Don't delete process when BYE
6550         response (It causes hang-up on slow network environment).
6551         (toplevel): Added comment.
6552
6553 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6556
6557         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6558         parsing NIL.
6559         (acap-parse-return-metadata): Ditto.
6560
6561         * slp.el: New file.
6562         (toplevel): Fixed typo.
6563
6564         * acap.el: New file.
6565         (acap-network-stream-open): Show "Connecting..." message.
6566         (acap-parse-response): Fixed problem for BYE untagged response.
6567         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6568         (toplevel): Added tiny comments.
6569
6570 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6571
6572         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6573         space delimiter for uidl response.
6574
6575 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * elmo-vars.el (elmo-use-semi): Eliminated.
6578
6579         * elmo-util.el (elmo-string-assoc-all): New function.
6580
6581 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6582
6583         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6584         property 'mime-preview-situation for `mime-preview-quit'.
6585
6586 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6587
6588         * elmo.el (elmo-message-fetch-with-cache-process): Call
6589         elmo-message-fetch-internal instead of causing an error when fetch
6590         strategy is 'entire but only 'section cache is available.
6591
6592 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * elmo-version.el (elmo-version): Up to 2.7.2.
6595
6596         * elmo.el (elmo-generic-folder-append-messages): Make
6597         fetch-strategy with `use-cache'.
6598
6599         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6600         (elmo-dop-queue-method-name): New macro.
6601
6602 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6603
6604         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6605         unbalanced parenthesis.
6606
6607 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6608
6609         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6610
6611 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6612
6613         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6614         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6615
6616 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6619         local variables.
6620
6621 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6624         (elmo-message-use-cache-p): Define.
6625         (elmo-folder-msgdb-create): Treat cache.
6626
6627 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * elmo-nntp.el (elmo-network-initialize-session): Call
6630         `elmo-nntp-send-mode-reader'.
6631         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6632
6633 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6636         alist.
6637         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6638         assoc.
6639
6640         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6641         for `elmo-plugged-p'.
6642         (elmo-open-network-stream): Fixed stream-type argument.
6643
6644 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6647         unknown archive type is specified.
6648
6649 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6652
6653         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6654         while loading msgdb.
6655
6656         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6657         (elmo-folder-open-internal): Rewrite.
6658
6659 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * elmo-mime.el (elmo-mime-display-as-is-internal):
6662         Adjust buffer-multibyte status.
6663
6664 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6665
6666         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6667         of elmo-condition-find-key.
6668
6669         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6670         (elmo-condition-in-msgdb-p): Ditto.
6671         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6672         argument.
6673
6674 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6675
6676         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6677
6678 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6681         label for elmo-display-progress.
6682
6683 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * elmo.el (elmo-folder-clear): New method.
6686         (elmo-folder-clear): Define.
6687         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6688
6689         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6690         (elmo-folder-clear): Define.
6691
6692         * elmo-map.el (elmo-folder-clear): Define.
6693
6694         * elmo-version.el (elmo-version): Up to 2.7.1.
6695
6696 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6699         updates.
6700
6701 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6704         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6705
6706 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6707
6708         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6709
6710         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6711         and re-written.
6712
6713         * elmo-imap4.el (elmo-folder-initialize): Use
6714         elmo-get-network-stream-type.
6715
6716         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6717
6718         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6719
6720 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * elmo.el (elmo-message-encache): Set unread argument for
6723         elmo-message-fetch.
6724
6725         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6726
6727         * elmo.el (elmo-net-port-info): New method.
6728
6729         * elmo-shimbun.el (elmo-net-port-info): Define.
6730         (elmo-message-encache): Ditto.
6731
6732         * elmo-net.el (elmo-net-port-info): Define as method.
6733
6734         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6735         unplugged status when elmo-enable-disconnected-operation is t.
6736
6737         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6738         of spool folder before checking new number.
6739
6740 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6741
6742         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6743         (elmo-network-setup-session): Ditto.
6744         (elmo-message-fetch-plugged): Ditto.
6745         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6746         (elmo-network-initialize-session): Ditto.
6747         (elmo-pop3-read-response): Abolish 3rd argument.
6748         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6749         (elmo-pop3-read-contents): Ditto.
6750         (elmo-pop3-read-body): Ditto.
6751         (elmo-folder-status): Call elmo-folder-close.
6752         (elmo-pop3-lock): Abolish.
6753         (elmo-pop3-unlock): Ditto.
6754         (elmo-pop3-locked-p): Ditto.
6755         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6756
6757 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * elmo-version.el (elmo-version): Up to 2.7.0.
6760
6761         * elmo-pop3.el (elmo-pop3-debug): New variable.
6762         (elmo-pop3-debug-inhibit-logging): Ditto.
6763         (elmo-pop3-debug): New function.
6764         (elmo-pop3-send-command): Call elmo-pop3-debug.
6765         (elmo-pop3-read-response): Added keep-lock optional argument;
6766         Don't unlock if keep-lock is non-nil.
6767         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6768         (elmo-network-authenticate-session): Bind
6769         elmo-pop3-debug-inhibit-logging as t.
6770         (elmo-network-setup-session): Call elmo-pop3-read-response with
6771         keep-lock argument.
6772         (elmo-pop3-read-msg): Ditto.
6773         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6774         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6775         (elmo-network-initialize-session): Call elmo-pop3-lock.
6776         (elmo-folder-close-internal): Don't clear location-alist slot.
6777         (elmo-folder-check): Clear location-alist slot.
6778
6779 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6780
6781         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6782         (elmo-pop3-send-command): Call elmo-pop3-lock.
6783         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6784         (elmo-pop3-read-contents): Ditto.
6785         (elmo-pop3-lock): New function.
6786         (elmo-pop3-unlock): Ditto.
6787         (elmo-pop3-locked-p): Ditto.
6788         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6789         returns t.
6790
6791 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6794
6795         * elmo-util.el (elmo-file-field-primitive-condition-match):
6796         New inline function (Don't fetch file content if "first" or "last").
6797         (elmo-file-field-condition-match): Use
6798         elmo-file-field-primitive-condition-match.
6799
6800         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6801         "first".
6802
6803         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6804         (elmo-message-fetch-plugged): Fixed.
6805
6806         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6807
6808 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6809
6810         * elmo.el (elmo-folder-move-messages): Bind
6811         elmo-inhibit-display-retrieval-progress as t while moving messages.
6812
6813         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6814         New variable.
6815         (elmo-inhibit-display-retrieval-progress): Ditto.
6816
6817         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6818         for retrieval progress;
6819         Don't display progress when total buffer size is smaller than
6820         elmo-display-retrieval-progress-threshold.
6821         (elmo-message-fetch-plugged): Don't display progress when
6822         elmo-inhibit-display-retrieval-progress is non-nil.
6823
6824         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6825         for retrieval progress;
6826         Don't display progress when literal size is smaller than
6827         elmo-display-retrieval-progress-threshold.
6828         (elmo-imap4-message-fetch): Don't display progress when
6829         elmo-inhibit-display-retrieval-progress is non-nil.
6830
6831 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6834         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6835         (elmo-imap4-message-fetch): Likewise.
6836
6837         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6838         (elmo-shimbun-index-range-alist): Ditto.
6839         (elmo-shimbun-use-entire-index): Abolish.
6840         (shimbun-mua-use-entire-index): Ditto.
6841         (elmo-shimbun-folder): Added new slot `range'.
6842         (elmo-folder-initialize): Setup slot `range'.
6843
6844 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6847         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6848         (elmo-shimbun-get-headers): Use return value of
6849         `shimbun-article-expiration-days'.
6850         (elmo-folder-close-internal): Clean up last-check slot.
6851
6852         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6853         (elmo-pop3-total-size): New variable.
6854         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6855
6856         * elmo.el (elmo-folder-reserve-status-p): New method.
6857
6858         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6859         (elmo-shimbun-use-entire-index): New user option.
6860         (shimbun-elmo-mua): New class.
6861         (shimbun-mua-search-id): Define.
6862         (shimbun-mua-use-entire-index): Ditto.
6863         (elmo-shimbun-folder:last-check): New slot.
6864         (elmo-shimbun-headers-cache-header-list): Abolish.
6865         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6866         (elmo-shimbun-headers-cache-header-hash): Ditto.
6867         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6868         (elmo-shimbun-headers-cache-last-check): Ditto.
6869         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6870         (elmo-shimbun-headers-check-p): Rewrite.
6871         (elmo-shimbun-msgdb-to-headers): New function.
6872         (elmo-shimbun-get-headers): Rewrite.
6873         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6874         (elmo-folder-open-internal): Get headers only if
6875         `elmo-shimbun-headers-check-p' is non-nil.
6876         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6877         is non-nil.
6878         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6879         (elmo-quit): Removed.
6880
6881         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6882         function.
6883         (elmo-msgdb-overview-entity-set-extra): Ditto.
6884         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6885
6886         * elmo-map.el (elmo-folder-status): Don't call
6887         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6888         is non-nil.
6889
6890 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6891
6892         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6893         of `elmo-msgdb-search-internal-primitive' when condition's car is
6894         `and' or `or'.
6895
6896 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6897
6898         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6899
6900 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6901
6902         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6903         call `elmo-pipe-drain'.
6904
6905 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6906
6907         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6908         typo. (elmo-cache-folder -> elmo-mark-folder)
6909
6910 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6911
6912         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6913         `elmo-message-fetch'.
6914
6915 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6916
6917         * elmo-net.el (elmo-message-encache): Fixed typo.
6918         (elmo-message-fetch-unplugged): Changed call
6919         `elmo-message-fetch-internal' without argument `outbuf'.
6920
6921 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * elmo.el (elmo-message-encache): Define as generic function.
6924         (elmo-message-fetch-field): New generic function.
6925         (elmo-message-fetch-with-cache-process): Cause an error when
6926         fetch strategy is 'entire but only 'section cache is available.
6927         (toplevel): Fixed nmz folder definition.
6928
6929         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6930         (elmo-msgdb-resume-list-filename): Ditto.
6931         (elmo-queue-filename): Ditto.
6932         (elmo-enable-disconnected-operation): Changed default value to t.
6933
6934         * elmo-util.el (elmo-cache-path-section-p): New function.
6935         (elmo-file-cache-get): Use it.
6936         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6937         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6938         (elmo-dop-queue-save): Ditto.
6939
6940         * elmo-net.el (elmo-folder-status-unplugged): Call
6941         elmo-folder-status-dop.
6942         (elmo-folder-list-messages-unplugged): Implemented.
6943         (elmo-folder-delete-messages-unplugged): Define.
6944         (elmo-folder-msgdb-create): Define.
6945         (elmo-folder-msgdb-create-unplugged): Define.
6946         (elmo-folder-mark-as-read-unplugged): Ditto.
6947         (elmo-folder-unmark-read-unplugged): Ditto.
6948         (elmo-folder-mark-as-important-unplugged): Ditto.
6949         (elmo-folder-unmark-important-unplugged): Ditto.
6950         (elmo-message-encache): Ditto.
6951
6952         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6953         (elmo-dop-queue-save): Ditto.
6954
6955         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6956         `elmo-folder-msgdb-create'.
6957         (elmo-folder-append-buffer): Implemented unplugged operation.
6958         (elmo-folder-append-messages): Call parent method in unplugged status.
6959         (elmo-message-fetch-unplugged): Removed definition.
6960         (elmo-message-fetch-field): Implemented.
6961
6962         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6963         (elmo-dop-folder): Removed variable definition.
6964         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6965         (elmo-dop-queue-flush): Implemented.
6966         (elmo-dop-queue-merge): Removed definition (TODO).
6967         (elmo-dop-spool-folder): New function.
6968         (elmo-dop-spool-folder-append-buffer): Ditto.
6969         (elmo-dop-spool-folder-list-messages): Ditto.
6970         (elmo-dop-list-deleting-messages): Ditto.
6971         (elmo-folder-append-buffer-dop): Ditto.
6972         (elmo-folder-delete-messages-dop): Ditto.
6973         (elmo-message-encache-dop): New inline function.
6974         (elmo-create-folder-dop): Ditto.
6975         (elmo-folder-mark-as-read-dop): Ditto.
6976         (elmo-folder-unmark-read-dop): Ditto.
6977         (elmo-folder-mark-as-important-dop): Ditto.
6978         (elmo-folder-unmark-important-dop): Ditto.
6979         (elmo-folder-status-dop): Fixed.
6980         (elmo-folder-append-buffer-dop-delayed): New function.
6981         (elmo-folder-delete-messages-dop-delayed): Ditto.
6982         (elmo-dop-msgdb): Ditto.
6983
6984 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6985
6986         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6987
6988 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6989
6990         * elmo.el (elmo-folder-move-messages): Fixed problem when
6991         `dst-folder' is 'null.
6992
6993 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6994
6995         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6996         instead of current mark.
6997
6998         * elmo-multi.el (elmo-folder-list-importants-internal): No
6999         operation if importants is not list.
7000
7001         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
7002         Return t if importants is not list.
7003
7004         * elmo-map.el (elmo-map-folder-list-importants): Define.
7005         (elmo-folder-list-importants-internal): Check return value of
7006         `elmo-map-folder-list-importants-internal'.
7007
7008         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
7009
7010         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
7011
7012         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
7013
7014         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
7015
7016 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
7019         (Patch is provided by <kita@coe.nttdata.co.jp>).
7020
7021 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7022
7023         * elmo.el (elmo-folder-synchronize): Don't check important mark in
7024         mark folder.
7025
7026 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7027
7028         * elmo.el (elmo-message-fetch): Define.
7029         (elmo-message-fetch-with-cache-process): New generic method.
7030         (elmo-message-fetch-internal): New generic method.
7031         (elmo-folder-synchronize):
7032
7033         * elmo-archive.el (elmo-message-fetch-internal): Define.
7034         (elmo-message-fetch): Eliminated.
7035
7036         * elmo-localdir.el (elmo-message-fetch-internal): Define.
7037         (elmo-message-fetch): Eliminated.
7038
7039         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
7040         argument OUTBUF.
7041         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
7042
7043         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
7044         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
7045
7046         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
7047         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
7048
7049         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
7050
7051         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
7052
7053         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
7054
7055         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
7056         (elmo-message-fetch-unplugged): New generic method.
7057         (elmo-message-fetch-internal): Remove cache process (Renamed from
7058         `elmo-message-fetch').
7059
7060         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
7061         (elmo-message-fetch): Eliminated.
7062         (elmo-message-fetch-unplugged): Ditto.
7063
7064         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
7065
7066 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7067
7068         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
7069         of `to-be-deleted' from number-alist to number-list.
7070
7071 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7072
7073         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
7074         (elmo-folder-mark-as-important): Ditto.
7075
7076 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * elmo.el (elmo-folder): Added process-duplicates slot.
7079
7080         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
7081         (elmo-folder-unmark-read): Ditto.
7082         (elmo-folder-unmark-important): Ditto.
7083         (elmo-folder-mark-as-important): Ditto.
7084
7085         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
7086         duplicated message processing.
7087
7088         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
7089
7090 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7091
7092         * elmo-util.el (elmo-list-subdirectories-1): New function.
7093         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
7094         (elmo-mapcar-list-of-list): New function.
7095
7096         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
7097         `elmo-mapcar-list-of-list' instead of `mapcar'.
7098
7099         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
7100
7101         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
7102         `elmo-have-link-count'. Return the fully qualified folder name.
7103
7104 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
7107         (elmo-shimbun-headers-cache): New internal variable.
7108         (elmo-shimbun-headers-cache-header-list): New inline function.
7109         (elmo-shimbun-headers-cache-set-header-list): Ditto.
7110         (elmo-shimbun-headers-cache-header-hash): Ditto.
7111         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
7112         (elmo-shimbun-headers-cache-last-check): Ditto.
7113         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7114         (elmo-shimbun-lapse-seconds): Ditto.
7115         (elmo-shimbun-headers-cache-check-p): Ditto.
7116         (elmo-shimbun-get-headers): New function.
7117         (elmo-folder-open-internal): Call it.
7118         (elmo-quit): Define (Clear headers-cache).
7119
7120 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7123
7124         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7125         (elmo-msgdb-flist-save): Ditto.
7126
7127         * elmo-shimbun.el (elmo-folder-list-subfolders):
7128         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7129         (elmo-folder-exists-p): Ditto.
7130
7131         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7132         argument for `shimbun-header-insert'.
7133
7134 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7137         at first time.
7138
7139         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7140         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7141
7142 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7145         (elmo-folder-plugged-p): Define.
7146         (elmo-folder-set-plugged): Ditto.
7147         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7148         (elmo-folder-list-messages-internal): Return t if unplugged.
7149         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7150
7151         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7152         when elmo-folder-list-messages-internal method of children returns t.
7153
7154         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7155         pair is nil.
7156         (elmo-folder-open-internal): Don't update if unplugged status.
7157
7158 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7161         new message.
7162
7163 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7166
7167         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7168         saving.
7169
7170 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7171
7172         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7173
7174         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7175         (elmo-folder-open-internal): Set up headers slot.
7176         (elmo-folder-check): Call elmo-folder-close-internal and
7177         elmo-folder-open-internal.
7178         (elmo-folder-close-internal): Clean up headers slot.
7179
7180 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7181
7182         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7183         exactly folder list.
7184         (elmo-folder-append-messages): Fixed append archive with prefix.
7185
7186         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7187         make temp files with start-number.
7188
7189         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7190
7191 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7192
7193         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7194         argument `visible-only'.
7195         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7196         instead of `if'.
7197
7198         * elmo-pop3.el (elmo-folder-open-internal): Check
7199         `elmo-inhibit-number-mapping' is non-nil.
7200
7201         * elmo-pipe.el (elmo-folder-status): Fixed.
7202
7203 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7204
7205         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7206
7207         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7208         (elmo-folder-open-internal): Setup `header-hash' slot.
7209         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7210         information.
7211         (elmo-map-message-fetch): Ditto.
7212
7213 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7216         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7217         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7218         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7219
7220         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7221
7222 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * sb-airs.el: Added footer.
7225
7226         * shimbun.el (shimbun-article): Define as luna-method.
7227
7228         * sb-tcup.el: New file.
7229
7230         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7231         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7232
7233 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7236         (shimbun-get-headers): Ditto.
7237
7238         * elmo.el: Moved obsolete variable definitions from
7239         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7240
7241         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7242         groups.
7243
7244         * shimbun.el: New file.
7245
7246         * elmo-shimbun.el: New file.
7247
7248         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7249         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7250         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7251         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7252
7253 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7254
7255         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7256         hierarchy is t.
7257
7258 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * elmo.el (elmo-folder-msgdb): Define as macro.
7261         (elmo-folder-open): Added argument `load-msgdb'.
7262         (elmo-generic-folder-open): Ditto.
7263         (elmo-folder-encache): New function.
7264
7265         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7266
7267         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7268
7269         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7270         Eliminated argument FOLDER and added argument MSGDB.
7271         (elmo-dop-queue-load): Moved from elmo-dop.el.
7272         (elmo-dop-queue-save): Ditto.
7273
7274         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7275
7276         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7277
7278         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7279         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7280         (elmo-filter-folder-list-importants-internal): Ditto.
7281
7282         * elmo-map.el (elmo-folder-pack-number): Ditto.
7283
7284         * elmo-mime.el (elmo-mime-message-display): Ditto.
7285
7286         * elmo.el (elmo-generic-folder-commit): Ditto.
7287         (elmo-folder-list-unreads): Ditto.
7288         (elmo-folder-list-importants): Ditto.
7289         (elmo-generic-folder-commit): Ditto.
7290         (elmo-message-set-mark): Ditto.
7291         (elmo-generic-folder-append-msgdb): Ditto.
7292         (elmo-folder-synchronize): Ditto.
7293         (elmo-folder-messages): Ditto.
7294         (elmo-init): Call elmo-dop-queue-load.
7295         (elmo-folder-list-messages): Ditto.
7296
7297         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7298         (elmo-nntp-folder-process-crosspost): Ditto.
7299         (elmo-folder-list-unreads-internal): Ditto.
7300
7301         * elmo-dop.el: Removed old functions.
7302
7303 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7306         `folder' to `msgdb'.
7307
7308 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7311         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7312
7313         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7314         case-fold-search.
7315
7316 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7319         defined.
7320
7321         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7322         (mmimap-parse-parameters-from-list): Define as alias for
7323         `mime-decode-parameter-plist' if it is defined as function.
7324         (mmimap-make-mime-entity): Added argument `number'.
7325         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7326         as 0.
7327         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7328
7329         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7330
7331         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7332
7333         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7334
7335 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7338
7339         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7340         when elmo-imap4-default-authenticate-type is nil.
7341         (elmo-folder-list-subfolders): Ditto
7342         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7343         (elmo-imap4-fetch-callback-1-subr): Renamed from
7344         `elmo-imap4-fetch-callback-1' and define as inline function.
7345         (elmo-imap4-fetch-callback-1):
7346         Renamed from `elmo-imap4-fetch-callback'.
7347         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7348
7349         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7350         msgdb path (To keep compatibility with main trunk).
7351
7352         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7353
7354         * elmo-util.el (elmo-make-file-cache): Moved position of
7355         some macros.
7356
7357         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7358         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7359         instead of `elmo-pop3-inhibit-uidl'.
7360         (elmo-folder-exists-p): Ditto.
7361         (elmo-pop3-folder-list-messages): Ditto.
7362
7363         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7364         instead of `elmo-pop3-inhibit-uidl'.
7365         (elmo-folder-status): Ditto.
7366
7367         * elmo-dop.el (elmo-dop-folder): New variable.
7368         (elmo-dop-lock-message): Eliminated.
7369         (elmo-dop-unlock-message): Ditto.
7370         (elmo-dop-lock-list-load): Ditto.
7371         (elmo-dop-lock-list-save): Ditto.
7372         (elmo-dop-delete-folder): Ditto.
7373         (elmo-dop-rename-folder): Ditto.
7374
7375         * elmo.el: Removed incomplete commentary.
7376
7377 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7378
7379         * elmo.el (toplevel): Require 'elmo-version first;
7380         for little `recursive-load-depth' settings.
7381         Fix "ends here" comment.
7382
7383 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * elmo-util.el (toplevel): Require 'poem;
7386         Some functions are moved from elmo-cache.el.
7387
7388         * elmo-net.el (toplevel): Require 'elmo-cache.
7389
7390         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7391
7392         * elmo.el (toplevel): Ditto.
7393
7394         * elmo-cache.el: Rewrite with luna;
7395         Some functions are moved to elmo-util.el.
7396
7397         * elmo-internal.el (elmo-internal-folder-list): New variable.
7398         (elmo-internal-folder-initialize): Rewrite.
7399         (elmo-folder-list-subfolders): Ditto.
7400
7401         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7402         (elmo-cache-collect-sub-directories): Ditto.
7403
7404 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * elmo-version.el (elmo-version): Up to 2.5.8.
7407
7408         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7409
7410         * elmo-util.el (elmo-list-insert): New function.
7411
7412 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * elmo.el (elmo-init): New function.
7415         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7416
7417         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7418         (Renamed from `elmo-localdir-header-chop-length').
7419
7420         * elmo-pop3.el (elmo-pop3-use-cache,
7421         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7422
7423         * elmo-nntp.el (elmo-message-fetch): Define.
7424         (elmo-message-fetch-unplugged): Ditto.
7425         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7426         (elmo-nntp-use-cache): Ditto.
7427         (elmo-nntp-max-number-precedes-list-active): Ditto.
7428
7429         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7430
7431         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7432         `elmo-msgdb-insert-file-header'.
7433         Use `elmo-msgdb-file-header-chop-length'.
7434
7435         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7436         `elmo-vars.el'.
7437
7438         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7439         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7440         `elmo-msgdb-insert-file-header'.
7441
7442         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7443         Use new variable;
7444         Define obsolete variables with `elmo-define-obsolete-variable',
7445
7446         * elmo-util.el (elmo-warning-buffer-name): New constant.
7447         (elmo-warning): New function.
7448         (elmo-obsolete-variable-alist): New variable.
7449         (elmo-obsolete-variable-show-warnings): New variable.
7450         (elmo-define-obsolete-variable): New function.
7451         (elmo-resque-obsolete-variable): Ditto.
7452         (elmo-resque-obsolete-variables): Ditto.
7453
7454 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7455
7456         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7457         Eliminated.
7458
7459         * elmo-pop3.el, elmo-nntp.el: Use custom.
7460
7461 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7462
7463         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7464         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7465
7466 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * Luna-fy Kenichi OKADA's following changes.
7469         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7470         `nohide'.
7471         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7472
7473 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7474
7475         * elmo-util.el (elmo-display-progress): Prefer
7476         `progress-feedback-with-label' to `lprogress-display'.
7477
7478 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7479
7480         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7481
7482 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7483
7484         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7485         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7486         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7487         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7488         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7489         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7490         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7491         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7492         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7493         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7494         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7495         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7496         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7497
7498 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7499
7500         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7501         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7502
7503 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * elmo.el (elmo-folder-process-crosspost): New generic method.
7506         (elmo-folder-writable-p): Ditto.
7507         (elmo-folder-message-appendable-p): Eliminated.
7508         (elmo-generic-folder-append-msgdb): Rewrite.
7509         (elmo-newsgroups-hashtb): New internal variable.
7510         (elmo-crosspost-message-set): Eliminated.
7511         (elmo-crosspost-message-delete): Ditto.
7512         (elmo-setup-subscribed-newsgroups): New function.
7513         (elmo-crosspost-message-alist-modified): New internal variable.
7514         (elmo-crosspost-message-alist-load): New function (Renamed from
7515         `wl-crosspost-alist-load').
7516         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7517         `wl-crosspost-alist-save').
7518
7519         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7520
7521         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7522         `unreads'.
7523         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7524         elmo-newsgroups-hashtb).
7525         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7526         `elmo-nntp-folder-update-crosspost-message-alist'.
7527         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7528         `elmo-nntp-groups-hashtb'.
7529         (elmo-nntp-make-groups-hashtb): Eliminated.
7530         (elmo-nntp-parse-newsgroups): New function (Renamed from
7531         `wl-parse-newsgroups').
7532         (elmo-folder-creatable-p, elmo-folder-writable-p,
7533         elmo-folder-close-internal, elmo-folder-mark-as-read,
7534         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7535         Define.
7536         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7537
7538         * elmo-net.el (elmo-message-fetch): Check buffer size.
7539
7540         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7541
7542         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7543
7544         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7545         before `close' command.
7546
7547         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7548         `mark-alist' (All other related portions are changed).
7549
7550 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * elmo-util.el (elmo-create-hash-size): Eliminated.
7553         (elmo-make-hash) Make a hash with `one less than a power of two'
7554         length.
7555
7556         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7557         (elmo-hash-maximum-size): Changed value.
7558
7559 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7562         (elmo-mime-message-display-as-is): Ditto.
7563
7564 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7565
7566         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7567         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7568
7569 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7570
7571         * elmo-mark.el: New file.
7572
7573         * elmo-internal.el: Rewrite (Almost empty).
7574
7575 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7578         (mime-imap-entity-header-string): Ditto.
7579         (mmimap-entity-section): Rewrite.
7580
7581 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * elmo-nmz.el: New file.
7584
7585         * elmo-pipe.el: Rewrite with luna.
7586
7587 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * elmo-archive.el: Rewrite with luna.
7590
7591         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7592         (elmo-folder-list-importants-internal): Ditto.
7593
7594 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * elmo-archive.el (elmo-archive-version): Abolish.
7597         (toplevel) Removed `boso' comment.
7598
7599 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7602         elmo-msgdb-add-msgs-to-seen-list-subr;
7603         Changed argument seen-marks to unread-marks.
7604
7605         * elmo-nntp.el: Rewrite with luna.
7606
7607 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * elmo-filter.el: Rewrite with luna.
7610
7611 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * elmo-pop3.el: Rewrite with luna.
7614
7615 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * elmo-multi.el: Rewrite with luna.
7618
7619         * elmo-vars.el (elmo-use-killed-list): Abolish.
7620         All other related portions are changed.
7621         (elmo-filename-replace-string-alist): Renamed from
7622         elmo-msgid-replace-string-alist.
7623
7624 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7627
7628         * elmo-map.el: New file.
7629         * elmo-maildir.el: Rewrite with luna.
7630
7631 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * elmo.el: Changed meaning of `elmo-folder-commit'.
7634         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7635
7636 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * elmo.el (elmo-folder-append-buffer): New function.
7639         (Renamed from `elmo-append-msg')
7640
7641 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * elmo-mime.el: New file.
7644
7645 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7646
7647         * elmo-cache.el: Rewrite.
7648
7649 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7650
7651         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7652
7653 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * elmo-vars.el (elmo): New group.
7656         (elmo-strict-diff-folder-regexp): New variable.
7657
7658         * elmo-util.el (elmo-call-func): Abolish.
7659         (elmo-folder-get-type): Ditto.
7660         (elmo-*-get-spec): Ditto.
7661         (elmo-*-spec-*): Ditto.
7662         (elmo-imap4-identical-name-space-p): Ditto.
7663         (elmo-folder-identical-system-p): Ditto.
7664         (elmo-folder-direct-copy-alist): Ditto.
7665         (elmo-folder-direct-copy-p): Ditto.
7666
7667         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7668         (elmo-folder-initialize): Define.
7669         (elmo-folder-get-primitive-list): Ditto.
7670
7671         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7672         (elmo-folder-initialize): Define.
7673         Renamed `elmo-network-session-host-internal' to
7674         `elmo-network-session-server-internal'.
7675
7676         * elmo-multi.el (elmo-multi-folder): New luna class.
7677         (elmo-folder-initialize): Define.
7678         (elmo-folder-get-primitive-list): Ditto.
7679         (elmo-folder-contains-type): Ditto.
7680         (elmo-message-use-cache-p): Ditto.
7681
7682         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7683         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7684
7685         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7686         (elmo-folder-initialize): Define.
7687
7688         * elmo-filter.el (elmo-filter-folder): New luna class.
7689         (elmo-folder-initialize): Define.
7690         (elmo-folder-get-primitive-list): Ditto.
7691         (elmo-folder-contains-type): Ditto.
7692
7693 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * elmo-imap4.el: Rewrite with luna.
7696
7697         * mmimap.el: New file.
7698
7699         * mmelmo.el, mmelmo-imap4.el: Removed.
7700
7701         * elmo-net.el: Ditto.
7702
7703         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7704         (elmo-folder-initialize): Define.
7705
7706         * elmo-archive.el (elmo-archive-folder): New luna class.
7707         (elmo-folder-initialize): Define.
7708
7709         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7710         `elmo-folder-msgdb-path'.
7711         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7712         `elmo-make-folder'.
7713
7714 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * elmo.el: New file.
7717
7718         * elmo2.el: Renamed to elmo.el.
7719
7720 \f
7721 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7722
7723         * elmo-cache.el (elmo-cache-expire-by-size): Count
7724         a disk usage for a cache file entry in KB even when
7725         its kind is a directory.
7726
7727 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * elmo-version.el (elmo-version): Up to 2.5.7.
7730
7731 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7732
7733         * elmo-version.el (elmo-version): Up to 2.5.6.
7734
7735 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * elmo-version.el (elmo-version): Up to 2.5.5.
7738
7739 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * elmo-imap4.el (elmo-network-authenticate-session):
7742         Fixed a logic for response checking.
7743
7744 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7745
7746         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7747         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7748         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7749         `sasl-mechanisms'.
7750
7751         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7752         for `starttls-open-stream' and `starttls-negotiate'.
7753
7754         * elmo-nntp.el: Remove autoload settings for
7755         `starttls-open-stream' and `starttls-negotiate'.
7756
7757         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7758         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7759         `luna-define-class' with `eval-and-compile'.
7760
7761 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * elmo-util.el (elmo-read-search-condition-internal):
7764         Require an element of table for searching field.
7765
7766 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7767
7768         * elmo-version.el (elmo-version): Up to 2.5.4.
7769
7770 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7771
7772         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7773
7774 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7775
7776         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7777
7778 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7779
7780         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7781         before greeting.
7782
7783 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * elmo-imap4.el (elmo-imap4-delete-folder):
7786         Send "close" before "delete" (Use commented out line).
7787         (elmo-imap4-rename-folder): Ditto.
7788
7789         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7790         folder string itself.
7791         (elmo-dop-list-deleted): New function.
7792         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7793         killed.
7794
7795         * elmo-util.el (elmo-string-rassoc-all): New function.
7796
7797 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * elmo-version.el (elmo-version): Up to 2.5.3.
7800
7801         * elmo-net.el (elmo-network-get-session): Changed logic for
7802         checking process status.
7803
7804         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7805         process is nil;
7806         Changed logic for checking process status.
7807
7808 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7809
7810         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7811         before greeting.
7812         (elmo-network-setup-session): Set UIDL hash size according to
7813         the length of list response.
7814         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7815         according to the length of list response;
7816         Return the length of list response.
7817         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7818
7819 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * elmo-imap4.el (toplevel): Require 'ssl.
7822         Add autoload 'starttls.
7823         * elmo-pop3.el (toplevel): Ditto.
7824         * elmo-nntp.el (toplevel): Ditto.
7825
7826 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7827
7828         * elmo-imap4.el (toplevel): defun at compile time.
7829         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7830         sasl-next-step, sasl-step-data, sasl-step-set-data.
7831         * elmo-pop3.el (toplevel): Ditto.
7832
7833 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7836
7837 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7838
7839         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7840         if error.
7841         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7842         and `elmo-pop-auth-apop'.
7843
7844 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7845
7846         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7847
7848 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7849
7850         * elmo-pop3.el (elmo-network-authenticate-session): Split
7851         encoded response value.
7852
7853 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7854
7855         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7856         `elmo-pop3-force-login'.
7857         Redefine `sasl-mechanisms'.
7858         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7859
7860 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7861
7862         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7863         Delete `elmo-imap4-authenticator-alist'.
7864         (elmo-imap4-auth-cram-md5): Delete.
7865         (elmo-imap4-auth-digest-md5): Delete.
7866
7867 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7868
7869         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7870         (elmo-pop3-auth-scram-md5): Ditto.
7871         (elmo-pop3-auth-cram-md5): Ditto.
7872
7873 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7874
7875         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7876         Delete `elmo-pop3-authenticator-alist'.
7877
7878 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7879
7880         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7881         new SASL API.
7882         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7883
7884 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7887
7888 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7889
7890         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7891         Fixed problem when `elmo-pop3-use-uidl' is nil.
7892         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7893
7894 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7895
7896         * elmo-version.el (elmo-version): Up to 2.5.2.
7897
7898 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7901         New function.
7902         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7903         (elmo-pop3-msgdb-create-as-numlist): Use it.
7904
7905         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7906         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7907
7908         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7909         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7910
7911 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7912
7913         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7914         when elmo-mark-as-read is called with second argument nil.
7915
7916 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7919         Moved to elmo-util.el.
7920
7921         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7922         Moved from elmo-pipe.el
7923
7924         * elmo-archive.el (elmo-archive-call-process): Enclose with
7925         static-if.
7926
7927         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7928         "RFC822" (because RFC822.PEEK is obsolete).
7929         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7930
7931 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7932
7933         * elmo-archive.el (elmo-archive-call-process): Don't check for
7934         the exit status when Nemacs is running.
7935
7936 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7939         'plain.
7940
7941         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7942         (elmo-pop3-get-spec): Set default of auth to 'user.
7943
7944         * elmo-imap4.el (elmo-imap4-session-check):
7945         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7946         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7947         (elmo-imap4-auth-login): New function; Revival.
7948         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7949         `elmo-imap4-auth-login'.
7950
7951 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7952
7953         * elmo2.el (toplevel): Move `product-provide' declare.
7954         * mmelmo.el (toplevel): Ditto.
7955
7956 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7957
7958         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7959
7960 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7961
7962         * elmo-util.el (elmo-folder-get-store-type): New function.
7963         (elmo-folder-direct-copy-p): Use it.
7964
7965 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7968         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7969         and result of `elmo-imap4-use-flag-p'.
7970         (elmo-imap4-fetch-callback-1): Set mark according to
7971         the result of `elmo-imap4-use-flag-p'.
7972
7973 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7976         (elmo-generic-list-folder-unread): Ditto.
7977         (elmo-folder-get-info): Ditto.
7978         (elmo-folder-set-info-max-by-numdb): Ditto.
7979         (elmo-folder-get-info-max): Ditto.
7980         (elmo-folder-get-info-length): Ditto.
7981         (elmo-folder-get-info-unread): Ditto.
7982         (elmo-folder-info-make-hashtb): Ditto.
7983
7984         * elmo2.el: Removed above functions.
7985
7986 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * elmo-imap4.el (toplevel): Require 'ssl.
7989         Add autoload 'starttls.
7990         * elmo-pop3.el (toplevel): Ditto.
7991         * elmo-nntp.el (toplevel): Ditto.
7992
7993 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7994
7995         * elmo-imap4.el (toplevel): defun at compile time.
7996         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7997         sasl-next-step, sasl-step-data, sasl-step-set-data.
7998         * elmo-pop3.el (toplevel): Ditto.
7999
8000 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8001
8002         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
8003
8004 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8005
8006         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
8007         if error.
8008         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
8009         and `elmo-pop-auth-apop'.
8010
8011 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8012
8013         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
8014
8015 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * elmo-pop3.el (elmo-network-authenticate-session): Split
8018         encoded response value.
8019
8020 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8021
8022         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
8023         `elmo-pop3-force-login'.
8024         Redefine `sasl-mechanisms'.
8025         * elmo-vars.el (elmo-pop3-force-login): Ditto.
8026
8027 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
8030         Delete `elmo-imap4-authenticator-alist'.
8031         (elmo-imap4-auth-cram-md5): Delete.
8032         (elmo-imap4-auth-digest-md5): Delete.
8033
8034 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
8037         (elmo-pop3-auth-scram-md5): Ditto.
8038         (elmo-pop3-auth-cram-md5): Ditto.
8039
8040 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8041
8042         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
8043         Delete `elmo-pop3-authenticator-alist'.
8044
8045 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
8048         new SASL API.
8049         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
8050
8051 \f
8052 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
8053
8054         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
8055
8056 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * elmo-nntp.el (elmo-nntp-get-folders-info):
8059         Fixed problem when '\' character is contained in user-id.
8060         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
8061
8062 \f
8063 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8064
8065         * elmo-imap4.el (elmo-imap4-delete-folder):
8066         Send "close" before "delete" (Use commented out line).
8067         (elmo-imap4-rename-folder): Ditto.
8068
8069         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
8070         folder string itself.
8071         (elmo-dop-list-deleted): New function.
8072         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
8073         killed.
8074
8075         * elmo-util.el (elmo-string-rassoc-all): New function.
8076
8077         * elmo-version.el (elmo-version): Up to 2.5.1.
8078
8079 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
8082
8083         * elmo-internal.el (elmo-internal-search): Fix last change.
8084
8085 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * elmo-internal.el (elmo-internal-search): Rewrite.
8088         (Fixed problem which is pointed out by Akihiro MOTOKI
8089         <motoki@da.jp.nec.com>)
8090
8091         * elmo-version.el (elmo-version): Up to 2.5.0.
8092
8093 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8094
8095         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
8096
8097 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8098
8099         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
8100         non-nil, make hierarchy.
8101
8102 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
8103
8104         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
8105         `elmo-pop3-use-uidl' must be bound to nil.
8106         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
8107
8108 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8109
8110         * elmo-util.el (elmo-copy-file): Don't cause an error after
8111         `add-name-to-file' failed.
8112
8113         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8114         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8115
8116 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8117
8118         * elmo-version.el (elmo-version): Up to 2.3.93.
8119
8120 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * elmo-util.el (elmo-flatten): New function.
8123
8124 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8125
8126         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8127         sync Author header.
8128         * elmo-cache.el (toplevel): Ditto.
8129         * elmo-database.el (toplevel): Ditto.
8130         * elmo-date.el (toplevel): Ditto.
8131         * elmo-dop.el (toplevel): Ditto.
8132         * elmo-filter.el (toplevel): Ditto.
8133         * elmo-imap4.el (toplevel): Ditto.
8134         * elmo-internal.el (toplevel): Ditto.
8135         * elmo-localdir.el (toplevel): Ditto.
8136         * elmo-localnews.el (toplevel): Ditto.
8137         * elmo-maildir.el (toplevel): Ditto.
8138         * elmo-msgdb.el (toplevel): Ditto.
8139         * elmo-multi.el (toplevel): Ditto.
8140         * elmo-net.el (toplevel): Ditto.
8141         * elmo-nntp.el (toplevel): Ditto.
8142         * elmo-pipe.el (toplevel): Ditto.
8143         * elmo-pop3.el (toplevel): Ditto.
8144         * elmo-util.el (toplevel): Ditto.
8145         * elmo-vars.el (toplevel): Ditto.
8146         * elmo2.el (toplevel): Ditto.
8147         * mmelmo-imap4.el (toplevel): Ditto.
8148         * mmelmo.el (toplevel): Ditto.
8149
8150         * elmo-version.el (elmo-version): Move to top.
8151
8152         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8153         * elmo-imap4.el (toplevel): Ditto.
8154         * elmo-localdir.el (toplevel): Ditto.
8155         * elmo-msgdb.el (toplevel): Ditto.
8156         * elmo-nntp.el (toplevel): Ditto.
8157         * elmo-pop3.el (toplevel): Ditto.
8158         * elmo-version.el (toplevel): Ditto.
8159
8160         * elmo-localnews.el (toplevel): Added Keyword header.
8161
8162 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * elmo-version.el (product-version-as-string): Defined using
8165         `defun-maybe'.
8166         (toplevel): Use it.
8167
8168         * elmo-localdir.el (toplevel): Updated copyright notice.
8169         * elmo-version.el (toplevel): Ditto.
8170         * elmo-msgdb.el (toplevel): Ditto.
8171         * elmo-imap4.el (toplevel): Ditto.
8172         * elmo-nntp.el (toplevel): Ditto.
8173         * elmo-pop3.el (toplevel): Ditto.
8174
8175 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8178         messages.
8179
8180         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8181         parameter value (It sometimes contains raw kanji).
8182
8183 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8184
8185         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8186         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8187
8188 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8189
8190         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8191
8192 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8193
8194         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8195         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8196
8197 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8198
8199         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8200         value if selecting folder succceeded.
8201         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8202
8203 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8204
8205         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8206         representation.
8207
8208         * elmo-util.el (elmo-string-matched-member): New function.
8209
8210 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * elmo-util.el (elmo-unintern): New macro.
8213         (elmo-number-set-member): Fixed docstring.
8214
8215         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8216         tag token.
8217
8218 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8219
8220         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8221         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8222
8223 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8226         `no-error'.
8227         Added docstring.
8228         Return non-nil if selecting folder succeeded.
8229         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8230
8231 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8234         `file-name-completion' returns t.
8235         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8236         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8237         directory if it does not exist.
8238         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8239         for iteration.
8240
8241 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8244         enclosure (It's harmful in unplugged status).
8245
8246         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8247
8248         * mmelmo-1.el: Removed.
8249
8250         * mmelmo-2.el: Ditto.
8251
8252         * mmelmo-imap4-1.el: Ditto.
8253
8254         * mmelmo-imap4-2.el: Ditto.
8255
8256         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8257
8258         * mmelmo.el: Merged mmelmo-2.el.
8259
8260         * elmo-version.el (elmo-version): Up to 2.3.92.
8261
8262 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8263
8264         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8265         elmo-update-number): Remove last period in "...done." message.
8266         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8267         Ditto.
8268         * elmo-cache.el (elmo-cache-expire-by-size,
8269         elmo-cache-get-sorted-cache-file-list,
8270         elmo-cache-msgdb-create-as-numlist): Ditto.
8271         * elmo-dop.el (elmo-dop-save-pending-messages,
8272         (elmo-dop-flush-pending-append-operations): Ditto.
8273         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8274         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8275         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8276         (elmo-localdir-pack-number): Ditto.
8277         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8278         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8279         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8280         mime-write-entity-content): Ditto.
8281         * pldap.el (ldap-search-basic): Ditto.
8282
8283 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * elmo-version.el (elmo-version): Up to 2.3.91.
8286
8287         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8288         Only when filter is 'last'.
8289
8290         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8291         (elmo-condition-parse-search-value): Use it.
8292         (elmo-read-search-condition-internal): Quote value only when
8293         it is not an atom.
8294
8295 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8296
8297         * elmo2.el (elmo-generic-folder-diff): Fix.
8298
8299 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8300
8301         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8302         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8303         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8304         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8305         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8306         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8307
8308 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8309
8310         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8311         extra-fields.
8312
8313 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * elmo-version.el (elmo-version): Up to 2.3.90.
8316
8317         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8318         (elmo-imap4-list-folder-important): Ditto.
8319
8320 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8321
8322         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8323
8324 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8325
8326         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8327
8328 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8329
8330         * elmo-nntp.el (elmo-network-initialize-session):
8331         Add starttls negotiation.
8332
8333 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8334
8335         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8336         response.
8337         (elmo-network-setup-session): Define.
8338         Call `elmo-nntp-send-mode-reader' when session opened.
8339
8340 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8343
8344 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8345
8346         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8347         an invalid SPACE character ahead of `SEARCH' command.  Move
8348         a valid SPACE character following `SEARCH' from conditional
8349         `format' arguments to control-strings.
8350
8351 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8354         was succeeded.
8355
8356         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8357
8358 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8359
8360         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8361         `w32-get-true-file-link-count' as t.
8362
8363         * elmo-imap4.el (elmo-imap4-read): Abolished.
8364         (Renamed to `elmo-read' and moved to elmo-util.el)
8365         All other related portions are changed.
8366
8367         * elmo-util.el (elmo-read): New function.
8368         (elmo-condition-parse-search-value): Use it.
8369
8370 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8373
8374         * elmo-nntp.el (elmo-nntp-session): Define.
8375         (elmo-nntp-setting): Abolished.
8376         All other related portions are changed.
8377         (elmo-nntp-get-server-command): Changed argument.
8378         (elmo-nntp-set-server-command): Ditto.
8379         (elmo-nntp-xover-p): Ditto.
8380         (elmo-nntp-set-xover): Ditto.
8381         (elmo-nntp-listgroup-p): Ditto.
8382         (elmo-nntp-set-listgroup): Ditto.
8383         (elmo-nntp-list-active-p): Ditto.
8384         (elmo-nntp-set-list-active): Ditto.
8385         (elmo-nntp-xhdr-p): Ditto.
8386         (elmo-nntp-set-xhdr): Ditto.
8387         (elmo-nntp-flush-connection): Abolished.
8388         (elmo-nntp-get-connection): Abolished.
8389         (elmo-nntp-get-session): New function.
8390         (elmo-network-initialize-session): Defined.
8391         (elmo-network-authenticate-session): Ditto.
8392         (elmo-nntp-send-mode-reader): Changed argument.
8393         (elmo-nntp-send-command): Changed argument.
8394         All other related portions are changed.
8395         (elmo-nntp-read-response): Ditto.
8396         (elmo-nntp-read-raw-response): Ditto.
8397         (elmo-nntp-read-contents): Ditto.
8398         (elmo-nntp-read-body): Ditto.
8399         (elmo-nntp-goto-folder): Abolished.
8400         (elmo-nntp-select-group): New function.
8401         All other related portions are changed.
8402         (This function substitutes `elmo-nntp-goto-folder')
8403         (elmo-nntp-msgdb-create-by-header): Rewrite.
8404         (elmo-nntp-get-overview): Eliminated.
8405         (elmo-nntp-get-message): Ditto.
8406         (elmo-nntp-open-connection) Abolished.
8407         (elmo-nntp-read-msg): Rewrite.
8408         (elmo-nntp-post): Ditto.
8409         (elmo-nntp-send-data): Abolished.
8410         (elmo-nntp-send-buffer): New function.
8411         (elmo-nntp-send-data-line): Define as inline function.
8412         (elmo-nntp-get-folders-info-prepare): Use session as key.
8413         (elmo-nntp-groups-read-response): Changed argument.
8414         (elmo-nntp-retrieve-headers): Ditto.
8415         (elmo-nntp-msgdb-create-message): Ditto.
8416
8417         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8418         when searching by 'since' or 'before'.
8419
8420 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8421
8422         * elmo-version.el (toplevel): Use product-version-as-string for set
8423         verstion-string, if defined.
8424
8425 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8426
8427         * elmo-util.el: Doc fixes.
8428
8429 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8430
8431         * elmo-archive.el (toplevel): Use product-provide.
8432         * elmo-cache.el (toplevel): Ditto.
8433         * elmo-database.el (toplevel): Ditto.
8434         * elmo-date.el (toplevel): Ditto.
8435         * elmo-dop.el (toplevel): Ditto.
8436         * elmo-filter.el (toplevel): Ditto.
8437         * elmo-imap4.el (toplevel): Ditto.
8438         * elmo-internal.el (toplevel): Ditto.
8439         * elmo-localdir.el (toplevel): Ditto.
8440         * elmo-localnews.el (toplevel): Ditto.
8441         * elmo-maildir.el (toplevel): Ditto.
8442         * elmo-msgdb.el (toplevel): Ditto.
8443         * elmo-multi.el (toplevel): Ditto.
8444         * elmo-net.el (toplevel): Ditto.
8445         * elmo-nntp.el (toplevel): Ditto.
8446         * elmo-pipe.el (toplevel): Ditto.
8447         * elmo-pop3.el (toplevel): Ditto.
8448         * elmo-util.el (toplevel): Ditto.
8449         * elmo-vars.el (toplevel): Ditto.
8450         * elmo2.el (toplevel): Ditto.
8451         * mmelmo-1.el (toplevel): Ditto.
8452         * mmelmo-2.el (toplevel): Ditto.
8453         * mmelmo-imap4-1.el (toplevel): Ditto.
8454         * mmelmo-imap4-2.el (toplevel): Ditto.
8455         * mmelmo-imap4.el (toplevel): Ditto.
8456         * mmelmo.el (toplevel): Ditto.
8457
8458 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8459
8460         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8461         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8462
8463 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8464
8465         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8466         before splitting.
8467         (elmo-multi-split-number-alist): Ditto.
8468
8469 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8470
8471         * elmo-version.el: New file.  Use product.el.
8472         * elmo2.el: Add (require 'elmo-version).
8473         * elmo-vars.el (elmo-appname, elmo-version): Move to
8474         elmo-version.el
8475
8476 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8479         `elmo-msgdb-expand-path'.
8480         (elmo-msgdb-load): Ditto.
8481         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8482         (elmo-generic-list-folder-unread): Rewrite.
8483         (elmo-generic-list-folder-important): Changed argument.
8484         (elmo-list-folder-unread): Ditto.
8485         (elmo-list-folder-important): Ditto.
8486         (elmo-folder-diff): Rewrite.
8487         (elmo-generic-folder-diff): New function.
8488         (elmo-multi-get-number-alist-list): Abolished
8489         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8490         (elmo-multi-folder-diff): Moved to elmo-multi.el
8491         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8492
8493         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8494         `elmo-msgdb-expand-path'.
8495         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8496         (elmo-pop3-read-msg): Ditto.
8497         (elmo-pop3-delete-msgs): Ditto.
8498         (elmo-pop3-folder-diff): New alias.
8499
8500         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8501         `elmo-msgdb-expand-path'.
8502         (elmo-pipe-list-folder-unread): Changed arguments.
8503         (elmo-pipe-list-folder-important): Ditto.
8504         (elmo-pipe-folder-diff): New alias.
8505
8506         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8507         `elmo-msgdb-expand-path'.
8508         (elmo-nntp-max-of-folder): Ditto.
8509         (elmo-nntp-msgdb-create): Ditto.
8510         (elmo-nntp-delete-msgs): Ditto.
8511         (elmo-nntp-folder-diff): New alias.
8512
8513         * elmo-multi.el (elmo-multi-folder-diff): New function.
8514         (elmo-multi-split-mark-alist): Ditto.
8515         (elmo-multi-split-number-alist): Ditto.
8516         (elmo-multi-mark-alist-list): Abolished (Renamed to
8517         elmo-multi-split-mark-alist).
8518         (elmo-multi-list-folder-unread): Rewrite.
8519         (elmo-multi-list-folder-important): Ditto.
8520         (elmo-multi-list-folder): Set `spec' as 1st argument for
8521         `elmo-msgdb-expand-path'.
8522         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8523         instead of `elmo-multi-get-number-alist-list'.
8524
8525         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8526         If 1st argument is not string, treat as spec.
8527         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8528         `elmo-msgdb-expand-path'.
8529         (elmo-msgdb-flist-load): Ditto.
8530         (elmo-msgdb-flist-save): Ditto.
8531         (elmo-msgdb-delete-path): Ditto.
8532         (elmo-msgdb-rename-path): Ditto.
8533
8534         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8535         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8536         (elmo-maildir-delete-mark-msgs): Ditto.
8537         (elmo-maildir-msgdb-create): Ditto.
8538         (elmo-maildir-read-msg): Ditto.
8539         (elmo-maildir-delete-msgs): Ditto.
8540         (elmo-maildir-list-folder-subr): Ditto.
8541         (elmo-maildir-search): Ditto.
8542         (elmo-maildir-get-msg-filename): Ditto.
8543         (elmo-maildir-pack-number): Ditto.
8544         (elmo-maildir-folder-diff): New alias.
8545
8546         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8547
8548         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8549         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8550         (elmo-localdir-folder-diff): New alias.
8551
8552         * elmo-internal.el (elmo-internal-list-folder-subr):
8553         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8554         (elmo-internal-list-folder-by-location): Ditto.
8555         (elmo-internal-msgdb-create): Ditto.
8556         (elmo-internal-delete-msgs): Ditto.
8557         (elmo-internal-read-msg): Ditto.
8558         (elmo-internal-folder-diff): New alias.
8559
8560         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8561         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8562         `elmo-msgdb-expand-path'.
8563         (elmo-imap4-list-folder-unread): Changed arguments.
8564         (elmo-imap4-list-folder-important): Ditto.
8565
8566         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8567         (elmo-filter-list-folder-important): Ditto.
8568         (elmo-filter-folder-diff): New function.
8569
8570         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8571
8572         * elmo-cache.el (elmo-cache-list-folder):
8573         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8574         (elmo-cache-copy-msgs): Ditto.
8575         (elmo-cache-folder-diff): New alias.
8576
8577         * elmo-archive.el (elmo-archive-list-folder-subr):
8578         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8579         (elmo-archive-get-archive-name): Ditto.
8580         (elmo-archive-create-file): Ditto.
8581         (elmo-archive-append-msg): Ditto.
8582         (elmo-archive-copy-msgs): Ditto.
8583         (elmo-archive-copy-msgs-froms): Ditto.
8584         (elmo-archive-get-msg-filename): Ditto.
8585         (elmo-archive-folder-diff): New alias.
8586
8587 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8588
8589         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8590         (elmo-pop3-stream-type-alist): New variable.
8591         (elmo-nntp-stream-type-alist): New variable.
8592
8593         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8594         (elmo-kill-buffer): Ditto.
8595         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8596         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8597         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8598         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8599         (elmo-imap4-get-spec): Take into account
8600         `elmo-imap4-stream-type-alist'.
8601
8602 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8603
8604         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8605         (elmo-nntp-list-folders-get-cache): Ditto.
8606
8607 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8610         character before 'uid'.
8611
8612 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8615
8616         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8617
8618         * elmo-util.el (elmo-number-set-member): New function.
8619         (elmo-number-set-append-list): Ditto.
8620         (elmo-number-set-append): Ditto.
8621
8622         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8623         Use `elmo-number-set-member'.
8624         (elmo-living-messages): Ditto.
8625         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8626         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8627
8628         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8629         (elmo-imap4-add-to-cont-list): Abolished.
8630         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8631         instead of elmo-imap4-add-to-cont-list.
8632
8633         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8634         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8635
8636         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8637
8638 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8639
8640         * elmo-util.el (elmo-condition-parse-search-value):
8641         Fixed date parsing.
8642
8643 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * elmo-util.el (elmo-condition-find-key-internal): New function.
8646         (elmo-condition-find-key): Ditto.
8647
8648         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8649         (elmo-msgdb-search-internal): Ditto.
8650         (elmo-msgdb-search): Ditto.
8651
8652 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8655         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8656
8657         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8658         (elmo-nntp-search-primitive): Fixed problem when condition is
8659         'unmatch'.
8660
8661         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8662
8663         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8664         (elmo-nntp-xhdr-p): New macro.
8665         (elmo-nntp-set-xhdr): Ditto.
8666         (elmo-nntp-parse-xhdr-response): New function.
8667         (elmo-nntp-retrieve-field): Ditto.
8668         (elmo-nntp-search-primitive): Ditto.
8669         (elmo-nntp-search): Implemented.
8670
8671         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8672
8673         * elmo-archive.el (elmo-archive-search): Set all number list to
8674         `elmo-archive-field-condition-match'
8675
8676         * elmo-localdir.el (elmo-localdir-search): Likewise.
8677
8678         * elmo-maildir.el (elmo-maildir-search): Likewise.
8679
8680 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8681
8682         * elmo-msgdb.el (elmo-living-messages): New function.
8683         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8684         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8685         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8686         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8687         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8688         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8689         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8690         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8691         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8692         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8693         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8694
8695 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8698
8699         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8700
8701         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8702
8703         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8704         arguments for `SEARCH' command.
8705         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8706         All other related portions are changed.
8707
8708         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8709
8710         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8711         (elmo-list-folder-unread): Rewrite.
8712         (elmo-list-folder-important): Ditto.
8713
8714         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8715         (elmo-condition-parse-error): New inline function.
8716         (elmo-read-search-condition): New function.
8717         (elmo-read-search-condition-internal): Ditto.
8718         (elmo-parse-search-condition): Rewrite.
8719         (elmo-condition-parse): New function.
8720         (elmo-condition-parse-or-expr): Ditto.
8721         (elmo-condition-parse-and-expr): Ditto.
8722         (elmo-condition-parse-primitive): Ditto.
8723         (elmo-condition-parse-search-value): Ditto.
8724         (elmo-buffer-field-primitive-condition-match): Ditto.
8725         (elmo-buffer-field-condition-match): Rewrite.
8726         (elmo-file-field-condition-match): Ditto.
8727
8728         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8729         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8730
8731         * elmo-internal.el (elmo-internal-search): Set `number' and
8732         `number-list' argument of `elmo-file-field-condition-match'.
8733
8734         * elmo-maildir.el (elmo-maildir-search): Ditto.
8735
8736         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8737         `msgdb' as argument instead of `mark-alist'.
8738         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8739         `overview'.
8740
8741         * elmo-multi.el: Likewise.
8742
8743         * elmo-pipe.el: Likewise.
8744
8745         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8746         (elmo-imap4-search-internal): Rewrite.
8747         (elmo-imap4-search): Ditto.
8748
8749         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8750         (elmo-filter-list-folder-unread): Ditto.
8751         (elmo-filter-list-folder-important): Ditto.
8752         (elmo-filter-search): Rewrite.
8753
8754         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8755         `number-list' argument of `elmo-file-field-condition-match'.
8756         (elmo-cache-search): Ditto.
8757
8758         * elmo-localdir.el: Likewise.
8759
8760         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8761         number-list and pass it to `elmo-buffer-field-condition-match'.
8762         (elmo-archive-field-condition-match): Pass `number-list' to
8763         `elmo-archive-field-condition-match'
8764
8765 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8766
8767         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8768         `listgroup'.
8769
8770         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8771         (elmo-folder-diff-async-callback-data): Ditto.
8772         (elmo-folder-diff-async): New function.
8773
8774         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8775         (elmo-network-session-cache-key): Use it as a prefix of the session
8776         name.
8777         (elmo-network-open-session): Ditto.
8778
8779         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8780         (elmo-imap4-status-callback-data): Ditto.
8781         (elmo-imap4-server-diff-async-callback): New variable.
8782         (elmo-imap4-server-diff-async-callback-data): Ditto.
8783         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8784         `elmo-imap4-status-callback-data'.
8785         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8786         `elmo-imap4-status-callback-data' as nil.
8787         (elmo-imap4-server-diff): Ditto.
8788         (elmo-imap4-server-diff-async-callback-1): New function.
8789         (elmo-imap4-server-diff-async): Ditto.
8790         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8791
8792 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8793
8794         * elmo-util.el (elmo-list-delete): Doc fix.
8795         (elmo-delete-lists): Abolish.
8796         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8797         instead of `elmo-delete-lists'.
8798
8799 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8800
8801         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8802         before `sort'.
8803
8804 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8805
8806         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8807         `elmo-imap4-literal-subr'.
8808         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8809         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8810
8811 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8812
8813         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8814         (elmo-archive-list-folder): Fix.
8815         (elmo-archive-max-of-folder): Fix.
8816
8817 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8818
8819         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8820          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8821         (elmo-localdir-append-msg): Ditto.
8822         (elmo-localdir-list-folder): Fix for `nonsort'.
8823         (elmo-localdir-list-folder-subr): Fix for `killed'.
8824         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8825         (elmo-maildir-list-folder-subr): Ditto.
8826         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8827         (elmo-archive-list-folder-subr): Ditto.
8828         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8829         (elmo-internal-list-folder-subr): Ditto.
8830
8831 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8832
8833         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8834
8835 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8836
8837         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8838
8839 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8842         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8843
8844         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8845         before greeting.
8846         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8847         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8848
8849 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8852
8853         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8854         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8855         before STORE command.
8856
8857 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8860
8861         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8862         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8863         of `response'.
8864         (elmo-imap4-list-folders): Removed unused local variable.
8865         (elmo-network-initialize-session): Ditto.
8866         (elmo-imap4-delete-msg-by-id): Ditto.
8867         (elmo-imap4-parse-fetch): Ditto.
8868         (elmo-imap4-copy-msgs): Ditto.
8869         Use `dst-spec' instead of `dst-folder'.
8870         (elmo-network-authenticate-session): Check authenticate type `plain'.
8871
8872 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8873
8874         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8875         garbage checking.
8876         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8877         `elmo-imap4-response-value'.
8878         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8879
8880 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * elmo-imap4.el (elmo-imap4-send-command):
8883         Cause elmo-imap4-bye-error when current response is BYE.
8884         (elmo-imap4-arrival-filter): Changed greeting response value.
8885
8886         * elmo2.el (elmo-imap4-bye-error): Define.
8887
8888         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8889         (elmo-imap4-server-diff): Ditto.
8890         (elmo-imap4-response-bye-p): New macro.
8891         (elmo-imap4-response-error-text): Get text from BYE response.
8892         (elmo-imap4-read-response): Return if BYE response.
8893         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8894         (elmo-imap4-folder-exists-p): Ditto.
8895         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8896         (elmo-imap4-parse-bye): New function.
8897         (elmo-imap4-parse-response): Remove needless let.
8898         Call `elmo-imap4-parse-bye'.
8899
8900 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8903         the mailbox does not exist.
8904         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8905
8906 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8907
8908         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8909
8910 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8913
8914         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8915         (elmo-network-initialize-session-buffer): Defined.
8916
8917         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8918         Abolished.
8919         (mmelmo-imap4-get-mime-entity): Rewrite.
8920
8921         * elmo2.el (elmo-error): Capitalize error message.
8922
8923         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8924         (elmo-network-session-buffer): New macro.
8925         (elmo-network-open-session): Use it.
8926
8927         * elmo-imap4.el: Rewrite.
8928
8929 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8930
8931         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8932
8933 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8934
8935         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8936         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8937         (elmo-imap4-create-msgdb-from-overview-string): Use
8938         `elmo-msgdb-create-overview-from-buffer'.
8939
8940 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8941
8942         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8943         (elmo-imap4-default-hierarchy-delimiter): New variable.
8944         (elmo-imap4-list-folders): Use it.
8945
8946 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * elmo-net.el (elmo-network-open-session): Add user and
8949         stream-type for process-buffer name.
8950
8951         * elmo-pop3.el (elmo-network-initialize-session): Call
8952         buffer-disable-undo.
8953
8954         * elmo-imap4.el (elmo-network-initialize-session):
8955         Set current-buffer as an argument for `buffer-disable-undo'.
8956
8957         * elmo-pop3.el (elmo-network-close-session): Don't use
8958         `process-live-p'.
8959
8960         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8961         Set default as 'user.
8962
8963         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8964
8965         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8966         and `elmo-imap4-flush-connection'.
8967
8968         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8969         (elmo-pop3-get-spec): Assume auth as symbol.
8970         (elmo-open-network-stream): Moved to `elmo-net'.
8971
8972         * elmo-pop3.el (toplevel): Require 'elmo-net.
8973         Define `sasl-cram-md5' to silence byte compilier.
8974         (elmo-pop3-connection-cache) Abolished.
8975         (elmo-pop3-authenticator-alist) New variable.
8976         (elmo-pop3-session): Define.
8977         (elmo-pop3-connection-get-process): Abolished.
8978         (elmo-pop3-connection-get-buffer): Ditto.
8979         (elmo-pop3-close-connection): Ditto.
8980         (elmo-pop3-flush-connection): Ditto.
8981         (elmo-pop3-get-connection): Ditto.
8982         (elmo-pop3-get-session): New function.
8983         (Replacement for `elmo-pop3-get-connection').
8984         All other related modules are changed.
8985         (elmo-network-close-session): Define.
8986         (elmo-pop3-send-command): Abolished argument `buffer'.
8987         All other related modules are changed.
8988         (elmo-pop3-read-response): Likewise.
8989         (elmo-pop3-open-connection): Abolished.
8990         (elmo-pop3-auth-user): New function.
8991         (elmo-pop3-auth-apop): Ditto.
8992         (elmo-pop3-auth-cram-md5): Ditto.
8993         (elmo-pop3-auth-scram-md5): Ditto.
8994         (elmo-pop3-auth-digest-md5): Ditto.
8995         (elmo-network-initialize-session): Define.
8996         (elmo-network-authenticate-session): Ditto.
8997         (elmo-network-setup-session): Ditto.
8998
8999         * elmo-imap4.el (toplevel): Require 'elmo-net.
9000         (elmo-imap4-session): Define.
9001         (elmo-imap4-connection-cache): Abolished.
9002         (elmo-imap4-password-key): Ditto.
9003         (elmo-imap4-flush-connection): Ditto.
9004         (elmo-imap4-get-connection): Ditto.
9005         All other related modules are changed.
9006         (elmo-imap4-get-session): New function
9007         (Replacement for `elmo-imap4-get-connection').
9008         (elmo-imap4-read-response): Abolished argument `buffer'.
9009         All other related modules are changed.
9010         (elmo-imap4-send-command): Likewise.
9011         (elmo-imap4-select-folder): Abolished.
9012         All other related modules are changed.
9013         (elmo-imap4-select-mailbox): New function.
9014         (Replacement for `elmo-imap4-select-folder').
9015         (elmo-imap4-auth-login): Simplify.
9016         (Assume current buffer as process buffer)
9017         (elmo-imap4-auth-cram-md5): Ditto.
9018         (elmo-imap4-auth-digest-md5): Ditto.
9019         (elmo-imap4-login): Ditto.
9020         (elmo-imap4-open-connection): Abolished.
9021         (elmo-imap4-open-connection-1): Abolished.
9022         (elmo-network-initialize-sessoin): Define.
9023         (elmo-network-authenticate-session): Ditto.
9024         (elmo-network-setup-session): Ditto.
9025
9026         * elmo-net.el: New module.
9027
9028 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9029
9030         * elmo-util.el (elmo-define-error): New function.
9031
9032         * elmo2.el (elmo-error): Define.
9033         (elmo-open-error): Define.
9034         (elmo-authenticate-error): Define.
9035
9036         * elmo-imap4.el (elmo-imap4-error): Abolish.
9037         (elmo-imap4-error-type): Abolish.
9038         (elmo-imap4-error-process): Abolish.
9039         (elmo-imap4-error-message): Abolish
9040         (elmo-imap4-list-folders): Don't quote lambda.
9041         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
9042         (elmo-imap4-parse-namespace): Ditto.
9043         (elmo-imap4-open-connection): Rewrite.
9044         (elmo-imap4-open-connection-1): Simplified (authenticate only).
9045         (elmo-imap4-get-connection): Abolish local variable `result'.
9046
9047 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
9048
9049         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
9050         wrong-type-argument error when auth is nil.
9051
9052 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
9055         (elmo-default-nntp-stream-type): Ditto.
9056         (elmo-default-pop3-stream-type): Ditto.
9057         (elmo-network-stream-type-alist): Ditto.
9058         (elmo-default-imap4-ssl): Abolished.
9059         (elmo-default-nntp-ssl): Ditto.
9060         (elmo-default-pop3-ssl): Ditto.
9061
9062         * elmo-util.el: (toplevel): Removed needless requires.
9063         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
9064         (elmo-open-network-stream): Open network stream according to
9065         the value of `elmo-network-stream-type-alist'.
9066         (elmo-get-network-stream-type): New function.
9067         (elmo-network-stream-type-spec-string): New macro.
9068         (elmo-network-stream-type-symbol): Ditto.
9069         (elmo-network-stream-type-function): Ditto.
9070
9071         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
9072         network-stream-type. All other related portions are changed.
9073         (elmo-pop3-open-connection): Ditto.
9074
9075         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
9076         network-stream-type. All other related portions are changed.
9077
9078         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
9079         network-stream-type.All other related portions are changed.
9080         (elmo-imap4-error): New macro.
9081         (elmo-imap4-error-type): Ditto.
9082         (elmo-imap4-error-process): Ditto.
9083         (elmo-imap4-error-message): Ditto.
9084         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
9085         (elmo-imap4-auth-cram-md5): Ditto.
9086         (elmo-imap4-auth-digest-md5): Ditto.
9087         (elmo-imap4-login): Ditto.
9088         (elmo-imap4-open-connection): Remove password entry if authentication
9089         was in vain.
9090         (elmo-imap4-user-at-host): Abolished.
9091         (elmo-imap4-password-key): New buffer local variable.
9092         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
9093         using protocol, port, auth and stream-type.
9094
9095         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
9096
9097 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
9098
9099         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
9100
9101         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
9102
9103         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
9104         (elmo-imap4-authenticator-alist): New variable.
9105         (elmo-imap4-open-connection-1): Rename from
9106         elmo-imap4-open-connection.
9107         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
9108         only wraps elmo-imap4-open-connection-1.
9109         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
9110         user-at-host.
9111         (elmo-imap4-auth-login): New function.
9112         (elmo-imap4-auth-cram-md5): New function.
9113         (elmo-imap4-auth-digest-md5): New function.
9114         (elmo-imap4-login): New function.
9115
9116 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9117
9118         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9119         function `error'.
9120
9121 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9122
9123         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9124
9125 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9128
9129 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9130
9131         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9132         for server responses, quote `*' regardless of where it appears.
9133
9134 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9135
9136         * elmo-maildir.el (elmo-maildir-commit): New alias.
9137
9138 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9139
9140         * elmo-util.el (elmo-display-progress):
9141                 Use `progress-feedback-with-label'.
9142
9143 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9144
9145         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9146         (elmo-imap4-non-atom-char-regex): Ditto.
9147         (elmo-imap4-non-text-char-regex): Ditto.
9148         (elmo-imap4-literal-threshold): Ditto.
9149         (elmo-imap4-atom-p): New function.
9150         (elmo-imap4-quotable-p): Ditto.
9151         (elmo-imap4-nil): Ditto.
9152         (elmo-imap4-atom): Ditto.
9153         (elmo-imap4-quoted): Ditto.
9154         (elmo-imap4-literal-subr): Ditto.
9155         (elmo-imap4-literal): Ditto.
9156         (elmo-imap4-buffer-literal): Ditto.
9157         (elmo-imap4-string-subr): Ditto.
9158         (elmo-imap4-string): Ditto.
9159         (elmo-imap4-buffer-string): Ditto.
9160         (elmo-imap4-astring-subr): Ditto.
9161         (elmo-imap4-astring): Ditto.
9162         (elmo-imap4-buffer-astring): Ditto.
9163         (elmo-imap4-nstring): Ditto.
9164         (elmo-imap4-buffer-nstring): Ditto.
9165         (elmo-imap4-mailbox): New alias.
9166         (elmo-imap4-field-body): Ditto.
9167         (elmo-imap4-userid): Ditto.
9168         (elmo-imap4-password): Ditto.
9169         (elmo-imap4-format-quoted): New function.
9170         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9171         arguments and handle "atom", "quoted" and "literal" string here.
9172         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9173         `elmo-imap4-send-command'.
9174         (elmo-imap4-folder-exists-p): Likewise.
9175         (elmo-imap4-create-folder): Likewise.
9176         (elmo-imap4-delete-folder): Likewise.
9177         (elmo-imap4-rename-folder): Likewise.
9178         (elmo-imap4-max-of-folder): Likewise.
9179         (elmo-imap4-check-validity): Likewise.
9180         (elmo-imap4-sync-validity): Likewise.
9181         (elmo-imap4-server-diff): Likewise.
9182         (elmo-imap4-select-folder): Likewise.
9183         (elmo-imap4-copy-msgs): Likewise.
9184         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9185         (elmo-imap4-mark-set-on-msgs): Likewise.
9186         (elmo-imap4-read-part): Likewise.
9187         (elmo-imap4-read-msg): Likewise.
9188         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9189         `elmo-imap4-password' for `elmo-imap4-send-command'.
9190         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9191         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9192         `elmo-imap4-buffer-literal'.
9193         (elmo-imap4-append-msg): Likewise.
9194
9195         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9196         `delete' for removing dead connection from the connection cache.
9197         Move deletion of the process buffer after that.
9198         (elmo-imap4-list): Change `defsubst' to `defun'.
9199         (elmo-imap4-commit): Make error message verbose.
9200         (elmo-imap4-search): Ditto.
9201         (elmo-imap4-list): Ditto.
9202         (elmo-imap4-select-folder): Ditto.
9203         (elmo-imap4-copy-msgs): Ditto.
9204         (elmo-imap4-delete-msg-by-id): Ditto.
9205         (elmo-imap4-append-msg-by-id): Ditto.
9206         (elmo-imap4-append-msg): Ditto.
9207
9208 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9209
9210         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9211         when dired is used on XEmacs.
9212
9213 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9214
9215         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9216         instead of `append'.
9217         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9218         `elmo-plugged-p' directly.
9219         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9220         of `elmo-plugged-p' directly.
9221
9222         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9223         Eliminate unused variable.  Use `memq' for checking a process status.
9224         Use `cons' instead of `append' for updating the connection cache.
9225         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9226         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9227
9228 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9229
9230         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9231         `elmo-imap4-read-point' exactly.
9232
9233         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9234         the local variable `folder' to `mailbox'.
9235         Rename the argument `fld' to `folder'.
9236
9237 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9238
9239         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9240         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9241
9242 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9243
9244         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9245         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9246         (elmo-pop3-uidl-number-hash): Ditto.
9247         (elmo-pop3-size-hash): Ditto.
9248         (elmo-pop3-uidl-done): Ditto.
9249         (elmo-pop3-list-done): Ditto.
9250         (elmo-pop3-connection-get-process): New defmacro.
9251         (elmo-pop3-connection-get-buffer): Ditto.
9252         (elmo-pop3-close-connection): Delete buffer and process.
9253         (elmo-pop3-flush-connection): Don't delete buffer and process.
9254         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9255         Setup UIDL and size hash.
9256         (elmo-pop3-send-command-no-erase): Deleted
9257         (elmo-pop3-send-command): Added optional argument `no-erase'.
9258         (elmo-pop3-parse-uidl-response): New function.
9259         (elmo-pop3-parse-list-response): Set size hash.
9260         (elmo-pop3-list-location): New function.
9261         (elmo-pop3-list-by-uidl-subr): Ditto.
9262         (elmo-pop3-list-by-list): Ditto.
9263         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9264         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9265         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9266         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9267         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9268         Use uidl.
9269         (elmo-pop3-uidl-to-number): New function.
9270         (elmo-pop3-number-to-uidl): Ditto.
9271         (elmo-pop3-number-to-size): Ditto.
9272         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9273         Set number by use of uidl.
9274         (elmo-pop3-msgdb-create-message): Likewise.
9275         Set size, loc-alist in msgdb.
9276         (elmo-pop3-read-msg): Set number by use of uidl.
9277         Added optional argument `msgdb'.
9278         (elmo-pop3-delete-msg): Ditto.
9279         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9280         (elmo-pop3-commit): Close connection.
9281
9282         * elmo-pipe.el (elmo-pipe-max-of-folder):
9283         Bind `elmo-pop3-use-uidl' as nil.
9284         (elmo-pipe-drain): Ditto.
9285         Call `elmo-commit'.
9286
9287         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9288         (elmo-msgdb-overview-entity-set-size): New defsubst.
9289
9290 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9291
9292         * elmo-vars.el (elmo-use-killed-list): New variable
9293         (Renamed from `elmo-nntp-use-killed-list').
9294         (elmo-nntp-use-killed-list): Eliminated.
9295
9296         * elmo-msgdb.el (elmo-msgdb-expand-path):
9297         Changed expanding msgdb path for elmo-multi.
9298
9299         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9300         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9301         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9302         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9303         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9304         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9305         (toplevel): Deleted time-stamp line.
9306
9307         * elmo2.el (elmo-clear-killed ): Defined as function
9308         (Abolished defining as a backend function).
9309         All other related modules are changed.
9310
9311 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9312
9313         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9314
9315 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9316
9317         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9318
9319 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9320
9321         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9322
9323 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9326         asynchronous folder check.
9327
9328         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9329
9330         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9331         `elmo-nntp-use-killed-list'.
9332         (elmo-nntp-list-folder): Use killed list.
9333         (elmo-nntp-max-of-folder): Ditto.
9334         (elmo-nntp-msgdb-create): Set killed list.
9335
9336         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9337
9338         * elmo2.el (elmo-clear-killed): New backend function.
9339         All other related modules are changed.
9340
9341 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9342
9343         * elmo-util.el (elmo-imap4-spec-folder): Use
9344         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9345         All callers changed.
9346
9347 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9348
9349         * mmelmo-2.el (initialize-instance):
9350         Use `mime-buffer-entity-buffer-internal' instead of
9351         `mime-entity-buffer'.
9352
9353         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9354         (mime-entity-body): Implemented.
9355         (mime-goto-header-start-point): Deleted.
9356         (mime-goto-body-end-point): Ditto.
9357         (mime-entity-point-min): Ditto.
9358         (mime-entity-point-max): Ditto.
9359         (mime-entity-children): Ditto.
9360         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9361         instead of `mime-entity-buffer'.
9362         (mime-entity-header-buffer): Ditto.
9363         (mime-entity-body-buffer): Ditto.
9364         (mime-write-entity-content): Ditto.
9365
9366         * pldap.el (ldap-static-if): New macro.
9367         (toplevel): Use it instead of `static-if'.
9368
9369 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9370
9371         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9372         included in `attrs' argument.
9373
9374 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9375
9376         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9377
9378         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9379         (ldap-ldif-safe-init-char-regexp): Ditto.
9380         (ldap-ldif-safe-string-regexp): Ditto.
9381         (ldap/ldif-safe-string-p): New macro.
9382         (ldap/ldif-insert-field): Ditto.
9383         (ldap-modify): Use it.
9384         (ldap-add): Ditto.
9385         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9386         (ldap-decode-attribute): Decode only when `attr' is consp.
9387         (ldap-delete): Bind `ret'.
9388         (toplevel): Require 'cl at compile time.
9389         Removed (require 'poe) and (require 'std11).
9390         (pldap-version): Eliminated.
9391         (ldap-search-basic): Removed auth and dn binding.
9392         (ldap-ldif-field-name-regexp): New constant.
9393         (ldap-ldif-field-head-regexp): Ditto.
9394         (ldap-ldif-next-field-head-regexp): Ditto.
9395         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9396         (ldap/field-end): New function.
9397         (ldap/field-body): Use it.
9398         (ldap/collect-field): Ditto.
9399         (ldap-search-basic): Use `ldap/field-body'.
9400
9401 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9402
9403         * pldap.el (ldap-default-attribute-encoder): New user option.
9404         (ldap/field-body): Decode base64 string.
9405         (ldap/collect-field): Ditto.
9406         (ldap-encode-attribute): New function.
9407         (ldap-add-entries): Use it.
9408         (ldap-modify-entries): Ditto.
9409         (ldap-search-entries): Enclosed decoding function with
9410         `with-temp-buffer' and set as unibyte.
9411         (ldap-search-basic): Set process buffer as unibyte.
9412
9413         * elmo-util.el (elmo-folder-identical-system-p):
9414         Eliminated name space checking.
9415
9416         * pldap.el: New module.
9417         toplevel: Changed condition to detect built-in ldap feature.
9418         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9419         (ldap-add): Added error handling.
9420         (ldap-modify): Ditto.
9421         (ldap-delete): Ditto.
9422
9423 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9424
9425         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9426         Initialize local variables with `let'.  Inline a temporary
9427         variable for the progress percentage.  Sort `setq' to reduce
9428         function call in the while-loop.
9429
9430         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9431         into the conditional branch.
9432
9433 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9434
9435         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9436         Move a conditional out of the while-loop.
9437
9438 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9439
9440         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9441         elmo-msgdb-overview-get-entity-by-number.
9442         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9443         throw.
9444
9445 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9446
9447         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9448         the local variable for a packed number self descriptively.
9449
9450 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9451
9452         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9453         * elmo-localdir.el (elmo-localdir-pack-number): Use
9454         `elmo-msgdb-overview-get-entity' instead of
9455         `elmo-msgdb-overview-get-entity-by-number'.
9456         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9457         (elmo-msgdb-search-overview-entity): Removed.
9458         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9459         by message-id or number.
9460         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9461         instead of `elmo-msgdb-overview-get-entity-by-number'.
9462
9463 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9464
9465         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9466         non-nil, use hash table for overview.
9467         (elmo-hash-maximum-size): New variable.
9468         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9469         (elmo-msgdb-make-overview-hashtb): New function.
9470         (elmo-msgdb-clear-overview-hashtb): New function.
9471         (elmo-clear-hash-val): New macro.
9472         All other related modules are changed.
9473
9474 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9475
9476         * elmo2.el (elmo-move-msgs): If there's other message with
9477         same message-id, don't use cache.
9478
9479 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9480
9481         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9482         number is already packed.
9483
9484 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9485
9486         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9487
9488 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9489
9490         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9491         All other related modules are changed.
9492
9493 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9494
9495         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9496         of refiling failure on Maildir.
9497
9498 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9499
9500         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9501         decoded mime-charset with cache.
9502         (elmo-msgdb-overview-entity-get-from): Ditto.
9503         (elmo-msgdb-overview-entity-get-subject): Ditto.
9504         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9505
9506 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9507
9508         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9509         (elmo-remove-passwd): Fill password with 0 before erase.
9510         * elmo-vars.el (elmo-passwd-life-time): New variable.
9511
9512 \f
9513 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * elmo-cache.el (elmo-buffer-cache-add):
9516         Set message cache buffer as unibyte.
9517
9518 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9519
9520         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9521         become nil.
9522
9523 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9524
9525         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9526         when display is finished.
9527         (elmo-nntp-msgdb-create): Ditto.
9528         (elmo-nntp-groups-read-response): Ditto.
9529         (elmo-nntp-retrieve-headers): Ditto.
9530         (elmo-nntp-msgdb-create-message): Ditto.
9531         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9532         (elmo-pop3-msgdb-create-message): Ditto.
9533
9534 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9535
9536         * elmo-maildir.el (elmo-maildir-msgdb-create):
9537         Use `elmo-msgdb-sort-by-date'.
9538
9539 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9540
9541         * elmo2.el (elmo-read-msg-no-cache):
9542         Eliminated arguments after `outbuf'.
9543         Don't use cache even if it exists.
9544         (elmo-read-msg): Don't pass arguments after `outbuf' to
9545         `elmo-read-msg-no-cache'.
9546
9547 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9548
9549         * elmo-archive.el (elmo-archive-list-folders):
9550         Use `file-name-directory' if base folder does not exist.
9551
9552 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9553
9554         * elmo-archive.el (elmo-archive-list-folders): Don't use
9555         `file-name-directory'.
9556
9557 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9558
9559         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9560         If `force' is non-nil, try flushing all operation queues.
9561
9562 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9565         as-binary-process.
9566
9567 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9568
9569         * elmo-util.el (elmo-display-progress): Fixed.
9570
9571 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9572
9573         * elmo-util.el (elmo-display-progress): New function.
9574         All other related modules are changed.