* elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
4         instead of `save-excursion' (for suppress compile warnings).
5         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
6         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
7         (elmo-nntp-post): Ditto.
8
9 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10
11         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
12         Mule-UCS (to-utf-16).
13         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
14         Emacs 23.
15
16 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
17
18         * utf7.el (utf7-find-coding-system-without-bom): New Function.
19         (utf7-utf-16-coding-system): use no-BOM coding system.
20         (utf7-get-u16char-converter): remove workaround for BOM.
21
22 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
23
24         * elmo-util.el (elmo-union): New function, make a union of two lists.
25
26         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
27         mime-view when displaying malformed base64 attach.
28
29         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
30         (removed duplicated code)
31
32         * modb-standard.el (modb-standard-cleanup-stale-entities): New
33         function, Remove stale entities from elmo's cache.
34
35 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
36
37         * elmo-version.el (elmo-version): Up to 2.15.7.
38
39 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
40
41         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
42         default value to `--auto-update'.
43
44 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
45
46         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
47         Add `elmo-pop3-read-point' barrier.
48
49 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
50
51         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
52         goto the previous end-point insead of the head-point, and use
53         `search-forward' instead of `re-search-forward'.
54
55 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
56
57         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
58
59 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
60
61         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
62         case-insensitive fashion.
63
64 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
65
66         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
67
68 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
69
70         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
71         `eval-and-compile' for suppress compile warnings.
72
73         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
74         instead of `defun-maybe'
75
76         * elmo-util.el: Add (eval-when-compile (require 'static)).
77
78 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
79
80         * mmimap.el: Remove (require 'static).
81         * acap.el: Ditto.
82
83         * elmo-flag.el: Move ';;; Code:' comment.
84         * elmo-imap4.el: Ditto.
85         * elmo-net.el: Ditto.
86
87         * elmo-version.el (product-provide): Fix comment.
88
89 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
90
91         * slp.el: Add (eval-when-compile (require 'cl)).
92         * elmo-date.el: Ditto.
93         * elmo-pop3.el: Ditto.
94         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
95
96 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
97
98         * modb.el (elmo-msgdb-match-condition-primitive): Use
99         `string-to-number' instead of `string-to-int'.
100
101         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
102         (elmo-msgdb-message-match-condition)
103         (elmo-msgdb-create-message-entity-from-buffer): Use
104         `string-to-number' instead of `string-to-int'.
105
106         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
107         instead of `string-to-int'.
108
109         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
110         instead of `string-to-int'.
111
112         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
113         `string-to-number' instead of `string-to-int'.
114
115         * elmo-nntp.el (elmo-nntp-make-msglist)
116         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
117         (elmo-nntp-create-msgdb-from-overview-string)
118         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
119         (elmo-nntp-search-primitive): Use `string-to-number' instead of
120         `string-to-int'.
121
122         * elmo-net.el (elmo-net-folder-set-parameters): Use
123         `string-to-number' instead of `string-to-int'.
124
125         * elmo-localdir.el (elmo-localdir-list-subr): Use
126         `string-to-number' instead of `string-to-int'.
127
128         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
129         `string-to-number' instead of `string-to-int'.
130
131         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
132         instead of `string-to-int'.
133
134         * elmo-archive.el (elmo-archive-list-folder-subr): Use
135         `string-to-number' instead of `string-to-int'.
136
137 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
138
139         * elmo-util.el (elmo-get-passwd): Fix typo.
140
141         * elmo-nntp.el (elmo-nntp-get-server-command)
142         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
143         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
144         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
145         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
146
147         * elmo-imap4.el (elmo-imap4-debug)
148         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
149         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
150         (elmo-imap4-response-value, elmo-imap4-response-error-text)
151         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
152         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
153         (elmo-imap4-identical-system-p): New backquote style.
154
155 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
156
157         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
158         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
159         (elmo-dop-queue-arguments): Ditto.
160
161         * elmo-date.el (elmo-match-substring): New backquote style.
162         (elmo-match-string, elmo-match-buffer): Ditto.
163         (elmo-date-make-sortable-string): Ditto.
164
165         * elmo-archive.el (elmo-archive-get-method):New backquote style.
166         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
167
168         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
169         style.
170
171         * elmo-net.el (elmo-network-stream-type-spec-string): New
172         backquote style.
173         (elmo-network-stream-type-symbol): Ditto.
174         (elmo-network-stream-type-feature): Ditto.
175         (elmo-network-stream-type-function): Ditto.
176         (elmo-network-session-buffer): Ditto.
177
178         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
179         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
180         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
181         (elmo-bind-directory, elmo-set-work-buf): Ditto.
182
183         * elmo.el (elmo-folder-send): New backquote style.
184
185 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
186
187         * pldap.el (ldap-static-if): New backquote style.
188         (ldap/ldif-safe-string-p): Ditto.
189         (ldap/ldif-insert-field): Ditto.
190
191         * elmo-version.el (elmo-version): Up to 2.15.6.
192
193 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
194
195         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
196         messages with \Deleted flag.
197         (elmo-folder-delete-messages-plugged): Ask before sending expunge
198         command if there are messages with \Deleted flag.
199
200 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
203         http://seclists.org/bugtraq/2007/Apr/0018.html
204         (Suggested by Tatsuya Kinoshita)
205
206 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
207
208         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
209         with \Noselect attribute.
210
211 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
212
213         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
214         hierarchical folder structure with UW-imapd.
215
216 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
217
218         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
219         when the LOGINDISABLED capability is advertised.
220
221 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
224
225 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
228         `entity'.
229         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
230         if the message entity is exists.
231
232 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * elmo-util.el (elmo-msgdb-insert-file-header): Call
235         `elmo-delete-cr-buffer'.
236
237         * elmo-localdir.el (elmo-message-fetch-internal): Use
238         `insert-file-contents-as-raw-text' instead of
239         `insert-file-contents-as-binary'.
240
241         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
242
243 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * elmo-imap4.el (elmo-network-initialize-session): Check to
246         retrieve a whole greeting message.
247
248 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
251
252 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
255         (elmo-progress-notify): Use it instead of `plist-get'.
256
257 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * elmo.el (elmo-generic-folder-append-messages): Remove unused
260         variable `table'.
261
262 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * elmo-pipe.el (elmo-folder-set-plugged): Define.
265
266 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
269         (elmo-spam-list-spam-messages): Check it option.
270
271 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
272
273         * elmo-util.el (elmo-with-progress-display): Return the value
274         of the last form in `body'.
275
276 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
279         `elmo-progress-counter' as t when a query callback returns nil.
280         (elmo-progress-clear): New function.
281         (elmo-progress-done): Split into `elmo-progress-clear'.
282         (elmo-progress-notify): Update a total slot when it is nil.
283         (elmo-with-progress-display): Call `elmo-progress-clear' in
284         unwind-protect and move calling `elmo-progress-done' to outside.
285
286         * elmo-imap4.el (elmo-imap4-find-next-line): Call
287         `elmo-progress-notify' with :total parameter instead of
288         `elmo-progress-counter-set-total'.
289
290 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
291
292         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
293         Make it interactive.
294         (elmo-progress-start): Avoid updating `elmo-progress-counter'
295         when a query callback returns nil.  Return a progress counter
296         instead of t whenever a start callback was called.
297
298 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
301         (elmo-imap4-send-command): Use it.
302         (elmo-network-initialize-session): Ditto.
303         (elmo-network-setup-session): Ditto.
304         (elmo-folder-msgdb-create-plugged): Ditto.
305
306 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * elmo-util.el (elmo-progress-done): Fix a miss refer to
309         `elmo-progress-counter'.
310
311 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
312
313         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
314         (elsp-bsfilter-list-spam-filter): New function.
315         (elsp-bsfilter-start-list-spam): Ditto.
316         (elsp-bsfilter-read-list-spam): Ditto.
317         (elmo-spam-list-spam-messages): Use async process to display
318         progress message by each message.
319
320 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
321
322         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
323         of flushing previously inserted message contents.
324
325         * elmo-imap4.el (elmo-folder-search): Fix return value.
326
327 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
330         of reporter is enable or not.
331
332 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * elmo-util.el (elmo-list-bigger-diff): Abolish.
335         (elmo-display-progress): Ditto.
336         (elmo-progress-counter-alist): Ditto.
337         (elmo-progress-set): Ditto.
338         (elmo-progress-clear): Ditto.
339         (elmo-progress-counter-all-value): Rename to
340         `elmo-progress-counter-total'.
341         (elmo-progress-counter-format): Rename to
342         `elmo-progress-counter-action'.
343         (elmo-progress-counter): New internal variable.
344         (elmo-progress-callback-function): Ditto.
345         (elmo-progress-counter-label): New function.
346         (elmo-progress-counter-set-total): Ditto.
347         (elmo-progress-counter-set-action): Ditto.
348         (elmo-progress-call-callback): Ditto.
349         (elmo-progress-start): Ditto.
350         (elmo-progress-done): Ditto.
351         (elmo-progress-notify): Rewrite.
352         (elmo-with-progress-display): Remove first argument
353         `condition'. Add optional argument `var' in `spec'.
354
355         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
356         (elmo-display-retrieval-progress-threshold): Ditto.
357         (elmo-inhibit-display-retrieval-progress): Ditto.
358
359         * Replace all pair of `elmo-progress-set' and
360         `elmo-progress-clear' into `elmo-with-progress-display'.
361
362         * Replace to call `elmo-display-progress' into pair of
363         `elmo-progress-notify' and `elmo-with-progress-display'.
364
365         * elmo-version.el (elmo-version): Up to 2.15.5.
366
367 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
370         `cond'.
371
372 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
373
374         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
375         cleanup-forms [wl:14027].
376
377 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * elmo-flag.el (elmo-global-flag-set-internal): Use
380         `elmo-copy-file' by priority when the message is a file.
381
382 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * elmo.el: Fix typo: disptch -> dispatch.
385
386 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * elmo.el (elmo-file-tag): New class.
389         (elmo-append-messages-disptch-table): New constant.
390         (elmo-folder-type-p): New function.
391         (elmo-folder-append-messages): Redefine as function.
392
393         * elmo-null.el (elmo-folder-append-messages): Renamed from
394         `elmo-folder-append-messages'.
395
396         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
397         (elmo-folder-append-messages-*-maildir): Renamed from
398         `elmo-folder-append-messages'.
399
400         * elmo-localdir.el (elmo-localdir-folder): Inherit
401         `elmo-file-tag'.
402         (elmo-folder-append-messages-*-localdir): Renamed from
403         `elmo-folder-append-messages'.
404
405         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
406         from `elmo-folder-append-messages'.
407
408         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
409         `elmo-folder-append-messages'.
410
411         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
412         function.
413         (elmo-folder-append-messages-*-filter): Ditto.
414
415         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
416
417         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
418         (elmo-folder-append-messages-*-pipe): Renamed from
419         `elmo-folder-append-messages'.
420
421         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
422
423         * elmo-file.el (elmo-file-folder): Ditto.
424
425         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
426
427         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
428         from `elmo-folder-append-messages'
429
430 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * elmo-map.el (elmo-location-map-setup): Change an argument
433         `locations' to optional.
434         (elmo-location-map-clear): Abolish.
435         (elmo-folder-clear): Follow the API change.
436
437         * elmo-pop3.el (elmo-folder-clear): Ditto.
438
439         * elmo-pop3.el (toplevel): Require elmo-map.
440         (elmo-pop3-folder): Inherit elmo-location-map and abolish
441         location-alist slot (All other related portions are changed).
442         (elmo-pop3-folder-use-uidl): New function.
443         (elmo-folder-msgdb-create): Don't sort message entities.
444         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
445         (elmo-pop3-number-to-size): Convert return value to number.
446         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
447         working buffer.
448
449         * elmo-map.el: Use `location-map' as a variable name for instance
450         instead of `mapper'.
451         (elmo-location-map-setup): Return location alist.
452         (elmo-location-map-update): Ditto.
453
454 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * elmo-map.el (elmo-location-map): New class; split location and
457         number mapping from elmo-map-folder (All other related portions
458         are changed).
459
460         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
461         change.
462
463         * elmo-version.el (elmo-version): Up to 2.15.4.
464
465 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * elmo-vars.el (elmo-use-hardlink): New user option.
468
469         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
470         `elmo-use-hardlink'.
471
472         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
473         killed-list.
474         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
475         instead of `*-internal'. Use `elmo-with-progress-display'.
476
477 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
480         `elmo-spam-process-messages-as-mbox'.
481
482         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
483
484 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
487         argument BUFFER of `call-process'.
488
489 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
490
491         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
492         args.
493         (elsp-bsfilter-list-spam-files): Ditto.
494
495 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
498         (elmo-spam-bsfilter-max-messages-per-process): New use option.
499         (elmo-spam-bsfilter-debug): Fix a group.
500         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
501         `--homedir'.
502         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
503         (elsp-bsfilter-list-spam-files): New function.
504         (elmo-spam-list-spam-messages): Define.
505         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
506         (elmo-spam-bsfilter-register-messages): New function.
507         (elmo-spam-register-spam-messages): Define.
508         (elmo-spam-register-good-messages): Ditto.
509
510         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
511
512         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
513         `nconc' and `consp'.
514
515 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
518         hash table to test whether a location is exists.
519
520 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
523         even if some error occurred.
524
525         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
526         meaningless unwind-protect.
527
528         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
529         start-number correctly.
530         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
531         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
532
533 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
536         (elmo-folder-initialize): Use it.
537         (elmo-global-flag-replace-referrer): New function.
538
539         * elmo.el (toplevel): Added autoload setting for
540         `elmo-global-flag-replace-referrer'.
541         (elmo-folder-rename): Rewrite the last change use
542         `elmo-global-flag-replace-referrer'.
543
544         * elmo-pipe.el (elmo-folder-rename): Call
545         `elmo-global-flag-replace-referrer'.
546
547 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * elmo.el (elmo-folder-rename): Set meta data for global flags
550         follow the rename.
551
552 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
555         as 'not-loaded.
556         (elmo-folder-close): Ditto.
557         (elmo-filter-folder-number-list-loaded-p): New function.
558         (elmo-filter-folder-number-list): Check whether loaded or not.
559         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
560         of `elmo-filter-folder-number-list-internal'.
561         (elmo-folder-delete-messages): Ditto.
562         (elmo-folder-length): Check whether number-list is loaded or not.
563
564 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
565
566         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
567         field `real field' into each element of list.
568         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
569         (elmo-msgdb-message-entity-field): Ditto.
570         (modb-entity-ml-info-real-fields): New function.
571
572         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
573
574         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
575         `elmo-msgdb-extra-fields'.
576
577 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * elmo-util.el (elmo-passwd-alist-load): Move point to min
580         position before read.
581
582 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
585         (elmo-global-flags-initialize): Ditto.
586
587 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
588
589         * elmo-archive.el (toplevel): Don't require emu, std11
590         and elmo-localdir.
591
592         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
593         definition.
594
595 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
596
597         * elmo.el (elmo-folder-confirm-appends): Display folder name.
598
599 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
602         literals.
603
604 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
605
606         * elmo-maildir.el (elmo-maildir-list-location): Reduce
607         `elmo-get-last-modification-time' call.
608
609 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
612         expression.
613         (elmo-maildir-set-mark): Ditto.
614         (elmo-maildir-delete-mark): Ditto.
615
616 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
617
618         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
619         optional argument `separators'.
620
621 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * elmo.el (cache-changed): Abolish.
624         (status-changed): New signal.
625         (elmo-message-killed-p): New generic function and define for
626         elmo-folder.
627         (elmo-folder-recover-messages): Ditto.
628         (elmo-message-set-cached): Emit signal `status-changed' instead of
629         `cache-changed'.
630         (elmo-message-status): New macro.
631         (elmo-message-status-folder): Ditto.
632         (elmo-message-status-number): Ditto.
633         (elmo-message-status-set-flags): Ditto.
634         (elmo-message-status-set-killed): Ditto.
635         (elmo-message-status-flags): New function.
636         (elmo-message-status-cached-p): Ditto.
637         (elmo-message-status-killed-p): Ditto.
638
639         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
640         `status-changed' instead of `cache-changed'.
641         (elmo-folder-recover-messages): Define.
642         (elmo-message-killed-p): Ditto.
643
644         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
645         `status-changed' instead of `cache-changed'.
646
647         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
648         (elmo-message-killed-p): Define.
649         (elmo-folder-recover-messages): Ditto.
650
651         * elmo-version.el (elmo-version): Up to 2.15.3.
652
653 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * elmo-signal.el (elmo-signal-bindings): Use cons to append
656         element into list.
657         (elmo-define-signal-handler): Add docstring.
658         (elmo-define-signal-filter): Ditto.
659
660         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
661
662 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * elmo-util.el (elmo-flatten): Don't use recursive call.
665
666         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
667         assignment.
668         (elmo-folder-message-make-temp-files): Use `number-to-string'
669         instead of `int-to-string'.
670
671 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * elmo-search.el (elmo-folder-delete-messages): Define.
674
675 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
678         customization type.
679         (elmo-mailing-list-count-spec-list): Ditto.
680
681         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
682         for `list-id'.
683
684 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
687         handling.
688
689 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
692         (elmo-mailing-list-count-spec-list): Ditto.
693
694         * elmo-util.el (elmo-map-until-success): New function.
695         (elmo-string-match-substring): Ditto.
696         (elmo-find-list-match-value): Ditto.
697
698         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
699         Removed.
700         (modb-entity-extract-ml-info-from-subject): Ditto.
701         (modb-entity-extract-ml-info-from-return-path): Ditto.
702         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
703         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
704         (modb-entity-extract-ml-info-from-mailman): Ditto.
705         (modb-entity-extract-mailing-list-info-functions): Ditto.
706         (modb-entity-extract-mailing-list-info): Rewrite with
707         `elmo-find-list-match-value'.
708
709 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * elmo-net.el (elmo-network-session-retry-count): New user option.
712         (elmo-network-session-buffer-name): New internal function.
713         (elmo-network-session-buffer-create): Ditto.
714         (elmo-network-open-session): Retry open network session
715         `elmo-network-session-retry-count' times.
716
717 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
718
719         * elmo-util.el (elmo-list-filter): Rewritten.
720
721 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * elmo-util.el (elmo-string-member): Allow symbol element in list.
724
725 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * elmo-search.el (elmo-make-search-engine): Use prefix
728         `elmo-search-' for require symbol instead of `else-'.
729         (elmo-search-engine-extprog): New class.
730         (elmo-search-engine-do-search): Remove nil from argument
731         list. Added argument pattern to evaluate element as function.
732         (elmo-search-engine-local-file): Derived from
733         `elmo-search-engine-extprog'.
734         (elmo-search-engine-create-message-entity): Check existance of file.
735         (elmo-search-engine-fetch-message): Ditto.
736         (elmo-search-namazu-index): Follow the API change.
737         (elmo-search-grep-target): Ditto.
738
739 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
742         characters of working buffer.
743
744         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
745         Does not bind `default-mime-charset'.
746         (elmo-msgdb-create-message-entity-from-buffer): Removed
747         unnecessary local bind.
748
749         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
750         function.
751         (modb-entity-extract-mailing-list-info-functions): Added it.
752
753 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
756         when number and message-id are non-nil.
757
758         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
759
760         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
761         conditional steatment.
762         (elmo-pop3-auth-apop): Likewise.
763         (elmo-network-authenticate-session): Likewise.
764
765 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
768         symbol `fill-column'.
769         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
770         decode field value.
771
772         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
773         (elmo-decoded-field-body): Ditto.
774
775 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
778         `tokens' to `params'.
779
780 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
783         working buffer.
784
785 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
788         decide index.
789
790 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
793         Set default value as nil.
794         (toplevel): Register search engines by
795         `elmo-search-register-engine' if there are not defined.
796
797         * elmo.el (autoload): Added autoload setting for
798         `elmo-search-register-engine'.
799
800 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * elmo.el (toplevel): `[' is redefined as the prefix of the search
803         folder instead of nmz folder.
804         (elmo-nmz-default-index-path): Added obsolete variable setting.
805         (elmo-nmz-index-alias-alist): Ditto.
806         (elmo-nmz-use-drive-letter): Ditto.
807
808         * elmo-search.el (elmo-search-register-engine): New function.
809
810         * elmo-nmz.el: Removed.
811
812         * elmo-version.el (elmo-version): Up to 2.15.2.
813
814 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * elmo-search.el: New file.
817
818 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
819
820         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
821         condition `larger' and `smaller'.
822
823 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * elmo-util.el (elmo-safe-filename): Rewrite to replace
826         `"' (double quote) into "_Q_".
827
828 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * elmo-net.el (elmo-net-quote-chars): Abolish.
831         (elmo-net-format-quoted): Ditto.
832
833 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * elmo.el (elmo-get-folder-function): New variable.
836         (elmo-get-folder): New function.
837         (elmo-folder-rename): Call `elmo-make-folder' with specified
838         mime-charset.
839
840         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
841         `elmo-make-folder'.
842         (elmo-split-subr): Ditto.
843
844         * elmo-multi.el (elmo-folder-initialize): Ditto.
845
846         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
847
848         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
849         (elmo-flag-get-folder): Ditto.
850
851         * elmo-filter.el (elmo-folder-initialize): Ditto.
852
853         * elmo-access.el (elmo-folder-initialize): Ditto.
854         (elmo-access-folder-update-children): Ditto.
855
856         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
857         (elmo-dop-queue-flush): Ditto.
858         (elmo-folder-append-buffer-dop-delayed): Ditto.
859         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
860         mime-charset.
861
862         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
863         instead of `elmo-make-folder'.
864         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
865         destination folder instead of send `elmo-folder-rename-internal'.
866
867         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
868         slot of subfolder instead of create it.
869
870 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * elmo-util.el (elmo-collect-separators): New function.
873         (elmo-collect-separators-internal): Ditto.
874         (elmo-collect-trail-separators): Ditto.
875         (elmo-parse-separated-tokens): Ditto.
876         (elmo-parse-separated-tokens-internal): Ditto.
877         (elmo-quote-syntactical-element): Ditto.
878
879         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
880         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
881
882         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
883         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
884         (elmo-nntp-folder-list-subfolders): Quote a user name.
885
886         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
887         (elmo-net-parse-network): Abolish.
888         (elmo-net-folder-set-parameters): New function.
889         (elmo-folder-initialize): Follow the above change.
890
891         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
892         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
893         (elmo-folder-list-subfolders): Use
894         `elmo-quote-syntactical-element' instead of
895         `elmo-net-format-quoted' to quote mailbox and user name.
896
897 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * elmo-util.el (elmo-token-valid-p): New function.
900         (elmo-parse-token): Add optional argument `requirement'.
901         (elmo-parse-prefixed-element): Likewise.
902
903         * elmo-net.el (elmo-net-quote-chars): Renamed from
904         `elmo-net-quote-chars-regexp'.
905         (elmo-net-format-quoted): Add optional argument `extra-chars'.
906
907         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
908         by info document. Check token `uidl' is started an alphabet.
909
910         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
911         by info document. Check token `user' is started an alphabet.
912
913         * elmo-imap4.el (elmo-folder-initialize): Ditto.
914         (elmo-folder-list-subfolders): Quote user.
915
916 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * elmo-util.el (elmo-quoted-specials-list): New constant.
919         (elmo-quoted-token): New function.
920
921         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
922         (elmo-net-format-quoted): New function.
923         (elmo-net-parse-network): Ditto.
924         (elmo-folder-initialize): Use it.
925
926         * elmo-nntp.el (elmo-folder-initialize): Use
927         `elmo-net-parse-network' to parse network specification instead of
928         `elmo-folder-initialize#elmo-net'.
929
930         * elmo-pop3.el (elmo-folder-initialize): Ditto.
931
932         * elmo-imap4.el (elmo-folder-initialize): Ditto.
933         (elmo-folder-list-subfolders): Quote folder name by
934         `elmo-net-format-quoted'.
935
936 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
939         (elmo-folder-search): Use it.
940
941 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * modb-standard.el (modb-standard-loaded-message-id): Use
944         `elmo-msgdb-message-entity-field'.
945
946 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
949         without filename.
950
951 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * elmo-util.el (elmo-set-auto-coding): New function.
954         (elmo-object-load): Use it.
955
956 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
959         (elmo-time<): Define as alias of `elmo-time-less-p'.
960         (elmo-time-to-datevec): New function.
961
962         * elmo-date.el (elmo-time-to-days): New function.
963
964 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
967         is not cons cell.
968
969 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
972         parenthesis.
973
974         * elmo-util.el (elmo-map-recursive): New function.
975
976         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
977         (modb-entity-encode-string-recursive): Ditto.
978
979 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
980
981         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
982         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
983         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
984         compare sequence number when last modified time is nil.
985
986 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
987
988         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
989
990         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
991
992 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
993
994         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
995         modification time of the file.
996
997 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * elmo-util.el (elmo-condition-optimize): Discriminated against
1000         preserved fields, extra fields and the other weight.
1001
1002 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * modb-entity.el (initialize-instance): Define.
1005         (modb-entity-handler-mime-charset): New internal function.
1006         (modb-standard-entity-set-field): Use it.
1007         (elmo-msgdb-message-entity-field): Ditto.
1008         (elmo-msgdb-message-entity-field): Ditto.
1009
1010         * modb.el (elmo-msgdb-match-condition): Rewrite with
1011         `elmo-condition-match'.
1012         (elmo-msgdb-match-condition-primitive): New function.
1013
1014         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1015         arguments `flags' and `numbers'.
1016         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1017         `elmo-msgdb-message-match-condition').
1018         (modb-buffer-entity-handler): New class.
1019
1020         * elmo.el (elmo-folder-search): Optimize condition to use
1021         `elmo-condition-optimize'.
1022         (elmo-message-buffer-match-condition): New function.
1023         (elmo-message-match-condition): Use
1024         `elmo-message-buffer-match-condition' instead of
1025         `elmo-buffer-field-condition-match'.
1026
1027         * elmo-util.el (elmo-condition-match): New function.
1028         (elmo-condition-optimize): Ditto.
1029         (elmo-buffer-field-primitive-condition-match): Abolish.
1030         (elmo-buffer-field-condition-match): Ditto.
1031
1032         * elmo-archive.el (elmo-archive-field-condition-match): Use
1033         `elmo-message-buffer-match-condition' instead of
1034         `elmo-buffer-field-condition-match'.
1035
1036 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * elmo-flag.el (elmo-global-flags-initialize): Check the
1039         existence of the flag directory.
1040
1041 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * elmo-access.el (elmo-folder-initialize): Call
1044         `elmo-multi-connect-signals'.
1045
1046         * elmo-pipe.el (elmo-folder-close): Define.
1047
1048         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1049         children folders.
1050
1051         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1052         with target folder.
1053
1054         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1055         `number'.
1056
1057         * elmo-multi.el (elmo-message-entity): Don't use return value of
1058         `elmo-message-entity-set-number'.
1059
1060 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * modb.el (modb-generic): Added slot `mime-charset'.
1063
1064         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1065         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1066         and `modb-entity-handler-dump-parameters'.
1067         (modb-standard-default-entity-handler): Abolish.
1068         (elmo-msgdb-message-entity-handler): Save created handler by
1069         instance slot.
1070
1071         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1072         (modb-entity-handler-list-parameters): New method.
1073         (modb-entity-handler-equal-p): New function.
1074         (modb-entity-handler-dump-parameters): Ditto.
1075         (modb-entity-parse-address-string): Encode return value.
1076         (modb-entity-make-address-string): Decode argument value.
1077         (modb-entity-decode-string-recursive): New function.
1078         (modb-entity-encode-string-recursive): Ditto.
1079         (modb-standard-entity-normalizer): Set to encode field value.
1080         (modb-standard-entity-specializer): Follow the above change.
1081         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1082         mime-charset of handler.
1083         (elmo-msgdb-message-entity-field): Ditto.
1084         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1085         structure.
1086         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1087
1088         * elmo.el (elmo-folder): Added slot `mime-charset'.
1089         (elmo-make-folder): Added argument `mime-charset'.
1090         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1091         `mime-charest'.
1092
1093         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1094         (elmo-make-msgdb): Likewise.
1095
1096         * elmo-internal.el (elmo-internal-folder-initialize): Call
1097         `luna-make-entity' with :mime-charset parameter.
1098
1099 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1100
1101         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1102         encoded words in `from' and `subject' field.
1103
1104 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1107         (elmo-msgdb-match-condition): Get handler from entity instead of
1108         msgdb.
1109
1110         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1111         (modb-standard-load-entity): Treat new file format.
1112         (modb-standard-save-entity-1): Save as new file format.
1113         (modb-standard-save-entity): Split messages into section here.
1114         (elmo-msgdb-message-field): Follow the API change.
1115         (modb-standard-default-entity-handler): New internal variable.
1116         (elmo-msgdb-message-entity-handler): Define.
1117
1118         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1119         to `elmo-vars.el'.
1120         (modb-entity-field-extractor-alist): New user option.
1121         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1122         added argument `type'.
1123         (elmo-msgdb-copy-message-entity): Add optional argument
1124         `make-handler'.
1125         (modb-set-field-converter): New function.
1126         (modb-convert-field-value): Ditto.
1127         (modb-entity-string-decoder): Ditto.
1128         (modb-entity-string-encoder): Ditto.
1129         (modb-entity-parse-date-string): Ditto.
1130         (modb-entity-make-date-string): Ditto.
1131         (modb-entity-mime-decoder): Ditto.
1132         (modb-entity-mime-encoder): Ditto.
1133         (modb-entity-address-list-decoder): Ditto.
1134         (modb-entity-address-list-encoder): Ditto.
1135         (modb-entity-parse-address-string): Ditto.
1136         (modb-entity-make-address-string): Ditto.
1137         (modb-entity-create-field-indices): Ditto.
1138         (modb-legacy-entity-field-slots): New constant.
1139         (modb-legacy-entity-field-indices): Ditto.
1140         (modb-legacy-entity-normalizer): New variable.
1141         (modb-legacy-entity-specializer): Ditto.
1142         (modb-legacy-entity-field-index): New macro.
1143         (modb-legacy-entity-set-field): New function.
1144         (modb-legacy-make-message-entity): Rewrite.
1145         (elmo-msgdb-create-message-entity-from-buffer): Use
1146         `elmo-msgdb-get-references-from-buffer'. Use
1147         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1148         Use `modb-legacy-entity-set-field' instead of
1149         `elmo-msgdb-message-entity-set-field'.
1150         (elmo-msgdb-message-entity-field): Rewrite.
1151         (elmo-msgdb-message-entity-set-field): Ditto.
1152         (elmo-msgdb-copy-message-entity): Make new entity by
1153         `make-handler' if it specified.
1154         (elmo-msgdb-message-match-condition): Define a method of
1155         `modb-entity-handler' and follow the API change.
1156         (modb-standard-entity-handler): New class.
1157         (modb-entity-extract-ml-info-from-x-sequence): New function.
1158         (modb-entity-extract-ml-info-from-subject): Ditto.
1159         (modb-entity-extract-ml-info-from-return-path): Ditto.
1160         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1161         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1162         (modb-entity-extract-mailing-list-info): Ditto.
1163         (modb-entity-extract-mailing-list-info-functions): New variable.
1164
1165         * elmo.el (elmo-message-field): Add optional argument `type'.
1166
1167         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1168         from `modb-entity.el'.
1169
1170         * elmo-util.el (elmo-object-load): Decode by coding-system from
1171         `set-auto-coding-function'.
1172         (elmo-object-save): Use `detect-mime-charset-region' and add
1173         coding cookie if encode.
1174         (elmo-msgdb-get-references-from-buffer): New function.
1175         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1176
1177         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1178
1179         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1180         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1181         instead of `shimbun-make-header' and follow the API change.
1182         (elmo-shimbun-update-overview): Follow the API change.
1183         (elmo-map-folder-list-message-locations): Ditto.
1184
1185         * elmo-pipe.el (elmo-message-field): Ditto.
1186
1187         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1188         Ditto.
1189
1190         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1191
1192         * elmo-multi.el (elmo-message-field): Ditto.
1193
1194         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1195         (elmo-msgdb-sort-by-date): Ditto.
1196         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1197         `elmo-message-entity-field'.
1198         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1199         change.
1200         (elmo-msgdb-overview-entity-get-from): Ditto.
1201         (elmo-msgdb-overview-entity-get-subject): Ditto.
1202         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1203         (elmo-msgdb-overview-entity-get-date): Ditto.
1204         (elmo-msgdb-overview-entity-get-to): Ditto.
1205         (elmo-msgdb-overview-entity-get-cc): Ditto.
1206
1207         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1208         (elmo-mime-collect-message/partial-pieces): Ditto.
1209
1210         * elmo-filter.el (elmo-message-field): Ditto.
1211
1212         * elmo-date.el (elmo-datevec-to-time): New function.
1213         (elmo-time-parse-date-string): Ditto.
1214         (elmo-time-make-date-string): Ditto.
1215         (elmo-time<): Ditto.
1216
1217         * elmo-version.el (elmo-version): Up to 2.15.1.
1218
1219 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1220
1221         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1222         member of elmo-local-flags.
1223
1224 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1225
1226         * elmo-version.el (elmo-version): Up to 2.15.0.
1227
1228 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1229
1230         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1231         `ignore-msgdb' is non-nil.
1232
1233 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1236         (elmo-condition-in-msgdb-p): Ditto.
1237         (elmo-file-field-primitive-condition-match): Ditto.
1238         (elmo-file-field-condition-match): Ditto.
1239
1240         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1241
1242 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1245         subdirectories here.
1246         (elmo-global-flags-initialize): New function.
1247
1248         * elmo.el (toplevel): Added autoload setting for
1249         `elmo-global-flags-initialize'.
1250
1251 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1252
1253         * elmo.el (message-number-changed): Define new signal.
1254         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1255         message-number-changed signal.
1256         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1257         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1258         Respect `elmo-pack-number-check-strict'.
1259
1260 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1261
1262         * elmo-signal.el (elmo-connect-signal): Document.
1263         (elmo-emit-signal): Ditto.
1264         (elmo-emit-signal): It should pass source argument to filter and
1265         handler, not slot-source.
1266
1267 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * modb.el (elmo-msgdb-update-entity): New API and define generic
1270         implement.
1271
1272         * modb-standard.el (elmo-msgdb-update-entity): Define.
1273
1274         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1275         API and define generic implement.
1276
1277         * elmo.el (update-overview): New singnal.
1278
1279         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1280         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1281         (elmo-message-entity-parent): Define.
1282
1283         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1284         `update-overview'.
1285
1286         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1287
1288         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1289
1290 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1291
1292         * elmo.el (elmo-folder-synchronize): Sort the return value of
1293         `elmo-list-diff'.
1294
1295         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1296         list.
1297
1298 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1301         `default-enable-multibyte-characters'.
1302         (elmo-object-load): Use `with-temp-buffer' instead of
1303         `elmo-set-work-buf'.
1304         (elmo-object-save): Ditto.
1305         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1306         `elmo-set-work-buf'.
1307         (elmo-decoded-field-body): Ditto.
1308
1309         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1310
1311         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1312         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1313
1314         * elmo-version.el (elmo-version): Up to 2.13.3.
1315
1316 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1317
1318         * elmo-util.el (elmo-list-diff): Fix the last change.
1319         Reverse order of result lists.
1320
1321 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1322
1323         * modb-standard.el (elmo-msgdb-set-flag): Use
1324         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1325         (elmo-msgdb-unset-flag): Ditto.
1326
1327         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1328         `elmo-list-diff'.
1329
1330         * elmo-util.el (elmo-list-diff): Rewrite.
1331         (elmo-list-diff-nonsortable): New function.
1332
1333 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1334
1335         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1336         `elmo-multibypte-buffer-name'.  All referers are updated.
1337
1338 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1341         (elmo-mime-entity-fragment-p): New function.
1342         (mime-elmo-buffer-entity): Added slot `reassembled'.
1343         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1344         (elmo-message-mime-entity-internal): New function (renamed from
1345         `elmo-message-mime-entity').
1346         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1347         (elmo-mime-make-reassembled-mime-entity): New function.
1348         (elmo-message-reassembled-mime-entity): Ditto.
1349         (elmo-mime-collect-message/partial-pieces): Ditto.
1350
1351 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1354
1355         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1356         (elmo-with-enable-multibyte): New macro.
1357
1358         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1359
1360 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1363         argument `number'.
1364         (elmo-filter-connect-signals): Follow the above change.
1365
1366 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1367
1368         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1369
1370         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1371         that only the first flag is used.
1372
1373 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1374
1375         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1376         if available.
1377
1378 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1379
1380         * elmo-signal.el: New file.
1381
1382         * elmo.el (toplevel): Require elmo-signal.
1383         (flag-changing, flag-changed, cache-changed): New signal.
1384         (elmo-folder): Remove slog `handlers'.
1385         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1386         `elmo-folder-notify-event'.
1387         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1388         (elmo-folder-unset-flag): Ditto.
1389         (elmo-event-handler): Abolish.
1390         (elmo-event-handler-flag-changed): Ditto.
1391         (elmo-event-handler-cache-changed): Ditto.
1392         (elmo-folder-add-handler): Ditto.
1393         (elmo-folder-remove-handler): Ditto.
1394         (elmo-folder-notify-event): Ditto.
1395
1396         * elmo-pipe.el (toplevel): Require elmo-signal.
1397         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1398         (elmo-pipe-connect-signals): New function.
1399         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1400         (elmo-folder-set-flag): Ditto.
1401         (elmo-folder-unset-flag): Ditto.
1402         (elmo-message-set-cached): Ditto.
1403
1404         * elmo-multi.el (toplevel): Require elmo-signal.
1405         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1406         (elmo-multi-connect-signals): New function.
1407         (elmo-multi-map-numbers): Ditto.
1408         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1409         (elmo-message-fetch): Ditto.
1410         (elmo-folder-set-flag): Ditto.
1411         (elmo-folder-unset-flag): Ditto.
1412
1413         * elmo-filter.el (toplevel): Require elmo-signal.
1414         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1415         (elmo-filter-connect-signals): New function.
1416         (elmo-filter-add-flag-count): Ditto.
1417         (elmo-message-fetch): Does not call
1418         `elmo-filter-folder-countup-message-flags' and
1419         `elmo-folder-notify-event'.
1420         (elmo-message-set-cached): Ditto.
1421         (elmo-folder-set-flag): Ditto.
1422         (elmo-folder-unset-flag): Ditto.
1423
1424         * elmo-version.el (elmo-version): Up to 2.13.2.
1425
1426 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427
1428         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1429         `flags'.
1430
1431 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * elmo-filter.el (elmo-message-set-cached): Call
1434         `elmo-folder-notify-event' with event `cache-changed'.
1435
1436         * elmo-multi.el (elmo-message-set-cached): Ditto.
1437
1438         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1439
1440 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * elmo.el (elmo-folder-encache): Abolish.
1443
1444 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1447         (elmo-folder-next-message-number-dop): Return appropriate negative
1448         integer.
1449
1450 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1451
1452         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1453         clearing pending operations.
1454         (elmo-folder-next-message-number-dop): Return appropriate negative
1455         integer.
1456
1457 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * elmo.el (toplevel): Added autoload setting for `md5'.
1460         (elmo-msgdb-path-encode-threshold): New user option.
1461         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1462         longer than `elmo-msgdb-path-encode-threshold'.
1463
1464         * elmo-flag.el (elmo-global-mark-migrate): Use
1465         `elmo-folder-expand-msgdb-path' instead of
1466         `elmo-folder-msgdb-path'.
1467
1468 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1471         element of the difference is nil.
1472
1473 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1476         to the check logic of file systems which are weak in colon character.
1477
1478 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1479
1480         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1481
1482 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1483
1484         * elmo-maildir.el (elmo-maildir-move-file): New function.
1485         (elmo-folder-append-buffer): Use it.
1486         (elmo-folder-append-messages): Ditto.
1487         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1488
1489         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1490         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1491
1492         * elmo-maildir.el (elmo-maildir-separator): New user option.
1493         (elmo-maildir-adjust-separator): New macro.
1494         (elmo-maildir-list-location): Use it.
1495         (elmo-maildir-update-current): Ditto.
1496         (elmo-maildir-set-mark): Ditto.
1497         (elmo-maildir-delete-mark): Ditto.
1498         (These changes are based on Hiroya Murata's patch [wl: 13437])
1499
1500 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1503
1504 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1507         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1508         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1509
1510 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1511
1512         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1513         Use `with-temp-buffer'.
1514
1515 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1518
1519         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1520         `wl-read-search-condition').
1521         (elmo-read-search-condition-internal): Likewise.
1522
1523         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1524         (elmo-flag-valid-p): New function.
1525         (elmo-folder-initialize): Check flag name is valid.
1526
1527 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1528
1529         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1530         delimiter to obtain root mailbox itself.
1531
1532 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1533
1534         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1535         type mismatch.
1536
1537 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1538
1539         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1540         as t.
1541
1542 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * elmo-shimbun.el (toplevel): Require cl at compile.
1545
1546         * elmo-nntp.el (toplevel): Ditto.
1547
1548         * elmo-nmz.el (toplevel): Ditto.
1549
1550         * elmo-multi.el (toplevel): Ditto.
1551
1552         * elmo-file.el (toplevel): Ditto.
1553
1554         * elmo-dop.el (toplevel): Ditto.
1555
1556         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1557
1558 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1559
1560         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1561         as nil.
1562
1563         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1564         size of elmo-message-fetch-internal is 0 byte.
1565
1566 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1569
1570 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1573         always plugged.
1574
1575 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * elmo-maildir.el (elmo-map-message-fetch): Call
1578         `elmo-map-folder-set-flag'.
1579
1580         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1581         (elmo-message-fetch): Merge from
1582         `elmo-message-fetch-with-cache-process'.
1583
1584         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1585         (elmo-message-fetch): Define.
1586
1587         * elmo-nntp.el (elmo-message-fetch): Renamed from
1588         `elmo-message-fetch-with-cache-process'.
1589
1590         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1591         (elmo-message-fetch): Define.
1592
1593         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1594         search-key.
1595
1596         * elmo-shimbun.el (shimbun-mua-search-id): Use
1597         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1598         (elmo-shimbun-folder-shimbun-header): Ditto.
1599         (elmo-shimbun-get-headers): Ditto.
1600         (elmo-shimbun-update-overview): Ditto.
1601
1602         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1603
1604         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1605         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1606
1607 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1610         message is cached.
1611         (elmo-message-fetch-string): Fixed argument.
1612
1613 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1614
1615         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1616         exchange order of arguments `section' and `unread'.
1617         (elmo-message-encache): Follow the API change.
1618         (elmo-message-match-condition): Ditto.
1619         (elmo-generic-folder-append-messages): Ditto.
1620         (elmo-message-fetch-string): New function.
1621
1622         * elmo-split.el (elmo-split-subr): Ditto.
1623
1624         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1625
1626         * elmo-pipe.el (elmo-message-fetch): Ditto.
1627
1628         * elmo-multi.el (elmo-message-fetch): Ditto.
1629
1630         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1631
1632         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1633
1634         * elmo-filter.el (elmo-message-fetch): Ditto.
1635
1636         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1637
1638         * elmo-imap4.el (mime-imap-location-section-body): Use
1639         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1640         follow the API change.
1641
1642 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * elmo-access.el: New file.
1645
1646         * elmo-null.el: Ditto.
1647
1648         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1649
1650 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1653         (elmo-network-session): New attribute `last-accessed'.
1654         (elmo-network-get-session): Discard network cache if elapsed time
1655         since last-accessed is larger than elmo-network-session-idle-timeout.
1656
1657 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1658
1659         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1660         and added `number', `require-entireness'.
1661         (elmo-find-fetch-strategy): Rewrite.
1662         (elmo-message-fetch): Unset `unread' flag when argument unread is
1663         non-nil.
1664
1665         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1666
1667         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1668         (elmo-message-fetch): Notify event `flag-changed'.
1669
1670         * elmo-pipe.el: Likewise.
1671
1672         * elmo-mime.el (elmo-mime-entity): New class.
1673         (elmo-mime-entity-display-p): New generic function.
1674         (elmo-mime-entity-display): Ditto.
1675         (elmo-mime-entity-display-as-is): Ditto.
1676         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1677         elmo-mime-entity.
1678         (elmo-make-mime-message-location): Removed.
1679         (elmo-mime-message-display): Ditto.
1680         (elmo-mime-display-as-is): Ditto.
1681         (elmo-message-mime-entity): New function.
1682
1683         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1684
1685         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1686         change.
1687         (elmo-message-fetch): Re-count flagged message number and notify
1688         event `flag-changed'.
1689
1690         * elmo-version.el (elmo-version): Up to 2.13.1.
1691
1692 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * elmo-filter.el (elmo-message-field): Define.
1695         (elmo-message-set-field): Ditto.
1696
1697 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * elmo.el (elmo-message-set-cached): Call
1700         `elmo-folder-notify-event' with cache-changed.
1701         (elmo-event-handler-cache-changed): New generic function.
1702
1703 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1704
1705         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1706         instead of elmo-add-name-to-file.
1707         (elmo-folder-append-messages): Ditto.
1708
1709 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1712
1713 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1714
1715         * elmo-version.el (elmo-version): Up to 2.13.0.
1716
1717         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1718         `auto'.
1719
1720         * modb-standard.el (modb-standard-economize-entity-size): Changed
1721         default value to `t'.
1722
1723         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1724         `standard'.
1725
1726         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1727         after parsing greeting string.
1728
1729 2004-11-23  Daishi Kato <daishi@axlight.com>
1730
1731         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1732         New user option.
1733         (elmo-spam-spamoracle-call): Use it.
1734
1735 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1736
1737         * elmo.el (elmo-message-accessible-p): Message in dop spool
1738         is accessible.
1739
1740 2004-11-23  Daishi Kato <daishi@axlight.com>
1741
1742         * elsp-spamoracle.el: New file.
1743
1744 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * elmo.el (elmo-message-flags-for-append): New function.
1747         (elmo-generic-folder-append-messages): Use it.
1748
1749         * elmo-split.el (elmo-split-subr): Ditto.
1750
1751         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1752         `flags' and use elmo-folder-append-buffer instead of
1753         write-region-as-binary.
1754         (elmo-dop-filter-pending-messages): New function.
1755         (elmo-folder-append-buffer-dop): Call
1756         elmo-dop-spool-folder-append-buffer with `flag'.
1757         (elmo-folder-set-flag-dop): Filter messages by
1758         elmo-dop-filter-pending-messages.
1759         (elmo-folder-unset-flag-dop): Ditto.
1760         (elmo-folder-append-buffer-dop-delayed): Use
1761         elmo-message-flags-for-append to get flags of the message and
1762         simplify.
1763
1764 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1765
1766         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1767
1768 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1769
1770         * elmo.el (elmo-folder): Added handlers slot.
1771         (elmo-event-handler): New class.
1772         (elmo-event-handler-flag-changed): New API.
1773         (elmo-folder-add-handler): New function.
1774         (elmo-folder-remove-handler): Ditto.
1775         (elmo-folder-notify-event): Ditto.
1776         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1777         `flag-changed'.
1778         (elmo-folder-unset-flag): Ditto.
1779
1780         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1781         (elmo-folder-unset-flag): Ditto.
1782
1783         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1784         (elmo-folder-unset-flag): Ditto.
1785
1786         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1787         (elmo-folder-unset-flag): Ditto.
1788
1789         * elmo-version.el (elmo-version): Up to 2.11.33.
1790
1791 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1792
1793         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1794
1795 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1798
1799         * elmo-flag.el (elmo-folder-unset-flag): Define.
1800         (elmo-global-flag-detach): Do process when the flag is not target
1801         flag.
1802
1803 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1806         variable.
1807         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1808
1809 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1812         function.
1813         (elmo-folder-delete-messages): Detach messages before delete
1814         messages from target folder.
1815         (elmo-folder-detach-messages): Set updated number-list to slot.
1816
1817 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1820
1821 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1822
1823         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1824
1825 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1828         internal use only).
1829         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1830         not modified.
1831         (elmo-folder-delete-messages): Define.
1832         (elmo-folder-move-messages): Don't call
1833         `elmo-folder-detach-messages'.
1834         (elmo-folder-synchronize): Rewrite.
1835         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1836
1837         * elmo-util.el (elmo-last): New function.
1838         (elmo-set-list): Ditto.
1839         (elmo-number-set-delete-list): Ditto.
1840         (elmo-number-set-delete): Ditto.
1841
1842         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1843
1844         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1845         `elmo-folder-delete-messages' and don't delete location map.
1846         (elmo-folder-detach-messages): Define.
1847
1848         * elmo-imap4.el (elmo-folder-delete): Use
1849         `elmo-folder-delete-messages-internal' instead of
1850         `elmo-folder-delete-messages'.
1851
1852         * elmo-filter.el (elmo-folder-delete-messages): Call
1853         `elmo-folder-detach-messages'.
1854         (elmo-folder-detach-messages): Don't call
1855         `elmo-folder-detach-messages' for target folder.
1856
1857         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1858         message deletion is succeeded.
1859
1860         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1861
1862         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1863         from `elmo-folder-delete-messages'.
1864
1865         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1866
1867         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1868
1869         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1870
1871         * elmo-version.el (elmo-version): Up to 2.11.32.
1872
1873 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1874
1875         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1876         (elmo-global-flag-list): Added obsolete variable setting.
1877
1878         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1879
1880         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1881         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1882         `elmo-mime-display-header-analysis' is nil.
1883
1884         * elmo-flag.el (elmo-global-flags): Renamed from
1885         `elmo-global-flag-list' (All other related portions are changed).
1886         (elmo-local-flags): New variable.
1887         (elmo-local-flag-p): New function.
1888         (elmo-global-flag-set-internal): Cause an error when flag is not
1889         global.
1890
1891 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1892
1893         * elmo-util.el (elmo-concat-path): Treat empty path.
1894
1895 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1896
1897         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1898         field-or-fields).
1899         (elmo-split-address-match): Ditto.
1900         (elmo-split-equal): Ditto.
1901         (elmo-split-match): Ditto.
1902
1903 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1906         (elmo-generic-folder-append-messages): If src message exists but
1907         has no flag, pass (read) for the FLAG argument of
1908         `elmo-folder-append-buffer'. Otherwise, pass nil.
1909
1910         * elmo-split.el (elmo-split-subr): Likewise.
1911
1912         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1913
1914         * elmo-multi.el (elmo-message-flags): Ditto.
1915
1916         * elmo-filter.el (elmo-message-flags): Ditto.
1917
1918         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1919         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1920         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1921         
1922 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1923
1924         * elmo-split.el (elmo-split-rule): Update comment.
1925         (elmo-split-address-equal): Allow 2nd argument to be a list.
1926         (elmo-split-address-match): Ditto.
1927         (elmo-split-equal): Ditto.
1928         (elmo-split-match): Ditto.
1929
1930 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1931
1932         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1933         (elmo-folder-append-msgdb): Don't treat `read'.
1934         (elmo-message-flags): Don't return `read'.
1935
1936         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1937         (elmo-folder-unset-read-delayed): Ditto.
1938
1939         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1940
1941 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1942
1943         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1944         deletion.
1945
1946 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1949         header.
1950
1951 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1952
1953         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1954         here.
1955         (elmo-msgdb-save): Bind inhibit-quit.
1956         (modb-standard-message-entity): Ditto.
1957
1958 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1959
1960         * elmo-database.el: No need to require elmo-msgdb.
1961
1962 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1963
1964         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1965         instead of `elmo-list-subdirectories'.
1966
1967 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1968
1969         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1970         group entry.
1971         (elmo-folder-exists-p): "[" is empty.
1972         (elmo-folder-list-subfolders): Define.
1973         (elmo-folder-have-subfolder-p): Ditto.
1974
1975 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1978
1979 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1980
1981         * elmo-filter.el (elmo-folder-local-p): Define.
1982
1983 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1984
1985         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1986         when entity is garbaged.
1987         (modb-standard-save-entity-1): Don't modify the original entity.
1988
1989 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1990
1991         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1992
1993 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1994
1995         * elmo.el (elmo-strict-folder-diff): Use
1996         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1997
1998 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1999
2000         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2001         (elmo-msgdb-message-number): Ditto.
2002         (elmo-msgdb-message-field): Ditto.
2003
2004         * modb-standard.el (modb-standard-economize-entity-size): New user
2005         option.
2006         (modb-standard-loaded-message-id): New inline function.
2007         (modb-standard-load-entity): Use it.
2008         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2009         throw message-id string away.
2010         (elmo-msgdb-flag-available-p): Define.
2011         (elmo-msgdb-message-number): Ditto.
2012         (elmo-msgdb-message-field): Ditto.
2013
2014         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2015         (suppoted -> supported).
2016         (modb-legacy-supported-flag-p): Ditto.
2017         (elmo-msgdb-set-flag): Ditto.
2018         (elmo-msgdb-unset-flag): Ditto.
2019         (elmo-msgdb-flag-available-p): Define.
2020
2021         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2022         is `t', treat it as legacy entity.
2023         
2024         * elmo.el (elmo-message-flag-available-p): New generic function.
2025         (elmo-message-number): Ditto.
2026         (elmo-message-field): Use `elmo-msgdb-message-field'.
2027
2028         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2029
2030         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2031         (elmo-message-number): Ditto.
2032
2033         * elmo-multi.el (elmo-message-number): Define.
2034         (elmo-message-flag-available-p): Ditto.
2035
2036         * elmo-filter.el (elmo-message-flag-available-p): Define.
2037         (elmo-message-number): Ditto.
2038
2039         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2040         (elmo-folder-initialize): Load `max-number'.
2041         (elmo-folder-commit): Save it.
2042         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2043         (elmo-global-flag-set-internal): Set up max-number slot.
2044
2045 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * elmo-version.el (elmo-version): Up to 2.11.31.
2048
2049 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2050
2051         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2052         unibyte string of the current buffer for the argument of `md5'
2053         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2054
2055 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * modb-legacy.el (modb-legacy-flag-list): New constant.
2058         (modb-legacy-suppoted-flag-p): New internal function.
2059         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2060         (elmo-msgdb-unset-flag): Ditto.
2061
2062 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2063
2064         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2065
2066         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2067         from msgdb.
2068
2069 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2072         (follow the API change).
2073
2074         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2075
2076 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2077
2078         * modb-standard.el (modb-standard-digest-flags): Abolish.
2079         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2080
2081         * elmo-vars.el (elmo-digest-flags): New variable.
2082         (elmo-preserved-flags): Moved from elmo-flag.el.
2083
2084         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2085         (elmo-imap4-flag-to-imap-criteria): Ditto.
2086         (elmo-imap4-folder-list-flagged): Use it.
2087
2088         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2089
2090         * elmo.el (elmo-folder-count-flags): Changed return value.
2091
2092         * elmo-flag.el (elmo-preserved-flags): New variable.
2093         (elmo-get-global-flags): Use it.
2094
2095         * modb-standard.el (modb-standard-digest-flags): New variable.
2096         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2097         Changed behavior of `any'.
2098
2099         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2100         which are defined the Internet draft
2101         (draft-melnikov-imap-keywords-03.txt).
2102         (elmo-imap4-flags-to-imap): New function.
2103         (elmo-folder-append-buffer): Use it.
2104
2105         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2106         in the docstring.
2107
2108         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2109         avoid the bug of Emacs 21.3.
2110
2111 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2114         function find-coding-system does not exist.
2115
2116 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2119         parsing.
2120
2121 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2124         response codes.
2125
2126 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2127
2128         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2129         (elmo-network-close-session): Follow the changes in
2130         `elmo-pop3-read-response'.
2131         (elmo-pop3-auth-user): Ditto.
2132         (elmo-pop3-auth-apop): Ditto.
2133         (elmo-network-initialize-session): Ditto.
2134         (elmo-network-authenticate-session): Ditto.
2135         (elmo-network-setup-session): Ditto.
2136         (elmo-folder-status): Ditto.
2137         (elmo-message-fetch-plugged): Ditto.
2138         (elmo-pop3-delete-msg): Ditto.
2139
2140 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2143         on failure.
2144
2145 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2146
2147         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2148         style.
2149         (elmo-bind-directory): Ditto.
2150
2151 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2152
2153         * elmo.el (elmo-folder-append-messages): Note on return value.
2154         * elmo-archive.el (elmo-folder-append-messages): Don't return
2155         message numbers which could not be appended.
2156
2157 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2158
2159         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2160
2161 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2162
2163         * elmo-version.el (elmo-version): Up to 2.11.30.
2164
2165 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2168         `mask'.
2169
2170         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2171
2172         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2173         (elmo-multi-split-numbers): Add elmo-folder object into each
2174         element of return value at first.
2175         (elmo-folder-delete-messages): Follow the above change.
2176         (elmo-folder-detach-messages): Ditto.
2177
2178         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2179         number which is synchronized in target folder.
2180
2181 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2182
2183         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2184         Change default value to symbol `all'.
2185         (elmo-map-message-fetch): Change condition to update overview
2186         follow the above.
2187
2188 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2191         behavior to update overview.
2192         (elmo-shimbun-update-overview-folder-list): Note it.
2193
2194 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2197         recursive call.
2198
2199 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2200
2201         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2202         buffer-disable-undo, it is unnecessary.
2203         (elmo-spam-register-good-messages): Ditto.
2204
2205         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2206         Ditto.
2207
2208         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2209
2210 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2211
2212         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2213         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2214         elmo-set-buffer-multibyte.
2215         (elmo-object-load): Ditto.
2216         (elmo-save-buffer): Ditto.
2217         (elmo-delete-char): Ditto.
2218         (elmo-file-field-primitive-condition-match): Ditto.
2219         (elmo-mime-string): Ditto.
2220
2221         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2222         (elmo-archive-field-condition-match): Ditto.
2223
2224         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2225
2226         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2227
2228         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2229         (elmo-nntp-msgdb-create-message): Ditto.
2230
2231         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2232
2233         * elmo.el (elmo-message-match-condition): Ditto.
2234         (elmo-message-match-condition): Ditto.
2235
2236         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2237         Ditto.
2238
2239         * elmo-version.el (elmo-version): Up to 2.11.29.
2240
2241         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2242         (elsp-header): New backend.
2243
2244         * elmo-util.el (elmo-decoded-field-body): New function.
2245
2246 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2247
2248         * elmo-version.el (elmo-version): Up to 2.11.28.
2249
2250 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * elmo-filter.el: Rewrite.
2253
2254         * elmo-version.el (elmo-version): Up to 2.11.27.
2255
2256 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2257
2258         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2259         msgdb path for the localdir folder with absolute path.
2260
2261         * utf7.el: Synch up with latest gnus/utf7.el;
2262         Modified for latest Emacs.
2263
2264 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2265
2266         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2267         shimbun backend couldn't open.
2268
2269 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2270
2271         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2272         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2273         when a destination folder is a filter folder.
2274
2275 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2276
2277         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2278         (elmo-generic-folder-append-messages): Call elmo-message-flags
2279         with argument `msgid'.
2280
2281         * elmo-split.el (elmo-split-subr): Ditto.
2282
2283         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2284
2285         * elmo-multi.el (elmo-message-flags): Ditto.
2286
2287 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * elmo.el (elmo-folder): Add new slot `flag-table'.
2290         (elmo-folder-flag-table): New API.
2291         (elmo-folder-close-flag-table): Ditto.
2292         (elmo-folder-preserve-flags): New function.
2293         (elmo-generic-folder-append-messages): Use
2294         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2295         Flag of a non-registered message, it sets to nil.
2296         Does not set flag to flag-table.
2297
2298         * elmo-maildir.el (elmo-folder-append-buffer): Use
2299         `elmo-folder-preserve-flags'.
2300         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2301         `elmo-folder-close-flag-table'.
2302
2303         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2304         (elmo-archive-folder-append-buffer): Use
2305         `elmo-folder-preserve-flags'.
2306
2307         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2308
2309         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2310
2311         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2312         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2313         `elmo-folder-close-flag-table'.
2314
2315         * elmo-version.el (elmo-version): Up to 2.11.26.
2316
2317 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2318
2319         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2320
2321         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2322         md5's 4th and 5th argument (non-existent in flim one).
2323
2324 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2325
2326         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2327         message, It sets to nil.
2328
2329 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2330
2331         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2332         list is non-nil.
2333
2334 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2335
2336         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2337
2338         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2339
2340         * elmo-util.el (elmo-uniq-sorted-list): New function.
2341         (elmo-make-number-list): Ditto.
2342         (elmo-number-set-to-number-list): Use elmo-make-number-list
2343         and don't use nreverse.
2344
2345 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2346
2347         * elmo-version.el (elmo-version): Up to 2.11.25.
2348
2349 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2350
2351         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2352         field not exists in message, Use md5 message digest of header.
2353
2354 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2355
2356         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2357         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2358         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2359         * elmo-split.el (elmo-split-subr): Check return value of
2360         elmo-folder-append-buffer.
2361
2362         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2363         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2364
2365         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2366         message-id.
2367
2368 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * elmo-split.el (elmo-split-subr): Append message with flag.
2371
2372         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2373         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2374         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2375
2376 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2377
2378         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2379         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2380         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2381
2382 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2383
2384         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2385         with a function call of `process-buffer'.  All callers are updated.
2386         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2387         Remove redundant `set-buffer' in a while loop.
2388
2389 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2390
2391         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2392         calls.
2393
2394 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2397         elsp-spamfilter-register-buffer-internal with current buffer.
2398         (elmo-spam-register-spam-buffer): Ditto.
2399         (elmo-spam-register-good-buffer): Ditto.
2400
2401 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2402
2403         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2404         if it is not contained in the response(A workaround for courier-imap).
2405
2406 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2407
2408         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2409         parenthesis.
2410
2411 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2412
2413         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2414         range.
2415
2416 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2417
2418         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2419         of nconc.
2420
2421         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2422         argument handler.
2423         (elmo-msgdb-message-match-condition): Follow the change above.
2424
2425 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2428         folder name.
2429
2430 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2433
2434 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2437
2438 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2441         not found.
2442
2443 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2446         value.
2447         (elmo-file-command-argument): Undo last change for cygwin.
2448         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2449         Don't return nil.
2450         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2451
2452 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2455         value returned from elmo-file-find is nil.
2456
2457 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2460         to elmo-vars.el.
2461
2462         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2463         instead of insert-file-contents-as-binary.
2464         (elmo-message-set-field): New generic function.
2465
2466         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2467         behavior change on `split-string'.
2468
2469         * elmo-file.el (elmo-file-find): New function.
2470         (elmo-file-command): New user option.
2471         (elmo-file-command-argument): Ditto.
2472         (elmo-file-fetch-max-size): Ditto.
2473         (elmo-file-detect-format): New function.
2474         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2475         Use elmo-file-detect-format.
2476         (elmo-map-folder-list-message-locations): Don't treat directories.
2477
2478 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2479
2480         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2481         (elmo-passwd-alist-clear): Shred password before clear.
2482         (elmo-remove-passwd): Remove all mached pair.
2483
2484 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2485
2486         * elmo.el (elmo-folder-synchronize): Fix description of the return
2487         value.
2488
2489 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * elmo.el (elmo-message-fetch-bodystructure): New method.
2492         (elmo-message-fetch-bodystructure): Define default.
2493
2494         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2495         elmo-message-fetch-bodystructure.
2496         (elmo-message-fetch-bodystructure): Define.
2497
2498         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2499
2500 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2501
2502         * elmo-filter.el (elmo-message-folder): Define.
2503
2504 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2505
2506         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2507         elmo-delete-cr-buffer.
2508
2509         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2510
2511         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2512
2513         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2514
2515         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2516         type seems to be a text.
2517
2518 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2521         (elmo-spam-register-good-buffer): Ditto.
2522         (elmo-spam-spamassassin-register-messages): Ditto.
2523
2524         * elmo-util.el (elmo-string-member-ignore-case): Define with
2525         static-cond.
2526
2527 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2528
2529         * elmo.el (elmo-folder-type): Undo last change.
2530
2531         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2532
2533         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2534         warnings.
2535
2536         * elmo-file.el: New file.
2537         
2538         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2539
2540         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2541         variable.
2542         (elmo-spam-spamassassin-register-messages): New inline function.
2543         (elmo-spam-register-spam-messages): Define.
2544         (elmo-spam-register-good-messages): Ditto.
2545
2546         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2547         Fixed typo.
2548
2549         * elmo.el (toplevel): Added autoload setting for
2550         `elmo-get-global-flags'.
2551         (elmo-message-has-global-flag-p): New function.
2552         (elmo-message-set-global-flags): Ditto.
2553         (elmo-folder-type): Improvement for name: format.
2554
2555         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2556         availability of keyword flags.
2557         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2558         (elmo-folder-list-flagged-plugged): Renamed from
2559         elmo-folder-list-flagged-unplugged.
2560         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2561         accept any flag as keyword flag.
2562         (elmo-folder-set-flag-plugged): Accept keyword flags.
2563         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2564
2565         * elmo-flag.el (elmo-get-global-flags): New function.
2566
2567         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2568         folders.
2569
2570         * elmo-version.el (elmo-version): Up to 2.11.24.
2571
2572 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2573
2574         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2575         elmo-multiple-field-body instead of std11-field-body to check all
2576         headers.
2577
2578 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2579
2580         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2581         or "size".
2582
2583 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2584
2585         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2586         unintern is unbound.
2587
2588 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2589
2590         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2591         Protect from infinite loop.
2592
2593 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2594
2595         * elsp-bogofilter.el
2596         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2597         (elmo-spam-bogofilter-register-messages): New internal function.
2598         (elmo-spam-register-spam-messages): Define.
2599         (elmo-spam-register-good-messages): Ditto.
2600
2601 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2602
2603         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2604         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2605         (elmo-spam-bogofilter-call): Fixed the last change.
2606         (elmo-spam-bogofilter-arguments): Ditto.
2607
2608         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2609         Follow the options change of latest bogofilter.
2610
2611         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2612         (elmo-spam-bogofilter-good-switch): Ditto.
2613         (elmo-spam-bogofilter-arguments-alist): New user option.
2614         (elmo-spam-bogofilter-debug): Ditto.
2615         (elmo-spam-bogofilter-call): Renamed from
2616         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2617         is non-nil, insert output in buffer for debug.
2618         (elmo-spam-bogofilter-arguments): New macro.
2619         (elmo-spam-buffer-spam-p): Use it.
2620         (elsp-bogofilter-register-buffer): Ditto.
2621
2622 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2623
2624         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2625         regexp.
2626
2627 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2630         value as "ruby".
2631         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2632         (elmo-spam-bsfilter-program): Set default value as full path for
2633         `bsfilter'.
2634         (elmo-spam-bsfilter-debug): New user option.
2635         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2636         non-nil, insert output in buffer for debug. Fix treating of
2637         argument.
2638
2639 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2642         `elmo-maildir-flag-specs' element instead of one.
2643         (elmo-map-folder-unset-flag): Ditto.
2644         (Reported by Ken Makimura <macky@astem.or.jp>)
2645
2646         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2647         (elmo-folder-unset-flag-plugged): Ditto.
2648
2649 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2652         to `reads' slot only if `in-msgdb' is nil.
2653
2654 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2655
2656         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2657         and complement argument list.
2658
2659 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2660
2661         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2662         instead of elmo-folder-list-flagged.
2663
2664 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2665
2666         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2667
2668         * elsp-bsfilter.el: New file.
2669
2670         * elmo-pipe.el (elmo-folder-list-unreads,
2671         elmo-folder-list-answereds,
2672         elmo-folder-list-importants,
2673         elmo-folder-flag-as-important,
2674         elmo-folder-unflag-important,
2675         elmo-folder-flag-as-read,
2676         elmo-folder-unflag-read,
2677         elmo-folder-flag-as-answered,
2678         elmo-folder-unflag-answered): Remove.
2679         (elmo-folder-set-flag): Define.
2680         (elmo-folder-unset-flag): Ditto.
2681
2682         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2683         (elmo-folder-set-flag): Define.
2684         (elmo-folder-unset-flag): Ditto.
2685         (elmo-folder-list-unreads): Remove.
2686         (elmo-folder-list-flagged): Define.
2687
2688         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2689         (elmo-folder-list-unreads,
2690         elmo-folder-list-importants,
2691         elmo-folder-list-answereds,
2692         elmo-folder-list-unreads-plugged,
2693         elmo-folder-list-importants-plugged,
2694         elmo-folder-list-answereds-plugged): Remove.
2695         (elmo-folder-list-flagged-plugged): New method.
2696         (elmo-folder-unflag-important,
2697         elmo-folder-flag-as-important,
2698         elmo-folder-unflag-read,
2699         elmo-folder-flag-as-read,
2700         elmo-folder-unflag-answered,
2701         elmo-folder-flag-as-answered,
2702         elmo-folder-flag-as-read-unplugged,
2703         elmo-folder-unflag-read-unplugged,
2704         elmo-folder-flag-as-important-unplugged,
2705         elmo-folder-unflag-important-unplugged,
2706         elmo-folder-flag-as-answered-unplugged,
2707         elmo-folder-unflag-answered-unplugged): Remove.
2708         (elmo-folder-set-flag): Define.
2709         (elmo-folder-unset-flag): Ditto.
2710         (elmo-folder-set-flag-unplugged): Ditto.
2711         (elmo-folder-unset-flag-unplugged): Ditto.
2712
2713         * elmo-multi.el (elmo-folder-list-unreads,
2714         elmo-folder-list-answereds,
2715         elmo-folder-list-importants,
2716         elmo-folder-flag-as-important,
2717         elmo-folder-unflag-important,
2718         elmo-folder-flag-as-read,
2719         elmo-folder-unflag-read,
2720         elmo-folder-flag-as-answered,
2721         elmo-folder-unflag-answered): Remove.
2722         (elmo-folder-set-flag): Define.
2723         (elmo-folder-unset-flag): Ditto.
2724
2725         * elmo-map.el (elmo-map-folder-unflag-important,
2726         elmo-map-folder-flag-as-important,
2727         elmo-map-folder-unflag-read,
2728         elmo-map-folder-flag-as-read,
2729         elmo-map-folder-unflag-answered,
2730         elmo-map-folder-flag-as-answered): Remove.
2731         (elmo-map-folder-set-flag): New method.
2732         (elmo-map-folder-unset-flag): Ditto.
2733         (elmo-map-folder-list-unreads,
2734         elmo-map-folder-list-importants,
2735         elmo-map-folder-list-answereds): Remove.
2736         (elmo-folder-list-flagged-internal): Define.
2737         (elmo-map-folder-list-flagged): New method.
2738
2739         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2740         (elmo-map-folder-list-unreads,
2741         elmo-map-folder-list-importants,
2742         elmo-map-folder-list-flagged): Remove.
2743         (elmo-map-folder-list-flagged): Define.
2744         (elmo-map-folder-flag-as-important,
2745         elmo-map-folder-unflag-important,
2746         elmo-map-folder-flag-as-read,
2747         elmo-map-folder-unflag-read,
2748         elmo-map-folder-flag-as-answered,
2749         elmo-map-folder-unflag-answered): Remove.
2750         (elmo-maildir-set-mark-messages): New internal function.
2751         (elmo-map-folder-set-flag): Define.
2752         (elmo-map-folder-unset-flag): Ditto.
2753
2754         * elmo.el (toplevel): Added autoload setting for
2755         `elmo-folder-list-global-flag-messages'.
2756         (elmo-folder-list-unreads,
2757         elmo-folder-list-importants,
2758         elmo-folder-list-answereds): Remove.
2759         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2760         Return a list whitch merged with messages have global flag.
2761         (elmo-folder-list-flagged-internal): New method.
2762         (elmo-folder-unflag-important,
2763         elmo-folder-flag-as-important,
2764         elmo-folder-unflag-read,
2765         elmo-folder-flag-as-read,
2766         elmo-folder-unflag-answered,
2767         elmo-folder-flag-as-answered): Remove.
2768         (elmo-folder-set-flag): New method.
2769         (elmo-folder-unset-flag): Ditto.
2770         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2771         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2772
2773         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2774         (elmo-folder-list-unreads-plugged,
2775         elmo-folder-list-importants-plugged,
2776         elmo-folder-list-answereds-plugged,
2777         elmo-folder-list-flagged-unplugged,
2778         elmo-folder-unflag-important-plugged,
2779         elmo-folder-flag-as-important-plugged,
2780         elmo-folder-unflag-read-plugged,
2781         elmo-folder-flag-as-read-plugged,
2782         elmo-folder-unflag-answered-plugged,
2783         elmo-folder-flag-as-answered-plugged): Remove.
2784         (elmo-folder-set-flag-plugged,
2785         elmo-folder-unset-flag-plugged): Define.
2786
2787         * elmo-flag.el (elmo-folder-initialize): Register to
2788         `elmo-global-flag-list' if flag is not global.
2789         (elmo-folder-append-messages): Set flag to source messages.
2790
2791         * elmo-filter.el (elmo-filter-folder-list-unreads,
2792         elmo-folder-list-unreads,
2793         elmo-filter-folder-list-importants,
2794         elmo-folder-list-importants,
2795         elmo-folder-flag-as-read,
2796         elmo-folder-unflag-read,
2797         elmo-folder-flag-as-important,
2798         elmo-folder-unflag-important,
2799         elmo-folder-flag-as-answered,
2800         elmo-folder-unflag-answered): Remove.
2801         (elmo-folder-set-flag): Define.
2802         (elmo-folder-unset-flag): Ditto.
2803
2804         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2805         elmo-folder-unflag-read-dop,
2806         elmo-folder-flag-as-important-dop,
2807         elmo-folder-unflag-important-dop,
2808         elmo-folder-flag-as-answered-dop,
2809         elmo-folder-unflag-answered-dop): Remove.
2810         (elmo-folder-set-flag-dop,
2811         elmo-folder-unset-flag-dop,
2812         elmo-folder-set-important-delayed,
2813         elmo-folder-unset-important-delayed,
2814         elmo-folder-set-read-delayed,
2815         elmo-folder-unset-read-delayed,
2816         elmo-folder-set-answered-delayed,
2817         elmo-folder-unset-answered-delayed): New function.
2818         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2819         (elmo-dop-queue-method-name-alist): Ditto.
2820
2821         * elmo-version.el (elmo-version): Up to 2.11.23.
2822
2823 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2824
2825         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2826
2827         * elsp-sa.el: New file.
2828
2829 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * modb-standard.el (modb-standard-message-entity): New function.
2832         (elmo-msgdb-message-entity): Use it.
2833
2834 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2837         behavior when one-level is nil.
2838
2839         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2840
2841         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2842
2843 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2844
2845         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2846         get max number.
2847         (elmo-generic-folder-diff): Ditto.
2848
2849         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2850         (elmo-folder-update-number): Ditto.
2851
2852         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2853         (elmo-folder-next-message-number-dop): Ditto.
2854
2855 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * elmo-filter.el (elmo-folder-msgdb-create): Use
2858         `elmo-message-entity' and `elmo-message-flags' instead of
2859         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2860
2861 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2864         `if-exists'.
2865
2866 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2869
2870         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2871
2872         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2873
2874 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * elmo-version.el (elmo-version): Up to 2.11.22.
2877
2878 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2879
2880         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2881
2882 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2885         if the message dose not exist.
2886
2887 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2888
2889         * elmo-version.el (elmo-version): Up to 2.11.21.
2890
2891 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2892
2893         * modb-standard.el (toplevel): Don't require mime.
2894
2895 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2896
2897         * elsp-bogofilter.el (toplevel): Don't require path-util.
2898         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2899         (elmo-spam-bogofilter-header): Abolish.
2900         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2901         (elmo-spam-bogofilter-args): New user option.
2902         (elsp-bogofilter-call-bogofilter): New internal function.
2903         (elmo-spam-buffer-spam-p): Use it.
2904         (elsp-bogofilter-register-buffer): Renamed from
2905         `elmo-spam-bogofilter-register-buffer';
2906         Use `elsp-bogofilter-call-bogofilter'.
2907         (elmo-spam-register-spam-buffer): Follow the change above.
2908         (elmo-spam-register-good-buffer): Ditto.
2909
2910 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2911
2912         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2913         message-id is nil do nothing.
2914
2915 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2916
2917         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2918         Revival.
2919         (elmo-imap4-session): Removed use-flag slot.
2920         (elmo-imap4-session-select-mailbox): Undo last change.
2921         (elmo-folder-use-flag-p): Use
2922         elmo-imap4-disuse-server-flag-mailbox-regexp.
2923
2924 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2925
2926         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2927         (elmo-imap4-session-select-mailbox): Set it up.
2928         (elmo-folder-use-flag-p): Return value of use-flag slot.
2929
2930 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2933         message-id is nil.
2934         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2935
2936         * modb-entity.el (elmo-message-entity-handler): Likewise.
2937
2938 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2939
2940         * elmo.el (toplevel): Remove setting of autoloding for
2941         elmo-global-flag-initialize.
2942         (elmo-init): Don't call elmo-global-flag-initialize.
2943         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2944
2945         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2946         (elmo-global-mark-migrate): Don't call it.
2947         (elmo-global-mark-upgrade): Ditto.
2948
2949 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2950
2951         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2952         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2953
2954         * elmo-vars.el (elmo-init-hook): New user option.
2955
2956         * elmo.el (elmo-init): Run the elmo-init-hook.
2957
2958         * elmo-flag.el (elmo-global-mark-migrate): New function.
2959
2960 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2963         Undo last change (move to elmo-msgdb-unset-flag).
2964         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2965         flag is unset.
2966
2967 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2968
2969         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2970         read flag is set.
2971         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2972         (elmo-msgdb-unset-flag): Ditto.
2973
2974 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2975
2976         * elmo-split.el (elmo-split): Return split message count.
2977
2978 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2979
2980         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2981         is nil.
2982
2983 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * elmo.el (elmo-folder-unflag-important): Call
2986         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2987         a symbol `always'.
2988
2989         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2990         before unset flag.
2991         (elmo-global-flag-detach): Delete the message from flag folder, if
2992         `delete-if-none' is a symbol `always'.
2993
2994 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2995
2996         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
2997         `elmo-spam-spamfilter-decode-buffer'.
2998         (elsp-spamfilter-register-buffer-internal): New internal function.
2999         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3000         (elmo-spam-register-spam-buffer): Ditto.
3001         (elmo-spam-register-good-buffer): Ditto.
3002
3003         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3004         change.
3005         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3006         (elmo-spam-register-spam-buffer): Follow the API change.
3007         (elmo-spam-register-good-buffer): Ditto.
3008
3009         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3010         (elmo-split-spam-p): Added argument plist; Call
3011         `elmo-spam-buffer-spam-p' with new argument register.
3012
3013         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3014         `register'.
3015         (elmo-spam-message-spam-p): Ditto.
3016         (elmo-spam-register-spam-buffer): Added optional argument
3017         `restore'.
3018         (elmo-spam-register-good-buffer): Ditto.
3019         (elmo-spam-register-spam-messages): Ditto.
3020         (elmo-spam-register-good-messages): Ditto.
3021
3022 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3023
3024         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3025         register into good corpus.
3026         (elmo-spam-register-good-buffer): Fixed to register into bad
3027         corpus.
3028
3029 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * elmo-version.el (elmo-version): Up to 2.11.20.
3032
3033         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3034         change.
3035
3036         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3037         flag without depending on \Recent flag.
3038
3039 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3040
3041         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3042         (elmo-spam-modified-p): Defined.
3043         (elmo-spam-save-status): Set `modified' slot to nil.
3044         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3045         (elmo-spam-register-good-buffer): Ditto.
3046
3047         * elmo-spam.el (elmo-spam-modified-p): New API.
3048
3049 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3052         duplicate definition.
3053
3054         * elmo-util.el (elmo-unfold-field-body): New function.
3055         (elmo-msgdb-get-message-id-from-buffer): Use it.
3056
3057         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3058         Fixed the last change; Use elmo-unfold-field-body.
3059
3060 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3061
3062         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3063         Unfold date value.
3064
3065 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3066
3067         * elmo-spam.el (elmo-spam-save-status): New API.
3068
3069         * elsp-spamfilter.el: New file.
3070
3071 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3072
3073         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3074
3075 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3076
3077         * elmo-split.el (elmo-split-spam-p): New function.
3078
3079         * elmo-spam.el: New file.
3080
3081         * elsp-bogofilter.el: Ditto.
3082
3083 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3084
3085         * elmo.el (elmo-folder-next-message-number): New API.
3086         (elmo-folder-next-message-number): Define.
3087         (elmo-message-field): Don't check folder length.
3088
3089         * elmo-net.el (elmo-folder-next-message-number): Define.
3090         (elmo-folder-next-message-number-unplugged): Define.
3091
3092         * elmo-map.el (elmo-folder-next-message-number): Define.
3093         (elmo-folder-delete-messages): Clear hash value.
3094
3095         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3096
3097         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3098         (elmo-folder-delete-messages-dop-delayed): Always return t.
3099
3100         * elmo-version.el (elmo-version): Up to 2.11.19.
3101
3102 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3105         change.
3106
3107         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3108         identical cons cell into the mark-alist and the hash table.
3109
3110 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3113         elmo-folder-list-messages with argument `visible-only' as t.
3114
3115         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3116         (elmo-folder-msgdb-create): Check the target folder.
3117
3118 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3119
3120         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3121         `permanentflag' instead of `flags'.
3122         (elmo-folder-open): Ditto.
3123         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3124         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3125         (elmo-folder-use-flag-p): Always return t.
3126         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3127         `permanentflags' does not exist.
3128         (elmo-folder-open): Ditto.
3129
3130 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3131
3132         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3133         is nil.
3134         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3135
3136         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3137         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3138         response.
3139         (elmo-folder-open): Ditto.
3140         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3141         slot of the session includes the flag.
3142         (elmo-imap4-session-flag-available-p): New function.
3143         (elmo-imap4-folder-list-flagged): Ditto.
3144         (elmo-folder-list-unreads-plugged): Use it.
3145         (elmo-folder-list-importants-plugged): Ditto.
3146         (elmo-folder-list-answereds-plugged): Ditto.
3147         (elmo-imap4-search-internal-primitive): Ditto.
3148         (elmo-imap4-folder-list-any-plugged,
3149         elmo-imap4-folder-list-digest-plugged): Abolish.
3150
3151         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3152         if numbers is nil.
3153
3154 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3155
3156         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3157
3158 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3159
3160         * elmo-util.el (elmo-get-hash-val): Simplify.
3161         (elmo-set-hash-val): Rewrite.
3162
3163 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3164
3165         * elmo.el (elmo-folder-list-messages): Append killed messages into
3166         result if `visible-only' is nil and `in-msgdb' is non-nil.
3167
3168         * elmo-util.el (elmo-uniq-list): Added optional argument
3169         `delete-function'.
3170
3171         * modb.el (elmo-msgdb-flag-count): New API.
3172
3173         * modb-standard.el (modb-standard): Added slot flag-count.
3174         (modb-standard-countup-flags): New function.
3175         (modb-standard-load-flag): Call it.
3176         (elmo-msgdb-append): Ditto.
3177         (elmo-msgdb-clear): Clear slot flag-count.
3178         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3179         (elmo-msgdb-unset-flag): Treat `all' flag and call
3180         modb-standard-countup-flags.
3181         (elmo-msgdb-flag-count): Define.
3182         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3183         (elmo-msgdb-delete-messages): Ditto.
3184
3185         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3186         (elmo-msgdb-flag-count): Define.
3187
3188         * elmo.el (elmo-folder-list-messages): Undo last change.
3189         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3190         (elmo-folder-kill-messages): Unset all flags to numbers.
3191
3192         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3193         elmo-folder-kill-messages.
3194
3195         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3196         (elmo-nntp-folder-delete-messages): Abolish.
3197
3198         * elmo-version.el (elmo-version): Up to 2.11.18.
3199
3200 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3201
3202         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3203         (elmo-folder-kill-messages-range): New function.
3204         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3205         instead of elmo-folder-kill-messages-before.
3206
3207 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3208
3209         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3210         elmo-imap4-current-msgdb to decide entity handler.
3211
3212 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3215
3216         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3217         inline function.
3218         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3219         (elmo-msgdb-overview-entity-set-number,
3220         elmo-msgdb-overview-entity-get-references,
3221         elmo-msgdb-overview-entity-set-references,
3222         elmo-msgdb-overview-entity-get-from-no-decode,
3223         elmo-msgdb-overview-entity-get-from,
3224         elmo-msgdb-overview-entity-set-from,
3225         elmo-msgdb-overview-entity-get-subject,
3226         elmo-msgdb-overview-entity-get-subject-no-decode,
3227         elmo-msgdb-overview-entity-set-subject,
3228         elmo-msgdb-overview-entity-get-date,
3229         elmo-msgdb-overview-entity-set-date,
3230         elmo-msgdb-overview-entity-get-to,
3231         elmo-msgdb-overview-entity-get-cc,
3232         elmo-msgdb-overview-entity-get-size,
3233         elmo-msgdb-overview-entity-set-size,
3234         elmo-msgdb-overview-entity-get-extra,
3235         elmo-msgdb-overview-entity-set-extra,
3236         elmo-msgdb-overview-entity-get-extra-field,
3237         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3238         (elmo-msgdb-make-index): Use
3239         `elmo-msgdb-overview-entity-get-number-internal'.
3240         (elmo-msgdb-clear-index): Ditto.
3241         (elmo-msgdb-append-entity): Ditto;
3242         Use `elmo-msgdb-overview-entity-get-id-internal'.
3243
3244         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3245         elmo-msgdb-overview-entity-set-number,
3246         elmo-msgdb-overview-entity-get-references,
3247         elmo-msgdb-overview-entity-set-references,
3248         elmo-msgdb-overview-entity-get-from-no-decode,
3249         elmo-msgdb-overview-entity-get-from,
3250         elmo-msgdb-overview-entity-set-from,
3251         elmo-msgdb-overview-entity-get-subject,
3252         elmo-msgdb-overview-entity-get-subject-no-decode,
3253         elmo-msgdb-overview-entity-set-subject,
3254         elmo-msgdb-overview-entity-get-date,
3255         elmo-msgdb-overview-entity-set-date,
3256         elmo-msgdb-overview-entity-get-to,
3257         elmo-msgdb-overview-entity-get-cc,
3258         elmo-msgdb-overview-entity-get-size,
3259         elmo-msgdb-overview-entity-set-size,
3260         elmo-msgdb-overview-entity-get-extra,
3261         elmo-msgdb-overview-entity-set-extra,
3262         elmo-msgdb-overview-entity-get-extra-field,
3263         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3264         and rewrote for backward compatibility.
3265
3266 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * elmo.el (elmo-message-entity-number,
3269         elmo-message-entity-set-number,
3270         elmo-message-entity-field,
3271         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3272
3273         * elmo-msgdb.el (elmo-message-entity-number,
3274         elmo-message-entity-set-number,
3275         elmo-message-entity-field,
3276         elmo-message-entity-set-field): Moved from elmo.el.
3277
3278 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3279
3280         * elmo.el (toplevel): Changed definition orders.
3281
3282 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3283
3284         * modb.el (elmo-msgdb-search): New API .
3285         (elmo-msgdb-match-condition): Ditto.
3286
3287         * modb-standard.el (elmo-msgdb-search): Define.
3288
3289         * modb-legacy.el (elmo-msgdb-search): Ditto.
3290
3291         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3292         from elmo-msgdb-match-condition-internal.
3293
3294         * elmo.el (elmo-folder-search-fast): Abolish.
3295         (elmo-folder-search): Use elmo-msgdb-search and
3296         elmo-with-progress-display.
3297
3298         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3299         as msgdb API.
3300
3301         * elmo.el (elmo-folder): Remove slot message-modified and
3302         flag-modified.
3303         (elmo-folder-set-message-modified): Abolish.
3304         (elmo-generic-folder-commit): Follow the change above.
3305         (elmo-folder-synchronize): Ditto.
3306
3307         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3308
3309         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3310
3311         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3312
3313 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3314
3315         * modb-standard.el (modb-standard-make-message-entity,
3316         elmo-msgdb-make-message-entity,
3317         elmo-msgdb-create-message-entity-from-buffer,
3318         elmo-msgdb-message-entity-number,
3319         elmo-msgdb-message-entity-set-number,
3320         elmo-msgdb-message-entity-field,
3321         elmo-msgdb-message-entity-set-field,
3322         elmo-msgdb-copy-message-entity,
3323         elmo-msgdb-match-condition-internal): Remove.
3324
3325         * modb-entity.el: New file (again).
3326
3327         * modb.el (toplevel): Require modb-entity.
3328         (elmo-msgdb-message-entity-handler): New method.
3329
3330         * modb-standard.el (modb-standard-entity-id): Use
3331         elmo-message-entity-handler.
3332         (modb-standard-load-entity): Ditto.
3333         (elmo-msgdb-append-entity): Ditto.
3334         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3335
3336         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3337         elmo-msgdb-decoded-cache-hashtb,
3338         (modb-legacy-make-message-entity,
3339         elmo-msgdb-make-message-entity,
3340         elmo-msgdb-create-message-entity-from-buffer,
3341         elmo-msgdb-message-entity-number,
3342         elmo-msgdb-message-entity-set-number,
3343         elmo-msgdb-message-entity-field,
3344         elmo-msgdb-message-entity-set-field,
3345         elmo-msgdb-copy-message-entity,
3346         elmo-msgdb-match-condition-internal,
3347         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3348
3349         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3350         (elmo-message-entity-set-number): Ditto.
3351         (elmo-message-entity-field): Ditto.
3352         (elmo-message-entity-set-field): Ditto.
3353
3354         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3355
3356         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3357
3358         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3359
3360         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3361         (elmo-nntp-msgdb-create-message): Ditto.
3362
3363         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3364         (elmo-folder-msgdb-create): Add unread flag.
3365
3366         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3367
3368         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3369
3370         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3371
3372         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3373
3374         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3375         elmo-msgdb-messge-entity-handler.
3376         * elmo-version.el (elmo-version): Up to 2.11.17.
3377
3378 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3379
3380         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3381         change.
3382
3383 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3384
3385         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3386
3387         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3388         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3389         (elmo-msgdb-flag-table): Ditto.
3390         (elmo-msgdb-sort-by-date): Ditto.
3391
3392         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3393
3394         * modb-standard.el (toplevel): Require mime.
3395         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3396         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3397         elmo-msgdb-message-entity-number.
3398         (elmo-msgdb-append-entity): Ditto.
3399         (elmo-msgdb-create-message-entity-from-file): Remove.
3400         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3401         corresponds to the entity.
3402         (elmo-msgdb-message-entity-number): Do nothing currently.
3403         (elmo-msgdb-message-entity-field): Ditto.
3404         (elmo-msgdb-message-entity-set-field): Ditto.
3405         (elmo-msgdb-copy-message-entity): Ditto.
3406         (elmo-msgdb-match-condition-internal): Ditto.
3407
3408         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3409         elmo-util.el.
3410         (elmo-msgdb-create-message-entity-from-file): Remove.
3411
3412         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3413         modb-legacy.el.
3414         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3415
3416         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3417
3418 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3421         (elmo-msgdb-message-entity-field): Ditto.
3422         (elmo-msgdb-message-entity-number): Ditto.
3423
3424 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3425
3426         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3427         Fixed how to set extra field into entity.
3428         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3429         symbol.
3430
3431         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3432         Fixed how to set extra field into entity.
3433         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3434         symbol.
3435
3436 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3437
3438         * modb.el (elmo-message-entity-db): New function.
3439         (elmo-msgdb-make-message-entity): New API.
3440         (elmo-msgdb-message-entity-number): Ditto.
3441         (elmo-msgdb-message-entity-set-number): Ditto.
3442         (elmo-msgdb-message-entity-field): Ditto.
3443         (elmo-msgdb-message-entity-set-field): Ditto.
3444         (elmo-msgdb-copy-message-entity): Ditto.
3445         (elmo-msgdb-create-message-entity-from-file): Ditto.
3446         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3447         (elmo-msgdb-match-condition-internal): Ditto.
3448
3449         * modb-standard.el (modb-legacy): Require modb-legacy.
3450         (modb-standard-make-message-entity): New inline function.
3451         (elmo-msgdb-make-message-entity): Define.
3452         (elmo-msgdb-create-message-entity-from-file): Ditto.
3453         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3454         (elmo-msgdb-message-entity-field): Ditto.
3455         (elmo-msgdb-message-entity-set-field): Ditto.
3456         (elmo-msgdb-copy-message-entity): Ditto.
3457         (elmo-msgdb-match-condition-internal): Ditto.
3458
3459         * modb-legacy.el: Don't require modb-entity.
3460         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3461         (elmo-msgdb-match-condition-primitive): Ditto.
3462         (elmo-msgdb-get-decoded-cache): Ditto.
3463         (elmo-msgdb-overview-entity-get-id): Ditto.
3464         (elmo-msgdb-overview-entity-get-number): Ditto.
3465         (elmo-msgdb-overview-entity-set-number): Ditto.
3466         (elmo-msgdb-overview-entity-get-references): Ditto.
3467         (elmo-msgdb-overview-entity-set-references): Ditto.
3468         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3469         (elmo-msgdb-overview-entity-get-from): Ditto.
3470         (elmo-msgdb-overview-entity-set-from): Ditto.
3471         (elmo-msgdb-overview-entity-get-subject): Ditto.
3472         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3473         (elmo-msgdb-overview-entity-set-subject): Ditto.
3474         (elmo-msgdb-overview-entity-get-date): Ditto.
3475         (elmo-msgdb-overview-entity-set-date): Ditto.
3476         (elmo-msgdb-overview-entity-get-to): Ditto.
3477         (elmo-msgdb-overview-entity-get-cc): Ditto.
3478         (elmo-msgdb-overview-entity-get-size): Ditto.
3479         (elmo-msgdb-overview-entity-set-size): Ditto.
3480         (elmo-msgdb-overview-entity-get-extra): Ditto.
3481         (elmo-msgdb-overview-entity-set-extra): Ditto.
3482         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3483         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3484         (elmo-msgdb-number-load): Ditto.
3485         (elmo-msgdb-overview-load): Ditto.
3486         (elmo-msgdb-mark-load): Ditto.
3487         (elmo-msgdb-number-save): Ditto.
3488         (elmo-msgdb-mark-save): Ditto.
3489         (elmo-msgdb-overview-save): Ditto.
3490         (modb-legacy-make-message-entity): New inline function.
3491         (elmo-msgdb-insert-file-header): Ditto.
3492         (elmo-msgdb-make-message-entity): Define.
3493         (elmo-msgdb-create-message-entity-from-file): Ditto.
3494         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3495         (elmo-msgdb-message-entity-number): Ditto.
3496         (elmo-msgdb-message-entity-set-number): Ditto.
3497         (elmo-msgdb-message-entity-field): Ditto.
3498         (elmo-msgdb-message-entity-set-field): Ditto.
3499         (elmo-msgdb-copy-message-entity): Ditto.
3500         (elmo-msgdb-match-condition-internal): Ditto.
3501
3502         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3503         (elmo-message-copy-entity): Rewrite.
3504         (elmo-message-entity-number): Ditto.
3505         (elmo-message-entity-set-number): Ditto.
3506         (elmo-message-entity-field): Use elmo-message-entity-db.
3507         (elmo-message-entity-set-field): Ditto.
3508         (elmo-message-field): Rewrite.
3509
3510         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3511         elmo-msgdb.el
3512         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3513
3514         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3515         elmo-message-entity-field.
3516         (elmo-shimbun-folder-shimbun-header): Ditto.
3517         (elmo-shimbun-entity-to-header): Ditto.
3518         (elmo-folder-msgdb-create): Ditto.
3519         (elmo-shimbun-msgdb-create-entity): Ditto;
3520         Use elmo-msgdb-create-message-entity-from-buffer.
3521         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3522         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3523
3524         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3525         elmo-msgdb-create-message-entity-from-file and 
3526         elmo-message-entity-field.
3527
3528         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3529         elmo-message-entity-number.
3530         (elmo-pop3-msgdb-create-message): Use
3531         elmo-msgdb-create-message-entity-from-buffer,
3532         elmo-message-entity-set-field, elmo-message-entity-number and
3533         elmo-message-entity-set-number.
3534
3535         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3536         the API change in elmo-msgdb-make-message-entity.
3537         (elmo-nntp-msgdb-create-message): Use
3538         elmo-msgdb-create-message-entity-from-buffer.
3539
3540         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3541         elmo-message-entity-field and
3542         elmo-msgdb-create-message-entity-from-file.
3543
3544         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3545         (elmo-msgdb-get-field): Abolish.
3546         (elmo-msgdb-get-number): Rewrite.
3547         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3548         (elmo-msgdb-flag-table): Ditto.
3549         (elmo-msgdb-get-last-message-id,
3550         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3551         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3552         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3553         (elmo-msgdb-create-overview-from-buffer,
3554         elmo-msgdb-overview-get-parent-entity): Abolish.
3555
3556         * elmo-mime.el (elmo-mime-display-as-is): Use
3557         elmo-message-entity-field.
3558
3559         * elmo-map.el (elmo-folder-pack-numbers): Use
3560         elmo-message-entity-set-number.
3561
3562         * elmo-maildir.el (elmo-folder-msgdb-create): 
3563         elmo-msgdb-create-message-entity-from-file instead of
3564         elmo-msgdb-create-overview-entity-from-file.
3565
3566         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3567         msgdb.
3568         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3569         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3570
3571         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3572         elmo-messge-entity-field and elmo-message-entity-number.
3573         (elmo-imap4-fetch-callback-1): Call
3574         elmo-msgdb-create-message-entity-from-buffer instead of
3575         elmo-msgdb-create-overview-from-buffer. 
3576         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3577         (elmo-find-fetch-strategy): Likewise.
3578
3579         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3580         elmo-localdir-msgdb-create-entity with argument msgdb.
3581
3582         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3583         and elmo-message-entity-set-number.
3584
3585         * elmo-cache.el (elmo-folder-msgdb-create): Use
3586         elmo-message-entity-field.
3587         (elmo-folder-msgdb-create): Call
3588         elmo-msgdb-create-message-entity-from-file instead of
3589         elmo-msgdb-create-overview-entity-from-file.
3590
3591         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3592         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3593         instead of elmo-msgdb-create-overview-from-buffer.
3594         (elmo-archive-msgdb-create-entity): Ditto.
3595         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3596         elmo-message-entity-field.
3597         (elmo-archive-parse-mmdf): Ditto.
3598
3599         * modb-entity.el: Removed.
3600
3601         * elmo-version.el (elmo-version): Up to 2.11.16.
3602
3603 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3604
3605         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3606         `is-local'.
3607         (elmo-folder-flag-as-answered): Ditto.
3608
3609 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3610
3611         * modb-standard.el: New file.
3612
3613         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3614         elmo-msgdb-convert-type is `sync'.
3615
3616         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3617         (elmo-msgdb-convert-type): New user option.
3618
3619         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3620         (elmo-load-msgdb): Auto detect saved type.
3621
3622         * elmo-version.el (elmo-version): Up to 2.11.15.
3623
3624 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3627
3628         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3629         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3630         with argument `delete-if-none' when dst-folder is 'null.
3631
3632         * elmo-flag.el (elmo-folder-append-messages): Defined.
3633         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3634
3635 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3638
3639 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3640
3641         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3642         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3643         (elmo-folder-commit): Ditto.
3644
3645 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * elmo-flag.el: New file.
3648
3649         * elmo-mark.el: Removed.
3650
3651         * modb-legacy.el (modb-legacy-new-mark,
3652         modb-legacy-unread-uncached-mark,
3653         modb-legacy-unread-cached-mark,
3654         modb-legacy-read-uncached-mark,
3655         modb-legacy-answered-cached-mark,
3656         modb-legacy-answered-uncached-mark,
3657         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3658         All other related portions are changed.
3659
3660         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3661         (elmo-folder-list-messages-with-global-mark): Abolish.
3662         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3663         (elmo-folder-flag-as-important): Ditto.
3664         (elmo-folder-unflag-read): Ditto.
3665         (elmo-folder-flag-as-read): Ditto.
3666         (elmo-folder-unflag-answered): Ditto.
3667         (elmo-folder-flag-as-answered): Ditto.
3668         (elmo-message-encache): Return the cache path.
3669         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3670         (elmo-message-set-flag): Transitional implementation.
3671         (elmo-message-unset-flag): Ditto.
3672         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3673         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3674         (elmo-init): Call elmo-global-flag-initialize.
3675         (toplevel): Added autoload settings for elmo-flag.
3676
3677         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3678
3679         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3680         (elmo-file-cache-delete): Don't treat global-mark.
3681
3682         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3683
3684         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3685
3686         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3687         `elmo-global-flags-set'.
3688
3689         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3690         `flag'.
3691         (elmo-folder-unflag-read): Ditto.
3692         (elmo-folder-unflag-important): Ditto.
3693         (elmo-folder-flag-as-important): Ditto.
3694         (elmo-folder-unflag-answered): Ditto.
3695         (elmo-folder-flag-as-answered): Ditto.
3696
3697         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3698         `elmo-global-flags-set'.
3699         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3700
3701         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3702
3703         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3704         `flag'.
3705         (elmo-folder-flag-as-important): Ditto.
3706         (elmo-folder-unflag-important): Ditto.
3707         (elmo-folder-flag-as-important): Ditto.
3708         (elmo-folder-unflag-read): Ditto.
3709         (elmo-folder-flag-as-read): Ditto.
3710         (elmo-folder-unflag-answered): Ditto.
3711         (elmo-folder-flag-as-answered): Ditto.
3712
3713         * elmo-multi.el (elmo-folder-list-importants): Don't call
3714         elmo-folder-list-messages-with-global-mark.
3715         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3716         (elmo-folder-unflag-important): Ditto.
3717         (elmo-folder-flag-as-read): Ditto.
3718         (elmo-folder-unflag-read): Ditto.
3719         (elmo-folder-flag-as-answered): Ditto.
3720         (elmo-folder-unflag-answered): Ditto.
3721
3722         * elmo-msgdb.el (elmo-msgdb-new-mark,
3723         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3724         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3725         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3726         (Moved to modb-legacy.el).
3727         (elmo-flag-table-get): Treat important flag too.
3728
3729         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3730         `mark' to `flag'.
3731         (elmo-map-folder-flag-as-important): Ditto.
3732         (elmo-map-folder-unflag-read): Ditto.
3733         (elmo-map-folder-flag-as-read): Ditto.
3734         (elmo-map-folder-unflag-answered): Ditto.
3735         (elmo-map-folder-flag-as-answered): Ditto.
3736         (elmo-folder-unflag-important): Ditto.
3737         (elmo-folder-flag-as-important): Ditto.
3738         (elmo-folder-unflag-read): Ditto.
3739         (elmo-folder-flag-as-read): Ditto.
3740         (elmo-folder-unflag-answered): Ditto.
3741         (elmo-folder-flag-as-answered): Ditto.
3742
3743         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3744         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3745         `flag'.
3746         (elmo-map-folder-unflag-important): Ditto.
3747         (elmo-map-folder-flag-as-read): Ditto.
3748         (elmo-map-folder-unflag-read): Ditto.
3749         (elmo-map-folder-flag-as-answered): Ditto.
3750         (elmo-map-folder-unflag-answered): Ditto.
3751
3752         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3753         `elmo-global-flags-set'.
3754         (elmo-global-flags-set): Added autoload setting.
3755
3756         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3757         `flag'.
3758
3759         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3760         `elmo-msgdb-global-mark-set'.
3761         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3762         Call `elmo-global-flags-set'.
3763         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3764         `flag'.
3765         (elmo-folder-flag-as-important-plugged): Ditto.
3766         (elmo-folder-unflag-read-plugged): Ditto.
3767         (elmo-folder-flag-as-read-plugged): Ditto.
3768         (elmo-folder-unflag-answered-plugged): Ditto.
3769         (elmo-folder-flag-as-answered-plugged): Ditto.
3770         (elmo-global-flags-set): Added autoload setting.
3771
3772         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3773         `flag'.
3774         (elmo-folder-unflag-read): Ditto.
3775         (elmo-folder-flag-as-important): Ditto.
3776         (elmo-folder-unflag-important): Ditto.
3777         (elmo-folder-flag-as-answered): Ditto.
3778         (elmo-folder-unflag-answered): Ditto.
3779
3780         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3781         change of `mark'->`flag'.
3782         (elmo-dop-queue-method-name-alist): Ditto.
3783         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3784         (elmo-folder-unflag-read-dop): Ditto.
3785         (elmo-folder-flag-as-important-dop): Ditto.
3786         (elmo-folder-unflag-important-dop): Ditto.
3787         (elmo-folder-flag-as-answered-dop): Ditto.
3788         (elmo-folder-unflag-answered-dop): Ditto.
3789
3790         * elmo-cache.el (elmo-folder-msgdb-create): Call
3791         `elmo-global-flags-set'.
3792
3793         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3794         Call `elmo-global-flags-set'.
3795         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3796         elmo-archive-parse-mmdf with argument `folder'.
3797         (elmo-archive-parse-mmdf): Added argument `folder';
3798         Call `elmo-global-flags-set'.
3799
3800         * elmo-version.el (elmo-version): Up to 2.11.14.
3801
3802 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3803
3804         * modb.el (elmo-msgdb-length): Define.
3805
3806         * elmo.el (elmo-make-folder): Fixed.
3807         (elmo-generic-folder-append-messages): Follow the API change.
3808
3809         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3810         API change.
3811
3812 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3813
3814         * modb.el: New file.
3815
3816         * modb-entity.el: Ditto.
3817
3818         * modb-legacy.el: Ditto.
3819
3820         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3821         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3822         of `elmo-msgdb-overview-get-entity'.
3823         (elmo-msgdb-get-field): Ditto.
3824         (elmo-msgdb-merge): Moved to `elmo.el'.
3825         (elmo-msgdb-length): Removed; redefine as modb method.
3826         (elmo-msgdb-change-mark): Abolish.
3827         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3828         (elmo-msgdb-match-condition): Don't use mark.
3829         (elmo-msgdb-overview-get-entity): Abolish.
3830         Split modb part into `modb*.el'.
3831
3832         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3833
3834         * elmo-shimbun.el (shimbun-mua-search-id): Use
3835         `elmo-msgdb-message-entity' instead of
3836         `elmo-msgdb-overview-get-entity'.
3837         (elmo-shimbun-folder-shimbun-header): Ditto.
3838         (elmo-shimbun-get-headers): Ditto.
3839         (elmo-shimbun-update-overview): Ditto.
3840
3841         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3842
3843         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3844
3845         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3846         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3847
3848         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3849         `elmo-msgdb-mark-to-flags'.
3850
3851         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3852         `elmo-msgdb-set-path'.
3853
3854         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3855  
3856         * elmo-version.el (elmo-version): Up to 2.11.13.
3857
3858         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3859
3860         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3861         of mark.
3862
3863 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3864
3865         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3866         mismatch.
3867
3868 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3869
3870         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3871         instead of `elmo-msgdb-get-cached'.
3872         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3873
3874         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3875         (elmo-msgdb-set-cached): Ditto.
3876         (elmo-msgdb-set-flag): Rewrite.
3877         (elmo-msgdb-unset-flag): Ditto.
3878
3879         * elmo-msgdb.el: Rewrite with luna.
3880
3881         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3882         (elmo-folder-msgdb): Follow the change above.
3883         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3884         (elmo-folder-unmark-important): Follow the API change.
3885         (elmo-folder-mark-as-important): Ditto.
3886         (elmo-folder-unmark-read): Ditto.
3887         (elmo-folder-mark-as-read): Ditto.
3888         (elmo-folder-unmark-answered): Ditto.
3889         (elmo-folder-mark-as-answered): Ditto.
3890         (elmo-folder-clear): Likewise.
3891
3892         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3893         instead of `elmo-msgdb-load' (renamed).
3894
3895         * elmo-version.el (elmo-version): Up to 2.11.12.
3896
3897 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3898
3899         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3900         change.
3901         (elmo-message-mark): Abolish.
3902         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3903         instead of `elmo-msgdb-change-mark'.
3904
3905         * elmo-pipe.el (elmo-message-mark): Abolish.
3906
3907         * elmo-multi.el (elmo-message-mark): Ditto.
3908
3909         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3910         (elmo-msgdb-unread-uncached-mark): Ditto.
3911         (elmo-msgdb-unread-cached-mark): Ditto.
3912         (elmo-msgdb-read-uncached-mark): Ditto.
3913         (elmo-msgdb-answered-cached-mark): Ditto.
3914         (elmo-msgdb-answered-uncached-mark): Ditto.
3915         (elmo-msgdb-important-mark): Ditto.
3916         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3917         `use-cache'.
3918         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3919         `flags'.
3920         (elmo-flag-table-load): Changed flag to list of flag.
3921         (elmo-flag-table-set): If flags is nil, set read flag.
3922         (elmo-flag-table-get): Return derived flags from global mark,
3923         cache status and saved flags.
3924         (elmo-msgdb-flag-table): Follow the change above.
3925         (elmo-msgdb-out-of-date-messages): New function.
3926
3927         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3928
3929         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3930
3931         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3932
3933         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3934         (elmo-nntp-msgdb-create-message): Ditto.
3935
3936         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3937
3938         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3939         independent.
3940         (elmo-folder-msgdb-create): Follow the API change.
3941
3942         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3943         (elmo-folder-append-messages): Ditto.
3944
3945         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3946         (elmo-folder-append-buffer): Ditto.
3947
3948         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3949
3950         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3951
3952         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3953         (elmo-archive-parse-mmdf): Ditto.
3954
3955         * elmo-version.el (elmo-version): Up to 2.11.11.
3956
3957 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3958
3959         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3960         `elmo-msgdb-mark'.
3961
3962         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3963
3964         * elmo-pipe.el (elmo-message-flags): Defined.
3965
3966         * elmo-multi.el (elmo-message-flags): Ditto.
3967
3968 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3969
3970         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3971         `elmo-msgdb-delete-msgs'.
3972
3973         * elmo.el (elmo-folder-count-flags): Don't use
3974         `elmo-msgdb-get-mark-alist'.
3975         (elmo-folder-detach-messages): Follow the API change.
3976
3977         * elmo.el (elmo-folder-list-messages): Append killed messages into
3978         result if `visible-only' is nil.
3979
3980         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3981         canceled messages.
3982         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3983         (elmo-folder-update-number): Likewise.
3984
3985         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3986         (elmo-pop3-sort-msgdb-by-original-number): Use
3987         `elmo-msgdb-sort-entities'.
3988
3989         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3990         (elmo-msgdb-sort-by-date): Use it.
3991         (elmo-msgdb-overview-sort-by-date): Abolish.
3992
3993         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3994
3995         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3996         (elmo-msgdb-flags): New function.
3997         (elmo-msgdb-merge): Use elmo-msgdb-append.
3998
3999         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4000         change.
4001
4002         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4003
4004         * elmo-dop.el (elmo-folder-status-dop): Use
4005         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4006
4007 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4008
4009         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4010
4011         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4012
4013         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4014
4015         * elmo-util.el (elmo-with-progress-display): New macro.
4016
4017         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4018
4019 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4020
4021         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4022         `elmo-folder-list-message-entities' instead of
4023         `elmo-msgdb-get-overview'.
4024         (elmo-map-folder-list-message-locations): Ditto.
4025
4026         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4027         methods instead of treat directly).
4028         (elmo-msgdb-clear): Ditto.
4029         (elmo-msgdb-delete-msgs): Ditto.
4030         (elmo-msgdb-sort-by-date): Ditto.
4031
4032         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4033         local variables.
4034         (elmo-nntp-folder-msgdb-create): Follow the API change.
4035
4036         * elmo-version.el (elmo-version): Up to 2.11.10.
4037
4038 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4039
4040         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4041         (elmo-msgdb-flags-to-mark): Ditto.
4042         (elmo-msgdb-append-entity): Ditto.
4043
4044         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4045         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4046         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4047         (elmo-archive-parse-mmdf): Ditto.
4048
4049         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4050
4051         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4052
4053         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4054
4055         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4056
4057         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4058
4059         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4060
4061         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4062
4063         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4064
4065         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4066         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4067         to empty msgdb.
4068
4069         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4070         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4071         instead of directly construction.
4072         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4073         instead of construct msgdb.
4074
4075         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4076         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4077         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4078         instead of construct msgdb.
4079
4080 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4081
4082         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4083         when field is from or subject.
4084
4085 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * elmo-multi.el (elmo-message-entity-parent): Define.
4088         (elmo-folder-search): Rewrite.
4089
4090 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4091
4092         * elmo-multi.el (elmo-message-cached-p): Define.
4093
4094         * elmo.el (elmo-message-cached-p): New method.
4095         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4096         (elmo-message-flags): New method.
4097         (elmo-message-flagged-p): New function.
4098
4099         * elmo-version.el (elmo-version): Up to 2.11.9.
4100
4101 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4102
4103         * elmo-version.el (elmo-version): Up to 2.11.8.
4104
4105         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4106
4107         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4108
4109 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * elmo.el (elmo-folder-detach-messages): Undo last change.
4112
4113 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4114
4115         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4116
4117         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4118         only when src folder type is pop3.
4119
4120 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4121
4122         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4123         elmo-msgdb-overview-entity-get-number instead of
4124         elmo-message-entity-number.
4125
4126 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4127
4128         * elmo-version.el (elmo-version): Up to 2.11.7.
4129
4130 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4133         function.
4134
4135         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4136         (elmo-msgdb-merge): New function.
4137         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4138         (elmo-msgdb-make-index): Rewrite.
4139
4140         * elmo-version.el (elmo-version): Up to 2.11.6.
4141
4142         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4143         use it as a the path for loading message entities.
4144
4145         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4146
4147 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4150         message-modified slot of itself if it does not require target msgdb.
4151
4152         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4153         if folder length is zero.
4154         (elmo-mime-display-as-is): Ditto.
4155
4156         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4157
4158         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4159
4160 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4161
4162         * elmo.el (elmo-folder-set-message-modified): New method.
4163         (elmo-generic-folder-commit): Use it.
4164         (elmo-folder-synchronize): Ditto.
4165
4166         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4167         (elmo-folder-commit): Remove duplicate definition.
4168
4169 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4172
4173 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4174
4175         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4176         (elmo-strict-folder-diff): Ditto.
4177         (elmo-folder-set-info-max-by-numdb): Simplify.
4178
4179         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4180         elmo-msgdb-list-messages.
4181
4182         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4183         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4184
4185 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4186
4187         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4188         visible-only is non-nil.
4189         (elmo-folder-confirm-appends): Changed message.
4190         (elmo-folder-synchronize): Added argument disable-killed.
4191
4192         * elmo-multi.el (elmo-folder-synchronize): Added argument
4193         disable-killed.
4194
4195         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4196
4197         * elmo-version.el (elmo-version): Up to 2.11.5.
4198
4199         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4200         elmo-list-filter.
4201
4202         * elmo-util.el (elmo-list-filter): Simplify.
4203
4204         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4205         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4206         (elmo-generic-folder-diff): Abolish argument.
4207         (elmo-msgdb-load): Don't use number-alist.
4208
4209         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4210
4211         * elmo-pipe.el (elmo-folder-diff): Ditto.
4212
4213         * elmo-nmz.el (elmo-folder-diff): Ditto.
4214
4215         * elmo-net.el (elmo-folder-diff): Ditto.
4216
4217         * elmo-maildir.el (elmo-folder-diff): Ditto.
4218
4219         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4220
4221         * elmo-multi.el (elmo-folder-diff): Ditto
4222         (elmo-multi-folder-diff): Rewrite.
4223
4224 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4225
4226         * elmo-pipe.el (elmo-folder-msgdb): Define.
4227
4228 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * elmo.el (elmo-message-set-cached): Define as a method.
4231
4232         * elmo-pipe.el (elmo-message-set-cached): Define.
4233         (elmo-find-fetch-strategy): Ditto.
4234
4235         * elmo-multi.el (elmo-message-set-cached): Define.
4236         (elmo-find-fetch-strategy): Rewrite.
4237
4238         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4239
4240         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4241
4242 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4243
4244         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4245         instead of number-alist.
4246
4247         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4248         mark nor message-id when msgdb of source folder is not loaded.
4249
4250         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4251
4252         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4253
4254 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * elmo.el (elmo-folder-length): Don't require msgdb.
4257
4258 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4259
4260         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4261         (elmo-message-field): Ditto.
4262
4263         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4264         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4265         slot.
4266         (elmo-map-folder-list-answereds): Define.
4267         (elmo-maildir-list-location): Treat 'R' info.
4268         (elmo-folder-msgdb-create): Treat flag-table.
4269         (elmo-folder-append-messages): Save flag-table.
4270
4271 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4272
4273         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4274         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4275
4276 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4277
4278         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4279
4280         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4281         'read when mark is null.
4282
4283 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * elmo-version.el (elmo-version): Up to 2.11.4.
4286
4287 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4288
4289         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4290         (elmo-folder-mark-as-answered): Ditto.
4291
4292 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4295         (elmo-pop3-get-session): Make msgdb directory after session.
4296         (elmo-folder-exists-p): Check exactly at the first time even when the
4297         elmo-pop3-exists-exactly is nil.
4298
4299         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4300         (elmo-folder-list-messages): Define instead of
4301         elmo-folder-list-messages-internal.
4302         (elmo-folder-check): Check destination folder.
4303         (elmo-folder-synchronize): Drain the pipe.
4304
4305         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4306         when msgdb is not loaded.
4307
4308         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4309
4310         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4311         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4312         messages.
4313
4314         * elmo.el (elmo-folder-kill-messages-before): New function.
4315         (elmo-folder-kill-messages): Ditto.
4316         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4317
4318         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4319         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4320         killed not by synchronize (e.g. scoring).
4321
4322 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4323
4324         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4325         treated.
4326         (elmo-folder-search): Follow the change above.
4327
4328         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4329         into the candidates of search field.
4330
4331 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4332
4333         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4334         (elmo-msgdb-unset-flag): Ditto.
4335
4336         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4337
4338 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4339
4340         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4341         (elmo-folder-commit): Define.
4342         (elmo-folder-synchronize): Ditto.
4343         (elmo-folder-list-flagged): Ditto.
4344         (elmo-folder-commit): Ditto.
4345         (elmo-folder-length): Ditto.
4346         (elmo-folder-count-flags): Ditto.
4347         (elmo-message-mark): Ditto.
4348         (elmo-message-field): Ditto.
4349         (elmo-message-entity): Ditto.
4350         (elmo-message-folder): Ditto.
4351
4352 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4353
4354         * elmo.el (elmo-message-field): Define as a method.
4355
4356         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4357         (elmo-message-field): Define.
4358
4359         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4360         (elmo-folder-list-importants): Ditto.
4361         (elmo-folder-list-answereds): Ditto.
4362
4363         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4364         qualifier.
4365         (elmo-folder-mark-as-read): Ditto.
4366         (elmo-folder-unmark-read): Ditto.
4367         (elmo-folder-mark-as-answered): Ditto.
4368         (elmo-folder-unmark-answered): Ditto.
4369         (elmo-folder-list-flagged): Define.
4370         (elmo-folder-commit): Ditto.
4371         (elmo-folder-length): Ditto.
4372         (elmo-folder-count-flags): Ditto.
4373
4374 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * elmo.el (elmo-folder-detach-messages): New method.
4377         (elmo-folder-move-messages): Use it.
4378         (elmo-folder-synchronize): Ditto.
4379
4380         * elmo-multi.el (elmo-folder-detach-messages): Define.
4381
4382         * elmo.el (elmo-message-copy-entity): New function.
4383         (elmo-message-entity-set-number): Ditto.
4384         (elmo-message-mark): Define as method.
4385
4386         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4387         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4388         (elmo-message-entity): Fixed last change.
4389         (elmo-message-mark): Define.
4390         (elmo-folder-msgdb-create): Abolish.
4391         (elmo-multi-folder-append-msgdb): Ditto.
4392         (elmo-multi-folder-diff): Fixed.
4393         (elmo-multi-split-number-alist): Removed.
4394         (elmo-multi-split-mark-alist): Removed.
4395         (elmo-folder-list-messages): Define.
4396         (elmo-folder-list-messages-internal): Removed.
4397
4398         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4399         local file messages.
4400         (elmo-folder-msgdb-create): Fixed read mark.
4401
4402 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4403
4404         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4405         if mark is nil.
4406
4407 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4408
4409         * elmo.el (elmo-folder-list-message-entities): Define as inline
4410         function.
4411         (elmo-folder-messages): Abolish.
4412
4413         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4414         folder.
4415         (elmo-folder-synchronize): Define.
4416         (elmo-message-entity): Define.
4417
4418 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4419
4420         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4421         elmo-imap4-session-select-mailbox.
4422
4423         * elmo.el (elmo-folder-move-messages): Don't display any message.
4424
4425         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4426         parsing.
4427         (elmo-imap4-session-check): Don't wait CHECK response.
4428         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4429
4430 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4431
4432         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4433
4434 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4435
4436         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4437         API.
4438         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4439
4440
4441         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4442         (elmo-folder-list-message-entities): Added argument in-msgdb and
4443         numbers.
4444         (elmo-folder-synchronize): Define as a method.
4445
4446         * elmo-nntp.el (elmo-folder-initialize): Don't use
4447         elmo-nntp-default-user if zero-length username is specified
4448         explicitly.
4449
4450 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4451
4452         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4453         server name in case with username.
4454         (XXX: this is ad-hoc fix against username includes "@", it
4455         should be solved fundamentally)
4456
4457 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4458
4459         * elmo-nntp.el (elmo-nntp-debug): New function.
4460         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4461         (elmo-network-authenticate-session): Hide auth-info from the log.
4462
4463         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4464         user name if it is equal to elmo-nntp-default-user.
4465
4466 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4467
4468         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4469         instead of shimbun-server-internal;
4470         Use shimbun-current-group instead of shimbun-current-group-internal.
4471         (elmo-folder-plugged-p): Use shimbun-server instead of
4472         shimbun-server-internal.
4473         (elmo-folder-set-plugged): Ditto.
4474         (elmo-net-port-info): Ditto.
4475         (elmo-folder-check): Ditto.
4476         (elmo-folder-expand-msgdb-path): Ditto.
4477         (elmo-folder-list-subfolders): Ditto.
4478
4479 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4480
4481         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4482         Convert field-name to lower case.
4483         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4484
4485 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4486
4487         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4488         `message' and `error' take format string.
4489
4490 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4491
4492         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4493
4494 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4495
4496         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4497         recursive call (can't byte compile on emacs 20.7).
4498
4499 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4500
4501         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4502         (elmo-folder-list-message-entities): New API.
4503         (elmo-message-entity): Ditto.
4504         (elmo-message-entity-parent): Ditto.
4505         (elmo-folder-do-each-message-entity): Ditto.
4506         (elmo-message-entity-number): Ditto.
4507         (elmo-message-entity-field): Ditto.
4508         (elmo-message-entity-set-field): Ditto.
4509         (elmo-folder-count-flags): Ditto.
4510         (elmo-folder-length): Ditto.
4511
4512         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4513         not.
4514
4515         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4516         (elmo-msgdb-count-marks): Abolish.
4517         (elmo-msgdb-make-entity): Ditto.
4518         (elmo-msgdb-do-each-entity): Ditto.
4519         (elmo-msgdb-message-entity): New inline function.
4520         (elmo-msgdb-message-entity-field): Ditto.
4521         (elmo-msgdb-message-entity-set-field): Ditto.
4522         (elmo-msgdb-make-message-entity): New function.
4523
4524 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4527         to flag. (All other related portions are changed.)
4528         (elmo-folder-msgdb-create): Likewise.
4529         (elmo-generic-folder-append-messages): Use flag-table instead of
4530         seen-list.
4531         (elmo-folder-move-messages): Removed redundant process.
4532         (elmo-folder-synchronize): Likewise.
4533
4534         * elmo-msgdb.el (elmo-flag-table-get): New function.
4535         (elmo-flag-table-save): Fixed.
4536         (elmo-msgdb-length): New inline function.
4537         (elmo-msgdb-flag-table): New function.
4538         (elmo-msgdb-mark): Add optional argument new.
4539         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4540         (elmo-msgdb-seen-list): Ditto.
4541         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4542
4543
4544 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4545
4546         * elmo.el (elmo-message-set-mark): Abolish.
4547         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4548         (All related portions are changed.)
4549
4550         * elmo-msgdb.el (toplevel): Added comment.
4551         (elmo-load-msgdb): Added 4th element `path'.
4552         (elmo-msgdb-append): Follow the change above.
4553         (elmo-msgdb-clear): Ditto.
4554         (elmo-msgdb-delete-msgs): Ditto.
4555         (elmo-msgdb-get-path): New inline function.
4556         (elmo-msgdb-set-path): Ditto.
4557         (elmo-flag-table-filename): New variable.
4558         (elmo-flag-table-load): New function.
4559         (elmo-flag-table-set): Ditto.
4560         (elmo-flag-table-save): Ditto.
4561         (elmo-msgdb-get-field-value): Abolish.
4562         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4563
4564 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4565
4566         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4567         the folder has been deleted successfully.
4568         * elmo-imap4.el (elmo-folder-delete): Ditto.
4569         * elmo-archive.el (elmo-folder-delete): Ditto.
4570         * elmo-localdir.el (elmo-folder-delete): Ditto.
4571         * elmo-maildir.el (elmo-folder-delete): Ditto.
4572
4573 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4574
4575         * elmo-util.el (elmo-string-member-ignore-case): New function.
4576         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4577         (elmo-imap4-fetch-callback-1-subr): Likewise.
4578
4579 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4580
4581         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4582         the case of the name attribute "\Noselect".
4583
4584 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4587
4588         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4589         flist, is not always a member of onum-alist.
4590
4591 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * elmo-version.el (elmo-version): Up to 2.11.3.
4594
4595 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4598         copied from localdir's one.
4599
4600         * elmo-pipe.el (elmo-folder-rename): New method, rename
4601         destination folder with leaving source folder as it is.
4602
4603 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4604
4605         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4606         replace-regexp.
4607
4608 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * elmo-version.el (elmo-version): Up to 2.11.2.
4611
4612 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4615         shimbun-open in case of "@".
4616         (elmo-folder-open-internal): Cope with shimbun = nil case.
4617         (elmo-folder-plugged-p): Ditto.
4618         (elmo-folder-list-subfolders): Make list for "@/" group.
4619
4620 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4621
4622         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4623         mailbox (e.g. for %~/something).
4624
4625 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4626
4627         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4628         Replace nested conditional with guard clauses.
4629
4630 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4633         error [wl:11327].
4634
4635         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4636         print-depth.
4637
4638 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4639
4640         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4641         Replace nested conditional with guard clauses.
4642
4643 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4646         (elmo-passwd-alist-save): Ditto.
4647         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4648
4649 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4652         dir-name only if it is absolute path.
4653         (TODO: distinguish +/something and +something)
4654
4655 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4658         path for "+~/something".
4659
4660 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4663         as non-directory, cause error before rename-file.
4664         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4665         apropriately, mimic localdir's one.
4666         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4667
4668 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4669
4670         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4671
4672 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4673
4674         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4675
4676         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4677         
4678         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4679         is included in the global-mark or not.
4680
4681 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * utf7.el (toplevel): Avoid error when the function
4684         find-coding-system does not exist.
4685
4686 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4689         cache even if the folder is plugged.
4690         (elmo-nntp-search-primitive): Do nothing when body search is
4691         invoked (although it is not used by the change above).
4692         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4693
4694 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4695
4696         * elmo-version.el (elmo-version): Up to 2.11.1.
4697
4698 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * elmo-archive.el: Specify charset.
4701
4702 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4705         process buffer lives or not.
4706
4707         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4708         while flushing queues (It causes infinite loop).
4709
4710 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4713
4714 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4715
4716         * utf7.el (toplevel): Check the ucs features dynamically.
4717         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4718
4719         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4720         folder is creatabe or not if it already exists.
4721
4722 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4725
4726         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4727
4728         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4729         (elmo-imap4-read-response): Take care of garbage response.
4730
4731 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4734         just return nil instead of error.
4735
4736 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4739         search-key is "body".
4740
4741 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4744         of elmo-string-matched-assoc to use match-data.
4745         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4746
4747 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4748
4749         * elmo-split.el (elmo-split->): New function.
4750         (elmo-split-<): Ditto.
4751
4752 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4755         workaround for invalid message-id.
4756
4757 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4758
4759         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4760         return normal pop3 session or pop3 biff session.
4761
4762 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4763
4764         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4765         info part to the cur files when the new files already have it.
4766         (Adviced by Jared Rhine <jared@wordzoo.com>)
4767
4768 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * elmo-split.el (elmo-split-default-action): New variable.
4771         (elmo-split-subr): Use it if all other conditions are passed.
4772         Extend `fname' and rename it as `action'. (implemented
4773         Teranishi-san's idea in [wl:10800])
4774
4775 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4776
4777         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4778         * elmo-util.el: Ditto.
4779
4780 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4781
4782         * elmo.el (elmo-message-accessible-p): Renamed from
4783         elmo-message-cached-p and rewritten.
4784
4785 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * elmo.el (elmo-folder-list-flagged): New generic function.
4788         (elmo-folder-list-importants): New implementation.
4789         (elmo-folder-list-answereds): Ditto.
4790         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4791         Added 'digest'.
4792         (elmo-message-cached-p): New function.
4793         (elmo-message-set-flag): Ditto (no content).
4794         (elmo-message-unset-flag): Ditto.
4795         (elmo-folder-list-messages-mark-match): Abolish.
4796
4797         * elmo-util.el (elmo-regexp-opt): New function.
4798
4799         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4800         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4801         Added 'digest'.
4802         (elmo-msgdb-list-flagged): New function.
4803
4804         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4805         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4806         Added 'digest'.
4807
4808         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4809
4810 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4811
4812         * elmo-version.el (elmo-version): Up to 2.11.0.
4813
4814 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4815
4816         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4817         `elmo-file-cache-exists-p'; use proper mark that depends on
4818         `use-cache'.
4819         (elmo-msgdb-unset-flag): Ditto.
4820         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4821
4822         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4823         with 4th argument `use-cache'.
4824
4825 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4828         (elmo-folder-mark-as-important): Ditto.
4829         (elmo-folder-unmark-read): Ditto.
4830         (elmo-folder-mark-as-read): Ditto.
4831         (elmo-folder-unmark-answered): Ditto.
4832         (elmo-folder-mark-as-answered): Ditto.
4833
4834         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4835         message status.
4836         (elmo-msgdb-mark): Likewise.
4837         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4838         (elmo-msgdb-unset-flag): Likewise.
4839
4840         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4841
4842 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4843
4844         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4845         `last:' filter.
4846
4847 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4848
4849         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4850         set spool-length to 0.
4851
4852 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4853
4854         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4855         (elmo-dop-queue-flush): Fixed last change.
4856
4857 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4858
4859         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4860         if require-msgdb slot is nil.
4861         (elmo-folder-list-importants): Likewise.
4862
4863 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4864
4865         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4866         mark is changed.
4867
4868         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4869         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4870         is changed.
4871
4872 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4875
4876 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4879
4880         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4881
4882 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4883
4884         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4885         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4886
4887 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4890         the problem reported by Sean Rima [wl-en:180].
4891
4892 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4895
4896         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4897
4898         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4899
4900         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4901
4902         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4903
4904         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4905
4906         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4907
4908 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4911         status number.
4912
4913 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4914
4915         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4916         (elmo-folder-mark-as-read): Follow the API change.
4917         (elmo-message-set-cached): New function.
4918
4919         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4920
4921         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4922
4923         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4924         (elmo-folder-mark-as-important): Ditto.
4925         (elmo-folder-unmark-read): Ditto.
4926         (elmo-folder-mark-as-read): Ditto.
4927         (elmo-folder-unmark-answered): Ditto.
4928         (elmo-folder-mark-as-answered): Ditto.
4929
4930         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4931         (elmo-folder-unmark-important): Ditto.
4932         (elmo-folder-mark-as-read): Ditto.
4933         (elmo-folder-unmark-read): Ditto.
4934         (elmo-folder-mark-as-answered): Ditto.
4935         (elmo-folder-unmark-answered): Ditto.
4936
4937         * elmo-mark.el (toplevel): Removed some mark method definitions.
4938
4939         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4940         (elmo-map-folder-mark-as-answered): Ditto.
4941         (elmo-folder-unmark-important): Add :before qualifier.
4942         (elmo-folder-mark-as-important): Ditto.
4943         (elmo-folder-unmark-read): Ditto.
4944         (elmo-folder-mark-as-read): Ditto.
4945         (elmo-folder-unmark-answered): Define.
4946         (elmo-folder-mark-as-answered): Ditto.
4947
4948         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4949         (elmo-map-folder-unmark-answered): Ditto.
4950
4951         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4952
4953         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4954         (elmo-folder-mark-as-important): Ditto.
4955         (elmo-folder-unmark-read): Ditto.
4956         (elmo-folder-mark-as-read): Ditto.
4957         (elmo-folder-unmark-answered): Ditto.
4958         (elmo-folder-mark-as-answered): Ditto.
4959
4960         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4961         `mark'; evaluate mark condition.
4962         (elmo-msgdb-match-condition-internal): New function.
4963         (elmo-msgdb-match-condition): Call it; changed argument.
4964
4965         * elmo.el (elmo-folder-search): Follow the API change on
4966         `elmo-msgdb-match-condition'.
4967
4968 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4969
4970         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4971         original mark is non-nil.
4972
4973 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4976         (elmo-map-folder-list-answereds): New method.
4977         (elmo-folder-list-unreads): Add :around qualifier.
4978         (elmo-folder-list-importants): Ditto.
4979         (elmo-folder-list-answereds): Ditto.
4980
4981 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4982
4983         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4984
4985         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4986         method if msgdb is not required.
4987         (elmo-filter-folder-list-importants): Don't treat global-mark.
4988
4989         * elmo.el (elmo-folder-list-importants): Ditto.
4990
4991         * elmo-net.el (elmo-folder-list-importants): Ditto.
4992
4993         * elmo-map.el (elmo-folder-list-importants): Ditto.
4994
4995         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4996
4997         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
4998         (elmo-imap4-folder-list-any-plugged): New function.
4999         (elmo-imap4-search-internal-primitive): Use it.
5000
5001         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5002         only when require-msgdb slot is non-nil.
5003         (elmo-folder-close): Clear target folder's msgdb.
5004
5005 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5006
5007         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5008         (elmo-pop3-msgdb-create-by-header): Ditto.
5009         (elmo-pop3-msgdb-create-message): Ditto.
5010
5011         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5012
5013         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5014
5015         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5016
5017         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5018         (elmo-folder-msgdb-create): Ditto.
5019         (elmo-nntp-folder-msgdb-create): Ditto.
5020         (elmo-nntp-msgdb-create-by-header): Ditto.
5021         (elmo-nntp-msgdb-create-message): Ditto.
5022         (elmo-folder-list-unreads): Define.
5023
5024         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5025         (elmo-folder-append-messages): Ditto.
5026         (elmo-folder-list-unreads): Define.
5027         (elmo-folder-list-importants): Ditto.
5028         (elmo-folder-list-answereds): Ditto.
5029
5030         * elmo-net.el (elmo-folder-list-unreads): Define.
5031         (elmo-folder-list-importants): Ditto.
5032         (elmo-folder-list-answereds): Ditto.
5033         (elmo-folder-list-answereds-plugged): Ditto.
5034         (elmo-folder-msgdb-create): Follow the API change.
5035         (elmo-folder-msgdb-create-unplugged): Ditto.
5036         (elmo-folder-unmark-answered): Define.
5037         (elmo-folder-mark-as-answered-unplugged): Ditto.
5038         (elmo-folder-unmark-answered-unplugged): Ditto.
5039
5040         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5041         (elmo-msgdb-unread-uncached-mark): Ditto.
5042         (elmo-msgdb-unread-cached-mark): Ditto.
5043         (elmo-msgdb-read-uncached-mark): Ditto.
5044         (elmo-msgdb-answered-cached-mark): Ditto.
5045         (elmo-msgdb-answered-uncached-mark): Ditto.
5046         (elmo-msgdb-important-mark): Ditto.
5047         (elmo-msgdb-set-mark): Rewrite.
5048         (elmo-msgdb-count-marks): Rewrite.
5049         (elmo-msgdb-mark-alist-set): Abolish.
5050         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5051         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5052
5053         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5054         (elmo-folder-close): Define.
5055         (elmo-folder-msgdb-create): Follow the API change.
5056         (elmo-folder-list-unreads): Rewrite.
5057         (elmo-folder-mark-as-important): Ditto.
5058         (elmo-folder-unmark-important): Ditto.
5059         (elmo-folder-mark-as-read): Ditto.
5060         (elmo-folder-unmark-read): Ditto.
5061         (elmo-folder-mark-as-answered): Define.
5062         (elmo-folder-unmark-answered): Ditto.
5063
5064         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5065         (elmo-folder-append-messages): Ditto.
5066
5067         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5068
5069         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5070         (elmo-folder-list-importants): Ditto.
5071
5072         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5073         (elmo-folder-append-messages): Ditto.
5074
5075         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5076         change.
5077         (elmo-folder-msgdb-create-plugged): Ditto.
5078         (elmo-folder-append-messages): Ditto.
5079         (elmo-folder-list-answereds-plugged): Define.
5080         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5081         (elmo-folder-unmark-answered-plugged): Define.
5082         (elmo-folder-mark-as-answered-plugged): Ditto.
5083         (elmo-folder-search-requires-msgdb-p): Ditto.
5084
5085         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5086         (elmo-folder-initialize): Set it.
5087         (elmo-folder-msgdb): Define.
5088         (elmo-folder-check): Call elmo-folder-synchronize.
5089         (elmo-folder-close): Define.
5090         (elmo-folder-commit): Ditto.
5091         (elmo-folder-msgdb-create): Rewrite.
5092         (elmo-folder-list-unreads): Ditto.
5093         (elmo-folder-list-importants): Ditto.
5094         (elmo-folder-mark-as-read): Ditto.
5095         (elmo-folder-unmark-read): Ditto.
5096         (elmo-folder-mark-as-important): Ditto.
5097         (elmo-folder-unmark-important): Ditto.
5098         (elmo-folder-mark-as-answered): Define.
5099         (elmo-folder-unmark-answered): Ditto.
5100
5101         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5102         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5103         (elmo-dop-queue-method-name-alist): Likewise.
5104         (elmo-folder-mark-as-answered-dop): New inline function.
5105         (elmo-folder-unmark-answered-dop): Ditto.
5106         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5107
5108         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5109         (elmo-folder-msgdb-create): Ditto.
5110         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5111         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5112         (elmo-archive-parse-mmdf): Ditto.
5113
5114         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5115         (elmo-folder-list-unreads-internal): Ditto.
5116
5117         * elmo.el (elmo-folder-msgdb): Define as generic function.
5118         (elmo-folder-list-messages): Added argument `in-msgdb'.
5119         (elmo-folder-list-unreads): Define as generic function.
5120         (elmo-folder-list-importants): Ditto.
5121         (elmo-folder-list-answereds): Ditto.
5122         (elmo-folder-list-messages-with-global-mark): New function.
5123         (elmo-folder-msgdb-create): Removed mark arguments.
5124         (elmo-folder-unmark-answered): New generic function.
5125         (elmo-folder-mark-as-answered): Ditto.
5126         (elmo-folder-append-messages): Removed argunment `unread-marks'
5127         (elmo-folder-list-unreads-internal): Abolish.
5128         (elmo-folder-list-importants-internal): Ditto.
5129         (elmo-folder-search-requires-msgdb-p): New generic function.
5130         (elmo-folder-search-requires-msgdb-p-internal): New function.
5131         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5132         elmo-msgdb-load.
5133         (elmo-folder-search-fast): Added key 'mark'.
5134         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5135         instead of unread-marks argument.
5136         (elmo-folder-move-messages): Removed argunment `unread-marks'
5137         (elmo-folder-unmark-important): Define.
5138         (elmo-folder-mark-as-important): Ditto.
5139         (elmo-folder-unmark-read): Ditto.
5140         (elmo-folder-mark-as-read): Ditto.
5141         (elmo-folder-unmark-answered): Ditto.
5142         (elmo-folder-mark-as-answered): Ditto.
5143         (elmo-folder-replace-marks): Abolish.
5144         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5145         duplicates.
5146         (elmo-folder-synchronize): Removed mark arguments;
5147         return crosspost only number.
5148
5149 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5150
5151         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5152         Remove redundunt connectivity check.
5153
5154 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5155
5156         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5157         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5158
5159 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * pldap.el (ldap-decode-string): Return string as-is if
5162         `ldap-coding-system' is nil.
5163         (ldap-encode-string): Ditto.
5164         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5165         (ldap-default-host): Fixed docstring.
5166
5167 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * elmo-util.el (elmo-warning): Define as a macro which uses
5170         `display-warning' if it is defined as a function.
5171
5172         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5173         (elmo-split-equal): Use it.
5174         (elmo-split-match): Ditto.
5175         (elmo-split-message-entity): New buffer-local variable.
5176         (elmo-split-subr): Set it.
5177
5178         * elmo-version.el (elmo-version): Up to 2.9.15.
5179
5180 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * elmo-imap4.el (elmo-network-initialize-session):
5183         Check capability after starttls.
5184
5185 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * elmo-util.el (elmo-list-delete): Added optional argument
5188         DELETE-FUNCTION.
5189
5190         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5191
5192         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5193
5194         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5195
5196         * elmo-imap4.el (elmo-folder-initialize): Don't use
5197         elmo-imap4-default-mailbox.
5198
5199 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5200
5201         * elmo-split.el (toplevel): Use `product-provide'.
5202         (elmo-split): Checkdoc.
5203
5204 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5205
5206         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5207         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5208         the function `elmo-imap4-debug-1'.
5209
5210 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5211
5212         * elmo-split.el (elmo-split): Moved to run hooks and to show
5213         message from elmo-split-subr.
5214         (elmo-split-subr): Follow the change above.
5215
5216         * elmo-split.el (elmo-split-subr): New function (renamed from
5217         elmo-split-subr).
5218         (elmo-split): Changed to call elmo-split-subr by element of
5219         elmo-split-folder.
5220         (elmo-split-folder): Changed customization type to choice.
5221
5222 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5223
5224         * elmo-split.el (elmo-split-and): Fixed condition.
5225
5226 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * elmo-split.el: New file.
5229         (elmo-split): Fixed logic.
5230         Display "Test:" instead of "Folder:" when reharsal.
5231
5232         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5233         explicitly.
5234
5235         * elmo-version.el (elmo-version): Up to 2.9.14.
5236
5237         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5238         wl-expand-newtext).
5239
5240 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5241
5242         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5243         message with no message-id field.
5244
5245 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * elmo-version.el (elmo-version): Up to 2.9.13.
5248
5249         * elmo-dop.el (elmo-folder-status-dop): Fix.
5250
5251 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5254
5255         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5256         changing default value of default-mime-charset.
5257         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5258
5259         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5260
5261         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5262         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5263         instead of elmo-dop-queue-method-name-alist to check merging queue.
5264         (elmo-folder-delete-messages-dop): Delete from queue if negative
5265         message number.
5266         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5267         file is already removed.
5268
5269 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * elmo-vars.el: Bind colon keywords for old Emacsen.
5272
5273 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5274
5275         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5276         against non-exsisting charset.
5277
5278 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5281         Use eword-decode-and-unfold-unstructured-field-body.
5282
5283         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5284         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5285         exists to decode raw subject string.
5286         (toplevel): Require 'mime.
5287
5288         * elmo-version.el (elmo-version): Up to 2.9.12.
5289
5290 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5293         (elmo-msgdb-set-mark): Ditto.
5294
5295         * elmo-version.el (elmo-version): Up to 2.9.11.
5296
5297 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * elmo-util.el (elmo-delete-match-files): New function.
5300
5301         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5302         instead of elmo-delete-directory.
5303
5304         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5305         elmo-hash-minimun-size as 63.
5306
5307         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5308         elmo-diff-unread is nil.
5309
5310         * elmo-imap4.el (elmo-folder-open): Fix.
5311
5312         * elmo.el (elmo-message-mark): Rewrite.
5313         (elmo-message-field): Ditto.
5314         (elmo-message-set-mark): Ditto.
5315         (elmo-folder-replace-marks): New function.
5316         (elmo-generic-folder-append-msgdb): Removed third argument for
5317         elmo-msgdb-append.
5318         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5319         (elmo-msgdb-load): New implementation.
5320
5321         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5322
5323         * elmo-util.el (elmo-list-insert): New implementation.
5324
5325         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5326         argument for elmo-msgdb-append.
5327         
5328
5329         * elmo-msgdb.el (elmo-load-msgdb): New function.
5330         (elmo-make-msgdb): Ditto.
5331         (elmo-msgdb-get-index): New inline function.
5332         (elmo-msgdb-set-index): Ditto.
5333         (elmo-msgdb-get-entity-hashtb): Ditto.
5334         (elmo-msgdb-get-mark-hashtb): Ditto.
5335         (elmo-msgdb-get-mark): Ditto.
5336         (elmo-msgdb-set-mark): Ditto.
5337         (elmo-msgdb-count-marks): Ditto.
5338         (elmo-msgdb-get-number): Ditto.
5339         (elmo-msgdb-get-field): Ditto.
5340         (elmo-msgdb-seen-list): Ditto.
5341         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5342         (elmo-msgdb-delete-msgs): Follow the changes above.
5343         (elmo-msgdb-overview-get-entity): Ditto.
5344         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5345         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5346         and rewritten.
5347         (elmo-msgdb-make-index): Likewise.
5348         (elmo-msgdb-append): Removed third argument.
5349         (elmo-msgdb-clear): Clear index as nil.
5350         (elmo-folder-set-info-hashtb): Removed.
5351         (elmo-folder-set-info-max-by-numdb): Ditto.
5352         (elmo-folder-info-make-hashtb): Ditto.
5353
5354         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5355
5356         * elmo-map.el (elmo-folder-pack-number): Ditto.
5357
5358 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5359
5360         * elmo-version.el (elmo-version): Up to 2.9.10.
5361
5362         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5363
5364         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5365
5366 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5367
5368         * elmo-utils.el (elmo-make-directory): Add option.
5369         Default file mode is 700.
5370
5371 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5372
5373         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5374
5375 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5378         mime-charset.
5379
5380         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5381         and "smaller".
5382
5383 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5384
5385         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5386         (elmo-shimbun-folder-entity-hash): New function.
5387         (elmo-shimbun-folder-shimbun-header): Ditto.
5388         (elmo-shimbun-entity-to-header): Ditto.
5389         (elmo-shimbun-msgdb-to-headers): Removed.
5390         (elmo-shimbun-folder-setup): Ditto.
5391         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5392         for hash key.
5393         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5394         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5395         Removed useless local bind.
5396         (elmo-folder-open-internal): Don't call
5397         `elmo-shimbun-folder-setup'.
5398         (elmo-folder-close-internal): Clear entity-hash slot.
5399         (elmo-folder-clear): Ditto.
5400         (elmo-shimbun-msgdb-create-entity): Use
5401         `elmo-shimbun-folder-shimbun-header'.
5402         (elmo-map-message-fetch): Ditto.
5403         (elmo-shimbun-update-overview): Use overview entity instead of
5404         shimbun header to lookup id by references.
5405         (elmo-map-folder-list-message-locations): Use not only headers but
5406         also overviews to list locations.
5407
5408 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5409
5410         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5411         msgdb path.
5412
5413         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5414
5415 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5416
5417         * elmo-util.el (elmo-read-search-condition-internal): Give default
5418         value for date.
5419
5420 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5421
5422         * elmo-util.el (elmo-condition-parse-search-value): Accept
5423         YYYY-MM-DD format to search.
5424         * elmo-date.el (elmo-date-get-datevec): Likewise.
5425
5426 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5427
5428         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5429         debugging code.
5430
5431 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5432
5433         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5434         from t.
5435
5436         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5437
5438         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5439         case from `elmo-folder-exists-p'.
5440         (elmo-folder-exists-p): Removed.
5441         (elmo-folder-creatable-p) Ditto.
5442
5443         * elmo-net.el (elmo-folder-create): Defined.
5444         (elmo-folder-create-unplugged): New function.
5445         (elmo-folder-exists-p): Changed default value to nil from t.
5446
5447         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5448         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5449
5450         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5451         `elmo-create-folder-dop' and append queue
5452         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5453         (elmo-folder-create-dop-delayed): New function.
5454
5455         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5456
5457         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5458
5459         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5460         (elmo-folder-writable-p) : Ditto.
5461
5462         * elmo-version.el (elmo-version): Up to 2.9.9.
5463
5464 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5465
5466         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5467         `elmo-message-use-cache-p' returns nil.
5468         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5469         (ignore cache file and refer the substance in local folders)
5470
5471 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5472
5473         * elmo-version.el (elmo-version): Up to 2.9.8.
5474
5475 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * elmo-version.el (elmo-version): Up to 2.9.7.
5478
5479         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5480
5481 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5482
5483         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5484
5485 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5488         from --early.
5489         (elmo-map-folder-list-message-locations): Reverse location list.
5490
5491 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5492
5493         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5494
5495 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5498         as a key.
5499         (elmo-nntp-folder-list-subfolders): Follow the change above.
5500
5501 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5502
5503         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5504         name if authentication type is specified.
5505
5506 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5509         variable.
5510         (elmo-default-nntp-stream-type): Ditto.
5511         (elmo-default-pop3-stream-type): Ditto.
5512
5513 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5514
5515         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5516
5517 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5518
5519         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5520         elmo-vars.el.
5521         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5522
5523         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5524         (elmo-maildir-folder-path): Ditto.
5525         (elmo-maildir-list): Ditto (abolished).
5526
5527 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5528
5529         * elmo-version.el (elmo-version): Up to 2.9.6.
5530
5531 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5532
5533         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5534         (elmo-maildir-folder-path): Ditto.
5535         (elmo-msgdb-directory): Ditto.
5536         (elmo-passwd-life-time): Ditto.
5537         (elmo-msgdb-extra-fields): Ditto.
5538         (elmo-enable-disconnected-operation): Ditto.
5539
5540 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5543         other choices.
5544         (elmo-pop3-default-authenticate-type): Ditto.
5545
5546 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5547
5548         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5549         choices for custom.
5550         (elmo-pop3-default-authenticate-type): Ditto.
5551
5552 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5553
5554         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5555         mailbox to new-folder.
5556
5557 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5558
5559         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5560         less than new, set new as unread.
5561
5562         * elmo-util.el (elmo-string): Don't put text-property if nil.
5563
5564 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5565
5566         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5567         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5568
5569 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5570
5571         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5572         is nil on `completing-read'.
5573
5574 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5577         for namespace part.
5578         (elmo-imap4-parse-namespace-subr): Ditto.
5579         (elmo-folder-list-subfolders): Append a delimiter when the specified
5580         folder path is a root with namespace and does not end with delimiter.
5581
5582 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5583
5584         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5585         was used.
5586
5587 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5588
5589         * elmo-util.el (elmo-save-buffer): The first argument of message
5590         is a format control string.
5591
5592 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5593
5594         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5595         `elmo-folder-diff').
5596         (elmo-diff-unread): Likewise.
5597
5598 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5599
5600         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5601         is t on `completing-read'.
5602
5603 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5604
5605         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5606         method of target folder with self mark-alist if MARK-ALIST is nil.
5607
5608 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * elmo-version.el (elmo-version): Up to 2.9.5.
5611
5612 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5613
5614         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5615         (elmo-dop-merge-funcs): Remove.
5616
5617 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5618
5619         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5620         Return t if PATH is directory, too.
5621         Use `dolist' instead of while loop.
5622
5623 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5624
5625         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5626         is deleted.
5627
5628 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5629
5630         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5631         return value to t.
5632         (elmo-folder-list-messages-unplugged): Return t if
5633         elmo-enable-disconnected-operation is nil.
5634
5635         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5636         `elmo-folder-list-messages-internal'.
5637
5638 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5639
5640         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5641         Change to looking-at `[23][0-9]+'.
5642         (elmo-network-initialize-session): Use 'error-msg'
5643         * elmo-net.el (elmo-network-open-session): Set unplugged
5644         if elmo-network-initialize-session returns 'elmo-open-err.
5645
5646 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5647
5648         * elmo-version.el (elmo-version): Up to 2.9.4.
5649
5650 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5653         `elmo-folder-list-messages-internal'.
5654
5655 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5656
5657         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5658         (elmo-message-match-condition): New method.
5659         (elmo-folder-search-fast): New inline function.
5660         (elmo-msgdb-search): Removed.
5661
5662         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5663         target folder if it is unplugged.
5664         (elmo-folder-list-messages-internal): Return t if target folder is
5665         unplugged and itself is persistent; In this case, use list be
5666         searched already.
5667
5668         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5669         (elmo-msgdb-search-internal-primitive): Ditto.
5670         (elmo-msgdb-match-condition): New function.
5671         (elmo-msgdb-match-condition-primitive): Ditto.
5672
5673         * elmo-util.el (elmo-filter-condition-p): New macro.
5674
5675         * elmo-cache.el (elmo-folder-search): Removed.
5676
5677         * elmo-localdir.el (elmo-folder-search): Ditto.
5678
5679         * elmo-maildir.el (elmo-folder-search): Ditto.
5680
5681         * elmo-mark.el (elmo-folder-search): Ditto.
5682
5683         * elmo-nmz.el (elmo-folder-search): Ditto.
5684
5685         * elmo-sendlog.el (elmo-folder-search): Ditto.
5686
5687         * elmo-shimbun.el (elmo-folder-search): Ditto.
5688
5689         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5690         if folder is unplugged.
5691
5692         * elmo-nntp.el (elmo-folder-search): Likewise.
5693         (elmo-nntp-search-internal): New function.
5694
5695         * elmo-version.el (elmo-version): Up to 2.9.3.
5696
5697 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5698
5699         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5700
5701 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5702
5703         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5704
5705 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5706
5707         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5708
5709 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5710
5711         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5712         (elmo-map-folder-list-message-locations): Do drive letter conversion
5713         on Windows environment.
5714         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5715         (elmo-map-message-fetch): Ditto.
5716
5717 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5718
5719         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5720         (elmo-network-initialize-session): Ditto.
5721
5722 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5725
5726         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5727
5728         * elmo-util.el (elmo-progress-clear): Ditto.
5729
5730         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5731         `DD-Mon-YYYY' type date.
5732
5733 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5734
5735         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5736         `elmo-date-make-sortable-string' instead of
5737         `timezone-make-date-sortable'.
5738
5739         * elmo-date.el (elmo-date-make-sortable-string): Use
5740         `timezone-make-time-string'.
5741
5742 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5743
5744         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5745
5746         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5747         `since'; Fix timezone.
5748
5749         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5750
5751         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5752
5753 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5754
5755         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5756
5757 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5758
5759         * elmo.el (elmo-generic-folder-append-messages): Make
5760         fetch-strategy with `use-cache' as 'maybe. Check return value of
5761         `elmo-message-fetch'.
5762         (elmo-message-fetch): Return return value of
5763         `elmo-message-fetch-with-cache-process'.
5764         (elmo-message-fetch-with-cache-process): Return non-nil if
5765         fetching was succeed. Load cache when fetching was failed and
5766         fetch-strategy-use-cache is 'maybe.
5767
5768         * elmo-util.el (elmo-file-cache-load): New function.
5769
5770         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5771         defun.
5772
5773         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5774         non-nil if fetching was succeed.
5775
5776         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5777
5778         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5779
5780         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5781         (elmo-message-fetch-with-cache-process): Likwise.
5782
5783         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5784
5785         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5786
5787         * elmo-version.el (elmo-version): Up to 2.9.2.
5788
5789 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * elmo.el (elmo-folder-delete): Delete msgdb path.
5792
5793         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5794
5795         * elmo-maildir.el (elmo-folder-delete): Ditto.
5796
5797         * elmo-localdir.el (elmo-folder-delete): Ditto.
5798
5799         * elmo-imap4.el (elmo-folder-delete): Ditto.
5800
5801 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5802
5803         * elmo.el (luna-define-class): Added `biff' slot.
5804
5805         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5806         (elmo-pop3-debug-inhibit-logging): Abolished.
5807         (elmo-network-close-session): Eliminated needless let.
5808         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5809         (elmo-pop3-send-command): Added `no-log' argument.
5810         (elmo-pop3-process-filter): Use `with-current-buffer'.
5811         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5812         if login failure.
5813         (elmo-pop3-auth-apop): Likewise.
5814         (elmo-network-authenticate-session): Likewise.
5815
5816         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5817         if biff folder.
5818
5819         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5820         string to determine protocol.
5821         (elmo-network-session-name-prefix): Abolished.
5822         (elmo-network-session-cache-key): Follow the change above.
5823         (elmo-network-open-session): Ditto.
5824
5825         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5826         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5827
5828         * elmo-version.el (elmo-version): Up to 2.9.1.
5829
5830         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5831         unmatch condition checking.
5832
5833         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5834         condition.
5835
5836 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5837
5838         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5839
5840 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5843         test for while loop to execute at least one SEARCH command.
5844
5845 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5846
5847         * elmo-version.el (elmo-version): Up to 2.9.0.
5848
5849 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5852         (elmo-archive-folder-path): Define.
5853         (elmo-folder-initialize): Setup `dir-name' slot.
5854         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5855         Use `dir-name' as prefix of each subfolders.
5856         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5857
5858 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5859
5860         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5861         (elmo-pipe-folder-list-target-messages): New internal function.
5862         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5863         `killed-list'.
5864         (elmo-pipe-folder-copied-list-load): New function.
5865         (elmo-pipe-folder-copied-list-save): Ditto.
5866         (elmo-folder-open-internal): Follow the change above.
5867         (elmo-folder-status): Fixed for copy.
5868
5869 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5872
5873 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5876         elmo-copy-file instead of elmo-add-name-to-file.
5877
5878         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5879
5880         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5881         "file://..." index.
5882
5883         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5884         of accept-process-output as 1.
5885         (elmo-pop3-read-contents): Ditto.
5886         (elmo-pop3-read-body): Ditto.
5887
5888 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5889
5890         * elmo-version.el (product-version-as-string): Remove define.
5891
5892 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5893
5894         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5895         (elmo-imap4-copy-messages): Chop number set using
5896         `elmo-imap4-number-set-chop-length'.
5897         (elmo-imap4-set-flag): Ditto.
5898         (elmo-imap4-search-internal-primitive): Ditto.
5899
5900 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5901
5902         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5903         `elmo-folder-make-temp-dir'
5904
5905         * elmo-vars.el (elmo-cache-directory): New variable.
5906         (elmo-cache-dir): Abolished.
5907         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5908
5909         * elmo-version.el (elmo-version): Up to 2.7.7.
5910
5911 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5914         defcustom; Set default value as t.
5915
5916 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5919         (ldap-search-program-arguments): Changed default value.
5920         (ldap-search-basic): Accept exit status 4.
5921         (ldap/field-body): Parse options.
5922         (ldap/collect-field): Ditto.
5923         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5924
5925         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5926         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5927         (elmo-imap4-accept-ok): Ditto.
5928         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5929         'notify-bye, only BYE error is reported.
5930         (elmo-folder-exists-p-plugged): Set no-error argument of
5931         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5932
5933         * elmo.el (elmo-imap4-bye-error): Changed message.
5934
5935         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5936         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5937         queues (It causes infinite loop).
5938
5939 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5940
5941         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5942         (RECENT UNSEEN MESSAGES) extension.
5943
5944 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5945
5946         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5947         Check number of overview fields.
5948
5949 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * elmo.el (elmo-folder-confirm-appends): Changed message.
5952         (elmo-folder-confirm-appends): Ditto.
5953
5954         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5955         `with-temp-buffer'.
5956         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5957
5958 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5959
5960         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5961         of elmo-folder-update-threshold is nil, which can be set by
5962         wl-summary-update-confirm-threshold.
5963
5964 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5967         (elmo-nmz-index-alias-alist): Ditto.
5968         (elmo-map-folder-list-message-locations): Follow the change above.
5969
5970 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5971
5972         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5973
5974         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5975
5976         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5977
5978         * elmo-util.el (elmo-read): Ditto.
5979         (elmo-display-error): Ditto.
5980
5981         * elmo-vars.el (elmo-date-match): Ditto.
5982
5983         * pldap.el (ldap-coding-system): Ditto.
5984
5985         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5986         `elmo-inhibit-number-mapping' as nil.
5987
5988 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5989
5990         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5991         space delimiter for list response.
5992
5993 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5994
5995         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5996
5997 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5998
5999         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6000         (elmo-map-message-fetch): Fix.
6001         * elmo-map.el (elmo-folder-status): Fix for killed.
6002
6003 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6004
6005         * elmo-sendlog.el: New file.
6006         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6007
6008 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * acap.el (acap-logging-out): New buffer local variable.
6011         (acap-close): Set it.
6012         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6013         an error.
6014
6015 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6016
6017         * acap.el (acap-response-bye-p): New function.
6018         (acap-response-bye-message): Ditto.
6019         (acap-wait-for-response): If bye response is received, cause an error.
6020         (acap-parse-response): Make bye response when 'Bye' is received.
6021
6022 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6025
6026 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6027
6028         * elmo-util.el (elmo-copy-file): Added argument
6029         `ok-if-already-exists'.
6030         (elmo-copy-file): Fixed typo.
6031
6032 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6033
6034         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6035
6036 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6037
6038         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6039
6040 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6041
6042         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6043         to killed-list.
6044
6045 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6046
6047         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6048         (elmo-folder-initialize): Fix for `copy'.
6049         (elmo-pipe-drain): Ditto.
6050         (elmo-folder-open-internal): Ditto.
6051         (elmo-folder-newsgroups): Fix.
6052
6053 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6056         for each message.
6057
6058         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6059         recent value is returned from imap folder.
6060
6061         * elmo.el (elmo-folder-newsgroups): New generic function.
6062
6063         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6064         (elmo-folder-initialize): Set it.
6065         (elmo-folder-expand-msgdb-path): Use it.
6066         (elmo-folder-newsgroups): Define.
6067
6068         * elmo-filter.el (elmo-folder-newsgroups): Define.
6069
6070         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6071
6072         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6073
6074         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6075
6076 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6077
6078         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6079         user option.
6080         (elmo-shimbun-header-extra-field): New inline function.
6081         (elmo-shimbun-header-set-extra-field): Ditto.
6082         (elmo-shimbun-folder-header-hash-setup): Ditto.
6083         (elmo-shimbun-update-overview): Ditto.
6084         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6085         (elmo-shimbun-folder-setup): Use
6086         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6087         (elmo-shimbun-get-headers): Ditto.
6088         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6089         Insert `X-Shimbun-Id:' header if extra field is set.
6090         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6091         field's value instead of `shimbun-header-id'.
6092
6093         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6094         inline function.
6095         (elmo-msgdb-overview-entity-set-date): Ditto.
6096         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6097
6098 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * mmimap.el (mmimap-entity-section): Changed body node number from
6101         "0" to "1".
6102
6103 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6104
6105         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6106         `elmo-folder-delete-messages'.
6107
6108         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6109         (elmo-folder-initialize): Changed to expand alias into index path.
6110
6111         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6112         `elmo-mime-insert-header-from-buffer' with 6th arg
6113         `sorted-fields'.
6114
6115 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6118
6119         * elmo.el (elmo-diff-new): New inline function.
6120         (elmo-diff-unread): Ditto.
6121         (elmo-diff-all): Ditto.
6122
6123         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6124         value from responseb.
6125         (elmo-imap4-folder-diff-plugged): Ditto.
6126         (elmo-imap4-server-diff-async): Added recent argument.
6127         (elmo-server-diff-async): Ditto.
6128         (elmo-imap4-folder-diff-plugged): Ditto.
6129
6130         * elmo-version.el (elmo-version): Up to 2.7.6.
6131
6132 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6133
6134         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6135         in quoted-stirng.
6136
6137 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6140
6141         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6142
6143         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6144
6145         * elmo-multi.el (elmo-folder-initialize): Ditto.
6146
6147         * elmo-util.el (elmo-parse-token): New function.
6148         (elmo-parse-prefixed-element): Ditto.
6149
6150 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6153         delete process.
6154         (elmo-imap4-accept-ok): Ditto.
6155
6156 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6157
6158         * mmimap.el (mime-imap-entity-header-string): Don't check first
6159         element of node-id is `0' (Follow last change).
6160
6161 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6162
6163         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6164         assigned irregular node-id to nested multipart section.
6165         (initialize-instance): Followed above change.
6166
6167 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6168
6169         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6170         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6171         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6172         `elmo-shimbun-get-headers');
6173         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6174         visible article on summary exists in headers).
6175         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6176
6177 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178
6179         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6180         definition.
6181
6182 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6185
6186 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6187
6188         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6189         header separator into loop condition.
6190
6191 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6192
6193         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6194         Return duplicate folder if it has subfolder.
6195
6196 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6197
6198         * elmo.el (elmo-make-folder): Add folder name error check.
6199
6200         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6201         (elmo-nntp-encode-group-string): New inline function.
6202         (elmo-nntp-decode-group-string): Ditto.
6203         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6204         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6205         Use `not' instead of `null';
6206         Use elmo-nntp-decode-group-string.
6207
6208         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6209
6210         * elmo-version.el (elmo-version): Up to 2.7.5.
6211
6212 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6213
6214         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6215         Hide progress gauge if `elmo-folder-move-messages' exits
6216         nonlocally.
6217
6218 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * elmo-imap4.el (elmo-folder-initialize): Use
6221         `elmo-imap4-encode-folder-string' for folder name.
6222
6223 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6224
6225         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6226         `done'.
6227
6228 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6229
6230         * elmo-util.el (elmo-progress-counter-alist): New internal
6231         variable.
6232         (elmo-progress-counter-value): New macro.
6233         (elmo-progress-counter-all-value): Ditto.
6234         (elmo-progress-counter-format): Ditto.
6235         (elmo-progress-counter-set-value): Ditto.
6236         (elmo-progress-set): New function.
6237         (elmo-progress-clear): Ditto.
6238         (elmo-progress-notify): Ditto.
6239
6240         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6241         counter.
6242
6243         * elmo.el (elmo-generic-folder-append-messages): Call
6244         `elmo-progress-notify'.
6245         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6246
6247         * elmo-archive.el (elmo-folder-append-messages): Call
6248         `elmo-progress-notify'.
6249
6250         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6251
6252         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6253
6254         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6255
6256 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6259         'Create'.
6260         (elmo-message-encache-dop): Added argument `read'.
6261
6262         * elmo-shimbun.el (elmo-message-encache): Ditto.
6263
6264         * elmo-net.el (elmo-message-encache): Ditto.
6265
6266         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6267         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6268         elmo-imap4-seen-messages.
6269         (elmo-folder-msgdb-create-plugged): Initialize
6270         elmo-imap4-seen-messages;
6271         Set seen mark on elmo-imap4-seen-messages.
6272
6273         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6274
6275         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6276         elmo-folder-append-buffer.
6277         (elmo-folder-encache): Added optional argument `read'.
6278         (elmo-message-encache): Ditto.
6279
6280         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6281
6282         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6283
6284         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6285         if append buffer content succeds.
6286
6287 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6290         elmo-display-progress.
6291
6292         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6293         Set 4th argument of mime-display-message.
6294         (elmo-mime-display-as-is): Ditto.
6295
6296 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * elmo-nmz.el (toplevel): Require 'mime-edit.
6299         (elmo-nmz-content-type-alist): Abolished.
6300         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6301         content is not a message.
6302         (elmo-map-message-fetch): Changed behavior exept for message content;
6303         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6304         content-type, Add From: and Subject: field.
6305
6306 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6307
6308         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6309         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6310         not a message.
6311
6312 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6313
6314         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6315         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6316
6317         * elmo-archive.el (elmo-folder-writable-p): Defined.
6318
6319         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6320
6321         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6322
6323         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6324
6325         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6326
6327         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6328
6329         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6330
6331         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6332
6333         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6334
6335 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * elmo-util.el (elmo-address-quote-specials): New function;
6338         Renamed from `wl-address-quote-specials'.
6339
6340 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6341
6342         * elmo-version.el (elmo-version): Up to 2.7.4.
6343
6344 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6345
6346         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6347
6348 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6351         both compile-time and run-time to avoid byte-compile warning.
6352
6353 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6354
6355         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6356
6357 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6358
6359         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6360         option.
6361         (elmo-mime-display-as-is-internal): Use it.
6362
6363         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6364         if `read-passwd' is not defined.
6365
6366 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6369         by original number.
6370         (elmo-folder-status): Call `elmo-folder-open-internal';
6371         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6372         (elmo-folder-close-internal): Set location-alist as nil.
6373         (elmo-folder-clear): Define.
6374         (elmo-folder-check): Don't set location-alist as nil.
6375
6376         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6377
6378 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6381         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6382
6383         * mmimap.el (mime-imap-entity::requested): New slot.
6384         (mime-imap-location-fetch-entity-p): New generic function.
6385         (mime-decode-parameters): Define using `defun-maybe'.
6386         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6387         content-type structure.
6388         (mime-entity-body): Return empty body if
6389         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6390
6391         * elmo.el (elmo-message-displaying): New variable.
6392
6393         * elmo-mime.el (elmo-mime-message-display): Bind
6394         elmo-message-displaying as t.
6395
6396         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6397
6398 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * acap.el (acap-open): erase buffer before starting network process.
6401         (acap-store): Rewrite.
6402
6403 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * elmo-imap4.el (elmo-imap4-default-mailbox,
6406         elmo-imap4-default-server
6407         elmo-imap4-default-authenticate-type,
6408         elmo-imap4-default-user,
6409         elmo-imap4-default-port,
6410         elmo-imap4-default-stream-type,
6411         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6412
6413         * elmo-pop3.el (elmo-pop3-default-user,
6414         elmo-pop3-default-server,
6415         elmo-pop3-default-authenticate-type,
6416         elmo-pop3-default-port,
6417         elmo-pop3-default-stream-type,
6418         elmo-pop3-stream-type-alist): Ditto.
6419
6420         * elmo-nntp.el (elmo-nntp-default-server,
6421         elmo-nntp-default-user,
6422         elmo-nntp-default-port,
6423         elmo-nntp-default-stream-type,
6424         elmo-nntp-stream-type-alist): Ditto.
6425
6426         * elmo-vars.el: Follow changes above.
6427         (elmo-setting): New custom group; added 'elmo-setting group to
6428         above variables.
6429
6430         * elmo-version.el (elmo-version): Up to 2.7.3.
6431
6432         * acap.el (acap-parse-response): Don't delete process when BYE
6433         response (It causes hang-up on slow network environment).
6434         (toplevel): Added comment.
6435
6436 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6439
6440         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6441         parsing NIL.
6442         (acap-parse-return-metadata): Ditto.
6443
6444         * slp.el: New file.
6445         (toplevel): Fixed typo.
6446
6447         * acap.el: New file.
6448         (acap-network-stream-open): Show "Connecting..." message.
6449         (acap-parse-response): Fixed problem for BYE untagged response.
6450         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6451         (toplevel): Added tiny comments.
6452
6453 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6454
6455         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6456         space delimiter for uidl response.
6457
6458 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * elmo-vars.el (elmo-use-semi): Eliminated.
6461
6462         * elmo-util.el (elmo-string-assoc-all): New function.
6463
6464 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6465
6466         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6467         property 'mime-preview-situation for `mime-preview-quit'.
6468
6469 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6470
6471         * elmo.el (elmo-message-fetch-with-cache-process): Call
6472         elmo-message-fetch-internal instead of causing an error when fetch
6473         strategy is 'entire but only 'section cache is available.
6474
6475 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6476
6477         * elmo-version.el (elmo-version): Up to 2.7.2.
6478
6479         * elmo.el (elmo-generic-folder-append-messages): Make
6480         fetch-strategy with `use-cache'.
6481
6482         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6483         (elmo-dop-queue-method-name): New macro.
6484
6485 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6486
6487         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6488         unbalanced parenthesis.
6489
6490 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6491
6492         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6493
6494 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6497         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6498
6499 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6500
6501         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6502         local variables.
6503
6504 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6507         (elmo-message-use-cache-p): Define.
6508         (elmo-folder-msgdb-create): Treat cache.
6509
6510 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * elmo-nntp.el (elmo-network-initialize-session): Call
6513         `elmo-nntp-send-mode-reader'.
6514         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6515
6516 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6519         alist.
6520         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6521         assoc.
6522
6523         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6524         for `elmo-plugged-p'.
6525         (elmo-open-network-stream): Fixed stream-type argument.
6526
6527 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6530         unknown archive type is specified.
6531
6532 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6535
6536         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6537         while loading msgdb.
6538
6539         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6540         (elmo-folder-open-internal): Rewrite.
6541
6542 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * elmo-mime.el (elmo-mime-display-as-is-internal):
6545         Adjust buffer-multibyte status.
6546
6547 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6550         of elmo-condition-find-key.
6551
6552         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6553         (elmo-condition-in-msgdb-p): Ditto.
6554         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6555         argument.
6556
6557 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6560
6561 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6562
6563         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6564         label for elmo-display-progress.
6565
6566 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6567
6568         * elmo.el (elmo-folder-clear): New method.
6569         (elmo-folder-clear): Define.
6570         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6571
6572         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6573         (elmo-folder-clear): Define.
6574
6575         * elmo-map.el (elmo-folder-clear): Define.
6576
6577         * elmo-version.el (elmo-version): Up to 2.7.1.
6578
6579 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6582         updates.
6583
6584 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6587         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6588
6589 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6592
6593         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6594         and re-written.
6595
6596         * elmo-imap4.el (elmo-folder-initialize): Use
6597         elmo-get-network-stream-type.
6598
6599         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6600
6601         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6602
6603 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * elmo.el (elmo-message-encache): Set unread argument for
6606         elmo-message-fetch.
6607
6608         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6609
6610         * elmo.el (elmo-net-port-info): New method.
6611
6612         * elmo-shimbun.el (elmo-net-port-info): Define.
6613         (elmo-message-encache): Ditto.
6614
6615         * elmo-net.el (elmo-net-port-info): Define as method.
6616
6617         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6618         unplugged status when elmo-enable-disconnected-operation is t.
6619
6620         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6621         of spool folder before checking new number.
6622
6623 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6626         (elmo-network-setup-session): Ditto.
6627         (elmo-message-fetch-plugged): Ditto.
6628         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6629         (elmo-network-initialize-session): Ditto.
6630         (elmo-pop3-read-response): Abolish 3rd argument.
6631         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6632         (elmo-pop3-read-contents): Ditto.
6633         (elmo-pop3-read-body): Ditto.
6634         (elmo-folder-status): Call elmo-folder-close.
6635         (elmo-pop3-lock): Abolish.
6636         (elmo-pop3-unlock): Ditto.
6637         (elmo-pop3-locked-p): Ditto.
6638         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6639
6640 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6641
6642         * elmo-version.el (elmo-version): Up to 2.7.0.
6643
6644         * elmo-pop3.el (elmo-pop3-debug): New variable.
6645         (elmo-pop3-debug-inhibit-logging): Ditto.
6646         (elmo-pop3-debug): New function.
6647         (elmo-pop3-send-command): Call elmo-pop3-debug.
6648         (elmo-pop3-read-response): Added keep-lock optional argument;
6649         Don't unlock if keep-lock is non-nil.
6650         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6651         (elmo-network-authenticate-session): Bind
6652         elmo-pop3-debug-inhibit-logging as t.
6653         (elmo-network-setup-session): Call elmo-pop3-read-response with
6654         keep-lock argument.
6655         (elmo-pop3-read-msg): Ditto.
6656         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6657         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6658         (elmo-network-initialize-session): Call elmo-pop3-lock.
6659         (elmo-folder-close-internal): Don't clear location-alist slot.
6660         (elmo-folder-check): Clear location-alist slot.
6661
6662 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6665         (elmo-pop3-send-command): Call elmo-pop3-lock.
6666         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6667         (elmo-pop3-read-contents): Ditto.
6668         (elmo-pop3-lock): New function.
6669         (elmo-pop3-unlock): Ditto.
6670         (elmo-pop3-locked-p): Ditto.
6671         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6672         returns t.
6673
6674 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6675
6676         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6677
6678         * elmo-util.el (elmo-file-field-primitive-condition-match):
6679         New inline function (Don't fetch file content if "first" or "last").
6680         (elmo-file-field-condition-match): Use
6681         elmo-file-field-primitive-condition-match.
6682
6683         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6684         "first".
6685
6686         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6687         (elmo-message-fetch-plugged): Fixed.
6688
6689         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6690
6691 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * elmo.el (elmo-folder-move-messages): Bind
6694         elmo-inhibit-display-retrieval-progress as t while moving messages.
6695
6696         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6697         New variable.
6698         (elmo-inhibit-display-retrieval-progress): Ditto.
6699
6700         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6701         for retrieval progress;
6702         Don't display progress when total buffer size is smaller than
6703         elmo-display-retrieval-progress-threshold.
6704         (elmo-message-fetch-plugged): Don't display progress when
6705         elmo-inhibit-display-retrieval-progress is non-nil.
6706
6707         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6708         for retrieval progress;
6709         Don't display progress when literal size is smaller than
6710         elmo-display-retrieval-progress-threshold.
6711         (elmo-imap4-message-fetch): Don't display progress when
6712         elmo-inhibit-display-retrieval-progress is non-nil.
6713
6714 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6715
6716         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6717         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6718         (elmo-imap4-message-fetch): Likewise.
6719
6720         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6721         (elmo-shimbun-index-range-alist): Ditto.
6722         (elmo-shimbun-use-entire-index): Abolish.
6723         (shimbun-mua-use-entire-index): Ditto.
6724         (elmo-shimbun-folder): Added new slot `range'.
6725         (elmo-folder-initialize): Setup slot `range'.
6726
6727 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6730         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6731         (elmo-shimbun-get-headers): Use return value of
6732         `shimbun-article-expiration-days'.
6733         (elmo-folder-close-internal): Clean up last-check slot.
6734
6735         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6736         (elmo-pop3-total-size): New variable.
6737         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6738
6739         * elmo.el (elmo-folder-reserve-status-p): New method.
6740
6741         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6742         (elmo-shimbun-use-entire-index): New user option.
6743         (shimbun-elmo-mua): New class.
6744         (shimbun-mua-search-id): Define.
6745         (shimbun-mua-use-entire-index): Ditto.
6746         (elmo-shimbun-folder:last-check): New slot.
6747         (elmo-shimbun-headers-cache-header-list): Abolish.
6748         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6749         (elmo-shimbun-headers-cache-header-hash): Ditto.
6750         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6751         (elmo-shimbun-headers-cache-last-check): Ditto.
6752         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6753         (elmo-shimbun-headers-check-p): Rewrite.
6754         (elmo-shimbun-msgdb-to-headers): New function.
6755         (elmo-shimbun-get-headers): Rewrite.
6756         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6757         (elmo-folder-open-internal): Get headers only if
6758         `elmo-shimbun-headers-check-p' is non-nil.
6759         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6760         is non-nil.
6761         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6762         (elmo-quit): Removed.
6763
6764         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6765         function.
6766         (elmo-msgdb-overview-entity-set-extra): Ditto.
6767         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6768
6769         * elmo-map.el (elmo-folder-status): Don't call
6770         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6771         is non-nil.
6772
6773 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6774
6775         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6776         of `elmo-msgdb-search-internal-primitive' when condition's car is
6777         `and' or `or'.
6778
6779 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6782
6783 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6784
6785         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6786         call `elmo-pipe-drain'.
6787
6788 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6789
6790         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6791         typo. (elmo-cache-folder -> elmo-mark-folder)
6792
6793 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6794
6795         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6796         `elmo-message-fetch'.
6797
6798 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6799
6800         * elmo-net.el (elmo-message-encache): Fixed typo.
6801         (elmo-message-fetch-unplugged): Changed call
6802         `elmo-message-fetch-internal' without argument `outbuf'.
6803
6804 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * elmo.el (elmo-message-encache): Define as generic function.
6807         (elmo-message-fetch-field): New generic function.
6808         (elmo-message-fetch-with-cache-process): Cause an error when
6809         fetch strategy is 'entire but only 'section cache is available.
6810         (toplevel): Fixed nmz folder definition.
6811
6812         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6813         (elmo-msgdb-resume-list-filename): Ditto.
6814         (elmo-queue-filename): Ditto.
6815         (elmo-enable-disconnected-operation): Changed default value to t.
6816
6817         * elmo-util.el (elmo-cache-path-section-p): New function.
6818         (elmo-file-cache-get): Use it.
6819         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6820         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6821         (elmo-dop-queue-save): Ditto.
6822
6823         * elmo-net.el (elmo-folder-status-unplugged): Call
6824         elmo-folder-status-dop.
6825         (elmo-folder-list-messages-unplugged): Implemented.
6826         (elmo-folder-delete-messages-unplugged): Define.
6827         (elmo-folder-msgdb-create): Define.
6828         (elmo-folder-msgdb-create-unplugged): Define.
6829         (elmo-folder-mark-as-read-unplugged): Ditto.
6830         (elmo-folder-unmark-read-unplugged): Ditto.
6831         (elmo-folder-mark-as-important-unplugged): Ditto.
6832         (elmo-folder-unmark-important-unplugged): Ditto.
6833         (elmo-message-encache): Ditto.
6834
6835         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6836         (elmo-dop-queue-save): Ditto.
6837
6838         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6839         `elmo-folder-msgdb-create'.
6840         (elmo-folder-append-buffer): Implemented unplugged operation.
6841         (elmo-folder-append-messages): Call parent method in unplugged status.
6842         (elmo-message-fetch-unplugged): Removed definition.
6843         (elmo-message-fetch-field): Implemented.
6844
6845         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6846         (elmo-dop-folder): Removed variable definition.
6847         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6848         (elmo-dop-queue-flush): Implemented.
6849         (elmo-dop-queue-merge): Removed definition (TODO).
6850         (elmo-dop-spool-folder): New function.
6851         (elmo-dop-spool-folder-append-buffer): Ditto.
6852         (elmo-dop-spool-folder-list-messages): Ditto.
6853         (elmo-dop-list-deleting-messages): Ditto.
6854         (elmo-folder-append-buffer-dop): Ditto.
6855         (elmo-folder-delete-messages-dop): Ditto.
6856         (elmo-message-encache-dop): New inline function.
6857         (elmo-create-folder-dop): Ditto.
6858         (elmo-folder-mark-as-read-dop): Ditto.
6859         (elmo-folder-unmark-read-dop): Ditto.
6860         (elmo-folder-mark-as-important-dop): Ditto.
6861         (elmo-folder-unmark-important-dop): Ditto.
6862         (elmo-folder-status-dop): Fixed.
6863         (elmo-folder-append-buffer-dop-delayed): New function.
6864         (elmo-folder-delete-messages-dop-delayed): Ditto.
6865         (elmo-dop-msgdb): Ditto.
6866
6867 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6868
6869         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6870
6871 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6872
6873         * elmo.el (elmo-folder-move-messages): Fixed problem when
6874         `dst-folder' is 'null.
6875
6876 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6877
6878         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6879         instead of current mark.
6880
6881         * elmo-multi.el (elmo-folder-list-importants-internal): No
6882         operation if importants is not list.
6883
6884         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6885         Return t if importants is not list.
6886
6887         * elmo-map.el (elmo-map-folder-list-importants): Define.
6888         (elmo-folder-list-importants-internal): Check return value of
6889         `elmo-map-folder-list-importants-internal'.
6890
6891         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6892
6893         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6894
6895         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6896
6897         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6898
6899 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6900
6901         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6902         (Patch is provided by <kita@coe.nttdata.co.jp>).
6903
6904 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6905
6906         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6907         mark folder.
6908
6909 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6910
6911         * elmo.el (elmo-message-fetch): Define.
6912         (elmo-message-fetch-with-cache-process): New generic method.
6913         (elmo-message-fetch-internal): New generic method.
6914         (elmo-folder-synchronize):
6915
6916         * elmo-archive.el (elmo-message-fetch-internal): Define.
6917         (elmo-message-fetch): Eliminated.
6918
6919         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6920         (elmo-message-fetch): Eliminated.
6921
6922         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6923         argument OUTBUF.
6924         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6925
6926         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6927         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6928
6929         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6930         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6931
6932         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6933
6934         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6935
6936         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6937
6938         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6939         (elmo-message-fetch-unplugged): New generic method.
6940         (elmo-message-fetch-internal): Remove cache process (Renamed from
6941         `elmo-message-fetch').
6942
6943         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6944         (elmo-message-fetch): Eliminated.
6945         (elmo-message-fetch-unplugged): Ditto.
6946
6947         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6948
6949 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6950
6951         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6952         of `to-be-deleted' from number-alist to number-list.
6953
6954 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6955
6956         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6957         (elmo-folder-mark-as-important): Ditto.
6958
6959 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * elmo.el (elmo-folder): Added process-duplicates slot.
6962
6963         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6964         (elmo-folder-unmark-read): Ditto.
6965         (elmo-folder-unmark-important): Ditto.
6966         (elmo-folder-mark-as-important): Ditto.
6967
6968         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6969         duplicated message processing.
6970
6971         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6972
6973 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6974
6975         * elmo-util.el (elmo-list-subdirectories-1): New function.
6976         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6977         (elmo-mapcar-list-of-list): New function.
6978
6979         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6980         `elmo-mapcar-list-of-list' instead of `mapcar'.
6981
6982         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6983
6984         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6985         `elmo-have-link-count'. Return the fully qualified folder name.
6986
6987 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6990         (elmo-shimbun-headers-cache): New internal variable.
6991         (elmo-shimbun-headers-cache-header-list): New inline function.
6992         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6993         (elmo-shimbun-headers-cache-header-hash): Ditto.
6994         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6995         (elmo-shimbun-headers-cache-last-check): Ditto.
6996         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6997         (elmo-shimbun-lapse-seconds): Ditto.
6998         (elmo-shimbun-headers-cache-check-p): Ditto.
6999         (elmo-shimbun-get-headers): New function.
7000         (elmo-folder-open-internal): Call it.
7001         (elmo-quit): Define (Clear headers-cache).
7002
7003 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7006
7007         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7008         (elmo-msgdb-flist-save): Ditto.
7009
7010         * elmo-shimbun.el (elmo-folder-list-subfolders):
7011         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7012         (elmo-folder-exists-p): Ditto.
7013
7014         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7015         argument for `shimbun-header-insert'.
7016
7017 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7020         at first time.
7021
7022         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7023         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7024
7025 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7028         (elmo-folder-plugged-p): Define.
7029         (elmo-folder-set-plugged): Ditto.
7030         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7031         (elmo-folder-list-messages-internal): Return t if unplugged.
7032         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7033
7034         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7035         when elmo-folder-list-messages-internal method of children returns t.
7036
7037         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7038         pair is nil.
7039         (elmo-folder-open-internal): Don't update if unplugged status.
7040
7041 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7042
7043         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7044         new message.
7045
7046 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7049
7050         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7051         saving.
7052
7053 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7054
7055         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7056
7057         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7058         (elmo-folder-open-internal): Set up headers slot.
7059         (elmo-folder-check): Call elmo-folder-close-internal and
7060         elmo-folder-open-internal.
7061         (elmo-folder-close-internal): Clean up headers slot.
7062
7063 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7064
7065         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7066         exactly folder list.
7067         (elmo-folder-append-messages): Fixed append archive with prefix.
7068
7069         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7070         make temp files with start-number.
7071
7072         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7073
7074 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7075
7076         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7077         argument `visible-only'.
7078         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7079         instead of `if'.
7080
7081         * elmo-pop3.el (elmo-folder-open-internal): Check
7082         `elmo-inhibit-number-mapping' is non-nil.
7083
7084         * elmo-pipe.el (elmo-folder-status): Fixed.
7085
7086 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7089
7090         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7091         (elmo-folder-open-internal): Setup `header-hash' slot.
7092         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7093         information.
7094         (elmo-map-message-fetch): Ditto.
7095
7096 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7099         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7100         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7101         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7102
7103         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7104
7105 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * sb-airs.el: Added footer.
7108
7109         * shimbun.el (shimbun-article): Define as luna-method.
7110
7111         * sb-tcup.el: New file.
7112
7113         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7114         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7115
7116 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7119         (shimbun-get-headers): Ditto.
7120
7121         * elmo.el: Moved obsolete variable definitions from
7122         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7123
7124         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7125         groups.
7126
7127         * shimbun.el: New file.
7128
7129         * elmo-shimbun.el: New file.
7130
7131         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7132         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7133         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7134         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7135
7136 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7137
7138         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7139         hierarchy is t.
7140
7141 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * elmo.el (elmo-folder-msgdb): Define as macro.
7144         (elmo-folder-open): Added argument `load-msgdb'.
7145         (elmo-generic-folder-open): Ditto.
7146         (elmo-folder-encache): New function.
7147
7148         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7149
7150         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7151
7152         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7153         Eliminated argument FOLDER and added argument MSGDB.
7154         (elmo-dop-queue-load): Moved from elmo-dop.el.
7155         (elmo-dop-queue-save): Ditto.
7156
7157         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7158
7159         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7160
7161         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7162         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7163         (elmo-filter-folder-list-importants-internal): Ditto.
7164
7165         * elmo-map.el (elmo-folder-pack-number): Ditto.
7166
7167         * elmo-mime.el (elmo-mime-message-display): Ditto.
7168
7169         * elmo.el (elmo-generic-folder-commit): Ditto.
7170         (elmo-folder-list-unreads): Ditto.
7171         (elmo-folder-list-importants): Ditto.
7172         (elmo-generic-folder-commit): Ditto.
7173         (elmo-message-set-mark): Ditto.
7174         (elmo-generic-folder-append-msgdb): Ditto.
7175         (elmo-folder-synchronize): Ditto.
7176         (elmo-folder-messages): Ditto.
7177         (elmo-init): Call elmo-dop-queue-load.
7178         (elmo-folder-list-messages): Ditto.
7179
7180         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7181         (elmo-nntp-folder-process-crosspost): Ditto.
7182         (elmo-folder-list-unreads-internal): Ditto.
7183
7184         * elmo-dop.el: Removed old functions.
7185
7186 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7189         `folder' to `msgdb'.
7190
7191 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7194         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7195
7196         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7197         case-fold-search.
7198
7199 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7202         defined.
7203
7204         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7205         (mmimap-parse-parameters-from-list): Define as alias for
7206         `mime-decode-parameter-plist' if it is defined as function.
7207         (mmimap-make-mime-entity): Added argument `number'.
7208         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7209         as 0.
7210         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7211
7212         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7213
7214         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7215
7216         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7217
7218 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7221
7222         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7223         when elmo-imap4-default-authenticate-type is nil.
7224         (elmo-folder-list-subfolders): Ditto
7225         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7226         (elmo-imap4-fetch-callback-1-subr): Renamed from
7227         `elmo-imap4-fetch-callback-1' and define as inline function.
7228         (elmo-imap4-fetch-callback-1):
7229         Renamed from `elmo-imap4-fetch-callback'.
7230         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7231
7232         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7233         msgdb path (To keep compatibility with main trunk).
7234
7235         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7236
7237         * elmo-util.el (elmo-make-file-cache): Moved position of
7238         some macros.
7239
7240         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7241         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7242         instead of `elmo-pop3-inhibit-uidl'.
7243         (elmo-folder-exists-p): Ditto.
7244         (elmo-pop3-folder-list-messages): Ditto.
7245
7246         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7247         instead of `elmo-pop3-inhibit-uidl'.
7248         (elmo-folder-status): Ditto.
7249
7250         * elmo-dop.el (elmo-dop-folder): New variable.
7251         (elmo-dop-lock-message): Eliminated.
7252         (elmo-dop-unlock-message): Ditto.
7253         (elmo-dop-lock-list-load): Ditto.
7254         (elmo-dop-lock-list-save): Ditto.
7255         (elmo-dop-delete-folder): Ditto.
7256         (elmo-dop-rename-folder): Ditto.
7257
7258         * elmo.el: Removed incomplete commentary.
7259
7260 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7261
7262         * elmo.el (toplevel): Require 'elmo-version first;
7263         for little `recursive-load-depth' settings.
7264         Fix "ends here" comment.
7265
7266 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * elmo-util.el (toplevel): Require 'poem;
7269         Some functions are moved from elmo-cache.el.
7270
7271         * elmo-net.el (toplevel): Require 'elmo-cache.
7272
7273         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7274
7275         * elmo.el (toplevel): Ditto.
7276
7277         * elmo-cache.el: Rewrite with luna;
7278         Some functions are moved to elmo-util.el.
7279
7280         * elmo-internal.el (elmo-internal-folder-list): New variable.
7281         (elmo-internal-folder-initialize): Rewrite.
7282         (elmo-folder-list-subfolders): Ditto.
7283
7284         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7285         (elmo-cache-collect-sub-directories): Ditto.
7286
7287 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * elmo-version.el (elmo-version): Up to 2.5.8.
7290
7291         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7292
7293         * elmo-util.el (elmo-list-insert): New function.
7294
7295 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * elmo.el (elmo-init): New function.
7298         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7299
7300         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7301         (Renamed from `elmo-localdir-header-chop-length').
7302
7303         * elmo-pop3.el (elmo-pop3-use-cache,
7304         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7305
7306         * elmo-nntp.el (elmo-message-fetch): Define.
7307         (elmo-message-fetch-unplugged): Ditto.
7308         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7309         (elmo-nntp-use-cache): Ditto.
7310         (elmo-nntp-max-number-precedes-list-active): Ditto.
7311
7312         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7313
7314         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7315         `elmo-msgdb-insert-file-header'.
7316         Use `elmo-msgdb-file-header-chop-length'.
7317
7318         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7319         `elmo-vars.el'.
7320
7321         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7322         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7323         `elmo-msgdb-insert-file-header'.
7324
7325         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7326         Use new variable;
7327         Define obsolete variables with `elmo-define-obsolete-variable',
7328
7329         * elmo-util.el (elmo-warning-buffer-name): New constant.
7330         (elmo-warning): New function.
7331         (elmo-obsolete-variable-alist): New variable.
7332         (elmo-obsolete-variable-show-warnings): New variable.
7333         (elmo-define-obsolete-variable): New function.
7334         (elmo-resque-obsolete-variable): Ditto.
7335         (elmo-resque-obsolete-variables): Ditto.
7336
7337 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7340         Eliminated.
7341
7342         * elmo-pop3.el, elmo-nntp.el: Use custom.
7343
7344 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7345
7346         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7347         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7348
7349 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * Luna-fy Kenichi OKADA's following changes.
7352         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7353         `nohide'.
7354         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7355
7356 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7357
7358         * elmo-util.el (elmo-display-progress): Prefer
7359         `progress-feedback-with-label' to `lprogress-display'.
7360
7361 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7362
7363         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7364
7365 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7366
7367         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7368         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7369         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7370         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7371         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7372         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7373         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7374         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7375         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7376         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7377         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7378         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7379         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7380
7381 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7382
7383         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7384         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7385
7386 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * elmo.el (elmo-folder-process-crosspost): New generic method.
7389         (elmo-folder-writable-p): Ditto.
7390         (elmo-folder-message-appendable-p): Eliminated.
7391         (elmo-generic-folder-append-msgdb): Rewrite.
7392         (elmo-newsgroups-hashtb): New internal variable.
7393         (elmo-crosspost-message-set): Eliminated.
7394         (elmo-crosspost-message-delete): Ditto.
7395         (elmo-setup-subscribed-newsgroups): New function.
7396         (elmo-crosspost-message-alist-modified): New internal variable.
7397         (elmo-crosspost-message-alist-load): New function (Renamed from
7398         `wl-crosspost-alist-load').
7399         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7400         `wl-crosspost-alist-save').
7401
7402         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7403
7404         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7405         `unreads'.
7406         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7407         elmo-newsgroups-hashtb).
7408         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7409         `elmo-nntp-folder-update-crosspost-message-alist'.
7410         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7411         `elmo-nntp-groups-hashtb'.
7412         (elmo-nntp-make-groups-hashtb): Eliminated.
7413         (elmo-nntp-parse-newsgroups): New function (Renamed from
7414         `wl-parse-newsgroups').
7415         (elmo-folder-creatable-p, elmo-folder-writable-p,
7416         elmo-folder-close-internal, elmo-folder-mark-as-read,
7417         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7418         Define.
7419         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7420
7421         * elmo-net.el (elmo-message-fetch): Check buffer size.
7422
7423         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7424
7425         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7426
7427         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7428         before `close' command.
7429
7430         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7431         `mark-alist' (All other related portions are changed).
7432
7433 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7434
7435         * elmo-util.el (elmo-create-hash-size): Eliminated.
7436         (elmo-make-hash) Make a hash with `one less than a power of two'
7437         length.
7438
7439         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7440         (elmo-hash-maximum-size): Changed value.
7441
7442 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7445         (elmo-mime-message-display-as-is): Ditto.
7446
7447 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7450         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7451
7452 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * elmo-mark.el: New file.
7455
7456         * elmo-internal.el: Rewrite (Almost empty).
7457
7458 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7459
7460         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7461         (mime-imap-entity-header-string): Ditto.
7462         (mmimap-entity-section): Rewrite.
7463
7464 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * elmo-nmz.el: New file.
7467
7468         * elmo-pipe.el: Rewrite with luna.
7469
7470 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * elmo-archive.el: Rewrite with luna.
7473
7474         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7475         (elmo-folder-list-importants-internal): Ditto.
7476
7477 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * elmo-archive.el (elmo-archive-version): Abolish.
7480         (toplevel) Removed `boso' comment.
7481
7482 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7485         elmo-msgdb-add-msgs-to-seen-list-subr;
7486         Changed argument seen-marks to unread-marks.
7487
7488         * elmo-nntp.el: Rewrite with luna.
7489
7490 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * elmo-filter.el: Rewrite with luna.
7493
7494 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * elmo-pop3.el: Rewrite with luna.
7497
7498 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * elmo-multi.el: Rewrite with luna.
7501
7502         * elmo-vars.el (elmo-use-killed-list): Abolish.
7503         All other related portions are changed.
7504         (elmo-filename-replace-string-alist): Renamed from
7505         elmo-msgid-replace-string-alist.
7506
7507 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7510
7511         * elmo-map.el: New file.
7512         * elmo-maildir.el: Rewrite with luna.
7513
7514 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * elmo.el: Changed meaning of `elmo-folder-commit'.
7517         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7518
7519 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * elmo.el (elmo-folder-append-buffer): New function.
7522         (Renamed from `elmo-append-msg')
7523
7524 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * elmo-mime.el: New file.
7527
7528 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7529
7530         * elmo-cache.el: Rewrite.
7531
7532 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7533
7534         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7535
7536 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * elmo-vars.el (elmo): New group.
7539         (elmo-strict-diff-folder-regexp): New variable.
7540
7541         * elmo-util.el (elmo-call-func): Abolish.
7542         (elmo-folder-get-type): Ditto.
7543         (elmo-*-get-spec): Ditto.
7544         (elmo-*-spec-*): Ditto.
7545         (elmo-imap4-identical-name-space-p): Ditto.
7546         (elmo-folder-identical-system-p): Ditto.
7547         (elmo-folder-direct-copy-alist): Ditto.
7548         (elmo-folder-direct-copy-p): Ditto.
7549
7550         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7551         (elmo-folder-initialize): Define.
7552         (elmo-folder-get-primitive-list): Ditto.
7553
7554         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7555         (elmo-folder-initialize): Define.
7556         Renamed `elmo-network-session-host-internal' to
7557         `elmo-network-session-server-internal'.
7558
7559         * elmo-multi.el (elmo-multi-folder): New luna class.
7560         (elmo-folder-initialize): Define.
7561         (elmo-folder-get-primitive-list): Ditto.
7562         (elmo-folder-contains-type): Ditto.
7563         (elmo-message-use-cache-p): Ditto.
7564
7565         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7566         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7567
7568         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7569         (elmo-folder-initialize): Define.
7570
7571         * elmo-filter.el (elmo-filter-folder): New luna class.
7572         (elmo-folder-initialize): Define.
7573         (elmo-folder-get-primitive-list): Ditto.
7574         (elmo-folder-contains-type): Ditto.
7575
7576 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7577
7578         * elmo-imap4.el: Rewrite with luna.
7579
7580         * mmimap.el: New file.
7581
7582         * mmelmo.el, mmelmo-imap4.el: Removed.
7583
7584         * elmo-net.el: Ditto.
7585
7586         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7587         (elmo-folder-initialize): Define.
7588
7589         * elmo-archive.el (elmo-archive-folder): New luna class.
7590         (elmo-folder-initialize): Define.
7591
7592         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7593         `elmo-folder-msgdb-path'.
7594         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7595         `elmo-make-folder'.
7596
7597 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * elmo.el: New file.
7600
7601         * elmo2.el: Renamed to elmo.el.
7602
7603 \f
7604 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7605
7606         * elmo-cache.el (elmo-cache-expire-by-size): Count
7607         a disk usage for a cache file entry in KB even when
7608         its kind is a directory.
7609
7610 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7611
7612         * elmo-version.el (elmo-version): Up to 2.5.7.
7613
7614 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * elmo-version.el (elmo-version): Up to 2.5.6.
7617
7618 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * elmo-version.el (elmo-version): Up to 2.5.5.
7621
7622 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7623
7624         * elmo-imap4.el (elmo-network-authenticate-session):
7625         Fixed a logic for response checking.
7626
7627 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7628
7629         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7630         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7631         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7632         `sasl-mechanisms'.
7633
7634         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7635         for `starttls-open-stream' and `starttls-negotiate'.
7636
7637         * elmo-nntp.el: Remove autoload settings for
7638         `starttls-open-stream' and `starttls-negotiate'.
7639
7640         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7641         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7642         `luna-define-class' with `eval-and-compile'.
7643
7644 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7645
7646         * elmo-util.el (elmo-read-search-condition-internal):
7647         Require an element of table for searching field.
7648
7649 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * elmo-version.el (elmo-version): Up to 2.5.4.
7652
7653 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7654
7655         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7656
7657 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7658
7659         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7660
7661 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7662
7663         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7664         before greeting.
7665
7666 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * elmo-imap4.el (elmo-imap4-delete-folder):
7669         Send "close" before "delete" (Use commented out line).
7670         (elmo-imap4-rename-folder): Ditto.
7671
7672         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7673         folder string itself.
7674         (elmo-dop-list-deleted): New function.
7675         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7676         killed.
7677
7678         * elmo-util.el (elmo-string-rassoc-all): New function.
7679
7680 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * elmo-version.el (elmo-version): Up to 2.5.3.
7683
7684         * elmo-net.el (elmo-network-get-session): Changed logic for
7685         checking process status.
7686
7687         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7688         process is nil;
7689         Changed logic for checking process status.
7690
7691 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7694         before greeting.
7695         (elmo-network-setup-session): Set UIDL hash size according to
7696         the length of list response.
7697         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7698         according to the length of list response;
7699         Return the length of list response.
7700         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7701
7702 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7703
7704         * elmo-imap4.el (toplevel): Require 'ssl.
7705         Add autoload 'starttls.
7706         * elmo-pop3.el (toplevel): Ditto.
7707         * elmo-nntp.el (toplevel): Ditto.
7708
7709 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7710
7711         * elmo-imap4.el (toplevel): defun at compile time.
7712         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7713         sasl-next-step, sasl-step-data, sasl-step-set-data.
7714         * elmo-pop3.el (toplevel): Ditto.
7715
7716 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7717
7718         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7719
7720 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7721
7722         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7723         if error.
7724         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7725         and `elmo-pop-auth-apop'.
7726
7727 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7728
7729         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7730
7731 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7732
7733         * elmo-pop3.el (elmo-network-authenticate-session): Split
7734         encoded response value.
7735
7736 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7737
7738         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7739         `elmo-pop3-force-login'.
7740         Redefine `sasl-mechanisms'.
7741         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7742
7743 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7744
7745         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7746         Delete `elmo-imap4-authenticator-alist'.
7747         (elmo-imap4-auth-cram-md5): Delete.
7748         (elmo-imap4-auth-digest-md5): Delete.
7749
7750 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7751
7752         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7753         (elmo-pop3-auth-scram-md5): Ditto.
7754         (elmo-pop3-auth-cram-md5): Ditto.
7755
7756 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7757
7758         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7759         Delete `elmo-pop3-authenticator-alist'.
7760
7761 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7764         new SASL API.
7765         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7766
7767 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7770
7771 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7774         Fixed problem when `elmo-pop3-use-uidl' is nil.
7775         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7776
7777 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7778
7779         * elmo-version.el (elmo-version): Up to 2.5.2.
7780
7781 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7782
7783         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7784         New function.
7785         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7786         (elmo-pop3-msgdb-create-as-numlist): Use it.
7787
7788         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7789         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7790
7791         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7792         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7793
7794 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7795
7796         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7797         when elmo-mark-as-read is called with second argument nil.
7798
7799 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7802         Moved to elmo-util.el.
7803
7804         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7805         Moved from elmo-pipe.el
7806
7807         * elmo-archive.el (elmo-archive-call-process): Enclose with
7808         static-if.
7809
7810         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7811         "RFC822" (because RFC822.PEEK is obsolete).
7812         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7813
7814 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7815
7816         * elmo-archive.el (elmo-archive-call-process): Don't check for
7817         the exit status when Nemacs is running.
7818
7819 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7822         'plain.
7823
7824         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7825         (elmo-pop3-get-spec): Set default of auth to 'user.
7826
7827         * elmo-imap4.el (elmo-imap4-session-check):
7828         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7829         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7830         (elmo-imap4-auth-login): New function; Revival.
7831         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7832         `elmo-imap4-auth-login'.
7833
7834 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7835
7836         * elmo2.el (toplevel): Move `product-provide' declare.
7837         * mmelmo.el (toplevel): Ditto.
7838
7839 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7840
7841         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7842
7843 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7844
7845         * elmo-util.el (elmo-folder-get-store-type): New function.
7846         (elmo-folder-direct-copy-p): Use it.
7847
7848 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7851         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7852         and result of `elmo-imap4-use-flag-p'.
7853         (elmo-imap4-fetch-callback-1): Set mark according to
7854         the result of `elmo-imap4-use-flag-p'.
7855
7856 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7859         (elmo-generic-list-folder-unread): Ditto.
7860         (elmo-folder-get-info): Ditto.
7861         (elmo-folder-set-info-max-by-numdb): Ditto.
7862         (elmo-folder-get-info-max): Ditto.
7863         (elmo-folder-get-info-length): Ditto.
7864         (elmo-folder-get-info-unread): Ditto.
7865         (elmo-folder-info-make-hashtb): Ditto.
7866
7867         * elmo2.el: Removed above functions.
7868
7869 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7870
7871         * elmo-imap4.el (toplevel): Require 'ssl.
7872         Add autoload 'starttls.
7873         * elmo-pop3.el (toplevel): Ditto.
7874         * elmo-nntp.el (toplevel): Ditto.
7875
7876 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7877
7878         * elmo-imap4.el (toplevel): defun at compile time.
7879         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7880         sasl-next-step, sasl-step-data, sasl-step-set-data.
7881         * elmo-pop3.el (toplevel): Ditto.
7882
7883 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7884
7885         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7886
7887 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7888
7889         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7890         if error.
7891         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7892         and `elmo-pop-auth-apop'.
7893
7894 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7895
7896         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7897
7898 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7899
7900         * elmo-pop3.el (elmo-network-authenticate-session): Split
7901         encoded response value.
7902
7903 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7904
7905         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7906         `elmo-pop3-force-login'.
7907         Redefine `sasl-mechanisms'.
7908         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7909
7910 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7911
7912         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7913         Delete `elmo-imap4-authenticator-alist'.
7914         (elmo-imap4-auth-cram-md5): Delete.
7915         (elmo-imap4-auth-digest-md5): Delete.
7916
7917 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7918
7919         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7920         (elmo-pop3-auth-scram-md5): Ditto.
7921         (elmo-pop3-auth-cram-md5): Ditto.
7922
7923 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7924
7925         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7926         Delete `elmo-pop3-authenticator-alist'.
7927
7928 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7929
7930         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7931         new SASL API.
7932         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7933
7934 \f
7935 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7938
7939 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7940
7941         * elmo-nntp.el (elmo-nntp-get-folders-info):
7942         Fixed problem when '\' character is contained in user-id.
7943         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7944
7945 \f
7946 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * elmo-imap4.el (elmo-imap4-delete-folder):
7949         Send "close" before "delete" (Use commented out line).
7950         (elmo-imap4-rename-folder): Ditto.
7951
7952         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7953         folder string itself.
7954         (elmo-dop-list-deleted): New function.
7955         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7956         killed.
7957
7958         * elmo-util.el (elmo-string-rassoc-all): New function.
7959
7960         * elmo-version.el (elmo-version): Up to 2.5.1.
7961
7962 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7965
7966         * elmo-internal.el (elmo-internal-search): Fix last change.
7967
7968 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * elmo-internal.el (elmo-internal-search): Rewrite.
7971         (Fixed problem which is pointed out by Akihiro MOTOKI
7972         <motoki@da.jp.nec.com>)
7973
7974         * elmo-version.el (elmo-version): Up to 2.5.0.
7975
7976 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7977
7978         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7979
7980 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7981
7982         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7983         non-nil, make hierarchy.
7984
7985 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7986
7987         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7988         `elmo-pop3-use-uidl' must be bound to nil.
7989         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7990
7991 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * elmo-util.el (elmo-copy-file): Don't cause an error after
7994         `add-name-to-file' failed.
7995
7996         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
7997         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7998
7999 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8000
8001         * elmo-version.el (elmo-version): Up to 2.3.93.
8002
8003 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * elmo-util.el (elmo-flatten): New function.
8006
8007 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8008
8009         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8010         sync Author header.
8011         * elmo-cache.el (toplevel): Ditto.
8012         * elmo-database.el (toplevel): Ditto.
8013         * elmo-date.el (toplevel): Ditto.
8014         * elmo-dop.el (toplevel): Ditto.
8015         * elmo-filter.el (toplevel): Ditto.
8016         * elmo-imap4.el (toplevel): Ditto.
8017         * elmo-internal.el (toplevel): Ditto.
8018         * elmo-localdir.el (toplevel): Ditto.
8019         * elmo-localnews.el (toplevel): Ditto.
8020         * elmo-maildir.el (toplevel): Ditto.
8021         * elmo-msgdb.el (toplevel): Ditto.
8022         * elmo-multi.el (toplevel): Ditto.
8023         * elmo-net.el (toplevel): Ditto.
8024         * elmo-nntp.el (toplevel): Ditto.
8025         * elmo-pipe.el (toplevel): Ditto.
8026         * elmo-pop3.el (toplevel): Ditto.
8027         * elmo-util.el (toplevel): Ditto.
8028         * elmo-vars.el (toplevel): Ditto.
8029         * elmo2.el (toplevel): Ditto.
8030         * mmelmo-imap4.el (toplevel): Ditto.
8031         * mmelmo.el (toplevel): Ditto.
8032
8033         * elmo-version.el (elmo-version): Move to top.
8034
8035         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8036         * elmo-imap4.el (toplevel): Ditto.
8037         * elmo-localdir.el (toplevel): Ditto.
8038         * elmo-msgdb.el (toplevel): Ditto.
8039         * elmo-nntp.el (toplevel): Ditto.
8040         * elmo-pop3.el (toplevel): Ditto.
8041         * elmo-version.el (toplevel): Ditto.
8042
8043         * elmo-localnews.el (toplevel): Added Keyword header.
8044
8045 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * elmo-version.el (product-version-as-string): Defined using
8048         `defun-maybe'.
8049         (toplevel): Use it.
8050
8051         * elmo-localdir.el (toplevel): Updated copyright notice.
8052         * elmo-version.el (toplevel): Ditto.
8053         * elmo-msgdb.el (toplevel): Ditto.
8054         * elmo-imap4.el (toplevel): Ditto.
8055         * elmo-nntp.el (toplevel): Ditto.
8056         * elmo-pop3.el (toplevel): Ditto.
8057
8058 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8061         messages.
8062
8063         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8064         parameter value (It sometimes contains raw kanji).
8065
8066 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8067
8068         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8069         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8070
8071 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8072
8073         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8074
8075 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8076
8077         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8078         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8079
8080 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8083         value if selecting folder succceeded.
8084         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8085
8086 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8087
8088         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8089         representation.
8090
8091         * elmo-util.el (elmo-string-matched-member): New function.
8092
8093 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * elmo-util.el (elmo-unintern): New macro.
8096         (elmo-number-set-member): Fixed docstring.
8097
8098         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8099         tag token.
8100
8101 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8102
8103         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8104         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8105
8106 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8109         `no-error'.
8110         Added docstring.
8111         Return non-nil if selecting folder succeeded.
8112         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8113
8114 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8117         `file-name-completion' returns t.
8118         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8119         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8120         directory if it does not exist.
8121         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8122         for iteration.
8123
8124 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8127         enclosure (It's harmful in unplugged status).
8128
8129         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8130
8131         * mmelmo-1.el: Removed.
8132
8133         * mmelmo-2.el: Ditto.
8134
8135         * mmelmo-imap4-1.el: Ditto.
8136
8137         * mmelmo-imap4-2.el: Ditto.
8138
8139         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8140
8141         * mmelmo.el: Merged mmelmo-2.el.
8142
8143         * elmo-version.el (elmo-version): Up to 2.3.92.
8144
8145 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8146
8147         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8148         elmo-update-number): Remove last period in "...done." message.
8149         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8150         Ditto.
8151         * elmo-cache.el (elmo-cache-expire-by-size,
8152         elmo-cache-get-sorted-cache-file-list,
8153         elmo-cache-msgdb-create-as-numlist): Ditto.
8154         * elmo-dop.el (elmo-dop-save-pending-messages,
8155         (elmo-dop-flush-pending-append-operations): Ditto.
8156         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8157         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8158         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8159         (elmo-localdir-pack-number): Ditto.
8160         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8161         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8162         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8163         mime-write-entity-content): Ditto.
8164         * pldap.el (ldap-search-basic): Ditto.
8165
8166 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * elmo-version.el (elmo-version): Up to 2.3.91.
8169
8170         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8171         Only when filter is 'last'.
8172
8173         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8174         (elmo-condition-parse-search-value): Use it.
8175         (elmo-read-search-condition-internal): Quote value only when
8176         it is not an atom.
8177
8178 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8179
8180         * elmo2.el (elmo-generic-folder-diff): Fix.
8181
8182 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8183
8184         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8185         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8186         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8187         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8188         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8189         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8190
8191 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8192
8193         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8194         extra-fields.
8195
8196 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8197
8198         * elmo-version.el (elmo-version): Up to 2.3.90.
8199
8200         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8201         (elmo-imap4-list-folder-important): Ditto.
8202
8203 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8206
8207 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8208
8209         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8210
8211 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8212
8213         * elmo-nntp.el (elmo-network-initialize-session):
8214         Add starttls negotiation.
8215
8216 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8217
8218         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8219         response.
8220         (elmo-network-setup-session): Define.
8221         Call `elmo-nntp-send-mode-reader' when session opened.
8222
8223 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8226
8227 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8228
8229         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8230         an invalid SPACE character ahead of `SEARCH' command.  Move
8231         a valid SPACE character following `SEARCH' from conditional
8232         `format' arguments to control-strings.
8233
8234 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8237         was succeeded.
8238
8239         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8240
8241 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8244         `w32-get-true-file-link-count' as t.
8245
8246         * elmo-imap4.el (elmo-imap4-read): Abolished.
8247         (Renamed to `elmo-read' and moved to elmo-util.el)
8248         All other related portions are changed.
8249
8250         * elmo-util.el (elmo-read): New function.
8251         (elmo-condition-parse-search-value): Use it.
8252
8253 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8256
8257         * elmo-nntp.el (elmo-nntp-session): Define.
8258         (elmo-nntp-setting): Abolished.
8259         All other related portions are changed.
8260         (elmo-nntp-get-server-command): Changed argument.
8261         (elmo-nntp-set-server-command): Ditto.
8262         (elmo-nntp-xover-p): Ditto.
8263         (elmo-nntp-set-xover): Ditto.
8264         (elmo-nntp-listgroup-p): Ditto.
8265         (elmo-nntp-set-listgroup): Ditto.
8266         (elmo-nntp-list-active-p): Ditto.
8267         (elmo-nntp-set-list-active): Ditto.
8268         (elmo-nntp-xhdr-p): Ditto.
8269         (elmo-nntp-set-xhdr): Ditto.
8270         (elmo-nntp-flush-connection): Abolished.
8271         (elmo-nntp-get-connection): Abolished.
8272         (elmo-nntp-get-session): New function.
8273         (elmo-network-initialize-session): Defined.
8274         (elmo-network-authenticate-session): Ditto.
8275         (elmo-nntp-send-mode-reader): Changed argument.
8276         (elmo-nntp-send-command): Changed argument.
8277         All other related portions are changed.
8278         (elmo-nntp-read-response): Ditto.
8279         (elmo-nntp-read-raw-response): Ditto.
8280         (elmo-nntp-read-contents): Ditto.
8281         (elmo-nntp-read-body): Ditto.
8282         (elmo-nntp-goto-folder): Abolished.
8283         (elmo-nntp-select-group): New function.
8284         All other related portions are changed.
8285         (This function substitutes `elmo-nntp-goto-folder')
8286         (elmo-nntp-msgdb-create-by-header): Rewrite.
8287         (elmo-nntp-get-overview): Eliminated.
8288         (elmo-nntp-get-message): Ditto.
8289         (elmo-nntp-open-connection) Abolished.
8290         (elmo-nntp-read-msg): Rewrite.
8291         (elmo-nntp-post): Ditto.
8292         (elmo-nntp-send-data): Abolished.
8293         (elmo-nntp-send-buffer): New function.
8294         (elmo-nntp-send-data-line): Define as inline function.
8295         (elmo-nntp-get-folders-info-prepare): Use session as key.
8296         (elmo-nntp-groups-read-response): Changed argument.
8297         (elmo-nntp-retrieve-headers): Ditto.
8298         (elmo-nntp-msgdb-create-message): Ditto.
8299
8300         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8301         when searching by 'since' or 'before'.
8302
8303 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8304
8305         * elmo-version.el (toplevel): Use product-version-as-string for set
8306         verstion-string, if defined.
8307
8308 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8309
8310         * elmo-util.el: Doc fixes.
8311
8312 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8313
8314         * elmo-archive.el (toplevel): Use product-provide.
8315         * elmo-cache.el (toplevel): Ditto.
8316         * elmo-database.el (toplevel): Ditto.
8317         * elmo-date.el (toplevel): Ditto.
8318         * elmo-dop.el (toplevel): Ditto.
8319         * elmo-filter.el (toplevel): Ditto.
8320         * elmo-imap4.el (toplevel): Ditto.
8321         * elmo-internal.el (toplevel): Ditto.
8322         * elmo-localdir.el (toplevel): Ditto.
8323         * elmo-localnews.el (toplevel): Ditto.
8324         * elmo-maildir.el (toplevel): Ditto.
8325         * elmo-msgdb.el (toplevel): Ditto.
8326         * elmo-multi.el (toplevel): Ditto.
8327         * elmo-net.el (toplevel): Ditto.
8328         * elmo-nntp.el (toplevel): Ditto.
8329         * elmo-pipe.el (toplevel): Ditto.
8330         * elmo-pop3.el (toplevel): Ditto.
8331         * elmo-util.el (toplevel): Ditto.
8332         * elmo-vars.el (toplevel): Ditto.
8333         * elmo2.el (toplevel): Ditto.
8334         * mmelmo-1.el (toplevel): Ditto.
8335         * mmelmo-2.el (toplevel): Ditto.
8336         * mmelmo-imap4-1.el (toplevel): Ditto.
8337         * mmelmo-imap4-2.el (toplevel): Ditto.
8338         * mmelmo-imap4.el (toplevel): Ditto.
8339         * mmelmo.el (toplevel): Ditto.
8340
8341 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8342
8343         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8344         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8345
8346 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8349         before splitting.
8350         (elmo-multi-split-number-alist): Ditto.
8351
8352 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8353
8354         * elmo-version.el: New file.  Use product.el.
8355         * elmo2.el: Add (require 'elmo-version).
8356         * elmo-vars.el (elmo-appname, elmo-version): Move to
8357         elmo-version.el
8358
8359 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8362         `elmo-msgdb-expand-path'.
8363         (elmo-msgdb-load): Ditto.
8364         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8365         (elmo-generic-list-folder-unread): Rewrite.
8366         (elmo-generic-list-folder-important): Changed argument.
8367         (elmo-list-folder-unread): Ditto.
8368         (elmo-list-folder-important): Ditto.
8369         (elmo-folder-diff): Rewrite.
8370         (elmo-generic-folder-diff): New function.
8371         (elmo-multi-get-number-alist-list): Abolished
8372         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8373         (elmo-multi-folder-diff): Moved to elmo-multi.el
8374         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8375
8376         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8377         `elmo-msgdb-expand-path'.
8378         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8379         (elmo-pop3-read-msg): Ditto.
8380         (elmo-pop3-delete-msgs): Ditto.
8381         (elmo-pop3-folder-diff): New alias.
8382
8383         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8384         `elmo-msgdb-expand-path'.
8385         (elmo-pipe-list-folder-unread): Changed arguments.
8386         (elmo-pipe-list-folder-important): Ditto.
8387         (elmo-pipe-folder-diff): New alias.
8388
8389         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8390         `elmo-msgdb-expand-path'.
8391         (elmo-nntp-max-of-folder): Ditto.
8392         (elmo-nntp-msgdb-create): Ditto.
8393         (elmo-nntp-delete-msgs): Ditto.
8394         (elmo-nntp-folder-diff): New alias.
8395
8396         * elmo-multi.el (elmo-multi-folder-diff): New function.
8397         (elmo-multi-split-mark-alist): Ditto.
8398         (elmo-multi-split-number-alist): Ditto.
8399         (elmo-multi-mark-alist-list): Abolished (Renamed to
8400         elmo-multi-split-mark-alist).
8401         (elmo-multi-list-folder-unread): Rewrite.
8402         (elmo-multi-list-folder-important): Ditto.
8403         (elmo-multi-list-folder): Set `spec' as 1st argument for
8404         `elmo-msgdb-expand-path'.
8405         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8406         instead of `elmo-multi-get-number-alist-list'.
8407
8408         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8409         If 1st argument is not string, treat as spec.
8410         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8411         `elmo-msgdb-expand-path'.
8412         (elmo-msgdb-flist-load): Ditto.
8413         (elmo-msgdb-flist-save): Ditto.
8414         (elmo-msgdb-delete-path): Ditto.
8415         (elmo-msgdb-rename-path): Ditto.
8416
8417         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8418         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8419         (elmo-maildir-delete-mark-msgs): Ditto.
8420         (elmo-maildir-msgdb-create): Ditto.
8421         (elmo-maildir-read-msg): Ditto.
8422         (elmo-maildir-delete-msgs): Ditto.
8423         (elmo-maildir-list-folder-subr): Ditto.
8424         (elmo-maildir-search): Ditto.
8425         (elmo-maildir-get-msg-filename): Ditto.
8426         (elmo-maildir-pack-number): Ditto.
8427         (elmo-maildir-folder-diff): New alias.
8428
8429         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8430
8431         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8432         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8433         (elmo-localdir-folder-diff): New alias.
8434
8435         * elmo-internal.el (elmo-internal-list-folder-subr):
8436         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8437         (elmo-internal-list-folder-by-location): Ditto.
8438         (elmo-internal-msgdb-create): Ditto.
8439         (elmo-internal-delete-msgs): Ditto.
8440         (elmo-internal-read-msg): Ditto.
8441         (elmo-internal-folder-diff): New alias.
8442
8443         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8444         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8445         `elmo-msgdb-expand-path'.
8446         (elmo-imap4-list-folder-unread): Changed arguments.
8447         (elmo-imap4-list-folder-important): Ditto.
8448
8449         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8450         (elmo-filter-list-folder-important): Ditto.
8451         (elmo-filter-folder-diff): New function.
8452
8453         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8454
8455         * elmo-cache.el (elmo-cache-list-folder):
8456         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8457         (elmo-cache-copy-msgs): Ditto.
8458         (elmo-cache-folder-diff): New alias.
8459
8460         * elmo-archive.el (elmo-archive-list-folder-subr):
8461         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8462         (elmo-archive-get-archive-name): Ditto.
8463         (elmo-archive-create-file): Ditto.
8464         (elmo-archive-append-msg): Ditto.
8465         (elmo-archive-copy-msgs): Ditto.
8466         (elmo-archive-copy-msgs-froms): Ditto.
8467         (elmo-archive-get-msg-filename): Ditto.
8468         (elmo-archive-folder-diff): New alias.
8469
8470 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8471
8472         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8473         (elmo-pop3-stream-type-alist): New variable.
8474         (elmo-nntp-stream-type-alist): New variable.
8475
8476         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8477         (elmo-kill-buffer): Ditto.
8478         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8479         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8480         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8481         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8482         (elmo-imap4-get-spec): Take into account
8483         `elmo-imap4-stream-type-alist'.
8484
8485 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8486
8487         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8488         (elmo-nntp-list-folders-get-cache): Ditto.
8489
8490 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8491
8492         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8493         character before 'uid'.
8494
8495 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8496
8497         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8498
8499         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8500
8501         * elmo-util.el (elmo-number-set-member): New function.
8502         (elmo-number-set-append-list): Ditto.
8503         (elmo-number-set-append): Ditto.
8504
8505         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8506         Use `elmo-number-set-member'.
8507         (elmo-living-messages): Ditto.
8508         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8509         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8510
8511         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8512         (elmo-imap4-add-to-cont-list): Abolished.
8513         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8514         instead of elmo-imap4-add-to-cont-list.
8515
8516         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8517         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8518
8519         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8520
8521 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8522
8523         * elmo-util.el (elmo-condition-parse-search-value):
8524         Fixed date parsing.
8525
8526 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8527
8528         * elmo-util.el (elmo-condition-find-key-internal): New function.
8529         (elmo-condition-find-key): Ditto.
8530
8531         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8532         (elmo-msgdb-search-internal): Ditto.
8533         (elmo-msgdb-search): Ditto.
8534
8535 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8538         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8539
8540         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8541         (elmo-nntp-search-primitive): Fixed problem when condition is
8542         'unmatch'.
8543
8544         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8545
8546         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8547         (elmo-nntp-xhdr-p): New macro.
8548         (elmo-nntp-set-xhdr): Ditto.
8549         (elmo-nntp-parse-xhdr-response): New function.
8550         (elmo-nntp-retrieve-field): Ditto.
8551         (elmo-nntp-search-primitive): Ditto.
8552         (elmo-nntp-search): Implemented.
8553
8554         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8555
8556         * elmo-archive.el (elmo-archive-search): Set all number list to
8557         `elmo-archive-field-condition-match'
8558
8559         * elmo-localdir.el (elmo-localdir-search): Likewise.
8560
8561         * elmo-maildir.el (elmo-maildir-search): Likewise.
8562
8563 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8564
8565         * elmo-msgdb.el (elmo-living-messages): New function.
8566         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8567         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8568         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8569         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8570         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8571         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8572         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8573         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8574         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8575         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8576         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8577
8578 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8581
8582         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8583
8584         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8585
8586         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8587         arguments for `SEARCH' command.
8588         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8589         All other related portions are changed.
8590
8591         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8592
8593         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8594         (elmo-list-folder-unread): Rewrite.
8595         (elmo-list-folder-important): Ditto.
8596
8597         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8598         (elmo-condition-parse-error): New inline function.
8599         (elmo-read-search-condition): New function.
8600         (elmo-read-search-condition-internal): Ditto.
8601         (elmo-parse-search-condition): Rewrite.
8602         (elmo-condition-parse): New function.
8603         (elmo-condition-parse-or-expr): Ditto.
8604         (elmo-condition-parse-and-expr): Ditto.
8605         (elmo-condition-parse-primitive): Ditto.
8606         (elmo-condition-parse-search-value): Ditto.
8607         (elmo-buffer-field-primitive-condition-match): Ditto.
8608         (elmo-buffer-field-condition-match): Rewrite.
8609         (elmo-file-field-condition-match): Ditto.
8610
8611         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8612         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8613
8614         * elmo-internal.el (elmo-internal-search): Set `number' and
8615         `number-list' argument of `elmo-file-field-condition-match'.
8616
8617         * elmo-maildir.el (elmo-maildir-search): Ditto.
8618
8619         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8620         `msgdb' as argument instead of `mark-alist'.
8621         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8622         `overview'.
8623
8624         * elmo-multi.el: Likewise.
8625
8626         * elmo-pipe.el: Likewise.
8627
8628         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8629         (elmo-imap4-search-internal): Rewrite.
8630         (elmo-imap4-search): Ditto.
8631
8632         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8633         (elmo-filter-list-folder-unread): Ditto.
8634         (elmo-filter-list-folder-important): Ditto.
8635         (elmo-filter-search): Rewrite.
8636
8637         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8638         `number-list' argument of `elmo-file-field-condition-match'.
8639         (elmo-cache-search): Ditto.
8640
8641         * elmo-localdir.el: Likewise.
8642
8643         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8644         number-list and pass it to `elmo-buffer-field-condition-match'.
8645         (elmo-archive-field-condition-match): Pass `number-list' to
8646         `elmo-archive-field-condition-match'
8647
8648 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8651         `listgroup'.
8652
8653         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8654         (elmo-folder-diff-async-callback-data): Ditto.
8655         (elmo-folder-diff-async): New function.
8656
8657         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8658         (elmo-network-session-cache-key): Use it as a prefix of the session
8659         name.
8660         (elmo-network-open-session): Ditto.
8661
8662         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8663         (elmo-imap4-status-callback-data): Ditto.
8664         (elmo-imap4-server-diff-async-callback): New variable.
8665         (elmo-imap4-server-diff-async-callback-data): Ditto.
8666         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8667         `elmo-imap4-status-callback-data'.
8668         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8669         `elmo-imap4-status-callback-data' as nil.
8670         (elmo-imap4-server-diff): Ditto.
8671         (elmo-imap4-server-diff-async-callback-1): New function.
8672         (elmo-imap4-server-diff-async): Ditto.
8673         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8674
8675 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8676
8677         * elmo-util.el (elmo-list-delete): Doc fix.
8678         (elmo-delete-lists): Abolish.
8679         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8680         instead of `elmo-delete-lists'.
8681
8682 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8683
8684         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8685         before `sort'.
8686
8687 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8688
8689         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8690         `elmo-imap4-literal-subr'.
8691         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8692         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8693
8694 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8695
8696         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8697         (elmo-archive-list-folder): Fix.
8698         (elmo-archive-max-of-folder): Fix.
8699
8700 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8701
8702         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8703          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8704         (elmo-localdir-append-msg): Ditto.
8705         (elmo-localdir-list-folder): Fix for `nonsort'.
8706         (elmo-localdir-list-folder-subr): Fix for `killed'.
8707         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8708         (elmo-maildir-list-folder-subr): Ditto.
8709         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8710         (elmo-archive-list-folder-subr): Ditto.
8711         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8712         (elmo-internal-list-folder-subr): Ditto.
8713
8714 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8717
8718 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8719
8720         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8721
8722 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8723
8724         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8725         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8726
8727         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8728         before greeting.
8729         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8730         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8731
8732 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8733
8734         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8735
8736         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8737         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8738         before STORE command.
8739
8740 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8743
8744         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8745         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8746         of `response'.
8747         (elmo-imap4-list-folders): Removed unused local variable.
8748         (elmo-network-initialize-session): Ditto.
8749         (elmo-imap4-delete-msg-by-id): Ditto.
8750         (elmo-imap4-parse-fetch): Ditto.
8751         (elmo-imap4-copy-msgs): Ditto.
8752         Use `dst-spec' instead of `dst-folder'.
8753         (elmo-network-authenticate-session): Check authenticate type `plain'.
8754
8755 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8758         garbage checking.
8759         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8760         `elmo-imap4-response-value'.
8761         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8762
8763 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * elmo-imap4.el (elmo-imap4-send-command):
8766         Cause elmo-imap4-bye-error when current response is BYE.
8767         (elmo-imap4-arrival-filter): Changed greeting response value.
8768
8769         * elmo2.el (elmo-imap4-bye-error): Define.
8770
8771         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8772         (elmo-imap4-server-diff): Ditto.
8773         (elmo-imap4-response-bye-p): New macro.
8774         (elmo-imap4-response-error-text): Get text from BYE response.
8775         (elmo-imap4-read-response): Return if BYE response.
8776         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8777         (elmo-imap4-folder-exists-p): Ditto.
8778         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8779         (elmo-imap4-parse-bye): New function.
8780         (elmo-imap4-parse-response): Remove needless let.
8781         Call `elmo-imap4-parse-bye'.
8782
8783 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8786         the mailbox does not exist.
8787         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8788
8789 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8790
8791         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8792
8793 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8796
8797         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8798         (elmo-network-initialize-session-buffer): Defined.
8799
8800         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8801         Abolished.
8802         (mmelmo-imap4-get-mime-entity): Rewrite.
8803
8804         * elmo2.el (elmo-error): Capitalize error message.
8805
8806         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8807         (elmo-network-session-buffer): New macro.
8808         (elmo-network-open-session): Use it.
8809
8810         * elmo-imap4.el: Rewrite.
8811
8812 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8813
8814         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8815
8816 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8817
8818         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8819         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8820         (elmo-imap4-create-msgdb-from-overview-string): Use
8821         `elmo-msgdb-create-overview-from-buffer'.
8822
8823 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8824
8825         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8826         (elmo-imap4-default-hierarchy-delimiter): New variable.
8827         (elmo-imap4-list-folders): Use it.
8828
8829 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * elmo-net.el (elmo-network-open-session): Add user and
8832         stream-type for process-buffer name.
8833
8834         * elmo-pop3.el (elmo-network-initialize-session): Call
8835         buffer-disable-undo.
8836
8837         * elmo-imap4.el (elmo-network-initialize-session):
8838         Set current-buffer as an argument for `buffer-disable-undo'.
8839
8840         * elmo-pop3.el (elmo-network-close-session): Don't use
8841         `process-live-p'.
8842
8843         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8844         Set default as 'user.
8845
8846         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8847
8848         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8849         and `elmo-imap4-flush-connection'.
8850
8851         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8852         (elmo-pop3-get-spec): Assume auth as symbol.
8853         (elmo-open-network-stream): Moved to `elmo-net'.
8854
8855         * elmo-pop3.el (toplevel): Require 'elmo-net.
8856         Define `sasl-cram-md5' to silence byte compilier.
8857         (elmo-pop3-connection-cache) Abolished.
8858         (elmo-pop3-authenticator-alist) New variable.
8859         (elmo-pop3-session): Define.
8860         (elmo-pop3-connection-get-process): Abolished.
8861         (elmo-pop3-connection-get-buffer): Ditto.
8862         (elmo-pop3-close-connection): Ditto.
8863         (elmo-pop3-flush-connection): Ditto.
8864         (elmo-pop3-get-connection): Ditto.
8865         (elmo-pop3-get-session): New function.
8866         (Replacement for `elmo-pop3-get-connection').
8867         All other related modules are changed.
8868         (elmo-network-close-session): Define.
8869         (elmo-pop3-send-command): Abolished argument `buffer'.
8870         All other related modules are changed.
8871         (elmo-pop3-read-response): Likewise.
8872         (elmo-pop3-open-connection): Abolished.
8873         (elmo-pop3-auth-user): New function.
8874         (elmo-pop3-auth-apop): Ditto.
8875         (elmo-pop3-auth-cram-md5): Ditto.
8876         (elmo-pop3-auth-scram-md5): Ditto.
8877         (elmo-pop3-auth-digest-md5): Ditto.
8878         (elmo-network-initialize-session): Define.
8879         (elmo-network-authenticate-session): Ditto.
8880         (elmo-network-setup-session): Ditto.
8881
8882         * elmo-imap4.el (toplevel): Require 'elmo-net.
8883         (elmo-imap4-session): Define.
8884         (elmo-imap4-connection-cache): Abolished.
8885         (elmo-imap4-password-key): Ditto.
8886         (elmo-imap4-flush-connection): Ditto.
8887         (elmo-imap4-get-connection): Ditto.
8888         All other related modules are changed.
8889         (elmo-imap4-get-session): New function
8890         (Replacement for `elmo-imap4-get-connection').
8891         (elmo-imap4-read-response): Abolished argument `buffer'.
8892         All other related modules are changed.
8893         (elmo-imap4-send-command): Likewise.
8894         (elmo-imap4-select-folder): Abolished.
8895         All other related modules are changed.
8896         (elmo-imap4-select-mailbox): New function.
8897         (Replacement for `elmo-imap4-select-folder').
8898         (elmo-imap4-auth-login): Simplify.
8899         (Assume current buffer as process buffer)
8900         (elmo-imap4-auth-cram-md5): Ditto.
8901         (elmo-imap4-auth-digest-md5): Ditto.
8902         (elmo-imap4-login): Ditto.
8903         (elmo-imap4-open-connection): Abolished.
8904         (elmo-imap4-open-connection-1): Abolished.
8905         (elmo-network-initialize-sessoin): Define.
8906         (elmo-network-authenticate-session): Ditto.
8907         (elmo-network-setup-session): Ditto.
8908
8909         * elmo-net.el: New module.
8910
8911 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8912
8913         * elmo-util.el (elmo-define-error): New function.
8914
8915         * elmo2.el (elmo-error): Define.
8916         (elmo-open-error): Define.
8917         (elmo-authenticate-error): Define.
8918
8919         * elmo-imap4.el (elmo-imap4-error): Abolish.
8920         (elmo-imap4-error-type): Abolish.
8921         (elmo-imap4-error-process): Abolish.
8922         (elmo-imap4-error-message): Abolish
8923         (elmo-imap4-list-folders): Don't quote lambda.
8924         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8925         (elmo-imap4-parse-namespace): Ditto.
8926         (elmo-imap4-open-connection): Rewrite.
8927         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8928         (elmo-imap4-get-connection): Abolish local variable `result'.
8929
8930 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8931
8932         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8933         wrong-type-argument error when auth is nil.
8934
8935 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8938         (elmo-default-nntp-stream-type): Ditto.
8939         (elmo-default-pop3-stream-type): Ditto.
8940         (elmo-network-stream-type-alist): Ditto.
8941         (elmo-default-imap4-ssl): Abolished.
8942         (elmo-default-nntp-ssl): Ditto.
8943         (elmo-default-pop3-ssl): Ditto.
8944
8945         * elmo-util.el: (toplevel): Removed needless requires.
8946         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8947         (elmo-open-network-stream): Open network stream according to
8948         the value of `elmo-network-stream-type-alist'.
8949         (elmo-get-network-stream-type): New function.
8950         (elmo-network-stream-type-spec-string): New macro.
8951         (elmo-network-stream-type-symbol): Ditto.
8952         (elmo-network-stream-type-function): Ditto.
8953
8954         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8955         network-stream-type. All other related portions are changed.
8956         (elmo-pop3-open-connection): Ditto.
8957
8958         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8959         network-stream-type. All other related portions are changed.
8960
8961         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8962         network-stream-type.All other related portions are changed.
8963         (elmo-imap4-error): New macro.
8964         (elmo-imap4-error-type): Ditto.
8965         (elmo-imap4-error-process): Ditto.
8966         (elmo-imap4-error-message): Ditto.
8967         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8968         (elmo-imap4-auth-cram-md5): Ditto.
8969         (elmo-imap4-auth-digest-md5): Ditto.
8970         (elmo-imap4-login): Ditto.
8971         (elmo-imap4-open-connection): Remove password entry if authentication
8972         was in vain.
8973         (elmo-imap4-user-at-host): Abolished.
8974         (elmo-imap4-password-key): New buffer local variable.
8975         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8976         using protocol, port, auth and stream-type.
8977
8978         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8979
8980 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8981
8982         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8983
8984         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8985
8986         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8987         (elmo-imap4-authenticator-alist): New variable.
8988         (elmo-imap4-open-connection-1): Rename from
8989         elmo-imap4-open-connection.
8990         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8991         only wraps elmo-imap4-open-connection-1.
8992         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8993         user-at-host.
8994         (elmo-imap4-auth-login): New function.
8995         (elmo-imap4-auth-cram-md5): New function.
8996         (elmo-imap4-auth-digest-md5): New function.
8997         (elmo-imap4-login): New function.
8998
8999 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9000
9001         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9002         function `error'.
9003
9004 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9005
9006         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9007
9008 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9009
9010         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9011
9012 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9013
9014         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9015         for server responses, quote `*' regardless of where it appears.
9016
9017 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9018
9019         * elmo-maildir.el (elmo-maildir-commit): New alias.
9020
9021 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9022
9023         * elmo-util.el (elmo-display-progress):
9024                 Use `progress-feedback-with-label'.
9025
9026 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9027
9028         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9029         (elmo-imap4-non-atom-char-regex): Ditto.
9030         (elmo-imap4-non-text-char-regex): Ditto.
9031         (elmo-imap4-literal-threshold): Ditto.
9032         (elmo-imap4-atom-p): New function.
9033         (elmo-imap4-quotable-p): Ditto.
9034         (elmo-imap4-nil): Ditto.
9035         (elmo-imap4-atom): Ditto.
9036         (elmo-imap4-quoted): Ditto.
9037         (elmo-imap4-literal-subr): Ditto.
9038         (elmo-imap4-literal): Ditto.
9039         (elmo-imap4-buffer-literal): Ditto.
9040         (elmo-imap4-string-subr): Ditto.
9041         (elmo-imap4-string): Ditto.
9042         (elmo-imap4-buffer-string): Ditto.
9043         (elmo-imap4-astring-subr): Ditto.
9044         (elmo-imap4-astring): Ditto.
9045         (elmo-imap4-buffer-astring): Ditto.
9046         (elmo-imap4-nstring): Ditto.
9047         (elmo-imap4-buffer-nstring): Ditto.
9048         (elmo-imap4-mailbox): New alias.
9049         (elmo-imap4-field-body): Ditto.
9050         (elmo-imap4-userid): Ditto.
9051         (elmo-imap4-password): Ditto.
9052         (elmo-imap4-format-quoted): New function.
9053         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9054         arguments and handle "atom", "quoted" and "literal" string here.
9055         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9056         `elmo-imap4-send-command'.
9057         (elmo-imap4-folder-exists-p): Likewise.
9058         (elmo-imap4-create-folder): Likewise.
9059         (elmo-imap4-delete-folder): Likewise.
9060         (elmo-imap4-rename-folder): Likewise.
9061         (elmo-imap4-max-of-folder): Likewise.
9062         (elmo-imap4-check-validity): Likewise.
9063         (elmo-imap4-sync-validity): Likewise.
9064         (elmo-imap4-server-diff): Likewise.
9065         (elmo-imap4-select-folder): Likewise.
9066         (elmo-imap4-copy-msgs): Likewise.
9067         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9068         (elmo-imap4-mark-set-on-msgs): Likewise.
9069         (elmo-imap4-read-part): Likewise.
9070         (elmo-imap4-read-msg): Likewise.
9071         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9072         `elmo-imap4-password' for `elmo-imap4-send-command'.
9073         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9074         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9075         `elmo-imap4-buffer-literal'.
9076         (elmo-imap4-append-msg): Likewise.
9077
9078         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9079         `delete' for removing dead connection from the connection cache.
9080         Move deletion of the process buffer after that.
9081         (elmo-imap4-list): Change `defsubst' to `defun'.
9082         (elmo-imap4-commit): Make error message verbose.
9083         (elmo-imap4-search): Ditto.
9084         (elmo-imap4-list): Ditto.
9085         (elmo-imap4-select-folder): Ditto.
9086         (elmo-imap4-copy-msgs): Ditto.
9087         (elmo-imap4-delete-msg-by-id): Ditto.
9088         (elmo-imap4-append-msg-by-id): Ditto.
9089         (elmo-imap4-append-msg): Ditto.
9090
9091 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9092
9093         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9094         when dired is used on XEmacs.
9095
9096 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9097
9098         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9099         instead of `append'.
9100         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9101         `elmo-plugged-p' directly.
9102         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9103         of `elmo-plugged-p' directly.
9104
9105         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9106         Eliminate unused variable.  Use `memq' for checking a process status.
9107         Use `cons' instead of `append' for updating the connection cache.
9108         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9109         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9110
9111 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9112
9113         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9114         `elmo-imap4-read-point' exactly.
9115
9116         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9117         the local variable `folder' to `mailbox'.
9118         Rename the argument `fld' to `folder'.
9119
9120 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9121
9122         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9123         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9124
9125 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9128         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9129         (elmo-pop3-uidl-number-hash): Ditto.
9130         (elmo-pop3-size-hash): Ditto.
9131         (elmo-pop3-uidl-done): Ditto.
9132         (elmo-pop3-list-done): Ditto.
9133         (elmo-pop3-connection-get-process): New defmacro.
9134         (elmo-pop3-connection-get-buffer): Ditto.
9135         (elmo-pop3-close-connection): Delete buffer and process.
9136         (elmo-pop3-flush-connection): Don't delete buffer and process.
9137         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9138         Setup UIDL and size hash.
9139         (elmo-pop3-send-command-no-erase): Deleted
9140         (elmo-pop3-send-command): Added optional argument `no-erase'.
9141         (elmo-pop3-parse-uidl-response): New function.
9142         (elmo-pop3-parse-list-response): Set size hash.
9143         (elmo-pop3-list-location): New function.
9144         (elmo-pop3-list-by-uidl-subr): Ditto.
9145         (elmo-pop3-list-by-list): Ditto.
9146         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9147         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9148         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9149         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9150         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9151         Use uidl.
9152         (elmo-pop3-uidl-to-number): New function.
9153         (elmo-pop3-number-to-uidl): Ditto.
9154         (elmo-pop3-number-to-size): Ditto.
9155         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9156         Set number by use of uidl.
9157         (elmo-pop3-msgdb-create-message): Likewise.
9158         Set size, loc-alist in msgdb.
9159         (elmo-pop3-read-msg): Set number by use of uidl.
9160         Added optional argument `msgdb'.
9161         (elmo-pop3-delete-msg): Ditto.
9162         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9163         (elmo-pop3-commit): Close connection.
9164
9165         * elmo-pipe.el (elmo-pipe-max-of-folder):
9166         Bind `elmo-pop3-use-uidl' as nil.
9167         (elmo-pipe-drain): Ditto.
9168         Call `elmo-commit'.
9169
9170         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9171         (elmo-msgdb-overview-entity-set-size): New defsubst.
9172
9173 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * elmo-vars.el (elmo-use-killed-list): New variable
9176         (Renamed from `elmo-nntp-use-killed-list').
9177         (elmo-nntp-use-killed-list): Eliminated.
9178
9179         * elmo-msgdb.el (elmo-msgdb-expand-path):
9180         Changed expanding msgdb path for elmo-multi.
9181
9182         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9183         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9184         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9185         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9186         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9187         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9188         (toplevel): Deleted time-stamp line.
9189
9190         * elmo2.el (elmo-clear-killed ): Defined as function
9191         (Abolished defining as a backend function).
9192         All other related modules are changed.
9193
9194 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9195
9196         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9197
9198 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9201
9202 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9203
9204         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9205
9206 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9209         asynchronous folder check.
9210
9211         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9212
9213         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9214         `elmo-nntp-use-killed-list'.
9215         (elmo-nntp-list-folder): Use killed list.
9216         (elmo-nntp-max-of-folder): Ditto.
9217         (elmo-nntp-msgdb-create): Set killed list.
9218
9219         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9220
9221         * elmo2.el (elmo-clear-killed): New backend function.
9222         All other related modules are changed.
9223
9224 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9225
9226         * elmo-util.el (elmo-imap4-spec-folder): Use
9227         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9228         All callers changed.
9229
9230 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9231
9232         * mmelmo-2.el (initialize-instance):
9233         Use `mime-buffer-entity-buffer-internal' instead of
9234         `mime-entity-buffer'.
9235
9236         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9237         (mime-entity-body): Implemented.
9238         (mime-goto-header-start-point): Deleted.
9239         (mime-goto-body-end-point): Ditto.
9240         (mime-entity-point-min): Ditto.
9241         (mime-entity-point-max): Ditto.
9242         (mime-entity-children): Ditto.
9243         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9244         instead of `mime-entity-buffer'.
9245         (mime-entity-header-buffer): Ditto.
9246         (mime-entity-body-buffer): Ditto.
9247         (mime-write-entity-content): Ditto.
9248
9249         * pldap.el (ldap-static-if): New macro.
9250         (toplevel): Use it instead of `static-if'.
9251
9252 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9253
9254         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9255         included in `attrs' argument.
9256
9257 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9260
9261         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9262         (ldap-ldif-safe-init-char-regexp): Ditto.
9263         (ldap-ldif-safe-string-regexp): Ditto.
9264         (ldap/ldif-safe-string-p): New macro.
9265         (ldap/ldif-insert-field): Ditto.
9266         (ldap-modify): Use it.
9267         (ldap-add): Ditto.
9268         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9269         (ldap-decode-attribute): Decode only when `attr' is consp.
9270         (ldap-delete): Bind `ret'.
9271         (toplevel): Require 'cl at compile time.
9272         Removed (require 'poe) and (require 'std11).
9273         (pldap-version): Eliminated.
9274         (ldap-search-basic): Removed auth and dn binding.
9275         (ldap-ldif-field-name-regexp): New constant.
9276         (ldap-ldif-field-head-regexp): Ditto.
9277         (ldap-ldif-next-field-head-regexp): Ditto.
9278         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9279         (ldap/field-end): New function.
9280         (ldap/field-body): Use it.
9281         (ldap/collect-field): Ditto.
9282         (ldap-search-basic): Use `ldap/field-body'.
9283
9284 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9285
9286         * pldap.el (ldap-default-attribute-encoder): New user option.
9287         (ldap/field-body): Decode base64 string.
9288         (ldap/collect-field): Ditto.
9289         (ldap-encode-attribute): New function.
9290         (ldap-add-entries): Use it.
9291         (ldap-modify-entries): Ditto.
9292         (ldap-search-entries): Enclosed decoding function with
9293         `with-temp-buffer' and set as unibyte.
9294         (ldap-search-basic): Set process buffer as unibyte.
9295
9296         * elmo-util.el (elmo-folder-identical-system-p):
9297         Eliminated name space checking.
9298
9299         * pldap.el: New module.
9300         toplevel: Changed condition to detect built-in ldap feature.
9301         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9302         (ldap-add): Added error handling.
9303         (ldap-modify): Ditto.
9304         (ldap-delete): Ditto.
9305
9306 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9307
9308         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9309         Initialize local variables with `let'.  Inline a temporary
9310         variable for the progress percentage.  Sort `setq' to reduce
9311         function call in the while-loop.
9312
9313         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9314         into the conditional branch.
9315
9316 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9317
9318         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9319         Move a conditional out of the while-loop.
9320
9321 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9322
9323         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9324         elmo-msgdb-overview-get-entity-by-number.
9325         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9326         throw.
9327
9328 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9329
9330         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9331         the local variable for a packed number self descriptively.
9332
9333 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9334
9335         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9336         * elmo-localdir.el (elmo-localdir-pack-number): Use
9337         `elmo-msgdb-overview-get-entity' instead of
9338         `elmo-msgdb-overview-get-entity-by-number'.
9339         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9340         (elmo-msgdb-search-overview-entity): Removed.
9341         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9342         by message-id or number.
9343         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9344         instead of `elmo-msgdb-overview-get-entity-by-number'.
9345
9346 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9347
9348         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9349         non-nil, use hash table for overview.
9350         (elmo-hash-maximum-size): New variable.
9351         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9352         (elmo-msgdb-make-overview-hashtb): New function.
9353         (elmo-msgdb-clear-overview-hashtb): New function.
9354         (elmo-clear-hash-val): New macro.
9355         All other related modules are changed.
9356
9357 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9358
9359         * elmo2.el (elmo-move-msgs): If there's other message with
9360         same message-id, don't use cache.
9361
9362 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9363
9364         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9365         number is already packed.
9366
9367 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9368
9369         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9370
9371 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9372
9373         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9374         All other related modules are changed.
9375
9376 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9377
9378         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9379         of refiling failure on Maildir.
9380
9381 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9382
9383         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9384         decoded mime-charset with cache.
9385         (elmo-msgdb-overview-entity-get-from): Ditto.
9386         (elmo-msgdb-overview-entity-get-subject): Ditto.
9387         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9388
9389 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9390
9391         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9392         (elmo-remove-passwd): Fill password with 0 before erase.
9393         * elmo-vars.el (elmo-passwd-life-time): New variable.
9394
9395 \f
9396 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9397
9398         * elmo-cache.el (elmo-buffer-cache-add):
9399         Set message cache buffer as unibyte.
9400
9401 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9402
9403         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9404         become nil.
9405
9406 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9409         when display is finished.
9410         (elmo-nntp-msgdb-create): Ditto.
9411         (elmo-nntp-groups-read-response): Ditto.
9412         (elmo-nntp-retrieve-headers): Ditto.
9413         (elmo-nntp-msgdb-create-message): Ditto.
9414         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9415         (elmo-pop3-msgdb-create-message): Ditto.
9416
9417 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9418
9419         * elmo-maildir.el (elmo-maildir-msgdb-create):
9420         Use `elmo-msgdb-sort-by-date'.
9421
9422 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9423
9424         * elmo2.el (elmo-read-msg-no-cache):
9425         Eliminated arguments after `outbuf'.
9426         Don't use cache even if it exists.
9427         (elmo-read-msg): Don't pass arguments after `outbuf' to
9428         `elmo-read-msg-no-cache'.
9429
9430 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9431
9432         * elmo-archive.el (elmo-archive-list-folders):
9433         Use `file-name-directory' if base folder does not exist.
9434
9435 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9436
9437         * elmo-archive.el (elmo-archive-list-folders): Don't use
9438         `file-name-directory'.
9439
9440 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9441
9442         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9443         If `force' is non-nil, try flushing all operation queues.
9444
9445 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9448         as-binary-process.
9449
9450 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9451
9452         * elmo-util.el (elmo-display-progress): Fixed.
9453
9454 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9455
9456         * elmo-util.el (elmo-display-progress): New function.
9457         All other related modules are changed.