2e1e4395fdda9624ec60073e69697a381b5b3c95
[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
7 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8
9         * acap.el (acap-parse-response): Fix comment-out style. Use three
10         semicolons, that should start at the left margin.
11         See. also (Info-goto-node "(elisp)Comment Tips").
12         * elmo.el (toplevel, elmo-message-match-condition)
13         (elmo-folder-set-info-max-by-numdb, elmo-folder-move-messages):
14         Ditto.
15         * elmo-archive.el (elmo-archive-suffix-alist)
16         (elmo-archive-tar-method-alist, elmo-archive-tgz-method-alist)
17         (elmo-archive-method-list)
18         (elmo-archive-msgdb-create-as-numlist-subr2, elmo-folder-search):
19         Ditto.
20         * elmo-imap4.el (toplevel)
21         (elmo-imap4-send-command, elmo-imap4-check-validity)
22         (elmo-imap4-fetch-callback-1-subr)
23         (elmo-network-initialize-session, elmo-server-diff-async)
24         (elmo-imap4-folder-diff-plugged): Ditto
25         * elmo-maildir.el (elmo-maildir-temporal-filename): Ditto.
26         * elmo-msgdb.el (elmo-msgdb-append-element): Ditto.
27         * elmo-net.el (elmo-network-close-session): Ditto.
28         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string)
29         (elmo-nntp-parse-overview-string, elmo-nntp-post): Ditto.
30         * elmo-pop3.el (elmo-pop3-retrieve-headers):  Ditto.
31         * elmo-util.el (elmo-set-auto-coding, elmo-passwd-alist-save)
32         (elmo-number-set-delete)
33         (elmo-cache-get-oldest-cache-file-entity): Ditto.
34
35 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
36
37         * elmo-version.el (elmo-version): Up to 2.15.8.
38
39         * elmo-mime.el (elmo-mime-insert-header-from-buffer): Use
40         `with-current-buffer' instead of `save-excursion' (for suppress
41         compile warnings).
42
43         * elmo.el (elmo-folder-confirm-appends): Use `number-to-string'
44         instead of `int-to-string'.
45         * elmo-archive.el (elmo-archive-message-fetch-internal)
46         (elmo-archive-folder-message-make-temp-files)
47         (elmo-archive-folder-append-buffer)
48         (elmo-folder-delete-messages-internal)
49         (elmo-archive-msgdb-create-entity)
50         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
51         * elmo-util.el (elmo-cache-expire-by-age): Ditto.
52         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
53         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
54         * elmo-imap4.el (elmo-imap4-make-number-set-list)
55         (elmo-folder-list-subfolders): Ditto.
56         * elmo-localdir.el (elmo-message-file-name)
57         (elmo-folder-message-make-temp-files)
58         (elmo-localdir-msgdb-create-entity)
59         (elmo-folder-append-messages-*-localdir)
60         (elmo-folder-pack-numbers): Ditto.
61         * elmo-maildir.el (elmo-folder-message-make-temp-files): Ditto.
62         * elmo-map.el (elmo-location-map-key): Ditto.
63         * elmo-nntp.el (elmo-nntp-folder-postfix)
64         (elmo-nntp-folder-list-subfolders)
65         (elmo-nntp-folder-msgdb-create): Ditto.
66
67         * elmo.el (elmo-crosspost-message-alist-save): Don't use
68         `function' for `lambda'.
69         * elmo-archive.el (elmo-archive-folder-list-subfolders)
70         (elmo-folder-append-messages-*-archive)
71         (elmo-folder-delete-messages-internal): Ditto.
72         * elmo-date.el (elmo-replace-in-string): Ditto.
73         * elmo-multi.el (elmo-folder-list-messages, elmo-folder-search)
74         (elmo-folder-list-flagged): Ditto.
75         * elmo-maildir.el (elmo-maildir-cleanup-temporal): Ditto.
76         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
77         * modb-standard.el (modb-standard-cleanup-stale-entities): Ditto.
78
79 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
80
81         * elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
82         `elmo-dop-spool-folder' was used before it was defined"; Use
83         `defun' instead.
84
85         * pldap.el (ldap/ldif-safe-string-p): macro to function.
86         * elmo-imap4.el (elmo-imap4-detect-search-charset): Ditto.
87
88         * elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of
89         `mapcar'; Suppress compile warning.
90         * elmo-imap4.el (elmo-network-initialize-session-buffer)
91         (elmo-imap4-search-internal-primitive): Ditto.
92         * elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
93         * elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.
94
95         * elmo-imap4.el (elmo-imap4-parse-address-list)
96         (elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
97         (elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
98         (elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use
99         `(string-to-char " ")' instead of `? ', `?\ '.
100
101 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
102
103         * pldap.el (ldap-search-entries): Don't use `function' for lambda.
104         (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
105         (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
106         `function' for lambda.
107
108         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
109         `string-to-number' instead of `string-to-int'.
110
111         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
112         instead of `save-excursion' (for suppress compile warnings).
113         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
114         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
115         (elmo-nntp-post): Ditto.
116
117 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
118
119         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
120         Mule-UCS (to-utf-16).
121         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
122         Emacs 23.
123
124 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
125
126         * utf7.el (utf7-find-coding-system-without-bom): New Function.
127         (utf7-utf-16-coding-system): use no-BOM coding system.
128         (utf7-get-u16char-converter): remove workaround for BOM.
129
130 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
131
132         * elmo-util.el (elmo-union): New function, make a union of two lists.
133
134         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
135         mime-view when displaying malformed base64 attach.
136
137         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
138         (removed duplicated code)
139
140         * modb-standard.el (modb-standard-cleanup-stale-entities): New
141         function, Remove stale entities from elmo's cache.
142
143 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
144
145         * elmo-version.el (elmo-version): Up to 2.15.7.
146
147 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
148
149         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
150         default value to `--auto-update'.
151
152 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
153
154         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
155         Add `elmo-pop3-read-point' barrier.
156
157 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
158
159         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
160         goto the previous end-point insead of the head-point, and use
161         `search-forward' instead of `re-search-forward'.
162
163 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
164
165         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
166
167 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
168
169         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
170         case-insensitive fashion.
171
172 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
173
174         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
175
176 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
177
178         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
179         `eval-and-compile' for suppress compile warnings.
180
181         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
182         instead of `defun-maybe'
183
184         * elmo-util.el: Add (eval-when-compile (require 'static)).
185
186 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
187
188         * mmimap.el: Remove (require 'static).
189         * acap.el: Ditto.
190
191         * elmo-flag.el: Move ';;; Code:' comment.
192         * elmo-imap4.el: Ditto.
193         * elmo-net.el: Ditto.
194
195         * elmo-version.el (product-provide): Fix comment.
196
197 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199         * slp.el: Add (eval-when-compile (require 'cl)).
200         * elmo-date.el: Ditto.
201         * elmo-pop3.el: Ditto.
202         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
203
204 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
205
206         * modb.el (elmo-msgdb-match-condition-primitive): Use
207         `string-to-number' instead of `string-to-int'.
208
209         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
210         (elmo-msgdb-message-match-condition)
211         (elmo-msgdb-create-message-entity-from-buffer): Use
212         `string-to-number' instead of `string-to-int'.
213
214         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
215         instead of `string-to-int'.
216
217         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
218         instead of `string-to-int'.
219
220         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
221         `string-to-number' instead of `string-to-int'.
222
223         * elmo-nntp.el (elmo-nntp-make-msglist)
224         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
225         (elmo-nntp-create-msgdb-from-overview-string)
226         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
227         (elmo-nntp-search-primitive): Use `string-to-number' instead of
228         `string-to-int'.
229
230         * elmo-net.el (elmo-net-folder-set-parameters): Use
231         `string-to-number' instead of `string-to-int'.
232
233         * elmo-localdir.el (elmo-localdir-list-subr): Use
234         `string-to-number' instead of `string-to-int'.
235
236         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
237         `string-to-number' instead of `string-to-int'.
238
239         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
240         instead of `string-to-int'.
241
242         * elmo-archive.el (elmo-archive-list-folder-subr): Use
243         `string-to-number' instead of `string-to-int'.
244
245 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
246
247         * elmo-util.el (elmo-get-passwd): Fix typo.
248
249         * elmo-nntp.el (elmo-nntp-get-server-command)
250         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
251         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
252         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
253         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
254
255         * elmo-imap4.el (elmo-imap4-debug)
256         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
257         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
258         (elmo-imap4-response-value, elmo-imap4-response-error-text)
259         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
260         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
261         (elmo-imap4-identical-system-p): New backquote style.
262
263 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
264
265         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
266         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
267         (elmo-dop-queue-arguments): Ditto.
268
269         * elmo-date.el (elmo-match-substring): New backquote style.
270         (elmo-match-string, elmo-match-buffer): Ditto.
271         (elmo-date-make-sortable-string): Ditto.
272
273         * elmo-archive.el (elmo-archive-get-method):New backquote style.
274         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
275
276         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
277         style.
278
279         * elmo-net.el (elmo-network-stream-type-spec-string): New
280         backquote style.
281         (elmo-network-stream-type-symbol): Ditto.
282         (elmo-network-stream-type-feature): Ditto.
283         (elmo-network-stream-type-function): Ditto.
284         (elmo-network-session-buffer): Ditto.
285
286         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
287         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
288         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
289         (elmo-bind-directory, elmo-set-work-buf): Ditto.
290
291         * elmo.el (elmo-folder-send): New backquote style.
292
293 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
294
295         * pldap.el (ldap-static-if): New backquote style.
296         (ldap/ldif-safe-string-p): Ditto.
297         (ldap/ldif-insert-field): Ditto.
298
299         * elmo-version.el (elmo-version): Up to 2.15.6.
300
301 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
302
303         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
304         messages with \Deleted flag.
305         (elmo-folder-delete-messages-plugged): Ask before sending expunge
306         command if there are messages with \Deleted flag.
307
308 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
311         http://seclists.org/bugtraq/2007/Apr/0018.html
312         (Suggested by Tatsuya Kinoshita)
313
314 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
317         with \Noselect attribute.
318
319 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
322         hierarchical folder structure with UW-imapd.
323
324 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
325
326         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
327         when the LOGINDISABLED capability is advertised.
328
329 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
332
333 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
334
335         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
336         `entity'.
337         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
338         if the message entity is exists.
339
340 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * elmo-util.el (elmo-msgdb-insert-file-header): Call
343         `elmo-delete-cr-buffer'.
344
345         * elmo-localdir.el (elmo-message-fetch-internal): Use
346         `insert-file-contents-as-raw-text' instead of
347         `insert-file-contents-as-binary'.
348
349         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
350
351 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * elmo-imap4.el (elmo-network-initialize-session): Check to
354         retrieve a whole greeting message.
355
356 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
359
360 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
363         (elmo-progress-notify): Use it instead of `plist-get'.
364
365 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * elmo.el (elmo-generic-folder-append-messages): Remove unused
368         variable `table'.
369
370 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * elmo-pipe.el (elmo-folder-set-plugged): Define.
373
374 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
377         (elmo-spam-list-spam-messages): Check it option.
378
379 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
380
381         * elmo-util.el (elmo-with-progress-display): Return the value
382         of the last form in `body'.
383
384 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
387         `elmo-progress-counter' as t when a query callback returns nil.
388         (elmo-progress-clear): New function.
389         (elmo-progress-done): Split into `elmo-progress-clear'.
390         (elmo-progress-notify): Update a total slot when it is nil.
391         (elmo-with-progress-display): Call `elmo-progress-clear' in
392         unwind-protect and move calling `elmo-progress-done' to outside.
393
394         * elmo-imap4.el (elmo-imap4-find-next-line): Call
395         `elmo-progress-notify' with :total parameter instead of
396         `elmo-progress-counter-set-total'.
397
398 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
399
400         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
401         Make it interactive.
402         (elmo-progress-start): Avoid updating `elmo-progress-counter'
403         when a query callback returns nil.  Return a progress counter
404         instead of t whenever a start callback was called.
405
406 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
409         (elmo-imap4-send-command): Use it.
410         (elmo-network-initialize-session): Ditto.
411         (elmo-network-setup-session): Ditto.
412         (elmo-folder-msgdb-create-plugged): Ditto.
413
414 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * elmo-util.el (elmo-progress-done): Fix a miss refer to
417         `elmo-progress-counter'.
418
419 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
422         (elsp-bsfilter-list-spam-filter): New function.
423         (elsp-bsfilter-start-list-spam): Ditto.
424         (elsp-bsfilter-read-list-spam): Ditto.
425         (elmo-spam-list-spam-messages): Use async process to display
426         progress message by each message.
427
428 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
429
430         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
431         of flushing previously inserted message contents.
432
433         * elmo-imap4.el (elmo-folder-search): Fix return value.
434
435 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
438         of reporter is enable or not.
439
440 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * elmo-util.el (elmo-list-bigger-diff): Abolish.
443         (elmo-display-progress): Ditto.
444         (elmo-progress-counter-alist): Ditto.
445         (elmo-progress-set): Ditto.
446         (elmo-progress-clear): Ditto.
447         (elmo-progress-counter-all-value): Rename to
448         `elmo-progress-counter-total'.
449         (elmo-progress-counter-format): Rename to
450         `elmo-progress-counter-action'.
451         (elmo-progress-counter): New internal variable.
452         (elmo-progress-callback-function): Ditto.
453         (elmo-progress-counter-label): New function.
454         (elmo-progress-counter-set-total): Ditto.
455         (elmo-progress-counter-set-action): Ditto.
456         (elmo-progress-call-callback): Ditto.
457         (elmo-progress-start): Ditto.
458         (elmo-progress-done): Ditto.
459         (elmo-progress-notify): Rewrite.
460         (elmo-with-progress-display): Remove first argument
461         `condition'. Add optional argument `var' in `spec'.
462
463         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
464         (elmo-display-retrieval-progress-threshold): Ditto.
465         (elmo-inhibit-display-retrieval-progress): Ditto.
466
467         * Replace all pair of `elmo-progress-set' and
468         `elmo-progress-clear' into `elmo-with-progress-display'.
469
470         * Replace to call `elmo-display-progress' into pair of
471         `elmo-progress-notify' and `elmo-with-progress-display'.
472
473         * elmo-version.el (elmo-version): Up to 2.15.5.
474
475 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
478         `cond'.
479
480 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
481
482         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
483         cleanup-forms [wl:14027].
484
485 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * elmo-flag.el (elmo-global-flag-set-internal): Use
488         `elmo-copy-file' by priority when the message is a file.
489
490 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
491
492         * elmo.el: Fix typo: disptch -> dispatch.
493
494 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * elmo.el (elmo-file-tag): New class.
497         (elmo-append-messages-disptch-table): New constant.
498         (elmo-folder-type-p): New function.
499         (elmo-folder-append-messages): Redefine as function.
500
501         * elmo-null.el (elmo-folder-append-messages): Renamed from
502         `elmo-folder-append-messages'.
503
504         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
505         (elmo-folder-append-messages-*-maildir): Renamed from
506         `elmo-folder-append-messages'.
507
508         * elmo-localdir.el (elmo-localdir-folder): Inherit
509         `elmo-file-tag'.
510         (elmo-folder-append-messages-*-localdir): Renamed from
511         `elmo-folder-append-messages'.
512
513         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
514         from `elmo-folder-append-messages'.
515
516         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
517         `elmo-folder-append-messages'.
518
519         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
520         function.
521         (elmo-folder-append-messages-*-filter): Ditto.
522
523         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
524
525         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
526         (elmo-folder-append-messages-*-pipe): Renamed from
527         `elmo-folder-append-messages'.
528
529         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
530
531         * elmo-file.el (elmo-file-folder): Ditto.
532
533         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
534
535         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
536         from `elmo-folder-append-messages'
537
538 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * elmo-map.el (elmo-location-map-setup): Change an argument
541         `locations' to optional.
542         (elmo-location-map-clear): Abolish.
543         (elmo-folder-clear): Follow the API change.
544
545         * elmo-pop3.el (elmo-folder-clear): Ditto.
546
547         * elmo-pop3.el (toplevel): Require elmo-map.
548         (elmo-pop3-folder): Inherit elmo-location-map and abolish
549         location-alist slot (All other related portions are changed).
550         (elmo-pop3-folder-use-uidl): New function.
551         (elmo-folder-msgdb-create): Don't sort message entities.
552         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
553         (elmo-pop3-number-to-size): Convert return value to number.
554         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
555         working buffer.
556
557         * elmo-map.el: Use `location-map' as a variable name for instance
558         instead of `mapper'.
559         (elmo-location-map-setup): Return location alist.
560         (elmo-location-map-update): Ditto.
561
562 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * elmo-map.el (elmo-location-map): New class; split location and
565         number mapping from elmo-map-folder (All other related portions
566         are changed).
567
568         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
569         change.
570
571         * elmo-version.el (elmo-version): Up to 2.15.4.
572
573 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * elmo-vars.el (elmo-use-hardlink): New user option.
576
577         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
578         `elmo-use-hardlink'.
579
580         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
581         killed-list.
582         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
583         instead of `*-internal'. Use `elmo-with-progress-display'.
584
585 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
588         `elmo-spam-process-messages-as-mbox'.
589
590         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
591
592 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
595         argument BUFFER of `call-process'.
596
597 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
600         args.
601         (elsp-bsfilter-list-spam-files): Ditto.
602
603 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
606         (elmo-spam-bsfilter-max-messages-per-process): New use option.
607         (elmo-spam-bsfilter-debug): Fix a group.
608         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
609         `--homedir'.
610         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
611         (elsp-bsfilter-list-spam-files): New function.
612         (elmo-spam-list-spam-messages): Define.
613         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
614         (elmo-spam-bsfilter-register-messages): New function.
615         (elmo-spam-register-spam-messages): Define.
616         (elmo-spam-register-good-messages): Ditto.
617
618         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
619
620         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
621         `nconc' and `consp'.
622
623 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
626         hash table to test whether a location is exists.
627
628 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
631         even if some error occurred.
632
633         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
634         meaningless unwind-protect.
635
636         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
637         start-number correctly.
638         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
639         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
640
641 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
644         (elmo-folder-initialize): Use it.
645         (elmo-global-flag-replace-referrer): New function.
646
647         * elmo.el (toplevel): Added autoload setting for
648         `elmo-global-flag-replace-referrer'.
649         (elmo-folder-rename): Rewrite the last change use
650         `elmo-global-flag-replace-referrer'.
651
652         * elmo-pipe.el (elmo-folder-rename): Call
653         `elmo-global-flag-replace-referrer'.
654
655 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * elmo.el (elmo-folder-rename): Set meta data for global flags
658         follow the rename.
659
660 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
661
662         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
663         as 'not-loaded.
664         (elmo-folder-close): Ditto.
665         (elmo-filter-folder-number-list-loaded-p): New function.
666         (elmo-filter-folder-number-list): Check whether loaded or not.
667         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
668         of `elmo-filter-folder-number-list-internal'.
669         (elmo-folder-delete-messages): Ditto.
670         (elmo-folder-length): Check whether number-list is loaded or not.
671
672 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
675         field `real field' into each element of list.
676         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
677         (elmo-msgdb-message-entity-field): Ditto.
678         (modb-entity-ml-info-real-fields): New function.
679
680         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
681
682         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
683         `elmo-msgdb-extra-fields'.
684
685 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * elmo-util.el (elmo-passwd-alist-load): Move point to min
688         position before read.
689
690 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
693         (elmo-global-flags-initialize): Ditto.
694
695 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
696
697         * elmo-archive.el (toplevel): Don't require emu, std11
698         and elmo-localdir.
699
700         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
701         definition.
702
703 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * elmo.el (elmo-folder-confirm-appends): Display folder name.
706
707 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
708
709         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
710         literals.
711
712 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * elmo-maildir.el (elmo-maildir-list-location): Reduce
715         `elmo-get-last-modification-time' call.
716
717 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
720         expression.
721         (elmo-maildir-set-mark): Ditto.
722         (elmo-maildir-delete-mark): Ditto.
723
724 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
725
726         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
727         optional argument `separators'.
728
729 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * elmo.el (cache-changed): Abolish.
732         (status-changed): New signal.
733         (elmo-message-killed-p): New generic function and define for
734         elmo-folder.
735         (elmo-folder-recover-messages): Ditto.
736         (elmo-message-set-cached): Emit signal `status-changed' instead of
737         `cache-changed'.
738         (elmo-message-status): New macro.
739         (elmo-message-status-folder): Ditto.
740         (elmo-message-status-number): Ditto.
741         (elmo-message-status-set-flags): Ditto.
742         (elmo-message-status-set-killed): Ditto.
743         (elmo-message-status-flags): New function.
744         (elmo-message-status-cached-p): Ditto.
745         (elmo-message-status-killed-p): Ditto.
746
747         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
748         `status-changed' instead of `cache-changed'.
749         (elmo-folder-recover-messages): Define.
750         (elmo-message-killed-p): Ditto.
751
752         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
753         `status-changed' instead of `cache-changed'.
754
755         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
756         (elmo-message-killed-p): Define.
757         (elmo-folder-recover-messages): Ditto.
758
759         * elmo-version.el (elmo-version): Up to 2.15.3.
760
761 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * elmo-signal.el (elmo-signal-bindings): Use cons to append
764         element into list.
765         (elmo-define-signal-handler): Add docstring.
766         (elmo-define-signal-filter): Ditto.
767
768         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
769
770 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * elmo-util.el (elmo-flatten): Don't use recursive call.
773
774         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
775         assignment.
776         (elmo-folder-message-make-temp-files): Use `number-to-string'
777         instead of `int-to-string'.
778
779 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * elmo-search.el (elmo-folder-delete-messages): Define.
782
783 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
786         customization type.
787         (elmo-mailing-list-count-spec-list): Ditto.
788
789         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
790         for `list-id'.
791
792 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
793
794         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
795         handling.
796
797 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
800         (elmo-mailing-list-count-spec-list): Ditto.
801
802         * elmo-util.el (elmo-map-until-success): New function.
803         (elmo-string-match-substring): Ditto.
804         (elmo-find-list-match-value): Ditto.
805
806         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
807         Removed.
808         (modb-entity-extract-ml-info-from-subject): Ditto.
809         (modb-entity-extract-ml-info-from-return-path): Ditto.
810         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
811         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
812         (modb-entity-extract-ml-info-from-mailman): Ditto.
813         (modb-entity-extract-mailing-list-info-functions): Ditto.
814         (modb-entity-extract-mailing-list-info): Rewrite with
815         `elmo-find-list-match-value'.
816
817 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * elmo-net.el (elmo-network-session-retry-count): New user option.
820         (elmo-network-session-buffer-name): New internal function.
821         (elmo-network-session-buffer-create): Ditto.
822         (elmo-network-open-session): Retry open network session
823         `elmo-network-session-retry-count' times.
824
825 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
826
827         * elmo-util.el (elmo-list-filter): Rewritten.
828
829 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * elmo-util.el (elmo-string-member): Allow symbol element in list.
832
833 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * elmo-search.el (elmo-make-search-engine): Use prefix
836         `elmo-search-' for require symbol instead of `else-'.
837         (elmo-search-engine-extprog): New class.
838         (elmo-search-engine-do-search): Remove nil from argument
839         list. Added argument pattern to evaluate element as function.
840         (elmo-search-engine-local-file): Derived from
841         `elmo-search-engine-extprog'.
842         (elmo-search-engine-create-message-entity): Check existance of file.
843         (elmo-search-engine-fetch-message): Ditto.
844         (elmo-search-namazu-index): Follow the API change.
845         (elmo-search-grep-target): Ditto.
846
847 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
850         characters of working buffer.
851
852         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
853         Does not bind `default-mime-charset'.
854         (elmo-msgdb-create-message-entity-from-buffer): Removed
855         unnecessary local bind.
856
857         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
858         function.
859         (modb-entity-extract-mailing-list-info-functions): Added it.
860
861 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
864         when number and message-id are non-nil.
865
866         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
867
868         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
869         conditional steatment.
870         (elmo-pop3-auth-apop): Likewise.
871         (elmo-network-authenticate-session): Likewise.
872
873 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
876         symbol `fill-column'.
877         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
878         decode field value.
879
880         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
881         (elmo-decoded-field-body): Ditto.
882
883 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
886         `tokens' to `params'.
887
888 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
891         working buffer.
892
893 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
896         decide index.
897
898 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
901         Set default value as nil.
902         (toplevel): Register search engines by
903         `elmo-search-register-engine' if there are not defined.
904
905         * elmo.el (autoload): Added autoload setting for
906         `elmo-search-register-engine'.
907
908 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * elmo.el (toplevel): `[' is redefined as the prefix of the search
911         folder instead of nmz folder.
912         (elmo-nmz-default-index-path): Added obsolete variable setting.
913         (elmo-nmz-index-alias-alist): Ditto.
914         (elmo-nmz-use-drive-letter): Ditto.
915
916         * elmo-search.el (elmo-search-register-engine): New function.
917
918         * elmo-nmz.el: Removed.
919
920         * elmo-version.el (elmo-version): Up to 2.15.2.
921
922 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * elmo-search.el: New file.
925
926 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
927
928         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
929         condition `larger' and `smaller'.
930
931 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
932
933         * elmo-util.el (elmo-safe-filename): Rewrite to replace
934         `"' (double quote) into "_Q_".
935
936 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * elmo-net.el (elmo-net-quote-chars): Abolish.
939         (elmo-net-format-quoted): Ditto.
940
941 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * elmo.el (elmo-get-folder-function): New variable.
944         (elmo-get-folder): New function.
945         (elmo-folder-rename): Call `elmo-make-folder' with specified
946         mime-charset.
947
948         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
949         `elmo-make-folder'.
950         (elmo-split-subr): Ditto.
951
952         * elmo-multi.el (elmo-folder-initialize): Ditto.
953
954         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
955
956         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
957         (elmo-flag-get-folder): Ditto.
958
959         * elmo-filter.el (elmo-folder-initialize): Ditto.
960
961         * elmo-access.el (elmo-folder-initialize): Ditto.
962         (elmo-access-folder-update-children): Ditto.
963
964         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
965         (elmo-dop-queue-flush): Ditto.
966         (elmo-folder-append-buffer-dop-delayed): Ditto.
967         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
968         mime-charset.
969
970         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
971         instead of `elmo-make-folder'.
972         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
973         destination folder instead of send `elmo-folder-rename-internal'.
974
975         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
976         slot of subfolder instead of create it.
977
978 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * elmo-util.el (elmo-collect-separators): New function.
981         (elmo-collect-separators-internal): Ditto.
982         (elmo-collect-trail-separators): Ditto.
983         (elmo-parse-separated-tokens): Ditto.
984         (elmo-parse-separated-tokens-internal): Ditto.
985         (elmo-quote-syntactical-element): Ditto.
986
987         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
988         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
989
990         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
991         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
992         (elmo-nntp-folder-list-subfolders): Quote a user name.
993
994         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
995         (elmo-net-parse-network): Abolish.
996         (elmo-net-folder-set-parameters): New function.
997         (elmo-folder-initialize): Follow the above change.
998
999         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
1000         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1001         (elmo-folder-list-subfolders): Use
1002         `elmo-quote-syntactical-element' instead of
1003         `elmo-net-format-quoted' to quote mailbox and user name.
1004
1005 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * elmo-util.el (elmo-token-valid-p): New function.
1008         (elmo-parse-token): Add optional argument `requirement'.
1009         (elmo-parse-prefixed-element): Likewise.
1010
1011         * elmo-net.el (elmo-net-quote-chars): Renamed from
1012         `elmo-net-quote-chars-regexp'.
1013         (elmo-net-format-quoted): Add optional argument `extra-chars'.
1014
1015         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
1016         by info document. Check token `uidl' is started an alphabet.
1017
1018         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
1019         by info document. Check token `user' is started an alphabet.
1020
1021         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1022         (elmo-folder-list-subfolders): Quote user.
1023
1024 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * elmo-util.el (elmo-quoted-specials-list): New constant.
1027         (elmo-quoted-token): New function.
1028
1029         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
1030         (elmo-net-format-quoted): New function.
1031         (elmo-net-parse-network): Ditto.
1032         (elmo-folder-initialize): Use it.
1033
1034         * elmo-nntp.el (elmo-folder-initialize): Use
1035         `elmo-net-parse-network' to parse network specification instead of
1036         `elmo-folder-initialize#elmo-net'.
1037
1038         * elmo-pop3.el (elmo-folder-initialize): Ditto.
1039
1040         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1041         (elmo-folder-list-subfolders): Quote folder name by
1042         `elmo-net-format-quoted'.
1043
1044 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
1047         (elmo-folder-search): Use it.
1048
1049 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * modb-standard.el (modb-standard-loaded-message-id): Use
1052         `elmo-msgdb-message-entity-field'.
1053
1054 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
1057         without filename.
1058
1059 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * elmo-util.el (elmo-set-auto-coding): New function.
1062         (elmo-object-load): Use it.
1063
1064 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1065
1066         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
1067         (elmo-time<): Define as alias of `elmo-time-less-p'.
1068         (elmo-time-to-datevec): New function.
1069
1070         * elmo-date.el (elmo-time-to-days): New function.
1071
1072 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
1075         is not cons cell.
1076
1077 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
1080         parenthesis.
1081
1082         * elmo-util.el (elmo-map-recursive): New function.
1083
1084         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
1085         (modb-entity-encode-string-recursive): Ditto.
1086
1087 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
1090         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
1091         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
1092         compare sequence number when last modified time is nil.
1093
1094 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
1097
1098         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
1099
1100 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
1101
1102         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
1103         modification time of the file.
1104
1105 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * elmo-util.el (elmo-condition-optimize): Discriminated against
1108         preserved fields, extra fields and the other weight.
1109
1110 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1111
1112         * modb-entity.el (initialize-instance): Define.
1113         (modb-entity-handler-mime-charset): New internal function.
1114         (modb-standard-entity-set-field): Use it.
1115         (elmo-msgdb-message-entity-field): Ditto.
1116         (elmo-msgdb-message-entity-field): Ditto.
1117
1118         * modb.el (elmo-msgdb-match-condition): Rewrite with
1119         `elmo-condition-match'.
1120         (elmo-msgdb-match-condition-primitive): New function.
1121
1122         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1123         arguments `flags' and `numbers'.
1124         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1125         `elmo-msgdb-message-match-condition').
1126         (modb-buffer-entity-handler): New class.
1127
1128         * elmo.el (elmo-folder-search): Optimize condition to use
1129         `elmo-condition-optimize'.
1130         (elmo-message-buffer-match-condition): New function.
1131         (elmo-message-match-condition): Use
1132         `elmo-message-buffer-match-condition' instead of
1133         `elmo-buffer-field-condition-match'.
1134
1135         * elmo-util.el (elmo-condition-match): New function.
1136         (elmo-condition-optimize): Ditto.
1137         (elmo-buffer-field-primitive-condition-match): Abolish.
1138         (elmo-buffer-field-condition-match): Ditto.
1139
1140         * elmo-archive.el (elmo-archive-field-condition-match): Use
1141         `elmo-message-buffer-match-condition' instead of
1142         `elmo-buffer-field-condition-match'.
1143
1144 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * elmo-flag.el (elmo-global-flags-initialize): Check the
1147         existence of the flag directory.
1148
1149 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * elmo-access.el (elmo-folder-initialize): Call
1152         `elmo-multi-connect-signals'.
1153
1154         * elmo-pipe.el (elmo-folder-close): Define.
1155
1156         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1157         children folders.
1158
1159         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1160         with target folder.
1161
1162         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1163         `number'.
1164
1165         * elmo-multi.el (elmo-message-entity): Don't use return value of
1166         `elmo-message-entity-set-number'.
1167
1168 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * modb.el (modb-generic): Added slot `mime-charset'.
1171
1172         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1173         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1174         and `modb-entity-handler-dump-parameters'.
1175         (modb-standard-default-entity-handler): Abolish.
1176         (elmo-msgdb-message-entity-handler): Save created handler by
1177         instance slot.
1178
1179         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1180         (modb-entity-handler-list-parameters): New method.
1181         (modb-entity-handler-equal-p): New function.
1182         (modb-entity-handler-dump-parameters): Ditto.
1183         (modb-entity-parse-address-string): Encode return value.
1184         (modb-entity-make-address-string): Decode argument value.
1185         (modb-entity-decode-string-recursive): New function.
1186         (modb-entity-encode-string-recursive): Ditto.
1187         (modb-standard-entity-normalizer): Set to encode field value.
1188         (modb-standard-entity-specializer): Follow the above change.
1189         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1190         mime-charset of handler.
1191         (elmo-msgdb-message-entity-field): Ditto.
1192         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1193         structure.
1194         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1195
1196         * elmo.el (elmo-folder): Added slot `mime-charset'.
1197         (elmo-make-folder): Added argument `mime-charset'.
1198         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1199         `mime-charest'.
1200
1201         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1202         (elmo-make-msgdb): Likewise.
1203
1204         * elmo-internal.el (elmo-internal-folder-initialize): Call
1205         `luna-make-entity' with :mime-charset parameter.
1206
1207 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1210         encoded words in `from' and `subject' field.
1211
1212 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1215         (elmo-msgdb-match-condition): Get handler from entity instead of
1216         msgdb.
1217
1218         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1219         (modb-standard-load-entity): Treat new file format.
1220         (modb-standard-save-entity-1): Save as new file format.
1221         (modb-standard-save-entity): Split messages into section here.
1222         (elmo-msgdb-message-field): Follow the API change.
1223         (modb-standard-default-entity-handler): New internal variable.
1224         (elmo-msgdb-message-entity-handler): Define.
1225
1226         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1227         to `elmo-vars.el'.
1228         (modb-entity-field-extractor-alist): New user option.
1229         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1230         added argument `type'.
1231         (elmo-msgdb-copy-message-entity): Add optional argument
1232         `make-handler'.
1233         (modb-set-field-converter): New function.
1234         (modb-convert-field-value): Ditto.
1235         (modb-entity-string-decoder): Ditto.
1236         (modb-entity-string-encoder): Ditto.
1237         (modb-entity-parse-date-string): Ditto.
1238         (modb-entity-make-date-string): Ditto.
1239         (modb-entity-mime-decoder): Ditto.
1240         (modb-entity-mime-encoder): Ditto.
1241         (modb-entity-address-list-decoder): Ditto.
1242         (modb-entity-address-list-encoder): Ditto.
1243         (modb-entity-parse-address-string): Ditto.
1244         (modb-entity-make-address-string): Ditto.
1245         (modb-entity-create-field-indices): Ditto.
1246         (modb-legacy-entity-field-slots): New constant.
1247         (modb-legacy-entity-field-indices): Ditto.
1248         (modb-legacy-entity-normalizer): New variable.
1249         (modb-legacy-entity-specializer): Ditto.
1250         (modb-legacy-entity-field-index): New macro.
1251         (modb-legacy-entity-set-field): New function.
1252         (modb-legacy-make-message-entity): Rewrite.
1253         (elmo-msgdb-create-message-entity-from-buffer): Use
1254         `elmo-msgdb-get-references-from-buffer'. Use
1255         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1256         Use `modb-legacy-entity-set-field' instead of
1257         `elmo-msgdb-message-entity-set-field'.
1258         (elmo-msgdb-message-entity-field): Rewrite.
1259         (elmo-msgdb-message-entity-set-field): Ditto.
1260         (elmo-msgdb-copy-message-entity): Make new entity by
1261         `make-handler' if it specified.
1262         (elmo-msgdb-message-match-condition): Define a method of
1263         `modb-entity-handler' and follow the API change.
1264         (modb-standard-entity-handler): New class.
1265         (modb-entity-extract-ml-info-from-x-sequence): New function.
1266         (modb-entity-extract-ml-info-from-subject): Ditto.
1267         (modb-entity-extract-ml-info-from-return-path): Ditto.
1268         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1269         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1270         (modb-entity-extract-mailing-list-info): Ditto.
1271         (modb-entity-extract-mailing-list-info-functions): New variable.
1272
1273         * elmo.el (elmo-message-field): Add optional argument `type'.
1274
1275         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1276         from `modb-entity.el'.
1277
1278         * elmo-util.el (elmo-object-load): Decode by coding-system from
1279         `set-auto-coding-function'.
1280         (elmo-object-save): Use `detect-mime-charset-region' and add
1281         coding cookie if encode.
1282         (elmo-msgdb-get-references-from-buffer): New function.
1283         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1284
1285         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1286
1287         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1288         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1289         instead of `shimbun-make-header' and follow the API change.
1290         (elmo-shimbun-update-overview): Follow the API change.
1291         (elmo-map-folder-list-message-locations): Ditto.
1292
1293         * elmo-pipe.el (elmo-message-field): Ditto.
1294
1295         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1296         Ditto.
1297
1298         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1299
1300         * elmo-multi.el (elmo-message-field): Ditto.
1301
1302         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1303         (elmo-msgdb-sort-by-date): Ditto.
1304         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1305         `elmo-message-entity-field'.
1306         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1307         change.
1308         (elmo-msgdb-overview-entity-get-from): Ditto.
1309         (elmo-msgdb-overview-entity-get-subject): Ditto.
1310         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1311         (elmo-msgdb-overview-entity-get-date): Ditto.
1312         (elmo-msgdb-overview-entity-get-to): Ditto.
1313         (elmo-msgdb-overview-entity-get-cc): Ditto.
1314
1315         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1316         (elmo-mime-collect-message/partial-pieces): Ditto.
1317
1318         * elmo-filter.el (elmo-message-field): Ditto.
1319
1320         * elmo-date.el (elmo-datevec-to-time): New function.
1321         (elmo-time-parse-date-string): Ditto.
1322         (elmo-time-make-date-string): Ditto.
1323         (elmo-time<): Ditto.
1324
1325         * elmo-version.el (elmo-version): Up to 2.15.1.
1326
1327 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1328
1329         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1330         member of elmo-local-flags.
1331
1332 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1333
1334         * elmo-version.el (elmo-version): Up to 2.15.0.
1335
1336 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1339         `ignore-msgdb' is non-nil.
1340
1341 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1344         (elmo-condition-in-msgdb-p): Ditto.
1345         (elmo-file-field-primitive-condition-match): Ditto.
1346         (elmo-file-field-condition-match): Ditto.
1347
1348         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1349
1350 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1353         subdirectories here.
1354         (elmo-global-flags-initialize): New function.
1355
1356         * elmo.el (toplevel): Added autoload setting for
1357         `elmo-global-flags-initialize'.
1358
1359 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1360
1361         * elmo.el (message-number-changed): Define new signal.
1362         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1363         message-number-changed signal.
1364         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1365         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1366         Respect `elmo-pack-number-check-strict'.
1367
1368 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369
1370         * elmo-signal.el (elmo-connect-signal): Document.
1371         (elmo-emit-signal): Ditto.
1372         (elmo-emit-signal): It should pass source argument to filter and
1373         handler, not slot-source.
1374
1375 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1376
1377         * modb.el (elmo-msgdb-update-entity): New API and define generic
1378         implement.
1379
1380         * modb-standard.el (elmo-msgdb-update-entity): Define.
1381
1382         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1383         API and define generic implement.
1384
1385         * elmo.el (update-overview): New singnal.
1386
1387         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1388         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1389         (elmo-message-entity-parent): Define.
1390
1391         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1392         `update-overview'.
1393
1394         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1395
1396         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1397
1398 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1399
1400         * elmo.el (elmo-folder-synchronize): Sort the return value of
1401         `elmo-list-diff'.
1402
1403         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1404         list.
1405
1406 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1409         `default-enable-multibyte-characters'.
1410         (elmo-object-load): Use `with-temp-buffer' instead of
1411         `elmo-set-work-buf'.
1412         (elmo-object-save): Ditto.
1413         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1414         `elmo-set-work-buf'.
1415         (elmo-decoded-field-body): Ditto.
1416
1417         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1418
1419         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1420         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1421
1422         * elmo-version.el (elmo-version): Up to 2.13.3.
1423
1424 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1425
1426         * elmo-util.el (elmo-list-diff): Fix the last change.
1427         Reverse order of result lists.
1428
1429 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1430
1431         * modb-standard.el (elmo-msgdb-set-flag): Use
1432         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1433         (elmo-msgdb-unset-flag): Ditto.
1434
1435         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1436         `elmo-list-diff'.
1437
1438         * elmo-util.el (elmo-list-diff): Rewrite.
1439         (elmo-list-diff-nonsortable): New function.
1440
1441 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1442
1443         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1444         `elmo-multibypte-buffer-name'.  All referers are updated.
1445
1446 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1449         (elmo-mime-entity-fragment-p): New function.
1450         (mime-elmo-buffer-entity): Added slot `reassembled'.
1451         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1452         (elmo-message-mime-entity-internal): New function (renamed from
1453         `elmo-message-mime-entity').
1454         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1455         (elmo-mime-make-reassembled-mime-entity): New function.
1456         (elmo-message-reassembled-mime-entity): Ditto.
1457         (elmo-mime-collect-message/partial-pieces): Ditto.
1458
1459 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1462
1463         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1464         (elmo-with-enable-multibyte): New macro.
1465
1466         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1467
1468 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1471         argument `number'.
1472         (elmo-filter-connect-signals): Follow the above change.
1473
1474 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1475
1476         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1477
1478         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1479         that only the first flag is used.
1480
1481 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1482
1483         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1484         if available.
1485
1486 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * elmo-signal.el: New file.
1489
1490         * elmo.el (toplevel): Require elmo-signal.
1491         (flag-changing, flag-changed, cache-changed): New signal.
1492         (elmo-folder): Remove slog `handlers'.
1493         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1494         `elmo-folder-notify-event'.
1495         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1496         (elmo-folder-unset-flag): Ditto.
1497         (elmo-event-handler): Abolish.
1498         (elmo-event-handler-flag-changed): Ditto.
1499         (elmo-event-handler-cache-changed): Ditto.
1500         (elmo-folder-add-handler): Ditto.
1501         (elmo-folder-remove-handler): Ditto.
1502         (elmo-folder-notify-event): Ditto.
1503
1504         * elmo-pipe.el (toplevel): Require elmo-signal.
1505         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1506         (elmo-pipe-connect-signals): New function.
1507         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1508         (elmo-folder-set-flag): Ditto.
1509         (elmo-folder-unset-flag): Ditto.
1510         (elmo-message-set-cached): Ditto.
1511
1512         * elmo-multi.el (toplevel): Require elmo-signal.
1513         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1514         (elmo-multi-connect-signals): New function.
1515         (elmo-multi-map-numbers): Ditto.
1516         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1517         (elmo-message-fetch): Ditto.
1518         (elmo-folder-set-flag): Ditto.
1519         (elmo-folder-unset-flag): Ditto.
1520
1521         * elmo-filter.el (toplevel): Require elmo-signal.
1522         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1523         (elmo-filter-connect-signals): New function.
1524         (elmo-filter-add-flag-count): Ditto.
1525         (elmo-message-fetch): Does not call
1526         `elmo-filter-folder-countup-message-flags' and
1527         `elmo-folder-notify-event'.
1528         (elmo-message-set-cached): Ditto.
1529         (elmo-folder-set-flag): Ditto.
1530         (elmo-folder-unset-flag): Ditto.
1531
1532         * elmo-version.el (elmo-version): Up to 2.13.2.
1533
1534 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1537         `flags'.
1538
1539 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * elmo-filter.el (elmo-message-set-cached): Call
1542         `elmo-folder-notify-event' with event `cache-changed'.
1543
1544         * elmo-multi.el (elmo-message-set-cached): Ditto.
1545
1546         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1547
1548 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * elmo.el (elmo-folder-encache): Abolish.
1551
1552 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1555         (elmo-folder-next-message-number-dop): Return appropriate negative
1556         integer.
1557
1558 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1559
1560         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1561         clearing pending operations.
1562         (elmo-folder-next-message-number-dop): Return appropriate negative
1563         integer.
1564
1565 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * elmo.el (toplevel): Added autoload setting for `md5'.
1568         (elmo-msgdb-path-encode-threshold): New user option.
1569         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1570         longer than `elmo-msgdb-path-encode-threshold'.
1571
1572         * elmo-flag.el (elmo-global-mark-migrate): Use
1573         `elmo-folder-expand-msgdb-path' instead of
1574         `elmo-folder-msgdb-path'.
1575
1576 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1579         element of the difference is nil.
1580
1581 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1582
1583         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1584         to the check logic of file systems which are weak in colon character.
1585
1586 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1589
1590 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1591
1592         * elmo-maildir.el (elmo-maildir-move-file): New function.
1593         (elmo-folder-append-buffer): Use it.
1594         (elmo-folder-append-messages): Ditto.
1595         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1596
1597         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1598         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1599
1600         * elmo-maildir.el (elmo-maildir-separator): New user option.
1601         (elmo-maildir-adjust-separator): New macro.
1602         (elmo-maildir-list-location): Use it.
1603         (elmo-maildir-update-current): Ditto.
1604         (elmo-maildir-set-mark): Ditto.
1605         (elmo-maildir-delete-mark): Ditto.
1606         (These changes are based on Hiroya Murata's patch [wl: 13437])
1607
1608 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1611
1612 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1615         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1616         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1617
1618 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1619
1620         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1621         Use `with-temp-buffer'.
1622
1623 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1624
1625         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1626
1627         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1628         `wl-read-search-condition').
1629         (elmo-read-search-condition-internal): Likewise.
1630
1631         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1632         (elmo-flag-valid-p): New function.
1633         (elmo-folder-initialize): Check flag name is valid.
1634
1635 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1636
1637         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1638         delimiter to obtain root mailbox itself.
1639
1640 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1641
1642         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1643         type mismatch.
1644
1645 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1646
1647         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1648         as t.
1649
1650 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1651
1652         * elmo-shimbun.el (toplevel): Require cl at compile.
1653
1654         * elmo-nntp.el (toplevel): Ditto.
1655
1656         * elmo-nmz.el (toplevel): Ditto.
1657
1658         * elmo-multi.el (toplevel): Ditto.
1659
1660         * elmo-file.el (toplevel): Ditto.
1661
1662         * elmo-dop.el (toplevel): Ditto.
1663
1664         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1665
1666 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1667
1668         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1669         as nil.
1670
1671         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1672         size of elmo-message-fetch-internal is 0 byte.
1673
1674 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1675
1676         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1677
1678 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1679
1680         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1681         always plugged.
1682
1683 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * elmo-maildir.el (elmo-map-message-fetch): Call
1686         `elmo-map-folder-set-flag'.
1687
1688         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1689         (elmo-message-fetch): Merge from
1690         `elmo-message-fetch-with-cache-process'.
1691
1692         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1693         (elmo-message-fetch): Define.
1694
1695         * elmo-nntp.el (elmo-message-fetch): Renamed from
1696         `elmo-message-fetch-with-cache-process'.
1697
1698         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1699         (elmo-message-fetch): Define.
1700
1701         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1702         search-key.
1703
1704         * elmo-shimbun.el (shimbun-mua-search-id): Use
1705         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1706         (elmo-shimbun-folder-shimbun-header): Ditto.
1707         (elmo-shimbun-get-headers): Ditto.
1708         (elmo-shimbun-update-overview): Ditto.
1709
1710         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1711
1712         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1713         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1714
1715 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1716
1717         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1718         message is cached.
1719         (elmo-message-fetch-string): Fixed argument.
1720
1721 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1724         exchange order of arguments `section' and `unread'.
1725         (elmo-message-encache): Follow the API change.
1726         (elmo-message-match-condition): Ditto.
1727         (elmo-generic-folder-append-messages): Ditto.
1728         (elmo-message-fetch-string): New function.
1729
1730         * elmo-split.el (elmo-split-subr): Ditto.
1731
1732         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1733
1734         * elmo-pipe.el (elmo-message-fetch): Ditto.
1735
1736         * elmo-multi.el (elmo-message-fetch): Ditto.
1737
1738         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1739
1740         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1741
1742         * elmo-filter.el (elmo-message-fetch): Ditto.
1743
1744         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1745
1746         * elmo-imap4.el (mime-imap-location-section-body): Use
1747         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1748         follow the API change.
1749
1750 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * elmo-access.el: New file.
1753
1754         * elmo-null.el: Ditto.
1755
1756         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1757
1758 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1759
1760         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1761         (elmo-network-session): New attribute `last-accessed'.
1762         (elmo-network-get-session): Discard network cache if elapsed time
1763         since last-accessed is larger than elmo-network-session-idle-timeout.
1764
1765 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1768         and added `number', `require-entireness'.
1769         (elmo-find-fetch-strategy): Rewrite.
1770         (elmo-message-fetch): Unset `unread' flag when argument unread is
1771         non-nil.
1772
1773         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1774
1775         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1776         (elmo-message-fetch): Notify event `flag-changed'.
1777
1778         * elmo-pipe.el: Likewise.
1779
1780         * elmo-mime.el (elmo-mime-entity): New class.
1781         (elmo-mime-entity-display-p): New generic function.
1782         (elmo-mime-entity-display): Ditto.
1783         (elmo-mime-entity-display-as-is): Ditto.
1784         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1785         elmo-mime-entity.
1786         (elmo-make-mime-message-location): Removed.
1787         (elmo-mime-message-display): Ditto.
1788         (elmo-mime-display-as-is): Ditto.
1789         (elmo-message-mime-entity): New function.
1790
1791         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1792
1793         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1794         change.
1795         (elmo-message-fetch): Re-count flagged message number and notify
1796         event `flag-changed'.
1797
1798         * elmo-version.el (elmo-version): Up to 2.13.1.
1799
1800 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * elmo-filter.el (elmo-message-field): Define.
1803         (elmo-message-set-field): Ditto.
1804
1805 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * elmo.el (elmo-message-set-cached): Call
1808         `elmo-folder-notify-event' with cache-changed.
1809         (elmo-event-handler-cache-changed): New generic function.
1810
1811 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1812
1813         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1814         instead of elmo-add-name-to-file.
1815         (elmo-folder-append-messages): Ditto.
1816
1817 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1820
1821 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1822
1823         * elmo-version.el (elmo-version): Up to 2.13.0.
1824
1825         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1826         `auto'.
1827
1828         * modb-standard.el (modb-standard-economize-entity-size): Changed
1829         default value to `t'.
1830
1831         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1832         `standard'.
1833
1834         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1835         after parsing greeting string.
1836
1837 2004-11-23  Daishi Kato <daishi@axlight.com>
1838
1839         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1840         New user option.
1841         (elmo-spam-spamoracle-call): Use it.
1842
1843 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1844
1845         * elmo.el (elmo-message-accessible-p): Message in dop spool
1846         is accessible.
1847
1848 2004-11-23  Daishi Kato <daishi@axlight.com>
1849
1850         * elsp-spamoracle.el: New file.
1851
1852 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * elmo.el (elmo-message-flags-for-append): New function.
1855         (elmo-generic-folder-append-messages): Use it.
1856
1857         * elmo-split.el (elmo-split-subr): Ditto.
1858
1859         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1860         `flags' and use elmo-folder-append-buffer instead of
1861         write-region-as-binary.
1862         (elmo-dop-filter-pending-messages): New function.
1863         (elmo-folder-append-buffer-dop): Call
1864         elmo-dop-spool-folder-append-buffer with `flag'.
1865         (elmo-folder-set-flag-dop): Filter messages by
1866         elmo-dop-filter-pending-messages.
1867         (elmo-folder-unset-flag-dop): Ditto.
1868         (elmo-folder-append-buffer-dop-delayed): Use
1869         elmo-message-flags-for-append to get flags of the message and
1870         simplify.
1871
1872 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1873
1874         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1875
1876 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1877
1878         * elmo.el (elmo-folder): Added handlers slot.
1879         (elmo-event-handler): New class.
1880         (elmo-event-handler-flag-changed): New API.
1881         (elmo-folder-add-handler): New function.
1882         (elmo-folder-remove-handler): Ditto.
1883         (elmo-folder-notify-event): Ditto.
1884         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1885         `flag-changed'.
1886         (elmo-folder-unset-flag): Ditto.
1887
1888         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1889         (elmo-folder-unset-flag): Ditto.
1890
1891         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1892         (elmo-folder-unset-flag): Ditto.
1893
1894         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1895         (elmo-folder-unset-flag): Ditto.
1896
1897         * elmo-version.el (elmo-version): Up to 2.11.33.
1898
1899 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1900
1901         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1902
1903 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1906
1907         * elmo-flag.el (elmo-folder-unset-flag): Define.
1908         (elmo-global-flag-detach): Do process when the flag is not target
1909         flag.
1910
1911 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1912
1913         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1914         variable.
1915         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1916
1917 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1920         function.
1921         (elmo-folder-delete-messages): Detach messages before delete
1922         messages from target folder.
1923         (elmo-folder-detach-messages): Set updated number-list to slot.
1924
1925 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1926
1927         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1928
1929 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1932
1933 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1936         internal use only).
1937         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1938         not modified.
1939         (elmo-folder-delete-messages): Define.
1940         (elmo-folder-move-messages): Don't call
1941         `elmo-folder-detach-messages'.
1942         (elmo-folder-synchronize): Rewrite.
1943         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1944
1945         * elmo-util.el (elmo-last): New function.
1946         (elmo-set-list): Ditto.
1947         (elmo-number-set-delete-list): Ditto.
1948         (elmo-number-set-delete): Ditto.
1949
1950         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1951
1952         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1953         `elmo-folder-delete-messages' and don't delete location map.
1954         (elmo-folder-detach-messages): Define.
1955
1956         * elmo-imap4.el (elmo-folder-delete): Use
1957         `elmo-folder-delete-messages-internal' instead of
1958         `elmo-folder-delete-messages'.
1959
1960         * elmo-filter.el (elmo-folder-delete-messages): Call
1961         `elmo-folder-detach-messages'.
1962         (elmo-folder-detach-messages): Don't call
1963         `elmo-folder-detach-messages' for target folder.
1964
1965         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1966         message deletion is succeeded.
1967
1968         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1969
1970         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1971         from `elmo-folder-delete-messages'.
1972
1973         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1974
1975         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1976
1977         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1978
1979         * elmo-version.el (elmo-version): Up to 2.11.32.
1980
1981 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1982
1983         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1984         (elmo-global-flag-list): Added obsolete variable setting.
1985
1986         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1987
1988         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1989         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1990         `elmo-mime-display-header-analysis' is nil.
1991
1992         * elmo-flag.el (elmo-global-flags): Renamed from
1993         `elmo-global-flag-list' (All other related portions are changed).
1994         (elmo-local-flags): New variable.
1995         (elmo-local-flag-p): New function.
1996         (elmo-global-flag-set-internal): Cause an error when flag is not
1997         global.
1998
1999 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * elmo-util.el (elmo-concat-path): Treat empty path.
2002
2003 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2004
2005         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
2006         field-or-fields).
2007         (elmo-split-address-match): Ditto.
2008         (elmo-split-equal): Ditto.
2009         (elmo-split-match): Ditto.
2010
2011 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2012
2013         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
2014         (elmo-generic-folder-append-messages): If src message exists but
2015         has no flag, pass (read) for the FLAG argument of
2016         `elmo-folder-append-buffer'. Otherwise, pass nil.
2017
2018         * elmo-split.el (elmo-split-subr): Likewise.
2019
2020         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
2021
2022         * elmo-multi.el (elmo-message-flags): Ditto.
2023
2024         * elmo-filter.el (elmo-message-flags): Ditto.
2025
2026         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2027         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
2028         pass (read) for the FLAG argument of elmo-folder-append-buffer.
2029         
2030 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2031
2032         * elmo-split.el (elmo-split-rule): Update comment.
2033         (elmo-split-address-equal): Allow 2nd argument to be a list.
2034         (elmo-split-address-match): Ditto.
2035         (elmo-split-equal): Ditto.
2036         (elmo-split-match): Ditto.
2037
2038 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2039
2040         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2041         (elmo-folder-append-msgdb): Don't treat `read'.
2042         (elmo-message-flags): Don't return `read'.
2043
2044         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
2045         (elmo-folder-unset-read-delayed): Ditto.
2046
2047         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
2048
2049 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
2052         deletion.
2053
2054 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2055
2056         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
2057         header.
2058
2059 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
2060
2061         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
2062         here.
2063         (elmo-msgdb-save): Bind inhibit-quit.
2064         (modb-standard-message-entity): Ditto.
2065
2066 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067
2068         * elmo-database.el: No need to require elmo-msgdb.
2069
2070 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
2073         instead of `elmo-list-subdirectories'.
2074
2075 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2076
2077         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
2078         group entry.
2079         (elmo-folder-exists-p): "[" is empty.
2080         (elmo-folder-list-subfolders): Define.
2081         (elmo-folder-have-subfolder-p): Ditto.
2082
2083 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2084
2085         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
2086
2087 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
2088
2089         * elmo-filter.el (elmo-folder-local-p): Define.
2090
2091 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2092
2093         * modb-standard.el (modb-standard-loaded-message-id): Return nil
2094         when entity is garbaged.
2095         (modb-standard-save-entity-1): Don't modify the original entity.
2096
2097 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
2098
2099         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
2100
2101 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * elmo.el (elmo-strict-folder-diff): Use
2104         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2105
2106 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2109         (elmo-msgdb-message-number): Ditto.
2110         (elmo-msgdb-message-field): Ditto.
2111
2112         * modb-standard.el (modb-standard-economize-entity-size): New user
2113         option.
2114         (modb-standard-loaded-message-id): New inline function.
2115         (modb-standard-load-entity): Use it.
2116         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2117         throw message-id string away.
2118         (elmo-msgdb-flag-available-p): Define.
2119         (elmo-msgdb-message-number): Ditto.
2120         (elmo-msgdb-message-field): Ditto.
2121
2122         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2123         (suppoted -> supported).
2124         (modb-legacy-supported-flag-p): Ditto.
2125         (elmo-msgdb-set-flag): Ditto.
2126         (elmo-msgdb-unset-flag): Ditto.
2127         (elmo-msgdb-flag-available-p): Define.
2128
2129         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2130         is `t', treat it as legacy entity.
2131         
2132         * elmo.el (elmo-message-flag-available-p): New generic function.
2133         (elmo-message-number): Ditto.
2134         (elmo-message-field): Use `elmo-msgdb-message-field'.
2135
2136         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2137
2138         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2139         (elmo-message-number): Ditto.
2140
2141         * elmo-multi.el (elmo-message-number): Define.
2142         (elmo-message-flag-available-p): Ditto.
2143
2144         * elmo-filter.el (elmo-message-flag-available-p): Define.
2145         (elmo-message-number): Ditto.
2146
2147         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2148         (elmo-folder-initialize): Load `max-number'.
2149         (elmo-folder-commit): Save it.
2150         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2151         (elmo-global-flag-set-internal): Set up max-number slot.
2152
2153 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2154
2155         * elmo-version.el (elmo-version): Up to 2.11.31.
2156
2157 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2158
2159         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2160         unibyte string of the current buffer for the argument of `md5'
2161         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2162
2163 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * modb-legacy.el (modb-legacy-flag-list): New constant.
2166         (modb-legacy-suppoted-flag-p): New internal function.
2167         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2168         (elmo-msgdb-unset-flag): Ditto.
2169
2170 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2171
2172         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2173
2174         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2175         from msgdb.
2176
2177 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2178
2179         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2180         (follow the API change).
2181
2182         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2183
2184 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2185
2186         * modb-standard.el (modb-standard-digest-flags): Abolish.
2187         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2188
2189         * elmo-vars.el (elmo-digest-flags): New variable.
2190         (elmo-preserved-flags): Moved from elmo-flag.el.
2191
2192         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2193         (elmo-imap4-flag-to-imap-criteria): Ditto.
2194         (elmo-imap4-folder-list-flagged): Use it.
2195
2196         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2197
2198         * elmo.el (elmo-folder-count-flags): Changed return value.
2199
2200         * elmo-flag.el (elmo-preserved-flags): New variable.
2201         (elmo-get-global-flags): Use it.
2202
2203         * modb-standard.el (modb-standard-digest-flags): New variable.
2204         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2205         Changed behavior of `any'.
2206
2207         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2208         which are defined the Internet draft
2209         (draft-melnikov-imap-keywords-03.txt).
2210         (elmo-imap4-flags-to-imap): New function.
2211         (elmo-folder-append-buffer): Use it.
2212
2213         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2214         in the docstring.
2215
2216         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2217         avoid the bug of Emacs 21.3.
2218
2219 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2220
2221         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2222         function find-coding-system does not exist.
2223
2224 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2227         parsing.
2228
2229 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2230
2231         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2232         response codes.
2233
2234 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2237         (elmo-network-close-session): Follow the changes in
2238         `elmo-pop3-read-response'.
2239         (elmo-pop3-auth-user): Ditto.
2240         (elmo-pop3-auth-apop): Ditto.
2241         (elmo-network-initialize-session): Ditto.
2242         (elmo-network-authenticate-session): Ditto.
2243         (elmo-network-setup-session): Ditto.
2244         (elmo-folder-status): Ditto.
2245         (elmo-message-fetch-plugged): Ditto.
2246         (elmo-pop3-delete-msg): Ditto.
2247
2248 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2249
2250         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2251         on failure.
2252
2253 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2256         style.
2257         (elmo-bind-directory): Ditto.
2258
2259 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * elmo.el (elmo-folder-append-messages): Note on return value.
2262         * elmo-archive.el (elmo-folder-append-messages): Don't return
2263         message numbers which could not be appended.
2264
2265 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2266
2267         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2268
2269 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2270
2271         * elmo-version.el (elmo-version): Up to 2.11.30.
2272
2273 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2276         `mask'.
2277
2278         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2279
2280         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2281         (elmo-multi-split-numbers): Add elmo-folder object into each
2282         element of return value at first.
2283         (elmo-folder-delete-messages): Follow the above change.
2284         (elmo-folder-detach-messages): Ditto.
2285
2286         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2287         number which is synchronized in target folder.
2288
2289 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2290
2291         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2292         Change default value to symbol `all'.
2293         (elmo-map-message-fetch): Change condition to update overview
2294         follow the above.
2295
2296 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2299         behavior to update overview.
2300         (elmo-shimbun-update-overview-folder-list): Note it.
2301
2302 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2303
2304         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2305         recursive call.
2306
2307 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2310         buffer-disable-undo, it is unnecessary.
2311         (elmo-spam-register-good-messages): Ditto.
2312
2313         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2314         Ditto.
2315
2316         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2317
2318 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2321         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2322         elmo-set-buffer-multibyte.
2323         (elmo-object-load): Ditto.
2324         (elmo-save-buffer): Ditto.
2325         (elmo-delete-char): Ditto.
2326         (elmo-file-field-primitive-condition-match): Ditto.
2327         (elmo-mime-string): Ditto.
2328
2329         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2330         (elmo-archive-field-condition-match): Ditto.
2331
2332         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2333
2334         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2335
2336         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2337         (elmo-nntp-msgdb-create-message): Ditto.
2338
2339         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2340
2341         * elmo.el (elmo-message-match-condition): Ditto.
2342         (elmo-message-match-condition): Ditto.
2343
2344         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2345         Ditto.
2346
2347         * elmo-version.el (elmo-version): Up to 2.11.29.
2348
2349         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2350         (elsp-header): New backend.
2351
2352         * elmo-util.el (elmo-decoded-field-body): New function.
2353
2354 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * elmo-version.el (elmo-version): Up to 2.11.28.
2357
2358 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * elmo-filter.el: Rewrite.
2361
2362         * elmo-version.el (elmo-version): Up to 2.11.27.
2363
2364 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2365
2366         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2367         msgdb path for the localdir folder with absolute path.
2368
2369         * utf7.el: Synch up with latest gnus/utf7.el;
2370         Modified for latest Emacs.
2371
2372 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2375         shimbun backend couldn't open.
2376
2377 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2378
2379         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2380         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2381         when a destination folder is a filter folder.
2382
2383 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2386         (elmo-generic-folder-append-messages): Call elmo-message-flags
2387         with argument `msgid'.
2388
2389         * elmo-split.el (elmo-split-subr): Ditto.
2390
2391         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2392
2393         * elmo-multi.el (elmo-message-flags): Ditto.
2394
2395 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * elmo.el (elmo-folder): Add new slot `flag-table'.
2398         (elmo-folder-flag-table): New API.
2399         (elmo-folder-close-flag-table): Ditto.
2400         (elmo-folder-preserve-flags): New function.
2401         (elmo-generic-folder-append-messages): Use
2402         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2403         Flag of a non-registered message, it sets to nil.
2404         Does not set flag to flag-table.
2405
2406         * elmo-maildir.el (elmo-folder-append-buffer): Use
2407         `elmo-folder-preserve-flags'.
2408         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2409         `elmo-folder-close-flag-table'.
2410
2411         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2412         (elmo-archive-folder-append-buffer): Use
2413         `elmo-folder-preserve-flags'.
2414
2415         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2416
2417         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2418
2419         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2420         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2421         `elmo-folder-close-flag-table'.
2422
2423         * elmo-version.el (elmo-version): Up to 2.11.26.
2424
2425 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2426
2427         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2428
2429         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2430         md5's 4th and 5th argument (non-existent in flim one).
2431
2432 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2433
2434         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2435         message, It sets to nil.
2436
2437 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2438
2439         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2440         list is non-nil.
2441
2442 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2443
2444         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2445
2446         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2447
2448         * elmo-util.el (elmo-uniq-sorted-list): New function.
2449         (elmo-make-number-list): Ditto.
2450         (elmo-number-set-to-number-list): Use elmo-make-number-list
2451         and don't use nreverse.
2452
2453 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2454
2455         * elmo-version.el (elmo-version): Up to 2.11.25.
2456
2457 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2458
2459         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2460         field not exists in message, Use md5 message digest of header.
2461
2462 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2463
2464         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2465         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2466         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2467         * elmo-split.el (elmo-split-subr): Check return value of
2468         elmo-folder-append-buffer.
2469
2470         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2471         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2472
2473         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2474         message-id.
2475
2476 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2477
2478         * elmo-split.el (elmo-split-subr): Append message with flag.
2479
2480         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2481         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2482         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2483
2484 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2485
2486         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2487         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2488         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2489
2490 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2491
2492         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2493         with a function call of `process-buffer'.  All callers are updated.
2494         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2495         Remove redundant `set-buffer' in a while loop.
2496
2497 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2498
2499         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2500         calls.
2501
2502 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2503
2504         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2505         elsp-spamfilter-register-buffer-internal with current buffer.
2506         (elmo-spam-register-spam-buffer): Ditto.
2507         (elmo-spam-register-good-buffer): Ditto.
2508
2509 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2510
2511         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2512         if it is not contained in the response(A workaround for courier-imap).
2513
2514 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2515
2516         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2517         parenthesis.
2518
2519 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2520
2521         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2522         range.
2523
2524 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2525
2526         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2527         of nconc.
2528
2529         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2530         argument handler.
2531         (elmo-msgdb-message-match-condition): Follow the change above.
2532
2533 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2534
2535         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2536         folder name.
2537
2538 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2539
2540         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2541
2542 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2545
2546 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2547
2548         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2549         not found.
2550
2551 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2552
2553         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2554         value.
2555         (elmo-file-command-argument): Undo last change for cygwin.
2556         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2557         Don't return nil.
2558         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2559
2560 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2563         value returned from elmo-file-find is nil.
2564
2565 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2568         to elmo-vars.el.
2569
2570         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2571         instead of insert-file-contents-as-binary.
2572         (elmo-message-set-field): New generic function.
2573
2574         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2575         behavior change on `split-string'.
2576
2577         * elmo-file.el (elmo-file-find): New function.
2578         (elmo-file-command): New user option.
2579         (elmo-file-command-argument): Ditto.
2580         (elmo-file-fetch-max-size): Ditto.
2581         (elmo-file-detect-format): New function.
2582         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2583         Use elmo-file-detect-format.
2584         (elmo-map-folder-list-message-locations): Don't treat directories.
2585
2586 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2587
2588         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2589         (elmo-passwd-alist-clear): Shred password before clear.
2590         (elmo-remove-passwd): Remove all mached pair.
2591
2592 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2593
2594         * elmo.el (elmo-folder-synchronize): Fix description of the return
2595         value.
2596
2597 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * elmo.el (elmo-message-fetch-bodystructure): New method.
2600         (elmo-message-fetch-bodystructure): Define default.
2601
2602         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2603         elmo-message-fetch-bodystructure.
2604         (elmo-message-fetch-bodystructure): Define.
2605
2606         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2607
2608 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2609
2610         * elmo-filter.el (elmo-message-folder): Define.
2611
2612 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2613
2614         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2615         elmo-delete-cr-buffer.
2616
2617         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2618
2619         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2620
2621         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2622
2623         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2624         type seems to be a text.
2625
2626 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2627
2628         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2629         (elmo-spam-register-good-buffer): Ditto.
2630         (elmo-spam-spamassassin-register-messages): Ditto.
2631
2632         * elmo-util.el (elmo-string-member-ignore-case): Define with
2633         static-cond.
2634
2635 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * elmo.el (elmo-folder-type): Undo last change.
2638
2639         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2640
2641         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2642         warnings.
2643
2644         * elmo-file.el: New file.
2645         
2646         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2647
2648         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2649         variable.
2650         (elmo-spam-spamassassin-register-messages): New inline function.
2651         (elmo-spam-register-spam-messages): Define.
2652         (elmo-spam-register-good-messages): Ditto.
2653
2654         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2655         Fixed typo.
2656
2657         * elmo.el (toplevel): Added autoload setting for
2658         `elmo-get-global-flags'.
2659         (elmo-message-has-global-flag-p): New function.
2660         (elmo-message-set-global-flags): Ditto.
2661         (elmo-folder-type): Improvement for name: format.
2662
2663         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2664         availability of keyword flags.
2665         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2666         (elmo-folder-list-flagged-plugged): Renamed from
2667         elmo-folder-list-flagged-unplugged.
2668         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2669         accept any flag as keyword flag.
2670         (elmo-folder-set-flag-plugged): Accept keyword flags.
2671         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2672
2673         * elmo-flag.el (elmo-get-global-flags): New function.
2674
2675         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2676         folders.
2677
2678         * elmo-version.el (elmo-version): Up to 2.11.24.
2679
2680 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2681
2682         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2683         elmo-multiple-field-body instead of std11-field-body to check all
2684         headers.
2685
2686 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2687
2688         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2689         or "size".
2690
2691 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2694         unintern is unbound.
2695
2696 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2697
2698         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2699         Protect from infinite loop.
2700
2701 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2702
2703         * elsp-bogofilter.el
2704         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2705         (elmo-spam-bogofilter-register-messages): New internal function.
2706         (elmo-spam-register-spam-messages): Define.
2707         (elmo-spam-register-good-messages): Ditto.
2708
2709 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2710
2711         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2712         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2713         (elmo-spam-bogofilter-call): Fixed the last change.
2714         (elmo-spam-bogofilter-arguments): Ditto.
2715
2716         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2717         Follow the options change of latest bogofilter.
2718
2719         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2720         (elmo-spam-bogofilter-good-switch): Ditto.
2721         (elmo-spam-bogofilter-arguments-alist): New user option.
2722         (elmo-spam-bogofilter-debug): Ditto.
2723         (elmo-spam-bogofilter-call): Renamed from
2724         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2725         is non-nil, insert output in buffer for debug.
2726         (elmo-spam-bogofilter-arguments): New macro.
2727         (elmo-spam-buffer-spam-p): Use it.
2728         (elsp-bogofilter-register-buffer): Ditto.
2729
2730 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2731
2732         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2733         regexp.
2734
2735 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736
2737         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2738         value as "ruby".
2739         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2740         (elmo-spam-bsfilter-program): Set default value as full path for
2741         `bsfilter'.
2742         (elmo-spam-bsfilter-debug): New user option.
2743         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2744         non-nil, insert output in buffer for debug. Fix treating of
2745         argument.
2746
2747 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2750         `elmo-maildir-flag-specs' element instead of one.
2751         (elmo-map-folder-unset-flag): Ditto.
2752         (Reported by Ken Makimura <macky@astem.or.jp>)
2753
2754         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2755         (elmo-folder-unset-flag-plugged): Ditto.
2756
2757 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2760         to `reads' slot only if `in-msgdb' is nil.
2761
2762 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2763
2764         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2765         and complement argument list.
2766
2767 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2768
2769         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2770         instead of elmo-folder-list-flagged.
2771
2772 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2775
2776         * elsp-bsfilter.el: New file.
2777
2778         * elmo-pipe.el (elmo-folder-list-unreads,
2779         elmo-folder-list-answereds,
2780         elmo-folder-list-importants,
2781         elmo-folder-flag-as-important,
2782         elmo-folder-unflag-important,
2783         elmo-folder-flag-as-read,
2784         elmo-folder-unflag-read,
2785         elmo-folder-flag-as-answered,
2786         elmo-folder-unflag-answered): Remove.
2787         (elmo-folder-set-flag): Define.
2788         (elmo-folder-unset-flag): Ditto.
2789
2790         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2791         (elmo-folder-set-flag): Define.
2792         (elmo-folder-unset-flag): Ditto.
2793         (elmo-folder-list-unreads): Remove.
2794         (elmo-folder-list-flagged): Define.
2795
2796         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2797         (elmo-folder-list-unreads,
2798         elmo-folder-list-importants,
2799         elmo-folder-list-answereds,
2800         elmo-folder-list-unreads-plugged,
2801         elmo-folder-list-importants-plugged,
2802         elmo-folder-list-answereds-plugged): Remove.
2803         (elmo-folder-list-flagged-plugged): New method.
2804         (elmo-folder-unflag-important,
2805         elmo-folder-flag-as-important,
2806         elmo-folder-unflag-read,
2807         elmo-folder-flag-as-read,
2808         elmo-folder-unflag-answered,
2809         elmo-folder-flag-as-answered,
2810         elmo-folder-flag-as-read-unplugged,
2811         elmo-folder-unflag-read-unplugged,
2812         elmo-folder-flag-as-important-unplugged,
2813         elmo-folder-unflag-important-unplugged,
2814         elmo-folder-flag-as-answered-unplugged,
2815         elmo-folder-unflag-answered-unplugged): Remove.
2816         (elmo-folder-set-flag): Define.
2817         (elmo-folder-unset-flag): Ditto.
2818         (elmo-folder-set-flag-unplugged): Ditto.
2819         (elmo-folder-unset-flag-unplugged): Ditto.
2820
2821         * elmo-multi.el (elmo-folder-list-unreads,
2822         elmo-folder-list-answereds,
2823         elmo-folder-list-importants,
2824         elmo-folder-flag-as-important,
2825         elmo-folder-unflag-important,
2826         elmo-folder-flag-as-read,
2827         elmo-folder-unflag-read,
2828         elmo-folder-flag-as-answered,
2829         elmo-folder-unflag-answered): Remove.
2830         (elmo-folder-set-flag): Define.
2831         (elmo-folder-unset-flag): Ditto.
2832
2833         * elmo-map.el (elmo-map-folder-unflag-important,
2834         elmo-map-folder-flag-as-important,
2835         elmo-map-folder-unflag-read,
2836         elmo-map-folder-flag-as-read,
2837         elmo-map-folder-unflag-answered,
2838         elmo-map-folder-flag-as-answered): Remove.
2839         (elmo-map-folder-set-flag): New method.
2840         (elmo-map-folder-unset-flag): Ditto.
2841         (elmo-map-folder-list-unreads,
2842         elmo-map-folder-list-importants,
2843         elmo-map-folder-list-answereds): Remove.
2844         (elmo-folder-list-flagged-internal): Define.
2845         (elmo-map-folder-list-flagged): New method.
2846
2847         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2848         (elmo-map-folder-list-unreads,
2849         elmo-map-folder-list-importants,
2850         elmo-map-folder-list-flagged): Remove.
2851         (elmo-map-folder-list-flagged): Define.
2852         (elmo-map-folder-flag-as-important,
2853         elmo-map-folder-unflag-important,
2854         elmo-map-folder-flag-as-read,
2855         elmo-map-folder-unflag-read,
2856         elmo-map-folder-flag-as-answered,
2857         elmo-map-folder-unflag-answered): Remove.
2858         (elmo-maildir-set-mark-messages): New internal function.
2859         (elmo-map-folder-set-flag): Define.
2860         (elmo-map-folder-unset-flag): Ditto.
2861
2862         * elmo.el (toplevel): Added autoload setting for
2863         `elmo-folder-list-global-flag-messages'.
2864         (elmo-folder-list-unreads,
2865         elmo-folder-list-importants,
2866         elmo-folder-list-answereds): Remove.
2867         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2868         Return a list whitch merged with messages have global flag.
2869         (elmo-folder-list-flagged-internal): New method.
2870         (elmo-folder-unflag-important,
2871         elmo-folder-flag-as-important,
2872         elmo-folder-unflag-read,
2873         elmo-folder-flag-as-read,
2874         elmo-folder-unflag-answered,
2875         elmo-folder-flag-as-answered): Remove.
2876         (elmo-folder-set-flag): New method.
2877         (elmo-folder-unset-flag): Ditto.
2878         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2879         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2880
2881         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2882         (elmo-folder-list-unreads-plugged,
2883         elmo-folder-list-importants-plugged,
2884         elmo-folder-list-answereds-plugged,
2885         elmo-folder-list-flagged-unplugged,
2886         elmo-folder-unflag-important-plugged,
2887         elmo-folder-flag-as-important-plugged,
2888         elmo-folder-unflag-read-plugged,
2889         elmo-folder-flag-as-read-plugged,
2890         elmo-folder-unflag-answered-plugged,
2891         elmo-folder-flag-as-answered-plugged): Remove.
2892         (elmo-folder-set-flag-plugged,
2893         elmo-folder-unset-flag-plugged): Define.
2894
2895         * elmo-flag.el (elmo-folder-initialize): Register to
2896         `elmo-global-flag-list' if flag is not global.
2897         (elmo-folder-append-messages): Set flag to source messages.
2898
2899         * elmo-filter.el (elmo-filter-folder-list-unreads,
2900         elmo-folder-list-unreads,
2901         elmo-filter-folder-list-importants,
2902         elmo-folder-list-importants,
2903         elmo-folder-flag-as-read,
2904         elmo-folder-unflag-read,
2905         elmo-folder-flag-as-important,
2906         elmo-folder-unflag-important,
2907         elmo-folder-flag-as-answered,
2908         elmo-folder-unflag-answered): Remove.
2909         (elmo-folder-set-flag): Define.
2910         (elmo-folder-unset-flag): Ditto.
2911
2912         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2913         elmo-folder-unflag-read-dop,
2914         elmo-folder-flag-as-important-dop,
2915         elmo-folder-unflag-important-dop,
2916         elmo-folder-flag-as-answered-dop,
2917         elmo-folder-unflag-answered-dop): Remove.
2918         (elmo-folder-set-flag-dop,
2919         elmo-folder-unset-flag-dop,
2920         elmo-folder-set-important-delayed,
2921         elmo-folder-unset-important-delayed,
2922         elmo-folder-set-read-delayed,
2923         elmo-folder-unset-read-delayed,
2924         elmo-folder-set-answered-delayed,
2925         elmo-folder-unset-answered-delayed): New function.
2926         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2927         (elmo-dop-queue-method-name-alist): Ditto.
2928
2929         * elmo-version.el (elmo-version): Up to 2.11.23.
2930
2931 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2934
2935         * elsp-sa.el: New file.
2936
2937 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * modb-standard.el (modb-standard-message-entity): New function.
2940         (elmo-msgdb-message-entity): Use it.
2941
2942 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2943
2944         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2945         behavior when one-level is nil.
2946
2947         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2948
2949         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2950
2951 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2954         get max number.
2955         (elmo-generic-folder-diff): Ditto.
2956
2957         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2958         (elmo-folder-update-number): Ditto.
2959
2960         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2961         (elmo-folder-next-message-number-dop): Ditto.
2962
2963 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * elmo-filter.el (elmo-folder-msgdb-create): Use
2966         `elmo-message-entity' and `elmo-message-flags' instead of
2967         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2968
2969 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2972         `if-exists'.
2973
2974 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2977
2978         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2979
2980         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2981
2982 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2983
2984         * elmo-version.el (elmo-version): Up to 2.11.22.
2985
2986 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2989
2990 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2991
2992         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2993         if the message dose not exist.
2994
2995 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2996
2997         * elmo-version.el (elmo-version): Up to 2.11.21.
2998
2999 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3000
3001         * modb-standard.el (toplevel): Don't require mime.
3002
3003 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * elsp-bogofilter.el (toplevel): Don't require path-util.
3006         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
3007         (elmo-spam-bogofilter-header): Abolish.
3008         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
3009         (elmo-spam-bogofilter-args): New user option.
3010         (elsp-bogofilter-call-bogofilter): New internal function.
3011         (elmo-spam-buffer-spam-p): Use it.
3012         (elsp-bogofilter-register-buffer): Renamed from
3013         `elmo-spam-bogofilter-register-buffer';
3014         Use `elsp-bogofilter-call-bogofilter'.
3015         (elmo-spam-register-spam-buffer): Follow the change above.
3016         (elmo-spam-register-good-buffer): Ditto.
3017
3018 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * modb-standard.el (elmo-msgdb-append-entity): If entity or
3021         message-id is nil do nothing.
3022
3023 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
3026         Revival.
3027         (elmo-imap4-session): Removed use-flag slot.
3028         (elmo-imap4-session-select-mailbox): Undo last change.
3029         (elmo-folder-use-flag-p): Use
3030         elmo-imap4-disuse-server-flag-mailbox-regexp.
3031
3032 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3033
3034         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
3035         (elmo-imap4-session-select-mailbox): Set it up.
3036         (elmo-folder-use-flag-p): Return value of use-flag slot.
3037
3038 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
3041         message-id is nil.
3042         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
3043
3044         * modb-entity.el (elmo-message-entity-handler): Likewise.
3045
3046 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3047
3048         * elmo.el (toplevel): Remove setting of autoloding for
3049         elmo-global-flag-initialize.
3050         (elmo-init): Don't call elmo-global-flag-initialize.
3051         (toplevel): Added autoload setting for elmo-global-mark-migrate.
3052
3053         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
3054         (elmo-global-mark-migrate): Don't call it.
3055         (elmo-global-mark-upgrade): Ditto.
3056
3057 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
3058
3059         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
3060         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
3061
3062         * elmo-vars.el (elmo-init-hook): New user option.
3063
3064         * elmo.el (elmo-init): Run the elmo-init-hook.
3065
3066         * elmo-flag.el (elmo-global-mark-migrate): New function.
3067
3068 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
3071         Undo last change (move to elmo-msgdb-unset-flag).
3072         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
3073         flag is unset.
3074
3075 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3076
3077         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
3078         read flag is set.
3079         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
3080         (elmo-msgdb-unset-flag): Ditto.
3081
3082 2003-11-05  Andreas Fuchs <asf@boinkor.net>
3083
3084         * elmo-split.el (elmo-split): Return split message count.
3085
3086 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3087
3088         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
3089         is nil.
3090
3091 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * elmo.el (elmo-folder-unflag-important): Call
3094         `elmo-global-flag-detach' with 4th argument delete-if-none that is
3095         a symbol `always'.
3096
3097         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
3098         before unset flag.
3099         (elmo-global-flag-detach): Delete the message from flag folder, if
3100         `delete-if-none' is a symbol `always'.
3101
3102 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3105         `elmo-spam-spamfilter-decode-buffer'.
3106         (elsp-spamfilter-register-buffer-internal): New internal function.
3107         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3108         (elmo-spam-register-spam-buffer): Ditto.
3109         (elmo-spam-register-good-buffer): Ditto.
3110
3111         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3112         change.
3113         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3114         (elmo-spam-register-spam-buffer): Follow the API change.
3115         (elmo-spam-register-good-buffer): Ditto.
3116
3117         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3118         (elmo-split-spam-p): Added argument plist; Call
3119         `elmo-spam-buffer-spam-p' with new argument register.
3120
3121         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3122         `register'.
3123         (elmo-spam-message-spam-p): Ditto.
3124         (elmo-spam-register-spam-buffer): Added optional argument
3125         `restore'.
3126         (elmo-spam-register-good-buffer): Ditto.
3127         (elmo-spam-register-spam-messages): Ditto.
3128         (elmo-spam-register-good-messages): Ditto.
3129
3130 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3133         register into good corpus.
3134         (elmo-spam-register-good-buffer): Fixed to register into bad
3135         corpus.
3136
3137 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3138
3139         * elmo-version.el (elmo-version): Up to 2.11.20.
3140
3141         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3142         change.
3143
3144         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3145         flag without depending on \Recent flag.
3146
3147 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3150         (elmo-spam-modified-p): Defined.
3151         (elmo-spam-save-status): Set `modified' slot to nil.
3152         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3153         (elmo-spam-register-good-buffer): Ditto.
3154
3155         * elmo-spam.el (elmo-spam-modified-p): New API.
3156
3157 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3158
3159         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3160         duplicate definition.
3161
3162         * elmo-util.el (elmo-unfold-field-body): New function.
3163         (elmo-msgdb-get-message-id-from-buffer): Use it.
3164
3165         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3166         Fixed the last change; Use elmo-unfold-field-body.
3167
3168 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3169
3170         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3171         Unfold date value.
3172
3173 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * elmo-spam.el (elmo-spam-save-status): New API.
3176
3177         * elsp-spamfilter.el: New file.
3178
3179 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3180
3181         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3182
3183 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184
3185         * elmo-split.el (elmo-split-spam-p): New function.
3186
3187         * elmo-spam.el: New file.
3188
3189         * elsp-bogofilter.el: Ditto.
3190
3191 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3192
3193         * elmo.el (elmo-folder-next-message-number): New API.
3194         (elmo-folder-next-message-number): Define.
3195         (elmo-message-field): Don't check folder length.
3196
3197         * elmo-net.el (elmo-folder-next-message-number): Define.
3198         (elmo-folder-next-message-number-unplugged): Define.
3199
3200         * elmo-map.el (elmo-folder-next-message-number): Define.
3201         (elmo-folder-delete-messages): Clear hash value.
3202
3203         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3204
3205         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3206         (elmo-folder-delete-messages-dop-delayed): Always return t.
3207
3208         * elmo-version.el (elmo-version): Up to 2.11.19.
3209
3210 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3213         change.
3214
3215         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3216         identical cons cell into the mark-alist and the hash table.
3217
3218 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3219
3220         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3221         elmo-folder-list-messages with argument `visible-only' as t.
3222
3223         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3224         (elmo-folder-msgdb-create): Check the target folder.
3225
3226 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3227
3228         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3229         `permanentflag' instead of `flags'.
3230         (elmo-folder-open): Ditto.
3231         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3232         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3233         (elmo-folder-use-flag-p): Always return t.
3234         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3235         `permanentflags' does not exist.
3236         (elmo-folder-open): Ditto.
3237
3238 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3241         is nil.
3242         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3243
3244         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3245         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3246         response.
3247         (elmo-folder-open): Ditto.
3248         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3249         slot of the session includes the flag.
3250         (elmo-imap4-session-flag-available-p): New function.
3251         (elmo-imap4-folder-list-flagged): Ditto.
3252         (elmo-folder-list-unreads-plugged): Use it.
3253         (elmo-folder-list-importants-plugged): Ditto.
3254         (elmo-folder-list-answereds-plugged): Ditto.
3255         (elmo-imap4-search-internal-primitive): Ditto.
3256         (elmo-imap4-folder-list-any-plugged,
3257         elmo-imap4-folder-list-digest-plugged): Abolish.
3258
3259         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3260         if numbers is nil.
3261
3262 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3263
3264         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3265
3266 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * elmo-util.el (elmo-get-hash-val): Simplify.
3269         (elmo-set-hash-val): Rewrite.
3270
3271 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * elmo.el (elmo-folder-list-messages): Append killed messages into
3274         result if `visible-only' is nil and `in-msgdb' is non-nil.
3275
3276         * elmo-util.el (elmo-uniq-list): Added optional argument
3277         `delete-function'.
3278
3279         * modb.el (elmo-msgdb-flag-count): New API.
3280
3281         * modb-standard.el (modb-standard): Added slot flag-count.
3282         (modb-standard-countup-flags): New function.
3283         (modb-standard-load-flag): Call it.
3284         (elmo-msgdb-append): Ditto.
3285         (elmo-msgdb-clear): Clear slot flag-count.
3286         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3287         (elmo-msgdb-unset-flag): Treat `all' flag and call
3288         modb-standard-countup-flags.
3289         (elmo-msgdb-flag-count): Define.
3290         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3291         (elmo-msgdb-delete-messages): Ditto.
3292
3293         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3294         (elmo-msgdb-flag-count): Define.
3295
3296         * elmo.el (elmo-folder-list-messages): Undo last change.
3297         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3298         (elmo-folder-kill-messages): Unset all flags to numbers.
3299
3300         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3301         elmo-folder-kill-messages.
3302
3303         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3304         (elmo-nntp-folder-delete-messages): Abolish.
3305
3306         * elmo-version.el (elmo-version): Up to 2.11.18.
3307
3308 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3309
3310         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3311         (elmo-folder-kill-messages-range): New function.
3312         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3313         instead of elmo-folder-kill-messages-before.
3314
3315 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3316
3317         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3318         elmo-imap4-current-msgdb to decide entity handler.
3319
3320 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3323
3324         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3325         inline function.
3326         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3327         (elmo-msgdb-overview-entity-set-number,
3328         elmo-msgdb-overview-entity-get-references,
3329         elmo-msgdb-overview-entity-set-references,
3330         elmo-msgdb-overview-entity-get-from-no-decode,
3331         elmo-msgdb-overview-entity-get-from,
3332         elmo-msgdb-overview-entity-set-from,
3333         elmo-msgdb-overview-entity-get-subject,
3334         elmo-msgdb-overview-entity-get-subject-no-decode,
3335         elmo-msgdb-overview-entity-set-subject,
3336         elmo-msgdb-overview-entity-get-date,
3337         elmo-msgdb-overview-entity-set-date,
3338         elmo-msgdb-overview-entity-get-to,
3339         elmo-msgdb-overview-entity-get-cc,
3340         elmo-msgdb-overview-entity-get-size,
3341         elmo-msgdb-overview-entity-set-size,
3342         elmo-msgdb-overview-entity-get-extra,
3343         elmo-msgdb-overview-entity-set-extra,
3344         elmo-msgdb-overview-entity-get-extra-field,
3345         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3346         (elmo-msgdb-make-index): Use
3347         `elmo-msgdb-overview-entity-get-number-internal'.
3348         (elmo-msgdb-clear-index): Ditto.
3349         (elmo-msgdb-append-entity): Ditto;
3350         Use `elmo-msgdb-overview-entity-get-id-internal'.
3351
3352         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3353         elmo-msgdb-overview-entity-set-number,
3354         elmo-msgdb-overview-entity-get-references,
3355         elmo-msgdb-overview-entity-set-references,
3356         elmo-msgdb-overview-entity-get-from-no-decode,
3357         elmo-msgdb-overview-entity-get-from,
3358         elmo-msgdb-overview-entity-set-from,
3359         elmo-msgdb-overview-entity-get-subject,
3360         elmo-msgdb-overview-entity-get-subject-no-decode,
3361         elmo-msgdb-overview-entity-set-subject,
3362         elmo-msgdb-overview-entity-get-date,
3363         elmo-msgdb-overview-entity-set-date,
3364         elmo-msgdb-overview-entity-get-to,
3365         elmo-msgdb-overview-entity-get-cc,
3366         elmo-msgdb-overview-entity-get-size,
3367         elmo-msgdb-overview-entity-set-size,
3368         elmo-msgdb-overview-entity-get-extra,
3369         elmo-msgdb-overview-entity-set-extra,
3370         elmo-msgdb-overview-entity-get-extra-field,
3371         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3372         and rewrote for backward compatibility.
3373
3374 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3375
3376         * elmo.el (elmo-message-entity-number,
3377         elmo-message-entity-set-number,
3378         elmo-message-entity-field,
3379         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3380
3381         * elmo-msgdb.el (elmo-message-entity-number,
3382         elmo-message-entity-set-number,
3383         elmo-message-entity-field,
3384         elmo-message-entity-set-field): Moved from elmo.el.
3385
3386 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * elmo.el (toplevel): Changed definition orders.
3389
3390 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3391
3392         * modb.el (elmo-msgdb-search): New API .
3393         (elmo-msgdb-match-condition): Ditto.
3394
3395         * modb-standard.el (elmo-msgdb-search): Define.
3396
3397         * modb-legacy.el (elmo-msgdb-search): Ditto.
3398
3399         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3400         from elmo-msgdb-match-condition-internal.
3401
3402         * elmo.el (elmo-folder-search-fast): Abolish.
3403         (elmo-folder-search): Use elmo-msgdb-search and
3404         elmo-with-progress-display.
3405
3406         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3407         as msgdb API.
3408
3409         * elmo.el (elmo-folder): Remove slot message-modified and
3410         flag-modified.
3411         (elmo-folder-set-message-modified): Abolish.
3412         (elmo-generic-folder-commit): Follow the change above.
3413         (elmo-folder-synchronize): Ditto.
3414
3415         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3416
3417         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3418
3419         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3420
3421 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * modb-standard.el (modb-standard-make-message-entity,
3424         elmo-msgdb-make-message-entity,
3425         elmo-msgdb-create-message-entity-from-buffer,
3426         elmo-msgdb-message-entity-number,
3427         elmo-msgdb-message-entity-set-number,
3428         elmo-msgdb-message-entity-field,
3429         elmo-msgdb-message-entity-set-field,
3430         elmo-msgdb-copy-message-entity,
3431         elmo-msgdb-match-condition-internal): Remove.
3432
3433         * modb-entity.el: New file (again).
3434
3435         * modb.el (toplevel): Require modb-entity.
3436         (elmo-msgdb-message-entity-handler): New method.
3437
3438         * modb-standard.el (modb-standard-entity-id): Use
3439         elmo-message-entity-handler.
3440         (modb-standard-load-entity): Ditto.
3441         (elmo-msgdb-append-entity): Ditto.
3442         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3443
3444         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3445         elmo-msgdb-decoded-cache-hashtb,
3446         (modb-legacy-make-message-entity,
3447         elmo-msgdb-make-message-entity,
3448         elmo-msgdb-create-message-entity-from-buffer,
3449         elmo-msgdb-message-entity-number,
3450         elmo-msgdb-message-entity-set-number,
3451         elmo-msgdb-message-entity-field,
3452         elmo-msgdb-message-entity-set-field,
3453         elmo-msgdb-copy-message-entity,
3454         elmo-msgdb-match-condition-internal,
3455         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3456
3457         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3458         (elmo-message-entity-set-number): Ditto.
3459         (elmo-message-entity-field): Ditto.
3460         (elmo-message-entity-set-field): Ditto.
3461
3462         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3463
3464         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3465
3466         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3467
3468         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3469         (elmo-nntp-msgdb-create-message): Ditto.
3470
3471         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3472         (elmo-folder-msgdb-create): Add unread flag.
3473
3474         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3475
3476         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3477
3478         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3479
3480         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3481
3482         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3483         elmo-msgdb-messge-entity-handler.
3484         * elmo-version.el (elmo-version): Up to 2.11.17.
3485
3486 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3487
3488         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3489         change.
3490
3491 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3492
3493         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3494
3495         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3496         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3497         (elmo-msgdb-flag-table): Ditto.
3498         (elmo-msgdb-sort-by-date): Ditto.
3499
3500         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3501
3502         * modb-standard.el (toplevel): Require mime.
3503         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3504         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3505         elmo-msgdb-message-entity-number.
3506         (elmo-msgdb-append-entity): Ditto.
3507         (elmo-msgdb-create-message-entity-from-file): Remove.
3508         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3509         corresponds to the entity.
3510         (elmo-msgdb-message-entity-number): Do nothing currently.
3511         (elmo-msgdb-message-entity-field): Ditto.
3512         (elmo-msgdb-message-entity-set-field): Ditto.
3513         (elmo-msgdb-copy-message-entity): Ditto.
3514         (elmo-msgdb-match-condition-internal): Ditto.
3515
3516         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3517         elmo-util.el.
3518         (elmo-msgdb-create-message-entity-from-file): Remove.
3519
3520         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3521         modb-legacy.el.
3522         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3523
3524         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3525
3526 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3529         (elmo-msgdb-message-entity-field): Ditto.
3530         (elmo-msgdb-message-entity-number): Ditto.
3531
3532 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3533
3534         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3535         Fixed how to set extra field into entity.
3536         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3537         symbol.
3538
3539         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3540         Fixed how to set extra field into entity.
3541         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3542         symbol.
3543
3544 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * modb.el (elmo-message-entity-db): New function.
3547         (elmo-msgdb-make-message-entity): New API.
3548         (elmo-msgdb-message-entity-number): Ditto.
3549         (elmo-msgdb-message-entity-set-number): Ditto.
3550         (elmo-msgdb-message-entity-field): Ditto.
3551         (elmo-msgdb-message-entity-set-field): Ditto.
3552         (elmo-msgdb-copy-message-entity): Ditto.
3553         (elmo-msgdb-create-message-entity-from-file): Ditto.
3554         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3555         (elmo-msgdb-match-condition-internal): Ditto.
3556
3557         * modb-standard.el (modb-legacy): Require modb-legacy.
3558         (modb-standard-make-message-entity): New inline function.
3559         (elmo-msgdb-make-message-entity): Define.
3560         (elmo-msgdb-create-message-entity-from-file): Ditto.
3561         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3562         (elmo-msgdb-message-entity-field): Ditto.
3563         (elmo-msgdb-message-entity-set-field): Ditto.
3564         (elmo-msgdb-copy-message-entity): Ditto.
3565         (elmo-msgdb-match-condition-internal): Ditto.
3566
3567         * modb-legacy.el: Don't require modb-entity.
3568         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3569         (elmo-msgdb-match-condition-primitive): Ditto.
3570         (elmo-msgdb-get-decoded-cache): Ditto.
3571         (elmo-msgdb-overview-entity-get-id): Ditto.
3572         (elmo-msgdb-overview-entity-get-number): Ditto.
3573         (elmo-msgdb-overview-entity-set-number): Ditto.
3574         (elmo-msgdb-overview-entity-get-references): Ditto.
3575         (elmo-msgdb-overview-entity-set-references): Ditto.
3576         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3577         (elmo-msgdb-overview-entity-get-from): Ditto.
3578         (elmo-msgdb-overview-entity-set-from): Ditto.
3579         (elmo-msgdb-overview-entity-get-subject): Ditto.
3580         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3581         (elmo-msgdb-overview-entity-set-subject): Ditto.
3582         (elmo-msgdb-overview-entity-get-date): Ditto.
3583         (elmo-msgdb-overview-entity-set-date): Ditto.
3584         (elmo-msgdb-overview-entity-get-to): Ditto.
3585         (elmo-msgdb-overview-entity-get-cc): Ditto.
3586         (elmo-msgdb-overview-entity-get-size): Ditto.
3587         (elmo-msgdb-overview-entity-set-size): Ditto.
3588         (elmo-msgdb-overview-entity-get-extra): Ditto.
3589         (elmo-msgdb-overview-entity-set-extra): Ditto.
3590         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3591         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3592         (elmo-msgdb-number-load): Ditto.
3593         (elmo-msgdb-overview-load): Ditto.
3594         (elmo-msgdb-mark-load): Ditto.
3595         (elmo-msgdb-number-save): Ditto.
3596         (elmo-msgdb-mark-save): Ditto.
3597         (elmo-msgdb-overview-save): Ditto.
3598         (modb-legacy-make-message-entity): New inline function.
3599         (elmo-msgdb-insert-file-header): Ditto.
3600         (elmo-msgdb-make-message-entity): Define.
3601         (elmo-msgdb-create-message-entity-from-file): Ditto.
3602         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3603         (elmo-msgdb-message-entity-number): Ditto.
3604         (elmo-msgdb-message-entity-set-number): Ditto.
3605         (elmo-msgdb-message-entity-field): Ditto.
3606         (elmo-msgdb-message-entity-set-field): Ditto.
3607         (elmo-msgdb-copy-message-entity): Ditto.
3608         (elmo-msgdb-match-condition-internal): Ditto.
3609
3610         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3611         (elmo-message-copy-entity): Rewrite.
3612         (elmo-message-entity-number): Ditto.
3613         (elmo-message-entity-set-number): Ditto.
3614         (elmo-message-entity-field): Use elmo-message-entity-db.
3615         (elmo-message-entity-set-field): Ditto.
3616         (elmo-message-field): Rewrite.
3617
3618         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3619         elmo-msgdb.el
3620         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3621
3622         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3623         elmo-message-entity-field.
3624         (elmo-shimbun-folder-shimbun-header): Ditto.
3625         (elmo-shimbun-entity-to-header): Ditto.
3626         (elmo-folder-msgdb-create): Ditto.
3627         (elmo-shimbun-msgdb-create-entity): Ditto;
3628         Use elmo-msgdb-create-message-entity-from-buffer.
3629         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3630         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3631
3632         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3633         elmo-msgdb-create-message-entity-from-file and 
3634         elmo-message-entity-field.
3635
3636         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3637         elmo-message-entity-number.
3638         (elmo-pop3-msgdb-create-message): Use
3639         elmo-msgdb-create-message-entity-from-buffer,
3640         elmo-message-entity-set-field, elmo-message-entity-number and
3641         elmo-message-entity-set-number.
3642
3643         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3644         the API change in elmo-msgdb-make-message-entity.
3645         (elmo-nntp-msgdb-create-message): Use
3646         elmo-msgdb-create-message-entity-from-buffer.
3647
3648         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3649         elmo-message-entity-field and
3650         elmo-msgdb-create-message-entity-from-file.
3651
3652         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3653         (elmo-msgdb-get-field): Abolish.
3654         (elmo-msgdb-get-number): Rewrite.
3655         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3656         (elmo-msgdb-flag-table): Ditto.
3657         (elmo-msgdb-get-last-message-id,
3658         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3659         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3660         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3661         (elmo-msgdb-create-overview-from-buffer,
3662         elmo-msgdb-overview-get-parent-entity): Abolish.
3663
3664         * elmo-mime.el (elmo-mime-display-as-is): Use
3665         elmo-message-entity-field.
3666
3667         * elmo-map.el (elmo-folder-pack-numbers): Use
3668         elmo-message-entity-set-number.
3669
3670         * elmo-maildir.el (elmo-folder-msgdb-create): 
3671         elmo-msgdb-create-message-entity-from-file instead of
3672         elmo-msgdb-create-overview-entity-from-file.
3673
3674         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3675         msgdb.
3676         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3677         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3678
3679         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3680         elmo-messge-entity-field and elmo-message-entity-number.
3681         (elmo-imap4-fetch-callback-1): Call
3682         elmo-msgdb-create-message-entity-from-buffer instead of
3683         elmo-msgdb-create-overview-from-buffer. 
3684         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3685         (elmo-find-fetch-strategy): Likewise.
3686
3687         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3688         elmo-localdir-msgdb-create-entity with argument msgdb.
3689
3690         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3691         and elmo-message-entity-set-number.
3692
3693         * elmo-cache.el (elmo-folder-msgdb-create): Use
3694         elmo-message-entity-field.
3695         (elmo-folder-msgdb-create): Call
3696         elmo-msgdb-create-message-entity-from-file instead of
3697         elmo-msgdb-create-overview-entity-from-file.
3698
3699         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3700         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3701         instead of elmo-msgdb-create-overview-from-buffer.
3702         (elmo-archive-msgdb-create-entity): Ditto.
3703         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3704         elmo-message-entity-field.
3705         (elmo-archive-parse-mmdf): Ditto.
3706
3707         * modb-entity.el: Removed.
3708
3709         * elmo-version.el (elmo-version): Up to 2.11.16.
3710
3711 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3712
3713         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3714         `is-local'.
3715         (elmo-folder-flag-as-answered): Ditto.
3716
3717 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3718
3719         * modb-standard.el: New file.
3720
3721         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3722         elmo-msgdb-convert-type is `sync'.
3723
3724         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3725         (elmo-msgdb-convert-type): New user option.
3726
3727         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3728         (elmo-load-msgdb): Auto detect saved type.
3729
3730         * elmo-version.el (elmo-version): Up to 2.11.15.
3731
3732 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3733
3734         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3735
3736         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3737         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3738         with argument `delete-if-none' when dst-folder is 'null.
3739
3740         * elmo-flag.el (elmo-folder-append-messages): Defined.
3741         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3742
3743 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3744
3745         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3746
3747 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3748
3749         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3750         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3751         (elmo-folder-commit): Ditto.
3752
3753 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * elmo-flag.el: New file.
3756
3757         * elmo-mark.el: Removed.
3758
3759         * modb-legacy.el (modb-legacy-new-mark,
3760         modb-legacy-unread-uncached-mark,
3761         modb-legacy-unread-cached-mark,
3762         modb-legacy-read-uncached-mark,
3763         modb-legacy-answered-cached-mark,
3764         modb-legacy-answered-uncached-mark,
3765         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3766         All other related portions are changed.
3767
3768         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3769         (elmo-folder-list-messages-with-global-mark): Abolish.
3770         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3771         (elmo-folder-flag-as-important): Ditto.
3772         (elmo-folder-unflag-read): Ditto.
3773         (elmo-folder-flag-as-read): Ditto.
3774         (elmo-folder-unflag-answered): Ditto.
3775         (elmo-folder-flag-as-answered): Ditto.
3776         (elmo-message-encache): Return the cache path.
3777         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3778         (elmo-message-set-flag): Transitional implementation.
3779         (elmo-message-unset-flag): Ditto.
3780         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3781         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3782         (elmo-init): Call elmo-global-flag-initialize.
3783         (toplevel): Added autoload settings for elmo-flag.
3784
3785         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3786
3787         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3788         (elmo-file-cache-delete): Don't treat global-mark.
3789
3790         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3791
3792         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3793
3794         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3795         `elmo-global-flags-set'.
3796
3797         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3798         `flag'.
3799         (elmo-folder-unflag-read): Ditto.
3800         (elmo-folder-unflag-important): Ditto.
3801         (elmo-folder-flag-as-important): Ditto.
3802         (elmo-folder-unflag-answered): Ditto.
3803         (elmo-folder-flag-as-answered): Ditto.
3804
3805         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3806         `elmo-global-flags-set'.
3807         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3808
3809         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3810
3811         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3812         `flag'.
3813         (elmo-folder-flag-as-important): Ditto.
3814         (elmo-folder-unflag-important): Ditto.
3815         (elmo-folder-flag-as-important): Ditto.
3816         (elmo-folder-unflag-read): Ditto.
3817         (elmo-folder-flag-as-read): Ditto.
3818         (elmo-folder-unflag-answered): Ditto.
3819         (elmo-folder-flag-as-answered): Ditto.
3820
3821         * elmo-multi.el (elmo-folder-list-importants): Don't call
3822         elmo-folder-list-messages-with-global-mark.
3823         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3824         (elmo-folder-unflag-important): Ditto.
3825         (elmo-folder-flag-as-read): Ditto.
3826         (elmo-folder-unflag-read): Ditto.
3827         (elmo-folder-flag-as-answered): Ditto.
3828         (elmo-folder-unflag-answered): Ditto.
3829
3830         * elmo-msgdb.el (elmo-msgdb-new-mark,
3831         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3832         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3833         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3834         (Moved to modb-legacy.el).
3835         (elmo-flag-table-get): Treat important flag too.
3836
3837         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3838         `mark' to `flag'.
3839         (elmo-map-folder-flag-as-important): Ditto.
3840         (elmo-map-folder-unflag-read): Ditto.
3841         (elmo-map-folder-flag-as-read): Ditto.
3842         (elmo-map-folder-unflag-answered): Ditto.
3843         (elmo-map-folder-flag-as-answered): Ditto.
3844         (elmo-folder-unflag-important): Ditto.
3845         (elmo-folder-flag-as-important): Ditto.
3846         (elmo-folder-unflag-read): Ditto.
3847         (elmo-folder-flag-as-read): Ditto.
3848         (elmo-folder-unflag-answered): Ditto.
3849         (elmo-folder-flag-as-answered): Ditto.
3850
3851         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3852         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3853         `flag'.
3854         (elmo-map-folder-unflag-important): Ditto.
3855         (elmo-map-folder-flag-as-read): Ditto.
3856         (elmo-map-folder-unflag-read): Ditto.
3857         (elmo-map-folder-flag-as-answered): Ditto.
3858         (elmo-map-folder-unflag-answered): Ditto.
3859
3860         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3861         `elmo-global-flags-set'.
3862         (elmo-global-flags-set): Added autoload setting.
3863
3864         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3865         `flag'.
3866
3867         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3868         `elmo-msgdb-global-mark-set'.
3869         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3870         Call `elmo-global-flags-set'.
3871         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3872         `flag'.
3873         (elmo-folder-flag-as-important-plugged): Ditto.
3874         (elmo-folder-unflag-read-plugged): Ditto.
3875         (elmo-folder-flag-as-read-plugged): Ditto.
3876         (elmo-folder-unflag-answered-plugged): Ditto.
3877         (elmo-folder-flag-as-answered-plugged): Ditto.
3878         (elmo-global-flags-set): Added autoload setting.
3879
3880         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3881         `flag'.
3882         (elmo-folder-unflag-read): Ditto.
3883         (elmo-folder-flag-as-important): Ditto.
3884         (elmo-folder-unflag-important): Ditto.
3885         (elmo-folder-flag-as-answered): Ditto.
3886         (elmo-folder-unflag-answered): Ditto.
3887
3888         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3889         change of `mark'->`flag'.
3890         (elmo-dop-queue-method-name-alist): Ditto.
3891         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3892         (elmo-folder-unflag-read-dop): Ditto.
3893         (elmo-folder-flag-as-important-dop): Ditto.
3894         (elmo-folder-unflag-important-dop): Ditto.
3895         (elmo-folder-flag-as-answered-dop): Ditto.
3896         (elmo-folder-unflag-answered-dop): Ditto.
3897
3898         * elmo-cache.el (elmo-folder-msgdb-create): Call
3899         `elmo-global-flags-set'.
3900
3901         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3902         Call `elmo-global-flags-set'.
3903         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3904         elmo-archive-parse-mmdf with argument `folder'.
3905         (elmo-archive-parse-mmdf): Added argument `folder';
3906         Call `elmo-global-flags-set'.
3907
3908         * elmo-version.el (elmo-version): Up to 2.11.14.
3909
3910 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3911
3912         * modb.el (elmo-msgdb-length): Define.
3913
3914         * elmo.el (elmo-make-folder): Fixed.
3915         (elmo-generic-folder-append-messages): Follow the API change.
3916
3917         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3918         API change.
3919
3920 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3921
3922         * modb.el: New file.
3923
3924         * modb-entity.el: Ditto.
3925
3926         * modb-legacy.el: Ditto.
3927
3928         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3929         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3930         of `elmo-msgdb-overview-get-entity'.
3931         (elmo-msgdb-get-field): Ditto.
3932         (elmo-msgdb-merge): Moved to `elmo.el'.
3933         (elmo-msgdb-length): Removed; redefine as modb method.
3934         (elmo-msgdb-change-mark): Abolish.
3935         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3936         (elmo-msgdb-match-condition): Don't use mark.
3937         (elmo-msgdb-overview-get-entity): Abolish.
3938         Split modb part into `modb*.el'.
3939
3940         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3941
3942         * elmo-shimbun.el (shimbun-mua-search-id): Use
3943         `elmo-msgdb-message-entity' instead of
3944         `elmo-msgdb-overview-get-entity'.
3945         (elmo-shimbun-folder-shimbun-header): Ditto.
3946         (elmo-shimbun-get-headers): Ditto.
3947         (elmo-shimbun-update-overview): Ditto.
3948
3949         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3950
3951         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3952
3953         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3954         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3955
3956         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3957         `elmo-msgdb-mark-to-flags'.
3958
3959         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3960         `elmo-msgdb-set-path'.
3961
3962         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3963  
3964         * elmo-version.el (elmo-version): Up to 2.11.13.
3965
3966         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3967
3968         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3969         of mark.
3970
3971 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3972
3973         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3974         mismatch.
3975
3976 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3977
3978         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3979         instead of `elmo-msgdb-get-cached'.
3980         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3981
3982         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3983         (elmo-msgdb-set-cached): Ditto.
3984         (elmo-msgdb-set-flag): Rewrite.
3985         (elmo-msgdb-unset-flag): Ditto.
3986
3987         * elmo-msgdb.el: Rewrite with luna.
3988
3989         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3990         (elmo-folder-msgdb): Follow the change above.
3991         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3992         (elmo-folder-unmark-important): Follow the API change.
3993         (elmo-folder-mark-as-important): Ditto.
3994         (elmo-folder-unmark-read): Ditto.
3995         (elmo-folder-mark-as-read): Ditto.
3996         (elmo-folder-unmark-answered): Ditto.
3997         (elmo-folder-mark-as-answered): Ditto.
3998         (elmo-folder-clear): Likewise.
3999
4000         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
4001         instead of `elmo-msgdb-load' (renamed).
4002
4003         * elmo-version.el (elmo-version): Up to 2.11.12.
4004
4005 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4006
4007         * elmo.el (elmo-generic-folder-append-messages): Follow the API
4008         change.
4009         (elmo-message-mark): Abolish.
4010         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
4011         instead of `elmo-msgdb-change-mark'.
4012
4013         * elmo-pipe.el (elmo-message-mark): Abolish.
4014
4015         * elmo-multi.el (elmo-message-mark): Ditto.
4016
4017         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
4018         (elmo-msgdb-unread-uncached-mark): Ditto.
4019         (elmo-msgdb-unread-cached-mark): Ditto.
4020         (elmo-msgdb-read-uncached-mark): Ditto.
4021         (elmo-msgdb-answered-cached-mark): Ditto.
4022         (elmo-msgdb-answered-uncached-mark): Ditto.
4023         (elmo-msgdb-important-mark): Ditto.
4024         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
4025         `use-cache'.
4026         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
4027         `flags'.
4028         (elmo-flag-table-load): Changed flag to list of flag.
4029         (elmo-flag-table-set): If flags is nil, set read flag.
4030         (elmo-flag-table-get): Return derived flags from global mark,
4031         cache status and saved flags.
4032         (elmo-msgdb-flag-table): Follow the change above.
4033         (elmo-msgdb-out-of-date-messages): New function.
4034
4035         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
4036
4037         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4038
4039         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
4040
4041         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4042         (elmo-nntp-msgdb-create-message): Ditto.
4043
4044         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4045
4046         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
4047         independent.
4048         (elmo-folder-msgdb-create): Follow the API change.
4049
4050         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4051         (elmo-folder-append-messages): Ditto.
4052
4053         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4054         (elmo-folder-append-buffer): Ditto.
4055
4056         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4057
4058         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4059
4060         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4061         (elmo-archive-parse-mmdf): Ditto.
4062
4063         * elmo-version.el (elmo-version): Up to 2.11.11.
4064
4065 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4066
4067         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
4068         `elmo-msgdb-mark'.
4069
4070         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
4071
4072         * elmo-pipe.el (elmo-message-flags): Defined.
4073
4074         * elmo-multi.el (elmo-message-flags): Ditto.
4075
4076 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4077
4078         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
4079         `elmo-msgdb-delete-msgs'.
4080
4081         * elmo.el (elmo-folder-count-flags): Don't use
4082         `elmo-msgdb-get-mark-alist'.
4083         (elmo-folder-detach-messages): Follow the API change.
4084
4085         * elmo.el (elmo-folder-list-messages): Append killed messages into
4086         result if `visible-only' is nil.
4087
4088         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
4089         canceled messages.
4090         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
4091         (elmo-folder-update-number): Likewise.
4092
4093         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
4094         (elmo-pop3-sort-msgdb-by-original-number): Use
4095         `elmo-msgdb-sort-entities'.
4096
4097         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
4098         (elmo-msgdb-sort-by-date): Use it.
4099         (elmo-msgdb-overview-sort-by-date): Abolish.
4100
4101         * elmo-dop.el (elmo-folder-status-dop): Fixed.
4102
4103         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
4104         (elmo-msgdb-flags): New function.
4105         (elmo-msgdb-merge): Use elmo-msgdb-append.
4106
4107         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4108         change.
4109
4110         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4111
4112         * elmo-dop.el (elmo-folder-status-dop): Use
4113         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4114
4115 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4116
4117         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4118
4119         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4120
4121         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4122
4123         * elmo-util.el (elmo-with-progress-display): New macro.
4124
4125         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4126
4127 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4128
4129         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4130         `elmo-folder-list-message-entities' instead of
4131         `elmo-msgdb-get-overview'.
4132         (elmo-map-folder-list-message-locations): Ditto.
4133
4134         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4135         methods instead of treat directly).
4136         (elmo-msgdb-clear): Ditto.
4137         (elmo-msgdb-delete-msgs): Ditto.
4138         (elmo-msgdb-sort-by-date): Ditto.
4139
4140         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4141         local variables.
4142         (elmo-nntp-folder-msgdb-create): Follow the API change.
4143
4144         * elmo-version.el (elmo-version): Up to 2.11.10.
4145
4146 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4147
4148         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4149         (elmo-msgdb-flags-to-mark): Ditto.
4150         (elmo-msgdb-append-entity): Ditto.
4151
4152         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4153         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4154         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4155         (elmo-archive-parse-mmdf): Ditto.
4156
4157         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4158
4159         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4160
4161         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4162
4163         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4164
4165         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4166
4167         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4168
4169         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4170
4171         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4172
4173         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4174         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4175         to empty msgdb.
4176
4177         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4178         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4179         instead of directly construction.
4180         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4181         instead of construct msgdb.
4182
4183         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4184         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4185         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4186         instead of construct msgdb.
4187
4188 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4189
4190         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4191         when field is from or subject.
4192
4193 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * elmo-multi.el (elmo-message-entity-parent): Define.
4196         (elmo-folder-search): Rewrite.
4197
4198 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4199
4200         * elmo-multi.el (elmo-message-cached-p): Define.
4201
4202         * elmo.el (elmo-message-cached-p): New method.
4203         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4204         (elmo-message-flags): New method.
4205         (elmo-message-flagged-p): New function.
4206
4207         * elmo-version.el (elmo-version): Up to 2.11.9.
4208
4209 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4210
4211         * elmo-version.el (elmo-version): Up to 2.11.8.
4212
4213         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4214
4215         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4216
4217 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4218
4219         * elmo.el (elmo-folder-detach-messages): Undo last change.
4220
4221 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4222
4223         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4224
4225         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4226         only when src folder type is pop3.
4227
4228 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4231         elmo-msgdb-overview-entity-get-number instead of
4232         elmo-message-entity-number.
4233
4234 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4235
4236         * elmo-version.el (elmo-version): Up to 2.11.7.
4237
4238 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4241         function.
4242
4243         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4244         (elmo-msgdb-merge): New function.
4245         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4246         (elmo-msgdb-make-index): Rewrite.
4247
4248         * elmo-version.el (elmo-version): Up to 2.11.6.
4249
4250         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4251         use it as a the path for loading message entities.
4252
4253         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4254
4255 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4256
4257         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4258         message-modified slot of itself if it does not require target msgdb.
4259
4260         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4261         if folder length is zero.
4262         (elmo-mime-display-as-is): Ditto.
4263
4264         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4265
4266         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4267
4268 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4269
4270         * elmo.el (elmo-folder-set-message-modified): New method.
4271         (elmo-generic-folder-commit): Use it.
4272         (elmo-folder-synchronize): Ditto.
4273
4274         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4275         (elmo-folder-commit): Remove duplicate definition.
4276
4277 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4278
4279         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4280
4281 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4282
4283         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4284         (elmo-strict-folder-diff): Ditto.
4285         (elmo-folder-set-info-max-by-numdb): Simplify.
4286
4287         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4288         elmo-msgdb-list-messages.
4289
4290         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4291         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4292
4293 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4294
4295         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4296         visible-only is non-nil.
4297         (elmo-folder-confirm-appends): Changed message.
4298         (elmo-folder-synchronize): Added argument disable-killed.
4299
4300         * elmo-multi.el (elmo-folder-synchronize): Added argument
4301         disable-killed.
4302
4303         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4304
4305         * elmo-version.el (elmo-version): Up to 2.11.5.
4306
4307         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4308         elmo-list-filter.
4309
4310         * elmo-util.el (elmo-list-filter): Simplify.
4311
4312         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4313         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4314         (elmo-generic-folder-diff): Abolish argument.
4315         (elmo-msgdb-load): Don't use number-alist.
4316
4317         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4318
4319         * elmo-pipe.el (elmo-folder-diff): Ditto.
4320
4321         * elmo-nmz.el (elmo-folder-diff): Ditto.
4322
4323         * elmo-net.el (elmo-folder-diff): Ditto.
4324
4325         * elmo-maildir.el (elmo-folder-diff): Ditto.
4326
4327         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4328
4329         * elmo-multi.el (elmo-folder-diff): Ditto
4330         (elmo-multi-folder-diff): Rewrite.
4331
4332 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4333
4334         * elmo-pipe.el (elmo-folder-msgdb): Define.
4335
4336 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * elmo.el (elmo-message-set-cached): Define as a method.
4339
4340         * elmo-pipe.el (elmo-message-set-cached): Define.
4341         (elmo-find-fetch-strategy): Ditto.
4342
4343         * elmo-multi.el (elmo-message-set-cached): Define.
4344         (elmo-find-fetch-strategy): Rewrite.
4345
4346         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4347
4348         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4349
4350 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4351
4352         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4353         instead of number-alist.
4354
4355         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4356         mark nor message-id when msgdb of source folder is not loaded.
4357
4358         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4359
4360         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4361
4362 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4363
4364         * elmo.el (elmo-folder-length): Don't require msgdb.
4365
4366 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4367
4368         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4369         (elmo-message-field): Ditto.
4370
4371         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4372         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4373         slot.
4374         (elmo-map-folder-list-answereds): Define.
4375         (elmo-maildir-list-location): Treat 'R' info.
4376         (elmo-folder-msgdb-create): Treat flag-table.
4377         (elmo-folder-append-messages): Save flag-table.
4378
4379 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4380
4381         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4382         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4383
4384 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4385
4386         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4387
4388         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4389         'read when mark is null.
4390
4391 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * elmo-version.el (elmo-version): Up to 2.11.4.
4394
4395 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4396
4397         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4398         (elmo-folder-mark-as-answered): Ditto.
4399
4400 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4401
4402         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4403         (elmo-pop3-get-session): Make msgdb directory after session.
4404         (elmo-folder-exists-p): Check exactly at the first time even when the
4405         elmo-pop3-exists-exactly is nil.
4406
4407         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4408         (elmo-folder-list-messages): Define instead of
4409         elmo-folder-list-messages-internal.
4410         (elmo-folder-check): Check destination folder.
4411         (elmo-folder-synchronize): Drain the pipe.
4412
4413         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4414         when msgdb is not loaded.
4415
4416         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4417
4418         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4419         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4420         messages.
4421
4422         * elmo.el (elmo-folder-kill-messages-before): New function.
4423         (elmo-folder-kill-messages): Ditto.
4424         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4425
4426         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4427         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4428         killed not by synchronize (e.g. scoring).
4429
4430 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4431
4432         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4433         treated.
4434         (elmo-folder-search): Follow the change above.
4435
4436         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4437         into the candidates of search field.
4438
4439 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4440
4441         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4442         (elmo-msgdb-unset-flag): Ditto.
4443
4444         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4445
4446 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4449         (elmo-folder-commit): Define.
4450         (elmo-folder-synchronize): Ditto.
4451         (elmo-folder-list-flagged): Ditto.
4452         (elmo-folder-commit): Ditto.
4453         (elmo-folder-length): Ditto.
4454         (elmo-folder-count-flags): Ditto.
4455         (elmo-message-mark): Ditto.
4456         (elmo-message-field): Ditto.
4457         (elmo-message-entity): Ditto.
4458         (elmo-message-folder): Ditto.
4459
4460 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * elmo.el (elmo-message-field): Define as a method.
4463
4464         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4465         (elmo-message-field): Define.
4466
4467         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4468         (elmo-folder-list-importants): Ditto.
4469         (elmo-folder-list-answereds): Ditto.
4470
4471         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4472         qualifier.
4473         (elmo-folder-mark-as-read): Ditto.
4474         (elmo-folder-unmark-read): Ditto.
4475         (elmo-folder-mark-as-answered): Ditto.
4476         (elmo-folder-unmark-answered): Ditto.
4477         (elmo-folder-list-flagged): Define.
4478         (elmo-folder-commit): Ditto.
4479         (elmo-folder-length): Ditto.
4480         (elmo-folder-count-flags): Ditto.
4481
4482 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4483
4484         * elmo.el (elmo-folder-detach-messages): New method.
4485         (elmo-folder-move-messages): Use it.
4486         (elmo-folder-synchronize): Ditto.
4487
4488         * elmo-multi.el (elmo-folder-detach-messages): Define.
4489
4490         * elmo.el (elmo-message-copy-entity): New function.
4491         (elmo-message-entity-set-number): Ditto.
4492         (elmo-message-mark): Define as method.
4493
4494         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4495         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4496         (elmo-message-entity): Fixed last change.
4497         (elmo-message-mark): Define.
4498         (elmo-folder-msgdb-create): Abolish.
4499         (elmo-multi-folder-append-msgdb): Ditto.
4500         (elmo-multi-folder-diff): Fixed.
4501         (elmo-multi-split-number-alist): Removed.
4502         (elmo-multi-split-mark-alist): Removed.
4503         (elmo-folder-list-messages): Define.
4504         (elmo-folder-list-messages-internal): Removed.
4505
4506         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4507         local file messages.
4508         (elmo-folder-msgdb-create): Fixed read mark.
4509
4510 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4511
4512         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4513         if mark is nil.
4514
4515 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * elmo.el (elmo-folder-list-message-entities): Define as inline
4518         function.
4519         (elmo-folder-messages): Abolish.
4520
4521         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4522         folder.
4523         (elmo-folder-synchronize): Define.
4524         (elmo-message-entity): Define.
4525
4526 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4529         elmo-imap4-session-select-mailbox.
4530
4531         * elmo.el (elmo-folder-move-messages): Don't display any message.
4532
4533         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4534         parsing.
4535         (elmo-imap4-session-check): Don't wait CHECK response.
4536         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4537
4538 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4539
4540         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4541
4542 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4543
4544         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4545         API.
4546         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4547
4548
4549         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4550         (elmo-folder-list-message-entities): Added argument in-msgdb and
4551         numbers.
4552         (elmo-folder-synchronize): Define as a method.
4553
4554         * elmo-nntp.el (elmo-folder-initialize): Don't use
4555         elmo-nntp-default-user if zero-length username is specified
4556         explicitly.
4557
4558 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4559
4560         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4561         server name in case with username.
4562         (XXX: this is ad-hoc fix against username includes "@", it
4563         should be solved fundamentally)
4564
4565 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4566
4567         * elmo-nntp.el (elmo-nntp-debug): New function.
4568         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4569         (elmo-network-authenticate-session): Hide auth-info from the log.
4570
4571         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4572         user name if it is equal to elmo-nntp-default-user.
4573
4574 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4575
4576         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4577         instead of shimbun-server-internal;
4578         Use shimbun-current-group instead of shimbun-current-group-internal.
4579         (elmo-folder-plugged-p): Use shimbun-server instead of
4580         shimbun-server-internal.
4581         (elmo-folder-set-plugged): Ditto.
4582         (elmo-net-port-info): Ditto.
4583         (elmo-folder-check): Ditto.
4584         (elmo-folder-expand-msgdb-path): Ditto.
4585         (elmo-folder-list-subfolders): Ditto.
4586
4587 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4588
4589         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4590         Convert field-name to lower case.
4591         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4592
4593 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4594
4595         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4596         `message' and `error' take format string.
4597
4598 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4599
4600         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4601
4602 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4603
4604         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4605         recursive call (can't byte compile on emacs 20.7).
4606
4607 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4608
4609         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4610         (elmo-folder-list-message-entities): New API.
4611         (elmo-message-entity): Ditto.
4612         (elmo-message-entity-parent): Ditto.
4613         (elmo-folder-do-each-message-entity): Ditto.
4614         (elmo-message-entity-number): Ditto.
4615         (elmo-message-entity-field): Ditto.
4616         (elmo-message-entity-set-field): Ditto.
4617         (elmo-folder-count-flags): Ditto.
4618         (elmo-folder-length): Ditto.
4619
4620         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4621         not.
4622
4623         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4624         (elmo-msgdb-count-marks): Abolish.
4625         (elmo-msgdb-make-entity): Ditto.
4626         (elmo-msgdb-do-each-entity): Ditto.
4627         (elmo-msgdb-message-entity): New inline function.
4628         (elmo-msgdb-message-entity-field): Ditto.
4629         (elmo-msgdb-message-entity-set-field): Ditto.
4630         (elmo-msgdb-make-message-entity): New function.
4631
4632 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4633
4634         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4635         to flag. (All other related portions are changed.)
4636         (elmo-folder-msgdb-create): Likewise.
4637         (elmo-generic-folder-append-messages): Use flag-table instead of
4638         seen-list.
4639         (elmo-folder-move-messages): Removed redundant process.
4640         (elmo-folder-synchronize): Likewise.
4641
4642         * elmo-msgdb.el (elmo-flag-table-get): New function.
4643         (elmo-flag-table-save): Fixed.
4644         (elmo-msgdb-length): New inline function.
4645         (elmo-msgdb-flag-table): New function.
4646         (elmo-msgdb-mark): Add optional argument new.
4647         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4648         (elmo-msgdb-seen-list): Ditto.
4649         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4650
4651
4652 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * elmo.el (elmo-message-set-mark): Abolish.
4655         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4656         (All related portions are changed.)
4657
4658         * elmo-msgdb.el (toplevel): Added comment.
4659         (elmo-load-msgdb): Added 4th element `path'.
4660         (elmo-msgdb-append): Follow the change above.
4661         (elmo-msgdb-clear): Ditto.
4662         (elmo-msgdb-delete-msgs): Ditto.
4663         (elmo-msgdb-get-path): New inline function.
4664         (elmo-msgdb-set-path): Ditto.
4665         (elmo-flag-table-filename): New variable.
4666         (elmo-flag-table-load): New function.
4667         (elmo-flag-table-set): Ditto.
4668         (elmo-flag-table-save): Ditto.
4669         (elmo-msgdb-get-field-value): Abolish.
4670         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4671
4672 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4673
4674         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4675         the folder has been deleted successfully.
4676         * elmo-imap4.el (elmo-folder-delete): Ditto.
4677         * elmo-archive.el (elmo-folder-delete): Ditto.
4678         * elmo-localdir.el (elmo-folder-delete): Ditto.
4679         * elmo-maildir.el (elmo-folder-delete): Ditto.
4680
4681 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4682
4683         * elmo-util.el (elmo-string-member-ignore-case): New function.
4684         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4685         (elmo-imap4-fetch-callback-1-subr): Likewise.
4686
4687 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4688
4689         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4690         the case of the name attribute "\Noselect".
4691
4692 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4695
4696         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4697         flist, is not always a member of onum-alist.
4698
4699 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * elmo-version.el (elmo-version): Up to 2.11.3.
4702
4703 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4706         copied from localdir's one.
4707
4708         * elmo-pipe.el (elmo-folder-rename): New method, rename
4709         destination folder with leaving source folder as it is.
4710
4711 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4712
4713         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4714         replace-regexp.
4715
4716 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4717
4718         * elmo-version.el (elmo-version): Up to 2.11.2.
4719
4720 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4723         shimbun-open in case of "@".
4724         (elmo-folder-open-internal): Cope with shimbun = nil case.
4725         (elmo-folder-plugged-p): Ditto.
4726         (elmo-folder-list-subfolders): Make list for "@/" group.
4727
4728 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4731         mailbox (e.g. for %~/something).
4732
4733 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4734
4735         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4736         Replace nested conditional with guard clauses.
4737
4738 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4741         error [wl:11327].
4742
4743         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4744         print-depth.
4745
4746 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4747
4748         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4749         Replace nested conditional with guard clauses.
4750
4751 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4752
4753         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4754         (elmo-passwd-alist-save): Ditto.
4755         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4756
4757 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4760         dir-name only if it is absolute path.
4761         (TODO: distinguish +/something and +something)
4762
4763 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4764
4765         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4766         path for "+~/something".
4767
4768 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4771         as non-directory, cause error before rename-file.
4772         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4773         apropriately, mimic localdir's one.
4774         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4775
4776 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4777
4778         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4779
4780 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4781
4782         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4783
4784         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4785         
4786         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4787         is included in the global-mark or not.
4788
4789 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * utf7.el (toplevel): Avoid error when the function
4792         find-coding-system does not exist.
4793
4794 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4797         cache even if the folder is plugged.
4798         (elmo-nntp-search-primitive): Do nothing when body search is
4799         invoked (although it is not used by the change above).
4800         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4801
4802 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4803
4804         * elmo-version.el (elmo-version): Up to 2.11.1.
4805
4806 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4807
4808         * elmo-archive.el: Specify charset.
4809
4810 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4811
4812         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4813         process buffer lives or not.
4814
4815         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4816         while flushing queues (It causes infinite loop).
4817
4818 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4821
4822 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4823
4824         * utf7.el (toplevel): Check the ucs features dynamically.
4825         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4826
4827         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4828         folder is creatabe or not if it already exists.
4829
4830 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4833
4834         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4835
4836         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4837         (elmo-imap4-read-response): Take care of garbage response.
4838
4839 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4842         just return nil instead of error.
4843
4844 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4847         search-key is "body".
4848
4849 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4852         of elmo-string-matched-assoc to use match-data.
4853         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4854
4855 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * elmo-split.el (elmo-split->): New function.
4858         (elmo-split-<): Ditto.
4859
4860 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4861
4862         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4863         workaround for invalid message-id.
4864
4865 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4866
4867         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4868         return normal pop3 session or pop3 biff session.
4869
4870 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4873         info part to the cur files when the new files already have it.
4874         (Adviced by Jared Rhine <jared@wordzoo.com>)
4875
4876 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * elmo-split.el (elmo-split-default-action): New variable.
4879         (elmo-split-subr): Use it if all other conditions are passed.
4880         Extend `fname' and rename it as `action'. (implemented
4881         Teranishi-san's idea in [wl:10800])
4882
4883 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4884
4885         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4886         * elmo-util.el: Ditto.
4887
4888 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4889
4890         * elmo.el (elmo-message-accessible-p): Renamed from
4891         elmo-message-cached-p and rewritten.
4892
4893 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4894
4895         * elmo.el (elmo-folder-list-flagged): New generic function.
4896         (elmo-folder-list-importants): New implementation.
4897         (elmo-folder-list-answereds): Ditto.
4898         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4899         Added 'digest'.
4900         (elmo-message-cached-p): New function.
4901         (elmo-message-set-flag): Ditto (no content).
4902         (elmo-message-unset-flag): Ditto.
4903         (elmo-folder-list-messages-mark-match): Abolish.
4904
4905         * elmo-util.el (elmo-regexp-opt): New function.
4906
4907         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4908         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4909         Added 'digest'.
4910         (elmo-msgdb-list-flagged): New function.
4911
4912         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4913         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4914         Added 'digest'.
4915
4916         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4917
4918 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4919
4920         * elmo-version.el (elmo-version): Up to 2.11.0.
4921
4922 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4923
4924         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4925         `elmo-file-cache-exists-p'; use proper mark that depends on
4926         `use-cache'.
4927         (elmo-msgdb-unset-flag): Ditto.
4928         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4929
4930         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4931         with 4th argument `use-cache'.
4932
4933 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4936         (elmo-folder-mark-as-important): Ditto.
4937         (elmo-folder-unmark-read): Ditto.
4938         (elmo-folder-mark-as-read): Ditto.
4939         (elmo-folder-unmark-answered): Ditto.
4940         (elmo-folder-mark-as-answered): Ditto.
4941
4942         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4943         message status.
4944         (elmo-msgdb-mark): Likewise.
4945         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4946         (elmo-msgdb-unset-flag): Likewise.
4947
4948         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4949
4950 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4951
4952         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4953         `last:' filter.
4954
4955 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4956
4957         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4958         set spool-length to 0.
4959
4960 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4961
4962         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4963         (elmo-dop-queue-flush): Fixed last change.
4964
4965 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4966
4967         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4968         if require-msgdb slot is nil.
4969         (elmo-folder-list-importants): Likewise.
4970
4971 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4972
4973         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4974         mark is changed.
4975
4976         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4977         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4978         is changed.
4979
4980 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4981
4982         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4983
4984 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4987
4988         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4989
4990 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4991
4992         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4993         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4994
4995 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4996
4997         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4998         the problem reported by Sean Rima [wl-en:180].
4999
5000 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
5003
5004         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
5005
5006         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
5007
5008         * elmo-map.el (elmo-folder-unmark-read): Ditto.
5009
5010         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
5011
5012         * elmo-net.el (elmo-folder-unmark-read): Ditto.
5013
5014         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
5015
5016 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
5019         status number.
5020
5021 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
5024         (elmo-folder-mark-as-read): Follow the API change.
5025         (elmo-message-set-cached): New function.
5026
5027         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
5028
5029         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
5030
5031         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
5032         (elmo-folder-mark-as-important): Ditto.
5033         (elmo-folder-unmark-read): Ditto.
5034         (elmo-folder-mark-as-read): Ditto.
5035         (elmo-folder-unmark-answered): Ditto.
5036         (elmo-folder-mark-as-answered): Ditto.
5037
5038         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
5039         (elmo-folder-unmark-important): Ditto.
5040         (elmo-folder-mark-as-read): Ditto.
5041         (elmo-folder-unmark-read): Ditto.
5042         (elmo-folder-mark-as-answered): Ditto.
5043         (elmo-folder-unmark-answered): Ditto.
5044
5045         * elmo-mark.el (toplevel): Removed some mark method definitions.
5046
5047         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
5048         (elmo-map-folder-mark-as-answered): Ditto.
5049         (elmo-folder-unmark-important): Add :before qualifier.
5050         (elmo-folder-mark-as-important): Ditto.
5051         (elmo-folder-unmark-read): Ditto.
5052         (elmo-folder-mark-as-read): Ditto.
5053         (elmo-folder-unmark-answered): Define.
5054         (elmo-folder-mark-as-answered): Ditto.
5055
5056         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
5057         (elmo-map-folder-unmark-answered): Ditto.
5058
5059         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
5060
5061         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
5062         (elmo-folder-mark-as-important): Ditto.
5063         (elmo-folder-unmark-read): Ditto.
5064         (elmo-folder-mark-as-read): Ditto.
5065         (elmo-folder-unmark-answered): Ditto.
5066         (elmo-folder-mark-as-answered): Ditto.
5067
5068         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
5069         `mark'; evaluate mark condition.
5070         (elmo-msgdb-match-condition-internal): New function.
5071         (elmo-msgdb-match-condition): Call it; changed argument.
5072
5073         * elmo.el (elmo-folder-search): Follow the API change on
5074         `elmo-msgdb-match-condition'.
5075
5076 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5077
5078         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
5079         original mark is non-nil.
5080
5081 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5082
5083         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
5084         (elmo-map-folder-list-answereds): New method.
5085         (elmo-folder-list-unreads): Add :around qualifier.
5086         (elmo-folder-list-importants): Ditto.
5087         (elmo-folder-list-answereds): Ditto.
5088
5089 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5090
5091         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
5092
5093         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
5094         method if msgdb is not required.
5095         (elmo-filter-folder-list-importants): Don't treat global-mark.
5096
5097         * elmo.el (elmo-folder-list-importants): Ditto.
5098
5099         * elmo-net.el (elmo-folder-list-importants): Ditto.
5100
5101         * elmo-map.el (elmo-folder-list-importants): Ditto.
5102
5103         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
5104
5105         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5106         (elmo-imap4-folder-list-any-plugged): New function.
5107         (elmo-imap4-search-internal-primitive): Use it.
5108
5109         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5110         only when require-msgdb slot is non-nil.
5111         (elmo-folder-close): Clear target folder's msgdb.
5112
5113 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5116         (elmo-pop3-msgdb-create-by-header): Ditto.
5117         (elmo-pop3-msgdb-create-message): Ditto.
5118
5119         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5120
5121         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5122
5123         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5124
5125         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5126         (elmo-folder-msgdb-create): Ditto.
5127         (elmo-nntp-folder-msgdb-create): Ditto.
5128         (elmo-nntp-msgdb-create-by-header): Ditto.
5129         (elmo-nntp-msgdb-create-message): Ditto.
5130         (elmo-folder-list-unreads): Define.
5131
5132         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5133         (elmo-folder-append-messages): Ditto.
5134         (elmo-folder-list-unreads): Define.
5135         (elmo-folder-list-importants): Ditto.
5136         (elmo-folder-list-answereds): Ditto.
5137
5138         * elmo-net.el (elmo-folder-list-unreads): Define.
5139         (elmo-folder-list-importants): Ditto.
5140         (elmo-folder-list-answereds): Ditto.
5141         (elmo-folder-list-answereds-plugged): Ditto.
5142         (elmo-folder-msgdb-create): Follow the API change.
5143         (elmo-folder-msgdb-create-unplugged): Ditto.
5144         (elmo-folder-unmark-answered): Define.
5145         (elmo-folder-mark-as-answered-unplugged): Ditto.
5146         (elmo-folder-unmark-answered-unplugged): Ditto.
5147
5148         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5149         (elmo-msgdb-unread-uncached-mark): Ditto.
5150         (elmo-msgdb-unread-cached-mark): Ditto.
5151         (elmo-msgdb-read-uncached-mark): Ditto.
5152         (elmo-msgdb-answered-cached-mark): Ditto.
5153         (elmo-msgdb-answered-uncached-mark): Ditto.
5154         (elmo-msgdb-important-mark): Ditto.
5155         (elmo-msgdb-set-mark): Rewrite.
5156         (elmo-msgdb-count-marks): Rewrite.
5157         (elmo-msgdb-mark-alist-set): Abolish.
5158         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5159         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5160
5161         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5162         (elmo-folder-close): Define.
5163         (elmo-folder-msgdb-create): Follow the API change.
5164         (elmo-folder-list-unreads): Rewrite.
5165         (elmo-folder-mark-as-important): Ditto.
5166         (elmo-folder-unmark-important): Ditto.
5167         (elmo-folder-mark-as-read): Ditto.
5168         (elmo-folder-unmark-read): Ditto.
5169         (elmo-folder-mark-as-answered): Define.
5170         (elmo-folder-unmark-answered): Ditto.
5171
5172         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5173         (elmo-folder-append-messages): Ditto.
5174
5175         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5176
5177         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5178         (elmo-folder-list-importants): Ditto.
5179
5180         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5181         (elmo-folder-append-messages): Ditto.
5182
5183         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5184         change.
5185         (elmo-folder-msgdb-create-plugged): Ditto.
5186         (elmo-folder-append-messages): Ditto.
5187         (elmo-folder-list-answereds-plugged): Define.
5188         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5189         (elmo-folder-unmark-answered-plugged): Define.
5190         (elmo-folder-mark-as-answered-plugged): Ditto.
5191         (elmo-folder-search-requires-msgdb-p): Ditto.
5192
5193         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5194         (elmo-folder-initialize): Set it.
5195         (elmo-folder-msgdb): Define.
5196         (elmo-folder-check): Call elmo-folder-synchronize.
5197         (elmo-folder-close): Define.
5198         (elmo-folder-commit): Ditto.
5199         (elmo-folder-msgdb-create): Rewrite.
5200         (elmo-folder-list-unreads): Ditto.
5201         (elmo-folder-list-importants): Ditto.
5202         (elmo-folder-mark-as-read): Ditto.
5203         (elmo-folder-unmark-read): Ditto.
5204         (elmo-folder-mark-as-important): Ditto.
5205         (elmo-folder-unmark-important): Ditto.
5206         (elmo-folder-mark-as-answered): Define.
5207         (elmo-folder-unmark-answered): Ditto.
5208
5209         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5210         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5211         (elmo-dop-queue-method-name-alist): Likewise.
5212         (elmo-folder-mark-as-answered-dop): New inline function.
5213         (elmo-folder-unmark-answered-dop): Ditto.
5214         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5215
5216         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5217         (elmo-folder-msgdb-create): Ditto.
5218         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5219         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5220         (elmo-archive-parse-mmdf): Ditto.
5221
5222         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5223         (elmo-folder-list-unreads-internal): Ditto.
5224
5225         * elmo.el (elmo-folder-msgdb): Define as generic function.
5226         (elmo-folder-list-messages): Added argument `in-msgdb'.
5227         (elmo-folder-list-unreads): Define as generic function.
5228         (elmo-folder-list-importants): Ditto.
5229         (elmo-folder-list-answereds): Ditto.
5230         (elmo-folder-list-messages-with-global-mark): New function.
5231         (elmo-folder-msgdb-create): Removed mark arguments.
5232         (elmo-folder-unmark-answered): New generic function.
5233         (elmo-folder-mark-as-answered): Ditto.
5234         (elmo-folder-append-messages): Removed argunment `unread-marks'
5235         (elmo-folder-list-unreads-internal): Abolish.
5236         (elmo-folder-list-importants-internal): Ditto.
5237         (elmo-folder-search-requires-msgdb-p): New generic function.
5238         (elmo-folder-search-requires-msgdb-p-internal): New function.
5239         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5240         elmo-msgdb-load.
5241         (elmo-folder-search-fast): Added key 'mark'.
5242         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5243         instead of unread-marks argument.
5244         (elmo-folder-move-messages): Removed argunment `unread-marks'
5245         (elmo-folder-unmark-important): Define.
5246         (elmo-folder-mark-as-important): Ditto.
5247         (elmo-folder-unmark-read): Ditto.
5248         (elmo-folder-mark-as-read): Ditto.
5249         (elmo-folder-unmark-answered): Ditto.
5250         (elmo-folder-mark-as-answered): Ditto.
5251         (elmo-folder-replace-marks): Abolish.
5252         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5253         duplicates.
5254         (elmo-folder-synchronize): Removed mark arguments;
5255         return crosspost only number.
5256
5257 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5258
5259         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5260         Remove redundunt connectivity check.
5261
5262 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5265         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5266
5267 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5268
5269         * pldap.el (ldap-decode-string): Return string as-is if
5270         `ldap-coding-system' is nil.
5271         (ldap-encode-string): Ditto.
5272         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5273         (ldap-default-host): Fixed docstring.
5274
5275 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * elmo-util.el (elmo-warning): Define as a macro which uses
5278         `display-warning' if it is defined as a function.
5279
5280         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5281         (elmo-split-equal): Use it.
5282         (elmo-split-match): Ditto.
5283         (elmo-split-message-entity): New buffer-local variable.
5284         (elmo-split-subr): Set it.
5285
5286         * elmo-version.el (elmo-version): Up to 2.9.15.
5287
5288 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * elmo-imap4.el (elmo-network-initialize-session):
5291         Check capability after starttls.
5292
5293 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * elmo-util.el (elmo-list-delete): Added optional argument
5296         DELETE-FUNCTION.
5297
5298         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5299
5300         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5301
5302         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5303
5304         * elmo-imap4.el (elmo-folder-initialize): Don't use
5305         elmo-imap4-default-mailbox.
5306
5307 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5308
5309         * elmo-split.el (toplevel): Use `product-provide'.
5310         (elmo-split): Checkdoc.
5311
5312 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5313
5314         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5315         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5316         the function `elmo-imap4-debug-1'.
5317
5318 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5319
5320         * elmo-split.el (elmo-split): Moved to run hooks and to show
5321         message from elmo-split-subr.
5322         (elmo-split-subr): Follow the change above.
5323
5324         * elmo-split.el (elmo-split-subr): New function (renamed from
5325         elmo-split-subr).
5326         (elmo-split): Changed to call elmo-split-subr by element of
5327         elmo-split-folder.
5328         (elmo-split-folder): Changed customization type to choice.
5329
5330 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5331
5332         * elmo-split.el (elmo-split-and): Fixed condition.
5333
5334 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * elmo-split.el: New file.
5337         (elmo-split): Fixed logic.
5338         Display "Test:" instead of "Folder:" when reharsal.
5339
5340         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5341         explicitly.
5342
5343         * elmo-version.el (elmo-version): Up to 2.9.14.
5344
5345         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5346         wl-expand-newtext).
5347
5348 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5349
5350         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5351         message with no message-id field.
5352
5353 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5354
5355         * elmo-version.el (elmo-version): Up to 2.9.13.
5356
5357         * elmo-dop.el (elmo-folder-status-dop): Fix.
5358
5359 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5362
5363         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5364         changing default value of default-mime-charset.
5365         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5366
5367         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5368
5369         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5370         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5371         instead of elmo-dop-queue-method-name-alist to check merging queue.
5372         (elmo-folder-delete-messages-dop): Delete from queue if negative
5373         message number.
5374         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5375         file is already removed.
5376
5377 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * elmo-vars.el: Bind colon keywords for old Emacsen.
5380
5381 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5382
5383         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5384         against non-exsisting charset.
5385
5386 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5387
5388         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5389         Use eword-decode-and-unfold-unstructured-field-body.
5390
5391         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5392         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5393         exists to decode raw subject string.
5394         (toplevel): Require 'mime.
5395
5396         * elmo-version.el (elmo-version): Up to 2.9.12.
5397
5398 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5401         (elmo-msgdb-set-mark): Ditto.
5402
5403         * elmo-version.el (elmo-version): Up to 2.9.11.
5404
5405 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * elmo-util.el (elmo-delete-match-files): New function.
5408
5409         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5410         instead of elmo-delete-directory.
5411
5412         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5413         elmo-hash-minimun-size as 63.
5414
5415         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5416         elmo-diff-unread is nil.
5417
5418         * elmo-imap4.el (elmo-folder-open): Fix.
5419
5420         * elmo.el (elmo-message-mark): Rewrite.
5421         (elmo-message-field): Ditto.
5422         (elmo-message-set-mark): Ditto.
5423         (elmo-folder-replace-marks): New function.
5424         (elmo-generic-folder-append-msgdb): Removed third argument for
5425         elmo-msgdb-append.
5426         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5427         (elmo-msgdb-load): New implementation.
5428
5429         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5430
5431         * elmo-util.el (elmo-list-insert): New implementation.
5432
5433         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5434         argument for elmo-msgdb-append.
5435         
5436
5437         * elmo-msgdb.el (elmo-load-msgdb): New function.
5438         (elmo-make-msgdb): Ditto.
5439         (elmo-msgdb-get-index): New inline function.
5440         (elmo-msgdb-set-index): Ditto.
5441         (elmo-msgdb-get-entity-hashtb): Ditto.
5442         (elmo-msgdb-get-mark-hashtb): Ditto.
5443         (elmo-msgdb-get-mark): Ditto.
5444         (elmo-msgdb-set-mark): Ditto.
5445         (elmo-msgdb-count-marks): Ditto.
5446         (elmo-msgdb-get-number): Ditto.
5447         (elmo-msgdb-get-field): Ditto.
5448         (elmo-msgdb-seen-list): Ditto.
5449         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5450         (elmo-msgdb-delete-msgs): Follow the changes above.
5451         (elmo-msgdb-overview-get-entity): Ditto.
5452         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5453         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5454         and rewritten.
5455         (elmo-msgdb-make-index): Likewise.
5456         (elmo-msgdb-append): Removed third argument.
5457         (elmo-msgdb-clear): Clear index as nil.
5458         (elmo-folder-set-info-hashtb): Removed.
5459         (elmo-folder-set-info-max-by-numdb): Ditto.
5460         (elmo-folder-info-make-hashtb): Ditto.
5461
5462         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5463
5464         * elmo-map.el (elmo-folder-pack-number): Ditto.
5465
5466 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * elmo-version.el (elmo-version): Up to 2.9.10.
5469
5470         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5471
5472         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5473
5474 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5475
5476         * elmo-utils.el (elmo-make-directory): Add option.
5477         Default file mode is 700.
5478
5479 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5480
5481         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5482
5483 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5486         mime-charset.
5487
5488         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5489         and "smaller".
5490
5491 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5492
5493         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5494         (elmo-shimbun-folder-entity-hash): New function.
5495         (elmo-shimbun-folder-shimbun-header): Ditto.
5496         (elmo-shimbun-entity-to-header): Ditto.
5497         (elmo-shimbun-msgdb-to-headers): Removed.
5498         (elmo-shimbun-folder-setup): Ditto.
5499         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5500         for hash key.
5501         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5502         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5503         Removed useless local bind.
5504         (elmo-folder-open-internal): Don't call
5505         `elmo-shimbun-folder-setup'.
5506         (elmo-folder-close-internal): Clear entity-hash slot.
5507         (elmo-folder-clear): Ditto.
5508         (elmo-shimbun-msgdb-create-entity): Use
5509         `elmo-shimbun-folder-shimbun-header'.
5510         (elmo-map-message-fetch): Ditto.
5511         (elmo-shimbun-update-overview): Use overview entity instead of
5512         shimbun header to lookup id by references.
5513         (elmo-map-folder-list-message-locations): Use not only headers but
5514         also overviews to list locations.
5515
5516 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5517
5518         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5519         msgdb path.
5520
5521         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5522
5523 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * elmo-util.el (elmo-read-search-condition-internal): Give default
5526         value for date.
5527
5528 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5529
5530         * elmo-util.el (elmo-condition-parse-search-value): Accept
5531         YYYY-MM-DD format to search.
5532         * elmo-date.el (elmo-date-get-datevec): Likewise.
5533
5534 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5535
5536         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5537         debugging code.
5538
5539 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5540
5541         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5542         from t.
5543
5544         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5545
5546         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5547         case from `elmo-folder-exists-p'.
5548         (elmo-folder-exists-p): Removed.
5549         (elmo-folder-creatable-p) Ditto.
5550
5551         * elmo-net.el (elmo-folder-create): Defined.
5552         (elmo-folder-create-unplugged): New function.
5553         (elmo-folder-exists-p): Changed default value to nil from t.
5554
5555         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5556         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5557
5558         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5559         `elmo-create-folder-dop' and append queue
5560         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5561         (elmo-folder-create-dop-delayed): New function.
5562
5563         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5564
5565         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5566
5567         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5568         (elmo-folder-writable-p) : Ditto.
5569
5570         * elmo-version.el (elmo-version): Up to 2.9.9.
5571
5572 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5573
5574         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5575         `elmo-message-use-cache-p' returns nil.
5576         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5577         (ignore cache file and refer the substance in local folders)
5578
5579 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5580
5581         * elmo-version.el (elmo-version): Up to 2.9.8.
5582
5583 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * elmo-version.el (elmo-version): Up to 2.9.7.
5586
5587         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5588
5589 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5590
5591         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5592
5593 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5596         from --early.
5597         (elmo-map-folder-list-message-locations): Reverse location list.
5598
5599 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5600
5601         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5602
5603 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5606         as a key.
5607         (elmo-nntp-folder-list-subfolders): Follow the change above.
5608
5609 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5610
5611         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5612         name if authentication type is specified.
5613
5614 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5615
5616         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5617         variable.
5618         (elmo-default-nntp-stream-type): Ditto.
5619         (elmo-default-pop3-stream-type): Ditto.
5620
5621 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5622
5623         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5624
5625 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5628         elmo-vars.el.
5629         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5630
5631         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5632         (elmo-maildir-folder-path): Ditto.
5633         (elmo-maildir-list): Ditto (abolished).
5634
5635 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5636
5637         * elmo-version.el (elmo-version): Up to 2.9.6.
5638
5639 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5640
5641         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5642         (elmo-maildir-folder-path): Ditto.
5643         (elmo-msgdb-directory): Ditto.
5644         (elmo-passwd-life-time): Ditto.
5645         (elmo-msgdb-extra-fields): Ditto.
5646         (elmo-enable-disconnected-operation): Ditto.
5647
5648 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5649
5650         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5651         other choices.
5652         (elmo-pop3-default-authenticate-type): Ditto.
5653
5654 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5657         choices for custom.
5658         (elmo-pop3-default-authenticate-type): Ditto.
5659
5660 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5661
5662         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5663         mailbox to new-folder.
5664
5665 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5668         less than new, set new as unread.
5669
5670         * elmo-util.el (elmo-string): Don't put text-property if nil.
5671
5672 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5673
5674         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5675         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5676
5677 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5678
5679         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5680         is nil on `completing-read'.
5681
5682 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5683
5684         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5685         for namespace part.
5686         (elmo-imap4-parse-namespace-subr): Ditto.
5687         (elmo-folder-list-subfolders): Append a delimiter when the specified
5688         folder path is a root with namespace and does not end with delimiter.
5689
5690 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5691
5692         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5693         was used.
5694
5695 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5696
5697         * elmo-util.el (elmo-save-buffer): The first argument of message
5698         is a format control string.
5699
5700 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5701
5702         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5703         `elmo-folder-diff').
5704         (elmo-diff-unread): Likewise.
5705
5706 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5707
5708         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5709         is t on `completing-read'.
5710
5711 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5712
5713         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5714         method of target folder with self mark-alist if MARK-ALIST is nil.
5715
5716 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5717
5718         * elmo-version.el (elmo-version): Up to 2.9.5.
5719
5720 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5721
5722         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5723         (elmo-dop-merge-funcs): Remove.
5724
5725 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5726
5727         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5728         Return t if PATH is directory, too.
5729         Use `dolist' instead of while loop.
5730
5731 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5732
5733         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5734         is deleted.
5735
5736 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5737
5738         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5739         return value to t.
5740         (elmo-folder-list-messages-unplugged): Return t if
5741         elmo-enable-disconnected-operation is nil.
5742
5743         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5744         `elmo-folder-list-messages-internal'.
5745
5746 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5747
5748         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5749         Change to looking-at `[23][0-9]+'.
5750         (elmo-network-initialize-session): Use 'error-msg'
5751         * elmo-net.el (elmo-network-open-session): Set unplugged
5752         if elmo-network-initialize-session returns 'elmo-open-err.
5753
5754 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5755
5756         * elmo-version.el (elmo-version): Up to 2.9.4.
5757
5758 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5759
5760         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5761         `elmo-folder-list-messages-internal'.
5762
5763 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5764
5765         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5766         (elmo-message-match-condition): New method.
5767         (elmo-folder-search-fast): New inline function.
5768         (elmo-msgdb-search): Removed.
5769
5770         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5771         target folder if it is unplugged.
5772         (elmo-folder-list-messages-internal): Return t if target folder is
5773         unplugged and itself is persistent; In this case, use list be
5774         searched already.
5775
5776         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5777         (elmo-msgdb-search-internal-primitive): Ditto.
5778         (elmo-msgdb-match-condition): New function.
5779         (elmo-msgdb-match-condition-primitive): Ditto.
5780
5781         * elmo-util.el (elmo-filter-condition-p): New macro.
5782
5783         * elmo-cache.el (elmo-folder-search): Removed.
5784
5785         * elmo-localdir.el (elmo-folder-search): Ditto.
5786
5787         * elmo-maildir.el (elmo-folder-search): Ditto.
5788
5789         * elmo-mark.el (elmo-folder-search): Ditto.
5790
5791         * elmo-nmz.el (elmo-folder-search): Ditto.
5792
5793         * elmo-sendlog.el (elmo-folder-search): Ditto.
5794
5795         * elmo-shimbun.el (elmo-folder-search): Ditto.
5796
5797         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5798         if folder is unplugged.
5799
5800         * elmo-nntp.el (elmo-folder-search): Likewise.
5801         (elmo-nntp-search-internal): New function.
5802
5803         * elmo-version.el (elmo-version): Up to 2.9.3.
5804
5805 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5806
5807         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5808
5809 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5810
5811         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5812
5813 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5814
5815         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5816
5817 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5820         (elmo-map-folder-list-message-locations): Do drive letter conversion
5821         on Windows environment.
5822         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5823         (elmo-map-message-fetch): Ditto.
5824
5825 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5826
5827         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5828         (elmo-network-initialize-session): Ditto.
5829
5830 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5831
5832         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5833
5834         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5835
5836         * elmo-util.el (elmo-progress-clear): Ditto.
5837
5838         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5839         `DD-Mon-YYYY' type date.
5840
5841 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5842
5843         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5844         `elmo-date-make-sortable-string' instead of
5845         `timezone-make-date-sortable'.
5846
5847         * elmo-date.el (elmo-date-make-sortable-string): Use
5848         `timezone-make-time-string'.
5849
5850 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5851
5852         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5853
5854         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5855         `since'; Fix timezone.
5856
5857         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5858
5859         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5860
5861 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5862
5863         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5864
5865 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5866
5867         * elmo.el (elmo-generic-folder-append-messages): Make
5868         fetch-strategy with `use-cache' as 'maybe. Check return value of
5869         `elmo-message-fetch'.
5870         (elmo-message-fetch): Return return value of
5871         `elmo-message-fetch-with-cache-process'.
5872         (elmo-message-fetch-with-cache-process): Return non-nil if
5873         fetching was succeed. Load cache when fetching was failed and
5874         fetch-strategy-use-cache is 'maybe.
5875
5876         * elmo-util.el (elmo-file-cache-load): New function.
5877
5878         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5879         defun.
5880
5881         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5882         non-nil if fetching was succeed.
5883
5884         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5885
5886         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5887
5888         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5889         (elmo-message-fetch-with-cache-process): Likwise.
5890
5891         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5892
5893         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5894
5895         * elmo-version.el (elmo-version): Up to 2.9.2.
5896
5897 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * elmo.el (elmo-folder-delete): Delete msgdb path.
5900
5901         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5902
5903         * elmo-maildir.el (elmo-folder-delete): Ditto.
5904
5905         * elmo-localdir.el (elmo-folder-delete): Ditto.
5906
5907         * elmo-imap4.el (elmo-folder-delete): Ditto.
5908
5909 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * elmo.el (luna-define-class): Added `biff' slot.
5912
5913         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5914         (elmo-pop3-debug-inhibit-logging): Abolished.
5915         (elmo-network-close-session): Eliminated needless let.
5916         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5917         (elmo-pop3-send-command): Added `no-log' argument.
5918         (elmo-pop3-process-filter): Use `with-current-buffer'.
5919         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5920         if login failure.
5921         (elmo-pop3-auth-apop): Likewise.
5922         (elmo-network-authenticate-session): Likewise.
5923
5924         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5925         if biff folder.
5926
5927         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5928         string to determine protocol.
5929         (elmo-network-session-name-prefix): Abolished.
5930         (elmo-network-session-cache-key): Follow the change above.
5931         (elmo-network-open-session): Ditto.
5932
5933         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5934         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5935
5936         * elmo-version.el (elmo-version): Up to 2.9.1.
5937
5938         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5939         unmatch condition checking.
5940
5941         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5942         condition.
5943
5944 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5945
5946         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5947
5948 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5951         test for while loop to execute at least one SEARCH command.
5952
5953 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * elmo-version.el (elmo-version): Up to 2.9.0.
5956
5957 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5960         (elmo-archive-folder-path): Define.
5961         (elmo-folder-initialize): Setup `dir-name' slot.
5962         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5963         Use `dir-name' as prefix of each subfolders.
5964         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5965
5966 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5967
5968         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5969         (elmo-pipe-folder-list-target-messages): New internal function.
5970         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5971         `killed-list'.
5972         (elmo-pipe-folder-copied-list-load): New function.
5973         (elmo-pipe-folder-copied-list-save): Ditto.
5974         (elmo-folder-open-internal): Follow the change above.
5975         (elmo-folder-status): Fixed for copy.
5976
5977 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5978
5979         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5980
5981 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5982
5983         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5984         elmo-copy-file instead of elmo-add-name-to-file.
5985
5986         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5987
5988         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5989         "file://..." index.
5990
5991         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5992         of accept-process-output as 1.
5993         (elmo-pop3-read-contents): Ditto.
5994         (elmo-pop3-read-body): Ditto.
5995
5996 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5997
5998         * elmo-version.el (product-version-as-string): Remove define.
5999
6000 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6001
6002         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
6003         (elmo-imap4-copy-messages): Chop number set using
6004         `elmo-imap4-number-set-chop-length'.
6005         (elmo-imap4-set-flag): Ditto.
6006         (elmo-imap4-search-internal-primitive): Ditto.
6007
6008 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6009
6010         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
6011         `elmo-folder-make-temp-dir'
6012
6013         * elmo-vars.el (elmo-cache-directory): New variable.
6014         (elmo-cache-dir): Abolished.
6015         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
6016
6017         * elmo-version.el (elmo-version): Up to 2.7.7.
6018
6019 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
6022         defcustom; Set default value as t.
6023
6024 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
6027         (ldap-search-program-arguments): Changed default value.
6028         (ldap-search-basic): Accept exit status 4.
6029         (ldap/field-body): Parse options.
6030         (ldap/collect-field): Ditto.
6031         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
6032
6033         * elmo-imap4.el (elmo-imap4-process-bye): New function.
6034         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
6035         (elmo-imap4-accept-ok): Ditto.
6036         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
6037         'notify-bye, only BYE error is reported.
6038         (elmo-folder-exists-p-plugged): Set no-error argument of
6039         `elmo-imap4-session-select-mailbox' as 'notify-bye.
6040
6041         * elmo.el (elmo-imap4-bye-error): Changed message.
6042
6043         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
6044         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
6045         queues (It causes infinite loop).
6046
6047 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6048
6049         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
6050         (RECENT UNSEEN MESSAGES) extension.
6051
6052 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
6053
6054         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
6055         Check number of overview fields.
6056
6057 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * elmo.el (elmo-folder-confirm-appends): Changed message.
6060         (elmo-folder-confirm-appends): Ditto.
6061
6062         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
6063         `with-temp-buffer'.
6064         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
6065
6066 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6067
6068         * elmo.el (elmo-folder-confirm-appends): Check whether the value
6069         of elmo-folder-update-threshold is nil, which can be set by
6070         wl-summary-update-confirm-threshold.
6071
6072 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
6075         (elmo-nmz-index-alias-alist): Ditto.
6076         (elmo-map-folder-list-message-locations): Follow the change above.
6077
6078 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6079
6080         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
6081
6082         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
6083
6084         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
6085
6086         * elmo-util.el (elmo-read): Ditto.
6087         (elmo-display-error): Ditto.
6088
6089         * elmo-vars.el (elmo-date-match): Ditto.
6090
6091         * pldap.el (ldap-coding-system): Ditto.
6092
6093         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
6094         `elmo-inhibit-number-mapping' as nil.
6095
6096 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6097
6098         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
6099         space delimiter for list response.
6100
6101 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6102
6103         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
6104
6105 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6108         (elmo-map-message-fetch): Fix.
6109         * elmo-map.el (elmo-folder-status): Fix for killed.
6110
6111 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6112
6113         * elmo-sendlog.el: New file.
6114         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6115
6116 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * acap.el (acap-logging-out): New buffer local variable.
6119         (acap-close): Set it.
6120         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6121         an error.
6122
6123 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * acap.el (acap-response-bye-p): New function.
6126         (acap-response-bye-message): Ditto.
6127         (acap-wait-for-response): If bye response is received, cause an error.
6128         (acap-parse-response): Make bye response when 'Bye' is received.
6129
6130 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6131
6132         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6133
6134 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6135
6136         * elmo-util.el (elmo-copy-file): Added argument
6137         `ok-if-already-exists'.
6138         (elmo-copy-file): Fixed typo.
6139
6140 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6141
6142         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6143
6144 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6147
6148 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6149
6150         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6151         to killed-list.
6152
6153 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6154
6155         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6156         (elmo-folder-initialize): Fix for `copy'.
6157         (elmo-pipe-drain): Ditto.
6158         (elmo-folder-open-internal): Ditto.
6159         (elmo-folder-newsgroups): Fix.
6160
6161 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6164         for each message.
6165
6166         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6167         recent value is returned from imap folder.
6168
6169         * elmo.el (elmo-folder-newsgroups): New generic function.
6170
6171         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6172         (elmo-folder-initialize): Set it.
6173         (elmo-folder-expand-msgdb-path): Use it.
6174         (elmo-folder-newsgroups): Define.
6175
6176         * elmo-filter.el (elmo-folder-newsgroups): Define.
6177
6178         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6179
6180         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6181
6182         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6183
6184 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6185
6186         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6187         user option.
6188         (elmo-shimbun-header-extra-field): New inline function.
6189         (elmo-shimbun-header-set-extra-field): Ditto.
6190         (elmo-shimbun-folder-header-hash-setup): Ditto.
6191         (elmo-shimbun-update-overview): Ditto.
6192         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6193         (elmo-shimbun-folder-setup): Use
6194         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6195         (elmo-shimbun-get-headers): Ditto.
6196         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6197         Insert `X-Shimbun-Id:' header if extra field is set.
6198         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6199         field's value instead of `shimbun-header-id'.
6200
6201         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6202         inline function.
6203         (elmo-msgdb-overview-entity-set-date): Ditto.
6204         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6205
6206 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6207
6208         * mmimap.el (mmimap-entity-section): Changed body node number from
6209         "0" to "1".
6210
6211 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6212
6213         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6214         `elmo-folder-delete-messages'.
6215
6216         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6217         (elmo-folder-initialize): Changed to expand alias into index path.
6218
6219         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6220         `elmo-mime-insert-header-from-buffer' with 6th arg
6221         `sorted-fields'.
6222
6223 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6224
6225         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6226
6227         * elmo.el (elmo-diff-new): New inline function.
6228         (elmo-diff-unread): Ditto.
6229         (elmo-diff-all): Ditto.
6230
6231         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6232         value from responseb.
6233         (elmo-imap4-folder-diff-plugged): Ditto.
6234         (elmo-imap4-server-diff-async): Added recent argument.
6235         (elmo-server-diff-async): Ditto.
6236         (elmo-imap4-folder-diff-plugged): Ditto.
6237
6238         * elmo-version.el (elmo-version): Up to 2.7.6.
6239
6240 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6241
6242         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6243         in quoted-stirng.
6244
6245 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6246
6247         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6248
6249         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6250
6251         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6252
6253         * elmo-multi.el (elmo-folder-initialize): Ditto.
6254
6255         * elmo-util.el (elmo-parse-token): New function.
6256         (elmo-parse-prefixed-element): Ditto.
6257
6258 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6261         delete process.
6262         (elmo-imap4-accept-ok): Ditto.
6263
6264 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6265
6266         * mmimap.el (mime-imap-entity-header-string): Don't check first
6267         element of node-id is `0' (Follow last change).
6268
6269 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6270
6271         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6272         assigned irregular node-id to nested multipart section.
6273         (initialize-instance): Followed above change.
6274
6275 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6276
6277         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6278         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6279         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6280         `elmo-shimbun-get-headers');
6281         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6282         visible article on summary exists in headers).
6283         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6284
6285 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6286
6287         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6288         definition.
6289
6290 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6291
6292         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6293
6294 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6295
6296         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6297         header separator into loop condition.
6298
6299 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6300
6301         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6302         Return duplicate folder if it has subfolder.
6303
6304 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * elmo.el (elmo-make-folder): Add folder name error check.
6307
6308         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6309         (elmo-nntp-encode-group-string): New inline function.
6310         (elmo-nntp-decode-group-string): Ditto.
6311         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6312         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6313         Use `not' instead of `null';
6314         Use elmo-nntp-decode-group-string.
6315
6316         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6317
6318         * elmo-version.el (elmo-version): Up to 2.7.5.
6319
6320 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6321
6322         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6323         Hide progress gauge if `elmo-folder-move-messages' exits
6324         nonlocally.
6325
6326 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * elmo-imap4.el (elmo-folder-initialize): Use
6329         `elmo-imap4-encode-folder-string' for folder name.
6330
6331 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6332
6333         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6334         `done'.
6335
6336 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6337
6338         * elmo-util.el (elmo-progress-counter-alist): New internal
6339         variable.
6340         (elmo-progress-counter-value): New macro.
6341         (elmo-progress-counter-all-value): Ditto.
6342         (elmo-progress-counter-format): Ditto.
6343         (elmo-progress-counter-set-value): Ditto.
6344         (elmo-progress-set): New function.
6345         (elmo-progress-clear): Ditto.
6346         (elmo-progress-notify): Ditto.
6347
6348         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6349         counter.
6350
6351         * elmo.el (elmo-generic-folder-append-messages): Call
6352         `elmo-progress-notify'.
6353         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6354
6355         * elmo-archive.el (elmo-folder-append-messages): Call
6356         `elmo-progress-notify'.
6357
6358         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6359
6360         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6361
6362         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6363
6364 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6365
6366         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6367         'Create'.
6368         (elmo-message-encache-dop): Added argument `read'.
6369
6370         * elmo-shimbun.el (elmo-message-encache): Ditto.
6371
6372         * elmo-net.el (elmo-message-encache): Ditto.
6373
6374         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6375         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6376         elmo-imap4-seen-messages.
6377         (elmo-folder-msgdb-create-plugged): Initialize
6378         elmo-imap4-seen-messages;
6379         Set seen mark on elmo-imap4-seen-messages.
6380
6381         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6382
6383         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6384         elmo-folder-append-buffer.
6385         (elmo-folder-encache): Added optional argument `read'.
6386         (elmo-message-encache): Ditto.
6387
6388         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6389
6390         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6391
6392         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6393         if append buffer content succeds.
6394
6395 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6396
6397         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6398         elmo-display-progress.
6399
6400         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6401         Set 4th argument of mime-display-message.
6402         (elmo-mime-display-as-is): Ditto.
6403
6404 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * elmo-nmz.el (toplevel): Require 'mime-edit.
6407         (elmo-nmz-content-type-alist): Abolished.
6408         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6409         content is not a message.
6410         (elmo-map-message-fetch): Changed behavior exept for message content;
6411         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6412         content-type, Add From: and Subject: field.
6413
6414 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6415
6416         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6417         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6418         not a message.
6419
6420 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6421
6422         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6423         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6424
6425         * elmo-archive.el (elmo-folder-writable-p): Defined.
6426
6427         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6428
6429         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6430
6431         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6432
6433         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6434
6435         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6436
6437         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6438
6439         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6440
6441         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6442
6443 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * elmo-util.el (elmo-address-quote-specials): New function;
6446         Renamed from `wl-address-quote-specials'.
6447
6448 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6449
6450         * elmo-version.el (elmo-version): Up to 2.7.4.
6451
6452 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6455
6456 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6459         both compile-time and run-time to avoid byte-compile warning.
6460
6461 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6462
6463         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6464
6465 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6468         option.
6469         (elmo-mime-display-as-is-internal): Use it.
6470
6471         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6472         if `read-passwd' is not defined.
6473
6474 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6477         by original number.
6478         (elmo-folder-status): Call `elmo-folder-open-internal';
6479         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6480         (elmo-folder-close-internal): Set location-alist as nil.
6481         (elmo-folder-clear): Define.
6482         (elmo-folder-check): Don't set location-alist as nil.
6483
6484         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6485
6486 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6487
6488         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6489         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6490
6491         * mmimap.el (mime-imap-entity::requested): New slot.
6492         (mime-imap-location-fetch-entity-p): New generic function.
6493         (mime-decode-parameters): Define using `defun-maybe'.
6494         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6495         content-type structure.
6496         (mime-entity-body): Return empty body if
6497         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6498
6499         * elmo.el (elmo-message-displaying): New variable.
6500
6501         * elmo-mime.el (elmo-mime-message-display): Bind
6502         elmo-message-displaying as t.
6503
6504         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6505
6506 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * acap.el (acap-open): erase buffer before starting network process.
6509         (acap-store): Rewrite.
6510
6511 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * elmo-imap4.el (elmo-imap4-default-mailbox,
6514         elmo-imap4-default-server
6515         elmo-imap4-default-authenticate-type,
6516         elmo-imap4-default-user,
6517         elmo-imap4-default-port,
6518         elmo-imap4-default-stream-type,
6519         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6520
6521         * elmo-pop3.el (elmo-pop3-default-user,
6522         elmo-pop3-default-server,
6523         elmo-pop3-default-authenticate-type,
6524         elmo-pop3-default-port,
6525         elmo-pop3-default-stream-type,
6526         elmo-pop3-stream-type-alist): Ditto.
6527
6528         * elmo-nntp.el (elmo-nntp-default-server,
6529         elmo-nntp-default-user,
6530         elmo-nntp-default-port,
6531         elmo-nntp-default-stream-type,
6532         elmo-nntp-stream-type-alist): Ditto.
6533
6534         * elmo-vars.el: Follow changes above.
6535         (elmo-setting): New custom group; added 'elmo-setting group to
6536         above variables.
6537
6538         * elmo-version.el (elmo-version): Up to 2.7.3.
6539
6540         * acap.el (acap-parse-response): Don't delete process when BYE
6541         response (It causes hang-up on slow network environment).
6542         (toplevel): Added comment.
6543
6544 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6547
6548         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6549         parsing NIL.
6550         (acap-parse-return-metadata): Ditto.
6551
6552         * slp.el: New file.
6553         (toplevel): Fixed typo.
6554
6555         * acap.el: New file.
6556         (acap-network-stream-open): Show "Connecting..." message.
6557         (acap-parse-response): Fixed problem for BYE untagged response.
6558         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6559         (toplevel): Added tiny comments.
6560
6561 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6562
6563         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6564         space delimiter for uidl response.
6565
6566 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6567
6568         * elmo-vars.el (elmo-use-semi): Eliminated.
6569
6570         * elmo-util.el (elmo-string-assoc-all): New function.
6571
6572 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6573
6574         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6575         property 'mime-preview-situation for `mime-preview-quit'.
6576
6577 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6578
6579         * elmo.el (elmo-message-fetch-with-cache-process): Call
6580         elmo-message-fetch-internal instead of causing an error when fetch
6581         strategy is 'entire but only 'section cache is available.
6582
6583 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * elmo-version.el (elmo-version): Up to 2.7.2.
6586
6587         * elmo.el (elmo-generic-folder-append-messages): Make
6588         fetch-strategy with `use-cache'.
6589
6590         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6591         (elmo-dop-queue-method-name): New macro.
6592
6593 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6594
6595         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6596         unbalanced parenthesis.
6597
6598 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6599
6600         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6601
6602 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6603
6604         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6605         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6606
6607 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6608
6609         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6610         local variables.
6611
6612 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6615         (elmo-message-use-cache-p): Define.
6616         (elmo-folder-msgdb-create): Treat cache.
6617
6618 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6619
6620         * elmo-nntp.el (elmo-network-initialize-session): Call
6621         `elmo-nntp-send-mode-reader'.
6622         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6623
6624 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6627         alist.
6628         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6629         assoc.
6630
6631         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6632         for `elmo-plugged-p'.
6633         (elmo-open-network-stream): Fixed stream-type argument.
6634
6635 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6638         unknown archive type is specified.
6639
6640 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6641
6642         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6643
6644         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6645         while loading msgdb.
6646
6647         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6648         (elmo-folder-open-internal): Rewrite.
6649
6650 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * elmo-mime.el (elmo-mime-display-as-is-internal):
6653         Adjust buffer-multibyte status.
6654
6655 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6658         of elmo-condition-find-key.
6659
6660         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6661         (elmo-condition-in-msgdb-p): Ditto.
6662         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6663         argument.
6664
6665 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6668
6669 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6670
6671         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6672         label for elmo-display-progress.
6673
6674 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6675
6676         * elmo.el (elmo-folder-clear): New method.
6677         (elmo-folder-clear): Define.
6678         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6679
6680         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6681         (elmo-folder-clear): Define.
6682
6683         * elmo-map.el (elmo-folder-clear): Define.
6684
6685         * elmo-version.el (elmo-version): Up to 2.7.1.
6686
6687 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6690         updates.
6691
6692 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6695         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6696
6697 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6698
6699         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6700
6701         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6702         and re-written.
6703
6704         * elmo-imap4.el (elmo-folder-initialize): Use
6705         elmo-get-network-stream-type.
6706
6707         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6708
6709         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6710
6711 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * elmo.el (elmo-message-encache): Set unread argument for
6714         elmo-message-fetch.
6715
6716         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6717
6718         * elmo.el (elmo-net-port-info): New method.
6719
6720         * elmo-shimbun.el (elmo-net-port-info): Define.
6721         (elmo-message-encache): Ditto.
6722
6723         * elmo-net.el (elmo-net-port-info): Define as method.
6724
6725         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6726         unplugged status when elmo-enable-disconnected-operation is t.
6727
6728         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6729         of spool folder before checking new number.
6730
6731 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6734         (elmo-network-setup-session): Ditto.
6735         (elmo-message-fetch-plugged): Ditto.
6736         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6737         (elmo-network-initialize-session): Ditto.
6738         (elmo-pop3-read-response): Abolish 3rd argument.
6739         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6740         (elmo-pop3-read-contents): Ditto.
6741         (elmo-pop3-read-body): Ditto.
6742         (elmo-folder-status): Call elmo-folder-close.
6743         (elmo-pop3-lock): Abolish.
6744         (elmo-pop3-unlock): Ditto.
6745         (elmo-pop3-locked-p): Ditto.
6746         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6747
6748 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6749
6750         * elmo-version.el (elmo-version): Up to 2.7.0.
6751
6752         * elmo-pop3.el (elmo-pop3-debug): New variable.
6753         (elmo-pop3-debug-inhibit-logging): Ditto.
6754         (elmo-pop3-debug): New function.
6755         (elmo-pop3-send-command): Call elmo-pop3-debug.
6756         (elmo-pop3-read-response): Added keep-lock optional argument;
6757         Don't unlock if keep-lock is non-nil.
6758         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6759         (elmo-network-authenticate-session): Bind
6760         elmo-pop3-debug-inhibit-logging as t.
6761         (elmo-network-setup-session): Call elmo-pop3-read-response with
6762         keep-lock argument.
6763         (elmo-pop3-read-msg): Ditto.
6764         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6765         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6766         (elmo-network-initialize-session): Call elmo-pop3-lock.
6767         (elmo-folder-close-internal): Don't clear location-alist slot.
6768         (elmo-folder-check): Clear location-alist slot.
6769
6770 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6773         (elmo-pop3-send-command): Call elmo-pop3-lock.
6774         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6775         (elmo-pop3-read-contents): Ditto.
6776         (elmo-pop3-lock): New function.
6777         (elmo-pop3-unlock): Ditto.
6778         (elmo-pop3-locked-p): Ditto.
6779         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6780         returns t.
6781
6782 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6783
6784         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6785
6786         * elmo-util.el (elmo-file-field-primitive-condition-match):
6787         New inline function (Don't fetch file content if "first" or "last").
6788         (elmo-file-field-condition-match): Use
6789         elmo-file-field-primitive-condition-match.
6790
6791         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6792         "first".
6793
6794         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6795         (elmo-message-fetch-plugged): Fixed.
6796
6797         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6798
6799 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * elmo.el (elmo-folder-move-messages): Bind
6802         elmo-inhibit-display-retrieval-progress as t while moving messages.
6803
6804         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6805         New variable.
6806         (elmo-inhibit-display-retrieval-progress): Ditto.
6807
6808         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6809         for retrieval progress;
6810         Don't display progress when total buffer size is smaller than
6811         elmo-display-retrieval-progress-threshold.
6812         (elmo-message-fetch-plugged): Don't display progress when
6813         elmo-inhibit-display-retrieval-progress is non-nil.
6814
6815         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6816         for retrieval progress;
6817         Don't display progress when literal size is smaller than
6818         elmo-display-retrieval-progress-threshold.
6819         (elmo-imap4-message-fetch): Don't display progress when
6820         elmo-inhibit-display-retrieval-progress is non-nil.
6821
6822 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6823
6824         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6825         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6826         (elmo-imap4-message-fetch): Likewise.
6827
6828         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6829         (elmo-shimbun-index-range-alist): Ditto.
6830         (elmo-shimbun-use-entire-index): Abolish.
6831         (shimbun-mua-use-entire-index): Ditto.
6832         (elmo-shimbun-folder): Added new slot `range'.
6833         (elmo-folder-initialize): Setup slot `range'.
6834
6835 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6838         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6839         (elmo-shimbun-get-headers): Use return value of
6840         `shimbun-article-expiration-days'.
6841         (elmo-folder-close-internal): Clean up last-check slot.
6842
6843         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6844         (elmo-pop3-total-size): New variable.
6845         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6846
6847         * elmo.el (elmo-folder-reserve-status-p): New method.
6848
6849         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6850         (elmo-shimbun-use-entire-index): New user option.
6851         (shimbun-elmo-mua): New class.
6852         (shimbun-mua-search-id): Define.
6853         (shimbun-mua-use-entire-index): Ditto.
6854         (elmo-shimbun-folder:last-check): New slot.
6855         (elmo-shimbun-headers-cache-header-list): Abolish.
6856         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6857         (elmo-shimbun-headers-cache-header-hash): Ditto.
6858         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6859         (elmo-shimbun-headers-cache-last-check): Ditto.
6860         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6861         (elmo-shimbun-headers-check-p): Rewrite.
6862         (elmo-shimbun-msgdb-to-headers): New function.
6863         (elmo-shimbun-get-headers): Rewrite.
6864         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6865         (elmo-folder-open-internal): Get headers only if
6866         `elmo-shimbun-headers-check-p' is non-nil.
6867         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6868         is non-nil.
6869         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6870         (elmo-quit): Removed.
6871
6872         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6873         function.
6874         (elmo-msgdb-overview-entity-set-extra): Ditto.
6875         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6876
6877         * elmo-map.el (elmo-folder-status): Don't call
6878         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6879         is non-nil.
6880
6881 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6882
6883         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6884         of `elmo-msgdb-search-internal-primitive' when condition's car is
6885         `and' or `or'.
6886
6887 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6890
6891 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6892
6893         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6894         call `elmo-pipe-drain'.
6895
6896 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6897
6898         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6899         typo. (elmo-cache-folder -> elmo-mark-folder)
6900
6901 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6902
6903         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6904         `elmo-message-fetch'.
6905
6906 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6907
6908         * elmo-net.el (elmo-message-encache): Fixed typo.
6909         (elmo-message-fetch-unplugged): Changed call
6910         `elmo-message-fetch-internal' without argument `outbuf'.
6911
6912 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6913
6914         * elmo.el (elmo-message-encache): Define as generic function.
6915         (elmo-message-fetch-field): New generic function.
6916         (elmo-message-fetch-with-cache-process): Cause an error when
6917         fetch strategy is 'entire but only 'section cache is available.
6918         (toplevel): Fixed nmz folder definition.
6919
6920         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6921         (elmo-msgdb-resume-list-filename): Ditto.
6922         (elmo-queue-filename): Ditto.
6923         (elmo-enable-disconnected-operation): Changed default value to t.
6924
6925         * elmo-util.el (elmo-cache-path-section-p): New function.
6926         (elmo-file-cache-get): Use it.
6927         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6928         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6929         (elmo-dop-queue-save): Ditto.
6930
6931         * elmo-net.el (elmo-folder-status-unplugged): Call
6932         elmo-folder-status-dop.
6933         (elmo-folder-list-messages-unplugged): Implemented.
6934         (elmo-folder-delete-messages-unplugged): Define.
6935         (elmo-folder-msgdb-create): Define.
6936         (elmo-folder-msgdb-create-unplugged): Define.
6937         (elmo-folder-mark-as-read-unplugged): Ditto.
6938         (elmo-folder-unmark-read-unplugged): Ditto.
6939         (elmo-folder-mark-as-important-unplugged): Ditto.
6940         (elmo-folder-unmark-important-unplugged): Ditto.
6941         (elmo-message-encache): Ditto.
6942
6943         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6944         (elmo-dop-queue-save): Ditto.
6945
6946         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6947         `elmo-folder-msgdb-create'.
6948         (elmo-folder-append-buffer): Implemented unplugged operation.
6949         (elmo-folder-append-messages): Call parent method in unplugged status.
6950         (elmo-message-fetch-unplugged): Removed definition.
6951         (elmo-message-fetch-field): Implemented.
6952
6953         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6954         (elmo-dop-folder): Removed variable definition.
6955         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6956         (elmo-dop-queue-flush): Implemented.
6957         (elmo-dop-queue-merge): Removed definition (TODO).
6958         (elmo-dop-spool-folder): New function.
6959         (elmo-dop-spool-folder-append-buffer): Ditto.
6960         (elmo-dop-spool-folder-list-messages): Ditto.
6961         (elmo-dop-list-deleting-messages): Ditto.
6962         (elmo-folder-append-buffer-dop): Ditto.
6963         (elmo-folder-delete-messages-dop): Ditto.
6964         (elmo-message-encache-dop): New inline function.
6965         (elmo-create-folder-dop): Ditto.
6966         (elmo-folder-mark-as-read-dop): Ditto.
6967         (elmo-folder-unmark-read-dop): Ditto.
6968         (elmo-folder-mark-as-important-dop): Ditto.
6969         (elmo-folder-unmark-important-dop): Ditto.
6970         (elmo-folder-status-dop): Fixed.
6971         (elmo-folder-append-buffer-dop-delayed): New function.
6972         (elmo-folder-delete-messages-dop-delayed): Ditto.
6973         (elmo-dop-msgdb): Ditto.
6974
6975 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6976
6977         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6978
6979 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6980
6981         * elmo.el (elmo-folder-move-messages): Fixed problem when
6982         `dst-folder' is 'null.
6983
6984 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6985
6986         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6987         instead of current mark.
6988
6989         * elmo-multi.el (elmo-folder-list-importants-internal): No
6990         operation if importants is not list.
6991
6992         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6993         Return t if importants is not list.
6994
6995         * elmo-map.el (elmo-map-folder-list-importants): Define.
6996         (elmo-folder-list-importants-internal): Check return value of
6997         `elmo-map-folder-list-importants-internal'.
6998
6999         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
7000
7001         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
7002
7003         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
7004
7005         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
7006
7007 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7008
7009         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
7010         (Patch is provided by <kita@coe.nttdata.co.jp>).
7011
7012 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7013
7014         * elmo.el (elmo-folder-synchronize): Don't check important mark in
7015         mark folder.
7016
7017 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7018
7019         * elmo.el (elmo-message-fetch): Define.
7020         (elmo-message-fetch-with-cache-process): New generic method.
7021         (elmo-message-fetch-internal): New generic method.
7022         (elmo-folder-synchronize):
7023
7024         * elmo-archive.el (elmo-message-fetch-internal): Define.
7025         (elmo-message-fetch): Eliminated.
7026
7027         * elmo-localdir.el (elmo-message-fetch-internal): Define.
7028         (elmo-message-fetch): Eliminated.
7029
7030         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
7031         argument OUTBUF.
7032         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
7033
7034         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
7035         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
7036
7037         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
7038         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
7039
7040         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
7041
7042         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
7043
7044         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
7045
7046         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
7047         (elmo-message-fetch-unplugged): New generic method.
7048         (elmo-message-fetch-internal): Remove cache process (Renamed from
7049         `elmo-message-fetch').
7050
7051         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
7052         (elmo-message-fetch): Eliminated.
7053         (elmo-message-fetch-unplugged): Ditto.
7054
7055         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
7056
7057 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7058
7059         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
7060         of `to-be-deleted' from number-alist to number-list.
7061
7062 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7063
7064         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
7065         (elmo-folder-mark-as-important): Ditto.
7066
7067 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * elmo.el (elmo-folder): Added process-duplicates slot.
7070
7071         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
7072         (elmo-folder-unmark-read): Ditto.
7073         (elmo-folder-unmark-important): Ditto.
7074         (elmo-folder-mark-as-important): Ditto.
7075
7076         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
7077         duplicated message processing.
7078
7079         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
7080
7081 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7082
7083         * elmo-util.el (elmo-list-subdirectories-1): New function.
7084         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
7085         (elmo-mapcar-list-of-list): New function.
7086
7087         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
7088         `elmo-mapcar-list-of-list' instead of `mapcar'.
7089
7090         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
7091
7092         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
7093         `elmo-have-link-count'. Return the fully qualified folder name.
7094
7095 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
7098         (elmo-shimbun-headers-cache): New internal variable.
7099         (elmo-shimbun-headers-cache-header-list): New inline function.
7100         (elmo-shimbun-headers-cache-set-header-list): Ditto.
7101         (elmo-shimbun-headers-cache-header-hash): Ditto.
7102         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
7103         (elmo-shimbun-headers-cache-last-check): Ditto.
7104         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7105         (elmo-shimbun-lapse-seconds): Ditto.
7106         (elmo-shimbun-headers-cache-check-p): Ditto.
7107         (elmo-shimbun-get-headers): New function.
7108         (elmo-folder-open-internal): Call it.
7109         (elmo-quit): Define (Clear headers-cache).
7110
7111 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7112
7113         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7114
7115         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7116         (elmo-msgdb-flist-save): Ditto.
7117
7118         * elmo-shimbun.el (elmo-folder-list-subfolders):
7119         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7120         (elmo-folder-exists-p): Ditto.
7121
7122         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7123         argument for `shimbun-header-insert'.
7124
7125 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7128         at first time.
7129
7130         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7131         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7132
7133 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7136         (elmo-folder-plugged-p): Define.
7137         (elmo-folder-set-plugged): Ditto.
7138         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7139         (elmo-folder-list-messages-internal): Return t if unplugged.
7140         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7141
7142         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7143         when elmo-folder-list-messages-internal method of children returns t.
7144
7145         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7146         pair is nil.
7147         (elmo-folder-open-internal): Don't update if unplugged status.
7148
7149 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7152         new message.
7153
7154 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7157
7158         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7159         saving.
7160
7161 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7164
7165         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7166         (elmo-folder-open-internal): Set up headers slot.
7167         (elmo-folder-check): Call elmo-folder-close-internal and
7168         elmo-folder-open-internal.
7169         (elmo-folder-close-internal): Clean up headers slot.
7170
7171 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7172
7173         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7174         exactly folder list.
7175         (elmo-folder-append-messages): Fixed append archive with prefix.
7176
7177         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7178         make temp files with start-number.
7179
7180         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7181
7182 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7183
7184         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7185         argument `visible-only'.
7186         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7187         instead of `if'.
7188
7189         * elmo-pop3.el (elmo-folder-open-internal): Check
7190         `elmo-inhibit-number-mapping' is non-nil.
7191
7192         * elmo-pipe.el (elmo-folder-status): Fixed.
7193
7194 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7197
7198         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7199         (elmo-folder-open-internal): Setup `header-hash' slot.
7200         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7201         information.
7202         (elmo-map-message-fetch): Ditto.
7203
7204 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7207         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7208         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7209         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7210
7211         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7212
7213 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * sb-airs.el: Added footer.
7216
7217         * shimbun.el (shimbun-article): Define as luna-method.
7218
7219         * sb-tcup.el: New file.
7220
7221         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7222         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7223
7224 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7225
7226         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7227         (shimbun-get-headers): Ditto.
7228
7229         * elmo.el: Moved obsolete variable definitions from
7230         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7231
7232         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7233         groups.
7234
7235         * shimbun.el: New file.
7236
7237         * elmo-shimbun.el: New file.
7238
7239         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7240         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7241         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7242         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7243
7244 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7245
7246         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7247         hierarchy is t.
7248
7249 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * elmo.el (elmo-folder-msgdb): Define as macro.
7252         (elmo-folder-open): Added argument `load-msgdb'.
7253         (elmo-generic-folder-open): Ditto.
7254         (elmo-folder-encache): New function.
7255
7256         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7257
7258         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7259
7260         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7261         Eliminated argument FOLDER and added argument MSGDB.
7262         (elmo-dop-queue-load): Moved from elmo-dop.el.
7263         (elmo-dop-queue-save): Ditto.
7264
7265         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7266
7267         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7268
7269         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7270         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7271         (elmo-filter-folder-list-importants-internal): Ditto.
7272
7273         * elmo-map.el (elmo-folder-pack-number): Ditto.
7274
7275         * elmo-mime.el (elmo-mime-message-display): Ditto.
7276
7277         * elmo.el (elmo-generic-folder-commit): Ditto.
7278         (elmo-folder-list-unreads): Ditto.
7279         (elmo-folder-list-importants): Ditto.
7280         (elmo-generic-folder-commit): Ditto.
7281         (elmo-message-set-mark): Ditto.
7282         (elmo-generic-folder-append-msgdb): Ditto.
7283         (elmo-folder-synchronize): Ditto.
7284         (elmo-folder-messages): Ditto.
7285         (elmo-init): Call elmo-dop-queue-load.
7286         (elmo-folder-list-messages): Ditto.
7287
7288         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7289         (elmo-nntp-folder-process-crosspost): Ditto.
7290         (elmo-folder-list-unreads-internal): Ditto.
7291
7292         * elmo-dop.el: Removed old functions.
7293
7294 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7297         `folder' to `msgdb'.
7298
7299 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7302         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7303
7304         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7305         case-fold-search.
7306
7307 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7310         defined.
7311
7312         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7313         (mmimap-parse-parameters-from-list): Define as alias for
7314         `mime-decode-parameter-plist' if it is defined as function.
7315         (mmimap-make-mime-entity): Added argument `number'.
7316         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7317         as 0.
7318         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7319
7320         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7321
7322         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7323
7324         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7325
7326 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7329
7330         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7331         when elmo-imap4-default-authenticate-type is nil.
7332         (elmo-folder-list-subfolders): Ditto
7333         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7334         (elmo-imap4-fetch-callback-1-subr): Renamed from
7335         `elmo-imap4-fetch-callback-1' and define as inline function.
7336         (elmo-imap4-fetch-callback-1):
7337         Renamed from `elmo-imap4-fetch-callback'.
7338         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7339
7340         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7341         msgdb path (To keep compatibility with main trunk).
7342
7343         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7344
7345         * elmo-util.el (elmo-make-file-cache): Moved position of
7346         some macros.
7347
7348         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7349         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7350         instead of `elmo-pop3-inhibit-uidl'.
7351         (elmo-folder-exists-p): Ditto.
7352         (elmo-pop3-folder-list-messages): Ditto.
7353
7354         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7355         instead of `elmo-pop3-inhibit-uidl'.
7356         (elmo-folder-status): Ditto.
7357
7358         * elmo-dop.el (elmo-dop-folder): New variable.
7359         (elmo-dop-lock-message): Eliminated.
7360         (elmo-dop-unlock-message): Ditto.
7361         (elmo-dop-lock-list-load): Ditto.
7362         (elmo-dop-lock-list-save): Ditto.
7363         (elmo-dop-delete-folder): Ditto.
7364         (elmo-dop-rename-folder): Ditto.
7365
7366         * elmo.el: Removed incomplete commentary.
7367
7368 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7369
7370         * elmo.el (toplevel): Require 'elmo-version first;
7371         for little `recursive-load-depth' settings.
7372         Fix "ends here" comment.
7373
7374 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7375
7376         * elmo-util.el (toplevel): Require 'poem;
7377         Some functions are moved from elmo-cache.el.
7378
7379         * elmo-net.el (toplevel): Require 'elmo-cache.
7380
7381         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7382
7383         * elmo.el (toplevel): Ditto.
7384
7385         * elmo-cache.el: Rewrite with luna;
7386         Some functions are moved to elmo-util.el.
7387
7388         * elmo-internal.el (elmo-internal-folder-list): New variable.
7389         (elmo-internal-folder-initialize): Rewrite.
7390         (elmo-folder-list-subfolders): Ditto.
7391
7392         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7393         (elmo-cache-collect-sub-directories): Ditto.
7394
7395 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7396
7397         * elmo-version.el (elmo-version): Up to 2.5.8.
7398
7399         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7400
7401         * elmo-util.el (elmo-list-insert): New function.
7402
7403 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * elmo.el (elmo-init): New function.
7406         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7407
7408         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7409         (Renamed from `elmo-localdir-header-chop-length').
7410
7411         * elmo-pop3.el (elmo-pop3-use-cache,
7412         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7413
7414         * elmo-nntp.el (elmo-message-fetch): Define.
7415         (elmo-message-fetch-unplugged): Ditto.
7416         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7417         (elmo-nntp-use-cache): Ditto.
7418         (elmo-nntp-max-number-precedes-list-active): Ditto.
7419
7420         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7421
7422         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7423         `elmo-msgdb-insert-file-header'.
7424         Use `elmo-msgdb-file-header-chop-length'.
7425
7426         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7427         `elmo-vars.el'.
7428
7429         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7430         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7431         `elmo-msgdb-insert-file-header'.
7432
7433         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7434         Use new variable;
7435         Define obsolete variables with `elmo-define-obsolete-variable',
7436
7437         * elmo-util.el (elmo-warning-buffer-name): New constant.
7438         (elmo-warning): New function.
7439         (elmo-obsolete-variable-alist): New variable.
7440         (elmo-obsolete-variable-show-warnings): New variable.
7441         (elmo-define-obsolete-variable): New function.
7442         (elmo-resque-obsolete-variable): Ditto.
7443         (elmo-resque-obsolete-variables): Ditto.
7444
7445 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7446
7447         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7448         Eliminated.
7449
7450         * elmo-pop3.el, elmo-nntp.el: Use custom.
7451
7452 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7453
7454         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7455         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7456
7457 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * Luna-fy Kenichi OKADA's following changes.
7460         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7461         `nohide'.
7462         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7463
7464 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7465
7466         * elmo-util.el (elmo-display-progress): Prefer
7467         `progress-feedback-with-label' to `lprogress-display'.
7468
7469 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7470
7471         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7472
7473 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7474
7475         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7476         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7477         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7478         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7479         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7480         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7481         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7482         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7483         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7484         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7485         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7486         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7487         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7488
7489 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7490
7491         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7492         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7493
7494 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * elmo.el (elmo-folder-process-crosspost): New generic method.
7497         (elmo-folder-writable-p): Ditto.
7498         (elmo-folder-message-appendable-p): Eliminated.
7499         (elmo-generic-folder-append-msgdb): Rewrite.
7500         (elmo-newsgroups-hashtb): New internal variable.
7501         (elmo-crosspost-message-set): Eliminated.
7502         (elmo-crosspost-message-delete): Ditto.
7503         (elmo-setup-subscribed-newsgroups): New function.
7504         (elmo-crosspost-message-alist-modified): New internal variable.
7505         (elmo-crosspost-message-alist-load): New function (Renamed from
7506         `wl-crosspost-alist-load').
7507         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7508         `wl-crosspost-alist-save').
7509
7510         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7511
7512         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7513         `unreads'.
7514         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7515         elmo-newsgroups-hashtb).
7516         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7517         `elmo-nntp-folder-update-crosspost-message-alist'.
7518         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7519         `elmo-nntp-groups-hashtb'.
7520         (elmo-nntp-make-groups-hashtb): Eliminated.
7521         (elmo-nntp-parse-newsgroups): New function (Renamed from
7522         `wl-parse-newsgroups').
7523         (elmo-folder-creatable-p, elmo-folder-writable-p,
7524         elmo-folder-close-internal, elmo-folder-mark-as-read,
7525         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7526         Define.
7527         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7528
7529         * elmo-net.el (elmo-message-fetch): Check buffer size.
7530
7531         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7532
7533         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7534
7535         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7536         before `close' command.
7537
7538         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7539         `mark-alist' (All other related portions are changed).
7540
7541 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7542
7543         * elmo-util.el (elmo-create-hash-size): Eliminated.
7544         (elmo-make-hash) Make a hash with `one less than a power of two'
7545         length.
7546
7547         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7548         (elmo-hash-maximum-size): Changed value.
7549
7550 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7553         (elmo-mime-message-display-as-is): Ditto.
7554
7555 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7558         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7559
7560 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7561
7562         * elmo-mark.el: New file.
7563
7564         * elmo-internal.el: Rewrite (Almost empty).
7565
7566 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7569         (mime-imap-entity-header-string): Ditto.
7570         (mmimap-entity-section): Rewrite.
7571
7572 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * elmo-nmz.el: New file.
7575
7576         * elmo-pipe.el: Rewrite with luna.
7577
7578 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * elmo-archive.el: Rewrite with luna.
7581
7582         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7583         (elmo-folder-list-importants-internal): Ditto.
7584
7585 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * elmo-archive.el (elmo-archive-version): Abolish.
7588         (toplevel) Removed `boso' comment.
7589
7590 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7593         elmo-msgdb-add-msgs-to-seen-list-subr;
7594         Changed argument seen-marks to unread-marks.
7595
7596         * elmo-nntp.el: Rewrite with luna.
7597
7598 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7599
7600         * elmo-filter.el: Rewrite with luna.
7601
7602 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * elmo-pop3.el: Rewrite with luna.
7605
7606 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7607
7608         * elmo-multi.el: Rewrite with luna.
7609
7610         * elmo-vars.el (elmo-use-killed-list): Abolish.
7611         All other related portions are changed.
7612         (elmo-filename-replace-string-alist): Renamed from
7613         elmo-msgid-replace-string-alist.
7614
7615 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7618
7619         * elmo-map.el: New file.
7620         * elmo-maildir.el: Rewrite with luna.
7621
7622 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7623
7624         * elmo.el: Changed meaning of `elmo-folder-commit'.
7625         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7626
7627 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7628
7629         * elmo.el (elmo-folder-append-buffer): New function.
7630         (Renamed from `elmo-append-msg')
7631
7632 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7633
7634         * elmo-mime.el: New file.
7635
7636 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * elmo-cache.el: Rewrite.
7639
7640 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7641
7642         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7643
7644 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * elmo-vars.el (elmo): New group.
7647         (elmo-strict-diff-folder-regexp): New variable.
7648
7649         * elmo-util.el (elmo-call-func): Abolish.
7650         (elmo-folder-get-type): Ditto.
7651         (elmo-*-get-spec): Ditto.
7652         (elmo-*-spec-*): Ditto.
7653         (elmo-imap4-identical-name-space-p): Ditto.
7654         (elmo-folder-identical-system-p): Ditto.
7655         (elmo-folder-direct-copy-alist): Ditto.
7656         (elmo-folder-direct-copy-p): Ditto.
7657
7658         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7659         (elmo-folder-initialize): Define.
7660         (elmo-folder-get-primitive-list): Ditto.
7661
7662         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7663         (elmo-folder-initialize): Define.
7664         Renamed `elmo-network-session-host-internal' to
7665         `elmo-network-session-server-internal'.
7666
7667         * elmo-multi.el (elmo-multi-folder): New luna class.
7668         (elmo-folder-initialize): Define.
7669         (elmo-folder-get-primitive-list): Ditto.
7670         (elmo-folder-contains-type): Ditto.
7671         (elmo-message-use-cache-p): Ditto.
7672
7673         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7674         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7675
7676         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7677         (elmo-folder-initialize): Define.
7678
7679         * elmo-filter.el (elmo-filter-folder): New luna class.
7680         (elmo-folder-initialize): Define.
7681         (elmo-folder-get-primitive-list): Ditto.
7682         (elmo-folder-contains-type): Ditto.
7683
7684 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7685
7686         * elmo-imap4.el: Rewrite with luna.
7687
7688         * mmimap.el: New file.
7689
7690         * mmelmo.el, mmelmo-imap4.el: Removed.
7691
7692         * elmo-net.el: Ditto.
7693
7694         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7695         (elmo-folder-initialize): Define.
7696
7697         * elmo-archive.el (elmo-archive-folder): New luna class.
7698         (elmo-folder-initialize): Define.
7699
7700         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7701         `elmo-folder-msgdb-path'.
7702         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7703         `elmo-make-folder'.
7704
7705 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * elmo.el: New file.
7708
7709         * elmo2.el: Renamed to elmo.el.
7710
7711 \f
7712 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7713
7714         * elmo-cache.el (elmo-cache-expire-by-size): Count
7715         a disk usage for a cache file entry in KB even when
7716         its kind is a directory.
7717
7718 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * elmo-version.el (elmo-version): Up to 2.5.7.
7721
7722 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7723
7724         * elmo-version.el (elmo-version): Up to 2.5.6.
7725
7726 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * elmo-version.el (elmo-version): Up to 2.5.5.
7729
7730 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7731
7732         * elmo-imap4.el (elmo-network-authenticate-session):
7733         Fixed a logic for response checking.
7734
7735 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7736
7737         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7738         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7739         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7740         `sasl-mechanisms'.
7741
7742         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7743         for `starttls-open-stream' and `starttls-negotiate'.
7744
7745         * elmo-nntp.el: Remove autoload settings for
7746         `starttls-open-stream' and `starttls-negotiate'.
7747
7748         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7749         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7750         `luna-define-class' with `eval-and-compile'.
7751
7752 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7753
7754         * elmo-util.el (elmo-read-search-condition-internal):
7755         Require an element of table for searching field.
7756
7757 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * elmo-version.el (elmo-version): Up to 2.5.4.
7760
7761 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7764
7765 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7766
7767         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7768
7769 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7770
7771         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7772         before greeting.
7773
7774 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * elmo-imap4.el (elmo-imap4-delete-folder):
7777         Send "close" before "delete" (Use commented out line).
7778         (elmo-imap4-rename-folder): Ditto.
7779
7780         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7781         folder string itself.
7782         (elmo-dop-list-deleted): New function.
7783         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7784         killed.
7785
7786         * elmo-util.el (elmo-string-rassoc-all): New function.
7787
7788 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * elmo-version.el (elmo-version): Up to 2.5.3.
7791
7792         * elmo-net.el (elmo-network-get-session): Changed logic for
7793         checking process status.
7794
7795         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7796         process is nil;
7797         Changed logic for checking process status.
7798
7799 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7802         before greeting.
7803         (elmo-network-setup-session): Set UIDL hash size according to
7804         the length of list response.
7805         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7806         according to the length of list response;
7807         Return the length of list response.
7808         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7809
7810 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7811
7812         * elmo-imap4.el (toplevel): Require 'ssl.
7813         Add autoload 'starttls.
7814         * elmo-pop3.el (toplevel): Ditto.
7815         * elmo-nntp.el (toplevel): Ditto.
7816
7817 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7818
7819         * elmo-imap4.el (toplevel): defun at compile time.
7820         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7821         sasl-next-step, sasl-step-data, sasl-step-set-data.
7822         * elmo-pop3.el (toplevel): Ditto.
7823
7824 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7825
7826         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7827
7828 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7831         if error.
7832         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7833         and `elmo-pop-auth-apop'.
7834
7835 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7836
7837         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7838
7839 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7840
7841         * elmo-pop3.el (elmo-network-authenticate-session): Split
7842         encoded response value.
7843
7844 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7845
7846         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7847         `elmo-pop3-force-login'.
7848         Redefine `sasl-mechanisms'.
7849         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7850
7851 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7852
7853         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7854         Delete `elmo-imap4-authenticator-alist'.
7855         (elmo-imap4-auth-cram-md5): Delete.
7856         (elmo-imap4-auth-digest-md5): Delete.
7857
7858 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7859
7860         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7861         (elmo-pop3-auth-scram-md5): Ditto.
7862         (elmo-pop3-auth-cram-md5): Ditto.
7863
7864 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7865
7866         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7867         Delete `elmo-pop3-authenticator-alist'.
7868
7869 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7870
7871         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7872         new SASL API.
7873         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7874
7875 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7876
7877         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7878
7879 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7882         Fixed problem when `elmo-pop3-use-uidl' is nil.
7883         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7884
7885 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7886
7887         * elmo-version.el (elmo-version): Up to 2.5.2.
7888
7889 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7892         New function.
7893         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7894         (elmo-pop3-msgdb-create-as-numlist): Use it.
7895
7896         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7897         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7898
7899         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7900         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7901
7902 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7903
7904         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7905         when elmo-mark-as-read is called with second argument nil.
7906
7907 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7910         Moved to elmo-util.el.
7911
7912         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7913         Moved from elmo-pipe.el
7914
7915         * elmo-archive.el (elmo-archive-call-process): Enclose with
7916         static-if.
7917
7918         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7919         "RFC822" (because RFC822.PEEK is obsolete).
7920         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7921
7922 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7923
7924         * elmo-archive.el (elmo-archive-call-process): Don't check for
7925         the exit status when Nemacs is running.
7926
7927 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7930         'plain.
7931
7932         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7933         (elmo-pop3-get-spec): Set default of auth to 'user.
7934
7935         * elmo-imap4.el (elmo-imap4-session-check):
7936         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7937         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7938         (elmo-imap4-auth-login): New function; Revival.
7939         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7940         `elmo-imap4-auth-login'.
7941
7942 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7943
7944         * elmo2.el (toplevel): Move `product-provide' declare.
7945         * mmelmo.el (toplevel): Ditto.
7946
7947 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7950
7951 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7952
7953         * elmo-util.el (elmo-folder-get-store-type): New function.
7954         (elmo-folder-direct-copy-p): Use it.
7955
7956 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7957
7958         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7959         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7960         and result of `elmo-imap4-use-flag-p'.
7961         (elmo-imap4-fetch-callback-1): Set mark according to
7962         the result of `elmo-imap4-use-flag-p'.
7963
7964 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7967         (elmo-generic-list-folder-unread): Ditto.
7968         (elmo-folder-get-info): Ditto.
7969         (elmo-folder-set-info-max-by-numdb): Ditto.
7970         (elmo-folder-get-info-max): Ditto.
7971         (elmo-folder-get-info-length): Ditto.
7972         (elmo-folder-get-info-unread): Ditto.
7973         (elmo-folder-info-make-hashtb): Ditto.
7974
7975         * elmo2.el: Removed above functions.
7976
7977 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7978
7979         * elmo-imap4.el (toplevel): Require 'ssl.
7980         Add autoload 'starttls.
7981         * elmo-pop3.el (toplevel): Ditto.
7982         * elmo-nntp.el (toplevel): Ditto.
7983
7984 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7985
7986         * elmo-imap4.el (toplevel): defun at compile time.
7987         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7988         sasl-next-step, sasl-step-data, sasl-step-set-data.
7989         * elmo-pop3.el (toplevel): Ditto.
7990
7991 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7992
7993         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7994
7995 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7996
7997         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7998         if error.
7999         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
8000         and `elmo-pop-auth-apop'.
8001
8002 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
8005
8006 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8007
8008         * elmo-pop3.el (elmo-network-authenticate-session): Split
8009         encoded response value.
8010
8011 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8012
8013         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
8014         `elmo-pop3-force-login'.
8015         Redefine `sasl-mechanisms'.
8016         * elmo-vars.el (elmo-pop3-force-login): Ditto.
8017
8018 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8019
8020         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
8021         Delete `elmo-imap4-authenticator-alist'.
8022         (elmo-imap4-auth-cram-md5): Delete.
8023         (elmo-imap4-auth-digest-md5): Delete.
8024
8025 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8026
8027         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
8028         (elmo-pop3-auth-scram-md5): Ditto.
8029         (elmo-pop3-auth-cram-md5): Ditto.
8030
8031 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8032
8033         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
8034         Delete `elmo-pop3-authenticator-alist'.
8035
8036 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8037
8038         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
8039         new SASL API.
8040         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
8041
8042 \f
8043 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
8046
8047 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * elmo-nntp.el (elmo-nntp-get-folders-info):
8050         Fixed problem when '\' character is contained in user-id.
8051         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
8052
8053 \f
8054 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * elmo-imap4.el (elmo-imap4-delete-folder):
8057         Send "close" before "delete" (Use commented out line).
8058         (elmo-imap4-rename-folder): Ditto.
8059
8060         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
8061         folder string itself.
8062         (elmo-dop-list-deleted): New function.
8063         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
8064         killed.
8065
8066         * elmo-util.el (elmo-string-rassoc-all): New function.
8067
8068         * elmo-version.el (elmo-version): Up to 2.5.1.
8069
8070 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8071
8072         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
8073
8074         * elmo-internal.el (elmo-internal-search): Fix last change.
8075
8076 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * elmo-internal.el (elmo-internal-search): Rewrite.
8079         (Fixed problem which is pointed out by Akihiro MOTOKI
8080         <motoki@da.jp.nec.com>)
8081
8082         * elmo-version.el (elmo-version): Up to 2.5.0.
8083
8084 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8085
8086         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
8087
8088 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8089
8090         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
8091         non-nil, make hierarchy.
8092
8093 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
8094
8095         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
8096         `elmo-pop3-use-uidl' must be bound to nil.
8097         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
8098
8099 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * elmo-util.el (elmo-copy-file): Don't cause an error after
8102         `add-name-to-file' failed.
8103
8104         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8105         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8106
8107 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8108
8109         * elmo-version.el (elmo-version): Up to 2.3.93.
8110
8111 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * elmo-util.el (elmo-flatten): New function.
8114
8115 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8116
8117         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8118         sync Author header.
8119         * elmo-cache.el (toplevel): Ditto.
8120         * elmo-database.el (toplevel): Ditto.
8121         * elmo-date.el (toplevel): Ditto.
8122         * elmo-dop.el (toplevel): Ditto.
8123         * elmo-filter.el (toplevel): Ditto.
8124         * elmo-imap4.el (toplevel): Ditto.
8125         * elmo-internal.el (toplevel): Ditto.
8126         * elmo-localdir.el (toplevel): Ditto.
8127         * elmo-localnews.el (toplevel): Ditto.
8128         * elmo-maildir.el (toplevel): Ditto.
8129         * elmo-msgdb.el (toplevel): Ditto.
8130         * elmo-multi.el (toplevel): Ditto.
8131         * elmo-net.el (toplevel): Ditto.
8132         * elmo-nntp.el (toplevel): Ditto.
8133         * elmo-pipe.el (toplevel): Ditto.
8134         * elmo-pop3.el (toplevel): Ditto.
8135         * elmo-util.el (toplevel): Ditto.
8136         * elmo-vars.el (toplevel): Ditto.
8137         * elmo2.el (toplevel): Ditto.
8138         * mmelmo-imap4.el (toplevel): Ditto.
8139         * mmelmo.el (toplevel): Ditto.
8140
8141         * elmo-version.el (elmo-version): Move to top.
8142
8143         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8144         * elmo-imap4.el (toplevel): Ditto.
8145         * elmo-localdir.el (toplevel): Ditto.
8146         * elmo-msgdb.el (toplevel): Ditto.
8147         * elmo-nntp.el (toplevel): Ditto.
8148         * elmo-pop3.el (toplevel): Ditto.
8149         * elmo-version.el (toplevel): Ditto.
8150
8151         * elmo-localnews.el (toplevel): Added Keyword header.
8152
8153 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * elmo-version.el (product-version-as-string): Defined using
8156         `defun-maybe'.
8157         (toplevel): Use it.
8158
8159         * elmo-localdir.el (toplevel): Updated copyright notice.
8160         * elmo-version.el (toplevel): Ditto.
8161         * elmo-msgdb.el (toplevel): Ditto.
8162         * elmo-imap4.el (toplevel): Ditto.
8163         * elmo-nntp.el (toplevel): Ditto.
8164         * elmo-pop3.el (toplevel): Ditto.
8165
8166 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8169         messages.
8170
8171         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8172         parameter value (It sometimes contains raw kanji).
8173
8174 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8175
8176         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8177         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8178
8179 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8180
8181         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8182
8183 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8184
8185         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8186         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8187
8188 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8189
8190         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8191         value if selecting folder succceeded.
8192         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8193
8194 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195
8196         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8197         representation.
8198
8199         * elmo-util.el (elmo-string-matched-member): New function.
8200
8201 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8202
8203         * elmo-util.el (elmo-unintern): New macro.
8204         (elmo-number-set-member): Fixed docstring.
8205
8206         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8207         tag token.
8208
8209 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8210
8211         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8212         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8213
8214 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8215
8216         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8217         `no-error'.
8218         Added docstring.
8219         Return non-nil if selecting folder succeeded.
8220         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8221
8222 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8225         `file-name-completion' returns t.
8226         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8227         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8228         directory if it does not exist.
8229         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8230         for iteration.
8231
8232 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8235         enclosure (It's harmful in unplugged status).
8236
8237         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8238
8239         * mmelmo-1.el: Removed.
8240
8241         * mmelmo-2.el: Ditto.
8242
8243         * mmelmo-imap4-1.el: Ditto.
8244
8245         * mmelmo-imap4-2.el: Ditto.
8246
8247         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8248
8249         * mmelmo.el: Merged mmelmo-2.el.
8250
8251         * elmo-version.el (elmo-version): Up to 2.3.92.
8252
8253 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8254
8255         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8256         elmo-update-number): Remove last period in "...done." message.
8257         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8258         Ditto.
8259         * elmo-cache.el (elmo-cache-expire-by-size,
8260         elmo-cache-get-sorted-cache-file-list,
8261         elmo-cache-msgdb-create-as-numlist): Ditto.
8262         * elmo-dop.el (elmo-dop-save-pending-messages,
8263         (elmo-dop-flush-pending-append-operations): Ditto.
8264         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8265         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8266         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8267         (elmo-localdir-pack-number): Ditto.
8268         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8269         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8270         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8271         mime-write-entity-content): Ditto.
8272         * pldap.el (ldap-search-basic): Ditto.
8273
8274 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * elmo-version.el (elmo-version): Up to 2.3.91.
8277
8278         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8279         Only when filter is 'last'.
8280
8281         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8282         (elmo-condition-parse-search-value): Use it.
8283         (elmo-read-search-condition-internal): Quote value only when
8284         it is not an atom.
8285
8286 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8287
8288         * elmo2.el (elmo-generic-folder-diff): Fix.
8289
8290 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8291
8292         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8293         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8294         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8295         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8296         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8297         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8298
8299 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8300
8301         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8302         extra-fields.
8303
8304 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * elmo-version.el (elmo-version): Up to 2.3.90.
8307
8308         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8309         (elmo-imap4-list-folder-important): Ditto.
8310
8311 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8312
8313         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8314
8315 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8316
8317         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8318
8319 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8320
8321         * elmo-nntp.el (elmo-network-initialize-session):
8322         Add starttls negotiation.
8323
8324 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8325
8326         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8327         response.
8328         (elmo-network-setup-session): Define.
8329         Call `elmo-nntp-send-mode-reader' when session opened.
8330
8331 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8334
8335 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8336
8337         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8338         an invalid SPACE character ahead of `SEARCH' command.  Move
8339         a valid SPACE character following `SEARCH' from conditional
8340         `format' arguments to control-strings.
8341
8342 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8343
8344         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8345         was succeeded.
8346
8347         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8348
8349 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8352         `w32-get-true-file-link-count' as t.
8353
8354         * elmo-imap4.el (elmo-imap4-read): Abolished.
8355         (Renamed to `elmo-read' and moved to elmo-util.el)
8356         All other related portions are changed.
8357
8358         * elmo-util.el (elmo-read): New function.
8359         (elmo-condition-parse-search-value): Use it.
8360
8361 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8364
8365         * elmo-nntp.el (elmo-nntp-session): Define.
8366         (elmo-nntp-setting): Abolished.
8367         All other related portions are changed.
8368         (elmo-nntp-get-server-command): Changed argument.
8369         (elmo-nntp-set-server-command): Ditto.
8370         (elmo-nntp-xover-p): Ditto.
8371         (elmo-nntp-set-xover): Ditto.
8372         (elmo-nntp-listgroup-p): Ditto.
8373         (elmo-nntp-set-listgroup): Ditto.
8374         (elmo-nntp-list-active-p): Ditto.
8375         (elmo-nntp-set-list-active): Ditto.
8376         (elmo-nntp-xhdr-p): Ditto.
8377         (elmo-nntp-set-xhdr): Ditto.
8378         (elmo-nntp-flush-connection): Abolished.
8379         (elmo-nntp-get-connection): Abolished.
8380         (elmo-nntp-get-session): New function.
8381         (elmo-network-initialize-session): Defined.
8382         (elmo-network-authenticate-session): Ditto.
8383         (elmo-nntp-send-mode-reader): Changed argument.
8384         (elmo-nntp-send-command): Changed argument.
8385         All other related portions are changed.
8386         (elmo-nntp-read-response): Ditto.
8387         (elmo-nntp-read-raw-response): Ditto.
8388         (elmo-nntp-read-contents): Ditto.
8389         (elmo-nntp-read-body): Ditto.
8390         (elmo-nntp-goto-folder): Abolished.
8391         (elmo-nntp-select-group): New function.
8392         All other related portions are changed.
8393         (This function substitutes `elmo-nntp-goto-folder')
8394         (elmo-nntp-msgdb-create-by-header): Rewrite.
8395         (elmo-nntp-get-overview): Eliminated.
8396         (elmo-nntp-get-message): Ditto.
8397         (elmo-nntp-open-connection) Abolished.
8398         (elmo-nntp-read-msg): Rewrite.
8399         (elmo-nntp-post): Ditto.
8400         (elmo-nntp-send-data): Abolished.
8401         (elmo-nntp-send-buffer): New function.
8402         (elmo-nntp-send-data-line): Define as inline function.
8403         (elmo-nntp-get-folders-info-prepare): Use session as key.
8404         (elmo-nntp-groups-read-response): Changed argument.
8405         (elmo-nntp-retrieve-headers): Ditto.
8406         (elmo-nntp-msgdb-create-message): Ditto.
8407
8408         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8409         when searching by 'since' or 'before'.
8410
8411 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8412
8413         * elmo-version.el (toplevel): Use product-version-as-string for set
8414         verstion-string, if defined.
8415
8416 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8417
8418         * elmo-util.el: Doc fixes.
8419
8420 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8421
8422         * elmo-archive.el (toplevel): Use product-provide.
8423         * elmo-cache.el (toplevel): Ditto.
8424         * elmo-database.el (toplevel): Ditto.
8425         * elmo-date.el (toplevel): Ditto.
8426         * elmo-dop.el (toplevel): Ditto.
8427         * elmo-filter.el (toplevel): Ditto.
8428         * elmo-imap4.el (toplevel): Ditto.
8429         * elmo-internal.el (toplevel): Ditto.
8430         * elmo-localdir.el (toplevel): Ditto.
8431         * elmo-localnews.el (toplevel): Ditto.
8432         * elmo-maildir.el (toplevel): Ditto.
8433         * elmo-msgdb.el (toplevel): Ditto.
8434         * elmo-multi.el (toplevel): Ditto.
8435         * elmo-net.el (toplevel): Ditto.
8436         * elmo-nntp.el (toplevel): Ditto.
8437         * elmo-pipe.el (toplevel): Ditto.
8438         * elmo-pop3.el (toplevel): Ditto.
8439         * elmo-util.el (toplevel): Ditto.
8440         * elmo-vars.el (toplevel): Ditto.
8441         * elmo2.el (toplevel): Ditto.
8442         * mmelmo-1.el (toplevel): Ditto.
8443         * mmelmo-2.el (toplevel): Ditto.
8444         * mmelmo-imap4-1.el (toplevel): Ditto.
8445         * mmelmo-imap4-2.el (toplevel): Ditto.
8446         * mmelmo-imap4.el (toplevel): Ditto.
8447         * mmelmo.el (toplevel): Ditto.
8448
8449 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8450
8451         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8452         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8453
8454 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8455
8456         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8457         before splitting.
8458         (elmo-multi-split-number-alist): Ditto.
8459
8460 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8461
8462         * elmo-version.el: New file.  Use product.el.
8463         * elmo2.el: Add (require 'elmo-version).
8464         * elmo-vars.el (elmo-appname, elmo-version): Move to
8465         elmo-version.el
8466
8467 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8470         `elmo-msgdb-expand-path'.
8471         (elmo-msgdb-load): Ditto.
8472         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8473         (elmo-generic-list-folder-unread): Rewrite.
8474         (elmo-generic-list-folder-important): Changed argument.
8475         (elmo-list-folder-unread): Ditto.
8476         (elmo-list-folder-important): Ditto.
8477         (elmo-folder-diff): Rewrite.
8478         (elmo-generic-folder-diff): New function.
8479         (elmo-multi-get-number-alist-list): Abolished
8480         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8481         (elmo-multi-folder-diff): Moved to elmo-multi.el
8482         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8483
8484         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8485         `elmo-msgdb-expand-path'.
8486         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8487         (elmo-pop3-read-msg): Ditto.
8488         (elmo-pop3-delete-msgs): Ditto.
8489         (elmo-pop3-folder-diff): New alias.
8490
8491         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8492         `elmo-msgdb-expand-path'.
8493         (elmo-pipe-list-folder-unread): Changed arguments.
8494         (elmo-pipe-list-folder-important): Ditto.
8495         (elmo-pipe-folder-diff): New alias.
8496
8497         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8498         `elmo-msgdb-expand-path'.
8499         (elmo-nntp-max-of-folder): Ditto.
8500         (elmo-nntp-msgdb-create): Ditto.
8501         (elmo-nntp-delete-msgs): Ditto.
8502         (elmo-nntp-folder-diff): New alias.
8503
8504         * elmo-multi.el (elmo-multi-folder-diff): New function.
8505         (elmo-multi-split-mark-alist): Ditto.
8506         (elmo-multi-split-number-alist): Ditto.
8507         (elmo-multi-mark-alist-list): Abolished (Renamed to
8508         elmo-multi-split-mark-alist).
8509         (elmo-multi-list-folder-unread): Rewrite.
8510         (elmo-multi-list-folder-important): Ditto.
8511         (elmo-multi-list-folder): Set `spec' as 1st argument for
8512         `elmo-msgdb-expand-path'.
8513         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8514         instead of `elmo-multi-get-number-alist-list'.
8515
8516         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8517         If 1st argument is not string, treat as spec.
8518         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8519         `elmo-msgdb-expand-path'.
8520         (elmo-msgdb-flist-load): Ditto.
8521         (elmo-msgdb-flist-save): Ditto.
8522         (elmo-msgdb-delete-path): Ditto.
8523         (elmo-msgdb-rename-path): Ditto.
8524
8525         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8526         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8527         (elmo-maildir-delete-mark-msgs): Ditto.
8528         (elmo-maildir-msgdb-create): Ditto.
8529         (elmo-maildir-read-msg): Ditto.
8530         (elmo-maildir-delete-msgs): Ditto.
8531         (elmo-maildir-list-folder-subr): Ditto.
8532         (elmo-maildir-search): Ditto.
8533         (elmo-maildir-get-msg-filename): Ditto.
8534         (elmo-maildir-pack-number): Ditto.
8535         (elmo-maildir-folder-diff): New alias.
8536
8537         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8538
8539         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8540         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8541         (elmo-localdir-folder-diff): New alias.
8542
8543         * elmo-internal.el (elmo-internal-list-folder-subr):
8544         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8545         (elmo-internal-list-folder-by-location): Ditto.
8546         (elmo-internal-msgdb-create): Ditto.
8547         (elmo-internal-delete-msgs): Ditto.
8548         (elmo-internal-read-msg): Ditto.
8549         (elmo-internal-folder-diff): New alias.
8550
8551         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8552         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8553         `elmo-msgdb-expand-path'.
8554         (elmo-imap4-list-folder-unread): Changed arguments.
8555         (elmo-imap4-list-folder-important): Ditto.
8556
8557         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8558         (elmo-filter-list-folder-important): Ditto.
8559         (elmo-filter-folder-diff): New function.
8560
8561         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8562
8563         * elmo-cache.el (elmo-cache-list-folder):
8564         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8565         (elmo-cache-copy-msgs): Ditto.
8566         (elmo-cache-folder-diff): New alias.
8567
8568         * elmo-archive.el (elmo-archive-list-folder-subr):
8569         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8570         (elmo-archive-get-archive-name): Ditto.
8571         (elmo-archive-create-file): Ditto.
8572         (elmo-archive-append-msg): Ditto.
8573         (elmo-archive-copy-msgs): Ditto.
8574         (elmo-archive-copy-msgs-froms): Ditto.
8575         (elmo-archive-get-msg-filename): Ditto.
8576         (elmo-archive-folder-diff): New alias.
8577
8578 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8579
8580         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8581         (elmo-pop3-stream-type-alist): New variable.
8582         (elmo-nntp-stream-type-alist): New variable.
8583
8584         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8585         (elmo-kill-buffer): Ditto.
8586         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8587         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8588         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8589         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8590         (elmo-imap4-get-spec): Take into account
8591         `elmo-imap4-stream-type-alist'.
8592
8593 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8594
8595         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8596         (elmo-nntp-list-folders-get-cache): Ditto.
8597
8598 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8601         character before 'uid'.
8602
8603 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8604
8605         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8606
8607         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8608
8609         * elmo-util.el (elmo-number-set-member): New function.
8610         (elmo-number-set-append-list): Ditto.
8611         (elmo-number-set-append): Ditto.
8612
8613         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8614         Use `elmo-number-set-member'.
8615         (elmo-living-messages): Ditto.
8616         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8617         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8618
8619         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8620         (elmo-imap4-add-to-cont-list): Abolished.
8621         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8622         instead of elmo-imap4-add-to-cont-list.
8623
8624         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8625         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8626
8627         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8628
8629 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8630
8631         * elmo-util.el (elmo-condition-parse-search-value):
8632         Fixed date parsing.
8633
8634 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * elmo-util.el (elmo-condition-find-key-internal): New function.
8637         (elmo-condition-find-key): Ditto.
8638
8639         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8640         (elmo-msgdb-search-internal): Ditto.
8641         (elmo-msgdb-search): Ditto.
8642
8643 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8646         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8647
8648         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8649         (elmo-nntp-search-primitive): Fixed problem when condition is
8650         'unmatch'.
8651
8652         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8653
8654         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8655         (elmo-nntp-xhdr-p): New macro.
8656         (elmo-nntp-set-xhdr): Ditto.
8657         (elmo-nntp-parse-xhdr-response): New function.
8658         (elmo-nntp-retrieve-field): Ditto.
8659         (elmo-nntp-search-primitive): Ditto.
8660         (elmo-nntp-search): Implemented.
8661
8662         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8663
8664         * elmo-archive.el (elmo-archive-search): Set all number list to
8665         `elmo-archive-field-condition-match'
8666
8667         * elmo-localdir.el (elmo-localdir-search): Likewise.
8668
8669         * elmo-maildir.el (elmo-maildir-search): Likewise.
8670
8671 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8672
8673         * elmo-msgdb.el (elmo-living-messages): New function.
8674         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8675         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8676         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8677         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8678         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8679         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8680         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8681         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8682         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8683         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8684         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8685
8686 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8687
8688         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8689
8690         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8691
8692         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8693
8694         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8695         arguments for `SEARCH' command.
8696         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8697         All other related portions are changed.
8698
8699         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8700
8701         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8702         (elmo-list-folder-unread): Rewrite.
8703         (elmo-list-folder-important): Ditto.
8704
8705         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8706         (elmo-condition-parse-error): New inline function.
8707         (elmo-read-search-condition): New function.
8708         (elmo-read-search-condition-internal): Ditto.
8709         (elmo-parse-search-condition): Rewrite.
8710         (elmo-condition-parse): New function.
8711         (elmo-condition-parse-or-expr): Ditto.
8712         (elmo-condition-parse-and-expr): Ditto.
8713         (elmo-condition-parse-primitive): Ditto.
8714         (elmo-condition-parse-search-value): Ditto.
8715         (elmo-buffer-field-primitive-condition-match): Ditto.
8716         (elmo-buffer-field-condition-match): Rewrite.
8717         (elmo-file-field-condition-match): Ditto.
8718
8719         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8720         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8721
8722         * elmo-internal.el (elmo-internal-search): Set `number' and
8723         `number-list' argument of `elmo-file-field-condition-match'.
8724
8725         * elmo-maildir.el (elmo-maildir-search): Ditto.
8726
8727         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8728         `msgdb' as argument instead of `mark-alist'.
8729         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8730         `overview'.
8731
8732         * elmo-multi.el: Likewise.
8733
8734         * elmo-pipe.el: Likewise.
8735
8736         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8737         (elmo-imap4-search-internal): Rewrite.
8738         (elmo-imap4-search): Ditto.
8739
8740         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8741         (elmo-filter-list-folder-unread): Ditto.
8742         (elmo-filter-list-folder-important): Ditto.
8743         (elmo-filter-search): Rewrite.
8744
8745         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8746         `number-list' argument of `elmo-file-field-condition-match'.
8747         (elmo-cache-search): Ditto.
8748
8749         * elmo-localdir.el: Likewise.
8750
8751         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8752         number-list and pass it to `elmo-buffer-field-condition-match'.
8753         (elmo-archive-field-condition-match): Pass `number-list' to
8754         `elmo-archive-field-condition-match'
8755
8756 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8759         `listgroup'.
8760
8761         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8762         (elmo-folder-diff-async-callback-data): Ditto.
8763         (elmo-folder-diff-async): New function.
8764
8765         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8766         (elmo-network-session-cache-key): Use it as a prefix of the session
8767         name.
8768         (elmo-network-open-session): Ditto.
8769
8770         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8771         (elmo-imap4-status-callback-data): Ditto.
8772         (elmo-imap4-server-diff-async-callback): New variable.
8773         (elmo-imap4-server-diff-async-callback-data): Ditto.
8774         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8775         `elmo-imap4-status-callback-data'.
8776         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8777         `elmo-imap4-status-callback-data' as nil.
8778         (elmo-imap4-server-diff): Ditto.
8779         (elmo-imap4-server-diff-async-callback-1): New function.
8780         (elmo-imap4-server-diff-async): Ditto.
8781         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8782
8783 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8784
8785         * elmo-util.el (elmo-list-delete): Doc fix.
8786         (elmo-delete-lists): Abolish.
8787         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8788         instead of `elmo-delete-lists'.
8789
8790 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8791
8792         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8793         before `sort'.
8794
8795 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8796
8797         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8798         `elmo-imap4-literal-subr'.
8799         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8800         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8801
8802 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8803
8804         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8805         (elmo-archive-list-folder): Fix.
8806         (elmo-archive-max-of-folder): Fix.
8807
8808 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8809
8810         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8811          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8812         (elmo-localdir-append-msg): Ditto.
8813         (elmo-localdir-list-folder): Fix for `nonsort'.
8814         (elmo-localdir-list-folder-subr): Fix for `killed'.
8815         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8816         (elmo-maildir-list-folder-subr): Ditto.
8817         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8818         (elmo-archive-list-folder-subr): Ditto.
8819         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8820         (elmo-internal-list-folder-subr): Ditto.
8821
8822 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8823
8824         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8825
8826 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8827
8828         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8829
8830 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8833         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8834
8835         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8836         before greeting.
8837         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8838         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8839
8840 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8843
8844         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8845         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8846         before STORE command.
8847
8848 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8851
8852         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8853         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8854         of `response'.
8855         (elmo-imap4-list-folders): Removed unused local variable.
8856         (elmo-network-initialize-session): Ditto.
8857         (elmo-imap4-delete-msg-by-id): Ditto.
8858         (elmo-imap4-parse-fetch): Ditto.
8859         (elmo-imap4-copy-msgs): Ditto.
8860         Use `dst-spec' instead of `dst-folder'.
8861         (elmo-network-authenticate-session): Check authenticate type `plain'.
8862
8863 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8864
8865         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8866         garbage checking.
8867         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8868         `elmo-imap4-response-value'.
8869         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8870
8871 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8872
8873         * elmo-imap4.el (elmo-imap4-send-command):
8874         Cause elmo-imap4-bye-error when current response is BYE.
8875         (elmo-imap4-arrival-filter): Changed greeting response value.
8876
8877         * elmo2.el (elmo-imap4-bye-error): Define.
8878
8879         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8880         (elmo-imap4-server-diff): Ditto.
8881         (elmo-imap4-response-bye-p): New macro.
8882         (elmo-imap4-response-error-text): Get text from BYE response.
8883         (elmo-imap4-read-response): Return if BYE response.
8884         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8885         (elmo-imap4-folder-exists-p): Ditto.
8886         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8887         (elmo-imap4-parse-bye): New function.
8888         (elmo-imap4-parse-response): Remove needless let.
8889         Call `elmo-imap4-parse-bye'.
8890
8891 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8894         the mailbox does not exist.
8895         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8896
8897 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8898
8899         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8900
8901 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8902
8903         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8904
8905         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8906         (elmo-network-initialize-session-buffer): Defined.
8907
8908         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8909         Abolished.
8910         (mmelmo-imap4-get-mime-entity): Rewrite.
8911
8912         * elmo2.el (elmo-error): Capitalize error message.
8913
8914         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8915         (elmo-network-session-buffer): New macro.
8916         (elmo-network-open-session): Use it.
8917
8918         * elmo-imap4.el: Rewrite.
8919
8920 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8921
8922         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8923
8924 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8925
8926         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8927         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8928         (elmo-imap4-create-msgdb-from-overview-string): Use
8929         `elmo-msgdb-create-overview-from-buffer'.
8930
8931 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8932
8933         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8934         (elmo-imap4-default-hierarchy-delimiter): New variable.
8935         (elmo-imap4-list-folders): Use it.
8936
8937 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * elmo-net.el (elmo-network-open-session): Add user and
8940         stream-type for process-buffer name.
8941
8942         * elmo-pop3.el (elmo-network-initialize-session): Call
8943         buffer-disable-undo.
8944
8945         * elmo-imap4.el (elmo-network-initialize-session):
8946         Set current-buffer as an argument for `buffer-disable-undo'.
8947
8948         * elmo-pop3.el (elmo-network-close-session): Don't use
8949         `process-live-p'.
8950
8951         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8952         Set default as 'user.
8953
8954         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8955
8956         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8957         and `elmo-imap4-flush-connection'.
8958
8959         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8960         (elmo-pop3-get-spec): Assume auth as symbol.
8961         (elmo-open-network-stream): Moved to `elmo-net'.
8962
8963         * elmo-pop3.el (toplevel): Require 'elmo-net.
8964         Define `sasl-cram-md5' to silence byte compilier.
8965         (elmo-pop3-connection-cache) Abolished.
8966         (elmo-pop3-authenticator-alist) New variable.
8967         (elmo-pop3-session): Define.
8968         (elmo-pop3-connection-get-process): Abolished.
8969         (elmo-pop3-connection-get-buffer): Ditto.
8970         (elmo-pop3-close-connection): Ditto.
8971         (elmo-pop3-flush-connection): Ditto.
8972         (elmo-pop3-get-connection): Ditto.
8973         (elmo-pop3-get-session): New function.
8974         (Replacement for `elmo-pop3-get-connection').
8975         All other related modules are changed.
8976         (elmo-network-close-session): Define.
8977         (elmo-pop3-send-command): Abolished argument `buffer'.
8978         All other related modules are changed.
8979         (elmo-pop3-read-response): Likewise.
8980         (elmo-pop3-open-connection): Abolished.
8981         (elmo-pop3-auth-user): New function.
8982         (elmo-pop3-auth-apop): Ditto.
8983         (elmo-pop3-auth-cram-md5): Ditto.
8984         (elmo-pop3-auth-scram-md5): Ditto.
8985         (elmo-pop3-auth-digest-md5): Ditto.
8986         (elmo-network-initialize-session): Define.
8987         (elmo-network-authenticate-session): Ditto.
8988         (elmo-network-setup-session): Ditto.
8989
8990         * elmo-imap4.el (toplevel): Require 'elmo-net.
8991         (elmo-imap4-session): Define.
8992         (elmo-imap4-connection-cache): Abolished.
8993         (elmo-imap4-password-key): Ditto.
8994         (elmo-imap4-flush-connection): Ditto.
8995         (elmo-imap4-get-connection): Ditto.
8996         All other related modules are changed.
8997         (elmo-imap4-get-session): New function
8998         (Replacement for `elmo-imap4-get-connection').
8999         (elmo-imap4-read-response): Abolished argument `buffer'.
9000         All other related modules are changed.
9001         (elmo-imap4-send-command): Likewise.
9002         (elmo-imap4-select-folder): Abolished.
9003         All other related modules are changed.
9004         (elmo-imap4-select-mailbox): New function.
9005         (Replacement for `elmo-imap4-select-folder').
9006         (elmo-imap4-auth-login): Simplify.
9007         (Assume current buffer as process buffer)
9008         (elmo-imap4-auth-cram-md5): Ditto.
9009         (elmo-imap4-auth-digest-md5): Ditto.
9010         (elmo-imap4-login): Ditto.
9011         (elmo-imap4-open-connection): Abolished.
9012         (elmo-imap4-open-connection-1): Abolished.
9013         (elmo-network-initialize-sessoin): Define.
9014         (elmo-network-authenticate-session): Ditto.
9015         (elmo-network-setup-session): Ditto.
9016
9017         * elmo-net.el: New module.
9018
9019 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9020
9021         * elmo-util.el (elmo-define-error): New function.
9022
9023         * elmo2.el (elmo-error): Define.
9024         (elmo-open-error): Define.
9025         (elmo-authenticate-error): Define.
9026
9027         * elmo-imap4.el (elmo-imap4-error): Abolish.
9028         (elmo-imap4-error-type): Abolish.
9029         (elmo-imap4-error-process): Abolish.
9030         (elmo-imap4-error-message): Abolish
9031         (elmo-imap4-list-folders): Don't quote lambda.
9032         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
9033         (elmo-imap4-parse-namespace): Ditto.
9034         (elmo-imap4-open-connection): Rewrite.
9035         (elmo-imap4-open-connection-1): Simplified (authenticate only).
9036         (elmo-imap4-get-connection): Abolish local variable `result'.
9037
9038 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
9039
9040         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
9041         wrong-type-argument error when auth is nil.
9042
9043 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
9046         (elmo-default-nntp-stream-type): Ditto.
9047         (elmo-default-pop3-stream-type): Ditto.
9048         (elmo-network-stream-type-alist): Ditto.
9049         (elmo-default-imap4-ssl): Abolished.
9050         (elmo-default-nntp-ssl): Ditto.
9051         (elmo-default-pop3-ssl): Ditto.
9052
9053         * elmo-util.el: (toplevel): Removed needless requires.
9054         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
9055         (elmo-open-network-stream): Open network stream according to
9056         the value of `elmo-network-stream-type-alist'.
9057         (elmo-get-network-stream-type): New function.
9058         (elmo-network-stream-type-spec-string): New macro.
9059         (elmo-network-stream-type-symbol): Ditto.
9060         (elmo-network-stream-type-function): Ditto.
9061
9062         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
9063         network-stream-type. All other related portions are changed.
9064         (elmo-pop3-open-connection): Ditto.
9065
9066         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
9067         network-stream-type. All other related portions are changed.
9068
9069         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
9070         network-stream-type.All other related portions are changed.
9071         (elmo-imap4-error): New macro.
9072         (elmo-imap4-error-type): Ditto.
9073         (elmo-imap4-error-process): Ditto.
9074         (elmo-imap4-error-message): Ditto.
9075         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
9076         (elmo-imap4-auth-cram-md5): Ditto.
9077         (elmo-imap4-auth-digest-md5): Ditto.
9078         (elmo-imap4-login): Ditto.
9079         (elmo-imap4-open-connection): Remove password entry if authentication
9080         was in vain.
9081         (elmo-imap4-user-at-host): Abolished.
9082         (elmo-imap4-password-key): New buffer local variable.
9083         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
9084         using protocol, port, auth and stream-type.
9085
9086         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
9087
9088 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
9089
9090         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
9091
9092         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
9093
9094         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
9095         (elmo-imap4-authenticator-alist): New variable.
9096         (elmo-imap4-open-connection-1): Rename from
9097         elmo-imap4-open-connection.
9098         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
9099         only wraps elmo-imap4-open-connection-1.
9100         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
9101         user-at-host.
9102         (elmo-imap4-auth-login): New function.
9103         (elmo-imap4-auth-cram-md5): New function.
9104         (elmo-imap4-auth-digest-md5): New function.
9105         (elmo-imap4-login): New function.
9106
9107 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9108
9109         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9110         function `error'.
9111
9112 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9113
9114         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9115
9116 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9119
9120 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9121
9122         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9123         for server responses, quote `*' regardless of where it appears.
9124
9125 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9126
9127         * elmo-maildir.el (elmo-maildir-commit): New alias.
9128
9129 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9130
9131         * elmo-util.el (elmo-display-progress):
9132                 Use `progress-feedback-with-label'.
9133
9134 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9135
9136         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9137         (elmo-imap4-non-atom-char-regex): Ditto.
9138         (elmo-imap4-non-text-char-regex): Ditto.
9139         (elmo-imap4-literal-threshold): Ditto.
9140         (elmo-imap4-atom-p): New function.
9141         (elmo-imap4-quotable-p): Ditto.
9142         (elmo-imap4-nil): Ditto.
9143         (elmo-imap4-atom): Ditto.
9144         (elmo-imap4-quoted): Ditto.
9145         (elmo-imap4-literal-subr): Ditto.
9146         (elmo-imap4-literal): Ditto.
9147         (elmo-imap4-buffer-literal): Ditto.
9148         (elmo-imap4-string-subr): Ditto.
9149         (elmo-imap4-string): Ditto.
9150         (elmo-imap4-buffer-string): Ditto.
9151         (elmo-imap4-astring-subr): Ditto.
9152         (elmo-imap4-astring): Ditto.
9153         (elmo-imap4-buffer-astring): Ditto.
9154         (elmo-imap4-nstring): Ditto.
9155         (elmo-imap4-buffer-nstring): Ditto.
9156         (elmo-imap4-mailbox): New alias.
9157         (elmo-imap4-field-body): Ditto.
9158         (elmo-imap4-userid): Ditto.
9159         (elmo-imap4-password): Ditto.
9160         (elmo-imap4-format-quoted): New function.
9161         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9162         arguments and handle "atom", "quoted" and "literal" string here.
9163         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9164         `elmo-imap4-send-command'.
9165         (elmo-imap4-folder-exists-p): Likewise.
9166         (elmo-imap4-create-folder): Likewise.
9167         (elmo-imap4-delete-folder): Likewise.
9168         (elmo-imap4-rename-folder): Likewise.
9169         (elmo-imap4-max-of-folder): Likewise.
9170         (elmo-imap4-check-validity): Likewise.
9171         (elmo-imap4-sync-validity): Likewise.
9172         (elmo-imap4-server-diff): Likewise.
9173         (elmo-imap4-select-folder): Likewise.
9174         (elmo-imap4-copy-msgs): Likewise.
9175         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9176         (elmo-imap4-mark-set-on-msgs): Likewise.
9177         (elmo-imap4-read-part): Likewise.
9178         (elmo-imap4-read-msg): Likewise.
9179         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9180         `elmo-imap4-password' for `elmo-imap4-send-command'.
9181         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9182         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9183         `elmo-imap4-buffer-literal'.
9184         (elmo-imap4-append-msg): Likewise.
9185
9186         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9187         `delete' for removing dead connection from the connection cache.
9188         Move deletion of the process buffer after that.
9189         (elmo-imap4-list): Change `defsubst' to `defun'.
9190         (elmo-imap4-commit): Make error message verbose.
9191         (elmo-imap4-search): Ditto.
9192         (elmo-imap4-list): Ditto.
9193         (elmo-imap4-select-folder): Ditto.
9194         (elmo-imap4-copy-msgs): Ditto.
9195         (elmo-imap4-delete-msg-by-id): Ditto.
9196         (elmo-imap4-append-msg-by-id): Ditto.
9197         (elmo-imap4-append-msg): Ditto.
9198
9199 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9200
9201         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9202         when dired is used on XEmacs.
9203
9204 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9205
9206         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9207         instead of `append'.
9208         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9209         `elmo-plugged-p' directly.
9210         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9211         of `elmo-plugged-p' directly.
9212
9213         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9214         Eliminate unused variable.  Use `memq' for checking a process status.
9215         Use `cons' instead of `append' for updating the connection cache.
9216         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9217         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9218
9219 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9220
9221         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9222         `elmo-imap4-read-point' exactly.
9223
9224         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9225         the local variable `folder' to `mailbox'.
9226         Rename the argument `fld' to `folder'.
9227
9228 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9229
9230         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9231         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9232
9233 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9234
9235         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9236         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9237         (elmo-pop3-uidl-number-hash): Ditto.
9238         (elmo-pop3-size-hash): Ditto.
9239         (elmo-pop3-uidl-done): Ditto.
9240         (elmo-pop3-list-done): Ditto.
9241         (elmo-pop3-connection-get-process): New defmacro.
9242         (elmo-pop3-connection-get-buffer): Ditto.
9243         (elmo-pop3-close-connection): Delete buffer and process.
9244         (elmo-pop3-flush-connection): Don't delete buffer and process.
9245         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9246         Setup UIDL and size hash.
9247         (elmo-pop3-send-command-no-erase): Deleted
9248         (elmo-pop3-send-command): Added optional argument `no-erase'.
9249         (elmo-pop3-parse-uidl-response): New function.
9250         (elmo-pop3-parse-list-response): Set size hash.
9251         (elmo-pop3-list-location): New function.
9252         (elmo-pop3-list-by-uidl-subr): Ditto.
9253         (elmo-pop3-list-by-list): Ditto.
9254         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9255         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9256         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9257         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9258         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9259         Use uidl.
9260         (elmo-pop3-uidl-to-number): New function.
9261         (elmo-pop3-number-to-uidl): Ditto.
9262         (elmo-pop3-number-to-size): Ditto.
9263         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9264         Set number by use of uidl.
9265         (elmo-pop3-msgdb-create-message): Likewise.
9266         Set size, loc-alist in msgdb.
9267         (elmo-pop3-read-msg): Set number by use of uidl.
9268         Added optional argument `msgdb'.
9269         (elmo-pop3-delete-msg): Ditto.
9270         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9271         (elmo-pop3-commit): Close connection.
9272
9273         * elmo-pipe.el (elmo-pipe-max-of-folder):
9274         Bind `elmo-pop3-use-uidl' as nil.
9275         (elmo-pipe-drain): Ditto.
9276         Call `elmo-commit'.
9277
9278         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9279         (elmo-msgdb-overview-entity-set-size): New defsubst.
9280
9281 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * elmo-vars.el (elmo-use-killed-list): New variable
9284         (Renamed from `elmo-nntp-use-killed-list').
9285         (elmo-nntp-use-killed-list): Eliminated.
9286
9287         * elmo-msgdb.el (elmo-msgdb-expand-path):
9288         Changed expanding msgdb path for elmo-multi.
9289
9290         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9291         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9292         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9293         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9294         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9295         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9296         (toplevel): Deleted time-stamp line.
9297
9298         * elmo2.el (elmo-clear-killed ): Defined as function
9299         (Abolished defining as a backend function).
9300         All other related modules are changed.
9301
9302 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9303
9304         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9305
9306 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9307
9308         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9309
9310 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9311
9312         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9313
9314 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9315
9316         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9317         asynchronous folder check.
9318
9319         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9320
9321         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9322         `elmo-nntp-use-killed-list'.
9323         (elmo-nntp-list-folder): Use killed list.
9324         (elmo-nntp-max-of-folder): Ditto.
9325         (elmo-nntp-msgdb-create): Set killed list.
9326
9327         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9328
9329         * elmo2.el (elmo-clear-killed): New backend function.
9330         All other related modules are changed.
9331
9332 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9333
9334         * elmo-util.el (elmo-imap4-spec-folder): Use
9335         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9336         All callers changed.
9337
9338 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9339
9340         * mmelmo-2.el (initialize-instance):
9341         Use `mime-buffer-entity-buffer-internal' instead of
9342         `mime-entity-buffer'.
9343
9344         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9345         (mime-entity-body): Implemented.
9346         (mime-goto-header-start-point): Deleted.
9347         (mime-goto-body-end-point): Ditto.
9348         (mime-entity-point-min): Ditto.
9349         (mime-entity-point-max): Ditto.
9350         (mime-entity-children): Ditto.
9351         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9352         instead of `mime-entity-buffer'.
9353         (mime-entity-header-buffer): Ditto.
9354         (mime-entity-body-buffer): Ditto.
9355         (mime-write-entity-content): Ditto.
9356
9357         * pldap.el (ldap-static-if): New macro.
9358         (toplevel): Use it instead of `static-if'.
9359
9360 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9361
9362         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9363         included in `attrs' argument.
9364
9365 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9366
9367         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9368
9369         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9370         (ldap-ldif-safe-init-char-regexp): Ditto.
9371         (ldap-ldif-safe-string-regexp): Ditto.
9372         (ldap/ldif-safe-string-p): New macro.
9373         (ldap/ldif-insert-field): Ditto.
9374         (ldap-modify): Use it.
9375         (ldap-add): Ditto.
9376         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9377         (ldap-decode-attribute): Decode only when `attr' is consp.
9378         (ldap-delete): Bind `ret'.
9379         (toplevel): Require 'cl at compile time.
9380         Removed (require 'poe) and (require 'std11).
9381         (pldap-version): Eliminated.
9382         (ldap-search-basic): Removed auth and dn binding.
9383         (ldap-ldif-field-name-regexp): New constant.
9384         (ldap-ldif-field-head-regexp): Ditto.
9385         (ldap-ldif-next-field-head-regexp): Ditto.
9386         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9387         (ldap/field-end): New function.
9388         (ldap/field-body): Use it.
9389         (ldap/collect-field): Ditto.
9390         (ldap-search-basic): Use `ldap/field-body'.
9391
9392 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * pldap.el (ldap-default-attribute-encoder): New user option.
9395         (ldap/field-body): Decode base64 string.
9396         (ldap/collect-field): Ditto.
9397         (ldap-encode-attribute): New function.
9398         (ldap-add-entries): Use it.
9399         (ldap-modify-entries): Ditto.
9400         (ldap-search-entries): Enclosed decoding function with
9401         `with-temp-buffer' and set as unibyte.
9402         (ldap-search-basic): Set process buffer as unibyte.
9403
9404         * elmo-util.el (elmo-folder-identical-system-p):
9405         Eliminated name space checking.
9406
9407         * pldap.el: New module.
9408         toplevel: Changed condition to detect built-in ldap feature.
9409         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9410         (ldap-add): Added error handling.
9411         (ldap-modify): Ditto.
9412         (ldap-delete): Ditto.
9413
9414 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9415
9416         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9417         Initialize local variables with `let'.  Inline a temporary
9418         variable for the progress percentage.  Sort `setq' to reduce
9419         function call in the while-loop.
9420
9421         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9422         into the conditional branch.
9423
9424 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9425
9426         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9427         Move a conditional out of the while-loop.
9428
9429 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9430
9431         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9432         elmo-msgdb-overview-get-entity-by-number.
9433         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9434         throw.
9435
9436 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9437
9438         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9439         the local variable for a packed number self descriptively.
9440
9441 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9442
9443         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9444         * elmo-localdir.el (elmo-localdir-pack-number): Use
9445         `elmo-msgdb-overview-get-entity' instead of
9446         `elmo-msgdb-overview-get-entity-by-number'.
9447         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9448         (elmo-msgdb-search-overview-entity): Removed.
9449         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9450         by message-id or number.
9451         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9452         instead of `elmo-msgdb-overview-get-entity-by-number'.
9453
9454 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9455
9456         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9457         non-nil, use hash table for overview.
9458         (elmo-hash-maximum-size): New variable.
9459         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9460         (elmo-msgdb-make-overview-hashtb): New function.
9461         (elmo-msgdb-clear-overview-hashtb): New function.
9462         (elmo-clear-hash-val): New macro.
9463         All other related modules are changed.
9464
9465 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9466
9467         * elmo2.el (elmo-move-msgs): If there's other message with
9468         same message-id, don't use cache.
9469
9470 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9471
9472         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9473         number is already packed.
9474
9475 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9476
9477         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9478
9479 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9480
9481         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9482         All other related modules are changed.
9483
9484 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9485
9486         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9487         of refiling failure on Maildir.
9488
9489 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9490
9491         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9492         decoded mime-charset with cache.
9493         (elmo-msgdb-overview-entity-get-from): Ditto.
9494         (elmo-msgdb-overview-entity-get-subject): Ditto.
9495         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9496
9497 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9498
9499         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9500         (elmo-remove-passwd): Fill password with 0 before erase.
9501         * elmo-vars.el (elmo-passwd-life-time): New variable.
9502
9503 \f
9504 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9505
9506         * elmo-cache.el (elmo-buffer-cache-add):
9507         Set message cache buffer as unibyte.
9508
9509 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9510
9511         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9512         become nil.
9513
9514 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9517         when display is finished.
9518         (elmo-nntp-msgdb-create): Ditto.
9519         (elmo-nntp-groups-read-response): Ditto.
9520         (elmo-nntp-retrieve-headers): Ditto.
9521         (elmo-nntp-msgdb-create-message): Ditto.
9522         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9523         (elmo-pop3-msgdb-create-message): Ditto.
9524
9525 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9526
9527         * elmo-maildir.el (elmo-maildir-msgdb-create):
9528         Use `elmo-msgdb-sort-by-date'.
9529
9530 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9531
9532         * elmo2.el (elmo-read-msg-no-cache):
9533         Eliminated arguments after `outbuf'.
9534         Don't use cache even if it exists.
9535         (elmo-read-msg): Don't pass arguments after `outbuf' to
9536         `elmo-read-msg-no-cache'.
9537
9538 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9539
9540         * elmo-archive.el (elmo-archive-list-folders):
9541         Use `file-name-directory' if base folder does not exist.
9542
9543 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9544
9545         * elmo-archive.el (elmo-archive-list-folders): Don't use
9546         `file-name-directory'.
9547
9548 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9549
9550         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9551         If `force' is non-nil, try flushing all operation queues.
9552
9553 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9554
9555         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9556         as-binary-process.
9557
9558 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9559
9560         * elmo-util.el (elmo-display-progress): Fixed.
9561
9562 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9563
9564         * elmo-util.el (elmo-display-progress): New function.
9565         All other related modules are changed.