Use `string-to-number' instead of `string-to-int'.
[elisp/wanderlust.git] / elmo / ChangeLog
1 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * modb.el (elmo-msgdb-match-condition-primitive): Use
4         `string-to-number' instead of `string-to-int'.
5
6         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
7         (elmo-msgdb-message-match-condition)
8         (elmo-msgdb-create-message-entity-from-buffer): Use
9         `string-to-number' instead of `string-to-int'.
10
11         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
12         instead of `string-to-int'.
13
14         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
15         instead of `string-to-int'.
16
17         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
18         `string-to-number' instead of `string-to-int'.
19
20         * elmo-nntp.el (elmo-nntp-make-msglist)
21         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
22         (elmo-nntp-create-msgdb-from-overview-string)
23         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
24         (elmo-nntp-search-primitive): Use `string-to-number' instead of
25         `string-to-int'.
26
27         * elmo-net.el (elmo-net-folder-set-parameters): Use
28         `string-to-number' instead of `string-to-int'.
29
30         * elmo-localdir.el (elmo-localdir-list-subr): Use
31         `string-to-number' instead of `string-to-int'.
32
33         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
34         `string-to-number' instead of `string-to-int'.
35
36         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
37         instead of `string-to-int'.
38
39         * elmo-archive.el (elmo-archive-list-folder-subr): Use
40         `string-to-number' instead of `string-to-int'.
41
42 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
43
44         * elmo-util.el (elmo-get-passwd): Fix typo.
45
46         * elmo-nntp.el (elmo-nntp-get-server-command)
47         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
48         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
49         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
50         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
51
52         * elmo-imap4.el (elmo-imap4-debug)
53         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
54         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
55         (elmo-imap4-response-value, elmo-imap4-response-error-text)
56         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
57         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
58         (elmo-imap4-identical-system-p): New backquote style.
59
60 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
61
62         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
63         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
64         (elmo-dop-queue-arguments): Ditto.
65
66         * elmo-date.el (elmo-match-substring): New backquote style.
67         (elmo-match-string, elmo-match-buffer): Ditto.
68         (elmo-date-make-sortable-string): Ditto.
69
70         * elmo-archive.el (elmo-archive-get-method):New backquote style.
71         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
72
73         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
74         style.
75
76         * elmo-net.el (elmo-network-stream-type-spec-string): New
77         backquote style.
78         (elmo-network-stream-type-symbol): Ditto.
79         (elmo-network-stream-type-feature): Ditto.
80         (elmo-network-stream-type-function): Ditto.
81         (elmo-network-session-buffer): Ditto.
82
83         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
84         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
85         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
86         (elmo-bind-directory, elmo-set-work-buf): Ditto.
87
88         * elmo.el (elmo-folder-send): New backquote style.
89
90 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
91
92         * pldap.el (ldap-static-if): New backquote style.
93         (ldap/ldif-safe-string-p): Ditto.
94         (ldap/ldif-insert-field): Ditto.
95
96         * elmo-version.el (elmo-version): Up to 2.15.6.
97
98 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
99
100         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
101         messages with \Deleted flag.
102         (elmo-folder-delete-messages-plugged): Ask before sending expunge
103         command if there are messages with \Deleted flag.
104
105 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
106
107         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
108         http://seclists.org/bugtraq/2007/Apr/0018.html
109         (Suggested by Tatsuya Kinoshita)
110
111 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
112
113         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
114         with \Noselect attribute.
115
116 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
117
118         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
119         hierarchical folder structure with UW-imapd.
120
121 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
124         when the LOGINDISABLED capability is advertised.
125
126 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
127
128         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
129
130 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
133         `entity'.
134         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
135         if the message entity is exists.
136
137 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * elmo-util.el (elmo-msgdb-insert-file-header): Call
140         `elmo-delete-cr-buffer'.
141
142         * elmo-localdir.el (elmo-message-fetch-internal): Use
143         `insert-file-contents-as-raw-text' instead of
144         `insert-file-contents-as-binary'.
145
146         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
147
148 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
149
150         * elmo-imap4.el (elmo-network-initialize-session): Check to
151         retrieve a whole greeting message.
152
153 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
156
157 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
160         (elmo-progress-notify): Use it instead of `plist-get'.
161
162 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * elmo.el (elmo-generic-folder-append-messages): Remove unused
165         variable `table'.
166
167 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * elmo-pipe.el (elmo-folder-set-plugged): Define.
170
171 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
174         (elmo-spam-list-spam-messages): Check it option.
175
176 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
177
178         * elmo-util.el (elmo-with-progress-display): Return the value
179         of the last form in `body'.
180
181 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
184         `elmo-progress-counter' as t when a query callback returns nil.
185         (elmo-progress-clear): New function.
186         (elmo-progress-done): Split into `elmo-progress-clear'.
187         (elmo-progress-notify): Update a total slot when it is nil.
188         (elmo-with-progress-display): Call `elmo-progress-clear' in
189         unwind-protect and move calling `elmo-progress-done' to outside.
190
191         * elmo-imap4.el (elmo-imap4-find-next-line): Call
192         `elmo-progress-notify' with :total parameter instead of
193         `elmo-progress-counter-set-total'.
194
195 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
196
197         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
198         Make it interactive.
199         (elmo-progress-start): Avoid updating `elmo-progress-counter'
200         when a query callback returns nil.  Return a progress counter
201         instead of t whenever a start callback was called.
202
203 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
206         (elmo-imap4-send-command): Use it.
207         (elmo-network-initialize-session): Ditto.
208         (elmo-network-setup-session): Ditto.
209         (elmo-folder-msgdb-create-plugged): Ditto.
210
211 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * elmo-util.el (elmo-progress-done): Fix a miss refer to
214         `elmo-progress-counter'.
215
216 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
217
218         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
219         (elsp-bsfilter-list-spam-filter): New function.
220         (elsp-bsfilter-start-list-spam): Ditto.
221         (elsp-bsfilter-read-list-spam): Ditto.
222         (elmo-spam-list-spam-messages): Use async process to display
223         progress message by each message.
224
225 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
226
227         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
228         of flushing previously inserted message contents.
229
230         * elmo-imap4.el (elmo-folder-search): Fix return value.
231
232 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
235         of reporter is enable or not.
236
237 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * elmo-util.el (elmo-list-bigger-diff): Abolish.
240         (elmo-display-progress): Ditto.
241         (elmo-progress-counter-alist): Ditto.
242         (elmo-progress-set): Ditto.
243         (elmo-progress-clear): Ditto.
244         (elmo-progress-counter-all-value): Rename to
245         `elmo-progress-counter-total'.
246         (elmo-progress-counter-format): Rename to
247         `elmo-progress-counter-action'.
248         (elmo-progress-counter): New internal variable.
249         (elmo-progress-callback-function): Ditto.
250         (elmo-progress-counter-label): New function.
251         (elmo-progress-counter-set-total): Ditto.
252         (elmo-progress-counter-set-action): Ditto.
253         (elmo-progress-call-callback): Ditto.
254         (elmo-progress-start): Ditto.
255         (elmo-progress-done): Ditto.
256         (elmo-progress-notify): Rewrite.
257         (elmo-with-progress-display): Remove first argument
258         `condition'. Add optional argument `var' in `spec'.
259
260         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
261         (elmo-display-retrieval-progress-threshold): Ditto.
262         (elmo-inhibit-display-retrieval-progress): Ditto.
263
264         * Replace all pair of `elmo-progress-set' and
265         `elmo-progress-clear' into `elmo-with-progress-display'.
266
267         * Replace to call `elmo-display-progress' into pair of
268         `elmo-progress-notify' and `elmo-with-progress-display'.
269
270         * elmo-version.el (elmo-version): Up to 2.15.5.
271
272 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
273
274         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
275         `cond'.
276
277 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
280         cleanup-forms [wl:14027].
281
282 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * elmo-flag.el (elmo-global-flag-set-internal): Use
285         `elmo-copy-file' by priority when the message is a file.
286
287 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
288
289         * elmo.el: Fix typo: disptch -> dispatch.
290
291 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * elmo.el (elmo-file-tag): New class.
294         (elmo-append-messages-disptch-table): New constant.
295         (elmo-folder-type-p): New function.
296         (elmo-folder-append-messages): Redefine as function.
297
298         * elmo-null.el (elmo-folder-append-messages): Renamed from
299         `elmo-folder-append-messages'.
300
301         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
302         (elmo-folder-append-messages-*-maildir): Renamed from
303         `elmo-folder-append-messages'.
304
305         * elmo-localdir.el (elmo-localdir-folder): Inherit
306         `elmo-file-tag'.
307         (elmo-folder-append-messages-*-localdir): Renamed from
308         `elmo-folder-append-messages'.
309
310         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
311         from `elmo-folder-append-messages'.
312
313         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
314         `elmo-folder-append-messages'.
315
316         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
317         function.
318         (elmo-folder-append-messages-*-filter): Ditto.
319
320         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
321
322         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
323         (elmo-folder-append-messages-*-pipe): Renamed from
324         `elmo-folder-append-messages'.
325
326         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
327
328         * elmo-file.el (elmo-file-folder): Ditto.
329
330         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
331
332         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
333         from `elmo-folder-append-messages'
334
335 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * elmo-map.el (elmo-location-map-setup): Change an argument
338         `locations' to optional.
339         (elmo-location-map-clear): Abolish.
340         (elmo-folder-clear): Follow the API change.
341
342         * elmo-pop3.el (elmo-folder-clear): Ditto.
343
344         * elmo-pop3.el (toplevel): Require elmo-map.
345         (elmo-pop3-folder): Inherit elmo-location-map and abolish
346         location-alist slot (All other related portions are changed).
347         (elmo-pop3-folder-use-uidl): New function.
348         (elmo-folder-msgdb-create): Don't sort message entities.
349         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
350         (elmo-pop3-number-to-size): Convert return value to number.
351         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
352         working buffer.
353
354         * elmo-map.el: Use `location-map' as a variable name for instance
355         instead of `mapper'.
356         (elmo-location-map-setup): Return location alist.
357         (elmo-location-map-update): Ditto.
358
359 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * elmo-map.el (elmo-location-map): New class; split location and
362         number mapping from elmo-map-folder (All other related portions
363         are changed).
364
365         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
366         change.
367
368         * elmo-version.el (elmo-version): Up to 2.15.4.
369
370 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * elmo-vars.el (elmo-use-hardlink): New user option.
373
374         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
375         `elmo-use-hardlink'.
376
377         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
378         killed-list.
379         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
380         instead of `*-internal'. Use `elmo-with-progress-display'.
381
382 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
385         `elmo-spam-process-messages-as-mbox'.
386
387         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
388
389 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
392         argument BUFFER of `call-process'.
393
394 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
397         args.
398         (elsp-bsfilter-list-spam-files): Ditto.
399
400 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
403         (elmo-spam-bsfilter-max-messages-per-process): New use option.
404         (elmo-spam-bsfilter-debug): Fix a group.
405         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
406         `--homedir'.
407         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
408         (elsp-bsfilter-list-spam-files): New function.
409         (elmo-spam-list-spam-messages): Define.
410         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
411         (elmo-spam-bsfilter-register-messages): New function.
412         (elmo-spam-register-spam-messages): Define.
413         (elmo-spam-register-good-messages): Ditto.
414
415         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
416
417         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
418         `nconc' and `consp'.
419
420 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
423         hash table to test whether a location is exists.
424
425 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
428         even if some error occurred.
429
430         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
431         meaningless unwind-protect.
432
433         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
434         start-number correctly.
435         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
436         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
437
438 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
441         (elmo-folder-initialize): Use it.
442         (elmo-global-flag-replace-referrer): New function.
443
444         * elmo.el (toplevel): Added autoload setting for
445         `elmo-global-flag-replace-referrer'.
446         (elmo-folder-rename): Rewrite the last change use
447         `elmo-global-flag-replace-referrer'.
448
449         * elmo-pipe.el (elmo-folder-rename): Call
450         `elmo-global-flag-replace-referrer'.
451
452 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * elmo.el (elmo-folder-rename): Set meta data for global flags
455         follow the rename.
456
457 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
460         as 'not-loaded.
461         (elmo-folder-close): Ditto.
462         (elmo-filter-folder-number-list-loaded-p): New function.
463         (elmo-filter-folder-number-list): Check whether loaded or not.
464         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
465         of `elmo-filter-folder-number-list-internal'.
466         (elmo-folder-delete-messages): Ditto.
467         (elmo-folder-length): Check whether number-list is loaded or not.
468
469 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
472         field `real field' into each element of list.
473         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
474         (elmo-msgdb-message-entity-field): Ditto.
475         (modb-entity-ml-info-real-fields): New function.
476
477         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
478
479         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
480         `elmo-msgdb-extra-fields'.
481
482 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * elmo-util.el (elmo-passwd-alist-load): Move point to min
485         position before read.
486
487 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
490         (elmo-global-flags-initialize): Ditto.
491
492 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * elmo-archive.el (toplevel): Don't require emu, std11
495         and elmo-localdir.
496
497         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
498         definition.
499
500 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * elmo.el (elmo-folder-confirm-appends): Display folder name.
503
504 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
505
506         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
507         literals.
508
509 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
510
511         * elmo-maildir.el (elmo-maildir-list-location): Reduce
512         `elmo-get-last-modification-time' call.
513
514 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
517         expression.
518         (elmo-maildir-set-mark): Ditto.
519         (elmo-maildir-delete-mark): Ditto.
520
521 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
524         optional argument `separators'.
525
526 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * elmo.el (cache-changed): Abolish.
529         (status-changed): New signal.
530         (elmo-message-killed-p): New generic function and define for
531         elmo-folder.
532         (elmo-folder-recover-messages): Ditto.
533         (elmo-message-set-cached): Emit signal `status-changed' instead of
534         `cache-changed'.
535         (elmo-message-status): New macro.
536         (elmo-message-status-folder): Ditto.
537         (elmo-message-status-number): Ditto.
538         (elmo-message-status-set-flags): Ditto.
539         (elmo-message-status-set-killed): Ditto.
540         (elmo-message-status-flags): New function.
541         (elmo-message-status-cached-p): Ditto.
542         (elmo-message-status-killed-p): Ditto.
543
544         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
545         `status-changed' instead of `cache-changed'.
546         (elmo-folder-recover-messages): Define.
547         (elmo-message-killed-p): Ditto.
548
549         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
550         `status-changed' instead of `cache-changed'.
551
552         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
553         (elmo-message-killed-p): Define.
554         (elmo-folder-recover-messages): Ditto.
555
556         * elmo-version.el (elmo-version): Up to 2.15.3.
557
558 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * elmo-signal.el (elmo-signal-bindings): Use cons to append
561         element into list.
562         (elmo-define-signal-handler): Add docstring.
563         (elmo-define-signal-filter): Ditto.
564
565         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
566
567 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * elmo-util.el (elmo-flatten): Don't use recursive call.
570
571         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
572         assignment.
573         (elmo-folder-message-make-temp-files): Use `number-to-string'
574         instead of `int-to-string'.
575
576 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * elmo-search.el (elmo-folder-delete-messages): Define.
579
580 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
583         customization type.
584         (elmo-mailing-list-count-spec-list): Ditto.
585
586         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
587         for `list-id'.
588
589 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
592         handling.
593
594 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
597         (elmo-mailing-list-count-spec-list): Ditto.
598
599         * elmo-util.el (elmo-map-until-success): New function.
600         (elmo-string-match-substring): Ditto.
601         (elmo-find-list-match-value): Ditto.
602
603         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
604         Removed.
605         (modb-entity-extract-ml-info-from-subject): Ditto.
606         (modb-entity-extract-ml-info-from-return-path): Ditto.
607         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
608         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
609         (modb-entity-extract-ml-info-from-mailman): Ditto.
610         (modb-entity-extract-mailing-list-info-functions): Ditto.
611         (modb-entity-extract-mailing-list-info): Rewrite with
612         `elmo-find-list-match-value'.
613
614 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * elmo-net.el (elmo-network-session-retry-count): New user option.
617         (elmo-network-session-buffer-name): New internal function.
618         (elmo-network-session-buffer-create): Ditto.
619         (elmo-network-open-session): Retry open network session
620         `elmo-network-session-retry-count' times.
621
622 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
623
624         * elmo-util.el (elmo-list-filter): Rewritten.
625
626 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * elmo-util.el (elmo-string-member): Allow symbol element in list.
629
630 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * elmo-search.el (elmo-make-search-engine): Use prefix
633         `elmo-search-' for require symbol instead of `else-'.
634         (elmo-search-engine-extprog): New class.
635         (elmo-search-engine-do-search): Remove nil from argument
636         list. Added argument pattern to evaluate element as function.
637         (elmo-search-engine-local-file): Derived from
638         `elmo-search-engine-extprog'.
639         (elmo-search-engine-create-message-entity): Check existance of file.
640         (elmo-search-engine-fetch-message): Ditto.
641         (elmo-search-namazu-index): Follow the API change.
642         (elmo-search-grep-target): Ditto.
643
644 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
647         characters of working buffer.
648
649         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
650         Does not bind `default-mime-charset'.
651         (elmo-msgdb-create-message-entity-from-buffer): Removed
652         unnecessary local bind.
653
654         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
655         function.
656         (modb-entity-extract-mailing-list-info-functions): Added it.
657
658 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
659
660         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
661         when number and message-id are non-nil.
662
663         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
664
665         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
666         conditional steatment.
667         (elmo-pop3-auth-apop): Likewise.
668         (elmo-network-authenticate-session): Likewise.
669
670 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
673         symbol `fill-column'.
674         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
675         decode field value.
676
677         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
678         (elmo-decoded-field-body): Ditto.
679
680 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
683         `tokens' to `params'.
684
685 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
688         working buffer.
689
690 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
693         decide index.
694
695 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
698         Set default value as nil.
699         (toplevel): Register search engines by
700         `elmo-search-register-engine' if there are not defined.
701
702         * elmo.el (autoload): Added autoload setting for
703         `elmo-search-register-engine'.
704
705 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * elmo.el (toplevel): `[' is redefined as the prefix of the search
708         folder instead of nmz folder.
709         (elmo-nmz-default-index-path): Added obsolete variable setting.
710         (elmo-nmz-index-alias-alist): Ditto.
711         (elmo-nmz-use-drive-letter): Ditto.
712
713         * elmo-search.el (elmo-search-register-engine): New function.
714
715         * elmo-nmz.el: Removed.
716
717         * elmo-version.el (elmo-version): Up to 2.15.2.
718
719 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * elmo-search.el: New file.
722
723 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
726         condition `larger' and `smaller'.
727
728 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * elmo-util.el (elmo-safe-filename): Rewrite to replace
731         `"' (double quote) into "_Q_".
732
733 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * elmo-net.el (elmo-net-quote-chars): Abolish.
736         (elmo-net-format-quoted): Ditto.
737
738 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
739
740         * elmo.el (elmo-get-folder-function): New variable.
741         (elmo-get-folder): New function.
742         (elmo-folder-rename): Call `elmo-make-folder' with specified
743         mime-charset.
744
745         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
746         `elmo-make-folder'.
747         (elmo-split-subr): Ditto.
748
749         * elmo-multi.el (elmo-folder-initialize): Ditto.
750
751         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
752
753         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
754         (elmo-flag-get-folder): Ditto.
755
756         * elmo-filter.el (elmo-folder-initialize): Ditto.
757
758         * elmo-access.el (elmo-folder-initialize): Ditto.
759         (elmo-access-folder-update-children): Ditto.
760
761         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
762         (elmo-dop-queue-flush): Ditto.
763         (elmo-folder-append-buffer-dop-delayed): Ditto.
764         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
765         mime-charset.
766
767         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
768         instead of `elmo-make-folder'.
769         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
770         destination folder instead of send `elmo-folder-rename-internal'.
771
772         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
773         slot of subfolder instead of create it.
774
775 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * elmo-util.el (elmo-collect-separators): New function.
778         (elmo-collect-separators-internal): Ditto.
779         (elmo-collect-trail-separators): Ditto.
780         (elmo-parse-separated-tokens): Ditto.
781         (elmo-parse-separated-tokens-internal): Ditto.
782         (elmo-quote-syntactical-element): Ditto.
783
784         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
785         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
786
787         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
788         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
789         (elmo-nntp-folder-list-subfolders): Quote a user name.
790
791         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
792         (elmo-net-parse-network): Abolish.
793         (elmo-net-folder-set-parameters): New function.
794         (elmo-folder-initialize): Follow the above change.
795
796         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
797         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
798         (elmo-folder-list-subfolders): Use
799         `elmo-quote-syntactical-element' instead of
800         `elmo-net-format-quoted' to quote mailbox and user name.
801
802 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * elmo-util.el (elmo-token-valid-p): New function.
805         (elmo-parse-token): Add optional argument `requirement'.
806         (elmo-parse-prefixed-element): Likewise.
807
808         * elmo-net.el (elmo-net-quote-chars): Renamed from
809         `elmo-net-quote-chars-regexp'.
810         (elmo-net-format-quoted): Add optional argument `extra-chars'.
811
812         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
813         by info document. Check token `uidl' is started an alphabet.
814
815         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
816         by info document. Check token `user' is started an alphabet.
817
818         * elmo-imap4.el (elmo-folder-initialize): Ditto.
819         (elmo-folder-list-subfolders): Quote user.
820
821 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * elmo-util.el (elmo-quoted-specials-list): New constant.
824         (elmo-quoted-token): New function.
825
826         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
827         (elmo-net-format-quoted): New function.
828         (elmo-net-parse-network): Ditto.
829         (elmo-folder-initialize): Use it.
830
831         * elmo-nntp.el (elmo-folder-initialize): Use
832         `elmo-net-parse-network' to parse network specification instead of
833         `elmo-folder-initialize#elmo-net'.
834
835         * elmo-pop3.el (elmo-folder-initialize): Ditto.
836
837         * elmo-imap4.el (elmo-folder-initialize): Ditto.
838         (elmo-folder-list-subfolders): Quote folder name by
839         `elmo-net-format-quoted'.
840
841 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
844         (elmo-folder-search): Use it.
845
846 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * modb-standard.el (modb-standard-loaded-message-id): Use
849         `elmo-msgdb-message-entity-field'.
850
851 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
854         without filename.
855
856 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * elmo-util.el (elmo-set-auto-coding): New function.
859         (elmo-object-load): Use it.
860
861 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
864         (elmo-time<): Define as alias of `elmo-time-less-p'.
865         (elmo-time-to-datevec): New function.
866
867         * elmo-date.el (elmo-time-to-days): New function.
868
869 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
872         is not cons cell.
873
874 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
877         parenthesis.
878
879         * elmo-util.el (elmo-map-recursive): New function.
880
881         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
882         (modb-entity-encode-string-recursive): Ditto.
883
884 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
885
886         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
887         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
888         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
889         compare sequence number when last modified time is nil.
890
891 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
892
893         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
894
895         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
896
897 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
898
899         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
900         modification time of the file.
901
902 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * elmo-util.el (elmo-condition-optimize): Discriminated against
905         preserved fields, extra fields and the other weight.
906
907 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * modb-entity.el (initialize-instance): Define.
910         (modb-entity-handler-mime-charset): New internal function.
911         (modb-standard-entity-set-field): Use it.
912         (elmo-msgdb-message-entity-field): Ditto.
913         (elmo-msgdb-message-entity-field): Ditto.
914
915         * modb.el (elmo-msgdb-match-condition): Rewrite with
916         `elmo-condition-match'.
917         (elmo-msgdb-match-condition-primitive): New function.
918
919         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
920         arguments `flags' and `numbers'.
921         (elmo-msgdb-match-condition-primitive): Abolished (merged to
922         `elmo-msgdb-message-match-condition').
923         (modb-buffer-entity-handler): New class.
924
925         * elmo.el (elmo-folder-search): Optimize condition to use
926         `elmo-condition-optimize'.
927         (elmo-message-buffer-match-condition): New function.
928         (elmo-message-match-condition): Use
929         `elmo-message-buffer-match-condition' instead of
930         `elmo-buffer-field-condition-match'.
931
932         * elmo-util.el (elmo-condition-match): New function.
933         (elmo-condition-optimize): Ditto.
934         (elmo-buffer-field-primitive-condition-match): Abolish.
935         (elmo-buffer-field-condition-match): Ditto.
936
937         * elmo-archive.el (elmo-archive-field-condition-match): Use
938         `elmo-message-buffer-match-condition' instead of
939         `elmo-buffer-field-condition-match'.
940
941 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * elmo-flag.el (elmo-global-flags-initialize): Check the
944         existence of the flag directory.
945
946 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * elmo-access.el (elmo-folder-initialize): Call
949         `elmo-multi-connect-signals'.
950
951         * elmo-pipe.el (elmo-folder-close): Define.
952
953         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
954         children folders.
955
956         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
957         with target folder.
958
959         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
960         `number'.
961
962         * elmo-multi.el (elmo-message-entity): Don't use return value of
963         `elmo-message-entity-set-number'.
964
965 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * modb.el (modb-generic): Added slot `mime-charset'.
968
969         * modb-standard.el (modb-standard): Added slot `overview-handler'.
970         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
971         and `modb-entity-handler-dump-parameters'.
972         (modb-standard-default-entity-handler): Abolish.
973         (elmo-msgdb-message-entity-handler): Save created handler by
974         instance slot.
975
976         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
977         (modb-entity-handler-list-parameters): New method.
978         (modb-entity-handler-equal-p): New function.
979         (modb-entity-handler-dump-parameters): Ditto.
980         (modb-entity-parse-address-string): Encode return value.
981         (modb-entity-make-address-string): Decode argument value.
982         (modb-entity-decode-string-recursive): New function.
983         (modb-entity-encode-string-recursive): Ditto.
984         (modb-standard-entity-normalizer): Set to encode field value.
985         (modb-standard-entity-specializer): Follow the above change.
986         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
987         mime-charset of handler.
988         (elmo-msgdb-message-entity-field): Ditto.
989         (elmo-msgdb-copy-message-entity): Fixed reference to internal
990         structure.
991         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
992
993         * elmo.el (elmo-folder): Added slot `mime-charset'.
994         (elmo-make-folder): Added argument `mime-charset'.
995         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
996         `mime-charest'.
997
998         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
999         (elmo-make-msgdb): Likewise.
1000
1001         * elmo-internal.el (elmo-internal-folder-initialize): Call
1002         `luna-make-entity' with :mime-charset parameter.
1003
1004 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1005
1006         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1007         encoded words in `from' and `subject' field.
1008
1009 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1012         (elmo-msgdb-match-condition): Get handler from entity instead of
1013         msgdb.
1014
1015         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1016         (modb-standard-load-entity): Treat new file format.
1017         (modb-standard-save-entity-1): Save as new file format.
1018         (modb-standard-save-entity): Split messages into section here.
1019         (elmo-msgdb-message-field): Follow the API change.
1020         (modb-standard-default-entity-handler): New internal variable.
1021         (elmo-msgdb-message-entity-handler): Define.
1022
1023         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1024         to `elmo-vars.el'.
1025         (modb-entity-field-extractor-alist): New user option.
1026         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1027         added argument `type'.
1028         (elmo-msgdb-copy-message-entity): Add optional argument
1029         `make-handler'.
1030         (modb-set-field-converter): New function.
1031         (modb-convert-field-value): Ditto.
1032         (modb-entity-string-decoder): Ditto.
1033         (modb-entity-string-encoder): Ditto.
1034         (modb-entity-parse-date-string): Ditto.
1035         (modb-entity-make-date-string): Ditto.
1036         (modb-entity-mime-decoder): Ditto.
1037         (modb-entity-mime-encoder): Ditto.
1038         (modb-entity-address-list-decoder): Ditto.
1039         (modb-entity-address-list-encoder): Ditto.
1040         (modb-entity-parse-address-string): Ditto.
1041         (modb-entity-make-address-string): Ditto.
1042         (modb-entity-create-field-indices): Ditto.
1043         (modb-legacy-entity-field-slots): New constant.
1044         (modb-legacy-entity-field-indices): Ditto.
1045         (modb-legacy-entity-normalizer): New variable.
1046         (modb-legacy-entity-specializer): Ditto.
1047         (modb-legacy-entity-field-index): New macro.
1048         (modb-legacy-entity-set-field): New function.
1049         (modb-legacy-make-message-entity): Rewrite.
1050         (elmo-msgdb-create-message-entity-from-buffer): Use
1051         `elmo-msgdb-get-references-from-buffer'. Use
1052         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1053         Use `modb-legacy-entity-set-field' instead of
1054         `elmo-msgdb-message-entity-set-field'.
1055         (elmo-msgdb-message-entity-field): Rewrite.
1056         (elmo-msgdb-message-entity-set-field): Ditto.
1057         (elmo-msgdb-copy-message-entity): Make new entity by
1058         `make-handler' if it specified.
1059         (elmo-msgdb-message-match-condition): Define a method of
1060         `modb-entity-handler' and follow the API change.
1061         (modb-standard-entity-handler): New class.
1062         (modb-entity-extract-ml-info-from-x-sequence): New function.
1063         (modb-entity-extract-ml-info-from-subject): Ditto.
1064         (modb-entity-extract-ml-info-from-return-path): Ditto.
1065         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1066         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1067         (modb-entity-extract-mailing-list-info): Ditto.
1068         (modb-entity-extract-mailing-list-info-functions): New variable.
1069
1070         * elmo.el (elmo-message-field): Add optional argument `type'.
1071
1072         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1073         from `modb-entity.el'.
1074
1075         * elmo-util.el (elmo-object-load): Decode by coding-system from
1076         `set-auto-coding-function'.
1077         (elmo-object-save): Use `detect-mime-charset-region' and add
1078         coding cookie if encode.
1079         (elmo-msgdb-get-references-from-buffer): New function.
1080         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1081
1082         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1083
1084         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1085         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1086         instead of `shimbun-make-header' and follow the API change.
1087         (elmo-shimbun-update-overview): Follow the API change.
1088         (elmo-map-folder-list-message-locations): Ditto.
1089
1090         * elmo-pipe.el (elmo-message-field): Ditto.
1091
1092         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1093         Ditto.
1094
1095         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1096
1097         * elmo-multi.el (elmo-message-field): Ditto.
1098
1099         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1100         (elmo-msgdb-sort-by-date): Ditto.
1101         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1102         `elmo-message-entity-field'.
1103         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1104         change.
1105         (elmo-msgdb-overview-entity-get-from): Ditto.
1106         (elmo-msgdb-overview-entity-get-subject): Ditto.
1107         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1108         (elmo-msgdb-overview-entity-get-date): Ditto.
1109         (elmo-msgdb-overview-entity-get-to): Ditto.
1110         (elmo-msgdb-overview-entity-get-cc): Ditto.
1111
1112         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1113         (elmo-mime-collect-message/partial-pieces): Ditto.
1114
1115         * elmo-filter.el (elmo-message-field): Ditto.
1116
1117         * elmo-date.el (elmo-datevec-to-time): New function.
1118         (elmo-time-parse-date-string): Ditto.
1119         (elmo-time-make-date-string): Ditto.
1120         (elmo-time<): Ditto.
1121
1122         * elmo-version.el (elmo-version): Up to 2.15.1.
1123
1124 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1125
1126         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1127         member of elmo-local-flags.
1128
1129 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1130
1131         * elmo-version.el (elmo-version): Up to 2.15.0.
1132
1133 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1136         `ignore-msgdb' is non-nil.
1137
1138 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1141         (elmo-condition-in-msgdb-p): Ditto.
1142         (elmo-file-field-primitive-condition-match): Ditto.
1143         (elmo-file-field-condition-match): Ditto.
1144
1145         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1146
1147 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1148
1149         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1150         subdirectories here.
1151         (elmo-global-flags-initialize): New function.
1152
1153         * elmo.el (toplevel): Added autoload setting for
1154         `elmo-global-flags-initialize'.
1155
1156 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * elmo.el (message-number-changed): Define new signal.
1159         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1160         message-number-changed signal.
1161         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1162         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1163         Respect `elmo-pack-number-check-strict'.
1164
1165 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * elmo-signal.el (elmo-connect-signal): Document.
1168         (elmo-emit-signal): Ditto.
1169         (elmo-emit-signal): It should pass source argument to filter and
1170         handler, not slot-source.
1171
1172 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1173
1174         * modb.el (elmo-msgdb-update-entity): New API and define generic
1175         implement.
1176
1177         * modb-standard.el (elmo-msgdb-update-entity): Define.
1178
1179         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1180         API and define generic implement.
1181
1182         * elmo.el (update-overview): New singnal.
1183
1184         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1185         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1186         (elmo-message-entity-parent): Define.
1187
1188         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1189         `update-overview'.
1190
1191         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1192
1193         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1194
1195 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * elmo.el (elmo-folder-synchronize): Sort the return value of
1198         `elmo-list-diff'.
1199
1200         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1201         list.
1202
1203 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1204
1205         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1206         `default-enable-multibyte-characters'.
1207         (elmo-object-load): Use `with-temp-buffer' instead of
1208         `elmo-set-work-buf'.
1209         (elmo-object-save): Ditto.
1210         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1211         `elmo-set-work-buf'.
1212         (elmo-decoded-field-body): Ditto.
1213
1214         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1215
1216         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1217         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1218
1219         * elmo-version.el (elmo-version): Up to 2.13.3.
1220
1221 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1222
1223         * elmo-util.el (elmo-list-diff): Fix the last change.
1224         Reverse order of result lists.
1225
1226 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1227
1228         * modb-standard.el (elmo-msgdb-set-flag): Use
1229         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1230         (elmo-msgdb-unset-flag): Ditto.
1231
1232         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1233         `elmo-list-diff'.
1234
1235         * elmo-util.el (elmo-list-diff): Rewrite.
1236         (elmo-list-diff-nonsortable): New function.
1237
1238 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1239
1240         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1241         `elmo-multibypte-buffer-name'.  All referers are updated.
1242
1243 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1246         (elmo-mime-entity-fragment-p): New function.
1247         (mime-elmo-buffer-entity): Added slot `reassembled'.
1248         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1249         (elmo-message-mime-entity-internal): New function (renamed from
1250         `elmo-message-mime-entity').
1251         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1252         (elmo-mime-make-reassembled-mime-entity): New function.
1253         (elmo-message-reassembled-mime-entity): Ditto.
1254         (elmo-mime-collect-message/partial-pieces): Ditto.
1255
1256 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1259
1260         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1261         (elmo-with-enable-multibyte): New macro.
1262
1263         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1264
1265 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1268         argument `number'.
1269         (elmo-filter-connect-signals): Follow the above change.
1270
1271 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1274
1275         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1276         that only the first flag is used.
1277
1278 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1279
1280         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1281         if available.
1282
1283 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * elmo-signal.el: New file.
1286
1287         * elmo.el (toplevel): Require elmo-signal.
1288         (flag-changing, flag-changed, cache-changed): New signal.
1289         (elmo-folder): Remove slog `handlers'.
1290         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1291         `elmo-folder-notify-event'.
1292         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1293         (elmo-folder-unset-flag): Ditto.
1294         (elmo-event-handler): Abolish.
1295         (elmo-event-handler-flag-changed): Ditto.
1296         (elmo-event-handler-cache-changed): Ditto.
1297         (elmo-folder-add-handler): Ditto.
1298         (elmo-folder-remove-handler): Ditto.
1299         (elmo-folder-notify-event): Ditto.
1300
1301         * elmo-pipe.el (toplevel): Require elmo-signal.
1302         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1303         (elmo-pipe-connect-signals): New function.
1304         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1305         (elmo-folder-set-flag): Ditto.
1306         (elmo-folder-unset-flag): Ditto.
1307         (elmo-message-set-cached): Ditto.
1308
1309         * elmo-multi.el (toplevel): Require elmo-signal.
1310         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1311         (elmo-multi-connect-signals): New function.
1312         (elmo-multi-map-numbers): Ditto.
1313         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1314         (elmo-message-fetch): Ditto.
1315         (elmo-folder-set-flag): Ditto.
1316         (elmo-folder-unset-flag): Ditto.
1317
1318         * elmo-filter.el (toplevel): Require elmo-signal.
1319         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1320         (elmo-filter-connect-signals): New function.
1321         (elmo-filter-add-flag-count): Ditto.
1322         (elmo-message-fetch): Does not call
1323         `elmo-filter-folder-countup-message-flags' and
1324         `elmo-folder-notify-event'.
1325         (elmo-message-set-cached): Ditto.
1326         (elmo-folder-set-flag): Ditto.
1327         (elmo-folder-unset-flag): Ditto.
1328
1329         * elmo-version.el (elmo-version): Up to 2.13.2.
1330
1331 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1334         `flags'.
1335
1336 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * elmo-filter.el (elmo-message-set-cached): Call
1339         `elmo-folder-notify-event' with event `cache-changed'.
1340
1341         * elmo-multi.el (elmo-message-set-cached): Ditto.
1342
1343         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1344
1345 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1346
1347         * elmo.el (elmo-folder-encache): Abolish.
1348
1349 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1352         (elmo-folder-next-message-number-dop): Return appropriate negative
1353         integer.
1354
1355 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1356
1357         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1358         clearing pending operations.
1359         (elmo-folder-next-message-number-dop): Return appropriate negative
1360         integer.
1361
1362 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * elmo.el (toplevel): Added autoload setting for `md5'.
1365         (elmo-msgdb-path-encode-threshold): New user option.
1366         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1367         longer than `elmo-msgdb-path-encode-threshold'.
1368
1369         * elmo-flag.el (elmo-global-mark-migrate): Use
1370         `elmo-folder-expand-msgdb-path' instead of
1371         `elmo-folder-msgdb-path'.
1372
1373 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1376         element of the difference is nil.
1377
1378 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1381         to the check logic of file systems which are weak in colon character.
1382
1383 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1386
1387 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1388
1389         * elmo-maildir.el (elmo-maildir-move-file): New function.
1390         (elmo-folder-append-buffer): Use it.
1391         (elmo-folder-append-messages): Ditto.
1392         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1393
1394         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1395         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1396
1397         * elmo-maildir.el (elmo-maildir-separator): New user option.
1398         (elmo-maildir-adjust-separator): New macro.
1399         (elmo-maildir-list-location): Use it.
1400         (elmo-maildir-update-current): Ditto.
1401         (elmo-maildir-set-mark): Ditto.
1402         (elmo-maildir-delete-mark): Ditto.
1403         (These changes are based on Hiroya Murata's patch [wl: 13437])
1404
1405 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1408
1409 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1412         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1413         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1414
1415 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1416
1417         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1418         Use `with-temp-buffer'.
1419
1420 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1423
1424         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1425         `wl-read-search-condition').
1426         (elmo-read-search-condition-internal): Likewise.
1427
1428         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1429         (elmo-flag-valid-p): New function.
1430         (elmo-folder-initialize): Check flag name is valid.
1431
1432 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1433
1434         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1435         delimiter to obtain root mailbox itself.
1436
1437 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1438
1439         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1440         type mismatch.
1441
1442 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1445         as t.
1446
1447 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * elmo-shimbun.el (toplevel): Require cl at compile.
1450
1451         * elmo-nntp.el (toplevel): Ditto.
1452
1453         * elmo-nmz.el (toplevel): Ditto.
1454
1455         * elmo-multi.el (toplevel): Ditto.
1456
1457         * elmo-file.el (toplevel): Ditto.
1458
1459         * elmo-dop.el (toplevel): Ditto.
1460
1461         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1462
1463 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1464
1465         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1466         as nil.
1467
1468         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1469         size of elmo-message-fetch-internal is 0 byte.
1470
1471 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1474
1475 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1476
1477         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1478         always plugged.
1479
1480 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * elmo-maildir.el (elmo-map-message-fetch): Call
1483         `elmo-map-folder-set-flag'.
1484
1485         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1486         (elmo-message-fetch): Merge from
1487         `elmo-message-fetch-with-cache-process'.
1488
1489         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1490         (elmo-message-fetch): Define.
1491
1492         * elmo-nntp.el (elmo-message-fetch): Renamed from
1493         `elmo-message-fetch-with-cache-process'.
1494
1495         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1496         (elmo-message-fetch): Define.
1497
1498         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1499         search-key.
1500
1501         * elmo-shimbun.el (shimbun-mua-search-id): Use
1502         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1503         (elmo-shimbun-folder-shimbun-header): Ditto.
1504         (elmo-shimbun-get-headers): Ditto.
1505         (elmo-shimbun-update-overview): Ditto.
1506
1507         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1508
1509         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1510         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1511
1512 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1513
1514         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1515         message is cached.
1516         (elmo-message-fetch-string): Fixed argument.
1517
1518 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1519
1520         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1521         exchange order of arguments `section' and `unread'.
1522         (elmo-message-encache): Follow the API change.
1523         (elmo-message-match-condition): Ditto.
1524         (elmo-generic-folder-append-messages): Ditto.
1525         (elmo-message-fetch-string): New function.
1526
1527         * elmo-split.el (elmo-split-subr): Ditto.
1528
1529         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1530
1531         * elmo-pipe.el (elmo-message-fetch): Ditto.
1532
1533         * elmo-multi.el (elmo-message-fetch): Ditto.
1534
1535         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1536
1537         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1538
1539         * elmo-filter.el (elmo-message-fetch): Ditto.
1540
1541         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1542
1543         * elmo-imap4.el (mime-imap-location-section-body): Use
1544         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1545         follow the API change.
1546
1547 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1548
1549         * elmo-access.el: New file.
1550
1551         * elmo-null.el: Ditto.
1552
1553         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1554
1555 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1556
1557         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1558         (elmo-network-session): New attribute `last-accessed'.
1559         (elmo-network-get-session): Discard network cache if elapsed time
1560         since last-accessed is larger than elmo-network-session-idle-timeout.
1561
1562 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1565         and added `number', `require-entireness'.
1566         (elmo-find-fetch-strategy): Rewrite.
1567         (elmo-message-fetch): Unset `unread' flag when argument unread is
1568         non-nil.
1569
1570         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1571
1572         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1573         (elmo-message-fetch): Notify event `flag-changed'.
1574
1575         * elmo-pipe.el: Likewise.
1576
1577         * elmo-mime.el (elmo-mime-entity): New class.
1578         (elmo-mime-entity-display-p): New generic function.
1579         (elmo-mime-entity-display): Ditto.
1580         (elmo-mime-entity-display-as-is): Ditto.
1581         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1582         elmo-mime-entity.
1583         (elmo-make-mime-message-location): Removed.
1584         (elmo-mime-message-display): Ditto.
1585         (elmo-mime-display-as-is): Ditto.
1586         (elmo-message-mime-entity): New function.
1587
1588         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1589
1590         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1591         change.
1592         (elmo-message-fetch): Re-count flagged message number and notify
1593         event `flag-changed'.
1594
1595         * elmo-version.el (elmo-version): Up to 2.13.1.
1596
1597 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * elmo-filter.el (elmo-message-field): Define.
1600         (elmo-message-set-field): Ditto.
1601
1602 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1603
1604         * elmo.el (elmo-message-set-cached): Call
1605         `elmo-folder-notify-event' with cache-changed.
1606         (elmo-event-handler-cache-changed): New generic function.
1607
1608 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1611         instead of elmo-add-name-to-file.
1612         (elmo-folder-append-messages): Ditto.
1613
1614 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1615
1616         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1617
1618 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1619
1620         * elmo-version.el (elmo-version): Up to 2.13.0.
1621
1622         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1623         `auto'.
1624
1625         * modb-standard.el (modb-standard-economize-entity-size): Changed
1626         default value to `t'.
1627
1628         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1629         `standard'.
1630
1631         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1632         after parsing greeting string.
1633
1634 2004-11-23  Daishi Kato <daishi@axlight.com>
1635
1636         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1637         New user option.
1638         (elmo-spam-spamoracle-call): Use it.
1639
1640 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1641
1642         * elmo.el (elmo-message-accessible-p): Message in dop spool
1643         is accessible.
1644
1645 2004-11-23  Daishi Kato <daishi@axlight.com>
1646
1647         * elsp-spamoracle.el: New file.
1648
1649 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * elmo.el (elmo-message-flags-for-append): New function.
1652         (elmo-generic-folder-append-messages): Use it.
1653
1654         * elmo-split.el (elmo-split-subr): Ditto.
1655
1656         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1657         `flags' and use elmo-folder-append-buffer instead of
1658         write-region-as-binary.
1659         (elmo-dop-filter-pending-messages): New function.
1660         (elmo-folder-append-buffer-dop): Call
1661         elmo-dop-spool-folder-append-buffer with `flag'.
1662         (elmo-folder-set-flag-dop): Filter messages by
1663         elmo-dop-filter-pending-messages.
1664         (elmo-folder-unset-flag-dop): Ditto.
1665         (elmo-folder-append-buffer-dop-delayed): Use
1666         elmo-message-flags-for-append to get flags of the message and
1667         simplify.
1668
1669 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1670
1671         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1672
1673 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1674
1675         * elmo.el (elmo-folder): Added handlers slot.
1676         (elmo-event-handler): New class.
1677         (elmo-event-handler-flag-changed): New API.
1678         (elmo-folder-add-handler): New function.
1679         (elmo-folder-remove-handler): Ditto.
1680         (elmo-folder-notify-event): Ditto.
1681         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1682         `flag-changed'.
1683         (elmo-folder-unset-flag): Ditto.
1684
1685         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1686         (elmo-folder-unset-flag): Ditto.
1687
1688         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1689         (elmo-folder-unset-flag): Ditto.
1690
1691         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1692         (elmo-folder-unset-flag): Ditto.
1693
1694         * elmo-version.el (elmo-version): Up to 2.11.33.
1695
1696 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1699
1700 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1703
1704         * elmo-flag.el (elmo-folder-unset-flag): Define.
1705         (elmo-global-flag-detach): Do process when the flag is not target
1706         flag.
1707
1708 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1711         variable.
1712         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1713
1714 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1715
1716         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1717         function.
1718         (elmo-folder-delete-messages): Detach messages before delete
1719         messages from target folder.
1720         (elmo-folder-detach-messages): Set updated number-list to slot.
1721
1722 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1723
1724         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1725
1726 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1729
1730 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1731
1732         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1733         internal use only).
1734         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1735         not modified.
1736         (elmo-folder-delete-messages): Define.
1737         (elmo-folder-move-messages): Don't call
1738         `elmo-folder-detach-messages'.
1739         (elmo-folder-synchronize): Rewrite.
1740         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1741
1742         * elmo-util.el (elmo-last): New function.
1743         (elmo-set-list): Ditto.
1744         (elmo-number-set-delete-list): Ditto.
1745         (elmo-number-set-delete): Ditto.
1746
1747         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1748
1749         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1750         `elmo-folder-delete-messages' and don't delete location map.
1751         (elmo-folder-detach-messages): Define.
1752
1753         * elmo-imap4.el (elmo-folder-delete): Use
1754         `elmo-folder-delete-messages-internal' instead of
1755         `elmo-folder-delete-messages'.
1756
1757         * elmo-filter.el (elmo-folder-delete-messages): Call
1758         `elmo-folder-detach-messages'.
1759         (elmo-folder-detach-messages): Don't call
1760         `elmo-folder-detach-messages' for target folder.
1761
1762         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1763         message deletion is succeeded.
1764
1765         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1766
1767         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1768         from `elmo-folder-delete-messages'.
1769
1770         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1771
1772         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1773
1774         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1775
1776         * elmo-version.el (elmo-version): Up to 2.11.32.
1777
1778 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1779
1780         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1781         (elmo-global-flag-list): Added obsolete variable setting.
1782
1783         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1784
1785         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1786         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1787         `elmo-mime-display-header-analysis' is nil.
1788
1789         * elmo-flag.el (elmo-global-flags): Renamed from
1790         `elmo-global-flag-list' (All other related portions are changed).
1791         (elmo-local-flags): New variable.
1792         (elmo-local-flag-p): New function.
1793         (elmo-global-flag-set-internal): Cause an error when flag is not
1794         global.
1795
1796 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1797
1798         * elmo-util.el (elmo-concat-path): Treat empty path.
1799
1800 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1803         field-or-fields).
1804         (elmo-split-address-match): Ditto.
1805         (elmo-split-equal): Ditto.
1806         (elmo-split-match): Ditto.
1807
1808 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1809
1810         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1811         (elmo-generic-folder-append-messages): If src message exists but
1812         has no flag, pass (read) for the FLAG argument of
1813         `elmo-folder-append-buffer'. Otherwise, pass nil.
1814
1815         * elmo-split.el (elmo-split-subr): Likewise.
1816
1817         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1818
1819         * elmo-multi.el (elmo-message-flags): Ditto.
1820
1821         * elmo-filter.el (elmo-message-flags): Ditto.
1822
1823         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1824         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1825         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1826         
1827 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1828
1829         * elmo-split.el (elmo-split-rule): Update comment.
1830         (elmo-split-address-equal): Allow 2nd argument to be a list.
1831         (elmo-split-address-match): Ditto.
1832         (elmo-split-equal): Ditto.
1833         (elmo-split-match): Ditto.
1834
1835 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1836
1837         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1838         (elmo-folder-append-msgdb): Don't treat `read'.
1839         (elmo-message-flags): Don't return `read'.
1840
1841         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1842         (elmo-folder-unset-read-delayed): Ditto.
1843
1844         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1845
1846 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1847
1848         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1849         deletion.
1850
1851 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1854         header.
1855
1856 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1859         here.
1860         (elmo-msgdb-save): Bind inhibit-quit.
1861         (modb-standard-message-entity): Ditto.
1862
1863 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1864
1865         * elmo-database.el: No need to require elmo-msgdb.
1866
1867 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868
1869         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1870         instead of `elmo-list-subdirectories'.
1871
1872 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1873
1874         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1875         group entry.
1876         (elmo-folder-exists-p): "[" is empty.
1877         (elmo-folder-list-subfolders): Define.
1878         (elmo-folder-have-subfolder-p): Ditto.
1879
1880 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1881
1882         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1883
1884 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1885
1886         * elmo-filter.el (elmo-folder-local-p): Define.
1887
1888 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1889
1890         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1891         when entity is garbaged.
1892         (modb-standard-save-entity-1): Don't modify the original entity.
1893
1894 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1895
1896         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1897
1898 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * elmo.el (elmo-strict-folder-diff): Use
1901         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1902
1903 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * modb.el (elmo-msgdb-flag-available-p): New generic function.
1906         (elmo-msgdb-message-number): Ditto.
1907         (elmo-msgdb-message-field): Ditto.
1908
1909         * modb-standard.el (modb-standard-economize-entity-size): New user
1910         option.
1911         (modb-standard-loaded-message-id): New inline function.
1912         (modb-standard-load-entity): Use it.
1913         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
1914         throw message-id string away.
1915         (elmo-msgdb-flag-available-p): Define.
1916         (elmo-msgdb-message-number): Ditto.
1917         (elmo-msgdb-message-field): Ditto.
1918
1919         * modb-legacy.el (modb-legacy-flag-list): Fix typo
1920         (suppoted -> supported).
1921         (modb-legacy-supported-flag-p): Ditto.
1922         (elmo-msgdb-set-flag): Ditto.
1923         (elmo-msgdb-unset-flag): Ditto.
1924         (elmo-msgdb-flag-available-p): Define.
1925
1926         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
1927         is `t', treat it as legacy entity.
1928         
1929         * elmo.el (elmo-message-flag-available-p): New generic function.
1930         (elmo-message-number): Ditto.
1931         (elmo-message-field): Use `elmo-msgdb-message-field'.
1932
1933         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
1934
1935         * elmo-pipe.el (elmo-message-flag-available-p): Define.
1936         (elmo-message-number): Ditto.
1937
1938         * elmo-multi.el (elmo-message-number): Define.
1939         (elmo-message-flag-available-p): Ditto.
1940
1941         * elmo-filter.el (elmo-message-flag-available-p): Define.
1942         (elmo-message-number): Ditto.
1943
1944         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
1945         (elmo-folder-initialize): Load `max-number'.
1946         (elmo-folder-commit): Save it.
1947         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
1948         (elmo-global-flag-set-internal): Set up max-number slot.
1949
1950 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * elmo-version.el (elmo-version): Up to 2.11.31.
1953
1954 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
1957         unibyte string of the current buffer for the argument of `md5'
1958         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
1959
1960 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1961
1962         * modb-legacy.el (modb-legacy-flag-list): New constant.
1963         (modb-legacy-suppoted-flag-p): New internal function.
1964         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
1965         (elmo-msgdb-unset-flag): Ditto.
1966
1967 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1968
1969         * elmo.el (elmo-make-folder): Remove text properties for prefix.
1970
1971         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
1972         from msgdb.
1973
1974 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * elmo-multi.el (elmo-folder-count-flags): Changed return value
1977         (follow the API change).
1978
1979         * elmo-filter.el (elmo-folder-count-flags): Ditto.
1980
1981 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1982
1983         * modb-standard.el (modb-standard-digest-flags): Abolish.
1984         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
1985
1986         * elmo-vars.el (elmo-digest-flags): New variable.
1987         (elmo-preserved-flags): Moved from elmo-flag.el.
1988
1989         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
1990         (elmo-imap4-flag-to-imap-criteria): Ditto.
1991         (elmo-imap4-folder-list-flagged): Use it.
1992
1993         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
1994
1995         * elmo.el (elmo-folder-count-flags): Changed return value.
1996
1997         * elmo-flag.el (elmo-preserved-flags): New variable.
1998         (elmo-get-global-flags): Use it.
1999
2000         * modb-standard.el (modb-standard-digest-flags): New variable.
2001         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2002         Changed behavior of `any'.
2003
2004         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2005         which are defined the Internet draft
2006         (draft-melnikov-imap-keywords-03.txt).
2007         (elmo-imap4-flags-to-imap): New function.
2008         (elmo-folder-append-buffer): Use it.
2009
2010         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2011         in the docstring.
2012
2013         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2014         avoid the bug of Emacs 21.3.
2015
2016 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2017
2018         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2019         function find-coding-system does not exist.
2020
2021 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2022
2023         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2024         parsing.
2025
2026 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2027
2028         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2029         response codes.
2030
2031 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2032
2033         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2034         (elmo-network-close-session): Follow the changes in
2035         `elmo-pop3-read-response'.
2036         (elmo-pop3-auth-user): Ditto.
2037         (elmo-pop3-auth-apop): Ditto.
2038         (elmo-network-initialize-session): Ditto.
2039         (elmo-network-authenticate-session): Ditto.
2040         (elmo-network-setup-session): Ditto.
2041         (elmo-folder-status): Ditto.
2042         (elmo-message-fetch-plugged): Ditto.
2043         (elmo-pop3-delete-msg): Ditto.
2044
2045 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2046
2047         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2048         on failure.
2049
2050 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2051
2052         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2053         style.
2054         (elmo-bind-directory): Ditto.
2055
2056 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2057
2058         * elmo.el (elmo-folder-append-messages): Note on return value.
2059         * elmo-archive.el (elmo-folder-append-messages): Don't return
2060         message numbers which could not be appended.
2061
2062 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2063
2064         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2065
2066 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067
2068         * elmo-version.el (elmo-version): Up to 2.11.30.
2069
2070 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2073         `mask'.
2074
2075         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2076
2077         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2078         (elmo-multi-split-numbers): Add elmo-folder object into each
2079         element of return value at first.
2080         (elmo-folder-delete-messages): Follow the above change.
2081         (elmo-folder-detach-messages): Ditto.
2082
2083         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2084         number which is synchronized in target folder.
2085
2086 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2087
2088         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2089         Change default value to symbol `all'.
2090         (elmo-map-message-fetch): Change condition to update overview
2091         follow the above.
2092
2093 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2096         behavior to update overview.
2097         (elmo-shimbun-update-overview-folder-list): Note it.
2098
2099 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2102         recursive call.
2103
2104 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2107         buffer-disable-undo, it is unnecessary.
2108         (elmo-spam-register-good-messages): Ditto.
2109
2110         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2111         Ditto.
2112
2113         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2114
2115 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2116
2117         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2118         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2119         elmo-set-buffer-multibyte.
2120         (elmo-object-load): Ditto.
2121         (elmo-save-buffer): Ditto.
2122         (elmo-delete-char): Ditto.
2123         (elmo-file-field-primitive-condition-match): Ditto.
2124         (elmo-mime-string): Ditto.
2125
2126         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2127         (elmo-archive-field-condition-match): Ditto.
2128
2129         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2130
2131         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2132
2133         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2134         (elmo-nntp-msgdb-create-message): Ditto.
2135
2136         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2137
2138         * elmo.el (elmo-message-match-condition): Ditto.
2139         (elmo-message-match-condition): Ditto.
2140
2141         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2142         Ditto.
2143
2144         * elmo-version.el (elmo-version): Up to 2.11.29.
2145
2146         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2147         (elsp-header): New backend.
2148
2149         * elmo-util.el (elmo-decoded-field-body): New function.
2150
2151 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * elmo-version.el (elmo-version): Up to 2.11.28.
2154
2155 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2156
2157         * elmo-filter.el: Rewrite.
2158
2159         * elmo-version.el (elmo-version): Up to 2.11.27.
2160
2161 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2162
2163         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2164         msgdb path for the localdir folder with absolute path.
2165
2166         * utf7.el: Synch up with latest gnus/utf7.el;
2167         Modified for latest Emacs.
2168
2169 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2172         shimbun backend couldn't open.
2173
2174 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2175
2176         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2177         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2178         when a destination folder is a filter folder.
2179
2180 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2183         (elmo-generic-folder-append-messages): Call elmo-message-flags
2184         with argument `msgid'.
2185
2186         * elmo-split.el (elmo-split-subr): Ditto.
2187
2188         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2189
2190         * elmo-multi.el (elmo-message-flags): Ditto.
2191
2192 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2193
2194         * elmo.el (elmo-folder): Add new slot `flag-table'.
2195         (elmo-folder-flag-table): New API.
2196         (elmo-folder-close-flag-table): Ditto.
2197         (elmo-folder-preserve-flags): New function.
2198         (elmo-generic-folder-append-messages): Use
2199         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2200         Flag of a non-registered message, it sets to nil.
2201         Does not set flag to flag-table.
2202
2203         * elmo-maildir.el (elmo-folder-append-buffer): Use
2204         `elmo-folder-preserve-flags'.
2205         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2206         `elmo-folder-close-flag-table'.
2207
2208         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2209         (elmo-archive-folder-append-buffer): Use
2210         `elmo-folder-preserve-flags'.
2211
2212         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2213
2214         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2215
2216         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2217         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2218         `elmo-folder-close-flag-table'.
2219
2220         * elmo-version.el (elmo-version): Up to 2.11.26.
2221
2222 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2223
2224         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2225
2226         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2227         md5's 4th and 5th argument (non-existent in flim one).
2228
2229 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230
2231         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2232         message, It sets to nil.
2233
2234 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2235
2236         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2237         list is non-nil.
2238
2239 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2240
2241         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2242
2243         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2244
2245         * elmo-util.el (elmo-uniq-sorted-list): New function.
2246         (elmo-make-number-list): Ditto.
2247         (elmo-number-set-to-number-list): Use elmo-make-number-list
2248         and don't use nreverse.
2249
2250 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * elmo-version.el (elmo-version): Up to 2.11.25.
2253
2254 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2255
2256         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2257         field not exists in message, Use md5 message digest of header.
2258
2259 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2262         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2263         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2264         * elmo-split.el (elmo-split-subr): Check return value of
2265         elmo-folder-append-buffer.
2266
2267         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2268         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2269
2270         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2271         message-id.
2272
2273 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * elmo-split.el (elmo-split-subr): Append message with flag.
2276
2277         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2278         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2279         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2280
2281 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2282
2283         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2284         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2285         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2286
2287 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2288
2289         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2290         with a function call of `process-buffer'.  All callers are updated.
2291         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2292         Remove redundant `set-buffer' in a while loop.
2293
2294 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2295
2296         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2297         calls.
2298
2299 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2302         elsp-spamfilter-register-buffer-internal with current buffer.
2303         (elmo-spam-register-spam-buffer): Ditto.
2304         (elmo-spam-register-good-buffer): Ditto.
2305
2306 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2307
2308         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2309         if it is not contained in the response(A workaround for courier-imap).
2310
2311 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2314         parenthesis.
2315
2316 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2319         range.
2320
2321 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2322
2323         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2324         of nconc.
2325
2326         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2327         argument handler.
2328         (elmo-msgdb-message-match-condition): Follow the change above.
2329
2330 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2331
2332         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2333         folder name.
2334
2335 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2336
2337         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2338
2339 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2340
2341         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2342
2343 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2346         not found.
2347
2348 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2349
2350         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2351         value.
2352         (elmo-file-command-argument): Undo last change for cygwin.
2353         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2354         Don't return nil.
2355         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2356
2357 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2360         value returned from elmo-file-find is nil.
2361
2362 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2363
2364         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2365         to elmo-vars.el.
2366
2367         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2368         instead of insert-file-contents-as-binary.
2369         (elmo-message-set-field): New generic function.
2370
2371         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2372         behavior change on `split-string'.
2373
2374         * elmo-file.el (elmo-file-find): New function.
2375         (elmo-file-command): New user option.
2376         (elmo-file-command-argument): Ditto.
2377         (elmo-file-fetch-max-size): Ditto.
2378         (elmo-file-detect-format): New function.
2379         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2380         Use elmo-file-detect-format.
2381         (elmo-map-folder-list-message-locations): Don't treat directories.
2382
2383 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2384
2385         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2386         (elmo-passwd-alist-clear): Shred password before clear.
2387         (elmo-remove-passwd): Remove all mached pair.
2388
2389 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * elmo.el (elmo-folder-synchronize): Fix description of the return
2392         value.
2393
2394 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * elmo.el (elmo-message-fetch-bodystructure): New method.
2397         (elmo-message-fetch-bodystructure): Define default.
2398
2399         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2400         elmo-message-fetch-bodystructure.
2401         (elmo-message-fetch-bodystructure): Define.
2402
2403         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2404
2405 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2406
2407         * elmo-filter.el (elmo-message-folder): Define.
2408
2409 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2410
2411         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2412         elmo-delete-cr-buffer.
2413
2414         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2415
2416         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2417
2418         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2419
2420         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2421         type seems to be a text.
2422
2423 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2424
2425         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2426         (elmo-spam-register-good-buffer): Ditto.
2427         (elmo-spam-spamassassin-register-messages): Ditto.
2428
2429         * elmo-util.el (elmo-string-member-ignore-case): Define with
2430         static-cond.
2431
2432 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2433
2434         * elmo.el (elmo-folder-type): Undo last change.
2435
2436         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2437
2438         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2439         warnings.
2440
2441         * elmo-file.el: New file.
2442         
2443         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2444
2445         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2446         variable.
2447         (elmo-spam-spamassassin-register-messages): New inline function.
2448         (elmo-spam-register-spam-messages): Define.
2449         (elmo-spam-register-good-messages): Ditto.
2450
2451         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2452         Fixed typo.
2453
2454         * elmo.el (toplevel): Added autoload setting for
2455         `elmo-get-global-flags'.
2456         (elmo-message-has-global-flag-p): New function.
2457         (elmo-message-set-global-flags): Ditto.
2458         (elmo-folder-type): Improvement for name: format.
2459
2460         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2461         availability of keyword flags.
2462         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2463         (elmo-folder-list-flagged-plugged): Renamed from
2464         elmo-folder-list-flagged-unplugged.
2465         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2466         accept any flag as keyword flag.
2467         (elmo-folder-set-flag-plugged): Accept keyword flags.
2468         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2469
2470         * elmo-flag.el (elmo-get-global-flags): New function.
2471
2472         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2473         folders.
2474
2475         * elmo-version.el (elmo-version): Up to 2.11.24.
2476
2477 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2478
2479         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2480         elmo-multiple-field-body instead of std11-field-body to check all
2481         headers.
2482
2483 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2484
2485         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2486         or "size".
2487
2488 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2489
2490         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2491         unintern is unbound.
2492
2493 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2494
2495         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2496         Protect from infinite loop.
2497
2498 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2499
2500         * elsp-bogofilter.el
2501         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2502         (elmo-spam-bogofilter-register-messages): New internal function.
2503         (elmo-spam-register-spam-messages): Define.
2504         (elmo-spam-register-good-messages): Ditto.
2505
2506 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2507
2508         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2509         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2510         (elmo-spam-bogofilter-call): Fixed the last change.
2511         (elmo-spam-bogofilter-arguments): Ditto.
2512
2513         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2514         Follow the options change of latest bogofilter.
2515
2516         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2517         (elmo-spam-bogofilter-good-switch): Ditto.
2518         (elmo-spam-bogofilter-arguments-alist): New user option.
2519         (elmo-spam-bogofilter-debug): Ditto.
2520         (elmo-spam-bogofilter-call): Renamed from
2521         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2522         is non-nil, insert output in buffer for debug.
2523         (elmo-spam-bogofilter-arguments): New macro.
2524         (elmo-spam-buffer-spam-p): Use it.
2525         (elsp-bogofilter-register-buffer): Ditto.
2526
2527 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2528
2529         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2530         regexp.
2531
2532 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2535         value as "ruby".
2536         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2537         (elmo-spam-bsfilter-program): Set default value as full path for
2538         `bsfilter'.
2539         (elmo-spam-bsfilter-debug): New user option.
2540         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2541         non-nil, insert output in buffer for debug. Fix treating of
2542         argument.
2543
2544 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2547         `elmo-maildir-flag-specs' element instead of one.
2548         (elmo-map-folder-unset-flag): Ditto.
2549         (Reported by Ken Makimura <macky@astem.or.jp>)
2550
2551         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2552         (elmo-folder-unset-flag-plugged): Ditto.
2553
2554 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2557         to `reads' slot only if `in-msgdb' is nil.
2558
2559 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2562         and complement argument list.
2563
2564 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2565
2566         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2567         instead of elmo-folder-list-flagged.
2568
2569 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2572
2573         * elsp-bsfilter.el: New file.
2574
2575         * elmo-pipe.el (elmo-folder-list-unreads,
2576         elmo-folder-list-answereds,
2577         elmo-folder-list-importants,
2578         elmo-folder-flag-as-important,
2579         elmo-folder-unflag-important,
2580         elmo-folder-flag-as-read,
2581         elmo-folder-unflag-read,
2582         elmo-folder-flag-as-answered,
2583         elmo-folder-unflag-answered): Remove.
2584         (elmo-folder-set-flag): Define.
2585         (elmo-folder-unset-flag): Ditto.
2586
2587         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2588         (elmo-folder-set-flag): Define.
2589         (elmo-folder-unset-flag): Ditto.
2590         (elmo-folder-list-unreads): Remove.
2591         (elmo-folder-list-flagged): Define.
2592
2593         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2594         (elmo-folder-list-unreads,
2595         elmo-folder-list-importants,
2596         elmo-folder-list-answereds,
2597         elmo-folder-list-unreads-plugged,
2598         elmo-folder-list-importants-plugged,
2599         elmo-folder-list-answereds-plugged): Remove.
2600         (elmo-folder-list-flagged-plugged): New method.
2601         (elmo-folder-unflag-important,
2602         elmo-folder-flag-as-important,
2603         elmo-folder-unflag-read,
2604         elmo-folder-flag-as-read,
2605         elmo-folder-unflag-answered,
2606         elmo-folder-flag-as-answered,
2607         elmo-folder-flag-as-read-unplugged,
2608         elmo-folder-unflag-read-unplugged,
2609         elmo-folder-flag-as-important-unplugged,
2610         elmo-folder-unflag-important-unplugged,
2611         elmo-folder-flag-as-answered-unplugged,
2612         elmo-folder-unflag-answered-unplugged): Remove.
2613         (elmo-folder-set-flag): Define.
2614         (elmo-folder-unset-flag): Ditto.
2615         (elmo-folder-set-flag-unplugged): Ditto.
2616         (elmo-folder-unset-flag-unplugged): Ditto.
2617
2618         * elmo-multi.el (elmo-folder-list-unreads,
2619         elmo-folder-list-answereds,
2620         elmo-folder-list-importants,
2621         elmo-folder-flag-as-important,
2622         elmo-folder-unflag-important,
2623         elmo-folder-flag-as-read,
2624         elmo-folder-unflag-read,
2625         elmo-folder-flag-as-answered,
2626         elmo-folder-unflag-answered): Remove.
2627         (elmo-folder-set-flag): Define.
2628         (elmo-folder-unset-flag): Ditto.
2629
2630         * elmo-map.el (elmo-map-folder-unflag-important,
2631         elmo-map-folder-flag-as-important,
2632         elmo-map-folder-unflag-read,
2633         elmo-map-folder-flag-as-read,
2634         elmo-map-folder-unflag-answered,
2635         elmo-map-folder-flag-as-answered): Remove.
2636         (elmo-map-folder-set-flag): New method.
2637         (elmo-map-folder-unset-flag): Ditto.
2638         (elmo-map-folder-list-unreads,
2639         elmo-map-folder-list-importants,
2640         elmo-map-folder-list-answereds): Remove.
2641         (elmo-folder-list-flagged-internal): Define.
2642         (elmo-map-folder-list-flagged): New method.
2643
2644         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2645         (elmo-map-folder-list-unreads,
2646         elmo-map-folder-list-importants,
2647         elmo-map-folder-list-flagged): Remove.
2648         (elmo-map-folder-list-flagged): Define.
2649         (elmo-map-folder-flag-as-important,
2650         elmo-map-folder-unflag-important,
2651         elmo-map-folder-flag-as-read,
2652         elmo-map-folder-unflag-read,
2653         elmo-map-folder-flag-as-answered,
2654         elmo-map-folder-unflag-answered): Remove.
2655         (elmo-maildir-set-mark-messages): New internal function.
2656         (elmo-map-folder-set-flag): Define.
2657         (elmo-map-folder-unset-flag): Ditto.
2658
2659         * elmo.el (toplevel): Added autoload setting for
2660         `elmo-folder-list-global-flag-messages'.
2661         (elmo-folder-list-unreads,
2662         elmo-folder-list-importants,
2663         elmo-folder-list-answereds): Remove.
2664         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2665         Return a list whitch merged with messages have global flag.
2666         (elmo-folder-list-flagged-internal): New method.
2667         (elmo-folder-unflag-important,
2668         elmo-folder-flag-as-important,
2669         elmo-folder-unflag-read,
2670         elmo-folder-flag-as-read,
2671         elmo-folder-unflag-answered,
2672         elmo-folder-flag-as-answered): Remove.
2673         (elmo-folder-set-flag): New method.
2674         (elmo-folder-unset-flag): Ditto.
2675         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2676         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2677
2678         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2679         (elmo-folder-list-unreads-plugged,
2680         elmo-folder-list-importants-plugged,
2681         elmo-folder-list-answereds-plugged,
2682         elmo-folder-list-flagged-unplugged,
2683         elmo-folder-unflag-important-plugged,
2684         elmo-folder-flag-as-important-plugged,
2685         elmo-folder-unflag-read-plugged,
2686         elmo-folder-flag-as-read-plugged,
2687         elmo-folder-unflag-answered-plugged,
2688         elmo-folder-flag-as-answered-plugged): Remove.
2689         (elmo-folder-set-flag-plugged,
2690         elmo-folder-unset-flag-plugged): Define.
2691
2692         * elmo-flag.el (elmo-folder-initialize): Register to
2693         `elmo-global-flag-list' if flag is not global.
2694         (elmo-folder-append-messages): Set flag to source messages.
2695
2696         * elmo-filter.el (elmo-filter-folder-list-unreads,
2697         elmo-folder-list-unreads,
2698         elmo-filter-folder-list-importants,
2699         elmo-folder-list-importants,
2700         elmo-folder-flag-as-read,
2701         elmo-folder-unflag-read,
2702         elmo-folder-flag-as-important,
2703         elmo-folder-unflag-important,
2704         elmo-folder-flag-as-answered,
2705         elmo-folder-unflag-answered): Remove.
2706         (elmo-folder-set-flag): Define.
2707         (elmo-folder-unset-flag): Ditto.
2708
2709         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2710         elmo-folder-unflag-read-dop,
2711         elmo-folder-flag-as-important-dop,
2712         elmo-folder-unflag-important-dop,
2713         elmo-folder-flag-as-answered-dop,
2714         elmo-folder-unflag-answered-dop): Remove.
2715         (elmo-folder-set-flag-dop,
2716         elmo-folder-unset-flag-dop,
2717         elmo-folder-set-important-delayed,
2718         elmo-folder-unset-important-delayed,
2719         elmo-folder-set-read-delayed,
2720         elmo-folder-unset-read-delayed,
2721         elmo-folder-set-answered-delayed,
2722         elmo-folder-unset-answered-delayed): New function.
2723         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2724         (elmo-dop-queue-method-name-alist): Ditto.
2725
2726         * elmo-version.el (elmo-version): Up to 2.11.23.
2727
2728 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2731
2732         * elsp-sa.el: New file.
2733
2734 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * modb-standard.el (modb-standard-message-entity): New function.
2737         (elmo-msgdb-message-entity): Use it.
2738
2739 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2742         behavior when one-level is nil.
2743
2744         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2745
2746         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2747
2748 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2749
2750         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2751         get max number.
2752         (elmo-generic-folder-diff): Ditto.
2753
2754         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2755         (elmo-folder-update-number): Ditto.
2756
2757         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2758         (elmo-folder-next-message-number-dop): Ditto.
2759
2760 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * elmo-filter.el (elmo-folder-msgdb-create): Use
2763         `elmo-message-entity' and `elmo-message-flags' instead of
2764         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2765
2766 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2769         `if-exists'.
2770
2771 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2774
2775         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2776
2777         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2778
2779 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2780
2781         * elmo-version.el (elmo-version): Up to 2.11.22.
2782
2783 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2786
2787 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2790         if the message dose not exist.
2791
2792 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2793
2794         * elmo-version.el (elmo-version): Up to 2.11.21.
2795
2796 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * modb-standard.el (toplevel): Don't require mime.
2799
2800 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * elsp-bogofilter.el (toplevel): Don't require path-util.
2803         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2804         (elmo-spam-bogofilter-header): Abolish.
2805         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2806         (elmo-spam-bogofilter-args): New user option.
2807         (elsp-bogofilter-call-bogofilter): New internal function.
2808         (elmo-spam-buffer-spam-p): Use it.
2809         (elsp-bogofilter-register-buffer): Renamed from
2810         `elmo-spam-bogofilter-register-buffer';
2811         Use `elsp-bogofilter-call-bogofilter'.
2812         (elmo-spam-register-spam-buffer): Follow the change above.
2813         (elmo-spam-register-good-buffer): Ditto.
2814
2815 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2816
2817         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2818         message-id is nil do nothing.
2819
2820 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2821
2822         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2823         Revival.
2824         (elmo-imap4-session): Removed use-flag slot.
2825         (elmo-imap4-session-select-mailbox): Undo last change.
2826         (elmo-folder-use-flag-p): Use
2827         elmo-imap4-disuse-server-flag-mailbox-regexp.
2828
2829 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2832         (elmo-imap4-session-select-mailbox): Set it up.
2833         (elmo-folder-use-flag-p): Return value of use-flag slot.
2834
2835 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2838         message-id is nil.
2839         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2840
2841         * modb-entity.el (elmo-message-entity-handler): Likewise.
2842
2843 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * elmo.el (toplevel): Remove setting of autoloding for
2846         elmo-global-flag-initialize.
2847         (elmo-init): Don't call elmo-global-flag-initialize.
2848         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2849
2850         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2851         (elmo-global-mark-migrate): Don't call it.
2852         (elmo-global-mark-upgrade): Ditto.
2853
2854 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2855
2856         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2857         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2858
2859         * elmo-vars.el (elmo-init-hook): New user option.
2860
2861         * elmo.el (elmo-init): Run the elmo-init-hook.
2862
2863         * elmo-flag.el (elmo-global-mark-migrate): New function.
2864
2865 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2868         Undo last change (move to elmo-msgdb-unset-flag).
2869         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2870         flag is unset.
2871
2872 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2873
2874         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2875         read flag is set.
2876         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2877         (elmo-msgdb-unset-flag): Ditto.
2878
2879 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2880
2881         * elmo-split.el (elmo-split): Return split message count.
2882
2883 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2886         is nil.
2887
2888 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2889
2890         * elmo.el (elmo-folder-unflag-important): Call
2891         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2892         a symbol `always'.
2893
2894         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2895         before unset flag.
2896         (elmo-global-flag-detach): Delete the message from flag folder, if
2897         `delete-if-none' is a symbol `always'.
2898
2899 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
2902         `elmo-spam-spamfilter-decode-buffer'.
2903         (elsp-spamfilter-register-buffer-internal): New internal function.
2904         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
2905         (elmo-spam-register-spam-buffer): Ditto.
2906         (elmo-spam-register-good-buffer): Ditto.
2907
2908         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
2909         change.
2910         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
2911         (elmo-spam-register-spam-buffer): Follow the API change.
2912         (elmo-spam-register-good-buffer): Ditto.
2913
2914         * elmo-split.el (toplevel): Require elmo-spam when copmile.
2915         (elmo-split-spam-p): Added argument plist; Call
2916         `elmo-spam-buffer-spam-p' with new argument register.
2917
2918         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
2919         `register'.
2920         (elmo-spam-message-spam-p): Ditto.
2921         (elmo-spam-register-spam-buffer): Added optional argument
2922         `restore'.
2923         (elmo-spam-register-good-buffer): Ditto.
2924         (elmo-spam-register-spam-messages): Ditto.
2925         (elmo-spam-register-good-messages): Ditto.
2926
2927 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
2930         register into good corpus.
2931         (elmo-spam-register-good-buffer): Fixed to register into bad
2932         corpus.
2933
2934 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * elmo-version.el (elmo-version): Up to 2.11.20.
2937
2938         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
2939         change.
2940
2941         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
2942         flag without depending on \Recent flag.
2943
2944 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2945
2946         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
2947         (elmo-spam-modified-p): Defined.
2948         (elmo-spam-save-status): Set `modified' slot to nil.
2949         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
2950         (elmo-spam-register-good-buffer): Ditto.
2951
2952         * elmo-spam.el (elmo-spam-modified-p): New API.
2953
2954 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2955
2956         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
2957         duplicate definition.
2958
2959         * elmo-util.el (elmo-unfold-field-body): New function.
2960         (elmo-msgdb-get-message-id-from-buffer): Use it.
2961
2962         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2963         Fixed the last change; Use elmo-unfold-field-body.
2964
2965 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2968         Unfold date value.
2969
2970 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * elmo-spam.el (elmo-spam-save-status): New API.
2973
2974         * elsp-spamfilter.el: New file.
2975
2976 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2977
2978         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
2979
2980 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * elmo-split.el (elmo-split-spam-p): New function.
2983
2984         * elmo-spam.el: New file.
2985
2986         * elsp-bogofilter.el: Ditto.
2987
2988 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2989
2990         * elmo.el (elmo-folder-next-message-number): New API.
2991         (elmo-folder-next-message-number): Define.
2992         (elmo-message-field): Don't check folder length.
2993
2994         * elmo-net.el (elmo-folder-next-message-number): Define.
2995         (elmo-folder-next-message-number-unplugged): Define.
2996
2997         * elmo-map.el (elmo-folder-next-message-number): Define.
2998         (elmo-folder-delete-messages): Clear hash value.
2999
3000         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3001
3002         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3003         (elmo-folder-delete-messages-dop-delayed): Always return t.
3004
3005         * elmo-version.el (elmo-version): Up to 2.11.19.
3006
3007 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3008
3009         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3010         change.
3011
3012         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3013         identical cons cell into the mark-alist and the hash table.
3014
3015 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3016
3017         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3018         elmo-folder-list-messages with argument `visible-only' as t.
3019
3020         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3021         (elmo-folder-msgdb-create): Check the target folder.
3022
3023 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3026         `permanentflag' instead of `flags'.
3027         (elmo-folder-open): Ditto.
3028         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3029         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3030         (elmo-folder-use-flag-p): Always return t.
3031         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3032         `permanentflags' does not exist.
3033         (elmo-folder-open): Ditto.
3034
3035 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3038         is nil.
3039         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3040
3041         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3042         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3043         response.
3044         (elmo-folder-open): Ditto.
3045         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3046         slot of the session includes the flag.
3047         (elmo-imap4-session-flag-available-p): New function.
3048         (elmo-imap4-folder-list-flagged): Ditto.
3049         (elmo-folder-list-unreads-plugged): Use it.
3050         (elmo-folder-list-importants-plugged): Ditto.
3051         (elmo-folder-list-answereds-plugged): Ditto.
3052         (elmo-imap4-search-internal-primitive): Ditto.
3053         (elmo-imap4-folder-list-any-plugged,
3054         elmo-imap4-folder-list-digest-plugged): Abolish.
3055
3056         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3057         if numbers is nil.
3058
3059 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3060
3061         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3062
3063 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3064
3065         * elmo-util.el (elmo-get-hash-val): Simplify.
3066         (elmo-set-hash-val): Rewrite.
3067
3068 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * elmo.el (elmo-folder-list-messages): Append killed messages into
3071         result if `visible-only' is nil and `in-msgdb' is non-nil.
3072
3073         * elmo-util.el (elmo-uniq-list): Added optional argument
3074         `delete-function'.
3075
3076         * modb.el (elmo-msgdb-flag-count): New API.
3077
3078         * modb-standard.el (modb-standard): Added slot flag-count.
3079         (modb-standard-countup-flags): New function.
3080         (modb-standard-load-flag): Call it.
3081         (elmo-msgdb-append): Ditto.
3082         (elmo-msgdb-clear): Clear slot flag-count.
3083         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3084         (elmo-msgdb-unset-flag): Treat `all' flag and call
3085         modb-standard-countup-flags.
3086         (elmo-msgdb-flag-count): Define.
3087         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3088         (elmo-msgdb-delete-messages): Ditto.
3089
3090         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3091         (elmo-msgdb-flag-count): Define.
3092
3093         * elmo.el (elmo-folder-list-messages): Undo last change.
3094         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3095         (elmo-folder-kill-messages): Unset all flags to numbers.
3096
3097         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3098         elmo-folder-kill-messages.
3099
3100         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3101         (elmo-nntp-folder-delete-messages): Abolish.
3102
3103         * elmo-version.el (elmo-version): Up to 2.11.18.
3104
3105 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3108         (elmo-folder-kill-messages-range): New function.
3109         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3110         instead of elmo-folder-kill-messages-before.
3111
3112 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3115         elmo-imap4-current-msgdb to decide entity handler.
3116
3117 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3120
3121         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3122         inline function.
3123         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3124         (elmo-msgdb-overview-entity-set-number,
3125         elmo-msgdb-overview-entity-get-references,
3126         elmo-msgdb-overview-entity-set-references,
3127         elmo-msgdb-overview-entity-get-from-no-decode,
3128         elmo-msgdb-overview-entity-get-from,
3129         elmo-msgdb-overview-entity-set-from,
3130         elmo-msgdb-overview-entity-get-subject,
3131         elmo-msgdb-overview-entity-get-subject-no-decode,
3132         elmo-msgdb-overview-entity-set-subject,
3133         elmo-msgdb-overview-entity-get-date,
3134         elmo-msgdb-overview-entity-set-date,
3135         elmo-msgdb-overview-entity-get-to,
3136         elmo-msgdb-overview-entity-get-cc,
3137         elmo-msgdb-overview-entity-get-size,
3138         elmo-msgdb-overview-entity-set-size,
3139         elmo-msgdb-overview-entity-get-extra,
3140         elmo-msgdb-overview-entity-set-extra,
3141         elmo-msgdb-overview-entity-get-extra-field,
3142         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3143         (elmo-msgdb-make-index): Use
3144         `elmo-msgdb-overview-entity-get-number-internal'.
3145         (elmo-msgdb-clear-index): Ditto.
3146         (elmo-msgdb-append-entity): Ditto;
3147         Use `elmo-msgdb-overview-entity-get-id-internal'.
3148
3149         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3150         elmo-msgdb-overview-entity-set-number,
3151         elmo-msgdb-overview-entity-get-references,
3152         elmo-msgdb-overview-entity-set-references,
3153         elmo-msgdb-overview-entity-get-from-no-decode,
3154         elmo-msgdb-overview-entity-get-from,
3155         elmo-msgdb-overview-entity-set-from,
3156         elmo-msgdb-overview-entity-get-subject,
3157         elmo-msgdb-overview-entity-get-subject-no-decode,
3158         elmo-msgdb-overview-entity-set-subject,
3159         elmo-msgdb-overview-entity-get-date,
3160         elmo-msgdb-overview-entity-set-date,
3161         elmo-msgdb-overview-entity-get-to,
3162         elmo-msgdb-overview-entity-get-cc,
3163         elmo-msgdb-overview-entity-get-size,
3164         elmo-msgdb-overview-entity-set-size,
3165         elmo-msgdb-overview-entity-get-extra,
3166         elmo-msgdb-overview-entity-set-extra,
3167         elmo-msgdb-overview-entity-get-extra-field,
3168         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3169         and rewrote for backward compatibility.
3170
3171 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3172
3173         * elmo.el (elmo-message-entity-number,
3174         elmo-message-entity-set-number,
3175         elmo-message-entity-field,
3176         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3177
3178         * elmo-msgdb.el (elmo-message-entity-number,
3179         elmo-message-entity-set-number,
3180         elmo-message-entity-field,
3181         elmo-message-entity-set-field): Moved from elmo.el.
3182
3183 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3184
3185         * elmo.el (toplevel): Changed definition orders.
3186
3187 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3188
3189         * modb.el (elmo-msgdb-search): New API .
3190         (elmo-msgdb-match-condition): Ditto.
3191
3192         * modb-standard.el (elmo-msgdb-search): Define.
3193
3194         * modb-legacy.el (elmo-msgdb-search): Ditto.
3195
3196         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3197         from elmo-msgdb-match-condition-internal.
3198
3199         * elmo.el (elmo-folder-search-fast): Abolish.
3200         (elmo-folder-search): Use elmo-msgdb-search and
3201         elmo-with-progress-display.
3202
3203         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3204         as msgdb API.
3205
3206         * elmo.el (elmo-folder): Remove slot message-modified and
3207         flag-modified.
3208         (elmo-folder-set-message-modified): Abolish.
3209         (elmo-generic-folder-commit): Follow the change above.
3210         (elmo-folder-synchronize): Ditto.
3211
3212         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3213
3214         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3215
3216         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3217
3218 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3219
3220         * modb-standard.el (modb-standard-make-message-entity,
3221         elmo-msgdb-make-message-entity,
3222         elmo-msgdb-create-message-entity-from-buffer,
3223         elmo-msgdb-message-entity-number,
3224         elmo-msgdb-message-entity-set-number,
3225         elmo-msgdb-message-entity-field,
3226         elmo-msgdb-message-entity-set-field,
3227         elmo-msgdb-copy-message-entity,
3228         elmo-msgdb-match-condition-internal): Remove.
3229
3230         * modb-entity.el: New file (again).
3231
3232         * modb.el (toplevel): Require modb-entity.
3233         (elmo-msgdb-message-entity-handler): New method.
3234
3235         * modb-standard.el (modb-standard-entity-id): Use
3236         elmo-message-entity-handler.
3237         (modb-standard-load-entity): Ditto.
3238         (elmo-msgdb-append-entity): Ditto.
3239         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3240
3241         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3242         elmo-msgdb-decoded-cache-hashtb,
3243         (modb-legacy-make-message-entity,
3244         elmo-msgdb-make-message-entity,
3245         elmo-msgdb-create-message-entity-from-buffer,
3246         elmo-msgdb-message-entity-number,
3247         elmo-msgdb-message-entity-set-number,
3248         elmo-msgdb-message-entity-field,
3249         elmo-msgdb-message-entity-set-field,
3250         elmo-msgdb-copy-message-entity,
3251         elmo-msgdb-match-condition-internal,
3252         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3253
3254         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3255         (elmo-message-entity-set-number): Ditto.
3256         (elmo-message-entity-field): Ditto.
3257         (elmo-message-entity-set-field): Ditto.
3258
3259         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3260
3261         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3262
3263         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3264
3265         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3266         (elmo-nntp-msgdb-create-message): Ditto.
3267
3268         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3269         (elmo-folder-msgdb-create): Add unread flag.
3270
3271         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3272
3273         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3274
3275         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3276
3277         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3278
3279         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3280         elmo-msgdb-messge-entity-handler.
3281         * elmo-version.el (elmo-version): Up to 2.11.17.
3282
3283 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3286         change.
3287
3288 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3289
3290         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3291
3292         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3293         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3294         (elmo-msgdb-flag-table): Ditto.
3295         (elmo-msgdb-sort-by-date): Ditto.
3296
3297         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3298
3299         * modb-standard.el (toplevel): Require mime.
3300         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3301         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3302         elmo-msgdb-message-entity-number.
3303         (elmo-msgdb-append-entity): Ditto.
3304         (elmo-msgdb-create-message-entity-from-file): Remove.
3305         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3306         corresponds to the entity.
3307         (elmo-msgdb-message-entity-number): Do nothing currently.
3308         (elmo-msgdb-message-entity-field): Ditto.
3309         (elmo-msgdb-message-entity-set-field): Ditto.
3310         (elmo-msgdb-copy-message-entity): Ditto.
3311         (elmo-msgdb-match-condition-internal): Ditto.
3312
3313         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3314         elmo-util.el.
3315         (elmo-msgdb-create-message-entity-from-file): Remove.
3316
3317         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3318         modb-legacy.el.
3319         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3320
3321         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3322
3323 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3324
3325         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3326         (elmo-msgdb-message-entity-field): Ditto.
3327         (elmo-msgdb-message-entity-number): Ditto.
3328
3329 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3330
3331         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3332         Fixed how to set extra field into entity.
3333         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3334         symbol.
3335
3336         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3337         Fixed how to set extra field into entity.
3338         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3339         symbol.
3340
3341 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3342
3343         * modb.el (elmo-message-entity-db): New function.
3344         (elmo-msgdb-make-message-entity): New API.
3345         (elmo-msgdb-message-entity-number): Ditto.
3346         (elmo-msgdb-message-entity-set-number): Ditto.
3347         (elmo-msgdb-message-entity-field): Ditto.
3348         (elmo-msgdb-message-entity-set-field): Ditto.
3349         (elmo-msgdb-copy-message-entity): Ditto.
3350         (elmo-msgdb-create-message-entity-from-file): Ditto.
3351         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3352         (elmo-msgdb-match-condition-internal): Ditto.
3353
3354         * modb-standard.el (modb-legacy): Require modb-legacy.
3355         (modb-standard-make-message-entity): New inline function.
3356         (elmo-msgdb-make-message-entity): Define.
3357         (elmo-msgdb-create-message-entity-from-file): Ditto.
3358         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3359         (elmo-msgdb-message-entity-field): Ditto.
3360         (elmo-msgdb-message-entity-set-field): Ditto.
3361         (elmo-msgdb-copy-message-entity): Ditto.
3362         (elmo-msgdb-match-condition-internal): Ditto.
3363
3364         * modb-legacy.el: Don't require modb-entity.
3365         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3366         (elmo-msgdb-match-condition-primitive): Ditto.
3367         (elmo-msgdb-get-decoded-cache): Ditto.
3368         (elmo-msgdb-overview-entity-get-id): Ditto.
3369         (elmo-msgdb-overview-entity-get-number): Ditto.
3370         (elmo-msgdb-overview-entity-set-number): Ditto.
3371         (elmo-msgdb-overview-entity-get-references): Ditto.
3372         (elmo-msgdb-overview-entity-set-references): Ditto.
3373         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3374         (elmo-msgdb-overview-entity-get-from): Ditto.
3375         (elmo-msgdb-overview-entity-set-from): Ditto.
3376         (elmo-msgdb-overview-entity-get-subject): Ditto.
3377         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3378         (elmo-msgdb-overview-entity-set-subject): Ditto.
3379         (elmo-msgdb-overview-entity-get-date): Ditto.
3380         (elmo-msgdb-overview-entity-set-date): Ditto.
3381         (elmo-msgdb-overview-entity-get-to): Ditto.
3382         (elmo-msgdb-overview-entity-get-cc): Ditto.
3383         (elmo-msgdb-overview-entity-get-size): Ditto.
3384         (elmo-msgdb-overview-entity-set-size): Ditto.
3385         (elmo-msgdb-overview-entity-get-extra): Ditto.
3386         (elmo-msgdb-overview-entity-set-extra): Ditto.
3387         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3388         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3389         (elmo-msgdb-number-load): Ditto.
3390         (elmo-msgdb-overview-load): Ditto.
3391         (elmo-msgdb-mark-load): Ditto.
3392         (elmo-msgdb-number-save): Ditto.
3393         (elmo-msgdb-mark-save): Ditto.
3394         (elmo-msgdb-overview-save): Ditto.
3395         (modb-legacy-make-message-entity): New inline function.
3396         (elmo-msgdb-insert-file-header): Ditto.
3397         (elmo-msgdb-make-message-entity): Define.
3398         (elmo-msgdb-create-message-entity-from-file): Ditto.
3399         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3400         (elmo-msgdb-message-entity-number): Ditto.
3401         (elmo-msgdb-message-entity-set-number): Ditto.
3402         (elmo-msgdb-message-entity-field): Ditto.
3403         (elmo-msgdb-message-entity-set-field): Ditto.
3404         (elmo-msgdb-copy-message-entity): Ditto.
3405         (elmo-msgdb-match-condition-internal): Ditto.
3406
3407         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3408         (elmo-message-copy-entity): Rewrite.
3409         (elmo-message-entity-number): Ditto.
3410         (elmo-message-entity-set-number): Ditto.
3411         (elmo-message-entity-field): Use elmo-message-entity-db.
3412         (elmo-message-entity-set-field): Ditto.
3413         (elmo-message-field): Rewrite.
3414
3415         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3416         elmo-msgdb.el
3417         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3418
3419         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3420         elmo-message-entity-field.
3421         (elmo-shimbun-folder-shimbun-header): Ditto.
3422         (elmo-shimbun-entity-to-header): Ditto.
3423         (elmo-folder-msgdb-create): Ditto.
3424         (elmo-shimbun-msgdb-create-entity): Ditto;
3425         Use elmo-msgdb-create-message-entity-from-buffer.
3426         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3427         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3428
3429         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3430         elmo-msgdb-create-message-entity-from-file and 
3431         elmo-message-entity-field.
3432
3433         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3434         elmo-message-entity-number.
3435         (elmo-pop3-msgdb-create-message): Use
3436         elmo-msgdb-create-message-entity-from-buffer,
3437         elmo-message-entity-set-field, elmo-message-entity-number and
3438         elmo-message-entity-set-number.
3439
3440         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3441         the API change in elmo-msgdb-make-message-entity.
3442         (elmo-nntp-msgdb-create-message): Use
3443         elmo-msgdb-create-message-entity-from-buffer.
3444
3445         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3446         elmo-message-entity-field and
3447         elmo-msgdb-create-message-entity-from-file.
3448
3449         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3450         (elmo-msgdb-get-field): Abolish.
3451         (elmo-msgdb-get-number): Rewrite.
3452         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3453         (elmo-msgdb-flag-table): Ditto.
3454         (elmo-msgdb-get-last-message-id,
3455         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3456         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3457         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3458         (elmo-msgdb-create-overview-from-buffer,
3459         elmo-msgdb-overview-get-parent-entity): Abolish.
3460
3461         * elmo-mime.el (elmo-mime-display-as-is): Use
3462         elmo-message-entity-field.
3463
3464         * elmo-map.el (elmo-folder-pack-numbers): Use
3465         elmo-message-entity-set-number.
3466
3467         * elmo-maildir.el (elmo-folder-msgdb-create): 
3468         elmo-msgdb-create-message-entity-from-file instead of
3469         elmo-msgdb-create-overview-entity-from-file.
3470
3471         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3472         msgdb.
3473         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3474         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3475
3476         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3477         elmo-messge-entity-field and elmo-message-entity-number.
3478         (elmo-imap4-fetch-callback-1): Call
3479         elmo-msgdb-create-message-entity-from-buffer instead of
3480         elmo-msgdb-create-overview-from-buffer. 
3481         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3482         (elmo-find-fetch-strategy): Likewise.
3483
3484         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3485         elmo-localdir-msgdb-create-entity with argument msgdb.
3486
3487         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3488         and elmo-message-entity-set-number.
3489
3490         * elmo-cache.el (elmo-folder-msgdb-create): Use
3491         elmo-message-entity-field.
3492         (elmo-folder-msgdb-create): Call
3493         elmo-msgdb-create-message-entity-from-file instead of
3494         elmo-msgdb-create-overview-entity-from-file.
3495
3496         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3497         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3498         instead of elmo-msgdb-create-overview-from-buffer.
3499         (elmo-archive-msgdb-create-entity): Ditto.
3500         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3501         elmo-message-entity-field.
3502         (elmo-archive-parse-mmdf): Ditto.
3503
3504         * modb-entity.el: Removed.
3505
3506         * elmo-version.el (elmo-version): Up to 2.11.16.
3507
3508 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3511         `is-local'.
3512         (elmo-folder-flag-as-answered): Ditto.
3513
3514 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3515
3516         * modb-standard.el: New file.
3517
3518         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3519         elmo-msgdb-convert-type is `sync'.
3520
3521         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3522         (elmo-msgdb-convert-type): New user option.
3523
3524         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3525         (elmo-load-msgdb): Auto detect saved type.
3526
3527         * elmo-version.el (elmo-version): Up to 2.11.15.
3528
3529 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3530
3531         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3532
3533         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3534         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3535         with argument `delete-if-none' when dst-folder is 'null.
3536
3537         * elmo-flag.el (elmo-folder-append-messages): Defined.
3538         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3539
3540 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3543
3544 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3545
3546         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3547         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3548         (elmo-folder-commit): Ditto.
3549
3550 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * elmo-flag.el: New file.
3553
3554         * elmo-mark.el: Removed.
3555
3556         * modb-legacy.el (modb-legacy-new-mark,
3557         modb-legacy-unread-uncached-mark,
3558         modb-legacy-unread-cached-mark,
3559         modb-legacy-read-uncached-mark,
3560         modb-legacy-answered-cached-mark,
3561         modb-legacy-answered-uncached-mark,
3562         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3563         All other related portions are changed.
3564
3565         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3566         (elmo-folder-list-messages-with-global-mark): Abolish.
3567         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3568         (elmo-folder-flag-as-important): Ditto.
3569         (elmo-folder-unflag-read): Ditto.
3570         (elmo-folder-flag-as-read): Ditto.
3571         (elmo-folder-unflag-answered): Ditto.
3572         (elmo-folder-flag-as-answered): Ditto.
3573         (elmo-message-encache): Return the cache path.
3574         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3575         (elmo-message-set-flag): Transitional implementation.
3576         (elmo-message-unset-flag): Ditto.
3577         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3578         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3579         (elmo-init): Call elmo-global-flag-initialize.
3580         (toplevel): Added autoload settings for elmo-flag.
3581
3582         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3583
3584         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3585         (elmo-file-cache-delete): Don't treat global-mark.
3586
3587         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3588
3589         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3590
3591         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3592         `elmo-global-flags-set'.
3593
3594         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3595         `flag'.
3596         (elmo-folder-unflag-read): Ditto.
3597         (elmo-folder-unflag-important): Ditto.
3598         (elmo-folder-flag-as-important): Ditto.
3599         (elmo-folder-unflag-answered): Ditto.
3600         (elmo-folder-flag-as-answered): Ditto.
3601
3602         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3603         `elmo-global-flags-set'.
3604         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3605
3606         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3607
3608         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3609         `flag'.
3610         (elmo-folder-flag-as-important): Ditto.
3611         (elmo-folder-unflag-important): Ditto.
3612         (elmo-folder-flag-as-important): Ditto.
3613         (elmo-folder-unflag-read): Ditto.
3614         (elmo-folder-flag-as-read): Ditto.
3615         (elmo-folder-unflag-answered): Ditto.
3616         (elmo-folder-flag-as-answered): Ditto.
3617
3618         * elmo-multi.el (elmo-folder-list-importants): Don't call
3619         elmo-folder-list-messages-with-global-mark.
3620         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3621         (elmo-folder-unflag-important): Ditto.
3622         (elmo-folder-flag-as-read): Ditto.
3623         (elmo-folder-unflag-read): Ditto.
3624         (elmo-folder-flag-as-answered): Ditto.
3625         (elmo-folder-unflag-answered): Ditto.
3626
3627         * elmo-msgdb.el (elmo-msgdb-new-mark,
3628         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3629         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3630         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3631         (Moved to modb-legacy.el).
3632         (elmo-flag-table-get): Treat important flag too.
3633
3634         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3635         `mark' to `flag'.
3636         (elmo-map-folder-flag-as-important): Ditto.
3637         (elmo-map-folder-unflag-read): Ditto.
3638         (elmo-map-folder-flag-as-read): Ditto.
3639         (elmo-map-folder-unflag-answered): Ditto.
3640         (elmo-map-folder-flag-as-answered): Ditto.
3641         (elmo-folder-unflag-important): Ditto.
3642         (elmo-folder-flag-as-important): Ditto.
3643         (elmo-folder-unflag-read): Ditto.
3644         (elmo-folder-flag-as-read): Ditto.
3645         (elmo-folder-unflag-answered): Ditto.
3646         (elmo-folder-flag-as-answered): Ditto.
3647
3648         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3649         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3650         `flag'.
3651         (elmo-map-folder-unflag-important): Ditto.
3652         (elmo-map-folder-flag-as-read): Ditto.
3653         (elmo-map-folder-unflag-read): Ditto.
3654         (elmo-map-folder-flag-as-answered): Ditto.
3655         (elmo-map-folder-unflag-answered): Ditto.
3656
3657         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3658         `elmo-global-flags-set'.
3659         (elmo-global-flags-set): Added autoload setting.
3660
3661         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3662         `flag'.
3663
3664         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3665         `elmo-msgdb-global-mark-set'.
3666         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3667         Call `elmo-global-flags-set'.
3668         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3669         `flag'.
3670         (elmo-folder-flag-as-important-plugged): Ditto.
3671         (elmo-folder-unflag-read-plugged): Ditto.
3672         (elmo-folder-flag-as-read-plugged): Ditto.
3673         (elmo-folder-unflag-answered-plugged): Ditto.
3674         (elmo-folder-flag-as-answered-plugged): Ditto.
3675         (elmo-global-flags-set): Added autoload setting.
3676
3677         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3678         `flag'.
3679         (elmo-folder-unflag-read): Ditto.
3680         (elmo-folder-flag-as-important): Ditto.
3681         (elmo-folder-unflag-important): Ditto.
3682         (elmo-folder-flag-as-answered): Ditto.
3683         (elmo-folder-unflag-answered): Ditto.
3684
3685         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3686         change of `mark'->`flag'.
3687         (elmo-dop-queue-method-name-alist): Ditto.
3688         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3689         (elmo-folder-unflag-read-dop): Ditto.
3690         (elmo-folder-flag-as-important-dop): Ditto.
3691         (elmo-folder-unflag-important-dop): Ditto.
3692         (elmo-folder-flag-as-answered-dop): Ditto.
3693         (elmo-folder-unflag-answered-dop): Ditto.
3694
3695         * elmo-cache.el (elmo-folder-msgdb-create): Call
3696         `elmo-global-flags-set'.
3697
3698         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3699         Call `elmo-global-flags-set'.
3700         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3701         elmo-archive-parse-mmdf with argument `folder'.
3702         (elmo-archive-parse-mmdf): Added argument `folder';
3703         Call `elmo-global-flags-set'.
3704
3705         * elmo-version.el (elmo-version): Up to 2.11.14.
3706
3707 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3708
3709         * modb.el (elmo-msgdb-length): Define.
3710
3711         * elmo.el (elmo-make-folder): Fixed.
3712         (elmo-generic-folder-append-messages): Follow the API change.
3713
3714         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3715         API change.
3716
3717 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3718
3719         * modb.el: New file.
3720
3721         * modb-entity.el: Ditto.
3722
3723         * modb-legacy.el: Ditto.
3724
3725         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3726         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3727         of `elmo-msgdb-overview-get-entity'.
3728         (elmo-msgdb-get-field): Ditto.
3729         (elmo-msgdb-merge): Moved to `elmo.el'.
3730         (elmo-msgdb-length): Removed; redefine as modb method.
3731         (elmo-msgdb-change-mark): Abolish.
3732         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3733         (elmo-msgdb-match-condition): Don't use mark.
3734         (elmo-msgdb-overview-get-entity): Abolish.
3735         Split modb part into `modb*.el'.
3736
3737         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3738
3739         * elmo-shimbun.el (shimbun-mua-search-id): Use
3740         `elmo-msgdb-message-entity' instead of
3741         `elmo-msgdb-overview-get-entity'.
3742         (elmo-shimbun-folder-shimbun-header): Ditto.
3743         (elmo-shimbun-get-headers): Ditto.
3744         (elmo-shimbun-update-overview): Ditto.
3745
3746         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3747
3748         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3749
3750         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3751         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3752
3753         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3754         `elmo-msgdb-mark-to-flags'.
3755
3756         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3757         `elmo-msgdb-set-path'.
3758
3759         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3760  
3761         * elmo-version.el (elmo-version): Up to 2.11.13.
3762
3763         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3764
3765         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3766         of mark.
3767
3768 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3769
3770         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3771         mismatch.
3772
3773 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3774
3775         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3776         instead of `elmo-msgdb-get-cached'.
3777         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3778
3779         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3780         (elmo-msgdb-set-cached): Ditto.
3781         (elmo-msgdb-set-flag): Rewrite.
3782         (elmo-msgdb-unset-flag): Ditto.
3783
3784         * elmo-msgdb.el: Rewrite with luna.
3785
3786         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3787         (elmo-folder-msgdb): Follow the change above.
3788         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3789         (elmo-folder-unmark-important): Follow the API change.
3790         (elmo-folder-mark-as-important): Ditto.
3791         (elmo-folder-unmark-read): Ditto.
3792         (elmo-folder-mark-as-read): Ditto.
3793         (elmo-folder-unmark-answered): Ditto.
3794         (elmo-folder-mark-as-answered): Ditto.
3795         (elmo-folder-clear): Likewise.
3796
3797         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3798         instead of `elmo-msgdb-load' (renamed).
3799
3800         * elmo-version.el (elmo-version): Up to 2.11.12.
3801
3802 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3803
3804         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3805         change.
3806         (elmo-message-mark): Abolish.
3807         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3808         instead of `elmo-msgdb-change-mark'.
3809
3810         * elmo-pipe.el (elmo-message-mark): Abolish.
3811
3812         * elmo-multi.el (elmo-message-mark): Ditto.
3813
3814         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3815         (elmo-msgdb-unread-uncached-mark): Ditto.
3816         (elmo-msgdb-unread-cached-mark): Ditto.
3817         (elmo-msgdb-read-uncached-mark): Ditto.
3818         (elmo-msgdb-answered-cached-mark): Ditto.
3819         (elmo-msgdb-answered-uncached-mark): Ditto.
3820         (elmo-msgdb-important-mark): Ditto.
3821         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3822         `use-cache'.
3823         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3824         `flags'.
3825         (elmo-flag-table-load): Changed flag to list of flag.
3826         (elmo-flag-table-set): If flags is nil, set read flag.
3827         (elmo-flag-table-get): Return derived flags from global mark,
3828         cache status and saved flags.
3829         (elmo-msgdb-flag-table): Follow the change above.
3830         (elmo-msgdb-out-of-date-messages): New function.
3831
3832         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3833
3834         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3835
3836         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3837
3838         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3839         (elmo-nntp-msgdb-create-message): Ditto.
3840
3841         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3842
3843         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3844         independent.
3845         (elmo-folder-msgdb-create): Follow the API change.
3846
3847         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3848         (elmo-folder-append-messages): Ditto.
3849
3850         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3851         (elmo-folder-append-buffer): Ditto.
3852
3853         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3854
3855         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3856
3857         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3858         (elmo-archive-parse-mmdf): Ditto.
3859
3860         * elmo-version.el (elmo-version): Up to 2.11.11.
3861
3862 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3863
3864         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3865         `elmo-msgdb-mark'.
3866
3867         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3868
3869         * elmo-pipe.el (elmo-message-flags): Defined.
3870
3871         * elmo-multi.el (elmo-message-flags): Ditto.
3872
3873 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3874
3875         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3876         `elmo-msgdb-delete-msgs'.
3877
3878         * elmo.el (elmo-folder-count-flags): Don't use
3879         `elmo-msgdb-get-mark-alist'.
3880         (elmo-folder-detach-messages): Follow the API change.
3881
3882         * elmo.el (elmo-folder-list-messages): Append killed messages into
3883         result if `visible-only' is nil.
3884
3885         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3886         canceled messages.
3887         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3888         (elmo-folder-update-number): Likewise.
3889
3890         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3891         (elmo-pop3-sort-msgdb-by-original-number): Use
3892         `elmo-msgdb-sort-entities'.
3893
3894         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3895         (elmo-msgdb-sort-by-date): Use it.
3896         (elmo-msgdb-overview-sort-by-date): Abolish.
3897
3898         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3899
3900         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3901         (elmo-msgdb-flags): New function.
3902         (elmo-msgdb-merge): Use elmo-msgdb-append.
3903
3904         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
3905         change.
3906
3907         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3908
3909         * elmo-dop.el (elmo-folder-status-dop): Use
3910         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
3911
3912 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3913
3914         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
3915
3916         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
3917
3918         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
3919
3920         * elmo-util.el (elmo-with-progress-display): New macro.
3921
3922         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
3923
3924 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3925
3926         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3927         `elmo-folder-list-message-entities' instead of
3928         `elmo-msgdb-get-overview'.
3929         (elmo-map-folder-list-message-locations): Ditto.
3930
3931         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
3932         methods instead of treat directly).
3933         (elmo-msgdb-clear): Ditto.
3934         (elmo-msgdb-delete-msgs): Ditto.
3935         (elmo-msgdb-sort-by-date): Ditto.
3936
3937         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
3938         local variables.
3939         (elmo-nntp-folder-msgdb-create): Follow the API change.
3940
3941         * elmo-version.el (elmo-version): Up to 2.11.10.
3942
3943 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3944
3945         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
3946         (elmo-msgdb-flags-to-mark): Ditto.
3947         (elmo-msgdb-append-entity): Ditto.
3948
3949         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3950         Use `elmo-msgdb-append-entity' instead of construct msgdb.
3951         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
3952         (elmo-archive-parse-mmdf): Ditto.
3953
3954         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3955
3956         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3957
3958         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3959
3960         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3961
3962         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
3963
3964         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
3965
3966         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3967
3968         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3969
3970         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3971         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
3972         to empty msgdb.
3973
3974         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
3975         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
3976         instead of directly construction.
3977         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
3978         instead of construct msgdb.
3979
3980         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3981         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
3982         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
3983         instead of construct msgdb.
3984
3985 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3986
3987         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
3988         when field is from or subject.
3989
3990 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3991
3992         * elmo-multi.el (elmo-message-entity-parent): Define.
3993         (elmo-folder-search): Rewrite.
3994
3995 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3996
3997         * elmo-multi.el (elmo-message-cached-p): Define.
3998
3999         * elmo.el (elmo-message-cached-p): New method.
4000         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4001         (elmo-message-flags): New method.
4002         (elmo-message-flagged-p): New function.
4003
4004         * elmo-version.el (elmo-version): Up to 2.11.9.
4005
4006 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4007
4008         * elmo-version.el (elmo-version): Up to 2.11.8.
4009
4010         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4011
4012         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4013
4014 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4015
4016         * elmo.el (elmo-folder-detach-messages): Undo last change.
4017
4018 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4019
4020         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4021
4022         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4023         only when src folder type is pop3.
4024
4025 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4026
4027         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4028         elmo-msgdb-overview-entity-get-number instead of
4029         elmo-message-entity-number.
4030
4031 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4032
4033         * elmo-version.el (elmo-version): Up to 2.11.7.
4034
4035 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4036
4037         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4038         function.
4039
4040         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4041         (elmo-msgdb-merge): New function.
4042         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4043         (elmo-msgdb-make-index): Rewrite.
4044
4045         * elmo-version.el (elmo-version): Up to 2.11.6.
4046
4047         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4048         use it as a the path for loading message entities.
4049
4050         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4051
4052 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4053
4054         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4055         message-modified slot of itself if it does not require target msgdb.
4056
4057         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4058         if folder length is zero.
4059         (elmo-mime-display-as-is): Ditto.
4060
4061         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4062
4063         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4064
4065 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4066
4067         * elmo.el (elmo-folder-set-message-modified): New method.
4068         (elmo-generic-folder-commit): Use it.
4069         (elmo-folder-synchronize): Ditto.
4070
4071         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4072         (elmo-folder-commit): Remove duplicate definition.
4073
4074 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4077
4078 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4079
4080         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4081         (elmo-strict-folder-diff): Ditto.
4082         (elmo-folder-set-info-max-by-numdb): Simplify.
4083
4084         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4085         elmo-msgdb-list-messages.
4086
4087         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4088         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4089
4090 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4093         visible-only is non-nil.
4094         (elmo-folder-confirm-appends): Changed message.
4095         (elmo-folder-synchronize): Added argument disable-killed.
4096
4097         * elmo-multi.el (elmo-folder-synchronize): Added argument
4098         disable-killed.
4099
4100         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4101
4102         * elmo-version.el (elmo-version): Up to 2.11.5.
4103
4104         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4105         elmo-list-filter.
4106
4107         * elmo-util.el (elmo-list-filter): Simplify.
4108
4109         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4110         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4111         (elmo-generic-folder-diff): Abolish argument.
4112         (elmo-msgdb-load): Don't use number-alist.
4113
4114         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4115
4116         * elmo-pipe.el (elmo-folder-diff): Ditto.
4117
4118         * elmo-nmz.el (elmo-folder-diff): Ditto.
4119
4120         * elmo-net.el (elmo-folder-diff): Ditto.
4121
4122         * elmo-maildir.el (elmo-folder-diff): Ditto.
4123
4124         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4125
4126         * elmo-multi.el (elmo-folder-diff): Ditto
4127         (elmo-multi-folder-diff): Rewrite.
4128
4129 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4130
4131         * elmo-pipe.el (elmo-folder-msgdb): Define.
4132
4133 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4134
4135         * elmo.el (elmo-message-set-cached): Define as a method.
4136
4137         * elmo-pipe.el (elmo-message-set-cached): Define.
4138         (elmo-find-fetch-strategy): Ditto.
4139
4140         * elmo-multi.el (elmo-message-set-cached): Define.
4141         (elmo-find-fetch-strategy): Rewrite.
4142
4143         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4144
4145         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4146
4147 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4150         instead of number-alist.
4151
4152         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4153         mark nor message-id when msgdb of source folder is not loaded.
4154
4155         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4156
4157         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4158
4159 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4160
4161         * elmo.el (elmo-folder-length): Don't require msgdb.
4162
4163 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4164
4165         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4166         (elmo-message-field): Ditto.
4167
4168         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4169         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4170         slot.
4171         (elmo-map-folder-list-answereds): Define.
4172         (elmo-maildir-list-location): Treat 'R' info.
4173         (elmo-folder-msgdb-create): Treat flag-table.
4174         (elmo-folder-append-messages): Save flag-table.
4175
4176 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4177
4178         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4179         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4180
4181 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4182
4183         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4184
4185         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4186         'read when mark is null.
4187
4188 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * elmo-version.el (elmo-version): Up to 2.11.4.
4191
4192 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4193
4194         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4195         (elmo-folder-mark-as-answered): Ditto.
4196
4197 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4198
4199         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4200         (elmo-pop3-get-session): Make msgdb directory after session.
4201         (elmo-folder-exists-p): Check exactly at the first time even when the
4202         elmo-pop3-exists-exactly is nil.
4203
4204         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4205         (elmo-folder-list-messages): Define instead of
4206         elmo-folder-list-messages-internal.
4207         (elmo-folder-check): Check destination folder.
4208         (elmo-folder-synchronize): Drain the pipe.
4209
4210         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4211         when msgdb is not loaded.
4212
4213         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4214
4215         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4216         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4217         messages.
4218
4219         * elmo.el (elmo-folder-kill-messages-before): New function.
4220         (elmo-folder-kill-messages): Ditto.
4221         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4222
4223         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4224         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4225         killed not by synchronize (e.g. scoring).
4226
4227 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4228
4229         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4230         treated.
4231         (elmo-folder-search): Follow the change above.
4232
4233         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4234         into the candidates of search field.
4235
4236 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4239         (elmo-msgdb-unset-flag): Ditto.
4240
4241         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4242
4243 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4244
4245         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4246         (elmo-folder-commit): Define.
4247         (elmo-folder-synchronize): Ditto.
4248         (elmo-folder-list-flagged): Ditto.
4249         (elmo-folder-commit): Ditto.
4250         (elmo-folder-length): Ditto.
4251         (elmo-folder-count-flags): Ditto.
4252         (elmo-message-mark): Ditto.
4253         (elmo-message-field): Ditto.
4254         (elmo-message-entity): Ditto.
4255         (elmo-message-folder): Ditto.
4256
4257 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4258
4259         * elmo.el (elmo-message-field): Define as a method.
4260
4261         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4262         (elmo-message-field): Define.
4263
4264         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4265         (elmo-folder-list-importants): Ditto.
4266         (elmo-folder-list-answereds): Ditto.
4267
4268         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4269         qualifier.
4270         (elmo-folder-mark-as-read): Ditto.
4271         (elmo-folder-unmark-read): Ditto.
4272         (elmo-folder-mark-as-answered): Ditto.
4273         (elmo-folder-unmark-answered): Ditto.
4274         (elmo-folder-list-flagged): Define.
4275         (elmo-folder-commit): Ditto.
4276         (elmo-folder-length): Ditto.
4277         (elmo-folder-count-flags): Ditto.
4278
4279 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * elmo.el (elmo-folder-detach-messages): New method.
4282         (elmo-folder-move-messages): Use it.
4283         (elmo-folder-synchronize): Ditto.
4284
4285         * elmo-multi.el (elmo-folder-detach-messages): Define.
4286
4287         * elmo.el (elmo-message-copy-entity): New function.
4288         (elmo-message-entity-set-number): Ditto.
4289         (elmo-message-mark): Define as method.
4290
4291         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4292         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4293         (elmo-message-entity): Fixed last change.
4294         (elmo-message-mark): Define.
4295         (elmo-folder-msgdb-create): Abolish.
4296         (elmo-multi-folder-append-msgdb): Ditto.
4297         (elmo-multi-folder-diff): Fixed.
4298         (elmo-multi-split-number-alist): Removed.
4299         (elmo-multi-split-mark-alist): Removed.
4300         (elmo-folder-list-messages): Define.
4301         (elmo-folder-list-messages-internal): Removed.
4302
4303         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4304         local file messages.
4305         (elmo-folder-msgdb-create): Fixed read mark.
4306
4307 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4308
4309         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4310         if mark is nil.
4311
4312 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4313
4314         * elmo.el (elmo-folder-list-message-entities): Define as inline
4315         function.
4316         (elmo-folder-messages): Abolish.
4317
4318         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4319         folder.
4320         (elmo-folder-synchronize): Define.
4321         (elmo-message-entity): Define.
4322
4323 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4326         elmo-imap4-session-select-mailbox.
4327
4328         * elmo.el (elmo-folder-move-messages): Don't display any message.
4329
4330         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4331         parsing.
4332         (elmo-imap4-session-check): Don't wait CHECK response.
4333         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4334
4335 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4336
4337         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4338
4339 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4340
4341         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4342         API.
4343         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4344
4345
4346         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4347         (elmo-folder-list-message-entities): Added argument in-msgdb and
4348         numbers.
4349         (elmo-folder-synchronize): Define as a method.
4350
4351         * elmo-nntp.el (elmo-folder-initialize): Don't use
4352         elmo-nntp-default-user if zero-length username is specified
4353         explicitly.
4354
4355 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4356
4357         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4358         server name in case with username.
4359         (XXX: this is ad-hoc fix against username includes "@", it
4360         should be solved fundamentally)
4361
4362 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4363
4364         * elmo-nntp.el (elmo-nntp-debug): New function.
4365         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4366         (elmo-network-authenticate-session): Hide auth-info from the log.
4367
4368         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4369         user name if it is equal to elmo-nntp-default-user.
4370
4371 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4372
4373         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4374         instead of shimbun-server-internal;
4375         Use shimbun-current-group instead of shimbun-current-group-internal.
4376         (elmo-folder-plugged-p): Use shimbun-server instead of
4377         shimbun-server-internal.
4378         (elmo-folder-set-plugged): Ditto.
4379         (elmo-net-port-info): Ditto.
4380         (elmo-folder-check): Ditto.
4381         (elmo-folder-expand-msgdb-path): Ditto.
4382         (elmo-folder-list-subfolders): Ditto.
4383
4384 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4385
4386         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4387         Convert field-name to lower case.
4388         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4389
4390 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4391
4392         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4393         `message' and `error' take format string.
4394
4395 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4396
4397         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4398
4399 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4400
4401         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4402         recursive call (can't byte compile on emacs 20.7).
4403
4404 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4407         (elmo-folder-list-message-entities): New API.
4408         (elmo-message-entity): Ditto.
4409         (elmo-message-entity-parent): Ditto.
4410         (elmo-folder-do-each-message-entity): Ditto.
4411         (elmo-message-entity-number): Ditto.
4412         (elmo-message-entity-field): Ditto.
4413         (elmo-message-entity-set-field): Ditto.
4414         (elmo-folder-count-flags): Ditto.
4415         (elmo-folder-length): Ditto.
4416
4417         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4418         not.
4419
4420         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4421         (elmo-msgdb-count-marks): Abolish.
4422         (elmo-msgdb-make-entity): Ditto.
4423         (elmo-msgdb-do-each-entity): Ditto.
4424         (elmo-msgdb-message-entity): New inline function.
4425         (elmo-msgdb-message-entity-field): Ditto.
4426         (elmo-msgdb-message-entity-set-field): Ditto.
4427         (elmo-msgdb-make-message-entity): New function.
4428
4429 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4430
4431         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4432         to flag. (All other related portions are changed.)
4433         (elmo-folder-msgdb-create): Likewise.
4434         (elmo-generic-folder-append-messages): Use flag-table instead of
4435         seen-list.
4436         (elmo-folder-move-messages): Removed redundant process.
4437         (elmo-folder-synchronize): Likewise.
4438
4439         * elmo-msgdb.el (elmo-flag-table-get): New function.
4440         (elmo-flag-table-save): Fixed.
4441         (elmo-msgdb-length): New inline function.
4442         (elmo-msgdb-flag-table): New function.
4443         (elmo-msgdb-mark): Add optional argument new.
4444         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4445         (elmo-msgdb-seen-list): Ditto.
4446         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4447
4448
4449 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4450
4451         * elmo.el (elmo-message-set-mark): Abolish.
4452         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4453         (All related portions are changed.)
4454
4455         * elmo-msgdb.el (toplevel): Added comment.
4456         (elmo-load-msgdb): Added 4th element `path'.
4457         (elmo-msgdb-append): Follow the change above.
4458         (elmo-msgdb-clear): Ditto.
4459         (elmo-msgdb-delete-msgs): Ditto.
4460         (elmo-msgdb-get-path): New inline function.
4461         (elmo-msgdb-set-path): Ditto.
4462         (elmo-flag-table-filename): New variable.
4463         (elmo-flag-table-load): New function.
4464         (elmo-flag-table-set): Ditto.
4465         (elmo-flag-table-save): Ditto.
4466         (elmo-msgdb-get-field-value): Abolish.
4467         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4468
4469 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4470
4471         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4472         the folder has been deleted successfully.
4473         * elmo-imap4.el (elmo-folder-delete): Ditto.
4474         * elmo-archive.el (elmo-folder-delete): Ditto.
4475         * elmo-localdir.el (elmo-folder-delete): Ditto.
4476         * elmo-maildir.el (elmo-folder-delete): Ditto.
4477
4478 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4479
4480         * elmo-util.el (elmo-string-member-ignore-case): New function.
4481         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4482         (elmo-imap4-fetch-callback-1-subr): Likewise.
4483
4484 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4485
4486         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4487         the case of the name attribute "\Noselect".
4488
4489 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4492
4493         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4494         flist, is not always a member of onum-alist.
4495
4496 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4497
4498         * elmo-version.el (elmo-version): Up to 2.11.3.
4499
4500 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4503         copied from localdir's one.
4504
4505         * elmo-pipe.el (elmo-folder-rename): New method, rename
4506         destination folder with leaving source folder as it is.
4507
4508 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4509
4510         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4511         replace-regexp.
4512
4513 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515         * elmo-version.el (elmo-version): Up to 2.11.2.
4516
4517 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4520         shimbun-open in case of "@".
4521         (elmo-folder-open-internal): Cope with shimbun = nil case.
4522         (elmo-folder-plugged-p): Ditto.
4523         (elmo-folder-list-subfolders): Make list for "@/" group.
4524
4525 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4528         mailbox (e.g. for %~/something).
4529
4530 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4531
4532         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4533         Replace nested conditional with guard clauses.
4534
4535 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4538         error [wl:11327].
4539
4540         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4541         print-depth.
4542
4543 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4544
4545         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4546         Replace nested conditional with guard clauses.
4547
4548 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4551         (elmo-passwd-alist-save): Ditto.
4552         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4553
4554 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4555
4556         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4557         dir-name only if it is absolute path.
4558         (TODO: distinguish +/something and +something)
4559
4560 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4563         path for "+~/something".
4564
4565 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4568         as non-directory, cause error before rename-file.
4569         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4570         apropriately, mimic localdir's one.
4571         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4572
4573 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4574
4575         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4576
4577 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4580
4581         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4582         
4583         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4584         is included in the global-mark or not.
4585
4586 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * utf7.el (toplevel): Avoid error when the function
4589         find-coding-system does not exist.
4590
4591 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4594         cache even if the folder is plugged.
4595         (elmo-nntp-search-primitive): Do nothing when body search is
4596         invoked (although it is not used by the change above).
4597         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4598
4599 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4600
4601         * elmo-version.el (elmo-version): Up to 2.11.1.
4602
4603 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4604
4605         * elmo-archive.el: Specify charset.
4606
4607 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4608
4609         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4610         process buffer lives or not.
4611
4612         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4613         while flushing queues (It causes infinite loop).
4614
4615 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4616
4617         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4618
4619 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * utf7.el (toplevel): Check the ucs features dynamically.
4622         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4623
4624         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4625         folder is creatabe or not if it already exists.
4626
4627 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4628
4629         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4630
4631         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4632
4633         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4634         (elmo-imap4-read-response): Take care of garbage response.
4635
4636 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4639         just return nil instead of error.
4640
4641 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4642
4643         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4644         search-key is "body".
4645
4646 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4647
4648         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4649         of elmo-string-matched-assoc to use match-data.
4650         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4651
4652 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4653
4654         * elmo-split.el (elmo-split->): New function.
4655         (elmo-split-<): Ditto.
4656
4657 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4658
4659         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4660         workaround for invalid message-id.
4661
4662 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4663
4664         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4665         return normal pop3 session or pop3 biff session.
4666
4667 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4668
4669         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4670         info part to the cur files when the new files already have it.
4671         (Adviced by Jared Rhine <jared@wordzoo.com>)
4672
4673 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4674
4675         * elmo-split.el (elmo-split-default-action): New variable.
4676         (elmo-split-subr): Use it if all other conditions are passed.
4677         Extend `fname' and rename it as `action'. (implemented
4678         Teranishi-san's idea in [wl:10800])
4679
4680 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4683         * elmo-util.el: Ditto.
4684
4685 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4686
4687         * elmo.el (elmo-message-accessible-p): Renamed from
4688         elmo-message-cached-p and rewritten.
4689
4690 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4691
4692         * elmo.el (elmo-folder-list-flagged): New generic function.
4693         (elmo-folder-list-importants): New implementation.
4694         (elmo-folder-list-answereds): Ditto.
4695         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4696         Added 'digest'.
4697         (elmo-message-cached-p): New function.
4698         (elmo-message-set-flag): Ditto (no content).
4699         (elmo-message-unset-flag): Ditto.
4700         (elmo-folder-list-messages-mark-match): Abolish.
4701
4702         * elmo-util.el (elmo-regexp-opt): New function.
4703
4704         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4705         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4706         Added 'digest'.
4707         (elmo-msgdb-list-flagged): New function.
4708
4709         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4710         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4711         Added 'digest'.
4712
4713         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4714
4715 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * elmo-version.el (elmo-version): Up to 2.11.0.
4718
4719 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4720
4721         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4722         `elmo-file-cache-exists-p'; use proper mark that depends on
4723         `use-cache'.
4724         (elmo-msgdb-unset-flag): Ditto.
4725         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4726
4727         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4728         with 4th argument `use-cache'.
4729
4730 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4733         (elmo-folder-mark-as-important): Ditto.
4734         (elmo-folder-unmark-read): Ditto.
4735         (elmo-folder-mark-as-read): Ditto.
4736         (elmo-folder-unmark-answered): Ditto.
4737         (elmo-folder-mark-as-answered): Ditto.
4738
4739         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4740         message status.
4741         (elmo-msgdb-mark): Likewise.
4742         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4743         (elmo-msgdb-unset-flag): Likewise.
4744
4745         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4746
4747 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4750         `last:' filter.
4751
4752 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4755         set spool-length to 0.
4756
4757 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4758
4759         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4760         (elmo-dop-queue-flush): Fixed last change.
4761
4762 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4763
4764         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4765         if require-msgdb slot is nil.
4766         (elmo-folder-list-importants): Likewise.
4767
4768 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4769
4770         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4771         mark is changed.
4772
4773         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4774         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4775         is changed.
4776
4777 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4778
4779         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4780
4781 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4784
4785         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4786
4787 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4788
4789         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4790         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4791
4792 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4795         the problem reported by Sean Rima [wl-en:180].
4796
4797 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4800
4801         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4802
4803         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4804
4805         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4806
4807         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4808
4809         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4810
4811         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4812
4813 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4814
4815         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4816         status number.
4817
4818 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4821         (elmo-folder-mark-as-read): Follow the API change.
4822         (elmo-message-set-cached): New function.
4823
4824         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4825
4826         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4827
4828         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4829         (elmo-folder-mark-as-important): Ditto.
4830         (elmo-folder-unmark-read): Ditto.
4831         (elmo-folder-mark-as-read): Ditto.
4832         (elmo-folder-unmark-answered): Ditto.
4833         (elmo-folder-mark-as-answered): Ditto.
4834
4835         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4836         (elmo-folder-unmark-important): Ditto.
4837         (elmo-folder-mark-as-read): Ditto.
4838         (elmo-folder-unmark-read): Ditto.
4839         (elmo-folder-mark-as-answered): Ditto.
4840         (elmo-folder-unmark-answered): Ditto.
4841
4842         * elmo-mark.el (toplevel): Removed some mark method definitions.
4843
4844         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4845         (elmo-map-folder-mark-as-answered): Ditto.
4846         (elmo-folder-unmark-important): Add :before qualifier.
4847         (elmo-folder-mark-as-important): Ditto.
4848         (elmo-folder-unmark-read): Ditto.
4849         (elmo-folder-mark-as-read): Ditto.
4850         (elmo-folder-unmark-answered): Define.
4851         (elmo-folder-mark-as-answered): Ditto.
4852
4853         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4854         (elmo-map-folder-unmark-answered): Ditto.
4855
4856         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4857
4858         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4859         (elmo-folder-mark-as-important): Ditto.
4860         (elmo-folder-unmark-read): Ditto.
4861         (elmo-folder-mark-as-read): Ditto.
4862         (elmo-folder-unmark-answered): Ditto.
4863         (elmo-folder-mark-as-answered): Ditto.
4864
4865         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4866         `mark'; evaluate mark condition.
4867         (elmo-msgdb-match-condition-internal): New function.
4868         (elmo-msgdb-match-condition): Call it; changed argument.
4869
4870         * elmo.el (elmo-folder-search): Follow the API change on
4871         `elmo-msgdb-match-condition'.
4872
4873 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4874
4875         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4876         original mark is non-nil.
4877
4878 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4879
4880         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4881         (elmo-map-folder-list-answereds): New method.
4882         (elmo-folder-list-unreads): Add :around qualifier.
4883         (elmo-folder-list-importants): Ditto.
4884         (elmo-folder-list-answereds): Ditto.
4885
4886 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4889
4890         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4891         method if msgdb is not required.
4892         (elmo-filter-folder-list-importants): Don't treat global-mark.
4893
4894         * elmo.el (elmo-folder-list-importants): Ditto.
4895
4896         * elmo-net.el (elmo-folder-list-importants): Ditto.
4897
4898         * elmo-map.el (elmo-folder-list-importants): Ditto.
4899
4900         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4901
4902         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
4903         (elmo-imap4-folder-list-any-plugged): New function.
4904         (elmo-imap4-search-internal-primitive): Use it.
4905
4906         * elmo-filter.el (elmo-folder-check): Synchronize original folder
4907         only when require-msgdb slot is non-nil.
4908         (elmo-folder-close): Clear target folder's msgdb.
4909
4910 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4911
4912         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
4913         (elmo-pop3-msgdb-create-by-header): Ditto.
4914         (elmo-pop3-msgdb-create-message): Ditto.
4915
4916         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4917
4918         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4919
4920         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4921
4922         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4923         (elmo-folder-msgdb-create): Ditto.
4924         (elmo-nntp-folder-msgdb-create): Ditto.
4925         (elmo-nntp-msgdb-create-by-header): Ditto.
4926         (elmo-nntp-msgdb-create-message): Ditto.
4927         (elmo-folder-list-unreads): Define.
4928
4929         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
4930         (elmo-folder-append-messages): Ditto.
4931         (elmo-folder-list-unreads): Define.
4932         (elmo-folder-list-importants): Ditto.
4933         (elmo-folder-list-answereds): Ditto.
4934
4935         * elmo-net.el (elmo-folder-list-unreads): Define.
4936         (elmo-folder-list-importants): Ditto.
4937         (elmo-folder-list-answereds): Ditto.
4938         (elmo-folder-list-answereds-plugged): Ditto.
4939         (elmo-folder-msgdb-create): Follow the API change.
4940         (elmo-folder-msgdb-create-unplugged): Ditto.
4941         (elmo-folder-unmark-answered): Define.
4942         (elmo-folder-mark-as-answered-unplugged): Ditto.
4943         (elmo-folder-unmark-answered-unplugged): Ditto.
4944
4945         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
4946         (elmo-msgdb-unread-uncached-mark): Ditto.
4947         (elmo-msgdb-unread-cached-mark): Ditto.
4948         (elmo-msgdb-read-uncached-mark): Ditto.
4949         (elmo-msgdb-answered-cached-mark): Ditto.
4950         (elmo-msgdb-answered-uncached-mark): Ditto.
4951         (elmo-msgdb-important-mark): Ditto.
4952         (elmo-msgdb-set-mark): Rewrite.
4953         (elmo-msgdb-count-marks): Rewrite.
4954         (elmo-msgdb-mark-alist-set): Abolish.
4955         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
4956         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
4957
4958         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
4959         (elmo-folder-close): Define.
4960         (elmo-folder-msgdb-create): Follow the API change.
4961         (elmo-folder-list-unreads): Rewrite.
4962         (elmo-folder-mark-as-important): Ditto.
4963         (elmo-folder-unmark-important): Ditto.
4964         (elmo-folder-mark-as-read): Ditto.
4965         (elmo-folder-unmark-read): Ditto.
4966         (elmo-folder-mark-as-answered): Define.
4967         (elmo-folder-unmark-answered): Ditto.
4968
4969         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
4970         (elmo-folder-append-messages): Ditto.
4971
4972         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
4973
4974         * elmo-map.el (elmo-folder-list-unreads): Ditto.
4975         (elmo-folder-list-importants): Ditto.
4976
4977         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4978         (elmo-folder-append-messages): Ditto.
4979
4980         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
4981         change.
4982         (elmo-folder-msgdb-create-plugged): Ditto.
4983         (elmo-folder-append-messages): Ditto.
4984         (elmo-folder-list-answereds-plugged): Define.
4985         (elmo-imap4-search-internal-primitive): Add `mark' processing.
4986         (elmo-folder-unmark-answered-plugged): Define.
4987         (elmo-folder-mark-as-answered-plugged): Ditto.
4988         (elmo-folder-search-requires-msgdb-p): Ditto.
4989
4990         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
4991         (elmo-folder-initialize): Set it.
4992         (elmo-folder-msgdb): Define.
4993         (elmo-folder-check): Call elmo-folder-synchronize.
4994         (elmo-folder-close): Define.
4995         (elmo-folder-commit): Ditto.
4996         (elmo-folder-msgdb-create): Rewrite.
4997         (elmo-folder-list-unreads): Ditto.
4998         (elmo-folder-list-importants): Ditto.
4999         (elmo-folder-mark-as-read): Ditto.
5000         (elmo-folder-unmark-read): Ditto.
5001         (elmo-folder-mark-as-important): Ditto.
5002         (elmo-folder-unmark-important): Ditto.
5003         (elmo-folder-mark-as-answered): Define.
5004         (elmo-folder-unmark-answered): Ditto.
5005
5006         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5007         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5008         (elmo-dop-queue-method-name-alist): Likewise.
5009         (elmo-folder-mark-as-answered-dop): New inline function.
5010         (elmo-folder-unmark-answered-dop): Ditto.
5011         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5012
5013         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5014         (elmo-folder-msgdb-create): Ditto.
5015         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5016         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5017         (elmo-archive-parse-mmdf): Ditto.
5018
5019         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5020         (elmo-folder-list-unreads-internal): Ditto.
5021
5022         * elmo.el (elmo-folder-msgdb): Define as generic function.
5023         (elmo-folder-list-messages): Added argument `in-msgdb'.
5024         (elmo-folder-list-unreads): Define as generic function.
5025         (elmo-folder-list-importants): Ditto.
5026         (elmo-folder-list-answereds): Ditto.
5027         (elmo-folder-list-messages-with-global-mark): New function.
5028         (elmo-folder-msgdb-create): Removed mark arguments.
5029         (elmo-folder-unmark-answered): New generic function.
5030         (elmo-folder-mark-as-answered): Ditto.
5031         (elmo-folder-append-messages): Removed argunment `unread-marks'
5032         (elmo-folder-list-unreads-internal): Abolish.
5033         (elmo-folder-list-importants-internal): Ditto.
5034         (elmo-folder-search-requires-msgdb-p): New generic function.
5035         (elmo-folder-search-requires-msgdb-p-internal): New function.
5036         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5037         elmo-msgdb-load.
5038         (elmo-folder-search-fast): Added key 'mark'.
5039         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5040         instead of unread-marks argument.
5041         (elmo-folder-move-messages): Removed argunment `unread-marks'
5042         (elmo-folder-unmark-important): Define.
5043         (elmo-folder-mark-as-important): Ditto.
5044         (elmo-folder-unmark-read): Ditto.
5045         (elmo-folder-mark-as-read): Ditto.
5046         (elmo-folder-unmark-answered): Ditto.
5047         (elmo-folder-mark-as-answered): Ditto.
5048         (elmo-folder-replace-marks): Abolish.
5049         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5050         duplicates.
5051         (elmo-folder-synchronize): Removed mark arguments;
5052         return crosspost only number.
5053
5054 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5055
5056         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5057         Remove redundunt connectivity check.
5058
5059 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5060
5061         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5062         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5063
5064 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5065
5066         * pldap.el (ldap-decode-string): Return string as-is if
5067         `ldap-coding-system' is nil.
5068         (ldap-encode-string): Ditto.
5069         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5070         (ldap-default-host): Fixed docstring.
5071
5072 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * elmo-util.el (elmo-warning): Define as a macro which uses
5075         `display-warning' if it is defined as a function.
5076
5077         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5078         (elmo-split-equal): Use it.
5079         (elmo-split-match): Ditto.
5080         (elmo-split-message-entity): New buffer-local variable.
5081         (elmo-split-subr): Set it.
5082
5083         * elmo-version.el (elmo-version): Up to 2.9.15.
5084
5085 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5086
5087         * elmo-imap4.el (elmo-network-initialize-session):
5088         Check capability after starttls.
5089
5090 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * elmo-util.el (elmo-list-delete): Added optional argument
5093         DELETE-FUNCTION.
5094
5095         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5096
5097         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5098
5099         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5100
5101         * elmo-imap4.el (elmo-folder-initialize): Don't use
5102         elmo-imap4-default-mailbox.
5103
5104 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5105
5106         * elmo-split.el (toplevel): Use `product-provide'.
5107         (elmo-split): Checkdoc.
5108
5109 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5110
5111         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5112         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5113         the function `elmo-imap4-debug-1'.
5114
5115 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5116
5117         * elmo-split.el (elmo-split): Moved to run hooks and to show
5118         message from elmo-split-subr.
5119         (elmo-split-subr): Follow the change above.
5120
5121         * elmo-split.el (elmo-split-subr): New function (renamed from
5122         elmo-split-subr).
5123         (elmo-split): Changed to call elmo-split-subr by element of
5124         elmo-split-folder.
5125         (elmo-split-folder): Changed customization type to choice.
5126
5127 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5128
5129         * elmo-split.el (elmo-split-and): Fixed condition.
5130
5131 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5132
5133         * elmo-split.el: New file.
5134         (elmo-split): Fixed logic.
5135         Display "Test:" instead of "Folder:" when reharsal.
5136
5137         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5138         explicitly.
5139
5140         * elmo-version.el (elmo-version): Up to 2.9.14.
5141
5142         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5143         wl-expand-newtext).
5144
5145 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5146
5147         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5148         message with no message-id field.
5149
5150 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5151
5152         * elmo-version.el (elmo-version): Up to 2.9.13.
5153
5154         * elmo-dop.el (elmo-folder-status-dop): Fix.
5155
5156 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5159
5160         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5161         changing default value of default-mime-charset.
5162         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5163
5164         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5165
5166         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5167         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5168         instead of elmo-dop-queue-method-name-alist to check merging queue.
5169         (elmo-folder-delete-messages-dop): Delete from queue if negative
5170         message number.
5171         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5172         file is already removed.
5173
5174 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * elmo-vars.el: Bind colon keywords for old Emacsen.
5177
5178 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5179
5180         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5181         against non-exsisting charset.
5182
5183 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5186         Use eword-decode-and-unfold-unstructured-field-body.
5187
5188         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5189         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5190         exists to decode raw subject string.
5191         (toplevel): Require 'mime.
5192
5193         * elmo-version.el (elmo-version): Up to 2.9.12.
5194
5195 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5198         (elmo-msgdb-set-mark): Ditto.
5199
5200         * elmo-version.el (elmo-version): Up to 2.9.11.
5201
5202 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * elmo-util.el (elmo-delete-match-files): New function.
5205
5206         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5207         instead of elmo-delete-directory.
5208
5209         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5210         elmo-hash-minimun-size as 63.
5211
5212         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5213         elmo-diff-unread is nil.
5214
5215         * elmo-imap4.el (elmo-folder-open): Fix.
5216
5217         * elmo.el (elmo-message-mark): Rewrite.
5218         (elmo-message-field): Ditto.
5219         (elmo-message-set-mark): Ditto.
5220         (elmo-folder-replace-marks): New function.
5221         (elmo-generic-folder-append-msgdb): Removed third argument for
5222         elmo-msgdb-append.
5223         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5224         (elmo-msgdb-load): New implementation.
5225
5226         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5227
5228         * elmo-util.el (elmo-list-insert): New implementation.
5229
5230         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5231         argument for elmo-msgdb-append.
5232         
5233
5234         * elmo-msgdb.el (elmo-load-msgdb): New function.
5235         (elmo-make-msgdb): Ditto.
5236         (elmo-msgdb-get-index): New inline function.
5237         (elmo-msgdb-set-index): Ditto.
5238         (elmo-msgdb-get-entity-hashtb): Ditto.
5239         (elmo-msgdb-get-mark-hashtb): Ditto.
5240         (elmo-msgdb-get-mark): Ditto.
5241         (elmo-msgdb-set-mark): Ditto.
5242         (elmo-msgdb-count-marks): Ditto.
5243         (elmo-msgdb-get-number): Ditto.
5244         (elmo-msgdb-get-field): Ditto.
5245         (elmo-msgdb-seen-list): Ditto.
5246         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5247         (elmo-msgdb-delete-msgs): Follow the changes above.
5248         (elmo-msgdb-overview-get-entity): Ditto.
5249         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5250         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5251         and rewritten.
5252         (elmo-msgdb-make-index): Likewise.
5253         (elmo-msgdb-append): Removed third argument.
5254         (elmo-msgdb-clear): Clear index as nil.
5255         (elmo-folder-set-info-hashtb): Removed.
5256         (elmo-folder-set-info-max-by-numdb): Ditto.
5257         (elmo-folder-info-make-hashtb): Ditto.
5258
5259         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5260
5261         * elmo-map.el (elmo-folder-pack-number): Ditto.
5262
5263 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5264
5265         * elmo-version.el (elmo-version): Up to 2.9.10.
5266
5267         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5268
5269         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5270
5271 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5272
5273         * elmo-utils.el (elmo-make-directory): Add option.
5274         Default file mode is 700.
5275
5276 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5277
5278         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5279
5280 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5283         mime-charset.
5284
5285         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5286         and "smaller".
5287
5288 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5289
5290         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5291         (elmo-shimbun-folder-entity-hash): New function.
5292         (elmo-shimbun-folder-shimbun-header): Ditto.
5293         (elmo-shimbun-entity-to-header): Ditto.
5294         (elmo-shimbun-msgdb-to-headers): Removed.
5295         (elmo-shimbun-folder-setup): Ditto.
5296         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5297         for hash key.
5298         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5299         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5300         Removed useless local bind.
5301         (elmo-folder-open-internal): Don't call
5302         `elmo-shimbun-folder-setup'.
5303         (elmo-folder-close-internal): Clear entity-hash slot.
5304         (elmo-folder-clear): Ditto.
5305         (elmo-shimbun-msgdb-create-entity): Use
5306         `elmo-shimbun-folder-shimbun-header'.
5307         (elmo-map-message-fetch): Ditto.
5308         (elmo-shimbun-update-overview): Use overview entity instead of
5309         shimbun header to lookup id by references.
5310         (elmo-map-folder-list-message-locations): Use not only headers but
5311         also overviews to list locations.
5312
5313 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5314
5315         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5316         msgdb path.
5317
5318         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5319
5320 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * elmo-util.el (elmo-read-search-condition-internal): Give default
5323         value for date.
5324
5325 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5326
5327         * elmo-util.el (elmo-condition-parse-search-value): Accept
5328         YYYY-MM-DD format to search.
5329         * elmo-date.el (elmo-date-get-datevec): Likewise.
5330
5331 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5332
5333         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5334         debugging code.
5335
5336 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5337
5338         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5339         from t.
5340
5341         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5342
5343         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5344         case from `elmo-folder-exists-p'.
5345         (elmo-folder-exists-p): Removed.
5346         (elmo-folder-creatable-p) Ditto.
5347
5348         * elmo-net.el (elmo-folder-create): Defined.
5349         (elmo-folder-create-unplugged): New function.
5350         (elmo-folder-exists-p): Changed default value to nil from t.
5351
5352         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5353         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5354
5355         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5356         `elmo-create-folder-dop' and append queue
5357         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5358         (elmo-folder-create-dop-delayed): New function.
5359
5360         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5361
5362         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5363
5364         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5365         (elmo-folder-writable-p) : Ditto.
5366
5367         * elmo-version.el (elmo-version): Up to 2.9.9.
5368
5369 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5372         `elmo-message-use-cache-p' returns nil.
5373         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5374         (ignore cache file and refer the substance in local folders)
5375
5376 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * elmo-version.el (elmo-version): Up to 2.9.8.
5379
5380 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * elmo-version.el (elmo-version): Up to 2.9.7.
5383
5384         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5385
5386 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5387
5388         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5389
5390 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5393         from --early.
5394         (elmo-map-folder-list-message-locations): Reverse location list.
5395
5396 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5397
5398         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5399
5400 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5403         as a key.
5404         (elmo-nntp-folder-list-subfolders): Follow the change above.
5405
5406 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5407
5408         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5409         name if authentication type is specified.
5410
5411 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5414         variable.
5415         (elmo-default-nntp-stream-type): Ditto.
5416         (elmo-default-pop3-stream-type): Ditto.
5417
5418 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5419
5420         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5421
5422 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5423
5424         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5425         elmo-vars.el.
5426         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5427
5428         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5429         (elmo-maildir-folder-path): Ditto.
5430         (elmo-maildir-list): Ditto (abolished).
5431
5432 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5433
5434         * elmo-version.el (elmo-version): Up to 2.9.6.
5435
5436 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5437
5438         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5439         (elmo-maildir-folder-path): Ditto.
5440         (elmo-msgdb-directory): Ditto.
5441         (elmo-passwd-life-time): Ditto.
5442         (elmo-msgdb-extra-fields): Ditto.
5443         (elmo-enable-disconnected-operation): Ditto.
5444
5445 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5446
5447         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5448         other choices.
5449         (elmo-pop3-default-authenticate-type): Ditto.
5450
5451 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5452
5453         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5454         choices for custom.
5455         (elmo-pop3-default-authenticate-type): Ditto.
5456
5457 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5458
5459         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5460         mailbox to new-folder.
5461
5462 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5465         less than new, set new as unread.
5466
5467         * elmo-util.el (elmo-string): Don't put text-property if nil.
5468
5469 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5470
5471         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5472         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5473
5474 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5475
5476         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5477         is nil on `completing-read'.
5478
5479 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5480
5481         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5482         for namespace part.
5483         (elmo-imap4-parse-namespace-subr): Ditto.
5484         (elmo-folder-list-subfolders): Append a delimiter when the specified
5485         folder path is a root with namespace and does not end with delimiter.
5486
5487 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5488
5489         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5490         was used.
5491
5492 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5493
5494         * elmo-util.el (elmo-save-buffer): The first argument of message
5495         is a format control string.
5496
5497 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5498
5499         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5500         `elmo-folder-diff').
5501         (elmo-diff-unread): Likewise.
5502
5503 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5504
5505         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5506         is t on `completing-read'.
5507
5508 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5509
5510         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5511         method of target folder with self mark-alist if MARK-ALIST is nil.
5512
5513 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * elmo-version.el (elmo-version): Up to 2.9.5.
5516
5517 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5518
5519         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5520         (elmo-dop-merge-funcs): Remove.
5521
5522 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5523
5524         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5525         Return t if PATH is directory, too.
5526         Use `dolist' instead of while loop.
5527
5528 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5529
5530         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5531         is deleted.
5532
5533 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5534
5535         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5536         return value to t.
5537         (elmo-folder-list-messages-unplugged): Return t if
5538         elmo-enable-disconnected-operation is nil.
5539
5540         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5541         `elmo-folder-list-messages-internal'.
5542
5543 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5544
5545         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5546         Change to looking-at `[23][0-9]+'.
5547         (elmo-network-initialize-session): Use 'error-msg'
5548         * elmo-net.el (elmo-network-open-session): Set unplugged
5549         if elmo-network-initialize-session returns 'elmo-open-err.
5550
5551 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5552
5553         * elmo-version.el (elmo-version): Up to 2.9.4.
5554
5555 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5558         `elmo-folder-list-messages-internal'.
5559
5560 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5561
5562         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5563         (elmo-message-match-condition): New method.
5564         (elmo-folder-search-fast): New inline function.
5565         (elmo-msgdb-search): Removed.
5566
5567         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5568         target folder if it is unplugged.
5569         (elmo-folder-list-messages-internal): Return t if target folder is
5570         unplugged and itself is persistent; In this case, use list be
5571         searched already.
5572
5573         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5574         (elmo-msgdb-search-internal-primitive): Ditto.
5575         (elmo-msgdb-match-condition): New function.
5576         (elmo-msgdb-match-condition-primitive): Ditto.
5577
5578         * elmo-util.el (elmo-filter-condition-p): New macro.
5579
5580         * elmo-cache.el (elmo-folder-search): Removed.
5581
5582         * elmo-localdir.el (elmo-folder-search): Ditto.
5583
5584         * elmo-maildir.el (elmo-folder-search): Ditto.
5585
5586         * elmo-mark.el (elmo-folder-search): Ditto.
5587
5588         * elmo-nmz.el (elmo-folder-search): Ditto.
5589
5590         * elmo-sendlog.el (elmo-folder-search): Ditto.
5591
5592         * elmo-shimbun.el (elmo-folder-search): Ditto.
5593
5594         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5595         if folder is unplugged.
5596
5597         * elmo-nntp.el (elmo-folder-search): Likewise.
5598         (elmo-nntp-search-internal): New function.
5599
5600         * elmo-version.el (elmo-version): Up to 2.9.3.
5601
5602 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5603
5604         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5605
5606 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5607
5608         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5609
5610 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5611
5612         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5613
5614 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5615
5616         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5617         (elmo-map-folder-list-message-locations): Do drive letter conversion
5618         on Windows environment.
5619         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5620         (elmo-map-message-fetch): Ditto.
5621
5622 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5623
5624         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5625         (elmo-network-initialize-session): Ditto.
5626
5627 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5630
5631         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5632
5633         * elmo-util.el (elmo-progress-clear): Ditto.
5634
5635         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5636         `DD-Mon-YYYY' type date.
5637
5638 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5639
5640         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5641         `elmo-date-make-sortable-string' instead of
5642         `timezone-make-date-sortable'.
5643
5644         * elmo-date.el (elmo-date-make-sortable-string): Use
5645         `timezone-make-time-string'.
5646
5647 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5648
5649         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5650
5651         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5652         `since'; Fix timezone.
5653
5654         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5655
5656         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5657
5658 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5659
5660         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5661
5662 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5663
5664         * elmo.el (elmo-generic-folder-append-messages): Make
5665         fetch-strategy with `use-cache' as 'maybe. Check return value of
5666         `elmo-message-fetch'.
5667         (elmo-message-fetch): Return return value of
5668         `elmo-message-fetch-with-cache-process'.
5669         (elmo-message-fetch-with-cache-process): Return non-nil if
5670         fetching was succeed. Load cache when fetching was failed and
5671         fetch-strategy-use-cache is 'maybe.
5672
5673         * elmo-util.el (elmo-file-cache-load): New function.
5674
5675         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5676         defun.
5677
5678         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5679         non-nil if fetching was succeed.
5680
5681         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5682
5683         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5684
5685         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5686         (elmo-message-fetch-with-cache-process): Likwise.
5687
5688         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5689
5690         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5691
5692         * elmo-version.el (elmo-version): Up to 2.9.2.
5693
5694 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * elmo.el (elmo-folder-delete): Delete msgdb path.
5697
5698         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5699
5700         * elmo-maildir.el (elmo-folder-delete): Ditto.
5701
5702         * elmo-localdir.el (elmo-folder-delete): Ditto.
5703
5704         * elmo-imap4.el (elmo-folder-delete): Ditto.
5705
5706 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * elmo.el (luna-define-class): Added `biff' slot.
5709
5710         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5711         (elmo-pop3-debug-inhibit-logging): Abolished.
5712         (elmo-network-close-session): Eliminated needless let.
5713         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5714         (elmo-pop3-send-command): Added `no-log' argument.
5715         (elmo-pop3-process-filter): Use `with-current-buffer'.
5716         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5717         if login failure.
5718         (elmo-pop3-auth-apop): Likewise.
5719         (elmo-network-authenticate-session): Likewise.
5720
5721         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5722         if biff folder.
5723
5724         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5725         string to determine protocol.
5726         (elmo-network-session-name-prefix): Abolished.
5727         (elmo-network-session-cache-key): Follow the change above.
5728         (elmo-network-open-session): Ditto.
5729
5730         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5731         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5732
5733         * elmo-version.el (elmo-version): Up to 2.9.1.
5734
5735         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5736         unmatch condition checking.
5737
5738         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5739         condition.
5740
5741 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5744
5745 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5748         test for while loop to execute at least one SEARCH command.
5749
5750 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * elmo-version.el (elmo-version): Up to 2.9.0.
5753
5754 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5757         (elmo-archive-folder-path): Define.
5758         (elmo-folder-initialize): Setup `dir-name' slot.
5759         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5760         Use `dir-name' as prefix of each subfolders.
5761         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5762
5763 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5764
5765         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5766         (elmo-pipe-folder-list-target-messages): New internal function.
5767         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5768         `killed-list'.
5769         (elmo-pipe-folder-copied-list-load): New function.
5770         (elmo-pipe-folder-copied-list-save): Ditto.
5771         (elmo-folder-open-internal): Follow the change above.
5772         (elmo-folder-status): Fixed for copy.
5773
5774 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5777
5778 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5781         elmo-copy-file instead of elmo-add-name-to-file.
5782
5783         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5784
5785         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5786         "file://..." index.
5787
5788         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5789         of accept-process-output as 1.
5790         (elmo-pop3-read-contents): Ditto.
5791         (elmo-pop3-read-body): Ditto.
5792
5793 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5794
5795         * elmo-version.el (product-version-as-string): Remove define.
5796
5797 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5800         (elmo-imap4-copy-messages): Chop number set using
5801         `elmo-imap4-number-set-chop-length'.
5802         (elmo-imap4-set-flag): Ditto.
5803         (elmo-imap4-search-internal-primitive): Ditto.
5804
5805 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5806
5807         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5808         `elmo-folder-make-temp-dir'
5809
5810         * elmo-vars.el (elmo-cache-directory): New variable.
5811         (elmo-cache-dir): Abolished.
5812         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5813
5814         * elmo-version.el (elmo-version): Up to 2.7.7.
5815
5816 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5819         defcustom; Set default value as t.
5820
5821 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5824         (ldap-search-program-arguments): Changed default value.
5825         (ldap-search-basic): Accept exit status 4.
5826         (ldap/field-body): Parse options.
5827         (ldap/collect-field): Ditto.
5828         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5829
5830         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5831         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5832         (elmo-imap4-accept-ok): Ditto.
5833         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5834         'notify-bye, only BYE error is reported.
5835         (elmo-folder-exists-p-plugged): Set no-error argument of
5836         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5837
5838         * elmo.el (elmo-imap4-bye-error): Changed message.
5839
5840         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5841         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5842         queues (It causes infinite loop).
5843
5844 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5845
5846         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5847         (RECENT UNSEEN MESSAGES) extension.
5848
5849 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5850
5851         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5852         Check number of overview fields.
5853
5854 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5855
5856         * elmo.el (elmo-folder-confirm-appends): Changed message.
5857         (elmo-folder-confirm-appends): Ditto.
5858
5859         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5860         `with-temp-buffer'.
5861         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5862
5863 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5864
5865         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5866         of elmo-folder-update-threshold is nil, which can be set by
5867         wl-summary-update-confirm-threshold.
5868
5869 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5872         (elmo-nmz-index-alias-alist): Ditto.
5873         (elmo-map-folder-list-message-locations): Follow the change above.
5874
5875 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5876
5877         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5878
5879         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5880
5881         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5882
5883         * elmo-util.el (elmo-read): Ditto.
5884         (elmo-display-error): Ditto.
5885
5886         * elmo-vars.el (elmo-date-match): Ditto.
5887
5888         * pldap.el (ldap-coding-system): Ditto.
5889
5890         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5891         `elmo-inhibit-number-mapping' as nil.
5892
5893 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5894
5895         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5896         space delimiter for list response.
5897
5898 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5899
5900         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5901
5902 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5903
5904         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
5905         (elmo-map-message-fetch): Fix.
5906         * elmo-map.el (elmo-folder-status): Fix for killed.
5907
5908 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5909
5910         * elmo-sendlog.el: New file.
5911         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
5912
5913 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * acap.el (acap-logging-out): New buffer local variable.
5916         (acap-close): Set it.
5917         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
5918         an error.
5919
5920 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * acap.el (acap-response-bye-p): New function.
5923         (acap-response-bye-message): Ditto.
5924         (acap-wait-for-response): If bye response is received, cause an error.
5925         (acap-parse-response): Make bye response when 'Bye' is received.
5926
5927 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5928
5929         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5930
5931 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5932
5933         * elmo-util.el (elmo-copy-file): Added argument
5934         `ok-if-already-exists'.
5935         (elmo-copy-file): Fixed typo.
5936
5937 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5938
5939         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5940
5941 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5942
5943         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
5944
5945 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
5946
5947         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
5948         to killed-list.
5949
5950 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5951
5952         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
5953         (elmo-folder-initialize): Fix for `copy'.
5954         (elmo-pipe-drain): Ditto.
5955         (elmo-folder-open-internal): Ditto.
5956         (elmo-folder-newsgroups): Fix.
5957
5958 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5959
5960         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
5961         for each message.
5962
5963         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
5964         recent value is returned from imap folder.
5965
5966         * elmo.el (elmo-folder-newsgroups): New generic function.
5967
5968         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
5969         (elmo-folder-initialize): Set it.
5970         (elmo-folder-expand-msgdb-path): Use it.
5971         (elmo-folder-newsgroups): Define.
5972
5973         * elmo-filter.el (elmo-folder-newsgroups): Define.
5974
5975         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
5976
5977         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
5978
5979         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
5980
5981 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5982
5983         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
5984         user option.
5985         (elmo-shimbun-header-extra-field): New inline function.
5986         (elmo-shimbun-header-set-extra-field): Ditto.
5987         (elmo-shimbun-folder-header-hash-setup): Ditto.
5988         (elmo-shimbun-update-overview): Ditto.
5989         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
5990         (elmo-shimbun-folder-setup): Use
5991         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
5992         (elmo-shimbun-get-headers): Ditto.
5993         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
5994         Insert `X-Shimbun-Id:' header if extra field is set.
5995         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
5996         field's value instead of `shimbun-header-id'.
5997
5998         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
5999         inline function.
6000         (elmo-msgdb-overview-entity-set-date): Ditto.
6001         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6002
6003 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * mmimap.el (mmimap-entity-section): Changed body node number from
6006         "0" to "1".
6007
6008 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6009
6010         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6011         `elmo-folder-delete-messages'.
6012
6013         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6014         (elmo-folder-initialize): Changed to expand alias into index path.
6015
6016         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6017         `elmo-mime-insert-header-from-buffer' with 6th arg
6018         `sorted-fields'.
6019
6020 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6023
6024         * elmo.el (elmo-diff-new): New inline function.
6025         (elmo-diff-unread): Ditto.
6026         (elmo-diff-all): Ditto.
6027
6028         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6029         value from responseb.
6030         (elmo-imap4-folder-diff-plugged): Ditto.
6031         (elmo-imap4-server-diff-async): Added recent argument.
6032         (elmo-server-diff-async): Ditto.
6033         (elmo-imap4-folder-diff-plugged): Ditto.
6034
6035         * elmo-version.el (elmo-version): Up to 2.7.6.
6036
6037 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6038
6039         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6040         in quoted-stirng.
6041
6042 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6043
6044         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6045
6046         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6047
6048         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6049
6050         * elmo-multi.el (elmo-folder-initialize): Ditto.
6051
6052         * elmo-util.el (elmo-parse-token): New function.
6053         (elmo-parse-prefixed-element): Ditto.
6054
6055 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6056
6057         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6058         delete process.
6059         (elmo-imap4-accept-ok): Ditto.
6060
6061 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6062
6063         * mmimap.el (mime-imap-entity-header-string): Don't check first
6064         element of node-id is `0' (Follow last change).
6065
6066 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6067
6068         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6069         assigned irregular node-id to nested multipart section.
6070         (initialize-instance): Followed above change.
6071
6072 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6073
6074         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6075         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6076         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6077         `elmo-shimbun-get-headers');
6078         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6079         visible article on summary exists in headers).
6080         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6081
6082 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6083
6084         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6085         definition.
6086
6087 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6090
6091 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6092
6093         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6094         header separator into loop condition.
6095
6096 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6097
6098         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6099         Return duplicate folder if it has subfolder.
6100
6101 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * elmo.el (elmo-make-folder): Add folder name error check.
6104
6105         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6106         (elmo-nntp-encode-group-string): New inline function.
6107         (elmo-nntp-decode-group-string): Ditto.
6108         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6109         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6110         Use `not' instead of `null';
6111         Use elmo-nntp-decode-group-string.
6112
6113         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6114
6115         * elmo-version.el (elmo-version): Up to 2.7.5.
6116
6117 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6118
6119         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6120         Hide progress gauge if `elmo-folder-move-messages' exits
6121         nonlocally.
6122
6123 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * elmo-imap4.el (elmo-folder-initialize): Use
6126         `elmo-imap4-encode-folder-string' for folder name.
6127
6128 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6129
6130         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6131         `done'.
6132
6133 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6134
6135         * elmo-util.el (elmo-progress-counter-alist): New internal
6136         variable.
6137         (elmo-progress-counter-value): New macro.
6138         (elmo-progress-counter-all-value): Ditto.
6139         (elmo-progress-counter-format): Ditto.
6140         (elmo-progress-counter-set-value): Ditto.
6141         (elmo-progress-set): New function.
6142         (elmo-progress-clear): Ditto.
6143         (elmo-progress-notify): Ditto.
6144
6145         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6146         counter.
6147
6148         * elmo.el (elmo-generic-folder-append-messages): Call
6149         `elmo-progress-notify'.
6150         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6151
6152         * elmo-archive.el (elmo-folder-append-messages): Call
6153         `elmo-progress-notify'.
6154
6155         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6156
6157         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6158
6159         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6160
6161 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6164         'Create'.
6165         (elmo-message-encache-dop): Added argument `read'.
6166
6167         * elmo-shimbun.el (elmo-message-encache): Ditto.
6168
6169         * elmo-net.el (elmo-message-encache): Ditto.
6170
6171         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6172         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6173         elmo-imap4-seen-messages.
6174         (elmo-folder-msgdb-create-plugged): Initialize
6175         elmo-imap4-seen-messages;
6176         Set seen mark on elmo-imap4-seen-messages.
6177
6178         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6179
6180         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6181         elmo-folder-append-buffer.
6182         (elmo-folder-encache): Added optional argument `read'.
6183         (elmo-message-encache): Ditto.
6184
6185         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6186
6187         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6188
6189         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6190         if append buffer content succeds.
6191
6192 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6193
6194         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6195         elmo-display-progress.
6196
6197         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6198         Set 4th argument of mime-display-message.
6199         (elmo-mime-display-as-is): Ditto.
6200
6201 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * elmo-nmz.el (toplevel): Require 'mime-edit.
6204         (elmo-nmz-content-type-alist): Abolished.
6205         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6206         content is not a message.
6207         (elmo-map-message-fetch): Changed behavior exept for message content;
6208         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6209         content-type, Add From: and Subject: field.
6210
6211 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6212
6213         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6214         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6215         not a message.
6216
6217 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6218
6219         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6220         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6221
6222         * elmo-archive.el (elmo-folder-writable-p): Defined.
6223
6224         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6225
6226         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6227
6228         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6229
6230         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6231
6232         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6233
6234         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6235
6236         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6237
6238         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6239
6240 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * elmo-util.el (elmo-address-quote-specials): New function;
6243         Renamed from `wl-address-quote-specials'.
6244
6245 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6246
6247         * elmo-version.el (elmo-version): Up to 2.7.4.
6248
6249 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6250
6251         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6252
6253 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6256         both compile-time and run-time to avoid byte-compile warning.
6257
6258 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6261
6262 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6265         option.
6266         (elmo-mime-display-as-is-internal): Use it.
6267
6268         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6269         if `read-passwd' is not defined.
6270
6271 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6272
6273         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6274         by original number.
6275         (elmo-folder-status): Call `elmo-folder-open-internal';
6276         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6277         (elmo-folder-close-internal): Set location-alist as nil.
6278         (elmo-folder-clear): Define.
6279         (elmo-folder-check): Don't set location-alist as nil.
6280
6281         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6282
6283 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6286         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6287
6288         * mmimap.el (mime-imap-entity::requested): New slot.
6289         (mime-imap-location-fetch-entity-p): New generic function.
6290         (mime-decode-parameters): Define using `defun-maybe'.
6291         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6292         content-type structure.
6293         (mime-entity-body): Return empty body if
6294         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6295
6296         * elmo.el (elmo-message-displaying): New variable.
6297
6298         * elmo-mime.el (elmo-mime-message-display): Bind
6299         elmo-message-displaying as t.
6300
6301         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6302
6303 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * acap.el (acap-open): erase buffer before starting network process.
6306         (acap-store): Rewrite.
6307
6308 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * elmo-imap4.el (elmo-imap4-default-mailbox,
6311         elmo-imap4-default-server
6312         elmo-imap4-default-authenticate-type,
6313         elmo-imap4-default-user,
6314         elmo-imap4-default-port,
6315         elmo-imap4-default-stream-type,
6316         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6317
6318         * elmo-pop3.el (elmo-pop3-default-user,
6319         elmo-pop3-default-server,
6320         elmo-pop3-default-authenticate-type,
6321         elmo-pop3-default-port,
6322         elmo-pop3-default-stream-type,
6323         elmo-pop3-stream-type-alist): Ditto.
6324
6325         * elmo-nntp.el (elmo-nntp-default-server,
6326         elmo-nntp-default-user,
6327         elmo-nntp-default-port,
6328         elmo-nntp-default-stream-type,
6329         elmo-nntp-stream-type-alist): Ditto.
6330
6331         * elmo-vars.el: Follow changes above.
6332         (elmo-setting): New custom group; added 'elmo-setting group to
6333         above variables.
6334
6335         * elmo-version.el (elmo-version): Up to 2.7.3.
6336
6337         * acap.el (acap-parse-response): Don't delete process when BYE
6338         response (It causes hang-up on slow network environment).
6339         (toplevel): Added comment.
6340
6341 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6344
6345         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6346         parsing NIL.
6347         (acap-parse-return-metadata): Ditto.
6348
6349         * slp.el: New file.
6350         (toplevel): Fixed typo.
6351
6352         * acap.el: New file.
6353         (acap-network-stream-open): Show "Connecting..." message.
6354         (acap-parse-response): Fixed problem for BYE untagged response.
6355         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6356         (toplevel): Added tiny comments.
6357
6358 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6359
6360         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6361         space delimiter for uidl response.
6362
6363 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * elmo-vars.el (elmo-use-semi): Eliminated.
6366
6367         * elmo-util.el (elmo-string-assoc-all): New function.
6368
6369 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6370
6371         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6372         property 'mime-preview-situation for `mime-preview-quit'.
6373
6374 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6375
6376         * elmo.el (elmo-message-fetch-with-cache-process): Call
6377         elmo-message-fetch-internal instead of causing an error when fetch
6378         strategy is 'entire but only 'section cache is available.
6379
6380 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6381
6382         * elmo-version.el (elmo-version): Up to 2.7.2.
6383
6384         * elmo.el (elmo-generic-folder-append-messages): Make
6385         fetch-strategy with `use-cache'.
6386
6387         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6388         (elmo-dop-queue-method-name): New macro.
6389
6390 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6391
6392         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6393         unbalanced parenthesis.
6394
6395 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6396
6397         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6398
6399 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6402         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6403
6404 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6407         local variables.
6408
6409 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6412         (elmo-message-use-cache-p): Define.
6413         (elmo-folder-msgdb-create): Treat cache.
6414
6415 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6416
6417         * elmo-nntp.el (elmo-network-initialize-session): Call
6418         `elmo-nntp-send-mode-reader'.
6419         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6420
6421 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6422
6423         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6424         alist.
6425         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6426         assoc.
6427
6428         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6429         for `elmo-plugged-p'.
6430         (elmo-open-network-stream): Fixed stream-type argument.
6431
6432 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6435         unknown archive type is specified.
6436
6437 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6440
6441         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6442         while loading msgdb.
6443
6444         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6445         (elmo-folder-open-internal): Rewrite.
6446
6447 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * elmo-mime.el (elmo-mime-display-as-is-internal):
6450         Adjust buffer-multibyte status.
6451
6452 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6455         of elmo-condition-find-key.
6456
6457         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6458         (elmo-condition-in-msgdb-p): Ditto.
6459         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6460         argument.
6461
6462 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6463
6464         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6465
6466 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6469         label for elmo-display-progress.
6470
6471 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * elmo.el (elmo-folder-clear): New method.
6474         (elmo-folder-clear): Define.
6475         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6476
6477         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6478         (elmo-folder-clear): Define.
6479
6480         * elmo-map.el (elmo-folder-clear): Define.
6481
6482         * elmo-version.el (elmo-version): Up to 2.7.1.
6483
6484 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6487         updates.
6488
6489 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6492         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6493
6494 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6497
6498         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6499         and re-written.
6500
6501         * elmo-imap4.el (elmo-folder-initialize): Use
6502         elmo-get-network-stream-type.
6503
6504         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6505
6506         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6507
6508 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * elmo.el (elmo-message-encache): Set unread argument for
6511         elmo-message-fetch.
6512
6513         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6514
6515         * elmo.el (elmo-net-port-info): New method.
6516
6517         * elmo-shimbun.el (elmo-net-port-info): Define.
6518         (elmo-message-encache): Ditto.
6519
6520         * elmo-net.el (elmo-net-port-info): Define as method.
6521
6522         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6523         unplugged status when elmo-enable-disconnected-operation is t.
6524
6525         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6526         of spool folder before checking new number.
6527
6528 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6531         (elmo-network-setup-session): Ditto.
6532         (elmo-message-fetch-plugged): Ditto.
6533         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6534         (elmo-network-initialize-session): Ditto.
6535         (elmo-pop3-read-response): Abolish 3rd argument.
6536         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6537         (elmo-pop3-read-contents): Ditto.
6538         (elmo-pop3-read-body): Ditto.
6539         (elmo-folder-status): Call elmo-folder-close.
6540         (elmo-pop3-lock): Abolish.
6541         (elmo-pop3-unlock): Ditto.
6542         (elmo-pop3-locked-p): Ditto.
6543         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6544
6545 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * elmo-version.el (elmo-version): Up to 2.7.0.
6548
6549         * elmo-pop3.el (elmo-pop3-debug): New variable.
6550         (elmo-pop3-debug-inhibit-logging): Ditto.
6551         (elmo-pop3-debug): New function.
6552         (elmo-pop3-send-command): Call elmo-pop3-debug.
6553         (elmo-pop3-read-response): Added keep-lock optional argument;
6554         Don't unlock if keep-lock is non-nil.
6555         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6556         (elmo-network-authenticate-session): Bind
6557         elmo-pop3-debug-inhibit-logging as t.
6558         (elmo-network-setup-session): Call elmo-pop3-read-response with
6559         keep-lock argument.
6560         (elmo-pop3-read-msg): Ditto.
6561         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6562         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6563         (elmo-network-initialize-session): Call elmo-pop3-lock.
6564         (elmo-folder-close-internal): Don't clear location-alist slot.
6565         (elmo-folder-check): Clear location-alist slot.
6566
6567 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6570         (elmo-pop3-send-command): Call elmo-pop3-lock.
6571         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6572         (elmo-pop3-read-contents): Ditto.
6573         (elmo-pop3-lock): New function.
6574         (elmo-pop3-unlock): Ditto.
6575         (elmo-pop3-locked-p): Ditto.
6576         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6577         returns t.
6578
6579 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6582
6583         * elmo-util.el (elmo-file-field-primitive-condition-match):
6584         New inline function (Don't fetch file content if "first" or "last").
6585         (elmo-file-field-condition-match): Use
6586         elmo-file-field-primitive-condition-match.
6587
6588         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6589         "first".
6590
6591         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6592         (elmo-message-fetch-plugged): Fixed.
6593
6594         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6595
6596 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * elmo.el (elmo-folder-move-messages): Bind
6599         elmo-inhibit-display-retrieval-progress as t while moving messages.
6600
6601         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6602         New variable.
6603         (elmo-inhibit-display-retrieval-progress): Ditto.
6604
6605         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6606         for retrieval progress;
6607         Don't display progress when total buffer size is smaller than
6608         elmo-display-retrieval-progress-threshold.
6609         (elmo-message-fetch-plugged): Don't display progress when
6610         elmo-inhibit-display-retrieval-progress is non-nil.
6611
6612         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6613         for retrieval progress;
6614         Don't display progress when literal size is smaller than
6615         elmo-display-retrieval-progress-threshold.
6616         (elmo-imap4-message-fetch): Don't display progress when
6617         elmo-inhibit-display-retrieval-progress is non-nil.
6618
6619 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6622         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6623         (elmo-imap4-message-fetch): Likewise.
6624
6625         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6626         (elmo-shimbun-index-range-alist): Ditto.
6627         (elmo-shimbun-use-entire-index): Abolish.
6628         (shimbun-mua-use-entire-index): Ditto.
6629         (elmo-shimbun-folder): Added new slot `range'.
6630         (elmo-folder-initialize): Setup slot `range'.
6631
6632 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6635         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6636         (elmo-shimbun-get-headers): Use return value of
6637         `shimbun-article-expiration-days'.
6638         (elmo-folder-close-internal): Clean up last-check slot.
6639
6640         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6641         (elmo-pop3-total-size): New variable.
6642         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6643
6644         * elmo.el (elmo-folder-reserve-status-p): New method.
6645
6646         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6647         (elmo-shimbun-use-entire-index): New user option.
6648         (shimbun-elmo-mua): New class.
6649         (shimbun-mua-search-id): Define.
6650         (shimbun-mua-use-entire-index): Ditto.
6651         (elmo-shimbun-folder:last-check): New slot.
6652         (elmo-shimbun-headers-cache-header-list): Abolish.
6653         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6654         (elmo-shimbun-headers-cache-header-hash): Ditto.
6655         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6656         (elmo-shimbun-headers-cache-last-check): Ditto.
6657         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6658         (elmo-shimbun-headers-check-p): Rewrite.
6659         (elmo-shimbun-msgdb-to-headers): New function.
6660         (elmo-shimbun-get-headers): Rewrite.
6661         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6662         (elmo-folder-open-internal): Get headers only if
6663         `elmo-shimbun-headers-check-p' is non-nil.
6664         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6665         is non-nil.
6666         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6667         (elmo-quit): Removed.
6668
6669         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6670         function.
6671         (elmo-msgdb-overview-entity-set-extra): Ditto.
6672         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6673
6674         * elmo-map.el (elmo-folder-status): Don't call
6675         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6676         is non-nil.
6677
6678 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6679
6680         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6681         of `elmo-msgdb-search-internal-primitive' when condition's car is
6682         `and' or `or'.
6683
6684 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6687
6688 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6689
6690         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6691         call `elmo-pipe-drain'.
6692
6693 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6694
6695         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6696         typo. (elmo-cache-folder -> elmo-mark-folder)
6697
6698 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6699
6700         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6701         `elmo-message-fetch'.
6702
6703 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6704
6705         * elmo-net.el (elmo-message-encache): Fixed typo.
6706         (elmo-message-fetch-unplugged): Changed call
6707         `elmo-message-fetch-internal' without argument `outbuf'.
6708
6709 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * elmo.el (elmo-message-encache): Define as generic function.
6712         (elmo-message-fetch-field): New generic function.
6713         (elmo-message-fetch-with-cache-process): Cause an error when
6714         fetch strategy is 'entire but only 'section cache is available.
6715         (toplevel): Fixed nmz folder definition.
6716
6717         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6718         (elmo-msgdb-resume-list-filename): Ditto.
6719         (elmo-queue-filename): Ditto.
6720         (elmo-enable-disconnected-operation): Changed default value to t.
6721
6722         * elmo-util.el (elmo-cache-path-section-p): New function.
6723         (elmo-file-cache-get): Use it.
6724         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6725         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6726         (elmo-dop-queue-save): Ditto.
6727
6728         * elmo-net.el (elmo-folder-status-unplugged): Call
6729         elmo-folder-status-dop.
6730         (elmo-folder-list-messages-unplugged): Implemented.
6731         (elmo-folder-delete-messages-unplugged): Define.
6732         (elmo-folder-msgdb-create): Define.
6733         (elmo-folder-msgdb-create-unplugged): Define.
6734         (elmo-folder-mark-as-read-unplugged): Ditto.
6735         (elmo-folder-unmark-read-unplugged): Ditto.
6736         (elmo-folder-mark-as-important-unplugged): Ditto.
6737         (elmo-folder-unmark-important-unplugged): Ditto.
6738         (elmo-message-encache): Ditto.
6739
6740         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6741         (elmo-dop-queue-save): Ditto.
6742
6743         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6744         `elmo-folder-msgdb-create'.
6745         (elmo-folder-append-buffer): Implemented unplugged operation.
6746         (elmo-folder-append-messages): Call parent method in unplugged status.
6747         (elmo-message-fetch-unplugged): Removed definition.
6748         (elmo-message-fetch-field): Implemented.
6749
6750         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6751         (elmo-dop-folder): Removed variable definition.
6752         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6753         (elmo-dop-queue-flush): Implemented.
6754         (elmo-dop-queue-merge): Removed definition (TODO).
6755         (elmo-dop-spool-folder): New function.
6756         (elmo-dop-spool-folder-append-buffer): Ditto.
6757         (elmo-dop-spool-folder-list-messages): Ditto.
6758         (elmo-dop-list-deleting-messages): Ditto.
6759         (elmo-folder-append-buffer-dop): Ditto.
6760         (elmo-folder-delete-messages-dop): Ditto.
6761         (elmo-message-encache-dop): New inline function.
6762         (elmo-create-folder-dop): Ditto.
6763         (elmo-folder-mark-as-read-dop): Ditto.
6764         (elmo-folder-unmark-read-dop): Ditto.
6765         (elmo-folder-mark-as-important-dop): Ditto.
6766         (elmo-folder-unmark-important-dop): Ditto.
6767         (elmo-folder-status-dop): Fixed.
6768         (elmo-folder-append-buffer-dop-delayed): New function.
6769         (elmo-folder-delete-messages-dop-delayed): Ditto.
6770         (elmo-dop-msgdb): Ditto.
6771
6772 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6773
6774         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6775
6776 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6777
6778         * elmo.el (elmo-folder-move-messages): Fixed problem when
6779         `dst-folder' is 'null.
6780
6781 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6782
6783         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6784         instead of current mark.
6785
6786         * elmo-multi.el (elmo-folder-list-importants-internal): No
6787         operation if importants is not list.
6788
6789         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6790         Return t if importants is not list.
6791
6792         * elmo-map.el (elmo-map-folder-list-importants): Define.
6793         (elmo-folder-list-importants-internal): Check return value of
6794         `elmo-map-folder-list-importants-internal'.
6795
6796         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6797
6798         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6799
6800         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6801
6802         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6803
6804 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6807         (Patch is provided by <kita@coe.nttdata.co.jp>).
6808
6809 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6810
6811         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6812         mark folder.
6813
6814 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6815
6816         * elmo.el (elmo-message-fetch): Define.
6817         (elmo-message-fetch-with-cache-process): New generic method.
6818         (elmo-message-fetch-internal): New generic method.
6819         (elmo-folder-synchronize):
6820
6821         * elmo-archive.el (elmo-message-fetch-internal): Define.
6822         (elmo-message-fetch): Eliminated.
6823
6824         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6825         (elmo-message-fetch): Eliminated.
6826
6827         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6828         argument OUTBUF.
6829         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6830
6831         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6832         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6833
6834         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6835         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6836
6837         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6838
6839         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6840
6841         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6842
6843         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6844         (elmo-message-fetch-unplugged): New generic method.
6845         (elmo-message-fetch-internal): Remove cache process (Renamed from
6846         `elmo-message-fetch').
6847
6848         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6849         (elmo-message-fetch): Eliminated.
6850         (elmo-message-fetch-unplugged): Ditto.
6851
6852         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6853
6854 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6855
6856         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6857         of `to-be-deleted' from number-alist to number-list.
6858
6859 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6860
6861         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6862         (elmo-folder-mark-as-important): Ditto.
6863
6864 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6865
6866         * elmo.el (elmo-folder): Added process-duplicates slot.
6867
6868         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6869         (elmo-folder-unmark-read): Ditto.
6870         (elmo-folder-unmark-important): Ditto.
6871         (elmo-folder-mark-as-important): Ditto.
6872
6873         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6874         duplicated message processing.
6875
6876         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6877
6878 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6879
6880         * elmo-util.el (elmo-list-subdirectories-1): New function.
6881         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6882         (elmo-mapcar-list-of-list): New function.
6883
6884         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6885         `elmo-mapcar-list-of-list' instead of `mapcar'.
6886
6887         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6888
6889         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6890         `elmo-have-link-count'. Return the fully qualified folder name.
6891
6892 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6895         (elmo-shimbun-headers-cache): New internal variable.
6896         (elmo-shimbun-headers-cache-header-list): New inline function.
6897         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6898         (elmo-shimbun-headers-cache-header-hash): Ditto.
6899         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6900         (elmo-shimbun-headers-cache-last-check): Ditto.
6901         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6902         (elmo-shimbun-lapse-seconds): Ditto.
6903         (elmo-shimbun-headers-cache-check-p): Ditto.
6904         (elmo-shimbun-get-headers): New function.
6905         (elmo-folder-open-internal): Call it.
6906         (elmo-quit): Define (Clear headers-cache).
6907
6908 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
6911
6912         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
6913         (elmo-msgdb-flist-save): Ditto.
6914
6915         * elmo-shimbun.el (elmo-folder-list-subfolders):
6916         Use `shimbun-groups' instead of `shimbun-groups-internal'.
6917         (elmo-folder-exists-p): Ditto.
6918
6919         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
6920         argument for `shimbun-header-insert'.
6921
6922 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
6925         at first time.
6926
6927         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
6928         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
6929
6930 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
6933         (elmo-folder-plugged-p): Define.
6934         (elmo-folder-set-plugged): Ditto.
6935         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
6936         (elmo-folder-list-messages-internal): Return t if unplugged.
6937         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
6938
6939         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
6940         when elmo-folder-list-messages-internal method of children returns t.
6941
6942         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
6943         pair is nil.
6944         (elmo-folder-open-internal): Don't update if unplugged status.
6945
6946 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
6949         new message.
6950
6951 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * elmo-util.el (elmo-file-cache-save): Ignore errors.
6954
6955         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
6956         saving.
6957
6958 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
6961
6962         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
6963         (elmo-folder-open-internal): Set up headers slot.
6964         (elmo-folder-check): Call elmo-folder-close-internal and
6965         elmo-folder-open-internal.
6966         (elmo-folder-close-internal): Clean up headers slot.
6967
6968 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6969
6970         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
6971         exactly folder list.
6972         (elmo-folder-append-messages): Fixed append archive with prefix.
6973
6974         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
6975         make temp files with start-number.
6976
6977         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
6978
6979 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6980
6981         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
6982         argument `visible-only'.
6983         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
6984         instead of `if'.
6985
6986         * elmo-pop3.el (elmo-folder-open-internal): Check
6987         `elmo-inhibit-number-mapping' is non-nil.
6988
6989         * elmo-pipe.el (elmo-folder-status): Fixed.
6990
6991 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6992
6993         * elmo.el (elmo-dop-queue-flush): Added autload setting.
6994
6995         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
6996         (elmo-folder-open-internal): Setup `header-hash' slot.
6997         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
6998         information.
6999         (elmo-map-message-fetch): Ditto.
7000
7001 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7004         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7005         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7006         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7007
7008         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7009
7010 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * sb-airs.el: Added footer.
7013
7014         * shimbun.el (shimbun-article): Define as luna-method.
7015
7016         * sb-tcup.el: New file.
7017
7018         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7019         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7020
7021 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7024         (shimbun-get-headers): Ditto.
7025
7026         * elmo.el: Moved obsolete variable definitions from
7027         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7028
7029         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7030         groups.
7031
7032         * shimbun.el: New file.
7033
7034         * elmo-shimbun.el: New file.
7035
7036         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7037         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7038         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7039         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7040
7041 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7042
7043         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7044         hierarchy is t.
7045
7046 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * elmo.el (elmo-folder-msgdb): Define as macro.
7049         (elmo-folder-open): Added argument `load-msgdb'.
7050         (elmo-generic-folder-open): Ditto.
7051         (elmo-folder-encache): New function.
7052
7053         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7054
7055         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7056
7057         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7058         Eliminated argument FOLDER and added argument MSGDB.
7059         (elmo-dop-queue-load): Moved from elmo-dop.el.
7060         (elmo-dop-queue-save): Ditto.
7061
7062         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7063
7064         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7065
7066         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7067         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7068         (elmo-filter-folder-list-importants-internal): Ditto.
7069
7070         * elmo-map.el (elmo-folder-pack-number): Ditto.
7071
7072         * elmo-mime.el (elmo-mime-message-display): Ditto.
7073
7074         * elmo.el (elmo-generic-folder-commit): Ditto.
7075         (elmo-folder-list-unreads): Ditto.
7076         (elmo-folder-list-importants): Ditto.
7077         (elmo-generic-folder-commit): Ditto.
7078         (elmo-message-set-mark): Ditto.
7079         (elmo-generic-folder-append-msgdb): Ditto.
7080         (elmo-folder-synchronize): Ditto.
7081         (elmo-folder-messages): Ditto.
7082         (elmo-init): Call elmo-dop-queue-load.
7083         (elmo-folder-list-messages): Ditto.
7084
7085         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7086         (elmo-nntp-folder-process-crosspost): Ditto.
7087         (elmo-folder-list-unreads-internal): Ditto.
7088
7089         * elmo-dop.el: Removed old functions.
7090
7091 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7094         `folder' to `msgdb'.
7095
7096 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7099         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7100
7101         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7102         case-fold-search.
7103
7104 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7107         defined.
7108
7109         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7110         (mmimap-parse-parameters-from-list): Define as alias for
7111         `mime-decode-parameter-plist' if it is defined as function.
7112         (mmimap-make-mime-entity): Added argument `number'.
7113         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7114         as 0.
7115         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7116
7117         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7118
7119         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7120
7121         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7122
7123 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7126
7127         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7128         when elmo-imap4-default-authenticate-type is nil.
7129         (elmo-folder-list-subfolders): Ditto
7130         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7131         (elmo-imap4-fetch-callback-1-subr): Renamed from
7132         `elmo-imap4-fetch-callback-1' and define as inline function.
7133         (elmo-imap4-fetch-callback-1):
7134         Renamed from `elmo-imap4-fetch-callback'.
7135         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7136
7137         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7138         msgdb path (To keep compatibility with main trunk).
7139
7140         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7141
7142         * elmo-util.el (elmo-make-file-cache): Moved position of
7143         some macros.
7144
7145         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7146         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7147         instead of `elmo-pop3-inhibit-uidl'.
7148         (elmo-folder-exists-p): Ditto.
7149         (elmo-pop3-folder-list-messages): Ditto.
7150
7151         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7152         instead of `elmo-pop3-inhibit-uidl'.
7153         (elmo-folder-status): Ditto.
7154
7155         * elmo-dop.el (elmo-dop-folder): New variable.
7156         (elmo-dop-lock-message): Eliminated.
7157         (elmo-dop-unlock-message): Ditto.
7158         (elmo-dop-lock-list-load): Ditto.
7159         (elmo-dop-lock-list-save): Ditto.
7160         (elmo-dop-delete-folder): Ditto.
7161         (elmo-dop-rename-folder): Ditto.
7162
7163         * elmo.el: Removed incomplete commentary.
7164
7165 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7166
7167         * elmo.el (toplevel): Require 'elmo-version first;
7168         for little `recursive-load-depth' settings.
7169         Fix "ends here" comment.
7170
7171 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * elmo-util.el (toplevel): Require 'poem;
7174         Some functions are moved from elmo-cache.el.
7175
7176         * elmo-net.el (toplevel): Require 'elmo-cache.
7177
7178         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7179
7180         * elmo.el (toplevel): Ditto.
7181
7182         * elmo-cache.el: Rewrite with luna;
7183         Some functions are moved to elmo-util.el.
7184
7185         * elmo-internal.el (elmo-internal-folder-list): New variable.
7186         (elmo-internal-folder-initialize): Rewrite.
7187         (elmo-folder-list-subfolders): Ditto.
7188
7189         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7190         (elmo-cache-collect-sub-directories): Ditto.
7191
7192 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * elmo-version.el (elmo-version): Up to 2.5.8.
7195
7196         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7197
7198         * elmo-util.el (elmo-list-insert): New function.
7199
7200 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * elmo.el (elmo-init): New function.
7203         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7204
7205         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7206         (Renamed from `elmo-localdir-header-chop-length').
7207
7208         * elmo-pop3.el (elmo-pop3-use-cache,
7209         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7210
7211         * elmo-nntp.el (elmo-message-fetch): Define.
7212         (elmo-message-fetch-unplugged): Ditto.
7213         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7214         (elmo-nntp-use-cache): Ditto.
7215         (elmo-nntp-max-number-precedes-list-active): Ditto.
7216
7217         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7218
7219         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7220         `elmo-msgdb-insert-file-header'.
7221         Use `elmo-msgdb-file-header-chop-length'.
7222
7223         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7224         `elmo-vars.el'.
7225
7226         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7227         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7228         `elmo-msgdb-insert-file-header'.
7229
7230         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7231         Use new variable;
7232         Define obsolete variables with `elmo-define-obsolete-variable',
7233
7234         * elmo-util.el (elmo-warning-buffer-name): New constant.
7235         (elmo-warning): New function.
7236         (elmo-obsolete-variable-alist): New variable.
7237         (elmo-obsolete-variable-show-warnings): New variable.
7238         (elmo-define-obsolete-variable): New function.
7239         (elmo-resque-obsolete-variable): Ditto.
7240         (elmo-resque-obsolete-variables): Ditto.
7241
7242 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7243
7244         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7245         Eliminated.
7246
7247         * elmo-pop3.el, elmo-nntp.el: Use custom.
7248
7249 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7250
7251         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7252         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7253
7254 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7255
7256         * Luna-fy Kenichi OKADA's following changes.
7257         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7258         `nohide'.
7259         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7260
7261 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7262
7263         * elmo-util.el (elmo-display-progress): Prefer
7264         `progress-feedback-with-label' to `lprogress-display'.
7265
7266 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7267
7268         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7269
7270 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7273         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7274         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7275         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7276         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7277         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7278         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7279         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7280         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7281         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7282         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7283         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7284         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7285
7286 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7287
7288         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7289         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7290
7291 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7292
7293         * elmo.el (elmo-folder-process-crosspost): New generic method.
7294         (elmo-folder-writable-p): Ditto.
7295         (elmo-folder-message-appendable-p): Eliminated.
7296         (elmo-generic-folder-append-msgdb): Rewrite.
7297         (elmo-newsgroups-hashtb): New internal variable.
7298         (elmo-crosspost-message-set): Eliminated.
7299         (elmo-crosspost-message-delete): Ditto.
7300         (elmo-setup-subscribed-newsgroups): New function.
7301         (elmo-crosspost-message-alist-modified): New internal variable.
7302         (elmo-crosspost-message-alist-load): New function (Renamed from
7303         `wl-crosspost-alist-load').
7304         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7305         `wl-crosspost-alist-save').
7306
7307         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7308
7309         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7310         `unreads'.
7311         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7312         elmo-newsgroups-hashtb).
7313         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7314         `elmo-nntp-folder-update-crosspost-message-alist'.
7315         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7316         `elmo-nntp-groups-hashtb'.
7317         (elmo-nntp-make-groups-hashtb): Eliminated.
7318         (elmo-nntp-parse-newsgroups): New function (Renamed from
7319         `wl-parse-newsgroups').
7320         (elmo-folder-creatable-p, elmo-folder-writable-p,
7321         elmo-folder-close-internal, elmo-folder-mark-as-read,
7322         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7323         Define.
7324         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7325
7326         * elmo-net.el (elmo-message-fetch): Check buffer size.
7327
7328         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7329
7330         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7331
7332         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7333         before `close' command.
7334
7335         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7336         `mark-alist' (All other related portions are changed).
7337
7338 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * elmo-util.el (elmo-create-hash-size): Eliminated.
7341         (elmo-make-hash) Make a hash with `one less than a power of two'
7342         length.
7343
7344         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7345         (elmo-hash-maximum-size): Changed value.
7346
7347 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7348
7349         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7350         (elmo-mime-message-display-as-is): Ditto.
7351
7352 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7355         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7356
7357 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * elmo-mark.el: New file.
7360
7361         * elmo-internal.el: Rewrite (Almost empty).
7362
7363 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7366         (mime-imap-entity-header-string): Ditto.
7367         (mmimap-entity-section): Rewrite.
7368
7369 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * elmo-nmz.el: New file.
7372
7373         * elmo-pipe.el: Rewrite with luna.
7374
7375 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * elmo-archive.el: Rewrite with luna.
7378
7379         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7380         (elmo-folder-list-importants-internal): Ditto.
7381
7382 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * elmo-archive.el (elmo-archive-version): Abolish.
7385         (toplevel) Removed `boso' comment.
7386
7387 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7390         elmo-msgdb-add-msgs-to-seen-list-subr;
7391         Changed argument seen-marks to unread-marks.
7392
7393         * elmo-nntp.el: Rewrite with luna.
7394
7395 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7396
7397         * elmo-filter.el: Rewrite with luna.
7398
7399 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * elmo-pop3.el: Rewrite with luna.
7402
7403 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * elmo-multi.el: Rewrite with luna.
7406
7407         * elmo-vars.el (elmo-use-killed-list): Abolish.
7408         All other related portions are changed.
7409         (elmo-filename-replace-string-alist): Renamed from
7410         elmo-msgid-replace-string-alist.
7411
7412 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7415
7416         * elmo-map.el: New file.
7417         * elmo-maildir.el: Rewrite with luna.
7418
7419 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7420
7421         * elmo.el: Changed meaning of `elmo-folder-commit'.
7422         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7423
7424 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * elmo.el (elmo-folder-append-buffer): New function.
7427         (Renamed from `elmo-append-msg')
7428
7429 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * elmo-mime.el: New file.
7432
7433 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7434
7435         * elmo-cache.el: Rewrite.
7436
7437 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7438
7439         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7440
7441 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * elmo-vars.el (elmo): New group.
7444         (elmo-strict-diff-folder-regexp): New variable.
7445
7446         * elmo-util.el (elmo-call-func): Abolish.
7447         (elmo-folder-get-type): Ditto.
7448         (elmo-*-get-spec): Ditto.
7449         (elmo-*-spec-*): Ditto.
7450         (elmo-imap4-identical-name-space-p): Ditto.
7451         (elmo-folder-identical-system-p): Ditto.
7452         (elmo-folder-direct-copy-alist): Ditto.
7453         (elmo-folder-direct-copy-p): Ditto.
7454
7455         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7456         (elmo-folder-initialize): Define.
7457         (elmo-folder-get-primitive-list): Ditto.
7458
7459         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7460         (elmo-folder-initialize): Define.
7461         Renamed `elmo-network-session-host-internal' to
7462         `elmo-network-session-server-internal'.
7463
7464         * elmo-multi.el (elmo-multi-folder): New luna class.
7465         (elmo-folder-initialize): Define.
7466         (elmo-folder-get-primitive-list): Ditto.
7467         (elmo-folder-contains-type): Ditto.
7468         (elmo-message-use-cache-p): Ditto.
7469
7470         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7471         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7472
7473         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7474         (elmo-folder-initialize): Define.
7475
7476         * elmo-filter.el (elmo-filter-folder): New luna class.
7477         (elmo-folder-initialize): Define.
7478         (elmo-folder-get-primitive-list): Ditto.
7479         (elmo-folder-contains-type): Ditto.
7480
7481 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * elmo-imap4.el: Rewrite with luna.
7484
7485         * mmimap.el: New file.
7486
7487         * mmelmo.el, mmelmo-imap4.el: Removed.
7488
7489         * elmo-net.el: Ditto.
7490
7491         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7492         (elmo-folder-initialize): Define.
7493
7494         * elmo-archive.el (elmo-archive-folder): New luna class.
7495         (elmo-folder-initialize): Define.
7496
7497         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7498         `elmo-folder-msgdb-path'.
7499         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7500         `elmo-make-folder'.
7501
7502 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * elmo.el: New file.
7505
7506         * elmo2.el: Renamed to elmo.el.
7507
7508 \f
7509 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7510
7511         * elmo-cache.el (elmo-cache-expire-by-size): Count
7512         a disk usage for a cache file entry in KB even when
7513         its kind is a directory.
7514
7515 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * elmo-version.el (elmo-version): Up to 2.5.7.
7518
7519 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7520
7521         * elmo-version.el (elmo-version): Up to 2.5.6.
7522
7523 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * elmo-version.el (elmo-version): Up to 2.5.5.
7526
7527 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * elmo-imap4.el (elmo-network-authenticate-session):
7530         Fixed a logic for response checking.
7531
7532 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7533
7534         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7535         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7536         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7537         `sasl-mechanisms'.
7538
7539         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7540         for `starttls-open-stream' and `starttls-negotiate'.
7541
7542         * elmo-nntp.el: Remove autoload settings for
7543         `starttls-open-stream' and `starttls-negotiate'.
7544
7545         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7546         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7547         `luna-define-class' with `eval-and-compile'.
7548
7549 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7550
7551         * elmo-util.el (elmo-read-search-condition-internal):
7552         Require an element of table for searching field.
7553
7554 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * elmo-version.el (elmo-version): Up to 2.5.4.
7557
7558 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7559
7560         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7561
7562 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7563
7564         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7565
7566 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7567
7568         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7569         before greeting.
7570
7571 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * elmo-imap4.el (elmo-imap4-delete-folder):
7574         Send "close" before "delete" (Use commented out line).
7575         (elmo-imap4-rename-folder): Ditto.
7576
7577         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7578         folder string itself.
7579         (elmo-dop-list-deleted): New function.
7580         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7581         killed.
7582
7583         * elmo-util.el (elmo-string-rassoc-all): New function.
7584
7585 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * elmo-version.el (elmo-version): Up to 2.5.3.
7588
7589         * elmo-net.el (elmo-network-get-session): Changed logic for
7590         checking process status.
7591
7592         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7593         process is nil;
7594         Changed logic for checking process status.
7595
7596 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7599         before greeting.
7600         (elmo-network-setup-session): Set UIDL hash size according to
7601         the length of list response.
7602         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7603         according to the length of list response;
7604         Return the length of list response.
7605         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7606
7607 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7608
7609         * elmo-imap4.el (toplevel): Require 'ssl.
7610         Add autoload 'starttls.
7611         * elmo-pop3.el (toplevel): Ditto.
7612         * elmo-nntp.el (toplevel): Ditto.
7613
7614 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7615
7616         * elmo-imap4.el (toplevel): defun at compile time.
7617         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7618         sasl-next-step, sasl-step-data, sasl-step-set-data.
7619         * elmo-pop3.el (toplevel): Ditto.
7620
7621 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7622
7623         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7624
7625 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7626
7627         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7628         if error.
7629         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7630         and `elmo-pop-auth-apop'.
7631
7632 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7635
7636 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7637
7638         * elmo-pop3.el (elmo-network-authenticate-session): Split
7639         encoded response value.
7640
7641 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7642
7643         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7644         `elmo-pop3-force-login'.
7645         Redefine `sasl-mechanisms'.
7646         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7647
7648 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7649
7650         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7651         Delete `elmo-imap4-authenticator-alist'.
7652         (elmo-imap4-auth-cram-md5): Delete.
7653         (elmo-imap4-auth-digest-md5): Delete.
7654
7655 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7656
7657         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7658         (elmo-pop3-auth-scram-md5): Ditto.
7659         (elmo-pop3-auth-cram-md5): Ditto.
7660
7661 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7662
7663         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7664         Delete `elmo-pop3-authenticator-alist'.
7665
7666 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7667
7668         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7669         new SASL API.
7670         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7671
7672 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7675
7676 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7679         Fixed problem when `elmo-pop3-use-uidl' is nil.
7680         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7681
7682 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7683
7684         * elmo-version.el (elmo-version): Up to 2.5.2.
7685
7686 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7689         New function.
7690         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7691         (elmo-pop3-msgdb-create-as-numlist): Use it.
7692
7693         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7694         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7695
7696         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7697         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7698
7699 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7700
7701         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7702         when elmo-mark-as-read is called with second argument nil.
7703
7704 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7707         Moved to elmo-util.el.
7708
7709         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7710         Moved from elmo-pipe.el
7711
7712         * elmo-archive.el (elmo-archive-call-process): Enclose with
7713         static-if.
7714
7715         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7716         "RFC822" (because RFC822.PEEK is obsolete).
7717         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7718
7719 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7720
7721         * elmo-archive.el (elmo-archive-call-process): Don't check for
7722         the exit status when Nemacs is running.
7723
7724 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7727         'plain.
7728
7729         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7730         (elmo-pop3-get-spec): Set default of auth to 'user.
7731
7732         * elmo-imap4.el (elmo-imap4-session-check):
7733         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7734         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7735         (elmo-imap4-auth-login): New function; Revival.
7736         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7737         `elmo-imap4-auth-login'.
7738
7739 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7740
7741         * elmo2.el (toplevel): Move `product-provide' declare.
7742         * mmelmo.el (toplevel): Ditto.
7743
7744 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7747
7748 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7749
7750         * elmo-util.el (elmo-folder-get-store-type): New function.
7751         (elmo-folder-direct-copy-p): Use it.
7752
7753 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7756         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7757         and result of `elmo-imap4-use-flag-p'.
7758         (elmo-imap4-fetch-callback-1): Set mark according to
7759         the result of `elmo-imap4-use-flag-p'.
7760
7761 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7764         (elmo-generic-list-folder-unread): Ditto.
7765         (elmo-folder-get-info): Ditto.
7766         (elmo-folder-set-info-max-by-numdb): Ditto.
7767         (elmo-folder-get-info-max): Ditto.
7768         (elmo-folder-get-info-length): Ditto.
7769         (elmo-folder-get-info-unread): Ditto.
7770         (elmo-folder-info-make-hashtb): Ditto.
7771
7772         * elmo2.el: Removed above functions.
7773
7774 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7775
7776         * elmo-imap4.el (toplevel): Require 'ssl.
7777         Add autoload 'starttls.
7778         * elmo-pop3.el (toplevel): Ditto.
7779         * elmo-nntp.el (toplevel): Ditto.
7780
7781 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7782
7783         * elmo-imap4.el (toplevel): defun at compile time.
7784         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7785         sasl-next-step, sasl-step-data, sasl-step-set-data.
7786         * elmo-pop3.el (toplevel): Ditto.
7787
7788 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7789
7790         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7791
7792 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7793
7794         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7795         if error.
7796         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7797         and `elmo-pop-auth-apop'.
7798
7799 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7800
7801         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7802
7803 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7804
7805         * elmo-pop3.el (elmo-network-authenticate-session): Split
7806         encoded response value.
7807
7808 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7809
7810         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7811         `elmo-pop3-force-login'.
7812         Redefine `sasl-mechanisms'.
7813         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7814
7815 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7816
7817         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7818         Delete `elmo-imap4-authenticator-alist'.
7819         (elmo-imap4-auth-cram-md5): Delete.
7820         (elmo-imap4-auth-digest-md5): Delete.
7821
7822 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7823
7824         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7825         (elmo-pop3-auth-scram-md5): Ditto.
7826         (elmo-pop3-auth-cram-md5): Ditto.
7827
7828 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7831         Delete `elmo-pop3-authenticator-alist'.
7832
7833 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7836         new SASL API.
7837         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7838
7839 \f
7840 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7841
7842         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7843
7844 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7845
7846         * elmo-nntp.el (elmo-nntp-get-folders-info):
7847         Fixed problem when '\' character is contained in user-id.
7848         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7849
7850 \f
7851 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * elmo-imap4.el (elmo-imap4-delete-folder):
7854         Send "close" before "delete" (Use commented out line).
7855         (elmo-imap4-rename-folder): Ditto.
7856
7857         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7858         folder string itself.
7859         (elmo-dop-list-deleted): New function.
7860         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7861         killed.
7862
7863         * elmo-util.el (elmo-string-rassoc-all): New function.
7864
7865         * elmo-version.el (elmo-version): Up to 2.5.1.
7866
7867 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7870
7871         * elmo-internal.el (elmo-internal-search): Fix last change.
7872
7873 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * elmo-internal.el (elmo-internal-search): Rewrite.
7876         (Fixed problem which is pointed out by Akihiro MOTOKI
7877         <motoki@da.jp.nec.com>)
7878
7879         * elmo-version.el (elmo-version): Up to 2.5.0.
7880
7881 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7882
7883         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7884
7885 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7886
7887         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7888         non-nil, make hierarchy.
7889
7890 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7891
7892         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7893         `elmo-pop3-use-uidl' must be bound to nil.
7894         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7895
7896 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * elmo-util.el (elmo-copy-file): Don't cause an error after
7899         `add-name-to-file' failed.
7900
7901         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
7902         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7903
7904 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7905
7906         * elmo-version.el (elmo-version): Up to 2.3.93.
7907
7908 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * elmo-util.el (elmo-flatten): New function.
7911
7912 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7913
7914         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
7915         sync Author header.
7916         * elmo-cache.el (toplevel): Ditto.
7917         * elmo-database.el (toplevel): Ditto.
7918         * elmo-date.el (toplevel): Ditto.
7919         * elmo-dop.el (toplevel): Ditto.
7920         * elmo-filter.el (toplevel): Ditto.
7921         * elmo-imap4.el (toplevel): Ditto.
7922         * elmo-internal.el (toplevel): Ditto.
7923         * elmo-localdir.el (toplevel): Ditto.
7924         * elmo-localnews.el (toplevel): Ditto.
7925         * elmo-maildir.el (toplevel): Ditto.
7926         * elmo-msgdb.el (toplevel): Ditto.
7927         * elmo-multi.el (toplevel): Ditto.
7928         * elmo-net.el (toplevel): Ditto.
7929         * elmo-nntp.el (toplevel): Ditto.
7930         * elmo-pipe.el (toplevel): Ditto.
7931         * elmo-pop3.el (toplevel): Ditto.
7932         * elmo-util.el (toplevel): Ditto.
7933         * elmo-vars.el (toplevel): Ditto.
7934         * elmo2.el (toplevel): Ditto.
7935         * mmelmo-imap4.el (toplevel): Ditto.
7936         * mmelmo.el (toplevel): Ditto.
7937
7938         * elmo-version.el (elmo-version): Move to top.
7939
7940         * elmo-cache.el (toplevel): Fixed multiple Author header format.
7941         * elmo-imap4.el (toplevel): Ditto.
7942         * elmo-localdir.el (toplevel): Ditto.
7943         * elmo-msgdb.el (toplevel): Ditto.
7944         * elmo-nntp.el (toplevel): Ditto.
7945         * elmo-pop3.el (toplevel): Ditto.
7946         * elmo-version.el (toplevel): Ditto.
7947
7948         * elmo-localnews.el (toplevel): Added Keyword header.
7949
7950 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7951
7952         * elmo-version.el (product-version-as-string): Defined using
7953         `defun-maybe'.
7954         (toplevel): Use it.
7955
7956         * elmo-localdir.el (toplevel): Updated copyright notice.
7957         * elmo-version.el (toplevel): Ditto.
7958         * elmo-msgdb.el (toplevel): Ditto.
7959         * elmo-imap4.el (toplevel): Ditto.
7960         * elmo-nntp.el (toplevel): Ditto.
7961         * elmo-pop3.el (toplevel): Ditto.
7962
7963 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7964
7965         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
7966         messages.
7967
7968         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
7969         parameter value (It sometimes contains raw kanji).
7970
7971 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7972
7973         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
7974         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
7975
7976 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7977
7978         * elmo-imap4.el (elmo-network-initialize-session): Fix.
7979
7980 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
7981
7982         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
7983         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
7984
7985 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
7986
7987         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
7988         value if selecting folder succceeded.
7989         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
7990
7991 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7992
7993         * elmo-util.el (elmo-make-directory): Fixed permission lateral
7994         representation.
7995
7996         * elmo-util.el (elmo-string-matched-member): New function.
7997
7998 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * elmo-util.el (elmo-unintern): New macro.
8001         (elmo-number-set-member): Fixed docstring.
8002
8003         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8004         tag token.
8005
8006 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8007
8008         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8009         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8010
8011 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8014         `no-error'.
8015         Added docstring.
8016         Return non-nil if selecting folder succeeded.
8017         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8018
8019 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8022         `file-name-completion' returns t.
8023         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8024         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8025         directory if it does not exist.
8026         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8027         for iteration.
8028
8029 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8032         enclosure (It's harmful in unplugged status).
8033
8034         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8035
8036         * mmelmo-1.el: Removed.
8037
8038         * mmelmo-2.el: Ditto.
8039
8040         * mmelmo-imap4-1.el: Ditto.
8041
8042         * mmelmo-imap4-2.el: Ditto.
8043
8044         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8045
8046         * mmelmo.el: Merged mmelmo-2.el.
8047
8048         * elmo-version.el (elmo-version): Up to 2.3.92.
8049
8050 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8051
8052         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8053         elmo-update-number): Remove last period in "...done." message.
8054         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8055         Ditto.
8056         * elmo-cache.el (elmo-cache-expire-by-size,
8057         elmo-cache-get-sorted-cache-file-list,
8058         elmo-cache-msgdb-create-as-numlist): Ditto.
8059         * elmo-dop.el (elmo-dop-save-pending-messages,
8060         (elmo-dop-flush-pending-append-operations): Ditto.
8061         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8062         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8063         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8064         (elmo-localdir-pack-number): Ditto.
8065         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8066         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8067         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8068         mime-write-entity-content): Ditto.
8069         * pldap.el (ldap-search-basic): Ditto.
8070
8071 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * elmo-version.el (elmo-version): Up to 2.3.91.
8074
8075         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8076         Only when filter is 'last'.
8077
8078         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8079         (elmo-condition-parse-search-value): Use it.
8080         (elmo-read-search-condition-internal): Quote value only when
8081         it is not an atom.
8082
8083 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8084
8085         * elmo2.el (elmo-generic-folder-diff): Fix.
8086
8087 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8088
8089         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8090         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8091         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8092         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8093         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8094         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8095
8096 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8097
8098         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8099         extra-fields.
8100
8101 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * elmo-version.el (elmo-version): Up to 2.3.90.
8104
8105         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8106         (elmo-imap4-list-folder-important): Ditto.
8107
8108 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8109
8110         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8111
8112 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8113
8114         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8115
8116 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8117
8118         * elmo-nntp.el (elmo-network-initialize-session):
8119         Add starttls negotiation.
8120
8121 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8122
8123         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8124         response.
8125         (elmo-network-setup-session): Define.
8126         Call `elmo-nntp-send-mode-reader' when session opened.
8127
8128 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8129
8130         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8131
8132 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8133
8134         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8135         an invalid SPACE character ahead of `SEARCH' command.  Move
8136         a valid SPACE character following `SEARCH' from conditional
8137         `format' arguments to control-strings.
8138
8139 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8142         was succeeded.
8143
8144         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8145
8146 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8147
8148         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8149         `w32-get-true-file-link-count' as t.
8150
8151         * elmo-imap4.el (elmo-imap4-read): Abolished.
8152         (Renamed to `elmo-read' and moved to elmo-util.el)
8153         All other related portions are changed.
8154
8155         * elmo-util.el (elmo-read): New function.
8156         (elmo-condition-parse-search-value): Use it.
8157
8158 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8159
8160         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8161
8162         * elmo-nntp.el (elmo-nntp-session): Define.
8163         (elmo-nntp-setting): Abolished.
8164         All other related portions are changed.
8165         (elmo-nntp-get-server-command): Changed argument.
8166         (elmo-nntp-set-server-command): Ditto.
8167         (elmo-nntp-xover-p): Ditto.
8168         (elmo-nntp-set-xover): Ditto.
8169         (elmo-nntp-listgroup-p): Ditto.
8170         (elmo-nntp-set-listgroup): Ditto.
8171         (elmo-nntp-list-active-p): Ditto.
8172         (elmo-nntp-set-list-active): Ditto.
8173         (elmo-nntp-xhdr-p): Ditto.
8174         (elmo-nntp-set-xhdr): Ditto.
8175         (elmo-nntp-flush-connection): Abolished.
8176         (elmo-nntp-get-connection): Abolished.
8177         (elmo-nntp-get-session): New function.
8178         (elmo-network-initialize-session): Defined.
8179         (elmo-network-authenticate-session): Ditto.
8180         (elmo-nntp-send-mode-reader): Changed argument.
8181         (elmo-nntp-send-command): Changed argument.
8182         All other related portions are changed.
8183         (elmo-nntp-read-response): Ditto.
8184         (elmo-nntp-read-raw-response): Ditto.
8185         (elmo-nntp-read-contents): Ditto.
8186         (elmo-nntp-read-body): Ditto.
8187         (elmo-nntp-goto-folder): Abolished.
8188         (elmo-nntp-select-group): New function.
8189         All other related portions are changed.
8190         (This function substitutes `elmo-nntp-goto-folder')
8191         (elmo-nntp-msgdb-create-by-header): Rewrite.
8192         (elmo-nntp-get-overview): Eliminated.
8193         (elmo-nntp-get-message): Ditto.
8194         (elmo-nntp-open-connection) Abolished.
8195         (elmo-nntp-read-msg): Rewrite.
8196         (elmo-nntp-post): Ditto.
8197         (elmo-nntp-send-data): Abolished.
8198         (elmo-nntp-send-buffer): New function.
8199         (elmo-nntp-send-data-line): Define as inline function.
8200         (elmo-nntp-get-folders-info-prepare): Use session as key.
8201         (elmo-nntp-groups-read-response): Changed argument.
8202         (elmo-nntp-retrieve-headers): Ditto.
8203         (elmo-nntp-msgdb-create-message): Ditto.
8204
8205         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8206         when searching by 'since' or 'before'.
8207
8208 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8209
8210         * elmo-version.el (toplevel): Use product-version-as-string for set
8211         verstion-string, if defined.
8212
8213 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8214
8215         * elmo-util.el: Doc fixes.
8216
8217 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8218
8219         * elmo-archive.el (toplevel): Use product-provide.
8220         * elmo-cache.el (toplevel): Ditto.
8221         * elmo-database.el (toplevel): Ditto.
8222         * elmo-date.el (toplevel): Ditto.
8223         * elmo-dop.el (toplevel): Ditto.
8224         * elmo-filter.el (toplevel): Ditto.
8225         * elmo-imap4.el (toplevel): Ditto.
8226         * elmo-internal.el (toplevel): Ditto.
8227         * elmo-localdir.el (toplevel): Ditto.
8228         * elmo-localnews.el (toplevel): Ditto.
8229         * elmo-maildir.el (toplevel): Ditto.
8230         * elmo-msgdb.el (toplevel): Ditto.
8231         * elmo-multi.el (toplevel): Ditto.
8232         * elmo-net.el (toplevel): Ditto.
8233         * elmo-nntp.el (toplevel): Ditto.
8234         * elmo-pipe.el (toplevel): Ditto.
8235         * elmo-pop3.el (toplevel): Ditto.
8236         * elmo-util.el (toplevel): Ditto.
8237         * elmo-vars.el (toplevel): Ditto.
8238         * elmo2.el (toplevel): Ditto.
8239         * mmelmo-1.el (toplevel): Ditto.
8240         * mmelmo-2.el (toplevel): Ditto.
8241         * mmelmo-imap4-1.el (toplevel): Ditto.
8242         * mmelmo-imap4-2.el (toplevel): Ditto.
8243         * mmelmo-imap4.el (toplevel): Ditto.
8244         * mmelmo.el (toplevel): Ditto.
8245
8246 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8247
8248         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8249         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8250
8251 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8254         before splitting.
8255         (elmo-multi-split-number-alist): Ditto.
8256
8257 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258
8259         * elmo-version.el: New file.  Use product.el.
8260         * elmo2.el: Add (require 'elmo-version).
8261         * elmo-vars.el (elmo-appname, elmo-version): Move to
8262         elmo-version.el
8263
8264 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8267         `elmo-msgdb-expand-path'.
8268         (elmo-msgdb-load): Ditto.
8269         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8270         (elmo-generic-list-folder-unread): Rewrite.
8271         (elmo-generic-list-folder-important): Changed argument.
8272         (elmo-list-folder-unread): Ditto.
8273         (elmo-list-folder-important): Ditto.
8274         (elmo-folder-diff): Rewrite.
8275         (elmo-generic-folder-diff): New function.
8276         (elmo-multi-get-number-alist-list): Abolished
8277         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8278         (elmo-multi-folder-diff): Moved to elmo-multi.el
8279         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8280
8281         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8282         `elmo-msgdb-expand-path'.
8283         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8284         (elmo-pop3-read-msg): Ditto.
8285         (elmo-pop3-delete-msgs): Ditto.
8286         (elmo-pop3-folder-diff): New alias.
8287
8288         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8289         `elmo-msgdb-expand-path'.
8290         (elmo-pipe-list-folder-unread): Changed arguments.
8291         (elmo-pipe-list-folder-important): Ditto.
8292         (elmo-pipe-folder-diff): New alias.
8293
8294         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8295         `elmo-msgdb-expand-path'.
8296         (elmo-nntp-max-of-folder): Ditto.
8297         (elmo-nntp-msgdb-create): Ditto.
8298         (elmo-nntp-delete-msgs): Ditto.
8299         (elmo-nntp-folder-diff): New alias.
8300
8301         * elmo-multi.el (elmo-multi-folder-diff): New function.
8302         (elmo-multi-split-mark-alist): Ditto.
8303         (elmo-multi-split-number-alist): Ditto.
8304         (elmo-multi-mark-alist-list): Abolished (Renamed to
8305         elmo-multi-split-mark-alist).
8306         (elmo-multi-list-folder-unread): Rewrite.
8307         (elmo-multi-list-folder-important): Ditto.
8308         (elmo-multi-list-folder): Set `spec' as 1st argument for
8309         `elmo-msgdb-expand-path'.
8310         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8311         instead of `elmo-multi-get-number-alist-list'.
8312
8313         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8314         If 1st argument is not string, treat as spec.
8315         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8316         `elmo-msgdb-expand-path'.
8317         (elmo-msgdb-flist-load): Ditto.
8318         (elmo-msgdb-flist-save): Ditto.
8319         (elmo-msgdb-delete-path): Ditto.
8320         (elmo-msgdb-rename-path): Ditto.
8321
8322         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8323         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8324         (elmo-maildir-delete-mark-msgs): Ditto.
8325         (elmo-maildir-msgdb-create): Ditto.
8326         (elmo-maildir-read-msg): Ditto.
8327         (elmo-maildir-delete-msgs): Ditto.
8328         (elmo-maildir-list-folder-subr): Ditto.
8329         (elmo-maildir-search): Ditto.
8330         (elmo-maildir-get-msg-filename): Ditto.
8331         (elmo-maildir-pack-number): Ditto.
8332         (elmo-maildir-folder-diff): New alias.
8333
8334         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8335
8336         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8337         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8338         (elmo-localdir-folder-diff): New alias.
8339
8340         * elmo-internal.el (elmo-internal-list-folder-subr):
8341         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8342         (elmo-internal-list-folder-by-location): Ditto.
8343         (elmo-internal-msgdb-create): Ditto.
8344         (elmo-internal-delete-msgs): Ditto.
8345         (elmo-internal-read-msg): Ditto.
8346         (elmo-internal-folder-diff): New alias.
8347
8348         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8349         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8350         `elmo-msgdb-expand-path'.
8351         (elmo-imap4-list-folder-unread): Changed arguments.
8352         (elmo-imap4-list-folder-important): Ditto.
8353
8354         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8355         (elmo-filter-list-folder-important): Ditto.
8356         (elmo-filter-folder-diff): New function.
8357
8358         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8359
8360         * elmo-cache.el (elmo-cache-list-folder):
8361         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8362         (elmo-cache-copy-msgs): Ditto.
8363         (elmo-cache-folder-diff): New alias.
8364
8365         * elmo-archive.el (elmo-archive-list-folder-subr):
8366         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8367         (elmo-archive-get-archive-name): Ditto.
8368         (elmo-archive-create-file): Ditto.
8369         (elmo-archive-append-msg): Ditto.
8370         (elmo-archive-copy-msgs): Ditto.
8371         (elmo-archive-copy-msgs-froms): Ditto.
8372         (elmo-archive-get-msg-filename): Ditto.
8373         (elmo-archive-folder-diff): New alias.
8374
8375 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8376
8377         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8378         (elmo-pop3-stream-type-alist): New variable.
8379         (elmo-nntp-stream-type-alist): New variable.
8380
8381         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8382         (elmo-kill-buffer): Ditto.
8383         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8384         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8385         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8386         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8387         (elmo-imap4-get-spec): Take into account
8388         `elmo-imap4-stream-type-alist'.
8389
8390 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8391
8392         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8393         (elmo-nntp-list-folders-get-cache): Ditto.
8394
8395 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8398         character before 'uid'.
8399
8400 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8403
8404         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8405
8406         * elmo-util.el (elmo-number-set-member): New function.
8407         (elmo-number-set-append-list): Ditto.
8408         (elmo-number-set-append): Ditto.
8409
8410         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8411         Use `elmo-number-set-member'.
8412         (elmo-living-messages): Ditto.
8413         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8414         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8415
8416         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8417         (elmo-imap4-add-to-cont-list): Abolished.
8418         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8419         instead of elmo-imap4-add-to-cont-list.
8420
8421         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8422         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8423
8424         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8425
8426 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8427
8428         * elmo-util.el (elmo-condition-parse-search-value):
8429         Fixed date parsing.
8430
8431 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * elmo-util.el (elmo-condition-find-key-internal): New function.
8434         (elmo-condition-find-key): Ditto.
8435
8436         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8437         (elmo-msgdb-search-internal): Ditto.
8438         (elmo-msgdb-search): Ditto.
8439
8440 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8443         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8444
8445         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8446         (elmo-nntp-search-primitive): Fixed problem when condition is
8447         'unmatch'.
8448
8449         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8450
8451         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8452         (elmo-nntp-xhdr-p): New macro.
8453         (elmo-nntp-set-xhdr): Ditto.
8454         (elmo-nntp-parse-xhdr-response): New function.
8455         (elmo-nntp-retrieve-field): Ditto.
8456         (elmo-nntp-search-primitive): Ditto.
8457         (elmo-nntp-search): Implemented.
8458
8459         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8460
8461         * elmo-archive.el (elmo-archive-search): Set all number list to
8462         `elmo-archive-field-condition-match'
8463
8464         * elmo-localdir.el (elmo-localdir-search): Likewise.
8465
8466         * elmo-maildir.el (elmo-maildir-search): Likewise.
8467
8468 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8469
8470         * elmo-msgdb.el (elmo-living-messages): New function.
8471         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8472         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8473         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8474         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8475         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8476         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8477         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8478         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8479         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8480         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8481         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8482
8483 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8484
8485         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8486
8487         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8488
8489         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8490
8491         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8492         arguments for `SEARCH' command.
8493         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8494         All other related portions are changed.
8495
8496         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8497
8498         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8499         (elmo-list-folder-unread): Rewrite.
8500         (elmo-list-folder-important): Ditto.
8501
8502         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8503         (elmo-condition-parse-error): New inline function.
8504         (elmo-read-search-condition): New function.
8505         (elmo-read-search-condition-internal): Ditto.
8506         (elmo-parse-search-condition): Rewrite.
8507         (elmo-condition-parse): New function.
8508         (elmo-condition-parse-or-expr): Ditto.
8509         (elmo-condition-parse-and-expr): Ditto.
8510         (elmo-condition-parse-primitive): Ditto.
8511         (elmo-condition-parse-search-value): Ditto.
8512         (elmo-buffer-field-primitive-condition-match): Ditto.
8513         (elmo-buffer-field-condition-match): Rewrite.
8514         (elmo-file-field-condition-match): Ditto.
8515
8516         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8517         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8518
8519         * elmo-internal.el (elmo-internal-search): Set `number' and
8520         `number-list' argument of `elmo-file-field-condition-match'.
8521
8522         * elmo-maildir.el (elmo-maildir-search): Ditto.
8523
8524         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8525         `msgdb' as argument instead of `mark-alist'.
8526         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8527         `overview'.
8528
8529         * elmo-multi.el: Likewise.
8530
8531         * elmo-pipe.el: Likewise.
8532
8533         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8534         (elmo-imap4-search-internal): Rewrite.
8535         (elmo-imap4-search): Ditto.
8536
8537         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8538         (elmo-filter-list-folder-unread): Ditto.
8539         (elmo-filter-list-folder-important): Ditto.
8540         (elmo-filter-search): Rewrite.
8541
8542         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8543         `number-list' argument of `elmo-file-field-condition-match'.
8544         (elmo-cache-search): Ditto.
8545
8546         * elmo-localdir.el: Likewise.
8547
8548         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8549         number-list and pass it to `elmo-buffer-field-condition-match'.
8550         (elmo-archive-field-condition-match): Pass `number-list' to
8551         `elmo-archive-field-condition-match'
8552
8553 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8554
8555         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8556         `listgroup'.
8557
8558         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8559         (elmo-folder-diff-async-callback-data): Ditto.
8560         (elmo-folder-diff-async): New function.
8561
8562         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8563         (elmo-network-session-cache-key): Use it as a prefix of the session
8564         name.
8565         (elmo-network-open-session): Ditto.
8566
8567         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8568         (elmo-imap4-status-callback-data): Ditto.
8569         (elmo-imap4-server-diff-async-callback): New variable.
8570         (elmo-imap4-server-diff-async-callback-data): Ditto.
8571         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8572         `elmo-imap4-status-callback-data'.
8573         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8574         `elmo-imap4-status-callback-data' as nil.
8575         (elmo-imap4-server-diff): Ditto.
8576         (elmo-imap4-server-diff-async-callback-1): New function.
8577         (elmo-imap4-server-diff-async): Ditto.
8578         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8579
8580 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8581
8582         * elmo-util.el (elmo-list-delete): Doc fix.
8583         (elmo-delete-lists): Abolish.
8584         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8585         instead of `elmo-delete-lists'.
8586
8587 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8588
8589         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8590         before `sort'.
8591
8592 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8593
8594         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8595         `elmo-imap4-literal-subr'.
8596         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8597         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8598
8599 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8600
8601         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8602         (elmo-archive-list-folder): Fix.
8603         (elmo-archive-max-of-folder): Fix.
8604
8605 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8606
8607         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8608          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8609         (elmo-localdir-append-msg): Ditto.
8610         (elmo-localdir-list-folder): Fix for `nonsort'.
8611         (elmo-localdir-list-folder-subr): Fix for `killed'.
8612         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8613         (elmo-maildir-list-folder-subr): Ditto.
8614         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8615         (elmo-archive-list-folder-subr): Ditto.
8616         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8617         (elmo-internal-list-folder-subr): Ditto.
8618
8619 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8620
8621         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8622
8623 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8624
8625         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8626
8627 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8630         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8631
8632         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8633         before greeting.
8634         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8635         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8636
8637 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8640
8641         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8642         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8643         before STORE command.
8644
8645 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8648
8649         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8650         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8651         of `response'.
8652         (elmo-imap4-list-folders): Removed unused local variable.
8653         (elmo-network-initialize-session): Ditto.
8654         (elmo-imap4-delete-msg-by-id): Ditto.
8655         (elmo-imap4-parse-fetch): Ditto.
8656         (elmo-imap4-copy-msgs): Ditto.
8657         Use `dst-spec' instead of `dst-folder'.
8658         (elmo-network-authenticate-session): Check authenticate type `plain'.
8659
8660 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8661
8662         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8663         garbage checking.
8664         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8665         `elmo-imap4-response-value'.
8666         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8667
8668 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * elmo-imap4.el (elmo-imap4-send-command):
8671         Cause elmo-imap4-bye-error when current response is BYE.
8672         (elmo-imap4-arrival-filter): Changed greeting response value.
8673
8674         * elmo2.el (elmo-imap4-bye-error): Define.
8675
8676         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8677         (elmo-imap4-server-diff): Ditto.
8678         (elmo-imap4-response-bye-p): New macro.
8679         (elmo-imap4-response-error-text): Get text from BYE response.
8680         (elmo-imap4-read-response): Return if BYE response.
8681         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8682         (elmo-imap4-folder-exists-p): Ditto.
8683         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8684         (elmo-imap4-parse-bye): New function.
8685         (elmo-imap4-parse-response): Remove needless let.
8686         Call `elmo-imap4-parse-bye'.
8687
8688 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8691         the mailbox does not exist.
8692         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8693
8694 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8695
8696         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8697
8698 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8699
8700         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8701
8702         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8703         (elmo-network-initialize-session-buffer): Defined.
8704
8705         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8706         Abolished.
8707         (mmelmo-imap4-get-mime-entity): Rewrite.
8708
8709         * elmo2.el (elmo-error): Capitalize error message.
8710
8711         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8712         (elmo-network-session-buffer): New macro.
8713         (elmo-network-open-session): Use it.
8714
8715         * elmo-imap4.el: Rewrite.
8716
8717 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8718
8719         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8720
8721 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8722
8723         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8724         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8725         (elmo-imap4-create-msgdb-from-overview-string): Use
8726         `elmo-msgdb-create-overview-from-buffer'.
8727
8728 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8729
8730         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8731         (elmo-imap4-default-hierarchy-delimiter): New variable.
8732         (elmo-imap4-list-folders): Use it.
8733
8734 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8735
8736         * elmo-net.el (elmo-network-open-session): Add user and
8737         stream-type for process-buffer name.
8738
8739         * elmo-pop3.el (elmo-network-initialize-session): Call
8740         buffer-disable-undo.
8741
8742         * elmo-imap4.el (elmo-network-initialize-session):
8743         Set current-buffer as an argument for `buffer-disable-undo'.
8744
8745         * elmo-pop3.el (elmo-network-close-session): Don't use
8746         `process-live-p'.
8747
8748         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8749         Set default as 'user.
8750
8751         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8752
8753         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8754         and `elmo-imap4-flush-connection'.
8755
8756         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8757         (elmo-pop3-get-spec): Assume auth as symbol.
8758         (elmo-open-network-stream): Moved to `elmo-net'.
8759
8760         * elmo-pop3.el (toplevel): Require 'elmo-net.
8761         Define `sasl-cram-md5' to silence byte compilier.
8762         (elmo-pop3-connection-cache) Abolished.
8763         (elmo-pop3-authenticator-alist) New variable.
8764         (elmo-pop3-session): Define.
8765         (elmo-pop3-connection-get-process): Abolished.
8766         (elmo-pop3-connection-get-buffer): Ditto.
8767         (elmo-pop3-close-connection): Ditto.
8768         (elmo-pop3-flush-connection): Ditto.
8769         (elmo-pop3-get-connection): Ditto.
8770         (elmo-pop3-get-session): New function.
8771         (Replacement for `elmo-pop3-get-connection').
8772         All other related modules are changed.
8773         (elmo-network-close-session): Define.
8774         (elmo-pop3-send-command): Abolished argument `buffer'.
8775         All other related modules are changed.
8776         (elmo-pop3-read-response): Likewise.
8777         (elmo-pop3-open-connection): Abolished.
8778         (elmo-pop3-auth-user): New function.
8779         (elmo-pop3-auth-apop): Ditto.
8780         (elmo-pop3-auth-cram-md5): Ditto.
8781         (elmo-pop3-auth-scram-md5): Ditto.
8782         (elmo-pop3-auth-digest-md5): Ditto.
8783         (elmo-network-initialize-session): Define.
8784         (elmo-network-authenticate-session): Ditto.
8785         (elmo-network-setup-session): Ditto.
8786
8787         * elmo-imap4.el (toplevel): Require 'elmo-net.
8788         (elmo-imap4-session): Define.
8789         (elmo-imap4-connection-cache): Abolished.
8790         (elmo-imap4-password-key): Ditto.
8791         (elmo-imap4-flush-connection): Ditto.
8792         (elmo-imap4-get-connection): Ditto.
8793         All other related modules are changed.
8794         (elmo-imap4-get-session): New function
8795         (Replacement for `elmo-imap4-get-connection').
8796         (elmo-imap4-read-response): Abolished argument `buffer'.
8797         All other related modules are changed.
8798         (elmo-imap4-send-command): Likewise.
8799         (elmo-imap4-select-folder): Abolished.
8800         All other related modules are changed.
8801         (elmo-imap4-select-mailbox): New function.
8802         (Replacement for `elmo-imap4-select-folder').
8803         (elmo-imap4-auth-login): Simplify.
8804         (Assume current buffer as process buffer)
8805         (elmo-imap4-auth-cram-md5): Ditto.
8806         (elmo-imap4-auth-digest-md5): Ditto.
8807         (elmo-imap4-login): Ditto.
8808         (elmo-imap4-open-connection): Abolished.
8809         (elmo-imap4-open-connection-1): Abolished.
8810         (elmo-network-initialize-sessoin): Define.
8811         (elmo-network-authenticate-session): Ditto.
8812         (elmo-network-setup-session): Ditto.
8813
8814         * elmo-net.el: New module.
8815
8816 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8817
8818         * elmo-util.el (elmo-define-error): New function.
8819
8820         * elmo2.el (elmo-error): Define.
8821         (elmo-open-error): Define.
8822         (elmo-authenticate-error): Define.
8823
8824         * elmo-imap4.el (elmo-imap4-error): Abolish.
8825         (elmo-imap4-error-type): Abolish.
8826         (elmo-imap4-error-process): Abolish.
8827         (elmo-imap4-error-message): Abolish
8828         (elmo-imap4-list-folders): Don't quote lambda.
8829         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8830         (elmo-imap4-parse-namespace): Ditto.
8831         (elmo-imap4-open-connection): Rewrite.
8832         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8833         (elmo-imap4-get-connection): Abolish local variable `result'.
8834
8835 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8836
8837         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8838         wrong-type-argument error when auth is nil.
8839
8840 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8843         (elmo-default-nntp-stream-type): Ditto.
8844         (elmo-default-pop3-stream-type): Ditto.
8845         (elmo-network-stream-type-alist): Ditto.
8846         (elmo-default-imap4-ssl): Abolished.
8847         (elmo-default-nntp-ssl): Ditto.
8848         (elmo-default-pop3-ssl): Ditto.
8849
8850         * elmo-util.el: (toplevel): Removed needless requires.
8851         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8852         (elmo-open-network-stream): Open network stream according to
8853         the value of `elmo-network-stream-type-alist'.
8854         (elmo-get-network-stream-type): New function.
8855         (elmo-network-stream-type-spec-string): New macro.
8856         (elmo-network-stream-type-symbol): Ditto.
8857         (elmo-network-stream-type-function): Ditto.
8858
8859         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8860         network-stream-type. All other related portions are changed.
8861         (elmo-pop3-open-connection): Ditto.
8862
8863         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8864         network-stream-type. All other related portions are changed.
8865
8866         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8867         network-stream-type.All other related portions are changed.
8868         (elmo-imap4-error): New macro.
8869         (elmo-imap4-error-type): Ditto.
8870         (elmo-imap4-error-process): Ditto.
8871         (elmo-imap4-error-message): Ditto.
8872         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8873         (elmo-imap4-auth-cram-md5): Ditto.
8874         (elmo-imap4-auth-digest-md5): Ditto.
8875         (elmo-imap4-login): Ditto.
8876         (elmo-imap4-open-connection): Remove password entry if authentication
8877         was in vain.
8878         (elmo-imap4-user-at-host): Abolished.
8879         (elmo-imap4-password-key): New buffer local variable.
8880         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8881         using protocol, port, auth and stream-type.
8882
8883         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8884
8885 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8886
8887         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8888
8889         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8890
8891         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8892         (elmo-imap4-authenticator-alist): New variable.
8893         (elmo-imap4-open-connection-1): Rename from
8894         elmo-imap4-open-connection.
8895         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8896         only wraps elmo-imap4-open-connection-1.
8897         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8898         user-at-host.
8899         (elmo-imap4-auth-login): New function.
8900         (elmo-imap4-auth-cram-md5): New function.
8901         (elmo-imap4-auth-digest-md5): New function.
8902         (elmo-imap4-login): New function.
8903
8904 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8905
8906         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
8907         function `error'.
8908
8909 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8910
8911         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
8912
8913 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8914
8915         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
8916
8917 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
8918
8919         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
8920         for server responses, quote `*' regardless of where it appears.
8921
8922 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8923
8924         * elmo-maildir.el (elmo-maildir-commit): New alias.
8925
8926 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8927
8928         * elmo-util.el (elmo-display-progress):
8929                 Use `progress-feedback-with-label'.
8930
8931 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8932
8933         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
8934         (elmo-imap4-non-atom-char-regex): Ditto.
8935         (elmo-imap4-non-text-char-regex): Ditto.
8936         (elmo-imap4-literal-threshold): Ditto.
8937         (elmo-imap4-atom-p): New function.
8938         (elmo-imap4-quotable-p): Ditto.
8939         (elmo-imap4-nil): Ditto.
8940         (elmo-imap4-atom): Ditto.
8941         (elmo-imap4-quoted): Ditto.
8942         (elmo-imap4-literal-subr): Ditto.
8943         (elmo-imap4-literal): Ditto.
8944         (elmo-imap4-buffer-literal): Ditto.
8945         (elmo-imap4-string-subr): Ditto.
8946         (elmo-imap4-string): Ditto.
8947         (elmo-imap4-buffer-string): Ditto.
8948         (elmo-imap4-astring-subr): Ditto.
8949         (elmo-imap4-astring): Ditto.
8950         (elmo-imap4-buffer-astring): Ditto.
8951         (elmo-imap4-nstring): Ditto.
8952         (elmo-imap4-buffer-nstring): Ditto.
8953         (elmo-imap4-mailbox): New alias.
8954         (elmo-imap4-field-body): Ditto.
8955         (elmo-imap4-userid): Ditto.
8956         (elmo-imap4-password): Ditto.
8957         (elmo-imap4-format-quoted): New function.
8958         (elmo-imap4-send-command): Rewritten.  Accept a list of command
8959         arguments and handle "atom", "quoted" and "literal" string here.
8960         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
8961         `elmo-imap4-send-command'.
8962         (elmo-imap4-folder-exists-p): Likewise.
8963         (elmo-imap4-create-folder): Likewise.
8964         (elmo-imap4-delete-folder): Likewise.
8965         (elmo-imap4-rename-folder): Likewise.
8966         (elmo-imap4-max-of-folder): Likewise.
8967         (elmo-imap4-check-validity): Likewise.
8968         (elmo-imap4-sync-validity): Likewise.
8969         (elmo-imap4-server-diff): Likewise.
8970         (elmo-imap4-select-folder): Likewise.
8971         (elmo-imap4-copy-msgs): Likewise.
8972         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
8973         (elmo-imap4-mark-set-on-msgs): Likewise.
8974         (elmo-imap4-read-part): Likewise.
8975         (elmo-imap4-read-msg): Likewise.
8976         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
8977         `elmo-imap4-password' for `elmo-imap4-send-command'.
8978         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
8979         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
8980         `elmo-imap4-buffer-literal'.
8981         (elmo-imap4-append-msg): Likewise.
8982
8983         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
8984         `delete' for removing dead connection from the connection cache.
8985         Move deletion of the process buffer after that.
8986         (elmo-imap4-list): Change `defsubst' to `defun'.
8987         (elmo-imap4-commit): Make error message verbose.
8988         (elmo-imap4-search): Ditto.
8989         (elmo-imap4-list): Ditto.
8990         (elmo-imap4-select-folder): Ditto.
8991         (elmo-imap4-copy-msgs): Ditto.
8992         (elmo-imap4-delete-msg-by-id): Ditto.
8993         (elmo-imap4-append-msg-by-id): Ditto.
8994         (elmo-imap4-append-msg): Ditto.
8995
8996 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8997
8998         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
8999         when dired is used on XEmacs.
9000
9001 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9002
9003         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9004         instead of `append'.
9005         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9006         `elmo-plugged-p' directly.
9007         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9008         of `elmo-plugged-p' directly.
9009
9010         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9011         Eliminate unused variable.  Use `memq' for checking a process status.
9012         Use `cons' instead of `append' for updating the connection cache.
9013         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9014         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9015
9016 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9017
9018         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9019         `elmo-imap4-read-point' exactly.
9020
9021         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9022         the local variable `folder' to `mailbox'.
9023         Rename the argument `fld' to `folder'.
9024
9025 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9026
9027         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9028         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9029
9030 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9031
9032         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9033         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9034         (elmo-pop3-uidl-number-hash): Ditto.
9035         (elmo-pop3-size-hash): Ditto.
9036         (elmo-pop3-uidl-done): Ditto.
9037         (elmo-pop3-list-done): Ditto.
9038         (elmo-pop3-connection-get-process): New defmacro.
9039         (elmo-pop3-connection-get-buffer): Ditto.
9040         (elmo-pop3-close-connection): Delete buffer and process.
9041         (elmo-pop3-flush-connection): Don't delete buffer and process.
9042         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9043         Setup UIDL and size hash.
9044         (elmo-pop3-send-command-no-erase): Deleted
9045         (elmo-pop3-send-command): Added optional argument `no-erase'.
9046         (elmo-pop3-parse-uidl-response): New function.
9047         (elmo-pop3-parse-list-response): Set size hash.
9048         (elmo-pop3-list-location): New function.
9049         (elmo-pop3-list-by-uidl-subr): Ditto.
9050         (elmo-pop3-list-by-list): Ditto.
9051         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9052         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9053         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9054         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9055         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9056         Use uidl.
9057         (elmo-pop3-uidl-to-number): New function.
9058         (elmo-pop3-number-to-uidl): Ditto.
9059         (elmo-pop3-number-to-size): Ditto.
9060         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9061         Set number by use of uidl.
9062         (elmo-pop3-msgdb-create-message): Likewise.
9063         Set size, loc-alist in msgdb.
9064         (elmo-pop3-read-msg): Set number by use of uidl.
9065         Added optional argument `msgdb'.
9066         (elmo-pop3-delete-msg): Ditto.
9067         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9068         (elmo-pop3-commit): Close connection.
9069
9070         * elmo-pipe.el (elmo-pipe-max-of-folder):
9071         Bind `elmo-pop3-use-uidl' as nil.
9072         (elmo-pipe-drain): Ditto.
9073         Call `elmo-commit'.
9074
9075         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9076         (elmo-msgdb-overview-entity-set-size): New defsubst.
9077
9078 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9079
9080         * elmo-vars.el (elmo-use-killed-list): New variable
9081         (Renamed from `elmo-nntp-use-killed-list').
9082         (elmo-nntp-use-killed-list): Eliminated.
9083
9084         * elmo-msgdb.el (elmo-msgdb-expand-path):
9085         Changed expanding msgdb path for elmo-multi.
9086
9087         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9088         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9089         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9090         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9091         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9092         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9093         (toplevel): Deleted time-stamp line.
9094
9095         * elmo2.el (elmo-clear-killed ): Defined as function
9096         (Abolished defining as a backend function).
9097         All other related modules are changed.
9098
9099 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9100
9101         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9102
9103 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9106
9107 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9108
9109         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9110
9111 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9112
9113         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9114         asynchronous folder check.
9115
9116         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9117
9118         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9119         `elmo-nntp-use-killed-list'.
9120         (elmo-nntp-list-folder): Use killed list.
9121         (elmo-nntp-max-of-folder): Ditto.
9122         (elmo-nntp-msgdb-create): Set killed list.
9123
9124         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9125
9126         * elmo2.el (elmo-clear-killed): New backend function.
9127         All other related modules are changed.
9128
9129 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9130
9131         * elmo-util.el (elmo-imap4-spec-folder): Use
9132         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9133         All callers changed.
9134
9135 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * mmelmo-2.el (initialize-instance):
9138         Use `mime-buffer-entity-buffer-internal' instead of
9139         `mime-entity-buffer'.
9140
9141         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9142         (mime-entity-body): Implemented.
9143         (mime-goto-header-start-point): Deleted.
9144         (mime-goto-body-end-point): Ditto.
9145         (mime-entity-point-min): Ditto.
9146         (mime-entity-point-max): Ditto.
9147         (mime-entity-children): Ditto.
9148         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9149         instead of `mime-entity-buffer'.
9150         (mime-entity-header-buffer): Ditto.
9151         (mime-entity-body-buffer): Ditto.
9152         (mime-write-entity-content): Ditto.
9153
9154         * pldap.el (ldap-static-if): New macro.
9155         (toplevel): Use it instead of `static-if'.
9156
9157 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9160         included in `attrs' argument.
9161
9162 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9165
9166         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9167         (ldap-ldif-safe-init-char-regexp): Ditto.
9168         (ldap-ldif-safe-string-regexp): Ditto.
9169         (ldap/ldif-safe-string-p): New macro.
9170         (ldap/ldif-insert-field): Ditto.
9171         (ldap-modify): Use it.
9172         (ldap-add): Ditto.
9173         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9174         (ldap-decode-attribute): Decode only when `attr' is consp.
9175         (ldap-delete): Bind `ret'.
9176         (toplevel): Require 'cl at compile time.
9177         Removed (require 'poe) and (require 'std11).
9178         (pldap-version): Eliminated.
9179         (ldap-search-basic): Removed auth and dn binding.
9180         (ldap-ldif-field-name-regexp): New constant.
9181         (ldap-ldif-field-head-regexp): Ditto.
9182         (ldap-ldif-next-field-head-regexp): Ditto.
9183         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9184         (ldap/field-end): New function.
9185         (ldap/field-body): Use it.
9186         (ldap/collect-field): Ditto.
9187         (ldap-search-basic): Use `ldap/field-body'.
9188
9189 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * pldap.el (ldap-default-attribute-encoder): New user option.
9192         (ldap/field-body): Decode base64 string.
9193         (ldap/collect-field): Ditto.
9194         (ldap-encode-attribute): New function.
9195         (ldap-add-entries): Use it.
9196         (ldap-modify-entries): Ditto.
9197         (ldap-search-entries): Enclosed decoding function with
9198         `with-temp-buffer' and set as unibyte.
9199         (ldap-search-basic): Set process buffer as unibyte.
9200
9201         * elmo-util.el (elmo-folder-identical-system-p):
9202         Eliminated name space checking.
9203
9204         * pldap.el: New module.
9205         toplevel: Changed condition to detect built-in ldap feature.
9206         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9207         (ldap-add): Added error handling.
9208         (ldap-modify): Ditto.
9209         (ldap-delete): Ditto.
9210
9211 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9212
9213         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9214         Initialize local variables with `let'.  Inline a temporary
9215         variable for the progress percentage.  Sort `setq' to reduce
9216         function call in the while-loop.
9217
9218         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9219         into the conditional branch.
9220
9221 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9222
9223         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9224         Move a conditional out of the while-loop.
9225
9226 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9227
9228         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9229         elmo-msgdb-overview-get-entity-by-number.
9230         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9231         throw.
9232
9233 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9234
9235         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9236         the local variable for a packed number self descriptively.
9237
9238 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9239
9240         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9241         * elmo-localdir.el (elmo-localdir-pack-number): Use
9242         `elmo-msgdb-overview-get-entity' instead of
9243         `elmo-msgdb-overview-get-entity-by-number'.
9244         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9245         (elmo-msgdb-search-overview-entity): Removed.
9246         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9247         by message-id or number.
9248         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9249         instead of `elmo-msgdb-overview-get-entity-by-number'.
9250
9251 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9252
9253         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9254         non-nil, use hash table for overview.
9255         (elmo-hash-maximum-size): New variable.
9256         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9257         (elmo-msgdb-make-overview-hashtb): New function.
9258         (elmo-msgdb-clear-overview-hashtb): New function.
9259         (elmo-clear-hash-val): New macro.
9260         All other related modules are changed.
9261
9262 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9263
9264         * elmo2.el (elmo-move-msgs): If there's other message with
9265         same message-id, don't use cache.
9266
9267 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9268
9269         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9270         number is already packed.
9271
9272 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9273
9274         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9275
9276 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9277
9278         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9279         All other related modules are changed.
9280
9281 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9284         of refiling failure on Maildir.
9285
9286 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9287
9288         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9289         decoded mime-charset with cache.
9290         (elmo-msgdb-overview-entity-get-from): Ditto.
9291         (elmo-msgdb-overview-entity-get-subject): Ditto.
9292         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9293
9294 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9295
9296         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9297         (elmo-remove-passwd): Fill password with 0 before erase.
9298         * elmo-vars.el (elmo-passwd-life-time): New variable.
9299
9300 \f
9301 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9302
9303         * elmo-cache.el (elmo-buffer-cache-add):
9304         Set message cache buffer as unibyte.
9305
9306 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9307
9308         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9309         become nil.
9310
9311 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9312
9313         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9314         when display is finished.
9315         (elmo-nntp-msgdb-create): Ditto.
9316         (elmo-nntp-groups-read-response): Ditto.
9317         (elmo-nntp-retrieve-headers): Ditto.
9318         (elmo-nntp-msgdb-create-message): Ditto.
9319         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9320         (elmo-pop3-msgdb-create-message): Ditto.
9321
9322 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9323
9324         * elmo-maildir.el (elmo-maildir-msgdb-create):
9325         Use `elmo-msgdb-sort-by-date'.
9326
9327 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * elmo2.el (elmo-read-msg-no-cache):
9330         Eliminated arguments after `outbuf'.
9331         Don't use cache even if it exists.
9332         (elmo-read-msg): Don't pass arguments after `outbuf' to
9333         `elmo-read-msg-no-cache'.
9334
9335 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9336
9337         * elmo-archive.el (elmo-archive-list-folders):
9338         Use `file-name-directory' if base folder does not exist.
9339
9340 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9341
9342         * elmo-archive.el (elmo-archive-list-folders): Don't use
9343         `file-name-directory'.
9344
9345 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9348         If `force' is non-nil, try flushing all operation queues.
9349
9350 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9353         as-binary-process.
9354
9355 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9356
9357         * elmo-util.el (elmo-display-progress): Fixed.
9358
9359 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9360
9361         * elmo-util.el (elmo-display-progress): New function.
9362         All other related modules are changed.