* modb-standard.el (modb-standard-cleanup-stale-entities): Use `string-to-number...
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
4         `string-to-number' instead of `string-to-int'.
5
6         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
7         instead of `save-excursion' (for suppress compile warnings).
8         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
10         (elmo-nntp-post): Ditto.
11
12 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
13
14         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
15         Mule-UCS (to-utf-16).
16         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
17         Emacs 23.
18
19 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
20
21         * utf7.el (utf7-find-coding-system-without-bom): New Function.
22         (utf7-utf-16-coding-system): use no-BOM coding system.
23         (utf7-get-u16char-converter): remove workaround for BOM.
24
25 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
26
27         * elmo-util.el (elmo-union): New function, make a union of two lists.
28
29         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
30         mime-view when displaying malformed base64 attach.
31
32         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
33         (removed duplicated code)
34
35         * modb-standard.el (modb-standard-cleanup-stale-entities): New
36         function, Remove stale entities from elmo's cache.
37
38 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
39
40         * elmo-version.el (elmo-version): Up to 2.15.7.
41
42 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
43
44         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
45         default value to `--auto-update'.
46
47 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
48
49         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
50         Add `elmo-pop3-read-point' barrier.
51
52 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
53
54         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
55         goto the previous end-point insead of the head-point, and use
56         `search-forward' instead of `re-search-forward'.
57
58 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
59
60         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
61
62 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
63
64         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
65         case-insensitive fashion.
66
67 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
68
69         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
70
71 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
72
73         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
74         `eval-and-compile' for suppress compile warnings.
75
76         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
77         instead of `defun-maybe'
78
79         * elmo-util.el: Add (eval-when-compile (require 'static)).
80
81 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
82
83         * mmimap.el: Remove (require 'static).
84         * acap.el: Ditto.
85
86         * elmo-flag.el: Move ';;; Code:' comment.
87         * elmo-imap4.el: Ditto.
88         * elmo-net.el: Ditto.
89
90         * elmo-version.el (product-provide): Fix comment.
91
92 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
93
94         * slp.el: Add (eval-when-compile (require 'cl)).
95         * elmo-date.el: Ditto.
96         * elmo-pop3.el: Ditto.
97         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
98
99 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * modb.el (elmo-msgdb-match-condition-primitive): Use
102         `string-to-number' instead of `string-to-int'.
103
104         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
105         (elmo-msgdb-message-match-condition)
106         (elmo-msgdb-create-message-entity-from-buffer): Use
107         `string-to-number' instead of `string-to-int'.
108
109         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
110         instead of `string-to-int'.
111
112         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
113         instead of `string-to-int'.
114
115         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
116         `string-to-number' instead of `string-to-int'.
117
118         * elmo-nntp.el (elmo-nntp-make-msglist)
119         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
120         (elmo-nntp-create-msgdb-from-overview-string)
121         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
122         (elmo-nntp-search-primitive): Use `string-to-number' instead of
123         `string-to-int'.
124
125         * elmo-net.el (elmo-net-folder-set-parameters): Use
126         `string-to-number' instead of `string-to-int'.
127
128         * elmo-localdir.el (elmo-localdir-list-subr): Use
129         `string-to-number' instead of `string-to-int'.
130
131         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
132         `string-to-number' instead of `string-to-int'.
133
134         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
135         instead of `string-to-int'.
136
137         * elmo-archive.el (elmo-archive-list-folder-subr): Use
138         `string-to-number' instead of `string-to-int'.
139
140 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
141
142         * elmo-util.el (elmo-get-passwd): Fix typo.
143
144         * elmo-nntp.el (elmo-nntp-get-server-command)
145         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
146         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
147         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
148         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
149
150         * elmo-imap4.el (elmo-imap4-debug)
151         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
152         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
153         (elmo-imap4-response-value, elmo-imap4-response-error-text)
154         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
155         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
156         (elmo-imap4-identical-system-p): New backquote style.
157
158 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
159
160         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
161         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
162         (elmo-dop-queue-arguments): Ditto.
163
164         * elmo-date.el (elmo-match-substring): New backquote style.
165         (elmo-match-string, elmo-match-buffer): Ditto.
166         (elmo-date-make-sortable-string): Ditto.
167
168         * elmo-archive.el (elmo-archive-get-method):New backquote style.
169         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
170
171         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
172         style.
173
174         * elmo-net.el (elmo-network-stream-type-spec-string): New
175         backquote style.
176         (elmo-network-stream-type-symbol): Ditto.
177         (elmo-network-stream-type-feature): Ditto.
178         (elmo-network-stream-type-function): Ditto.
179         (elmo-network-session-buffer): Ditto.
180
181         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
182         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
183         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
184         (elmo-bind-directory, elmo-set-work-buf): Ditto.
185
186         * elmo.el (elmo-folder-send): New backquote style.
187
188 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * pldap.el (ldap-static-if): New backquote style.
191         (ldap/ldif-safe-string-p): Ditto.
192         (ldap/ldif-insert-field): Ditto.
193
194         * elmo-version.el (elmo-version): Up to 2.15.6.
195
196 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
197
198         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
199         messages with \Deleted flag.
200         (elmo-folder-delete-messages-plugged): Ask before sending expunge
201         command if there are messages with \Deleted flag.
202
203 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
206         http://seclists.org/bugtraq/2007/Apr/0018.html
207         (Suggested by Tatsuya Kinoshita)
208
209 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
210
211         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
212         with \Noselect attribute.
213
214 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
217         hierarchical folder structure with UW-imapd.
218
219 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
220
221         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
222         when the LOGINDISABLED capability is advertised.
223
224 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
225
226         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
227
228 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
231         `entity'.
232         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
233         if the message entity is exists.
234
235 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
236
237         * elmo-util.el (elmo-msgdb-insert-file-header): Call
238         `elmo-delete-cr-buffer'.
239
240         * elmo-localdir.el (elmo-message-fetch-internal): Use
241         `insert-file-contents-as-raw-text' instead of
242         `insert-file-contents-as-binary'.
243
244         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
245
246 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * elmo-imap4.el (elmo-network-initialize-session): Check to
249         retrieve a whole greeting message.
250
251 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
254
255 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
258         (elmo-progress-notify): Use it instead of `plist-get'.
259
260 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
261
262         * elmo.el (elmo-generic-folder-append-messages): Remove unused
263         variable `table'.
264
265 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
266
267         * elmo-pipe.el (elmo-folder-set-plugged): Define.
268
269 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
272         (elmo-spam-list-spam-messages): Check it option.
273
274 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
275
276         * elmo-util.el (elmo-with-progress-display): Return the value
277         of the last form in `body'.
278
279 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
282         `elmo-progress-counter' as t when a query callback returns nil.
283         (elmo-progress-clear): New function.
284         (elmo-progress-done): Split into `elmo-progress-clear'.
285         (elmo-progress-notify): Update a total slot when it is nil.
286         (elmo-with-progress-display): Call `elmo-progress-clear' in
287         unwind-protect and move calling `elmo-progress-done' to outside.
288
289         * elmo-imap4.el (elmo-imap4-find-next-line): Call
290         `elmo-progress-notify' with :total parameter instead of
291         `elmo-progress-counter-set-total'.
292
293 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
294
295         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
296         Make it interactive.
297         (elmo-progress-start): Avoid updating `elmo-progress-counter'
298         when a query callback returns nil.  Return a progress counter
299         instead of t whenever a start callback was called.
300
301 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
304         (elmo-imap4-send-command): Use it.
305         (elmo-network-initialize-session): Ditto.
306         (elmo-network-setup-session): Ditto.
307         (elmo-folder-msgdb-create-plugged): Ditto.
308
309 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * elmo-util.el (elmo-progress-done): Fix a miss refer to
312         `elmo-progress-counter'.
313
314 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
317         (elsp-bsfilter-list-spam-filter): New function.
318         (elsp-bsfilter-start-list-spam): Ditto.
319         (elsp-bsfilter-read-list-spam): Ditto.
320         (elmo-spam-list-spam-messages): Use async process to display
321         progress message by each message.
322
323 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
326         of flushing previously inserted message contents.
327
328         * elmo-imap4.el (elmo-folder-search): Fix return value.
329
330 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
333         of reporter is enable or not.
334
335 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * elmo-util.el (elmo-list-bigger-diff): Abolish.
338         (elmo-display-progress): Ditto.
339         (elmo-progress-counter-alist): Ditto.
340         (elmo-progress-set): Ditto.
341         (elmo-progress-clear): Ditto.
342         (elmo-progress-counter-all-value): Rename to
343         `elmo-progress-counter-total'.
344         (elmo-progress-counter-format): Rename to
345         `elmo-progress-counter-action'.
346         (elmo-progress-counter): New internal variable.
347         (elmo-progress-callback-function): Ditto.
348         (elmo-progress-counter-label): New function.
349         (elmo-progress-counter-set-total): Ditto.
350         (elmo-progress-counter-set-action): Ditto.
351         (elmo-progress-call-callback): Ditto.
352         (elmo-progress-start): Ditto.
353         (elmo-progress-done): Ditto.
354         (elmo-progress-notify): Rewrite.
355         (elmo-with-progress-display): Remove first argument
356         `condition'. Add optional argument `var' in `spec'.
357
358         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
359         (elmo-display-retrieval-progress-threshold): Ditto.
360         (elmo-inhibit-display-retrieval-progress): Ditto.
361
362         * Replace all pair of `elmo-progress-set' and
363         `elmo-progress-clear' into `elmo-with-progress-display'.
364
365         * Replace to call `elmo-display-progress' into pair of
366         `elmo-progress-notify' and `elmo-with-progress-display'.
367
368         * elmo-version.el (elmo-version): Up to 2.15.5.
369
370 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
373         `cond'.
374
375 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
378         cleanup-forms [wl:14027].
379
380 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * elmo-flag.el (elmo-global-flag-set-internal): Use
383         `elmo-copy-file' by priority when the message is a file.
384
385 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
386
387         * elmo.el: Fix typo: disptch -> dispatch.
388
389 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * elmo.el (elmo-file-tag): New class.
392         (elmo-append-messages-disptch-table): New constant.
393         (elmo-folder-type-p): New function.
394         (elmo-folder-append-messages): Redefine as function.
395
396         * elmo-null.el (elmo-folder-append-messages): Renamed from
397         `elmo-folder-append-messages'.
398
399         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
400         (elmo-folder-append-messages-*-maildir): Renamed from
401         `elmo-folder-append-messages'.
402
403         * elmo-localdir.el (elmo-localdir-folder): Inherit
404         `elmo-file-tag'.
405         (elmo-folder-append-messages-*-localdir): Renamed from
406         `elmo-folder-append-messages'.
407
408         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
409         from `elmo-folder-append-messages'.
410
411         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
412         `elmo-folder-append-messages'.
413
414         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
415         function.
416         (elmo-folder-append-messages-*-filter): Ditto.
417
418         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
419
420         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
421         (elmo-folder-append-messages-*-pipe): Renamed from
422         `elmo-folder-append-messages'.
423
424         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
425
426         * elmo-file.el (elmo-file-folder): Ditto.
427
428         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
429
430         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
431         from `elmo-folder-append-messages'
432
433 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * elmo-map.el (elmo-location-map-setup): Change an argument
436         `locations' to optional.
437         (elmo-location-map-clear): Abolish.
438         (elmo-folder-clear): Follow the API change.
439
440         * elmo-pop3.el (elmo-folder-clear): Ditto.
441
442         * elmo-pop3.el (toplevel): Require elmo-map.
443         (elmo-pop3-folder): Inherit elmo-location-map and abolish
444         location-alist slot (All other related portions are changed).
445         (elmo-pop3-folder-use-uidl): New function.
446         (elmo-folder-msgdb-create): Don't sort message entities.
447         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
448         (elmo-pop3-number-to-size): Convert return value to number.
449         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
450         working buffer.
451
452         * elmo-map.el: Use `location-map' as a variable name for instance
453         instead of `mapper'.
454         (elmo-location-map-setup): Return location alist.
455         (elmo-location-map-update): Ditto.
456
457 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * elmo-map.el (elmo-location-map): New class; split location and
460         number mapping from elmo-map-folder (All other related portions
461         are changed).
462
463         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
464         change.
465
466         * elmo-version.el (elmo-version): Up to 2.15.4.
467
468 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * elmo-vars.el (elmo-use-hardlink): New user option.
471
472         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
473         `elmo-use-hardlink'.
474
475         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
476         killed-list.
477         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
478         instead of `*-internal'. Use `elmo-with-progress-display'.
479
480 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
483         `elmo-spam-process-messages-as-mbox'.
484
485         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
486
487 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
490         argument BUFFER of `call-process'.
491
492 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
495         args.
496         (elsp-bsfilter-list-spam-files): Ditto.
497
498 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
501         (elmo-spam-bsfilter-max-messages-per-process): New use option.
502         (elmo-spam-bsfilter-debug): Fix a group.
503         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
504         `--homedir'.
505         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
506         (elsp-bsfilter-list-spam-files): New function.
507         (elmo-spam-list-spam-messages): Define.
508         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
509         (elmo-spam-bsfilter-register-messages): New function.
510         (elmo-spam-register-spam-messages): Define.
511         (elmo-spam-register-good-messages): Ditto.
512
513         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
514
515         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
516         `nconc' and `consp'.
517
518 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
521         hash table to test whether a location is exists.
522
523 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
524
525         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
526         even if some error occurred.
527
528         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
529         meaningless unwind-protect.
530
531         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
532         start-number correctly.
533         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
534         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
535
536 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
539         (elmo-folder-initialize): Use it.
540         (elmo-global-flag-replace-referrer): New function.
541
542         * elmo.el (toplevel): Added autoload setting for
543         `elmo-global-flag-replace-referrer'.
544         (elmo-folder-rename): Rewrite the last change use
545         `elmo-global-flag-replace-referrer'.
546
547         * elmo-pipe.el (elmo-folder-rename): Call
548         `elmo-global-flag-replace-referrer'.
549
550 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * elmo.el (elmo-folder-rename): Set meta data for global flags
553         follow the rename.
554
555 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
558         as 'not-loaded.
559         (elmo-folder-close): Ditto.
560         (elmo-filter-folder-number-list-loaded-p): New function.
561         (elmo-filter-folder-number-list): Check whether loaded or not.
562         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
563         of `elmo-filter-folder-number-list-internal'.
564         (elmo-folder-delete-messages): Ditto.
565         (elmo-folder-length): Check whether number-list is loaded or not.
566
567 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
570         field `real field' into each element of list.
571         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
572         (elmo-msgdb-message-entity-field): Ditto.
573         (modb-entity-ml-info-real-fields): New function.
574
575         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
576
577         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
578         `elmo-msgdb-extra-fields'.
579
580 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * elmo-util.el (elmo-passwd-alist-load): Move point to min
583         position before read.
584
585 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
588         (elmo-global-flags-initialize): Ditto.
589
590 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * elmo-archive.el (toplevel): Don't require emu, std11
593         and elmo-localdir.
594
595         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
596         definition.
597
598 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * elmo.el (elmo-folder-confirm-appends): Display folder name.
601
602 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
603
604         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
605         literals.
606
607 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * elmo-maildir.el (elmo-maildir-list-location): Reduce
610         `elmo-get-last-modification-time' call.
611
612 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
615         expression.
616         (elmo-maildir-set-mark): Ditto.
617         (elmo-maildir-delete-mark): Ditto.
618
619 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
622         optional argument `separators'.
623
624 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * elmo.el (cache-changed): Abolish.
627         (status-changed): New signal.
628         (elmo-message-killed-p): New generic function and define for
629         elmo-folder.
630         (elmo-folder-recover-messages): Ditto.
631         (elmo-message-set-cached): Emit signal `status-changed' instead of
632         `cache-changed'.
633         (elmo-message-status): New macro.
634         (elmo-message-status-folder): Ditto.
635         (elmo-message-status-number): Ditto.
636         (elmo-message-status-set-flags): Ditto.
637         (elmo-message-status-set-killed): Ditto.
638         (elmo-message-status-flags): New function.
639         (elmo-message-status-cached-p): Ditto.
640         (elmo-message-status-killed-p): Ditto.
641
642         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
643         `status-changed' instead of `cache-changed'.
644         (elmo-folder-recover-messages): Define.
645         (elmo-message-killed-p): Ditto.
646
647         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
648         `status-changed' instead of `cache-changed'.
649
650         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
651         (elmo-message-killed-p): Define.
652         (elmo-folder-recover-messages): Ditto.
653
654         * elmo-version.el (elmo-version): Up to 2.15.3.
655
656 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * elmo-signal.el (elmo-signal-bindings): Use cons to append
659         element into list.
660         (elmo-define-signal-handler): Add docstring.
661         (elmo-define-signal-filter): Ditto.
662
663         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
664
665 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * elmo-util.el (elmo-flatten): Don't use recursive call.
668
669         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
670         assignment.
671         (elmo-folder-message-make-temp-files): Use `number-to-string'
672         instead of `int-to-string'.
673
674 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * elmo-search.el (elmo-folder-delete-messages): Define.
677
678 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
681         customization type.
682         (elmo-mailing-list-count-spec-list): Ditto.
683
684         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
685         for `list-id'.
686
687 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
688
689         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
690         handling.
691
692 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
695         (elmo-mailing-list-count-spec-list): Ditto.
696
697         * elmo-util.el (elmo-map-until-success): New function.
698         (elmo-string-match-substring): Ditto.
699         (elmo-find-list-match-value): Ditto.
700
701         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
702         Removed.
703         (modb-entity-extract-ml-info-from-subject): Ditto.
704         (modb-entity-extract-ml-info-from-return-path): Ditto.
705         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
706         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
707         (modb-entity-extract-ml-info-from-mailman): Ditto.
708         (modb-entity-extract-mailing-list-info-functions): Ditto.
709         (modb-entity-extract-mailing-list-info): Rewrite with
710         `elmo-find-list-match-value'.
711
712 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * elmo-net.el (elmo-network-session-retry-count): New user option.
715         (elmo-network-session-buffer-name): New internal function.
716         (elmo-network-session-buffer-create): Ditto.
717         (elmo-network-open-session): Retry open network session
718         `elmo-network-session-retry-count' times.
719
720 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
721
722         * elmo-util.el (elmo-list-filter): Rewritten.
723
724 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
725
726         * elmo-util.el (elmo-string-member): Allow symbol element in list.
727
728 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * elmo-search.el (elmo-make-search-engine): Use prefix
731         `elmo-search-' for require symbol instead of `else-'.
732         (elmo-search-engine-extprog): New class.
733         (elmo-search-engine-do-search): Remove nil from argument
734         list. Added argument pattern to evaluate element as function.
735         (elmo-search-engine-local-file): Derived from
736         `elmo-search-engine-extprog'.
737         (elmo-search-engine-create-message-entity): Check existance of file.
738         (elmo-search-engine-fetch-message): Ditto.
739         (elmo-search-namazu-index): Follow the API change.
740         (elmo-search-grep-target): Ditto.
741
742 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
745         characters of working buffer.
746
747         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
748         Does not bind `default-mime-charset'.
749         (elmo-msgdb-create-message-entity-from-buffer): Removed
750         unnecessary local bind.
751
752         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
753         function.
754         (modb-entity-extract-mailing-list-info-functions): Added it.
755
756 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
759         when number and message-id are non-nil.
760
761         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
762
763         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
764         conditional steatment.
765         (elmo-pop3-auth-apop): Likewise.
766         (elmo-network-authenticate-session): Likewise.
767
768 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
771         symbol `fill-column'.
772         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
773         decode field value.
774
775         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
776         (elmo-decoded-field-body): Ditto.
777
778 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
781         `tokens' to `params'.
782
783 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
786         working buffer.
787
788 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
791         decide index.
792
793 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
796         Set default value as nil.
797         (toplevel): Register search engines by
798         `elmo-search-register-engine' if there are not defined.
799
800         * elmo.el (autoload): Added autoload setting for
801         `elmo-search-register-engine'.
802
803 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * elmo.el (toplevel): `[' is redefined as the prefix of the search
806         folder instead of nmz folder.
807         (elmo-nmz-default-index-path): Added obsolete variable setting.
808         (elmo-nmz-index-alias-alist): Ditto.
809         (elmo-nmz-use-drive-letter): Ditto.
810
811         * elmo-search.el (elmo-search-register-engine): New function.
812
813         * elmo-nmz.el: Removed.
814
815         * elmo-version.el (elmo-version): Up to 2.15.2.
816
817 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * elmo-search.el: New file.
820
821 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
824         condition `larger' and `smaller'.
825
826 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * elmo-util.el (elmo-safe-filename): Rewrite to replace
829         `"' (double quote) into "_Q_".
830
831 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * elmo-net.el (elmo-net-quote-chars): Abolish.
834         (elmo-net-format-quoted): Ditto.
835
836 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * elmo.el (elmo-get-folder-function): New variable.
839         (elmo-get-folder): New function.
840         (elmo-folder-rename): Call `elmo-make-folder' with specified
841         mime-charset.
842
843         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
844         `elmo-make-folder'.
845         (elmo-split-subr): Ditto.
846
847         * elmo-multi.el (elmo-folder-initialize): Ditto.
848
849         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
850
851         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
852         (elmo-flag-get-folder): Ditto.
853
854         * elmo-filter.el (elmo-folder-initialize): Ditto.
855
856         * elmo-access.el (elmo-folder-initialize): Ditto.
857         (elmo-access-folder-update-children): Ditto.
858
859         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
860         (elmo-dop-queue-flush): Ditto.
861         (elmo-folder-append-buffer-dop-delayed): Ditto.
862         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
863         mime-charset.
864
865         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
866         instead of `elmo-make-folder'.
867         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
868         destination folder instead of send `elmo-folder-rename-internal'.
869
870         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
871         slot of subfolder instead of create it.
872
873 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * elmo-util.el (elmo-collect-separators): New function.
876         (elmo-collect-separators-internal): Ditto.
877         (elmo-collect-trail-separators): Ditto.
878         (elmo-parse-separated-tokens): Ditto.
879         (elmo-parse-separated-tokens-internal): Ditto.
880         (elmo-quote-syntactical-element): Ditto.
881
882         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
883         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
884
885         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
886         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
887         (elmo-nntp-folder-list-subfolders): Quote a user name.
888
889         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
890         (elmo-net-parse-network): Abolish.
891         (elmo-net-folder-set-parameters): New function.
892         (elmo-folder-initialize): Follow the above change.
893
894         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
895         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
896         (elmo-folder-list-subfolders): Use
897         `elmo-quote-syntactical-element' instead of
898         `elmo-net-format-quoted' to quote mailbox and user name.
899
900 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * elmo-util.el (elmo-token-valid-p): New function.
903         (elmo-parse-token): Add optional argument `requirement'.
904         (elmo-parse-prefixed-element): Likewise.
905
906         * elmo-net.el (elmo-net-quote-chars): Renamed from
907         `elmo-net-quote-chars-regexp'.
908         (elmo-net-format-quoted): Add optional argument `extra-chars'.
909
910         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
911         by info document. Check token `uidl' is started an alphabet.
912
913         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
914         by info document. Check token `user' is started an alphabet.
915
916         * elmo-imap4.el (elmo-folder-initialize): Ditto.
917         (elmo-folder-list-subfolders): Quote user.
918
919 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * elmo-util.el (elmo-quoted-specials-list): New constant.
922         (elmo-quoted-token): New function.
923
924         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
925         (elmo-net-format-quoted): New function.
926         (elmo-net-parse-network): Ditto.
927         (elmo-folder-initialize): Use it.
928
929         * elmo-nntp.el (elmo-folder-initialize): Use
930         `elmo-net-parse-network' to parse network specification instead of
931         `elmo-folder-initialize#elmo-net'.
932
933         * elmo-pop3.el (elmo-folder-initialize): Ditto.
934
935         * elmo-imap4.el (elmo-folder-initialize): Ditto.
936         (elmo-folder-list-subfolders): Quote folder name by
937         `elmo-net-format-quoted'.
938
939 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
942         (elmo-folder-search): Use it.
943
944 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * modb-standard.el (modb-standard-loaded-message-id): Use
947         `elmo-msgdb-message-entity-field'.
948
949 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
952         without filename.
953
954 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * elmo-util.el (elmo-set-auto-coding): New function.
957         (elmo-object-load): Use it.
958
959 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
962         (elmo-time<): Define as alias of `elmo-time-less-p'.
963         (elmo-time-to-datevec): New function.
964
965         * elmo-date.el (elmo-time-to-days): New function.
966
967 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
970         is not cons cell.
971
972 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
975         parenthesis.
976
977         * elmo-util.el (elmo-map-recursive): New function.
978
979         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
980         (modb-entity-encode-string-recursive): Ditto.
981
982 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
983
984         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
985         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
986         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
987         compare sequence number when last modified time is nil.
988
989 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
990
991         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
992
993         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
994
995 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
996
997         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
998         modification time of the file.
999
1000 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * elmo-util.el (elmo-condition-optimize): Discriminated against
1003         preserved fields, extra fields and the other weight.
1004
1005 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * modb-entity.el (initialize-instance): Define.
1008         (modb-entity-handler-mime-charset): New internal function.
1009         (modb-standard-entity-set-field): Use it.
1010         (elmo-msgdb-message-entity-field): Ditto.
1011         (elmo-msgdb-message-entity-field): Ditto.
1012
1013         * modb.el (elmo-msgdb-match-condition): Rewrite with
1014         `elmo-condition-match'.
1015         (elmo-msgdb-match-condition-primitive): New function.
1016
1017         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1018         arguments `flags' and `numbers'.
1019         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1020         `elmo-msgdb-message-match-condition').
1021         (modb-buffer-entity-handler): New class.
1022
1023         * elmo.el (elmo-folder-search): Optimize condition to use
1024         `elmo-condition-optimize'.
1025         (elmo-message-buffer-match-condition): New function.
1026         (elmo-message-match-condition): Use
1027         `elmo-message-buffer-match-condition' instead of
1028         `elmo-buffer-field-condition-match'.
1029
1030         * elmo-util.el (elmo-condition-match): New function.
1031         (elmo-condition-optimize): Ditto.
1032         (elmo-buffer-field-primitive-condition-match): Abolish.
1033         (elmo-buffer-field-condition-match): Ditto.
1034
1035         * elmo-archive.el (elmo-archive-field-condition-match): Use
1036         `elmo-message-buffer-match-condition' instead of
1037         `elmo-buffer-field-condition-match'.
1038
1039 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * elmo-flag.el (elmo-global-flags-initialize): Check the
1042         existence of the flag directory.
1043
1044 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * elmo-access.el (elmo-folder-initialize): Call
1047         `elmo-multi-connect-signals'.
1048
1049         * elmo-pipe.el (elmo-folder-close): Define.
1050
1051         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1052         children folders.
1053
1054         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1055         with target folder.
1056
1057         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1058         `number'.
1059
1060         * elmo-multi.el (elmo-message-entity): Don't use return value of
1061         `elmo-message-entity-set-number'.
1062
1063 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * modb.el (modb-generic): Added slot `mime-charset'.
1066
1067         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1068         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1069         and `modb-entity-handler-dump-parameters'.
1070         (modb-standard-default-entity-handler): Abolish.
1071         (elmo-msgdb-message-entity-handler): Save created handler by
1072         instance slot.
1073
1074         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1075         (modb-entity-handler-list-parameters): New method.
1076         (modb-entity-handler-equal-p): New function.
1077         (modb-entity-handler-dump-parameters): Ditto.
1078         (modb-entity-parse-address-string): Encode return value.
1079         (modb-entity-make-address-string): Decode argument value.
1080         (modb-entity-decode-string-recursive): New function.
1081         (modb-entity-encode-string-recursive): Ditto.
1082         (modb-standard-entity-normalizer): Set to encode field value.
1083         (modb-standard-entity-specializer): Follow the above change.
1084         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1085         mime-charset of handler.
1086         (elmo-msgdb-message-entity-field): Ditto.
1087         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1088         structure.
1089         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1090
1091         * elmo.el (elmo-folder): Added slot `mime-charset'.
1092         (elmo-make-folder): Added argument `mime-charset'.
1093         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1094         `mime-charest'.
1095
1096         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1097         (elmo-make-msgdb): Likewise.
1098
1099         * elmo-internal.el (elmo-internal-folder-initialize): Call
1100         `luna-make-entity' with :mime-charset parameter.
1101
1102 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1103
1104         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1105         encoded words in `from' and `subject' field.
1106
1107 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1110         (elmo-msgdb-match-condition): Get handler from entity instead of
1111         msgdb.
1112
1113         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1114         (modb-standard-load-entity): Treat new file format.
1115         (modb-standard-save-entity-1): Save as new file format.
1116         (modb-standard-save-entity): Split messages into section here.
1117         (elmo-msgdb-message-field): Follow the API change.
1118         (modb-standard-default-entity-handler): New internal variable.
1119         (elmo-msgdb-message-entity-handler): Define.
1120
1121         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1122         to `elmo-vars.el'.
1123         (modb-entity-field-extractor-alist): New user option.
1124         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1125         added argument `type'.
1126         (elmo-msgdb-copy-message-entity): Add optional argument
1127         `make-handler'.
1128         (modb-set-field-converter): New function.
1129         (modb-convert-field-value): Ditto.
1130         (modb-entity-string-decoder): Ditto.
1131         (modb-entity-string-encoder): Ditto.
1132         (modb-entity-parse-date-string): Ditto.
1133         (modb-entity-make-date-string): Ditto.
1134         (modb-entity-mime-decoder): Ditto.
1135         (modb-entity-mime-encoder): Ditto.
1136         (modb-entity-address-list-decoder): Ditto.
1137         (modb-entity-address-list-encoder): Ditto.
1138         (modb-entity-parse-address-string): Ditto.
1139         (modb-entity-make-address-string): Ditto.
1140         (modb-entity-create-field-indices): Ditto.
1141         (modb-legacy-entity-field-slots): New constant.
1142         (modb-legacy-entity-field-indices): Ditto.
1143         (modb-legacy-entity-normalizer): New variable.
1144         (modb-legacy-entity-specializer): Ditto.
1145         (modb-legacy-entity-field-index): New macro.
1146         (modb-legacy-entity-set-field): New function.
1147         (modb-legacy-make-message-entity): Rewrite.
1148         (elmo-msgdb-create-message-entity-from-buffer): Use
1149         `elmo-msgdb-get-references-from-buffer'. Use
1150         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1151         Use `modb-legacy-entity-set-field' instead of
1152         `elmo-msgdb-message-entity-set-field'.
1153         (elmo-msgdb-message-entity-field): Rewrite.
1154         (elmo-msgdb-message-entity-set-field): Ditto.
1155         (elmo-msgdb-copy-message-entity): Make new entity by
1156         `make-handler' if it specified.
1157         (elmo-msgdb-message-match-condition): Define a method of
1158         `modb-entity-handler' and follow the API change.
1159         (modb-standard-entity-handler): New class.
1160         (modb-entity-extract-ml-info-from-x-sequence): New function.
1161         (modb-entity-extract-ml-info-from-subject): Ditto.
1162         (modb-entity-extract-ml-info-from-return-path): Ditto.
1163         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1164         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1165         (modb-entity-extract-mailing-list-info): Ditto.
1166         (modb-entity-extract-mailing-list-info-functions): New variable.
1167
1168         * elmo.el (elmo-message-field): Add optional argument `type'.
1169
1170         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1171         from `modb-entity.el'.
1172
1173         * elmo-util.el (elmo-object-load): Decode by coding-system from
1174         `set-auto-coding-function'.
1175         (elmo-object-save): Use `detect-mime-charset-region' and add
1176         coding cookie if encode.
1177         (elmo-msgdb-get-references-from-buffer): New function.
1178         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1179
1180         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1181
1182         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1183         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1184         instead of `shimbun-make-header' and follow the API change.
1185         (elmo-shimbun-update-overview): Follow the API change.
1186         (elmo-map-folder-list-message-locations): Ditto.
1187
1188         * elmo-pipe.el (elmo-message-field): Ditto.
1189
1190         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1191         Ditto.
1192
1193         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1194
1195         * elmo-multi.el (elmo-message-field): Ditto.
1196
1197         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1198         (elmo-msgdb-sort-by-date): Ditto.
1199         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1200         `elmo-message-entity-field'.
1201         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1202         change.
1203         (elmo-msgdb-overview-entity-get-from): Ditto.
1204         (elmo-msgdb-overview-entity-get-subject): Ditto.
1205         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1206         (elmo-msgdb-overview-entity-get-date): Ditto.
1207         (elmo-msgdb-overview-entity-get-to): Ditto.
1208         (elmo-msgdb-overview-entity-get-cc): Ditto.
1209
1210         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1211         (elmo-mime-collect-message/partial-pieces): Ditto.
1212
1213         * elmo-filter.el (elmo-message-field): Ditto.
1214
1215         * elmo-date.el (elmo-datevec-to-time): New function.
1216         (elmo-time-parse-date-string): Ditto.
1217         (elmo-time-make-date-string): Ditto.
1218         (elmo-time<): Ditto.
1219
1220         * elmo-version.el (elmo-version): Up to 2.15.1.
1221
1222 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1225         member of elmo-local-flags.
1226
1227 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1228
1229         * elmo-version.el (elmo-version): Up to 2.15.0.
1230
1231 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1234         `ignore-msgdb' is non-nil.
1235
1236 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1239         (elmo-condition-in-msgdb-p): Ditto.
1240         (elmo-file-field-primitive-condition-match): Ditto.
1241         (elmo-file-field-condition-match): Ditto.
1242
1243         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1244
1245 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1248         subdirectories here.
1249         (elmo-global-flags-initialize): New function.
1250
1251         * elmo.el (toplevel): Added autoload setting for
1252         `elmo-global-flags-initialize'.
1253
1254 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * elmo.el (message-number-changed): Define new signal.
1257         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1258         message-number-changed signal.
1259         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1260         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1261         Respect `elmo-pack-number-check-strict'.
1262
1263 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1264
1265         * elmo-signal.el (elmo-connect-signal): Document.
1266         (elmo-emit-signal): Ditto.
1267         (elmo-emit-signal): It should pass source argument to filter and
1268         handler, not slot-source.
1269
1270 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * modb.el (elmo-msgdb-update-entity): New API and define generic
1273         implement.
1274
1275         * modb-standard.el (elmo-msgdb-update-entity): Define.
1276
1277         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1278         API and define generic implement.
1279
1280         * elmo.el (update-overview): New singnal.
1281
1282         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1283         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1284         (elmo-message-entity-parent): Define.
1285
1286         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1287         `update-overview'.
1288
1289         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1290
1291         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1292
1293 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1294
1295         * elmo.el (elmo-folder-synchronize): Sort the return value of
1296         `elmo-list-diff'.
1297
1298         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1299         list.
1300
1301 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1304         `default-enable-multibyte-characters'.
1305         (elmo-object-load): Use `with-temp-buffer' instead of
1306         `elmo-set-work-buf'.
1307         (elmo-object-save): Ditto.
1308         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1309         `elmo-set-work-buf'.
1310         (elmo-decoded-field-body): Ditto.
1311
1312         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1313
1314         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1315         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1316
1317         * elmo-version.el (elmo-version): Up to 2.13.3.
1318
1319 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1320
1321         * elmo-util.el (elmo-list-diff): Fix the last change.
1322         Reverse order of result lists.
1323
1324 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * modb-standard.el (elmo-msgdb-set-flag): Use
1327         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1328         (elmo-msgdb-unset-flag): Ditto.
1329
1330         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1331         `elmo-list-diff'.
1332
1333         * elmo-util.el (elmo-list-diff): Rewrite.
1334         (elmo-list-diff-nonsortable): New function.
1335
1336 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1337
1338         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1339         `elmo-multibypte-buffer-name'.  All referers are updated.
1340
1341 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1344         (elmo-mime-entity-fragment-p): New function.
1345         (mime-elmo-buffer-entity): Added slot `reassembled'.
1346         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1347         (elmo-message-mime-entity-internal): New function (renamed from
1348         `elmo-message-mime-entity').
1349         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1350         (elmo-mime-make-reassembled-mime-entity): New function.
1351         (elmo-message-reassembled-mime-entity): Ditto.
1352         (elmo-mime-collect-message/partial-pieces): Ditto.
1353
1354 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1357
1358         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1359         (elmo-with-enable-multibyte): New macro.
1360
1361         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1362
1363 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1366         argument `number'.
1367         (elmo-filter-connect-signals): Follow the above change.
1368
1369 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1370
1371         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1372
1373         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1374         that only the first flag is used.
1375
1376 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1377
1378         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1379         if available.
1380
1381 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * elmo-signal.el: New file.
1384
1385         * elmo.el (toplevel): Require elmo-signal.
1386         (flag-changing, flag-changed, cache-changed): New signal.
1387         (elmo-folder): Remove slog `handlers'.
1388         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1389         `elmo-folder-notify-event'.
1390         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1391         (elmo-folder-unset-flag): Ditto.
1392         (elmo-event-handler): Abolish.
1393         (elmo-event-handler-flag-changed): Ditto.
1394         (elmo-event-handler-cache-changed): Ditto.
1395         (elmo-folder-add-handler): Ditto.
1396         (elmo-folder-remove-handler): Ditto.
1397         (elmo-folder-notify-event): Ditto.
1398
1399         * elmo-pipe.el (toplevel): Require elmo-signal.
1400         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1401         (elmo-pipe-connect-signals): New function.
1402         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1403         (elmo-folder-set-flag): Ditto.
1404         (elmo-folder-unset-flag): Ditto.
1405         (elmo-message-set-cached): Ditto.
1406
1407         * elmo-multi.el (toplevel): Require elmo-signal.
1408         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1409         (elmo-multi-connect-signals): New function.
1410         (elmo-multi-map-numbers): Ditto.
1411         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1412         (elmo-message-fetch): Ditto.
1413         (elmo-folder-set-flag): Ditto.
1414         (elmo-folder-unset-flag): Ditto.
1415
1416         * elmo-filter.el (toplevel): Require elmo-signal.
1417         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1418         (elmo-filter-connect-signals): New function.
1419         (elmo-filter-add-flag-count): Ditto.
1420         (elmo-message-fetch): Does not call
1421         `elmo-filter-folder-countup-message-flags' and
1422         `elmo-folder-notify-event'.
1423         (elmo-message-set-cached): Ditto.
1424         (elmo-folder-set-flag): Ditto.
1425         (elmo-folder-unset-flag): Ditto.
1426
1427         * elmo-version.el (elmo-version): Up to 2.13.2.
1428
1429 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1432         `flags'.
1433
1434 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * elmo-filter.el (elmo-message-set-cached): Call
1437         `elmo-folder-notify-event' with event `cache-changed'.
1438
1439         * elmo-multi.el (elmo-message-set-cached): Ditto.
1440
1441         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1442
1443 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1444
1445         * elmo.el (elmo-folder-encache): Abolish.
1446
1447 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1450         (elmo-folder-next-message-number-dop): Return appropriate negative
1451         integer.
1452
1453 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1454
1455         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1456         clearing pending operations.
1457         (elmo-folder-next-message-number-dop): Return appropriate negative
1458         integer.
1459
1460 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1461
1462         * elmo.el (toplevel): Added autoload setting for `md5'.
1463         (elmo-msgdb-path-encode-threshold): New user option.
1464         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1465         longer than `elmo-msgdb-path-encode-threshold'.
1466
1467         * elmo-flag.el (elmo-global-mark-migrate): Use
1468         `elmo-folder-expand-msgdb-path' instead of
1469         `elmo-folder-msgdb-path'.
1470
1471 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1474         element of the difference is nil.
1475
1476 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1477
1478         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1479         to the check logic of file systems which are weak in colon character.
1480
1481 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1484
1485 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * elmo-maildir.el (elmo-maildir-move-file): New function.
1488         (elmo-folder-append-buffer): Use it.
1489         (elmo-folder-append-messages): Ditto.
1490         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1491
1492         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1493         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1494
1495         * elmo-maildir.el (elmo-maildir-separator): New user option.
1496         (elmo-maildir-adjust-separator): New macro.
1497         (elmo-maildir-list-location): Use it.
1498         (elmo-maildir-update-current): Ditto.
1499         (elmo-maildir-set-mark): Ditto.
1500         (elmo-maildir-delete-mark): Ditto.
1501         (These changes are based on Hiroya Murata's patch [wl: 13437])
1502
1503 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1504
1505         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1506
1507 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1510         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1511         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1512
1513 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1514
1515         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1516         Use `with-temp-buffer'.
1517
1518 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1519
1520         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1521
1522         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1523         `wl-read-search-condition').
1524         (elmo-read-search-condition-internal): Likewise.
1525
1526         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1527         (elmo-flag-valid-p): New function.
1528         (elmo-folder-initialize): Check flag name is valid.
1529
1530 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1531
1532         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1533         delimiter to obtain root mailbox itself.
1534
1535 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1536
1537         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1538         type mismatch.
1539
1540 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1541
1542         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1543         as t.
1544
1545 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * elmo-shimbun.el (toplevel): Require cl at compile.
1548
1549         * elmo-nntp.el (toplevel): Ditto.
1550
1551         * elmo-nmz.el (toplevel): Ditto.
1552
1553         * elmo-multi.el (toplevel): Ditto.
1554
1555         * elmo-file.el (toplevel): Ditto.
1556
1557         * elmo-dop.el (toplevel): Ditto.
1558
1559         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1560
1561 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1564         as nil.
1565
1566         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1567         size of elmo-message-fetch-internal is 0 byte.
1568
1569 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1572
1573 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1574
1575         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1576         always plugged.
1577
1578 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * elmo-maildir.el (elmo-map-message-fetch): Call
1581         `elmo-map-folder-set-flag'.
1582
1583         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1584         (elmo-message-fetch): Merge from
1585         `elmo-message-fetch-with-cache-process'.
1586
1587         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1588         (elmo-message-fetch): Define.
1589
1590         * elmo-nntp.el (elmo-message-fetch): Renamed from
1591         `elmo-message-fetch-with-cache-process'.
1592
1593         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1594         (elmo-message-fetch): Define.
1595
1596         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1597         search-key.
1598
1599         * elmo-shimbun.el (shimbun-mua-search-id): Use
1600         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1601         (elmo-shimbun-folder-shimbun-header): Ditto.
1602         (elmo-shimbun-get-headers): Ditto.
1603         (elmo-shimbun-update-overview): Ditto.
1604
1605         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1606
1607         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1608         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1609
1610 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1611
1612         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1613         message is cached.
1614         (elmo-message-fetch-string): Fixed argument.
1615
1616 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1617
1618         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1619         exchange order of arguments `section' and `unread'.
1620         (elmo-message-encache): Follow the API change.
1621         (elmo-message-match-condition): Ditto.
1622         (elmo-generic-folder-append-messages): Ditto.
1623         (elmo-message-fetch-string): New function.
1624
1625         * elmo-split.el (elmo-split-subr): Ditto.
1626
1627         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1628
1629         * elmo-pipe.el (elmo-message-fetch): Ditto.
1630
1631         * elmo-multi.el (elmo-message-fetch): Ditto.
1632
1633         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1634
1635         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1636
1637         * elmo-filter.el (elmo-message-fetch): Ditto.
1638
1639         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1640
1641         * elmo-imap4.el (mime-imap-location-section-body): Use
1642         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1643         follow the API change.
1644
1645 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * elmo-access.el: New file.
1648
1649         * elmo-null.el: Ditto.
1650
1651         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1652
1653 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1654
1655         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1656         (elmo-network-session): New attribute `last-accessed'.
1657         (elmo-network-get-session): Discard network cache if elapsed time
1658         since last-accessed is larger than elmo-network-session-idle-timeout.
1659
1660 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1661
1662         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1663         and added `number', `require-entireness'.
1664         (elmo-find-fetch-strategy): Rewrite.
1665         (elmo-message-fetch): Unset `unread' flag when argument unread is
1666         non-nil.
1667
1668         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1669
1670         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1671         (elmo-message-fetch): Notify event `flag-changed'.
1672
1673         * elmo-pipe.el: Likewise.
1674
1675         * elmo-mime.el (elmo-mime-entity): New class.
1676         (elmo-mime-entity-display-p): New generic function.
1677         (elmo-mime-entity-display): Ditto.
1678         (elmo-mime-entity-display-as-is): Ditto.
1679         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1680         elmo-mime-entity.
1681         (elmo-make-mime-message-location): Removed.
1682         (elmo-mime-message-display): Ditto.
1683         (elmo-mime-display-as-is): Ditto.
1684         (elmo-message-mime-entity): New function.
1685
1686         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1687
1688         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1689         change.
1690         (elmo-message-fetch): Re-count flagged message number and notify
1691         event `flag-changed'.
1692
1693         * elmo-version.el (elmo-version): Up to 2.13.1.
1694
1695 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1696
1697         * elmo-filter.el (elmo-message-field): Define.
1698         (elmo-message-set-field): Ditto.
1699
1700 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * elmo.el (elmo-message-set-cached): Call
1703         `elmo-folder-notify-event' with cache-changed.
1704         (elmo-event-handler-cache-changed): New generic function.
1705
1706 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1707
1708         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1709         instead of elmo-add-name-to-file.
1710         (elmo-folder-append-messages): Ditto.
1711
1712 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1715
1716 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1717
1718         * elmo-version.el (elmo-version): Up to 2.13.0.
1719
1720         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1721         `auto'.
1722
1723         * modb-standard.el (modb-standard-economize-entity-size): Changed
1724         default value to `t'.
1725
1726         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1727         `standard'.
1728
1729         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1730         after parsing greeting string.
1731
1732 2004-11-23  Daishi Kato <daishi@axlight.com>
1733
1734         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1735         New user option.
1736         (elmo-spam-spamoracle-call): Use it.
1737
1738 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1739
1740         * elmo.el (elmo-message-accessible-p): Message in dop spool
1741         is accessible.
1742
1743 2004-11-23  Daishi Kato <daishi@axlight.com>
1744
1745         * elsp-spamoracle.el: New file.
1746
1747 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * elmo.el (elmo-message-flags-for-append): New function.
1750         (elmo-generic-folder-append-messages): Use it.
1751
1752         * elmo-split.el (elmo-split-subr): Ditto.
1753
1754         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1755         `flags' and use elmo-folder-append-buffer instead of
1756         write-region-as-binary.
1757         (elmo-dop-filter-pending-messages): New function.
1758         (elmo-folder-append-buffer-dop): Call
1759         elmo-dop-spool-folder-append-buffer with `flag'.
1760         (elmo-folder-set-flag-dop): Filter messages by
1761         elmo-dop-filter-pending-messages.
1762         (elmo-folder-unset-flag-dop): Ditto.
1763         (elmo-folder-append-buffer-dop-delayed): Use
1764         elmo-message-flags-for-append to get flags of the message and
1765         simplify.
1766
1767 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1770
1771 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * elmo.el (elmo-folder): Added handlers slot.
1774         (elmo-event-handler): New class.
1775         (elmo-event-handler-flag-changed): New API.
1776         (elmo-folder-add-handler): New function.
1777         (elmo-folder-remove-handler): Ditto.
1778         (elmo-folder-notify-event): Ditto.
1779         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1780         `flag-changed'.
1781         (elmo-folder-unset-flag): Ditto.
1782
1783         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1784         (elmo-folder-unset-flag): Ditto.
1785
1786         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1787         (elmo-folder-unset-flag): Ditto.
1788
1789         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1790         (elmo-folder-unset-flag): Ditto.
1791
1792         * elmo-version.el (elmo-version): Up to 2.11.33.
1793
1794 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1797
1798 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1799
1800         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1801
1802         * elmo-flag.el (elmo-folder-unset-flag): Define.
1803         (elmo-global-flag-detach): Do process when the flag is not target
1804         flag.
1805
1806 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1807
1808         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1809         variable.
1810         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1811
1812 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1813
1814         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1815         function.
1816         (elmo-folder-delete-messages): Detach messages before delete
1817         messages from target folder.
1818         (elmo-folder-detach-messages): Set updated number-list to slot.
1819
1820 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1823
1824 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1827
1828 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1829
1830         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1831         internal use only).
1832         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1833         not modified.
1834         (elmo-folder-delete-messages): Define.
1835         (elmo-folder-move-messages): Don't call
1836         `elmo-folder-detach-messages'.
1837         (elmo-folder-synchronize): Rewrite.
1838         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1839
1840         * elmo-util.el (elmo-last): New function.
1841         (elmo-set-list): Ditto.
1842         (elmo-number-set-delete-list): Ditto.
1843         (elmo-number-set-delete): Ditto.
1844
1845         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1846
1847         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1848         `elmo-folder-delete-messages' and don't delete location map.
1849         (elmo-folder-detach-messages): Define.
1850
1851         * elmo-imap4.el (elmo-folder-delete): Use
1852         `elmo-folder-delete-messages-internal' instead of
1853         `elmo-folder-delete-messages'.
1854
1855         * elmo-filter.el (elmo-folder-delete-messages): Call
1856         `elmo-folder-detach-messages'.
1857         (elmo-folder-detach-messages): Don't call
1858         `elmo-folder-detach-messages' for target folder.
1859
1860         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1861         message deletion is succeeded.
1862
1863         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1864
1865         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1866         from `elmo-folder-delete-messages'.
1867
1868         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1869
1870         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1871
1872         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1873
1874         * elmo-version.el (elmo-version): Up to 2.11.32.
1875
1876 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1877
1878         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1879         (elmo-global-flag-list): Added obsolete variable setting.
1880
1881         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1882
1883         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1884         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1885         `elmo-mime-display-header-analysis' is nil.
1886
1887         * elmo-flag.el (elmo-global-flags): Renamed from
1888         `elmo-global-flag-list' (All other related portions are changed).
1889         (elmo-local-flags): New variable.
1890         (elmo-local-flag-p): New function.
1891         (elmo-global-flag-set-internal): Cause an error when flag is not
1892         global.
1893
1894 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1895
1896         * elmo-util.el (elmo-concat-path): Treat empty path.
1897
1898 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1901         field-or-fields).
1902         (elmo-split-address-match): Ditto.
1903         (elmo-split-equal): Ditto.
1904         (elmo-split-match): Ditto.
1905
1906 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1907
1908         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1909         (elmo-generic-folder-append-messages): If src message exists but
1910         has no flag, pass (read) for the FLAG argument of
1911         `elmo-folder-append-buffer'. Otherwise, pass nil.
1912
1913         * elmo-split.el (elmo-split-subr): Likewise.
1914
1915         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1916
1917         * elmo-multi.el (elmo-message-flags): Ditto.
1918
1919         * elmo-filter.el (elmo-message-flags): Ditto.
1920
1921         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1922         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1923         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1924         
1925 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926
1927         * elmo-split.el (elmo-split-rule): Update comment.
1928         (elmo-split-address-equal): Allow 2nd argument to be a list.
1929         (elmo-split-address-match): Ditto.
1930         (elmo-split-equal): Ditto.
1931         (elmo-split-match): Ditto.
1932
1933 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1934
1935         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1936         (elmo-folder-append-msgdb): Don't treat `read'.
1937         (elmo-message-flags): Don't return `read'.
1938
1939         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1940         (elmo-folder-unset-read-delayed): Ditto.
1941
1942         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1943
1944 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1945
1946         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1947         deletion.
1948
1949 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1950
1951         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1952         header.
1953
1954 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1957         here.
1958         (elmo-msgdb-save): Bind inhibit-quit.
1959         (modb-standard-message-entity): Ditto.
1960
1961 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * elmo-database.el: No need to require elmo-msgdb.
1964
1965 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1966
1967         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1968         instead of `elmo-list-subdirectories'.
1969
1970 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1973         group entry.
1974         (elmo-folder-exists-p): "[" is empty.
1975         (elmo-folder-list-subfolders): Define.
1976         (elmo-folder-have-subfolder-p): Ditto.
1977
1978 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1981
1982 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1983
1984         * elmo-filter.el (elmo-folder-local-p): Define.
1985
1986 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1989         when entity is garbaged.
1990         (modb-standard-save-entity-1): Don't modify the original entity.
1991
1992 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1993
1994         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1995
1996 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * elmo.el (elmo-strict-folder-diff): Use
1999         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2000
2001 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2004         (elmo-msgdb-message-number): Ditto.
2005         (elmo-msgdb-message-field): Ditto.
2006
2007         * modb-standard.el (modb-standard-economize-entity-size): New user
2008         option.
2009         (modb-standard-loaded-message-id): New inline function.
2010         (modb-standard-load-entity): Use it.
2011         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2012         throw message-id string away.
2013         (elmo-msgdb-flag-available-p): Define.
2014         (elmo-msgdb-message-number): Ditto.
2015         (elmo-msgdb-message-field): Ditto.
2016
2017         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2018         (suppoted -> supported).
2019         (modb-legacy-supported-flag-p): Ditto.
2020         (elmo-msgdb-set-flag): Ditto.
2021         (elmo-msgdb-unset-flag): Ditto.
2022         (elmo-msgdb-flag-available-p): Define.
2023
2024         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2025         is `t', treat it as legacy entity.
2026         
2027         * elmo.el (elmo-message-flag-available-p): New generic function.
2028         (elmo-message-number): Ditto.
2029         (elmo-message-field): Use `elmo-msgdb-message-field'.
2030
2031         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2032
2033         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2034         (elmo-message-number): Ditto.
2035
2036         * elmo-multi.el (elmo-message-number): Define.
2037         (elmo-message-flag-available-p): Ditto.
2038
2039         * elmo-filter.el (elmo-message-flag-available-p): Define.
2040         (elmo-message-number): Ditto.
2041
2042         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2043         (elmo-folder-initialize): Load `max-number'.
2044         (elmo-folder-commit): Save it.
2045         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2046         (elmo-global-flag-set-internal): Set up max-number slot.
2047
2048 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2049
2050         * elmo-version.el (elmo-version): Up to 2.11.31.
2051
2052 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2053
2054         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2055         unibyte string of the current buffer for the argument of `md5'
2056         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2057
2058 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2059
2060         * modb-legacy.el (modb-legacy-flag-list): New constant.
2061         (modb-legacy-suppoted-flag-p): New internal function.
2062         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2063         (elmo-msgdb-unset-flag): Ditto.
2064
2065 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2066
2067         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2068
2069         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2070         from msgdb.
2071
2072 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2073
2074         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2075         (follow the API change).
2076
2077         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2078
2079 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2080
2081         * modb-standard.el (modb-standard-digest-flags): Abolish.
2082         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2083
2084         * elmo-vars.el (elmo-digest-flags): New variable.
2085         (elmo-preserved-flags): Moved from elmo-flag.el.
2086
2087         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2088         (elmo-imap4-flag-to-imap-criteria): Ditto.
2089         (elmo-imap4-folder-list-flagged): Use it.
2090
2091         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2092
2093         * elmo.el (elmo-folder-count-flags): Changed return value.
2094
2095         * elmo-flag.el (elmo-preserved-flags): New variable.
2096         (elmo-get-global-flags): Use it.
2097
2098         * modb-standard.el (modb-standard-digest-flags): New variable.
2099         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2100         Changed behavior of `any'.
2101
2102         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2103         which are defined the Internet draft
2104         (draft-melnikov-imap-keywords-03.txt).
2105         (elmo-imap4-flags-to-imap): New function.
2106         (elmo-folder-append-buffer): Use it.
2107
2108         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2109         in the docstring.
2110
2111         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2112         avoid the bug of Emacs 21.3.
2113
2114 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2117         function find-coding-system does not exist.
2118
2119 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2122         parsing.
2123
2124 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2125
2126         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2127         response codes.
2128
2129 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2130
2131         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2132         (elmo-network-close-session): Follow the changes in
2133         `elmo-pop3-read-response'.
2134         (elmo-pop3-auth-user): Ditto.
2135         (elmo-pop3-auth-apop): Ditto.
2136         (elmo-network-initialize-session): Ditto.
2137         (elmo-network-authenticate-session): Ditto.
2138         (elmo-network-setup-session): Ditto.
2139         (elmo-folder-status): Ditto.
2140         (elmo-message-fetch-plugged): Ditto.
2141         (elmo-pop3-delete-msg): Ditto.
2142
2143 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2144
2145         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2146         on failure.
2147
2148 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2149
2150         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2151         style.
2152         (elmo-bind-directory): Ditto.
2153
2154 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * elmo.el (elmo-folder-append-messages): Note on return value.
2157         * elmo-archive.el (elmo-folder-append-messages): Don't return
2158         message numbers which could not be appended.
2159
2160 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2161
2162         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2163
2164 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2165
2166         * elmo-version.el (elmo-version): Up to 2.11.30.
2167
2168 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2171         `mask'.
2172
2173         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2174
2175         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2176         (elmo-multi-split-numbers): Add elmo-folder object into each
2177         element of return value at first.
2178         (elmo-folder-delete-messages): Follow the above change.
2179         (elmo-folder-detach-messages): Ditto.
2180
2181         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2182         number which is synchronized in target folder.
2183
2184 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2185
2186         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2187         Change default value to symbol `all'.
2188         (elmo-map-message-fetch): Change condition to update overview
2189         follow the above.
2190
2191 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2192
2193         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2194         behavior to update overview.
2195         (elmo-shimbun-update-overview-folder-list): Note it.
2196
2197 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2200         recursive call.
2201
2202 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2203
2204         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2205         buffer-disable-undo, it is unnecessary.
2206         (elmo-spam-register-good-messages): Ditto.
2207
2208         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2209         Ditto.
2210
2211         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2212
2213 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2214
2215         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2216         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2217         elmo-set-buffer-multibyte.
2218         (elmo-object-load): Ditto.
2219         (elmo-save-buffer): Ditto.
2220         (elmo-delete-char): Ditto.
2221         (elmo-file-field-primitive-condition-match): Ditto.
2222         (elmo-mime-string): Ditto.
2223
2224         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2225         (elmo-archive-field-condition-match): Ditto.
2226
2227         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2228
2229         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2230
2231         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2232         (elmo-nntp-msgdb-create-message): Ditto.
2233
2234         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2235
2236         * elmo.el (elmo-message-match-condition): Ditto.
2237         (elmo-message-match-condition): Ditto.
2238
2239         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2240         Ditto.
2241
2242         * elmo-version.el (elmo-version): Up to 2.11.29.
2243
2244         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2245         (elsp-header): New backend.
2246
2247         * elmo-util.el (elmo-decoded-field-body): New function.
2248
2249 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2250
2251         * elmo-version.el (elmo-version): Up to 2.11.28.
2252
2253 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * elmo-filter.el: Rewrite.
2256
2257         * elmo-version.el (elmo-version): Up to 2.11.27.
2258
2259 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2260
2261         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2262         msgdb path for the localdir folder with absolute path.
2263
2264         * utf7.el: Synch up with latest gnus/utf7.el;
2265         Modified for latest Emacs.
2266
2267 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2270         shimbun backend couldn't open.
2271
2272 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2273
2274         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2275         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2276         when a destination folder is a filter folder.
2277
2278 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2281         (elmo-generic-folder-append-messages): Call elmo-message-flags
2282         with argument `msgid'.
2283
2284         * elmo-split.el (elmo-split-subr): Ditto.
2285
2286         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2287
2288         * elmo-multi.el (elmo-message-flags): Ditto.
2289
2290 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2291
2292         * elmo.el (elmo-folder): Add new slot `flag-table'.
2293         (elmo-folder-flag-table): New API.
2294         (elmo-folder-close-flag-table): Ditto.
2295         (elmo-folder-preserve-flags): New function.
2296         (elmo-generic-folder-append-messages): Use
2297         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2298         Flag of a non-registered message, it sets to nil.
2299         Does not set flag to flag-table.
2300
2301         * elmo-maildir.el (elmo-folder-append-buffer): Use
2302         `elmo-folder-preserve-flags'.
2303         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2304         `elmo-folder-close-flag-table'.
2305
2306         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2307         (elmo-archive-folder-append-buffer): Use
2308         `elmo-folder-preserve-flags'.
2309
2310         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2311
2312         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2313
2314         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2315         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2316         `elmo-folder-close-flag-table'.
2317
2318         * elmo-version.el (elmo-version): Up to 2.11.26.
2319
2320 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2321
2322         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2323
2324         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2325         md5's 4th and 5th argument (non-existent in flim one).
2326
2327 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2330         message, It sets to nil.
2331
2332 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2335         list is non-nil.
2336
2337 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2338
2339         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2340
2341         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2342
2343         * elmo-util.el (elmo-uniq-sorted-list): New function.
2344         (elmo-make-number-list): Ditto.
2345         (elmo-number-set-to-number-list): Use elmo-make-number-list
2346         and don't use nreverse.
2347
2348 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * elmo-version.el (elmo-version): Up to 2.11.25.
2351
2352 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2353
2354         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2355         field not exists in message, Use md5 message digest of header.
2356
2357 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2358
2359         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2360         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2361         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2362         * elmo-split.el (elmo-split-subr): Check return value of
2363         elmo-folder-append-buffer.
2364
2365         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2366         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2367
2368         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2369         message-id.
2370
2371 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2372
2373         * elmo-split.el (elmo-split-subr): Append message with flag.
2374
2375         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2376         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2377         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2378
2379 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2380
2381         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2382         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2383         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2384
2385 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2386
2387         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2388         with a function call of `process-buffer'.  All callers are updated.
2389         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2390         Remove redundant `set-buffer' in a while loop.
2391
2392 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2393
2394         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2395         calls.
2396
2397 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2400         elsp-spamfilter-register-buffer-internal with current buffer.
2401         (elmo-spam-register-spam-buffer): Ditto.
2402         (elmo-spam-register-good-buffer): Ditto.
2403
2404 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2405
2406         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2407         if it is not contained in the response(A workaround for courier-imap).
2408
2409 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2410
2411         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2412         parenthesis.
2413
2414 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2415
2416         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2417         range.
2418
2419 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2422         of nconc.
2423
2424         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2425         argument handler.
2426         (elmo-msgdb-message-match-condition): Follow the change above.
2427
2428 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2429
2430         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2431         folder name.
2432
2433 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2436
2437 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2438
2439         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2440
2441 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2444         not found.
2445
2446 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2447
2448         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2449         value.
2450         (elmo-file-command-argument): Undo last change for cygwin.
2451         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2452         Don't return nil.
2453         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2454
2455 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2456
2457         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2458         value returned from elmo-file-find is nil.
2459
2460 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2461
2462         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2463         to elmo-vars.el.
2464
2465         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2466         instead of insert-file-contents-as-binary.
2467         (elmo-message-set-field): New generic function.
2468
2469         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2470         behavior change on `split-string'.
2471
2472         * elmo-file.el (elmo-file-find): New function.
2473         (elmo-file-command): New user option.
2474         (elmo-file-command-argument): Ditto.
2475         (elmo-file-fetch-max-size): Ditto.
2476         (elmo-file-detect-format): New function.
2477         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2478         Use elmo-file-detect-format.
2479         (elmo-map-folder-list-message-locations): Don't treat directories.
2480
2481 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2482
2483         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2484         (elmo-passwd-alist-clear): Shred password before clear.
2485         (elmo-remove-passwd): Remove all mached pair.
2486
2487 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2488
2489         * elmo.el (elmo-folder-synchronize): Fix description of the return
2490         value.
2491
2492 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2493
2494         * elmo.el (elmo-message-fetch-bodystructure): New method.
2495         (elmo-message-fetch-bodystructure): Define default.
2496
2497         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2498         elmo-message-fetch-bodystructure.
2499         (elmo-message-fetch-bodystructure): Define.
2500
2501         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2502
2503 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2504
2505         * elmo-filter.el (elmo-message-folder): Define.
2506
2507 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2510         elmo-delete-cr-buffer.
2511
2512         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2513
2514         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2515
2516         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2517
2518         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2519         type seems to be a text.
2520
2521 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2524         (elmo-spam-register-good-buffer): Ditto.
2525         (elmo-spam-spamassassin-register-messages): Ditto.
2526
2527         * elmo-util.el (elmo-string-member-ignore-case): Define with
2528         static-cond.
2529
2530 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2531
2532         * elmo.el (elmo-folder-type): Undo last change.
2533
2534         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2535
2536         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2537         warnings.
2538
2539         * elmo-file.el: New file.
2540         
2541         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2542
2543         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2544         variable.
2545         (elmo-spam-spamassassin-register-messages): New inline function.
2546         (elmo-spam-register-spam-messages): Define.
2547         (elmo-spam-register-good-messages): Ditto.
2548
2549         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2550         Fixed typo.
2551
2552         * elmo.el (toplevel): Added autoload setting for
2553         `elmo-get-global-flags'.
2554         (elmo-message-has-global-flag-p): New function.
2555         (elmo-message-set-global-flags): Ditto.
2556         (elmo-folder-type): Improvement for name: format.
2557
2558         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2559         availability of keyword flags.
2560         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2561         (elmo-folder-list-flagged-plugged): Renamed from
2562         elmo-folder-list-flagged-unplugged.
2563         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2564         accept any flag as keyword flag.
2565         (elmo-folder-set-flag-plugged): Accept keyword flags.
2566         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2567
2568         * elmo-flag.el (elmo-get-global-flags): New function.
2569
2570         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2571         folders.
2572
2573         * elmo-version.el (elmo-version): Up to 2.11.24.
2574
2575 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2576
2577         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2578         elmo-multiple-field-body instead of std11-field-body to check all
2579         headers.
2580
2581 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2582
2583         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2584         or "size".
2585
2586 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2587
2588         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2589         unintern is unbound.
2590
2591 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2592
2593         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2594         Protect from infinite loop.
2595
2596 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * elsp-bogofilter.el
2599         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2600         (elmo-spam-bogofilter-register-messages): New internal function.
2601         (elmo-spam-register-spam-messages): Define.
2602         (elmo-spam-register-good-messages): Ditto.
2603
2604 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2607         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2608         (elmo-spam-bogofilter-call): Fixed the last change.
2609         (elmo-spam-bogofilter-arguments): Ditto.
2610
2611         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2612         Follow the options change of latest bogofilter.
2613
2614         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2615         (elmo-spam-bogofilter-good-switch): Ditto.
2616         (elmo-spam-bogofilter-arguments-alist): New user option.
2617         (elmo-spam-bogofilter-debug): Ditto.
2618         (elmo-spam-bogofilter-call): Renamed from
2619         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2620         is non-nil, insert output in buffer for debug.
2621         (elmo-spam-bogofilter-arguments): New macro.
2622         (elmo-spam-buffer-spam-p): Use it.
2623         (elsp-bogofilter-register-buffer): Ditto.
2624
2625 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2626
2627         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2628         regexp.
2629
2630 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2631
2632         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2633         value as "ruby".
2634         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2635         (elmo-spam-bsfilter-program): Set default value as full path for
2636         `bsfilter'.
2637         (elmo-spam-bsfilter-debug): New user option.
2638         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2639         non-nil, insert output in buffer for debug. Fix treating of
2640         argument.
2641
2642 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2643
2644         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2645         `elmo-maildir-flag-specs' element instead of one.
2646         (elmo-map-folder-unset-flag): Ditto.
2647         (Reported by Ken Makimura <macky@astem.or.jp>)
2648
2649         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2650         (elmo-folder-unset-flag-plugged): Ditto.
2651
2652 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2653
2654         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2655         to `reads' slot only if `in-msgdb' is nil.
2656
2657 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2660         and complement argument list.
2661
2662 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2663
2664         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2665         instead of elmo-folder-list-flagged.
2666
2667 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2670
2671         * elsp-bsfilter.el: New file.
2672
2673         * elmo-pipe.el (elmo-folder-list-unreads,
2674         elmo-folder-list-answereds,
2675         elmo-folder-list-importants,
2676         elmo-folder-flag-as-important,
2677         elmo-folder-unflag-important,
2678         elmo-folder-flag-as-read,
2679         elmo-folder-unflag-read,
2680         elmo-folder-flag-as-answered,
2681         elmo-folder-unflag-answered): Remove.
2682         (elmo-folder-set-flag): Define.
2683         (elmo-folder-unset-flag): Ditto.
2684
2685         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2686         (elmo-folder-set-flag): Define.
2687         (elmo-folder-unset-flag): Ditto.
2688         (elmo-folder-list-unreads): Remove.
2689         (elmo-folder-list-flagged): Define.
2690
2691         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2692         (elmo-folder-list-unreads,
2693         elmo-folder-list-importants,
2694         elmo-folder-list-answereds,
2695         elmo-folder-list-unreads-plugged,
2696         elmo-folder-list-importants-plugged,
2697         elmo-folder-list-answereds-plugged): Remove.
2698         (elmo-folder-list-flagged-plugged): New method.
2699         (elmo-folder-unflag-important,
2700         elmo-folder-flag-as-important,
2701         elmo-folder-unflag-read,
2702         elmo-folder-flag-as-read,
2703         elmo-folder-unflag-answered,
2704         elmo-folder-flag-as-answered,
2705         elmo-folder-flag-as-read-unplugged,
2706         elmo-folder-unflag-read-unplugged,
2707         elmo-folder-flag-as-important-unplugged,
2708         elmo-folder-unflag-important-unplugged,
2709         elmo-folder-flag-as-answered-unplugged,
2710         elmo-folder-unflag-answered-unplugged): Remove.
2711         (elmo-folder-set-flag): Define.
2712         (elmo-folder-unset-flag): Ditto.
2713         (elmo-folder-set-flag-unplugged): Ditto.
2714         (elmo-folder-unset-flag-unplugged): Ditto.
2715
2716         * elmo-multi.el (elmo-folder-list-unreads,
2717         elmo-folder-list-answereds,
2718         elmo-folder-list-importants,
2719         elmo-folder-flag-as-important,
2720         elmo-folder-unflag-important,
2721         elmo-folder-flag-as-read,
2722         elmo-folder-unflag-read,
2723         elmo-folder-flag-as-answered,
2724         elmo-folder-unflag-answered): Remove.
2725         (elmo-folder-set-flag): Define.
2726         (elmo-folder-unset-flag): Ditto.
2727
2728         * elmo-map.el (elmo-map-folder-unflag-important,
2729         elmo-map-folder-flag-as-important,
2730         elmo-map-folder-unflag-read,
2731         elmo-map-folder-flag-as-read,
2732         elmo-map-folder-unflag-answered,
2733         elmo-map-folder-flag-as-answered): Remove.
2734         (elmo-map-folder-set-flag): New method.
2735         (elmo-map-folder-unset-flag): Ditto.
2736         (elmo-map-folder-list-unreads,
2737         elmo-map-folder-list-importants,
2738         elmo-map-folder-list-answereds): Remove.
2739         (elmo-folder-list-flagged-internal): Define.
2740         (elmo-map-folder-list-flagged): New method.
2741
2742         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2743         (elmo-map-folder-list-unreads,
2744         elmo-map-folder-list-importants,
2745         elmo-map-folder-list-flagged): Remove.
2746         (elmo-map-folder-list-flagged): Define.
2747         (elmo-map-folder-flag-as-important,
2748         elmo-map-folder-unflag-important,
2749         elmo-map-folder-flag-as-read,
2750         elmo-map-folder-unflag-read,
2751         elmo-map-folder-flag-as-answered,
2752         elmo-map-folder-unflag-answered): Remove.
2753         (elmo-maildir-set-mark-messages): New internal function.
2754         (elmo-map-folder-set-flag): Define.
2755         (elmo-map-folder-unset-flag): Ditto.
2756
2757         * elmo.el (toplevel): Added autoload setting for
2758         `elmo-folder-list-global-flag-messages'.
2759         (elmo-folder-list-unreads,
2760         elmo-folder-list-importants,
2761         elmo-folder-list-answereds): Remove.
2762         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2763         Return a list whitch merged with messages have global flag.
2764         (elmo-folder-list-flagged-internal): New method.
2765         (elmo-folder-unflag-important,
2766         elmo-folder-flag-as-important,
2767         elmo-folder-unflag-read,
2768         elmo-folder-flag-as-read,
2769         elmo-folder-unflag-answered,
2770         elmo-folder-flag-as-answered): Remove.
2771         (elmo-folder-set-flag): New method.
2772         (elmo-folder-unset-flag): Ditto.
2773         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2774         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2775
2776         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2777         (elmo-folder-list-unreads-plugged,
2778         elmo-folder-list-importants-plugged,
2779         elmo-folder-list-answereds-plugged,
2780         elmo-folder-list-flagged-unplugged,
2781         elmo-folder-unflag-important-plugged,
2782         elmo-folder-flag-as-important-plugged,
2783         elmo-folder-unflag-read-plugged,
2784         elmo-folder-flag-as-read-plugged,
2785         elmo-folder-unflag-answered-plugged,
2786         elmo-folder-flag-as-answered-plugged): Remove.
2787         (elmo-folder-set-flag-plugged,
2788         elmo-folder-unset-flag-plugged): Define.
2789
2790         * elmo-flag.el (elmo-folder-initialize): Register to
2791         `elmo-global-flag-list' if flag is not global.
2792         (elmo-folder-append-messages): Set flag to source messages.
2793
2794         * elmo-filter.el (elmo-filter-folder-list-unreads,
2795         elmo-folder-list-unreads,
2796         elmo-filter-folder-list-importants,
2797         elmo-folder-list-importants,
2798         elmo-folder-flag-as-read,
2799         elmo-folder-unflag-read,
2800         elmo-folder-flag-as-important,
2801         elmo-folder-unflag-important,
2802         elmo-folder-flag-as-answered,
2803         elmo-folder-unflag-answered): Remove.
2804         (elmo-folder-set-flag): Define.
2805         (elmo-folder-unset-flag): Ditto.
2806
2807         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2808         elmo-folder-unflag-read-dop,
2809         elmo-folder-flag-as-important-dop,
2810         elmo-folder-unflag-important-dop,
2811         elmo-folder-flag-as-answered-dop,
2812         elmo-folder-unflag-answered-dop): Remove.
2813         (elmo-folder-set-flag-dop,
2814         elmo-folder-unset-flag-dop,
2815         elmo-folder-set-important-delayed,
2816         elmo-folder-unset-important-delayed,
2817         elmo-folder-set-read-delayed,
2818         elmo-folder-unset-read-delayed,
2819         elmo-folder-set-answered-delayed,
2820         elmo-folder-unset-answered-delayed): New function.
2821         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2822         (elmo-dop-queue-method-name-alist): Ditto.
2823
2824         * elmo-version.el (elmo-version): Up to 2.11.23.
2825
2826 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2827
2828         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2829
2830         * elsp-sa.el: New file.
2831
2832 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2833
2834         * modb-standard.el (modb-standard-message-entity): New function.
2835         (elmo-msgdb-message-entity): Use it.
2836
2837 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2838
2839         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2840         behavior when one-level is nil.
2841
2842         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2843
2844         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2845
2846 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2847
2848         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2849         get max number.
2850         (elmo-generic-folder-diff): Ditto.
2851
2852         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2853         (elmo-folder-update-number): Ditto.
2854
2855         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2856         (elmo-folder-next-message-number-dop): Ditto.
2857
2858 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2859
2860         * elmo-filter.el (elmo-folder-msgdb-create): Use
2861         `elmo-message-entity' and `elmo-message-flags' instead of
2862         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2863
2864 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2865
2866         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2867         `if-exists'.
2868
2869 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2870
2871         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2872
2873         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2874
2875         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2876
2877 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * elmo-version.el (elmo-version): Up to 2.11.22.
2880
2881 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2884
2885 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2888         if the message dose not exist.
2889
2890 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2891
2892         * elmo-version.el (elmo-version): Up to 2.11.21.
2893
2894 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * modb-standard.el (toplevel): Don't require mime.
2897
2898 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2899
2900         * elsp-bogofilter.el (toplevel): Don't require path-util.
2901         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2902         (elmo-spam-bogofilter-header): Abolish.
2903         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2904         (elmo-spam-bogofilter-args): New user option.
2905         (elsp-bogofilter-call-bogofilter): New internal function.
2906         (elmo-spam-buffer-spam-p): Use it.
2907         (elsp-bogofilter-register-buffer): Renamed from
2908         `elmo-spam-bogofilter-register-buffer';
2909         Use `elsp-bogofilter-call-bogofilter'.
2910         (elmo-spam-register-spam-buffer): Follow the change above.
2911         (elmo-spam-register-good-buffer): Ditto.
2912
2913 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2916         message-id is nil do nothing.
2917
2918 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2921         Revival.
2922         (elmo-imap4-session): Removed use-flag slot.
2923         (elmo-imap4-session-select-mailbox): Undo last change.
2924         (elmo-folder-use-flag-p): Use
2925         elmo-imap4-disuse-server-flag-mailbox-regexp.
2926
2927 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2930         (elmo-imap4-session-select-mailbox): Set it up.
2931         (elmo-folder-use-flag-p): Return value of use-flag slot.
2932
2933 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2936         message-id is nil.
2937         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2938
2939         * modb-entity.el (elmo-message-entity-handler): Likewise.
2940
2941 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * elmo.el (toplevel): Remove setting of autoloding for
2944         elmo-global-flag-initialize.
2945         (elmo-init): Don't call elmo-global-flag-initialize.
2946         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2947
2948         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2949         (elmo-global-mark-migrate): Don't call it.
2950         (elmo-global-mark-upgrade): Ditto.
2951
2952 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2953
2954         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2955         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2956
2957         * elmo-vars.el (elmo-init-hook): New user option.
2958
2959         * elmo.el (elmo-init): Run the elmo-init-hook.
2960
2961         * elmo-flag.el (elmo-global-mark-migrate): New function.
2962
2963 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2966         Undo last change (move to elmo-msgdb-unset-flag).
2967         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2968         flag is unset.
2969
2970 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2971
2972         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2973         read flag is set.
2974         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2975         (elmo-msgdb-unset-flag): Ditto.
2976
2977 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2978
2979         * elmo-split.el (elmo-split): Return split message count.
2980
2981 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2984         is nil.
2985
2986 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * elmo.el (elmo-folder-unflag-important): Call
2989         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2990         a symbol `always'.
2991
2992         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2993         before unset flag.
2994         (elmo-global-flag-detach): Delete the message from flag folder, if
2995         `delete-if-none' is a symbol `always'.
2996
2997 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3000         `elmo-spam-spamfilter-decode-buffer'.
3001         (elsp-spamfilter-register-buffer-internal): New internal function.
3002         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3003         (elmo-spam-register-spam-buffer): Ditto.
3004         (elmo-spam-register-good-buffer): Ditto.
3005
3006         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3007         change.
3008         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3009         (elmo-spam-register-spam-buffer): Follow the API change.
3010         (elmo-spam-register-good-buffer): Ditto.
3011
3012         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3013         (elmo-split-spam-p): Added argument plist; Call
3014         `elmo-spam-buffer-spam-p' with new argument register.
3015
3016         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3017         `register'.
3018         (elmo-spam-message-spam-p): Ditto.
3019         (elmo-spam-register-spam-buffer): Added optional argument
3020         `restore'.
3021         (elmo-spam-register-good-buffer): Ditto.
3022         (elmo-spam-register-spam-messages): Ditto.
3023         (elmo-spam-register-good-messages): Ditto.
3024
3025 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3028         register into good corpus.
3029         (elmo-spam-register-good-buffer): Fixed to register into bad
3030         corpus.
3031
3032 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * elmo-version.el (elmo-version): Up to 2.11.20.
3035
3036         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3037         change.
3038
3039         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3040         flag without depending on \Recent flag.
3041
3042 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3045         (elmo-spam-modified-p): Defined.
3046         (elmo-spam-save-status): Set `modified' slot to nil.
3047         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3048         (elmo-spam-register-good-buffer): Ditto.
3049
3050         * elmo-spam.el (elmo-spam-modified-p): New API.
3051
3052 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3053
3054         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3055         duplicate definition.
3056
3057         * elmo-util.el (elmo-unfold-field-body): New function.
3058         (elmo-msgdb-get-message-id-from-buffer): Use it.
3059
3060         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3061         Fixed the last change; Use elmo-unfold-field-body.
3062
3063 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3066         Unfold date value.
3067
3068 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * elmo-spam.el (elmo-spam-save-status): New API.
3071
3072         * elsp-spamfilter.el: New file.
3073
3074 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3075
3076         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3077
3078 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * elmo-split.el (elmo-split-spam-p): New function.
3081
3082         * elmo-spam.el: New file.
3083
3084         * elsp-bogofilter.el: Ditto.
3085
3086 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * elmo.el (elmo-folder-next-message-number): New API.
3089         (elmo-folder-next-message-number): Define.
3090         (elmo-message-field): Don't check folder length.
3091
3092         * elmo-net.el (elmo-folder-next-message-number): Define.
3093         (elmo-folder-next-message-number-unplugged): Define.
3094
3095         * elmo-map.el (elmo-folder-next-message-number): Define.
3096         (elmo-folder-delete-messages): Clear hash value.
3097
3098         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3099
3100         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3101         (elmo-folder-delete-messages-dop-delayed): Always return t.
3102
3103         * elmo-version.el (elmo-version): Up to 2.11.19.
3104
3105 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3108         change.
3109
3110         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3111         identical cons cell into the mark-alist and the hash table.
3112
3113 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3114
3115         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3116         elmo-folder-list-messages with argument `visible-only' as t.
3117
3118         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3119         (elmo-folder-msgdb-create): Check the target folder.
3120
3121 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3124         `permanentflag' instead of `flags'.
3125         (elmo-folder-open): Ditto.
3126         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3127         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3128         (elmo-folder-use-flag-p): Always return t.
3129         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3130         `permanentflags' does not exist.
3131         (elmo-folder-open): Ditto.
3132
3133 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3136         is nil.
3137         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3138
3139         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3140         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3141         response.
3142         (elmo-folder-open): Ditto.
3143         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3144         slot of the session includes the flag.
3145         (elmo-imap4-session-flag-available-p): New function.
3146         (elmo-imap4-folder-list-flagged): Ditto.
3147         (elmo-folder-list-unreads-plugged): Use it.
3148         (elmo-folder-list-importants-plugged): Ditto.
3149         (elmo-folder-list-answereds-plugged): Ditto.
3150         (elmo-imap4-search-internal-primitive): Ditto.
3151         (elmo-imap4-folder-list-any-plugged,
3152         elmo-imap4-folder-list-digest-plugged): Abolish.
3153
3154         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3155         if numbers is nil.
3156
3157 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3158
3159         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3160
3161 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3162
3163         * elmo-util.el (elmo-get-hash-val): Simplify.
3164         (elmo-set-hash-val): Rewrite.
3165
3166 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3167
3168         * elmo.el (elmo-folder-list-messages): Append killed messages into
3169         result if `visible-only' is nil and `in-msgdb' is non-nil.
3170
3171         * elmo-util.el (elmo-uniq-list): Added optional argument
3172         `delete-function'.
3173
3174         * modb.el (elmo-msgdb-flag-count): New API.
3175
3176         * modb-standard.el (modb-standard): Added slot flag-count.
3177         (modb-standard-countup-flags): New function.
3178         (modb-standard-load-flag): Call it.
3179         (elmo-msgdb-append): Ditto.
3180         (elmo-msgdb-clear): Clear slot flag-count.
3181         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3182         (elmo-msgdb-unset-flag): Treat `all' flag and call
3183         modb-standard-countup-flags.
3184         (elmo-msgdb-flag-count): Define.
3185         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3186         (elmo-msgdb-delete-messages): Ditto.
3187
3188         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3189         (elmo-msgdb-flag-count): Define.
3190
3191         * elmo.el (elmo-folder-list-messages): Undo last change.
3192         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3193         (elmo-folder-kill-messages): Unset all flags to numbers.
3194
3195         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3196         elmo-folder-kill-messages.
3197
3198         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3199         (elmo-nntp-folder-delete-messages): Abolish.
3200
3201         * elmo-version.el (elmo-version): Up to 2.11.18.
3202
3203 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3206         (elmo-folder-kill-messages-range): New function.
3207         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3208         instead of elmo-folder-kill-messages-before.
3209
3210 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3211
3212         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3213         elmo-imap4-current-msgdb to decide entity handler.
3214
3215 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3218
3219         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3220         inline function.
3221         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3222         (elmo-msgdb-overview-entity-set-number,
3223         elmo-msgdb-overview-entity-get-references,
3224         elmo-msgdb-overview-entity-set-references,
3225         elmo-msgdb-overview-entity-get-from-no-decode,
3226         elmo-msgdb-overview-entity-get-from,
3227         elmo-msgdb-overview-entity-set-from,
3228         elmo-msgdb-overview-entity-get-subject,
3229         elmo-msgdb-overview-entity-get-subject-no-decode,
3230         elmo-msgdb-overview-entity-set-subject,
3231         elmo-msgdb-overview-entity-get-date,
3232         elmo-msgdb-overview-entity-set-date,
3233         elmo-msgdb-overview-entity-get-to,
3234         elmo-msgdb-overview-entity-get-cc,
3235         elmo-msgdb-overview-entity-get-size,
3236         elmo-msgdb-overview-entity-set-size,
3237         elmo-msgdb-overview-entity-get-extra,
3238         elmo-msgdb-overview-entity-set-extra,
3239         elmo-msgdb-overview-entity-get-extra-field,
3240         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3241         (elmo-msgdb-make-index): Use
3242         `elmo-msgdb-overview-entity-get-number-internal'.
3243         (elmo-msgdb-clear-index): Ditto.
3244         (elmo-msgdb-append-entity): Ditto;
3245         Use `elmo-msgdb-overview-entity-get-id-internal'.
3246
3247         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3248         elmo-msgdb-overview-entity-set-number,
3249         elmo-msgdb-overview-entity-get-references,
3250         elmo-msgdb-overview-entity-set-references,
3251         elmo-msgdb-overview-entity-get-from-no-decode,
3252         elmo-msgdb-overview-entity-get-from,
3253         elmo-msgdb-overview-entity-set-from,
3254         elmo-msgdb-overview-entity-get-subject,
3255         elmo-msgdb-overview-entity-get-subject-no-decode,
3256         elmo-msgdb-overview-entity-set-subject,
3257         elmo-msgdb-overview-entity-get-date,
3258         elmo-msgdb-overview-entity-set-date,
3259         elmo-msgdb-overview-entity-get-to,
3260         elmo-msgdb-overview-entity-get-cc,
3261         elmo-msgdb-overview-entity-get-size,
3262         elmo-msgdb-overview-entity-set-size,
3263         elmo-msgdb-overview-entity-get-extra,
3264         elmo-msgdb-overview-entity-set-extra,
3265         elmo-msgdb-overview-entity-get-extra-field,
3266         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3267         and rewrote for backward compatibility.
3268
3269 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3270
3271         * elmo.el (elmo-message-entity-number,
3272         elmo-message-entity-set-number,
3273         elmo-message-entity-field,
3274         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3275
3276         * elmo-msgdb.el (elmo-message-entity-number,
3277         elmo-message-entity-set-number,
3278         elmo-message-entity-field,
3279         elmo-message-entity-set-field): Moved from elmo.el.
3280
3281 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * elmo.el (toplevel): Changed definition orders.
3284
3285 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3286
3287         * modb.el (elmo-msgdb-search): New API .
3288         (elmo-msgdb-match-condition): Ditto.
3289
3290         * modb-standard.el (elmo-msgdb-search): Define.
3291
3292         * modb-legacy.el (elmo-msgdb-search): Ditto.
3293
3294         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3295         from elmo-msgdb-match-condition-internal.
3296
3297         * elmo.el (elmo-folder-search-fast): Abolish.
3298         (elmo-folder-search): Use elmo-msgdb-search and
3299         elmo-with-progress-display.
3300
3301         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3302         as msgdb API.
3303
3304         * elmo.el (elmo-folder): Remove slot message-modified and
3305         flag-modified.
3306         (elmo-folder-set-message-modified): Abolish.
3307         (elmo-generic-folder-commit): Follow the change above.
3308         (elmo-folder-synchronize): Ditto.
3309
3310         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3311
3312         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3313
3314         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3315
3316 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3317
3318         * modb-standard.el (modb-standard-make-message-entity,
3319         elmo-msgdb-make-message-entity,
3320         elmo-msgdb-create-message-entity-from-buffer,
3321         elmo-msgdb-message-entity-number,
3322         elmo-msgdb-message-entity-set-number,
3323         elmo-msgdb-message-entity-field,
3324         elmo-msgdb-message-entity-set-field,
3325         elmo-msgdb-copy-message-entity,
3326         elmo-msgdb-match-condition-internal): Remove.
3327
3328         * modb-entity.el: New file (again).
3329
3330         * modb.el (toplevel): Require modb-entity.
3331         (elmo-msgdb-message-entity-handler): New method.
3332
3333         * modb-standard.el (modb-standard-entity-id): Use
3334         elmo-message-entity-handler.
3335         (modb-standard-load-entity): Ditto.
3336         (elmo-msgdb-append-entity): Ditto.
3337         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3338
3339         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3340         elmo-msgdb-decoded-cache-hashtb,
3341         (modb-legacy-make-message-entity,
3342         elmo-msgdb-make-message-entity,
3343         elmo-msgdb-create-message-entity-from-buffer,
3344         elmo-msgdb-message-entity-number,
3345         elmo-msgdb-message-entity-set-number,
3346         elmo-msgdb-message-entity-field,
3347         elmo-msgdb-message-entity-set-field,
3348         elmo-msgdb-copy-message-entity,
3349         elmo-msgdb-match-condition-internal,
3350         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3351
3352         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3353         (elmo-message-entity-set-number): Ditto.
3354         (elmo-message-entity-field): Ditto.
3355         (elmo-message-entity-set-field): Ditto.
3356
3357         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3358
3359         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3360
3361         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3362
3363         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3364         (elmo-nntp-msgdb-create-message): Ditto.
3365
3366         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3367         (elmo-folder-msgdb-create): Add unread flag.
3368
3369         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3370
3371         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3372
3373         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3374
3375         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3376
3377         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3378         elmo-msgdb-messge-entity-handler.
3379         * elmo-version.el (elmo-version): Up to 2.11.17.
3380
3381 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3382
3383         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3384         change.
3385
3386 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3389
3390         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3391         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3392         (elmo-msgdb-flag-table): Ditto.
3393         (elmo-msgdb-sort-by-date): Ditto.
3394
3395         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3396
3397         * modb-standard.el (toplevel): Require mime.
3398         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3399         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3400         elmo-msgdb-message-entity-number.
3401         (elmo-msgdb-append-entity): Ditto.
3402         (elmo-msgdb-create-message-entity-from-file): Remove.
3403         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3404         corresponds to the entity.
3405         (elmo-msgdb-message-entity-number): Do nothing currently.
3406         (elmo-msgdb-message-entity-field): Ditto.
3407         (elmo-msgdb-message-entity-set-field): Ditto.
3408         (elmo-msgdb-copy-message-entity): Ditto.
3409         (elmo-msgdb-match-condition-internal): Ditto.
3410
3411         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3412         elmo-util.el.
3413         (elmo-msgdb-create-message-entity-from-file): Remove.
3414
3415         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3416         modb-legacy.el.
3417         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3418
3419         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3420
3421 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3424         (elmo-msgdb-message-entity-field): Ditto.
3425         (elmo-msgdb-message-entity-number): Ditto.
3426
3427 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3428
3429         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3430         Fixed how to set extra field into entity.
3431         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3432         symbol.
3433
3434         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3435         Fixed how to set extra field into entity.
3436         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3437         symbol.
3438
3439 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3440
3441         * modb.el (elmo-message-entity-db): New function.
3442         (elmo-msgdb-make-message-entity): New API.
3443         (elmo-msgdb-message-entity-number): Ditto.
3444         (elmo-msgdb-message-entity-set-number): Ditto.
3445         (elmo-msgdb-message-entity-field): Ditto.
3446         (elmo-msgdb-message-entity-set-field): Ditto.
3447         (elmo-msgdb-copy-message-entity): Ditto.
3448         (elmo-msgdb-create-message-entity-from-file): Ditto.
3449         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3450         (elmo-msgdb-match-condition-internal): Ditto.
3451
3452         * modb-standard.el (modb-legacy): Require modb-legacy.
3453         (modb-standard-make-message-entity): New inline function.
3454         (elmo-msgdb-make-message-entity): Define.
3455         (elmo-msgdb-create-message-entity-from-file): Ditto.
3456         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3457         (elmo-msgdb-message-entity-field): Ditto.
3458         (elmo-msgdb-message-entity-set-field): Ditto.
3459         (elmo-msgdb-copy-message-entity): Ditto.
3460         (elmo-msgdb-match-condition-internal): Ditto.
3461
3462         * modb-legacy.el: Don't require modb-entity.
3463         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3464         (elmo-msgdb-match-condition-primitive): Ditto.
3465         (elmo-msgdb-get-decoded-cache): Ditto.
3466         (elmo-msgdb-overview-entity-get-id): Ditto.
3467         (elmo-msgdb-overview-entity-get-number): Ditto.
3468         (elmo-msgdb-overview-entity-set-number): Ditto.
3469         (elmo-msgdb-overview-entity-get-references): Ditto.
3470         (elmo-msgdb-overview-entity-set-references): Ditto.
3471         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3472         (elmo-msgdb-overview-entity-get-from): Ditto.
3473         (elmo-msgdb-overview-entity-set-from): Ditto.
3474         (elmo-msgdb-overview-entity-get-subject): Ditto.
3475         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3476         (elmo-msgdb-overview-entity-set-subject): Ditto.
3477         (elmo-msgdb-overview-entity-get-date): Ditto.
3478         (elmo-msgdb-overview-entity-set-date): Ditto.
3479         (elmo-msgdb-overview-entity-get-to): Ditto.
3480         (elmo-msgdb-overview-entity-get-cc): Ditto.
3481         (elmo-msgdb-overview-entity-get-size): Ditto.
3482         (elmo-msgdb-overview-entity-set-size): Ditto.
3483         (elmo-msgdb-overview-entity-get-extra): Ditto.
3484         (elmo-msgdb-overview-entity-set-extra): Ditto.
3485         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3486         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3487         (elmo-msgdb-number-load): Ditto.
3488         (elmo-msgdb-overview-load): Ditto.
3489         (elmo-msgdb-mark-load): Ditto.
3490         (elmo-msgdb-number-save): Ditto.
3491         (elmo-msgdb-mark-save): Ditto.
3492         (elmo-msgdb-overview-save): Ditto.
3493         (modb-legacy-make-message-entity): New inline function.
3494         (elmo-msgdb-insert-file-header): Ditto.
3495         (elmo-msgdb-make-message-entity): Define.
3496         (elmo-msgdb-create-message-entity-from-file): Ditto.
3497         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3498         (elmo-msgdb-message-entity-number): Ditto.
3499         (elmo-msgdb-message-entity-set-number): Ditto.
3500         (elmo-msgdb-message-entity-field): Ditto.
3501         (elmo-msgdb-message-entity-set-field): Ditto.
3502         (elmo-msgdb-copy-message-entity): Ditto.
3503         (elmo-msgdb-match-condition-internal): Ditto.
3504
3505         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3506         (elmo-message-copy-entity): Rewrite.
3507         (elmo-message-entity-number): Ditto.
3508         (elmo-message-entity-set-number): Ditto.
3509         (elmo-message-entity-field): Use elmo-message-entity-db.
3510         (elmo-message-entity-set-field): Ditto.
3511         (elmo-message-field): Rewrite.
3512
3513         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3514         elmo-msgdb.el
3515         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3516
3517         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3518         elmo-message-entity-field.
3519         (elmo-shimbun-folder-shimbun-header): Ditto.
3520         (elmo-shimbun-entity-to-header): Ditto.
3521         (elmo-folder-msgdb-create): Ditto.
3522         (elmo-shimbun-msgdb-create-entity): Ditto;
3523         Use elmo-msgdb-create-message-entity-from-buffer.
3524         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3525         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3526
3527         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3528         elmo-msgdb-create-message-entity-from-file and 
3529         elmo-message-entity-field.
3530
3531         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3532         elmo-message-entity-number.
3533         (elmo-pop3-msgdb-create-message): Use
3534         elmo-msgdb-create-message-entity-from-buffer,
3535         elmo-message-entity-set-field, elmo-message-entity-number and
3536         elmo-message-entity-set-number.
3537
3538         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3539         the API change in elmo-msgdb-make-message-entity.
3540         (elmo-nntp-msgdb-create-message): Use
3541         elmo-msgdb-create-message-entity-from-buffer.
3542
3543         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3544         elmo-message-entity-field and
3545         elmo-msgdb-create-message-entity-from-file.
3546
3547         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3548         (elmo-msgdb-get-field): Abolish.
3549         (elmo-msgdb-get-number): Rewrite.
3550         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3551         (elmo-msgdb-flag-table): Ditto.
3552         (elmo-msgdb-get-last-message-id,
3553         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3554         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3555         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3556         (elmo-msgdb-create-overview-from-buffer,
3557         elmo-msgdb-overview-get-parent-entity): Abolish.
3558
3559         * elmo-mime.el (elmo-mime-display-as-is): Use
3560         elmo-message-entity-field.
3561
3562         * elmo-map.el (elmo-folder-pack-numbers): Use
3563         elmo-message-entity-set-number.
3564
3565         * elmo-maildir.el (elmo-folder-msgdb-create): 
3566         elmo-msgdb-create-message-entity-from-file instead of
3567         elmo-msgdb-create-overview-entity-from-file.
3568
3569         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3570         msgdb.
3571         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3572         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3573
3574         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3575         elmo-messge-entity-field and elmo-message-entity-number.
3576         (elmo-imap4-fetch-callback-1): Call
3577         elmo-msgdb-create-message-entity-from-buffer instead of
3578         elmo-msgdb-create-overview-from-buffer. 
3579         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3580         (elmo-find-fetch-strategy): Likewise.
3581
3582         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3583         elmo-localdir-msgdb-create-entity with argument msgdb.
3584
3585         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3586         and elmo-message-entity-set-number.
3587
3588         * elmo-cache.el (elmo-folder-msgdb-create): Use
3589         elmo-message-entity-field.
3590         (elmo-folder-msgdb-create): Call
3591         elmo-msgdb-create-message-entity-from-file instead of
3592         elmo-msgdb-create-overview-entity-from-file.
3593
3594         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3595         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3596         instead of elmo-msgdb-create-overview-from-buffer.
3597         (elmo-archive-msgdb-create-entity): Ditto.
3598         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3599         elmo-message-entity-field.
3600         (elmo-archive-parse-mmdf): Ditto.
3601
3602         * modb-entity.el: Removed.
3603
3604         * elmo-version.el (elmo-version): Up to 2.11.16.
3605
3606 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3609         `is-local'.
3610         (elmo-folder-flag-as-answered): Ditto.
3611
3612 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3613
3614         * modb-standard.el: New file.
3615
3616         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3617         elmo-msgdb-convert-type is `sync'.
3618
3619         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3620         (elmo-msgdb-convert-type): New user option.
3621
3622         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3623         (elmo-load-msgdb): Auto detect saved type.
3624
3625         * elmo-version.el (elmo-version): Up to 2.11.15.
3626
3627 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3630
3631         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3632         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3633         with argument `delete-if-none' when dst-folder is 'null.
3634
3635         * elmo-flag.el (elmo-folder-append-messages): Defined.
3636         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3637
3638 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3641
3642 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3643
3644         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3645         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3646         (elmo-folder-commit): Ditto.
3647
3648 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3649
3650         * elmo-flag.el: New file.
3651
3652         * elmo-mark.el: Removed.
3653
3654         * modb-legacy.el (modb-legacy-new-mark,
3655         modb-legacy-unread-uncached-mark,
3656         modb-legacy-unread-cached-mark,
3657         modb-legacy-read-uncached-mark,
3658         modb-legacy-answered-cached-mark,
3659         modb-legacy-answered-uncached-mark,
3660         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3661         All other related portions are changed.
3662
3663         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3664         (elmo-folder-list-messages-with-global-mark): Abolish.
3665         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3666         (elmo-folder-flag-as-important): Ditto.
3667         (elmo-folder-unflag-read): Ditto.
3668         (elmo-folder-flag-as-read): Ditto.
3669         (elmo-folder-unflag-answered): Ditto.
3670         (elmo-folder-flag-as-answered): Ditto.
3671         (elmo-message-encache): Return the cache path.
3672         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3673         (elmo-message-set-flag): Transitional implementation.
3674         (elmo-message-unset-flag): Ditto.
3675         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3676         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3677         (elmo-init): Call elmo-global-flag-initialize.
3678         (toplevel): Added autoload settings for elmo-flag.
3679
3680         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3681
3682         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3683         (elmo-file-cache-delete): Don't treat global-mark.
3684
3685         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3686
3687         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3688
3689         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3690         `elmo-global-flags-set'.
3691
3692         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3693         `flag'.
3694         (elmo-folder-unflag-read): Ditto.
3695         (elmo-folder-unflag-important): Ditto.
3696         (elmo-folder-flag-as-important): Ditto.
3697         (elmo-folder-unflag-answered): Ditto.
3698         (elmo-folder-flag-as-answered): Ditto.
3699
3700         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3701         `elmo-global-flags-set'.
3702         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3703
3704         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3705
3706         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3707         `flag'.
3708         (elmo-folder-flag-as-important): Ditto.
3709         (elmo-folder-unflag-important): Ditto.
3710         (elmo-folder-flag-as-important): Ditto.
3711         (elmo-folder-unflag-read): Ditto.
3712         (elmo-folder-flag-as-read): Ditto.
3713         (elmo-folder-unflag-answered): Ditto.
3714         (elmo-folder-flag-as-answered): Ditto.
3715
3716         * elmo-multi.el (elmo-folder-list-importants): Don't call
3717         elmo-folder-list-messages-with-global-mark.
3718         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3719         (elmo-folder-unflag-important): Ditto.
3720         (elmo-folder-flag-as-read): Ditto.
3721         (elmo-folder-unflag-read): Ditto.
3722         (elmo-folder-flag-as-answered): Ditto.
3723         (elmo-folder-unflag-answered): Ditto.
3724
3725         * elmo-msgdb.el (elmo-msgdb-new-mark,
3726         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3727         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3728         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3729         (Moved to modb-legacy.el).
3730         (elmo-flag-table-get): Treat important flag too.
3731
3732         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3733         `mark' to `flag'.
3734         (elmo-map-folder-flag-as-important): Ditto.
3735         (elmo-map-folder-unflag-read): Ditto.
3736         (elmo-map-folder-flag-as-read): Ditto.
3737         (elmo-map-folder-unflag-answered): Ditto.
3738         (elmo-map-folder-flag-as-answered): Ditto.
3739         (elmo-folder-unflag-important): Ditto.
3740         (elmo-folder-flag-as-important): Ditto.
3741         (elmo-folder-unflag-read): Ditto.
3742         (elmo-folder-flag-as-read): Ditto.
3743         (elmo-folder-unflag-answered): Ditto.
3744         (elmo-folder-flag-as-answered): Ditto.
3745
3746         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3747         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3748         `flag'.
3749         (elmo-map-folder-unflag-important): Ditto.
3750         (elmo-map-folder-flag-as-read): Ditto.
3751         (elmo-map-folder-unflag-read): Ditto.
3752         (elmo-map-folder-flag-as-answered): Ditto.
3753         (elmo-map-folder-unflag-answered): Ditto.
3754
3755         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3756         `elmo-global-flags-set'.
3757         (elmo-global-flags-set): Added autoload setting.
3758
3759         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3760         `flag'.
3761
3762         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3763         `elmo-msgdb-global-mark-set'.
3764         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3765         Call `elmo-global-flags-set'.
3766         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3767         `flag'.
3768         (elmo-folder-flag-as-important-plugged): Ditto.
3769         (elmo-folder-unflag-read-plugged): Ditto.
3770         (elmo-folder-flag-as-read-plugged): Ditto.
3771         (elmo-folder-unflag-answered-plugged): Ditto.
3772         (elmo-folder-flag-as-answered-plugged): Ditto.
3773         (elmo-global-flags-set): Added autoload setting.
3774
3775         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3776         `flag'.
3777         (elmo-folder-unflag-read): Ditto.
3778         (elmo-folder-flag-as-important): Ditto.
3779         (elmo-folder-unflag-important): Ditto.
3780         (elmo-folder-flag-as-answered): Ditto.
3781         (elmo-folder-unflag-answered): Ditto.
3782
3783         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3784         change of `mark'->`flag'.
3785         (elmo-dop-queue-method-name-alist): Ditto.
3786         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3787         (elmo-folder-unflag-read-dop): Ditto.
3788         (elmo-folder-flag-as-important-dop): Ditto.
3789         (elmo-folder-unflag-important-dop): Ditto.
3790         (elmo-folder-flag-as-answered-dop): Ditto.
3791         (elmo-folder-unflag-answered-dop): Ditto.
3792
3793         * elmo-cache.el (elmo-folder-msgdb-create): Call
3794         `elmo-global-flags-set'.
3795
3796         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3797         Call `elmo-global-flags-set'.
3798         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3799         elmo-archive-parse-mmdf with argument `folder'.
3800         (elmo-archive-parse-mmdf): Added argument `folder';
3801         Call `elmo-global-flags-set'.
3802
3803         * elmo-version.el (elmo-version): Up to 2.11.14.
3804
3805 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3806
3807         * modb.el (elmo-msgdb-length): Define.
3808
3809         * elmo.el (elmo-make-folder): Fixed.
3810         (elmo-generic-folder-append-messages): Follow the API change.
3811
3812         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3813         API change.
3814
3815 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3816
3817         * modb.el: New file.
3818
3819         * modb-entity.el: Ditto.
3820
3821         * modb-legacy.el: Ditto.
3822
3823         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3824         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3825         of `elmo-msgdb-overview-get-entity'.
3826         (elmo-msgdb-get-field): Ditto.
3827         (elmo-msgdb-merge): Moved to `elmo.el'.
3828         (elmo-msgdb-length): Removed; redefine as modb method.
3829         (elmo-msgdb-change-mark): Abolish.
3830         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3831         (elmo-msgdb-match-condition): Don't use mark.
3832         (elmo-msgdb-overview-get-entity): Abolish.
3833         Split modb part into `modb*.el'.
3834
3835         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3836
3837         * elmo-shimbun.el (shimbun-mua-search-id): Use
3838         `elmo-msgdb-message-entity' instead of
3839         `elmo-msgdb-overview-get-entity'.
3840         (elmo-shimbun-folder-shimbun-header): Ditto.
3841         (elmo-shimbun-get-headers): Ditto.
3842         (elmo-shimbun-update-overview): Ditto.
3843
3844         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3845
3846         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3847
3848         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3849         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3850
3851         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3852         `elmo-msgdb-mark-to-flags'.
3853
3854         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3855         `elmo-msgdb-set-path'.
3856
3857         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3858  
3859         * elmo-version.el (elmo-version): Up to 2.11.13.
3860
3861         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3862
3863         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3864         of mark.
3865
3866 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3867
3868         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3869         mismatch.
3870
3871 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3872
3873         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3874         instead of `elmo-msgdb-get-cached'.
3875         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3876
3877         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3878         (elmo-msgdb-set-cached): Ditto.
3879         (elmo-msgdb-set-flag): Rewrite.
3880         (elmo-msgdb-unset-flag): Ditto.
3881
3882         * elmo-msgdb.el: Rewrite with luna.
3883
3884         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3885         (elmo-folder-msgdb): Follow the change above.
3886         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3887         (elmo-folder-unmark-important): Follow the API change.
3888         (elmo-folder-mark-as-important): Ditto.
3889         (elmo-folder-unmark-read): Ditto.
3890         (elmo-folder-mark-as-read): Ditto.
3891         (elmo-folder-unmark-answered): Ditto.
3892         (elmo-folder-mark-as-answered): Ditto.
3893         (elmo-folder-clear): Likewise.
3894
3895         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3896         instead of `elmo-msgdb-load' (renamed).
3897
3898         * elmo-version.el (elmo-version): Up to 2.11.12.
3899
3900 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3901
3902         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3903         change.
3904         (elmo-message-mark): Abolish.
3905         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3906         instead of `elmo-msgdb-change-mark'.
3907
3908         * elmo-pipe.el (elmo-message-mark): Abolish.
3909
3910         * elmo-multi.el (elmo-message-mark): Ditto.
3911
3912         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3913         (elmo-msgdb-unread-uncached-mark): Ditto.
3914         (elmo-msgdb-unread-cached-mark): Ditto.
3915         (elmo-msgdb-read-uncached-mark): Ditto.
3916         (elmo-msgdb-answered-cached-mark): Ditto.
3917         (elmo-msgdb-answered-uncached-mark): Ditto.
3918         (elmo-msgdb-important-mark): Ditto.
3919         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3920         `use-cache'.
3921         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3922         `flags'.
3923         (elmo-flag-table-load): Changed flag to list of flag.
3924         (elmo-flag-table-set): If flags is nil, set read flag.
3925         (elmo-flag-table-get): Return derived flags from global mark,
3926         cache status and saved flags.
3927         (elmo-msgdb-flag-table): Follow the change above.
3928         (elmo-msgdb-out-of-date-messages): New function.
3929
3930         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3931
3932         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3933
3934         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3935
3936         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3937         (elmo-nntp-msgdb-create-message): Ditto.
3938
3939         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3940
3941         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3942         independent.
3943         (elmo-folder-msgdb-create): Follow the API change.
3944
3945         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3946         (elmo-folder-append-messages): Ditto.
3947
3948         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3949         (elmo-folder-append-buffer): Ditto.
3950
3951         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3952
3953         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3954
3955         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3956         (elmo-archive-parse-mmdf): Ditto.
3957
3958         * elmo-version.el (elmo-version): Up to 2.11.11.
3959
3960 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3961
3962         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3963         `elmo-msgdb-mark'.
3964
3965         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3966
3967         * elmo-pipe.el (elmo-message-flags): Defined.
3968
3969         * elmo-multi.el (elmo-message-flags): Ditto.
3970
3971 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3972
3973         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3974         `elmo-msgdb-delete-msgs'.
3975
3976         * elmo.el (elmo-folder-count-flags): Don't use
3977         `elmo-msgdb-get-mark-alist'.
3978         (elmo-folder-detach-messages): Follow the API change.
3979
3980         * elmo.el (elmo-folder-list-messages): Append killed messages into
3981         result if `visible-only' is nil.
3982
3983         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3984         canceled messages.
3985         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3986         (elmo-folder-update-number): Likewise.
3987
3988         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3989         (elmo-pop3-sort-msgdb-by-original-number): Use
3990         `elmo-msgdb-sort-entities'.
3991
3992         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3993         (elmo-msgdb-sort-by-date): Use it.
3994         (elmo-msgdb-overview-sort-by-date): Abolish.
3995
3996         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3997
3998         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3999         (elmo-msgdb-flags): New function.
4000         (elmo-msgdb-merge): Use elmo-msgdb-append.
4001
4002         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4003         change.
4004
4005         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4006
4007         * elmo-dop.el (elmo-folder-status-dop): Use
4008         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4009
4010 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4011
4012         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4013
4014         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4015
4016         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4017
4018         * elmo-util.el (elmo-with-progress-display): New macro.
4019
4020         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4021
4022 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4023
4024         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4025         `elmo-folder-list-message-entities' instead of
4026         `elmo-msgdb-get-overview'.
4027         (elmo-map-folder-list-message-locations): Ditto.
4028
4029         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4030         methods instead of treat directly).
4031         (elmo-msgdb-clear): Ditto.
4032         (elmo-msgdb-delete-msgs): Ditto.
4033         (elmo-msgdb-sort-by-date): Ditto.
4034
4035         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4036         local variables.
4037         (elmo-nntp-folder-msgdb-create): Follow the API change.
4038
4039         * elmo-version.el (elmo-version): Up to 2.11.10.
4040
4041 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4042
4043         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4044         (elmo-msgdb-flags-to-mark): Ditto.
4045         (elmo-msgdb-append-entity): Ditto.
4046
4047         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4048         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4049         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4050         (elmo-archive-parse-mmdf): Ditto.
4051
4052         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4053
4054         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4055
4056         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4057
4058         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4059
4060         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4061
4062         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4063
4064         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4065
4066         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4067
4068         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4069         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4070         to empty msgdb.
4071
4072         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4073         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4074         instead of directly construction.
4075         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4076         instead of construct msgdb.
4077
4078         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4079         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4080         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4081         instead of construct msgdb.
4082
4083 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4084
4085         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4086         when field is from or subject.
4087
4088 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * elmo-multi.el (elmo-message-entity-parent): Define.
4091         (elmo-folder-search): Rewrite.
4092
4093 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4094
4095         * elmo-multi.el (elmo-message-cached-p): Define.
4096
4097         * elmo.el (elmo-message-cached-p): New method.
4098         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4099         (elmo-message-flags): New method.
4100         (elmo-message-flagged-p): New function.
4101
4102         * elmo-version.el (elmo-version): Up to 2.11.9.
4103
4104 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4105
4106         * elmo-version.el (elmo-version): Up to 2.11.8.
4107
4108         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4109
4110         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4111
4112 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * elmo.el (elmo-folder-detach-messages): Undo last change.
4115
4116 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4117
4118         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4119
4120         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4121         only when src folder type is pop3.
4122
4123 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4124
4125         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4126         elmo-msgdb-overview-entity-get-number instead of
4127         elmo-message-entity-number.
4128
4129 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4130
4131         * elmo-version.el (elmo-version): Up to 2.11.7.
4132
4133 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4134
4135         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4136         function.
4137
4138         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4139         (elmo-msgdb-merge): New function.
4140         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4141         (elmo-msgdb-make-index): Rewrite.
4142
4143         * elmo-version.el (elmo-version): Up to 2.11.6.
4144
4145         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4146         use it as a the path for loading message entities.
4147
4148         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4149
4150 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4151
4152         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4153         message-modified slot of itself if it does not require target msgdb.
4154
4155         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4156         if folder length is zero.
4157         (elmo-mime-display-as-is): Ditto.
4158
4159         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4160
4161         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4162
4163 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4164
4165         * elmo.el (elmo-folder-set-message-modified): New method.
4166         (elmo-generic-folder-commit): Use it.
4167         (elmo-folder-synchronize): Ditto.
4168
4169         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4170         (elmo-folder-commit): Remove duplicate definition.
4171
4172 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4173
4174         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4175
4176 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4177
4178         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4179         (elmo-strict-folder-diff): Ditto.
4180         (elmo-folder-set-info-max-by-numdb): Simplify.
4181
4182         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4183         elmo-msgdb-list-messages.
4184
4185         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4186         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4187
4188 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4191         visible-only is non-nil.
4192         (elmo-folder-confirm-appends): Changed message.
4193         (elmo-folder-synchronize): Added argument disable-killed.
4194
4195         * elmo-multi.el (elmo-folder-synchronize): Added argument
4196         disable-killed.
4197
4198         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4199
4200         * elmo-version.el (elmo-version): Up to 2.11.5.
4201
4202         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4203         elmo-list-filter.
4204
4205         * elmo-util.el (elmo-list-filter): Simplify.
4206
4207         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4208         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4209         (elmo-generic-folder-diff): Abolish argument.
4210         (elmo-msgdb-load): Don't use number-alist.
4211
4212         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4213
4214         * elmo-pipe.el (elmo-folder-diff): Ditto.
4215
4216         * elmo-nmz.el (elmo-folder-diff): Ditto.
4217
4218         * elmo-net.el (elmo-folder-diff): Ditto.
4219
4220         * elmo-maildir.el (elmo-folder-diff): Ditto.
4221
4222         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4223
4224         * elmo-multi.el (elmo-folder-diff): Ditto
4225         (elmo-multi-folder-diff): Rewrite.
4226
4227 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4228
4229         * elmo-pipe.el (elmo-folder-msgdb): Define.
4230
4231 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * elmo.el (elmo-message-set-cached): Define as a method.
4234
4235         * elmo-pipe.el (elmo-message-set-cached): Define.
4236         (elmo-find-fetch-strategy): Ditto.
4237
4238         * elmo-multi.el (elmo-message-set-cached): Define.
4239         (elmo-find-fetch-strategy): Rewrite.
4240
4241         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4242
4243         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4244
4245 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4248         instead of number-alist.
4249
4250         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4251         mark nor message-id when msgdb of source folder is not loaded.
4252
4253         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4254
4255         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4256
4257 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4258
4259         * elmo.el (elmo-folder-length): Don't require msgdb.
4260
4261 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4262
4263         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4264         (elmo-message-field): Ditto.
4265
4266         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4267         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4268         slot.
4269         (elmo-map-folder-list-answereds): Define.
4270         (elmo-maildir-list-location): Treat 'R' info.
4271         (elmo-folder-msgdb-create): Treat flag-table.
4272         (elmo-folder-append-messages): Save flag-table.
4273
4274 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4275
4276         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4277         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4278
4279 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4280
4281         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4282
4283         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4284         'read when mark is null.
4285
4286 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * elmo-version.el (elmo-version): Up to 2.11.4.
4289
4290 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4291
4292         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4293         (elmo-folder-mark-as-answered): Ditto.
4294
4295 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4298         (elmo-pop3-get-session): Make msgdb directory after session.
4299         (elmo-folder-exists-p): Check exactly at the first time even when the
4300         elmo-pop3-exists-exactly is nil.
4301
4302         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4303         (elmo-folder-list-messages): Define instead of
4304         elmo-folder-list-messages-internal.
4305         (elmo-folder-check): Check destination folder.
4306         (elmo-folder-synchronize): Drain the pipe.
4307
4308         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4309         when msgdb is not loaded.
4310
4311         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4312
4313         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4314         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4315         messages.
4316
4317         * elmo.el (elmo-folder-kill-messages-before): New function.
4318         (elmo-folder-kill-messages): Ditto.
4319         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4320
4321         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4322         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4323         killed not by synchronize (e.g. scoring).
4324
4325 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4326
4327         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4328         treated.
4329         (elmo-folder-search): Follow the change above.
4330
4331         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4332         into the candidates of search field.
4333
4334 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4337         (elmo-msgdb-unset-flag): Ditto.
4338
4339         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4340
4341 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4342
4343         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4344         (elmo-folder-commit): Define.
4345         (elmo-folder-synchronize): Ditto.
4346         (elmo-folder-list-flagged): Ditto.
4347         (elmo-folder-commit): Ditto.
4348         (elmo-folder-length): Ditto.
4349         (elmo-folder-count-flags): Ditto.
4350         (elmo-message-mark): Ditto.
4351         (elmo-message-field): Ditto.
4352         (elmo-message-entity): Ditto.
4353         (elmo-message-folder): Ditto.
4354
4355 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * elmo.el (elmo-message-field): Define as a method.
4358
4359         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4360         (elmo-message-field): Define.
4361
4362         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4363         (elmo-folder-list-importants): Ditto.
4364         (elmo-folder-list-answereds): Ditto.
4365
4366         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4367         qualifier.
4368         (elmo-folder-mark-as-read): Ditto.
4369         (elmo-folder-unmark-read): Ditto.
4370         (elmo-folder-mark-as-answered): Ditto.
4371         (elmo-folder-unmark-answered): Ditto.
4372         (elmo-folder-list-flagged): Define.
4373         (elmo-folder-commit): Ditto.
4374         (elmo-folder-length): Ditto.
4375         (elmo-folder-count-flags): Ditto.
4376
4377 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * elmo.el (elmo-folder-detach-messages): New method.
4380         (elmo-folder-move-messages): Use it.
4381         (elmo-folder-synchronize): Ditto.
4382
4383         * elmo-multi.el (elmo-folder-detach-messages): Define.
4384
4385         * elmo.el (elmo-message-copy-entity): New function.
4386         (elmo-message-entity-set-number): Ditto.
4387         (elmo-message-mark): Define as method.
4388
4389         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4390         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4391         (elmo-message-entity): Fixed last change.
4392         (elmo-message-mark): Define.
4393         (elmo-folder-msgdb-create): Abolish.
4394         (elmo-multi-folder-append-msgdb): Ditto.
4395         (elmo-multi-folder-diff): Fixed.
4396         (elmo-multi-split-number-alist): Removed.
4397         (elmo-multi-split-mark-alist): Removed.
4398         (elmo-folder-list-messages): Define.
4399         (elmo-folder-list-messages-internal): Removed.
4400
4401         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4402         local file messages.
4403         (elmo-folder-msgdb-create): Fixed read mark.
4404
4405 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4406
4407         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4408         if mark is nil.
4409
4410 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4411
4412         * elmo.el (elmo-folder-list-message-entities): Define as inline
4413         function.
4414         (elmo-folder-messages): Abolish.
4415
4416         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4417         folder.
4418         (elmo-folder-synchronize): Define.
4419         (elmo-message-entity): Define.
4420
4421 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4422
4423         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4424         elmo-imap4-session-select-mailbox.
4425
4426         * elmo.el (elmo-folder-move-messages): Don't display any message.
4427
4428         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4429         parsing.
4430         (elmo-imap4-session-check): Don't wait CHECK response.
4431         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4432
4433 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4436
4437 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4440         API.
4441         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4442
4443
4444         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4445         (elmo-folder-list-message-entities): Added argument in-msgdb and
4446         numbers.
4447         (elmo-folder-synchronize): Define as a method.
4448
4449         * elmo-nntp.el (elmo-folder-initialize): Don't use
4450         elmo-nntp-default-user if zero-length username is specified
4451         explicitly.
4452
4453 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4454
4455         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4456         server name in case with username.
4457         (XXX: this is ad-hoc fix against username includes "@", it
4458         should be solved fundamentally)
4459
4460 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4461
4462         * elmo-nntp.el (elmo-nntp-debug): New function.
4463         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4464         (elmo-network-authenticate-session): Hide auth-info from the log.
4465
4466         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4467         user name if it is equal to elmo-nntp-default-user.
4468
4469 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4472         instead of shimbun-server-internal;
4473         Use shimbun-current-group instead of shimbun-current-group-internal.
4474         (elmo-folder-plugged-p): Use shimbun-server instead of
4475         shimbun-server-internal.
4476         (elmo-folder-set-plugged): Ditto.
4477         (elmo-net-port-info): Ditto.
4478         (elmo-folder-check): Ditto.
4479         (elmo-folder-expand-msgdb-path): Ditto.
4480         (elmo-folder-list-subfolders): Ditto.
4481
4482 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4483
4484         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4485         Convert field-name to lower case.
4486         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4487
4488 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4489
4490         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4491         `message' and `error' take format string.
4492
4493 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4494
4495         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4496
4497 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4498
4499         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4500         recursive call (can't byte compile on emacs 20.7).
4501
4502 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4503
4504         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4505         (elmo-folder-list-message-entities): New API.
4506         (elmo-message-entity): Ditto.
4507         (elmo-message-entity-parent): Ditto.
4508         (elmo-folder-do-each-message-entity): Ditto.
4509         (elmo-message-entity-number): Ditto.
4510         (elmo-message-entity-field): Ditto.
4511         (elmo-message-entity-set-field): Ditto.
4512         (elmo-folder-count-flags): Ditto.
4513         (elmo-folder-length): Ditto.
4514
4515         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4516         not.
4517
4518         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4519         (elmo-msgdb-count-marks): Abolish.
4520         (elmo-msgdb-make-entity): Ditto.
4521         (elmo-msgdb-do-each-entity): Ditto.
4522         (elmo-msgdb-message-entity): New inline function.
4523         (elmo-msgdb-message-entity-field): Ditto.
4524         (elmo-msgdb-message-entity-set-field): Ditto.
4525         (elmo-msgdb-make-message-entity): New function.
4526
4527 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4530         to flag. (All other related portions are changed.)
4531         (elmo-folder-msgdb-create): Likewise.
4532         (elmo-generic-folder-append-messages): Use flag-table instead of
4533         seen-list.
4534         (elmo-folder-move-messages): Removed redundant process.
4535         (elmo-folder-synchronize): Likewise.
4536
4537         * elmo-msgdb.el (elmo-flag-table-get): New function.
4538         (elmo-flag-table-save): Fixed.
4539         (elmo-msgdb-length): New inline function.
4540         (elmo-msgdb-flag-table): New function.
4541         (elmo-msgdb-mark): Add optional argument new.
4542         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4543         (elmo-msgdb-seen-list): Ditto.
4544         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4545
4546
4547 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4548
4549         * elmo.el (elmo-message-set-mark): Abolish.
4550         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4551         (All related portions are changed.)
4552
4553         * elmo-msgdb.el (toplevel): Added comment.
4554         (elmo-load-msgdb): Added 4th element `path'.
4555         (elmo-msgdb-append): Follow the change above.
4556         (elmo-msgdb-clear): Ditto.
4557         (elmo-msgdb-delete-msgs): Ditto.
4558         (elmo-msgdb-get-path): New inline function.
4559         (elmo-msgdb-set-path): Ditto.
4560         (elmo-flag-table-filename): New variable.
4561         (elmo-flag-table-load): New function.
4562         (elmo-flag-table-set): Ditto.
4563         (elmo-flag-table-save): Ditto.
4564         (elmo-msgdb-get-field-value): Abolish.
4565         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4566
4567 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4568
4569         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4570         the folder has been deleted successfully.
4571         * elmo-imap4.el (elmo-folder-delete): Ditto.
4572         * elmo-archive.el (elmo-folder-delete): Ditto.
4573         * elmo-localdir.el (elmo-folder-delete): Ditto.
4574         * elmo-maildir.el (elmo-folder-delete): Ditto.
4575
4576 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4577
4578         * elmo-util.el (elmo-string-member-ignore-case): New function.
4579         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4580         (elmo-imap4-fetch-callback-1-subr): Likewise.
4581
4582 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4583
4584         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4585         the case of the name attribute "\Noselect".
4586
4587 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4588
4589         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4590
4591         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4592         flist, is not always a member of onum-alist.
4593
4594 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * elmo-version.el (elmo-version): Up to 2.11.3.
4597
4598 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4601         copied from localdir's one.
4602
4603         * elmo-pipe.el (elmo-folder-rename): New method, rename
4604         destination folder with leaving source folder as it is.
4605
4606 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4607
4608         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4609         replace-regexp.
4610
4611 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * elmo-version.el (elmo-version): Up to 2.11.2.
4614
4615 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4618         shimbun-open in case of "@".
4619         (elmo-folder-open-internal): Cope with shimbun = nil case.
4620         (elmo-folder-plugged-p): Ditto.
4621         (elmo-folder-list-subfolders): Make list for "@/" group.
4622
4623 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4624
4625         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4626         mailbox (e.g. for %~/something).
4627
4628 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4629
4630         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4631         Replace nested conditional with guard clauses.
4632
4633 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4634
4635         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4636         error [wl:11327].
4637
4638         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4639         print-depth.
4640
4641 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4642
4643         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4644         Replace nested conditional with guard clauses.
4645
4646 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4649         (elmo-passwd-alist-save): Ditto.
4650         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4651
4652 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4653
4654         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4655         dir-name only if it is absolute path.
4656         (TODO: distinguish +/something and +something)
4657
4658 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4661         path for "+~/something".
4662
4663 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4666         as non-directory, cause error before rename-file.
4667         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4668         apropriately, mimic localdir's one.
4669         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4670
4671 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4672
4673         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4674
4675 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4676
4677         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4678
4679         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4680         
4681         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4682         is included in the global-mark or not.
4683
4684 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * utf7.el (toplevel): Avoid error when the function
4687         find-coding-system does not exist.
4688
4689 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4692         cache even if the folder is plugged.
4693         (elmo-nntp-search-primitive): Do nothing when body search is
4694         invoked (although it is not used by the change above).
4695         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4696
4697 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * elmo-version.el (elmo-version): Up to 2.11.1.
4700
4701 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4702
4703         * elmo-archive.el: Specify charset.
4704
4705 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4708         process buffer lives or not.
4709
4710         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4711         while flushing queues (It causes infinite loop).
4712
4713 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4716
4717 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * utf7.el (toplevel): Check the ucs features dynamically.
4720         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4721
4722         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4723         folder is creatabe or not if it already exists.
4724
4725 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4728
4729         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4730
4731         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4732         (elmo-imap4-read-response): Take care of garbage response.
4733
4734 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4735
4736         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4737         just return nil instead of error.
4738
4739 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4740
4741         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4742         search-key is "body".
4743
4744 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4745
4746         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4747         of elmo-string-matched-assoc to use match-data.
4748         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4749
4750 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * elmo-split.el (elmo-split->): New function.
4753         (elmo-split-<): Ditto.
4754
4755 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4756
4757         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4758         workaround for invalid message-id.
4759
4760 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4763         return normal pop3 session or pop3 biff session.
4764
4765 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4768         info part to the cur files when the new files already have it.
4769         (Adviced by Jared Rhine <jared@wordzoo.com>)
4770
4771 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * elmo-split.el (elmo-split-default-action): New variable.
4774         (elmo-split-subr): Use it if all other conditions are passed.
4775         Extend `fname' and rename it as `action'. (implemented
4776         Teranishi-san's idea in [wl:10800])
4777
4778 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4781         * elmo-util.el: Ditto.
4782
4783 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4784
4785         * elmo.el (elmo-message-accessible-p): Renamed from
4786         elmo-message-cached-p and rewritten.
4787
4788 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * elmo.el (elmo-folder-list-flagged): New generic function.
4791         (elmo-folder-list-importants): New implementation.
4792         (elmo-folder-list-answereds): Ditto.
4793         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4794         Added 'digest'.
4795         (elmo-message-cached-p): New function.
4796         (elmo-message-set-flag): Ditto (no content).
4797         (elmo-message-unset-flag): Ditto.
4798         (elmo-folder-list-messages-mark-match): Abolish.
4799
4800         * elmo-util.el (elmo-regexp-opt): New function.
4801
4802         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4803         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4804         Added 'digest'.
4805         (elmo-msgdb-list-flagged): New function.
4806
4807         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4808         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4809         Added 'digest'.
4810
4811         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4812
4813 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4814
4815         * elmo-version.el (elmo-version): Up to 2.11.0.
4816
4817 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4818
4819         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4820         `elmo-file-cache-exists-p'; use proper mark that depends on
4821         `use-cache'.
4822         (elmo-msgdb-unset-flag): Ditto.
4823         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4824
4825         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4826         with 4th argument `use-cache'.
4827
4828 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4829
4830         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4831         (elmo-folder-mark-as-important): Ditto.
4832         (elmo-folder-unmark-read): Ditto.
4833         (elmo-folder-mark-as-read): Ditto.
4834         (elmo-folder-unmark-answered): Ditto.
4835         (elmo-folder-mark-as-answered): Ditto.
4836
4837         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4838         message status.
4839         (elmo-msgdb-mark): Likewise.
4840         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4841         (elmo-msgdb-unset-flag): Likewise.
4842
4843         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4844
4845 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4846
4847         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4848         `last:' filter.
4849
4850 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4853         set spool-length to 0.
4854
4855 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4856
4857         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4858         (elmo-dop-queue-flush): Fixed last change.
4859
4860 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4861
4862         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4863         if require-msgdb slot is nil.
4864         (elmo-folder-list-importants): Likewise.
4865
4866 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4867
4868         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4869         mark is changed.
4870
4871         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4872         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4873         is changed.
4874
4875 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4876
4877         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4878
4879 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4880
4881         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4882
4883         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4884
4885 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4886
4887         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4888         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4889
4890 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4891
4892         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4893         the problem reported by Sean Rima [wl-en:180].
4894
4895 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4896
4897         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4898
4899         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4900
4901         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4902
4903         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4904
4905         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4906
4907         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4908
4909         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4910
4911 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4914         status number.
4915
4916 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4919         (elmo-folder-mark-as-read): Follow the API change.
4920         (elmo-message-set-cached): New function.
4921
4922         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4923
4924         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4925
4926         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4927         (elmo-folder-mark-as-important): Ditto.
4928         (elmo-folder-unmark-read): Ditto.
4929         (elmo-folder-mark-as-read): Ditto.
4930         (elmo-folder-unmark-answered): Ditto.
4931         (elmo-folder-mark-as-answered): Ditto.
4932
4933         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4934         (elmo-folder-unmark-important): Ditto.
4935         (elmo-folder-mark-as-read): Ditto.
4936         (elmo-folder-unmark-read): Ditto.
4937         (elmo-folder-mark-as-answered): Ditto.
4938         (elmo-folder-unmark-answered): Ditto.
4939
4940         * elmo-mark.el (toplevel): Removed some mark method definitions.
4941
4942         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4943         (elmo-map-folder-mark-as-answered): Ditto.
4944         (elmo-folder-unmark-important): Add :before qualifier.
4945         (elmo-folder-mark-as-important): Ditto.
4946         (elmo-folder-unmark-read): Ditto.
4947         (elmo-folder-mark-as-read): Ditto.
4948         (elmo-folder-unmark-answered): Define.
4949         (elmo-folder-mark-as-answered): Ditto.
4950
4951         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4952         (elmo-map-folder-unmark-answered): Ditto.
4953
4954         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4955
4956         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4957         (elmo-folder-mark-as-important): Ditto.
4958         (elmo-folder-unmark-read): Ditto.
4959         (elmo-folder-mark-as-read): Ditto.
4960         (elmo-folder-unmark-answered): Ditto.
4961         (elmo-folder-mark-as-answered): Ditto.
4962
4963         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4964         `mark'; evaluate mark condition.
4965         (elmo-msgdb-match-condition-internal): New function.
4966         (elmo-msgdb-match-condition): Call it; changed argument.
4967
4968         * elmo.el (elmo-folder-search): Follow the API change on
4969         `elmo-msgdb-match-condition'.
4970
4971 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4972
4973         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4974         original mark is non-nil.
4975
4976 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4977
4978         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4979         (elmo-map-folder-list-answereds): New method.
4980         (elmo-folder-list-unreads): Add :around qualifier.
4981         (elmo-folder-list-importants): Ditto.
4982         (elmo-folder-list-answereds): Ditto.
4983
4984 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4987
4988         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4989         method if msgdb is not required.
4990         (elmo-filter-folder-list-importants): Don't treat global-mark.
4991
4992         * elmo.el (elmo-folder-list-importants): Ditto.
4993
4994         * elmo-net.el (elmo-folder-list-importants): Ditto.
4995
4996         * elmo-map.el (elmo-folder-list-importants): Ditto.
4997
4998         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4999
5000         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5001         (elmo-imap4-folder-list-any-plugged): New function.
5002         (elmo-imap4-search-internal-primitive): Use it.
5003
5004         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5005         only when require-msgdb slot is non-nil.
5006         (elmo-folder-close): Clear target folder's msgdb.
5007
5008 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5011         (elmo-pop3-msgdb-create-by-header): Ditto.
5012         (elmo-pop3-msgdb-create-message): Ditto.
5013
5014         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5015
5016         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5017
5018         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5019
5020         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5021         (elmo-folder-msgdb-create): Ditto.
5022         (elmo-nntp-folder-msgdb-create): Ditto.
5023         (elmo-nntp-msgdb-create-by-header): Ditto.
5024         (elmo-nntp-msgdb-create-message): Ditto.
5025         (elmo-folder-list-unreads): Define.
5026
5027         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5028         (elmo-folder-append-messages): Ditto.
5029         (elmo-folder-list-unreads): Define.
5030         (elmo-folder-list-importants): Ditto.
5031         (elmo-folder-list-answereds): Ditto.
5032
5033         * elmo-net.el (elmo-folder-list-unreads): Define.
5034         (elmo-folder-list-importants): Ditto.
5035         (elmo-folder-list-answereds): Ditto.
5036         (elmo-folder-list-answereds-plugged): Ditto.
5037         (elmo-folder-msgdb-create): Follow the API change.
5038         (elmo-folder-msgdb-create-unplugged): Ditto.
5039         (elmo-folder-unmark-answered): Define.
5040         (elmo-folder-mark-as-answered-unplugged): Ditto.
5041         (elmo-folder-unmark-answered-unplugged): Ditto.
5042
5043         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5044         (elmo-msgdb-unread-uncached-mark): Ditto.
5045         (elmo-msgdb-unread-cached-mark): Ditto.
5046         (elmo-msgdb-read-uncached-mark): Ditto.
5047         (elmo-msgdb-answered-cached-mark): Ditto.
5048         (elmo-msgdb-answered-uncached-mark): Ditto.
5049         (elmo-msgdb-important-mark): Ditto.
5050         (elmo-msgdb-set-mark): Rewrite.
5051         (elmo-msgdb-count-marks): Rewrite.
5052         (elmo-msgdb-mark-alist-set): Abolish.
5053         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5054         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5055
5056         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5057         (elmo-folder-close): Define.
5058         (elmo-folder-msgdb-create): Follow the API change.
5059         (elmo-folder-list-unreads): Rewrite.
5060         (elmo-folder-mark-as-important): Ditto.
5061         (elmo-folder-unmark-important): Ditto.
5062         (elmo-folder-mark-as-read): Ditto.
5063         (elmo-folder-unmark-read): Ditto.
5064         (elmo-folder-mark-as-answered): Define.
5065         (elmo-folder-unmark-answered): Ditto.
5066
5067         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5068         (elmo-folder-append-messages): Ditto.
5069
5070         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5071
5072         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5073         (elmo-folder-list-importants): Ditto.
5074
5075         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5076         (elmo-folder-append-messages): Ditto.
5077
5078         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5079         change.
5080         (elmo-folder-msgdb-create-plugged): Ditto.
5081         (elmo-folder-append-messages): Ditto.
5082         (elmo-folder-list-answereds-plugged): Define.
5083         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5084         (elmo-folder-unmark-answered-plugged): Define.
5085         (elmo-folder-mark-as-answered-plugged): Ditto.
5086         (elmo-folder-search-requires-msgdb-p): Ditto.
5087
5088         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5089         (elmo-folder-initialize): Set it.
5090         (elmo-folder-msgdb): Define.
5091         (elmo-folder-check): Call elmo-folder-synchronize.
5092         (elmo-folder-close): Define.
5093         (elmo-folder-commit): Ditto.
5094         (elmo-folder-msgdb-create): Rewrite.
5095         (elmo-folder-list-unreads): Ditto.
5096         (elmo-folder-list-importants): Ditto.
5097         (elmo-folder-mark-as-read): Ditto.
5098         (elmo-folder-unmark-read): Ditto.
5099         (elmo-folder-mark-as-important): Ditto.
5100         (elmo-folder-unmark-important): Ditto.
5101         (elmo-folder-mark-as-answered): Define.
5102         (elmo-folder-unmark-answered): Ditto.
5103
5104         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5105         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5106         (elmo-dop-queue-method-name-alist): Likewise.
5107         (elmo-folder-mark-as-answered-dop): New inline function.
5108         (elmo-folder-unmark-answered-dop): Ditto.
5109         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5110
5111         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5112         (elmo-folder-msgdb-create): Ditto.
5113         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5114         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5115         (elmo-archive-parse-mmdf): Ditto.
5116
5117         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5118         (elmo-folder-list-unreads-internal): Ditto.
5119
5120         * elmo.el (elmo-folder-msgdb): Define as generic function.
5121         (elmo-folder-list-messages): Added argument `in-msgdb'.
5122         (elmo-folder-list-unreads): Define as generic function.
5123         (elmo-folder-list-importants): Ditto.
5124         (elmo-folder-list-answereds): Ditto.
5125         (elmo-folder-list-messages-with-global-mark): New function.
5126         (elmo-folder-msgdb-create): Removed mark arguments.
5127         (elmo-folder-unmark-answered): New generic function.
5128         (elmo-folder-mark-as-answered): Ditto.
5129         (elmo-folder-append-messages): Removed argunment `unread-marks'
5130         (elmo-folder-list-unreads-internal): Abolish.
5131         (elmo-folder-list-importants-internal): Ditto.
5132         (elmo-folder-search-requires-msgdb-p): New generic function.
5133         (elmo-folder-search-requires-msgdb-p-internal): New function.
5134         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5135         elmo-msgdb-load.
5136         (elmo-folder-search-fast): Added key 'mark'.
5137         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5138         instead of unread-marks argument.
5139         (elmo-folder-move-messages): Removed argunment `unread-marks'
5140         (elmo-folder-unmark-important): Define.
5141         (elmo-folder-mark-as-important): Ditto.
5142         (elmo-folder-unmark-read): Ditto.
5143         (elmo-folder-mark-as-read): Ditto.
5144         (elmo-folder-unmark-answered): Ditto.
5145         (elmo-folder-mark-as-answered): Ditto.
5146         (elmo-folder-replace-marks): Abolish.
5147         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5148         duplicates.
5149         (elmo-folder-synchronize): Removed mark arguments;
5150         return crosspost only number.
5151
5152 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5155         Remove redundunt connectivity check.
5156
5157 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5160         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5161
5162 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5163
5164         * pldap.el (ldap-decode-string): Return string as-is if
5165         `ldap-coding-system' is nil.
5166         (ldap-encode-string): Ditto.
5167         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5168         (ldap-default-host): Fixed docstring.
5169
5170 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * elmo-util.el (elmo-warning): Define as a macro which uses
5173         `display-warning' if it is defined as a function.
5174
5175         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5176         (elmo-split-equal): Use it.
5177         (elmo-split-match): Ditto.
5178         (elmo-split-message-entity): New buffer-local variable.
5179         (elmo-split-subr): Set it.
5180
5181         * elmo-version.el (elmo-version): Up to 2.9.15.
5182
5183 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5184
5185         * elmo-imap4.el (elmo-network-initialize-session):
5186         Check capability after starttls.
5187
5188 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5189
5190         * elmo-util.el (elmo-list-delete): Added optional argument
5191         DELETE-FUNCTION.
5192
5193         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5194
5195         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5196
5197         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5198
5199         * elmo-imap4.el (elmo-folder-initialize): Don't use
5200         elmo-imap4-default-mailbox.
5201
5202 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5203
5204         * elmo-split.el (toplevel): Use `product-provide'.
5205         (elmo-split): Checkdoc.
5206
5207 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5208
5209         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5210         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5211         the function `elmo-imap4-debug-1'.
5212
5213 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5214
5215         * elmo-split.el (elmo-split): Moved to run hooks and to show
5216         message from elmo-split-subr.
5217         (elmo-split-subr): Follow the change above.
5218
5219         * elmo-split.el (elmo-split-subr): New function (renamed from
5220         elmo-split-subr).
5221         (elmo-split): Changed to call elmo-split-subr by element of
5222         elmo-split-folder.
5223         (elmo-split-folder): Changed customization type to choice.
5224
5225 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5226
5227         * elmo-split.el (elmo-split-and): Fixed condition.
5228
5229 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5230
5231         * elmo-split.el: New file.
5232         (elmo-split): Fixed logic.
5233         Display "Test:" instead of "Folder:" when reharsal.
5234
5235         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5236         explicitly.
5237
5238         * elmo-version.el (elmo-version): Up to 2.9.14.
5239
5240         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5241         wl-expand-newtext).
5242
5243 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5244
5245         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5246         message with no message-id field.
5247
5248 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * elmo-version.el (elmo-version): Up to 2.9.13.
5251
5252         * elmo-dop.el (elmo-folder-status-dop): Fix.
5253
5254 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5257
5258         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5259         changing default value of default-mime-charset.
5260         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5261
5262         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5263
5264         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5265         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5266         instead of elmo-dop-queue-method-name-alist to check merging queue.
5267         (elmo-folder-delete-messages-dop): Delete from queue if negative
5268         message number.
5269         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5270         file is already removed.
5271
5272 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * elmo-vars.el: Bind colon keywords for old Emacsen.
5275
5276 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5277
5278         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5279         against non-exsisting charset.
5280
5281 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5284         Use eword-decode-and-unfold-unstructured-field-body.
5285
5286         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5287         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5288         exists to decode raw subject string.
5289         (toplevel): Require 'mime.
5290
5291         * elmo-version.el (elmo-version): Up to 2.9.12.
5292
5293 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5296         (elmo-msgdb-set-mark): Ditto.
5297
5298         * elmo-version.el (elmo-version): Up to 2.9.11.
5299
5300 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5301
5302         * elmo-util.el (elmo-delete-match-files): New function.
5303
5304         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5305         instead of elmo-delete-directory.
5306
5307         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5308         elmo-hash-minimun-size as 63.
5309
5310         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5311         elmo-diff-unread is nil.
5312
5313         * elmo-imap4.el (elmo-folder-open): Fix.
5314
5315         * elmo.el (elmo-message-mark): Rewrite.
5316         (elmo-message-field): Ditto.
5317         (elmo-message-set-mark): Ditto.
5318         (elmo-folder-replace-marks): New function.
5319         (elmo-generic-folder-append-msgdb): Removed third argument for
5320         elmo-msgdb-append.
5321         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5322         (elmo-msgdb-load): New implementation.
5323
5324         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5325
5326         * elmo-util.el (elmo-list-insert): New implementation.
5327
5328         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5329         argument for elmo-msgdb-append.
5330         
5331
5332         * elmo-msgdb.el (elmo-load-msgdb): New function.
5333         (elmo-make-msgdb): Ditto.
5334         (elmo-msgdb-get-index): New inline function.
5335         (elmo-msgdb-set-index): Ditto.
5336         (elmo-msgdb-get-entity-hashtb): Ditto.
5337         (elmo-msgdb-get-mark-hashtb): Ditto.
5338         (elmo-msgdb-get-mark): Ditto.
5339         (elmo-msgdb-set-mark): Ditto.
5340         (elmo-msgdb-count-marks): Ditto.
5341         (elmo-msgdb-get-number): Ditto.
5342         (elmo-msgdb-get-field): Ditto.
5343         (elmo-msgdb-seen-list): Ditto.
5344         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5345         (elmo-msgdb-delete-msgs): Follow the changes above.
5346         (elmo-msgdb-overview-get-entity): Ditto.
5347         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5348         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5349         and rewritten.
5350         (elmo-msgdb-make-index): Likewise.
5351         (elmo-msgdb-append): Removed third argument.
5352         (elmo-msgdb-clear): Clear index as nil.
5353         (elmo-folder-set-info-hashtb): Removed.
5354         (elmo-folder-set-info-max-by-numdb): Ditto.
5355         (elmo-folder-info-make-hashtb): Ditto.
5356
5357         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5358
5359         * elmo-map.el (elmo-folder-pack-number): Ditto.
5360
5361 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * elmo-version.el (elmo-version): Up to 2.9.10.
5364
5365         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5366
5367         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5368
5369 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5370
5371         * elmo-utils.el (elmo-make-directory): Add option.
5372         Default file mode is 700.
5373
5374 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5375
5376         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5377
5378 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5381         mime-charset.
5382
5383         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5384         and "smaller".
5385
5386 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5387
5388         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5389         (elmo-shimbun-folder-entity-hash): New function.
5390         (elmo-shimbun-folder-shimbun-header): Ditto.
5391         (elmo-shimbun-entity-to-header): Ditto.
5392         (elmo-shimbun-msgdb-to-headers): Removed.
5393         (elmo-shimbun-folder-setup): Ditto.
5394         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5395         for hash key.
5396         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5397         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5398         Removed useless local bind.
5399         (elmo-folder-open-internal): Don't call
5400         `elmo-shimbun-folder-setup'.
5401         (elmo-folder-close-internal): Clear entity-hash slot.
5402         (elmo-folder-clear): Ditto.
5403         (elmo-shimbun-msgdb-create-entity): Use
5404         `elmo-shimbun-folder-shimbun-header'.
5405         (elmo-map-message-fetch): Ditto.
5406         (elmo-shimbun-update-overview): Use overview entity instead of
5407         shimbun header to lookup id by references.
5408         (elmo-map-folder-list-message-locations): Use not only headers but
5409         also overviews to list locations.
5410
5411 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5412
5413         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5414         msgdb path.
5415
5416         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5417
5418 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * elmo-util.el (elmo-read-search-condition-internal): Give default
5421         value for date.
5422
5423 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5424
5425         * elmo-util.el (elmo-condition-parse-search-value): Accept
5426         YYYY-MM-DD format to search.
5427         * elmo-date.el (elmo-date-get-datevec): Likewise.
5428
5429 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5430
5431         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5432         debugging code.
5433
5434 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5435
5436         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5437         from t.
5438
5439         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5440
5441         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5442         case from `elmo-folder-exists-p'.
5443         (elmo-folder-exists-p): Removed.
5444         (elmo-folder-creatable-p) Ditto.
5445
5446         * elmo-net.el (elmo-folder-create): Defined.
5447         (elmo-folder-create-unplugged): New function.
5448         (elmo-folder-exists-p): Changed default value to nil from t.
5449
5450         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5451         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5452
5453         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5454         `elmo-create-folder-dop' and append queue
5455         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5456         (elmo-folder-create-dop-delayed): New function.
5457
5458         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5459
5460         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5461
5462         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5463         (elmo-folder-writable-p) : Ditto.
5464
5465         * elmo-version.el (elmo-version): Up to 2.9.9.
5466
5467 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5468
5469         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5470         `elmo-message-use-cache-p' returns nil.
5471         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5472         (ignore cache file and refer the substance in local folders)
5473
5474 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5475
5476         * elmo-version.el (elmo-version): Up to 2.9.8.
5477
5478 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * elmo-version.el (elmo-version): Up to 2.9.7.
5481
5482         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5483
5484 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5485
5486         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5487
5488 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5491         from --early.
5492         (elmo-map-folder-list-message-locations): Reverse location list.
5493
5494 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5495
5496         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5497
5498 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5499
5500         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5501         as a key.
5502         (elmo-nntp-folder-list-subfolders): Follow the change above.
5503
5504 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5505
5506         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5507         name if authentication type is specified.
5508
5509 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5510
5511         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5512         variable.
5513         (elmo-default-nntp-stream-type): Ditto.
5514         (elmo-default-pop3-stream-type): Ditto.
5515
5516 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5517
5518         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5519
5520 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5521
5522         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5523         elmo-vars.el.
5524         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5525
5526         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5527         (elmo-maildir-folder-path): Ditto.
5528         (elmo-maildir-list): Ditto (abolished).
5529
5530 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5531
5532         * elmo-version.el (elmo-version): Up to 2.9.6.
5533
5534 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5535
5536         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5537         (elmo-maildir-folder-path): Ditto.
5538         (elmo-msgdb-directory): Ditto.
5539         (elmo-passwd-life-time): Ditto.
5540         (elmo-msgdb-extra-fields): Ditto.
5541         (elmo-enable-disconnected-operation): Ditto.
5542
5543 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5544
5545         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5546         other choices.
5547         (elmo-pop3-default-authenticate-type): Ditto.
5548
5549 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5550
5551         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5552         choices for custom.
5553         (elmo-pop3-default-authenticate-type): Ditto.
5554
5555 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5556
5557         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5558         mailbox to new-folder.
5559
5560 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5563         less than new, set new as unread.
5564
5565         * elmo-util.el (elmo-string): Don't put text-property if nil.
5566
5567 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5568
5569         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5570         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5571
5572 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5573
5574         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5575         is nil on `completing-read'.
5576
5577 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5578
5579         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5580         for namespace part.
5581         (elmo-imap4-parse-namespace-subr): Ditto.
5582         (elmo-folder-list-subfolders): Append a delimiter when the specified
5583         folder path is a root with namespace and does not end with delimiter.
5584
5585 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5586
5587         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5588         was used.
5589
5590 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5591
5592         * elmo-util.el (elmo-save-buffer): The first argument of message
5593         is a format control string.
5594
5595 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5596
5597         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5598         `elmo-folder-diff').
5599         (elmo-diff-unread): Likewise.
5600
5601 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5602
5603         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5604         is t on `completing-read'.
5605
5606 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5607
5608         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5609         method of target folder with self mark-alist if MARK-ALIST is nil.
5610
5611 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5612
5613         * elmo-version.el (elmo-version): Up to 2.9.5.
5614
5615 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5616
5617         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5618         (elmo-dop-merge-funcs): Remove.
5619
5620 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5621
5622         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5623         Return t if PATH is directory, too.
5624         Use `dolist' instead of while loop.
5625
5626 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5627
5628         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5629         is deleted.
5630
5631 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5632
5633         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5634         return value to t.
5635         (elmo-folder-list-messages-unplugged): Return t if
5636         elmo-enable-disconnected-operation is nil.
5637
5638         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5639         `elmo-folder-list-messages-internal'.
5640
5641 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5642
5643         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5644         Change to looking-at `[23][0-9]+'.
5645         (elmo-network-initialize-session): Use 'error-msg'
5646         * elmo-net.el (elmo-network-open-session): Set unplugged
5647         if elmo-network-initialize-session returns 'elmo-open-err.
5648
5649 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5650
5651         * elmo-version.el (elmo-version): Up to 2.9.4.
5652
5653 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5656         `elmo-folder-list-messages-internal'.
5657
5658 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5659
5660         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5661         (elmo-message-match-condition): New method.
5662         (elmo-folder-search-fast): New inline function.
5663         (elmo-msgdb-search): Removed.
5664
5665         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5666         target folder if it is unplugged.
5667         (elmo-folder-list-messages-internal): Return t if target folder is
5668         unplugged and itself is persistent; In this case, use list be
5669         searched already.
5670
5671         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5672         (elmo-msgdb-search-internal-primitive): Ditto.
5673         (elmo-msgdb-match-condition): New function.
5674         (elmo-msgdb-match-condition-primitive): Ditto.
5675
5676         * elmo-util.el (elmo-filter-condition-p): New macro.
5677
5678         * elmo-cache.el (elmo-folder-search): Removed.
5679
5680         * elmo-localdir.el (elmo-folder-search): Ditto.
5681
5682         * elmo-maildir.el (elmo-folder-search): Ditto.
5683
5684         * elmo-mark.el (elmo-folder-search): Ditto.
5685
5686         * elmo-nmz.el (elmo-folder-search): Ditto.
5687
5688         * elmo-sendlog.el (elmo-folder-search): Ditto.
5689
5690         * elmo-shimbun.el (elmo-folder-search): Ditto.
5691
5692         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5693         if folder is unplugged.
5694
5695         * elmo-nntp.el (elmo-folder-search): Likewise.
5696         (elmo-nntp-search-internal): New function.
5697
5698         * elmo-version.el (elmo-version): Up to 2.9.3.
5699
5700 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5701
5702         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5703
5704 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5705
5706         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5707
5708 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5709
5710         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5711
5712 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5713
5714         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5715         (elmo-map-folder-list-message-locations): Do drive letter conversion
5716         on Windows environment.
5717         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5718         (elmo-map-message-fetch): Ditto.
5719
5720 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5721
5722         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5723         (elmo-network-initialize-session): Ditto.
5724
5725 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5728
5729         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5730
5731         * elmo-util.el (elmo-progress-clear): Ditto.
5732
5733         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5734         `DD-Mon-YYYY' type date.
5735
5736 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5737
5738         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5739         `elmo-date-make-sortable-string' instead of
5740         `timezone-make-date-sortable'.
5741
5742         * elmo-date.el (elmo-date-make-sortable-string): Use
5743         `timezone-make-time-string'.
5744
5745 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5748
5749         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5750         `since'; Fix timezone.
5751
5752         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5753
5754         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5755
5756 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5757
5758         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5759
5760 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5761
5762         * elmo.el (elmo-generic-folder-append-messages): Make
5763         fetch-strategy with `use-cache' as 'maybe. Check return value of
5764         `elmo-message-fetch'.
5765         (elmo-message-fetch): Return return value of
5766         `elmo-message-fetch-with-cache-process'.
5767         (elmo-message-fetch-with-cache-process): Return non-nil if
5768         fetching was succeed. Load cache when fetching was failed and
5769         fetch-strategy-use-cache is 'maybe.
5770
5771         * elmo-util.el (elmo-file-cache-load): New function.
5772
5773         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5774         defun.
5775
5776         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5777         non-nil if fetching was succeed.
5778
5779         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5780
5781         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5782
5783         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5784         (elmo-message-fetch-with-cache-process): Likwise.
5785
5786         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5787
5788         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5789
5790         * elmo-version.el (elmo-version): Up to 2.9.2.
5791
5792 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * elmo.el (elmo-folder-delete): Delete msgdb path.
5795
5796         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5797
5798         * elmo-maildir.el (elmo-folder-delete): Ditto.
5799
5800         * elmo-localdir.el (elmo-folder-delete): Ditto.
5801
5802         * elmo-imap4.el (elmo-folder-delete): Ditto.
5803
5804 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5805
5806         * elmo.el (luna-define-class): Added `biff' slot.
5807
5808         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5809         (elmo-pop3-debug-inhibit-logging): Abolished.
5810         (elmo-network-close-session): Eliminated needless let.
5811         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5812         (elmo-pop3-send-command): Added `no-log' argument.
5813         (elmo-pop3-process-filter): Use `with-current-buffer'.
5814         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5815         if login failure.
5816         (elmo-pop3-auth-apop): Likewise.
5817         (elmo-network-authenticate-session): Likewise.
5818
5819         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5820         if biff folder.
5821
5822         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5823         string to determine protocol.
5824         (elmo-network-session-name-prefix): Abolished.
5825         (elmo-network-session-cache-key): Follow the change above.
5826         (elmo-network-open-session): Ditto.
5827
5828         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5829         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5830
5831         * elmo-version.el (elmo-version): Up to 2.9.1.
5832
5833         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5834         unmatch condition checking.
5835
5836         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5837         condition.
5838
5839 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5840
5841         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5842
5843 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5846         test for while loop to execute at least one SEARCH command.
5847
5848 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * elmo-version.el (elmo-version): Up to 2.9.0.
5851
5852 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5853
5854         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5855         (elmo-archive-folder-path): Define.
5856         (elmo-folder-initialize): Setup `dir-name' slot.
5857         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5858         Use `dir-name' as prefix of each subfolders.
5859         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5860
5861 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5862
5863         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5864         (elmo-pipe-folder-list-target-messages): New internal function.
5865         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5866         `killed-list'.
5867         (elmo-pipe-folder-copied-list-load): New function.
5868         (elmo-pipe-folder-copied-list-save): Ditto.
5869         (elmo-folder-open-internal): Follow the change above.
5870         (elmo-folder-status): Fixed for copy.
5871
5872 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5873
5874         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5875
5876 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5877
5878         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5879         elmo-copy-file instead of elmo-add-name-to-file.
5880
5881         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5882
5883         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5884         "file://..." index.
5885
5886         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5887         of accept-process-output as 1.
5888         (elmo-pop3-read-contents): Ditto.
5889         (elmo-pop3-read-body): Ditto.
5890
5891 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5892
5893         * elmo-version.el (product-version-as-string): Remove define.
5894
5895 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5898         (elmo-imap4-copy-messages): Chop number set using
5899         `elmo-imap4-number-set-chop-length'.
5900         (elmo-imap4-set-flag): Ditto.
5901         (elmo-imap4-search-internal-primitive): Ditto.
5902
5903 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5904
5905         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5906         `elmo-folder-make-temp-dir'
5907
5908         * elmo-vars.el (elmo-cache-directory): New variable.
5909         (elmo-cache-dir): Abolished.
5910         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5911
5912         * elmo-version.el (elmo-version): Up to 2.7.7.
5913
5914 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5915
5916         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5917         defcustom; Set default value as t.
5918
5919 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5920
5921         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5922         (ldap-search-program-arguments): Changed default value.
5923         (ldap-search-basic): Accept exit status 4.
5924         (ldap/field-body): Parse options.
5925         (ldap/collect-field): Ditto.
5926         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5927
5928         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5929         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5930         (elmo-imap4-accept-ok): Ditto.
5931         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5932         'notify-bye, only BYE error is reported.
5933         (elmo-folder-exists-p-plugged): Set no-error argument of
5934         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5935
5936         * elmo.el (elmo-imap4-bye-error): Changed message.
5937
5938         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5939         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5940         queues (It causes infinite loop).
5941
5942 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5943
5944         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5945         (RECENT UNSEEN MESSAGES) extension.
5946
5947 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5948
5949         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5950         Check number of overview fields.
5951
5952 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * elmo.el (elmo-folder-confirm-appends): Changed message.
5955         (elmo-folder-confirm-appends): Ditto.
5956
5957         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5958         `with-temp-buffer'.
5959         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5960
5961 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5962
5963         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5964         of elmo-folder-update-threshold is nil, which can be set by
5965         wl-summary-update-confirm-threshold.
5966
5967 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5970         (elmo-nmz-index-alias-alist): Ditto.
5971         (elmo-map-folder-list-message-locations): Follow the change above.
5972
5973 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5974
5975         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5976
5977         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5978
5979         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5980
5981         * elmo-util.el (elmo-read): Ditto.
5982         (elmo-display-error): Ditto.
5983
5984         * elmo-vars.el (elmo-date-match): Ditto.
5985
5986         * pldap.el (ldap-coding-system): Ditto.
5987
5988         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5989         `elmo-inhibit-number-mapping' as nil.
5990
5991 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5992
5993         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5994         space delimiter for list response.
5995
5996 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5997
5998         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5999
6000 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6003         (elmo-map-message-fetch): Fix.
6004         * elmo-map.el (elmo-folder-status): Fix for killed.
6005
6006 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6007
6008         * elmo-sendlog.el: New file.
6009         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6010
6011 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * acap.el (acap-logging-out): New buffer local variable.
6014         (acap-close): Set it.
6015         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6016         an error.
6017
6018 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * acap.el (acap-response-bye-p): New function.
6021         (acap-response-bye-message): Ditto.
6022         (acap-wait-for-response): If bye response is received, cause an error.
6023         (acap-parse-response): Make bye response when 'Bye' is received.
6024
6025 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6026
6027         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6028
6029 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6030
6031         * elmo-util.el (elmo-copy-file): Added argument
6032         `ok-if-already-exists'.
6033         (elmo-copy-file): Fixed typo.
6034
6035 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6038
6039 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6040
6041         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6042
6043 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6046         to killed-list.
6047
6048 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6049
6050         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6051         (elmo-folder-initialize): Fix for `copy'.
6052         (elmo-pipe-drain): Ditto.
6053         (elmo-folder-open-internal): Ditto.
6054         (elmo-folder-newsgroups): Fix.
6055
6056 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6059         for each message.
6060
6061         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6062         recent value is returned from imap folder.
6063
6064         * elmo.el (elmo-folder-newsgroups): New generic function.
6065
6066         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6067         (elmo-folder-initialize): Set it.
6068         (elmo-folder-expand-msgdb-path): Use it.
6069         (elmo-folder-newsgroups): Define.
6070
6071         * elmo-filter.el (elmo-folder-newsgroups): Define.
6072
6073         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6074
6075         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6076
6077         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6078
6079 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6080
6081         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6082         user option.
6083         (elmo-shimbun-header-extra-field): New inline function.
6084         (elmo-shimbun-header-set-extra-field): Ditto.
6085         (elmo-shimbun-folder-header-hash-setup): Ditto.
6086         (elmo-shimbun-update-overview): Ditto.
6087         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6088         (elmo-shimbun-folder-setup): Use
6089         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6090         (elmo-shimbun-get-headers): Ditto.
6091         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6092         Insert `X-Shimbun-Id:' header if extra field is set.
6093         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6094         field's value instead of `shimbun-header-id'.
6095
6096         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6097         inline function.
6098         (elmo-msgdb-overview-entity-set-date): Ditto.
6099         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6100
6101 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * mmimap.el (mmimap-entity-section): Changed body node number from
6104         "0" to "1".
6105
6106 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6107
6108         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6109         `elmo-folder-delete-messages'.
6110
6111         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6112         (elmo-folder-initialize): Changed to expand alias into index path.
6113
6114         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6115         `elmo-mime-insert-header-from-buffer' with 6th arg
6116         `sorted-fields'.
6117
6118 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6121
6122         * elmo.el (elmo-diff-new): New inline function.
6123         (elmo-diff-unread): Ditto.
6124         (elmo-diff-all): Ditto.
6125
6126         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6127         value from responseb.
6128         (elmo-imap4-folder-diff-plugged): Ditto.
6129         (elmo-imap4-server-diff-async): Added recent argument.
6130         (elmo-server-diff-async): Ditto.
6131         (elmo-imap4-folder-diff-plugged): Ditto.
6132
6133         * elmo-version.el (elmo-version): Up to 2.7.6.
6134
6135 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6136
6137         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6138         in quoted-stirng.
6139
6140 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6141
6142         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6143
6144         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6145
6146         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6147
6148         * elmo-multi.el (elmo-folder-initialize): Ditto.
6149
6150         * elmo-util.el (elmo-parse-token): New function.
6151         (elmo-parse-prefixed-element): Ditto.
6152
6153 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6154
6155         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6156         delete process.
6157         (elmo-imap4-accept-ok): Ditto.
6158
6159 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6160
6161         * mmimap.el (mime-imap-entity-header-string): Don't check first
6162         element of node-id is `0' (Follow last change).
6163
6164 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6165
6166         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6167         assigned irregular node-id to nested multipart section.
6168         (initialize-instance): Followed above change.
6169
6170 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6171
6172         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6173         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6174         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6175         `elmo-shimbun-get-headers');
6176         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6177         visible article on summary exists in headers).
6178         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6179
6180 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6181
6182         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6183         definition.
6184
6185 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6186
6187         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6188
6189 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6190
6191         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6192         header separator into loop condition.
6193
6194 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6195
6196         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6197         Return duplicate folder if it has subfolder.
6198
6199 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * elmo.el (elmo-make-folder): Add folder name error check.
6202
6203         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6204         (elmo-nntp-encode-group-string): New inline function.
6205         (elmo-nntp-decode-group-string): Ditto.
6206         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6207         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6208         Use `not' instead of `null';
6209         Use elmo-nntp-decode-group-string.
6210
6211         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6212
6213         * elmo-version.el (elmo-version): Up to 2.7.5.
6214
6215 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6216
6217         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6218         Hide progress gauge if `elmo-folder-move-messages' exits
6219         nonlocally.
6220
6221 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * elmo-imap4.el (elmo-folder-initialize): Use
6224         `elmo-imap4-encode-folder-string' for folder name.
6225
6226 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6227
6228         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6229         `done'.
6230
6231 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6232
6233         * elmo-util.el (elmo-progress-counter-alist): New internal
6234         variable.
6235         (elmo-progress-counter-value): New macro.
6236         (elmo-progress-counter-all-value): Ditto.
6237         (elmo-progress-counter-format): Ditto.
6238         (elmo-progress-counter-set-value): Ditto.
6239         (elmo-progress-set): New function.
6240         (elmo-progress-clear): Ditto.
6241         (elmo-progress-notify): Ditto.
6242
6243         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6244         counter.
6245
6246         * elmo.el (elmo-generic-folder-append-messages): Call
6247         `elmo-progress-notify'.
6248         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6249
6250         * elmo-archive.el (elmo-folder-append-messages): Call
6251         `elmo-progress-notify'.
6252
6253         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6254
6255         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6256
6257         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6258
6259 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6262         'Create'.
6263         (elmo-message-encache-dop): Added argument `read'.
6264
6265         * elmo-shimbun.el (elmo-message-encache): Ditto.
6266
6267         * elmo-net.el (elmo-message-encache): Ditto.
6268
6269         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6270         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6271         elmo-imap4-seen-messages.
6272         (elmo-folder-msgdb-create-plugged): Initialize
6273         elmo-imap4-seen-messages;
6274         Set seen mark on elmo-imap4-seen-messages.
6275
6276         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6277
6278         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6279         elmo-folder-append-buffer.
6280         (elmo-folder-encache): Added optional argument `read'.
6281         (elmo-message-encache): Ditto.
6282
6283         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6284
6285         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6286
6287         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6288         if append buffer content succeds.
6289
6290 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6291
6292         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6293         elmo-display-progress.
6294
6295         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6296         Set 4th argument of mime-display-message.
6297         (elmo-mime-display-as-is): Ditto.
6298
6299 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * elmo-nmz.el (toplevel): Require 'mime-edit.
6302         (elmo-nmz-content-type-alist): Abolished.
6303         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6304         content is not a message.
6305         (elmo-map-message-fetch): Changed behavior exept for message content;
6306         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6307         content-type, Add From: and Subject: field.
6308
6309 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6310
6311         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6312         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6313         not a message.
6314
6315 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6316
6317         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6318         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6319
6320         * elmo-archive.el (elmo-folder-writable-p): Defined.
6321
6322         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6323
6324         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6325
6326         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6327
6328         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6329
6330         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6331
6332         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6333
6334         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6335
6336         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6337
6338 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * elmo-util.el (elmo-address-quote-specials): New function;
6341         Renamed from `wl-address-quote-specials'.
6342
6343 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6344
6345         * elmo-version.el (elmo-version): Up to 2.7.4.
6346
6347 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6350
6351 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6354         both compile-time and run-time to avoid byte-compile warning.
6355
6356 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6359
6360 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6363         option.
6364         (elmo-mime-display-as-is-internal): Use it.
6365
6366         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6367         if `read-passwd' is not defined.
6368
6369 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6372         by original number.
6373         (elmo-folder-status): Call `elmo-folder-open-internal';
6374         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6375         (elmo-folder-close-internal): Set location-alist as nil.
6376         (elmo-folder-clear): Define.
6377         (elmo-folder-check): Don't set location-alist as nil.
6378
6379         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6380
6381 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6382
6383         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6384         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6385
6386         * mmimap.el (mime-imap-entity::requested): New slot.
6387         (mime-imap-location-fetch-entity-p): New generic function.
6388         (mime-decode-parameters): Define using `defun-maybe'.
6389         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6390         content-type structure.
6391         (mime-entity-body): Return empty body if
6392         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6393
6394         * elmo.el (elmo-message-displaying): New variable.
6395
6396         * elmo-mime.el (elmo-mime-message-display): Bind
6397         elmo-message-displaying as t.
6398
6399         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6400
6401 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6402
6403         * acap.el (acap-open): erase buffer before starting network process.
6404         (acap-store): Rewrite.
6405
6406 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * elmo-imap4.el (elmo-imap4-default-mailbox,
6409         elmo-imap4-default-server
6410         elmo-imap4-default-authenticate-type,
6411         elmo-imap4-default-user,
6412         elmo-imap4-default-port,
6413         elmo-imap4-default-stream-type,
6414         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6415
6416         * elmo-pop3.el (elmo-pop3-default-user,
6417         elmo-pop3-default-server,
6418         elmo-pop3-default-authenticate-type,
6419         elmo-pop3-default-port,
6420         elmo-pop3-default-stream-type,
6421         elmo-pop3-stream-type-alist): Ditto.
6422
6423         * elmo-nntp.el (elmo-nntp-default-server,
6424         elmo-nntp-default-user,
6425         elmo-nntp-default-port,
6426         elmo-nntp-default-stream-type,
6427         elmo-nntp-stream-type-alist): Ditto.
6428
6429         * elmo-vars.el: Follow changes above.
6430         (elmo-setting): New custom group; added 'elmo-setting group to
6431         above variables.
6432
6433         * elmo-version.el (elmo-version): Up to 2.7.3.
6434
6435         * acap.el (acap-parse-response): Don't delete process when BYE
6436         response (It causes hang-up on slow network environment).
6437         (toplevel): Added comment.
6438
6439 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6442
6443         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6444         parsing NIL.
6445         (acap-parse-return-metadata): Ditto.
6446
6447         * slp.el: New file.
6448         (toplevel): Fixed typo.
6449
6450         * acap.el: New file.
6451         (acap-network-stream-open): Show "Connecting..." message.
6452         (acap-parse-response): Fixed problem for BYE untagged response.
6453         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6454         (toplevel): Added tiny comments.
6455
6456 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6457
6458         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6459         space delimiter for uidl response.
6460
6461 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * elmo-vars.el (elmo-use-semi): Eliminated.
6464
6465         * elmo-util.el (elmo-string-assoc-all): New function.
6466
6467 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6468
6469         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6470         property 'mime-preview-situation for `mime-preview-quit'.
6471
6472 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6473
6474         * elmo.el (elmo-message-fetch-with-cache-process): Call
6475         elmo-message-fetch-internal instead of causing an error when fetch
6476         strategy is 'entire but only 'section cache is available.
6477
6478 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * elmo-version.el (elmo-version): Up to 2.7.2.
6481
6482         * elmo.el (elmo-generic-folder-append-messages): Make
6483         fetch-strategy with `use-cache'.
6484
6485         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6486         (elmo-dop-queue-method-name): New macro.
6487
6488 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6489
6490         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6491         unbalanced parenthesis.
6492
6493 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6494
6495         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6496
6497 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6500         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6501
6502 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6505         local variables.
6506
6507 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6510         (elmo-message-use-cache-p): Define.
6511         (elmo-folder-msgdb-create): Treat cache.
6512
6513 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * elmo-nntp.el (elmo-network-initialize-session): Call
6516         `elmo-nntp-send-mode-reader'.
6517         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6518
6519 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6522         alist.
6523         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6524         assoc.
6525
6526         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6527         for `elmo-plugged-p'.
6528         (elmo-open-network-stream): Fixed stream-type argument.
6529
6530 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6533         unknown archive type is specified.
6534
6535 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6538
6539         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6540         while loading msgdb.
6541
6542         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6543         (elmo-folder-open-internal): Rewrite.
6544
6545 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * elmo-mime.el (elmo-mime-display-as-is-internal):
6548         Adjust buffer-multibyte status.
6549
6550 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6553         of elmo-condition-find-key.
6554
6555         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6556         (elmo-condition-in-msgdb-p): Ditto.
6557         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6558         argument.
6559
6560 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6563
6564 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6567         label for elmo-display-progress.
6568
6569 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * elmo.el (elmo-folder-clear): New method.
6572         (elmo-folder-clear): Define.
6573         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6574
6575         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6576         (elmo-folder-clear): Define.
6577
6578         * elmo-map.el (elmo-folder-clear): Define.
6579
6580         * elmo-version.el (elmo-version): Up to 2.7.1.
6581
6582 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6585         updates.
6586
6587 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6590         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6591
6592 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6595
6596         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6597         and re-written.
6598
6599         * elmo-imap4.el (elmo-folder-initialize): Use
6600         elmo-get-network-stream-type.
6601
6602         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6603
6604         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6605
6606 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * elmo.el (elmo-message-encache): Set unread argument for
6609         elmo-message-fetch.
6610
6611         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6612
6613         * elmo.el (elmo-net-port-info): New method.
6614
6615         * elmo-shimbun.el (elmo-net-port-info): Define.
6616         (elmo-message-encache): Ditto.
6617
6618         * elmo-net.el (elmo-net-port-info): Define as method.
6619
6620         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6621         unplugged status when elmo-enable-disconnected-operation is t.
6622
6623         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6624         of spool folder before checking new number.
6625
6626 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6629         (elmo-network-setup-session): Ditto.
6630         (elmo-message-fetch-plugged): Ditto.
6631         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6632         (elmo-network-initialize-session): Ditto.
6633         (elmo-pop3-read-response): Abolish 3rd argument.
6634         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6635         (elmo-pop3-read-contents): Ditto.
6636         (elmo-pop3-read-body): Ditto.
6637         (elmo-folder-status): Call elmo-folder-close.
6638         (elmo-pop3-lock): Abolish.
6639         (elmo-pop3-unlock): Ditto.
6640         (elmo-pop3-locked-p): Ditto.
6641         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6642
6643 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * elmo-version.el (elmo-version): Up to 2.7.0.
6646
6647         * elmo-pop3.el (elmo-pop3-debug): New variable.
6648         (elmo-pop3-debug-inhibit-logging): Ditto.
6649         (elmo-pop3-debug): New function.
6650         (elmo-pop3-send-command): Call elmo-pop3-debug.
6651         (elmo-pop3-read-response): Added keep-lock optional argument;
6652         Don't unlock if keep-lock is non-nil.
6653         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6654         (elmo-network-authenticate-session): Bind
6655         elmo-pop3-debug-inhibit-logging as t.
6656         (elmo-network-setup-session): Call elmo-pop3-read-response with
6657         keep-lock argument.
6658         (elmo-pop3-read-msg): Ditto.
6659         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6660         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6661         (elmo-network-initialize-session): Call elmo-pop3-lock.
6662         (elmo-folder-close-internal): Don't clear location-alist slot.
6663         (elmo-folder-check): Clear location-alist slot.
6664
6665 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6668         (elmo-pop3-send-command): Call elmo-pop3-lock.
6669         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6670         (elmo-pop3-read-contents): Ditto.
6671         (elmo-pop3-lock): New function.
6672         (elmo-pop3-unlock): Ditto.
6673         (elmo-pop3-locked-p): Ditto.
6674         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6675         returns t.
6676
6677 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6680
6681         * elmo-util.el (elmo-file-field-primitive-condition-match):
6682         New inline function (Don't fetch file content if "first" or "last").
6683         (elmo-file-field-condition-match): Use
6684         elmo-file-field-primitive-condition-match.
6685
6686         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6687         "first".
6688
6689         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6690         (elmo-message-fetch-plugged): Fixed.
6691
6692         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6693
6694 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * elmo.el (elmo-folder-move-messages): Bind
6697         elmo-inhibit-display-retrieval-progress as t while moving messages.
6698
6699         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6700         New variable.
6701         (elmo-inhibit-display-retrieval-progress): Ditto.
6702
6703         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6704         for retrieval progress;
6705         Don't display progress when total buffer size is smaller than
6706         elmo-display-retrieval-progress-threshold.
6707         (elmo-message-fetch-plugged): Don't display progress when
6708         elmo-inhibit-display-retrieval-progress is non-nil.
6709
6710         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6711         for retrieval progress;
6712         Don't display progress when literal size is smaller than
6713         elmo-display-retrieval-progress-threshold.
6714         (elmo-imap4-message-fetch): Don't display progress when
6715         elmo-inhibit-display-retrieval-progress is non-nil.
6716
6717 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6720         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6721         (elmo-imap4-message-fetch): Likewise.
6722
6723         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6724         (elmo-shimbun-index-range-alist): Ditto.
6725         (elmo-shimbun-use-entire-index): Abolish.
6726         (shimbun-mua-use-entire-index): Ditto.
6727         (elmo-shimbun-folder): Added new slot `range'.
6728         (elmo-folder-initialize): Setup slot `range'.
6729
6730 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6733         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6734         (elmo-shimbun-get-headers): Use return value of
6735         `shimbun-article-expiration-days'.
6736         (elmo-folder-close-internal): Clean up last-check slot.
6737
6738         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6739         (elmo-pop3-total-size): New variable.
6740         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6741
6742         * elmo.el (elmo-folder-reserve-status-p): New method.
6743
6744         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6745         (elmo-shimbun-use-entire-index): New user option.
6746         (shimbun-elmo-mua): New class.
6747         (shimbun-mua-search-id): Define.
6748         (shimbun-mua-use-entire-index): Ditto.
6749         (elmo-shimbun-folder:last-check): New slot.
6750         (elmo-shimbun-headers-cache-header-list): Abolish.
6751         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6752         (elmo-shimbun-headers-cache-header-hash): Ditto.
6753         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6754         (elmo-shimbun-headers-cache-last-check): Ditto.
6755         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6756         (elmo-shimbun-headers-check-p): Rewrite.
6757         (elmo-shimbun-msgdb-to-headers): New function.
6758         (elmo-shimbun-get-headers): Rewrite.
6759         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6760         (elmo-folder-open-internal): Get headers only if
6761         `elmo-shimbun-headers-check-p' is non-nil.
6762         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6763         is non-nil.
6764         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6765         (elmo-quit): Removed.
6766
6767         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6768         function.
6769         (elmo-msgdb-overview-entity-set-extra): Ditto.
6770         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6771
6772         * elmo-map.el (elmo-folder-status): Don't call
6773         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6774         is non-nil.
6775
6776 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6777
6778         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6779         of `elmo-msgdb-search-internal-primitive' when condition's car is
6780         `and' or `or'.
6781
6782 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6783
6784         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6785
6786 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6787
6788         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6789         call `elmo-pipe-drain'.
6790
6791 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6792
6793         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6794         typo. (elmo-cache-folder -> elmo-mark-folder)
6795
6796 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6797
6798         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6799         `elmo-message-fetch'.
6800
6801 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6802
6803         * elmo-net.el (elmo-message-encache): Fixed typo.
6804         (elmo-message-fetch-unplugged): Changed call
6805         `elmo-message-fetch-internal' without argument `outbuf'.
6806
6807 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6808
6809         * elmo.el (elmo-message-encache): Define as generic function.
6810         (elmo-message-fetch-field): New generic function.
6811         (elmo-message-fetch-with-cache-process): Cause an error when
6812         fetch strategy is 'entire but only 'section cache is available.
6813         (toplevel): Fixed nmz folder definition.
6814
6815         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6816         (elmo-msgdb-resume-list-filename): Ditto.
6817         (elmo-queue-filename): Ditto.
6818         (elmo-enable-disconnected-operation): Changed default value to t.
6819
6820         * elmo-util.el (elmo-cache-path-section-p): New function.
6821         (elmo-file-cache-get): Use it.
6822         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6823         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6824         (elmo-dop-queue-save): Ditto.
6825
6826         * elmo-net.el (elmo-folder-status-unplugged): Call
6827         elmo-folder-status-dop.
6828         (elmo-folder-list-messages-unplugged): Implemented.
6829         (elmo-folder-delete-messages-unplugged): Define.
6830         (elmo-folder-msgdb-create): Define.
6831         (elmo-folder-msgdb-create-unplugged): Define.
6832         (elmo-folder-mark-as-read-unplugged): Ditto.
6833         (elmo-folder-unmark-read-unplugged): Ditto.
6834         (elmo-folder-mark-as-important-unplugged): Ditto.
6835         (elmo-folder-unmark-important-unplugged): Ditto.
6836         (elmo-message-encache): Ditto.
6837
6838         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6839         (elmo-dop-queue-save): Ditto.
6840
6841         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6842         `elmo-folder-msgdb-create'.
6843         (elmo-folder-append-buffer): Implemented unplugged operation.
6844         (elmo-folder-append-messages): Call parent method in unplugged status.
6845         (elmo-message-fetch-unplugged): Removed definition.
6846         (elmo-message-fetch-field): Implemented.
6847
6848         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6849         (elmo-dop-folder): Removed variable definition.
6850         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6851         (elmo-dop-queue-flush): Implemented.
6852         (elmo-dop-queue-merge): Removed definition (TODO).
6853         (elmo-dop-spool-folder): New function.
6854         (elmo-dop-spool-folder-append-buffer): Ditto.
6855         (elmo-dop-spool-folder-list-messages): Ditto.
6856         (elmo-dop-list-deleting-messages): Ditto.
6857         (elmo-folder-append-buffer-dop): Ditto.
6858         (elmo-folder-delete-messages-dop): Ditto.
6859         (elmo-message-encache-dop): New inline function.
6860         (elmo-create-folder-dop): Ditto.
6861         (elmo-folder-mark-as-read-dop): Ditto.
6862         (elmo-folder-unmark-read-dop): Ditto.
6863         (elmo-folder-mark-as-important-dop): Ditto.
6864         (elmo-folder-unmark-important-dop): Ditto.
6865         (elmo-folder-status-dop): Fixed.
6866         (elmo-folder-append-buffer-dop-delayed): New function.
6867         (elmo-folder-delete-messages-dop-delayed): Ditto.
6868         (elmo-dop-msgdb): Ditto.
6869
6870 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6871
6872         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6873
6874 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6875
6876         * elmo.el (elmo-folder-move-messages): Fixed problem when
6877         `dst-folder' is 'null.
6878
6879 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6880
6881         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6882         instead of current mark.
6883
6884         * elmo-multi.el (elmo-folder-list-importants-internal): No
6885         operation if importants is not list.
6886
6887         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6888         Return t if importants is not list.
6889
6890         * elmo-map.el (elmo-map-folder-list-importants): Define.
6891         (elmo-folder-list-importants-internal): Check return value of
6892         `elmo-map-folder-list-importants-internal'.
6893
6894         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6895
6896         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6897
6898         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6899
6900         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6901
6902 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6905         (Patch is provided by <kita@coe.nttdata.co.jp>).
6906
6907 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6908
6909         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6910         mark folder.
6911
6912 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6913
6914         * elmo.el (elmo-message-fetch): Define.
6915         (elmo-message-fetch-with-cache-process): New generic method.
6916         (elmo-message-fetch-internal): New generic method.
6917         (elmo-folder-synchronize):
6918
6919         * elmo-archive.el (elmo-message-fetch-internal): Define.
6920         (elmo-message-fetch): Eliminated.
6921
6922         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6923         (elmo-message-fetch): Eliminated.
6924
6925         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6926         argument OUTBUF.
6927         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6928
6929         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6930         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6931
6932         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6933         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6934
6935         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6936
6937         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6938
6939         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6940
6941         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6942         (elmo-message-fetch-unplugged): New generic method.
6943         (elmo-message-fetch-internal): Remove cache process (Renamed from
6944         `elmo-message-fetch').
6945
6946         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6947         (elmo-message-fetch): Eliminated.
6948         (elmo-message-fetch-unplugged): Ditto.
6949
6950         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6951
6952 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6953
6954         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6955         of `to-be-deleted' from number-alist to number-list.
6956
6957 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6958
6959         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6960         (elmo-folder-mark-as-important): Ditto.
6961
6962 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * elmo.el (elmo-folder): Added process-duplicates slot.
6965
6966         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6967         (elmo-folder-unmark-read): Ditto.
6968         (elmo-folder-unmark-important): Ditto.
6969         (elmo-folder-mark-as-important): Ditto.
6970
6971         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6972         duplicated message processing.
6973
6974         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6975
6976 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6977
6978         * elmo-util.el (elmo-list-subdirectories-1): New function.
6979         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6980         (elmo-mapcar-list-of-list): New function.
6981
6982         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6983         `elmo-mapcar-list-of-list' instead of `mapcar'.
6984
6985         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6986
6987         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6988         `elmo-have-link-count'. Return the fully qualified folder name.
6989
6990 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6993         (elmo-shimbun-headers-cache): New internal variable.
6994         (elmo-shimbun-headers-cache-header-list): New inline function.
6995         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6996         (elmo-shimbun-headers-cache-header-hash): Ditto.
6997         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6998         (elmo-shimbun-headers-cache-last-check): Ditto.
6999         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7000         (elmo-shimbun-lapse-seconds): Ditto.
7001         (elmo-shimbun-headers-cache-check-p): Ditto.
7002         (elmo-shimbun-get-headers): New function.
7003         (elmo-folder-open-internal): Call it.
7004         (elmo-quit): Define (Clear headers-cache).
7005
7006 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7009
7010         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7011         (elmo-msgdb-flist-save): Ditto.
7012
7013         * elmo-shimbun.el (elmo-folder-list-subfolders):
7014         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7015         (elmo-folder-exists-p): Ditto.
7016
7017         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7018         argument for `shimbun-header-insert'.
7019
7020 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7023         at first time.
7024
7025         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7026         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7027
7028 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7031         (elmo-folder-plugged-p): Define.
7032         (elmo-folder-set-plugged): Ditto.
7033         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7034         (elmo-folder-list-messages-internal): Return t if unplugged.
7035         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7036
7037         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7038         when elmo-folder-list-messages-internal method of children returns t.
7039
7040         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7041         pair is nil.
7042         (elmo-folder-open-internal): Don't update if unplugged status.
7043
7044 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7047         new message.
7048
7049 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7052
7053         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7054         saving.
7055
7056 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7059
7060         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7061         (elmo-folder-open-internal): Set up headers slot.
7062         (elmo-folder-check): Call elmo-folder-close-internal and
7063         elmo-folder-open-internal.
7064         (elmo-folder-close-internal): Clean up headers slot.
7065
7066 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7067
7068         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7069         exactly folder list.
7070         (elmo-folder-append-messages): Fixed append archive with prefix.
7071
7072         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7073         make temp files with start-number.
7074
7075         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7076
7077 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7078
7079         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7080         argument `visible-only'.
7081         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7082         instead of `if'.
7083
7084         * elmo-pop3.el (elmo-folder-open-internal): Check
7085         `elmo-inhibit-number-mapping' is non-nil.
7086
7087         * elmo-pipe.el (elmo-folder-status): Fixed.
7088
7089 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7092
7093         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7094         (elmo-folder-open-internal): Setup `header-hash' slot.
7095         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7096         information.
7097         (elmo-map-message-fetch): Ditto.
7098
7099 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7102         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7103         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7104         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7105
7106         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7107
7108 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * sb-airs.el: Added footer.
7111
7112         * shimbun.el (shimbun-article): Define as luna-method.
7113
7114         * sb-tcup.el: New file.
7115
7116         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7117         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7118
7119 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7122         (shimbun-get-headers): Ditto.
7123
7124         * elmo.el: Moved obsolete variable definitions from
7125         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7126
7127         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7128         groups.
7129
7130         * shimbun.el: New file.
7131
7132         * elmo-shimbun.el: New file.
7133
7134         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7135         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7136         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7137         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7138
7139 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7140
7141         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7142         hierarchy is t.
7143
7144 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * elmo.el (elmo-folder-msgdb): Define as macro.
7147         (elmo-folder-open): Added argument `load-msgdb'.
7148         (elmo-generic-folder-open): Ditto.
7149         (elmo-folder-encache): New function.
7150
7151         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7152
7153         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7154
7155         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7156         Eliminated argument FOLDER and added argument MSGDB.
7157         (elmo-dop-queue-load): Moved from elmo-dop.el.
7158         (elmo-dop-queue-save): Ditto.
7159
7160         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7161
7162         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7163
7164         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7165         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7166         (elmo-filter-folder-list-importants-internal): Ditto.
7167
7168         * elmo-map.el (elmo-folder-pack-number): Ditto.
7169
7170         * elmo-mime.el (elmo-mime-message-display): Ditto.
7171
7172         * elmo.el (elmo-generic-folder-commit): Ditto.
7173         (elmo-folder-list-unreads): Ditto.
7174         (elmo-folder-list-importants): Ditto.
7175         (elmo-generic-folder-commit): Ditto.
7176         (elmo-message-set-mark): Ditto.
7177         (elmo-generic-folder-append-msgdb): Ditto.
7178         (elmo-folder-synchronize): Ditto.
7179         (elmo-folder-messages): Ditto.
7180         (elmo-init): Call elmo-dop-queue-load.
7181         (elmo-folder-list-messages): Ditto.
7182
7183         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7184         (elmo-nntp-folder-process-crosspost): Ditto.
7185         (elmo-folder-list-unreads-internal): Ditto.
7186
7187         * elmo-dop.el: Removed old functions.
7188
7189 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7190
7191         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7192         `folder' to `msgdb'.
7193
7194 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7197         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7198
7199         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7200         case-fold-search.
7201
7202 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7205         defined.
7206
7207         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7208         (mmimap-parse-parameters-from-list): Define as alias for
7209         `mime-decode-parameter-plist' if it is defined as function.
7210         (mmimap-make-mime-entity): Added argument `number'.
7211         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7212         as 0.
7213         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7214
7215         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7216
7217         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7218
7219         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7220
7221 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7222
7223         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7224
7225         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7226         when elmo-imap4-default-authenticate-type is nil.
7227         (elmo-folder-list-subfolders): Ditto
7228         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7229         (elmo-imap4-fetch-callback-1-subr): Renamed from
7230         `elmo-imap4-fetch-callback-1' and define as inline function.
7231         (elmo-imap4-fetch-callback-1):
7232         Renamed from `elmo-imap4-fetch-callback'.
7233         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7234
7235         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7236         msgdb path (To keep compatibility with main trunk).
7237
7238         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7239
7240         * elmo-util.el (elmo-make-file-cache): Moved position of
7241         some macros.
7242
7243         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7244         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7245         instead of `elmo-pop3-inhibit-uidl'.
7246         (elmo-folder-exists-p): Ditto.
7247         (elmo-pop3-folder-list-messages): Ditto.
7248
7249         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7250         instead of `elmo-pop3-inhibit-uidl'.
7251         (elmo-folder-status): Ditto.
7252
7253         * elmo-dop.el (elmo-dop-folder): New variable.
7254         (elmo-dop-lock-message): Eliminated.
7255         (elmo-dop-unlock-message): Ditto.
7256         (elmo-dop-lock-list-load): Ditto.
7257         (elmo-dop-lock-list-save): Ditto.
7258         (elmo-dop-delete-folder): Ditto.
7259         (elmo-dop-rename-folder): Ditto.
7260
7261         * elmo.el: Removed incomplete commentary.
7262
7263 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7264
7265         * elmo.el (toplevel): Require 'elmo-version first;
7266         for little `recursive-load-depth' settings.
7267         Fix "ends here" comment.
7268
7269 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * elmo-util.el (toplevel): Require 'poem;
7272         Some functions are moved from elmo-cache.el.
7273
7274         * elmo-net.el (toplevel): Require 'elmo-cache.
7275
7276         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7277
7278         * elmo.el (toplevel): Ditto.
7279
7280         * elmo-cache.el: Rewrite with luna;
7281         Some functions are moved to elmo-util.el.
7282
7283         * elmo-internal.el (elmo-internal-folder-list): New variable.
7284         (elmo-internal-folder-initialize): Rewrite.
7285         (elmo-folder-list-subfolders): Ditto.
7286
7287         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7288         (elmo-cache-collect-sub-directories): Ditto.
7289
7290 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * elmo-version.el (elmo-version): Up to 2.5.8.
7293
7294         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7295
7296         * elmo-util.el (elmo-list-insert): New function.
7297
7298 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * elmo.el (elmo-init): New function.
7301         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7302
7303         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7304         (Renamed from `elmo-localdir-header-chop-length').
7305
7306         * elmo-pop3.el (elmo-pop3-use-cache,
7307         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7308
7309         * elmo-nntp.el (elmo-message-fetch): Define.
7310         (elmo-message-fetch-unplugged): Ditto.
7311         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7312         (elmo-nntp-use-cache): Ditto.
7313         (elmo-nntp-max-number-precedes-list-active): Ditto.
7314
7315         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7316
7317         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7318         `elmo-msgdb-insert-file-header'.
7319         Use `elmo-msgdb-file-header-chop-length'.
7320
7321         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7322         `elmo-vars.el'.
7323
7324         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7325         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7326         `elmo-msgdb-insert-file-header'.
7327
7328         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7329         Use new variable;
7330         Define obsolete variables with `elmo-define-obsolete-variable',
7331
7332         * elmo-util.el (elmo-warning-buffer-name): New constant.
7333         (elmo-warning): New function.
7334         (elmo-obsolete-variable-alist): New variable.
7335         (elmo-obsolete-variable-show-warnings): New variable.
7336         (elmo-define-obsolete-variable): New function.
7337         (elmo-resque-obsolete-variable): Ditto.
7338         (elmo-resque-obsolete-variables): Ditto.
7339
7340 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7341
7342         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7343         Eliminated.
7344
7345         * elmo-pop3.el, elmo-nntp.el: Use custom.
7346
7347 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7348
7349         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7350         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7351
7352 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * Luna-fy Kenichi OKADA's following changes.
7355         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7356         `nohide'.
7357         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7358
7359 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7360
7361         * elmo-util.el (elmo-display-progress): Prefer
7362         `progress-feedback-with-label' to `lprogress-display'.
7363
7364 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7365
7366         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7367
7368 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7369
7370         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7371         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7372         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7373         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7374         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7375         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7376         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7377         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7378         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7379         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7380         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7381         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7382         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7383
7384 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7385
7386         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7387         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7388
7389 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * elmo.el (elmo-folder-process-crosspost): New generic method.
7392         (elmo-folder-writable-p): Ditto.
7393         (elmo-folder-message-appendable-p): Eliminated.
7394         (elmo-generic-folder-append-msgdb): Rewrite.
7395         (elmo-newsgroups-hashtb): New internal variable.
7396         (elmo-crosspost-message-set): Eliminated.
7397         (elmo-crosspost-message-delete): Ditto.
7398         (elmo-setup-subscribed-newsgroups): New function.
7399         (elmo-crosspost-message-alist-modified): New internal variable.
7400         (elmo-crosspost-message-alist-load): New function (Renamed from
7401         `wl-crosspost-alist-load').
7402         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7403         `wl-crosspost-alist-save').
7404
7405         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7406
7407         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7408         `unreads'.
7409         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7410         elmo-newsgroups-hashtb).
7411         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7412         `elmo-nntp-folder-update-crosspost-message-alist'.
7413         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7414         `elmo-nntp-groups-hashtb'.
7415         (elmo-nntp-make-groups-hashtb): Eliminated.
7416         (elmo-nntp-parse-newsgroups): New function (Renamed from
7417         `wl-parse-newsgroups').
7418         (elmo-folder-creatable-p, elmo-folder-writable-p,
7419         elmo-folder-close-internal, elmo-folder-mark-as-read,
7420         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7421         Define.
7422         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7423
7424         * elmo-net.el (elmo-message-fetch): Check buffer size.
7425
7426         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7427
7428         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7429
7430         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7431         before `close' command.
7432
7433         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7434         `mark-alist' (All other related portions are changed).
7435
7436 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7437
7438         * elmo-util.el (elmo-create-hash-size): Eliminated.
7439         (elmo-make-hash) Make a hash with `one less than a power of two'
7440         length.
7441
7442         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7443         (elmo-hash-maximum-size): Changed value.
7444
7445 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7446
7447         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7448         (elmo-mime-message-display-as-is): Ditto.
7449
7450 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7451
7452         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7453         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7454
7455 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * elmo-mark.el: New file.
7458
7459         * elmo-internal.el: Rewrite (Almost empty).
7460
7461 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7464         (mime-imap-entity-header-string): Ditto.
7465         (mmimap-entity-section): Rewrite.
7466
7467 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * elmo-nmz.el: New file.
7470
7471         * elmo-pipe.el: Rewrite with luna.
7472
7473 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7474
7475         * elmo-archive.el: Rewrite with luna.
7476
7477         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7478         (elmo-folder-list-importants-internal): Ditto.
7479
7480 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * elmo-archive.el (elmo-archive-version): Abolish.
7483         (toplevel) Removed `boso' comment.
7484
7485 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7486
7487         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7488         elmo-msgdb-add-msgs-to-seen-list-subr;
7489         Changed argument seen-marks to unread-marks.
7490
7491         * elmo-nntp.el: Rewrite with luna.
7492
7493 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * elmo-filter.el: Rewrite with luna.
7496
7497 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * elmo-pop3.el: Rewrite with luna.
7500
7501 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7502
7503         * elmo-multi.el: Rewrite with luna.
7504
7505         * elmo-vars.el (elmo-use-killed-list): Abolish.
7506         All other related portions are changed.
7507         (elmo-filename-replace-string-alist): Renamed from
7508         elmo-msgid-replace-string-alist.
7509
7510 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7513
7514         * elmo-map.el: New file.
7515         * elmo-maildir.el: Rewrite with luna.
7516
7517 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7518
7519         * elmo.el: Changed meaning of `elmo-folder-commit'.
7520         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7521
7522 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * elmo.el (elmo-folder-append-buffer): New function.
7525         (Renamed from `elmo-append-msg')
7526
7527 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * elmo-mime.el: New file.
7530
7531 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7532
7533         * elmo-cache.el: Rewrite.
7534
7535 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7536
7537         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7538
7539 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7540
7541         * elmo-vars.el (elmo): New group.
7542         (elmo-strict-diff-folder-regexp): New variable.
7543
7544         * elmo-util.el (elmo-call-func): Abolish.
7545         (elmo-folder-get-type): Ditto.
7546         (elmo-*-get-spec): Ditto.
7547         (elmo-*-spec-*): Ditto.
7548         (elmo-imap4-identical-name-space-p): Ditto.
7549         (elmo-folder-identical-system-p): Ditto.
7550         (elmo-folder-direct-copy-alist): Ditto.
7551         (elmo-folder-direct-copy-p): Ditto.
7552
7553         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7554         (elmo-folder-initialize): Define.
7555         (elmo-folder-get-primitive-list): Ditto.
7556
7557         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7558         (elmo-folder-initialize): Define.
7559         Renamed `elmo-network-session-host-internal' to
7560         `elmo-network-session-server-internal'.
7561
7562         * elmo-multi.el (elmo-multi-folder): New luna class.
7563         (elmo-folder-initialize): Define.
7564         (elmo-folder-get-primitive-list): Ditto.
7565         (elmo-folder-contains-type): Ditto.
7566         (elmo-message-use-cache-p): Ditto.
7567
7568         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7569         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7570
7571         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7572         (elmo-folder-initialize): Define.
7573
7574         * elmo-filter.el (elmo-filter-folder): New luna class.
7575         (elmo-folder-initialize): Define.
7576         (elmo-folder-get-primitive-list): Ditto.
7577         (elmo-folder-contains-type): Ditto.
7578
7579 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * elmo-imap4.el: Rewrite with luna.
7582
7583         * mmimap.el: New file.
7584
7585         * mmelmo.el, mmelmo-imap4.el: Removed.
7586
7587         * elmo-net.el: Ditto.
7588
7589         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7590         (elmo-folder-initialize): Define.
7591
7592         * elmo-archive.el (elmo-archive-folder): New luna class.
7593         (elmo-folder-initialize): Define.
7594
7595         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7596         `elmo-folder-msgdb-path'.
7597         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7598         `elmo-make-folder'.
7599
7600 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * elmo.el: New file.
7603
7604         * elmo2.el: Renamed to elmo.el.
7605
7606 \f
7607 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7608
7609         * elmo-cache.el (elmo-cache-expire-by-size): Count
7610         a disk usage for a cache file entry in KB even when
7611         its kind is a directory.
7612
7613 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * elmo-version.el (elmo-version): Up to 2.5.7.
7616
7617 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7618
7619         * elmo-version.el (elmo-version): Up to 2.5.6.
7620
7621 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * elmo-version.el (elmo-version): Up to 2.5.5.
7624
7625 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * elmo-imap4.el (elmo-network-authenticate-session):
7628         Fixed a logic for response checking.
7629
7630 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7631
7632         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7633         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7634         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7635         `sasl-mechanisms'.
7636
7637         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7638         for `starttls-open-stream' and `starttls-negotiate'.
7639
7640         * elmo-nntp.el: Remove autoload settings for
7641         `starttls-open-stream' and `starttls-negotiate'.
7642
7643         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7644         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7645         `luna-define-class' with `eval-and-compile'.
7646
7647 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7648
7649         * elmo-util.el (elmo-read-search-condition-internal):
7650         Require an element of table for searching field.
7651
7652 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * elmo-version.el (elmo-version): Up to 2.5.4.
7655
7656 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7659
7660 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7661
7662         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7663
7664 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7665
7666         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7667         before greeting.
7668
7669 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * elmo-imap4.el (elmo-imap4-delete-folder):
7672         Send "close" before "delete" (Use commented out line).
7673         (elmo-imap4-rename-folder): Ditto.
7674
7675         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7676         folder string itself.
7677         (elmo-dop-list-deleted): New function.
7678         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7679         killed.
7680
7681         * elmo-util.el (elmo-string-rassoc-all): New function.
7682
7683 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * elmo-version.el (elmo-version): Up to 2.5.3.
7686
7687         * elmo-net.el (elmo-network-get-session): Changed logic for
7688         checking process status.
7689
7690         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7691         process is nil;
7692         Changed logic for checking process status.
7693
7694 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7697         before greeting.
7698         (elmo-network-setup-session): Set UIDL hash size according to
7699         the length of list response.
7700         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7701         according to the length of list response;
7702         Return the length of list response.
7703         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7704
7705 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7706
7707         * elmo-imap4.el (toplevel): Require 'ssl.
7708         Add autoload 'starttls.
7709         * elmo-pop3.el (toplevel): Ditto.
7710         * elmo-nntp.el (toplevel): Ditto.
7711
7712 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7713
7714         * elmo-imap4.el (toplevel): defun at compile time.
7715         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7716         sasl-next-step, sasl-step-data, sasl-step-set-data.
7717         * elmo-pop3.el (toplevel): Ditto.
7718
7719 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7720
7721         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7722
7723 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7724
7725         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7726         if error.
7727         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7728         and `elmo-pop-auth-apop'.
7729
7730 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7731
7732         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7733
7734 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7735
7736         * elmo-pop3.el (elmo-network-authenticate-session): Split
7737         encoded response value.
7738
7739 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7740
7741         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7742         `elmo-pop3-force-login'.
7743         Redefine `sasl-mechanisms'.
7744         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7745
7746 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7747
7748         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7749         Delete `elmo-imap4-authenticator-alist'.
7750         (elmo-imap4-auth-cram-md5): Delete.
7751         (elmo-imap4-auth-digest-md5): Delete.
7752
7753 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7754
7755         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7756         (elmo-pop3-auth-scram-md5): Ditto.
7757         (elmo-pop3-auth-cram-md5): Ditto.
7758
7759 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7760
7761         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7762         Delete `elmo-pop3-authenticator-alist'.
7763
7764 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7765
7766         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7767         new SASL API.
7768         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7769
7770 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7771
7772         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7773
7774 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7777         Fixed problem when `elmo-pop3-use-uidl' is nil.
7778         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7779
7780 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7781
7782         * elmo-version.el (elmo-version): Up to 2.5.2.
7783
7784 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7787         New function.
7788         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7789         (elmo-pop3-msgdb-create-as-numlist): Use it.
7790
7791         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7792         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7793
7794         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7795         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7796
7797 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7798
7799         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7800         when elmo-mark-as-read is called with second argument nil.
7801
7802 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7805         Moved to elmo-util.el.
7806
7807         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7808         Moved from elmo-pipe.el
7809
7810         * elmo-archive.el (elmo-archive-call-process): Enclose with
7811         static-if.
7812
7813         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7814         "RFC822" (because RFC822.PEEK is obsolete).
7815         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7816
7817 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7818
7819         * elmo-archive.el (elmo-archive-call-process): Don't check for
7820         the exit status when Nemacs is running.
7821
7822 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7825         'plain.
7826
7827         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7828         (elmo-pop3-get-spec): Set default of auth to 'user.
7829
7830         * elmo-imap4.el (elmo-imap4-session-check):
7831         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7832         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7833         (elmo-imap4-auth-login): New function; Revival.
7834         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7835         `elmo-imap4-auth-login'.
7836
7837 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7838
7839         * elmo2.el (toplevel): Move `product-provide' declare.
7840         * mmelmo.el (toplevel): Ditto.
7841
7842 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7845
7846 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7847
7848         * elmo-util.el (elmo-folder-get-store-type): New function.
7849         (elmo-folder-direct-copy-p): Use it.
7850
7851 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7854         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7855         and result of `elmo-imap4-use-flag-p'.
7856         (elmo-imap4-fetch-callback-1): Set mark according to
7857         the result of `elmo-imap4-use-flag-p'.
7858
7859 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7862         (elmo-generic-list-folder-unread): Ditto.
7863         (elmo-folder-get-info): Ditto.
7864         (elmo-folder-set-info-max-by-numdb): Ditto.
7865         (elmo-folder-get-info-max): Ditto.
7866         (elmo-folder-get-info-length): Ditto.
7867         (elmo-folder-get-info-unread): Ditto.
7868         (elmo-folder-info-make-hashtb): Ditto.
7869
7870         * elmo2.el: Removed above functions.
7871
7872 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7873
7874         * elmo-imap4.el (toplevel): Require 'ssl.
7875         Add autoload 'starttls.
7876         * elmo-pop3.el (toplevel): Ditto.
7877         * elmo-nntp.el (toplevel): Ditto.
7878
7879 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7880
7881         * elmo-imap4.el (toplevel): defun at compile time.
7882         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7883         sasl-next-step, sasl-step-data, sasl-step-set-data.
7884         * elmo-pop3.el (toplevel): Ditto.
7885
7886 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7887
7888         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7889
7890 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7891
7892         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7893         if error.
7894         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7895         and `elmo-pop-auth-apop'.
7896
7897 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7898
7899         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7900
7901 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7902
7903         * elmo-pop3.el (elmo-network-authenticate-session): Split
7904         encoded response value.
7905
7906 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7907
7908         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7909         `elmo-pop3-force-login'.
7910         Redefine `sasl-mechanisms'.
7911         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7912
7913 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7914
7915         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7916         Delete `elmo-imap4-authenticator-alist'.
7917         (elmo-imap4-auth-cram-md5): Delete.
7918         (elmo-imap4-auth-digest-md5): Delete.
7919
7920 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7921
7922         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7923         (elmo-pop3-auth-scram-md5): Ditto.
7924         (elmo-pop3-auth-cram-md5): Ditto.
7925
7926 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7927
7928         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7929         Delete `elmo-pop3-authenticator-alist'.
7930
7931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7932
7933         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7934         new SASL API.
7935         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7936
7937 \f
7938 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7941
7942 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * elmo-nntp.el (elmo-nntp-get-folders-info):
7945         Fixed problem when '\' character is contained in user-id.
7946         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7947
7948 \f
7949 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * elmo-imap4.el (elmo-imap4-delete-folder):
7952         Send "close" before "delete" (Use commented out line).
7953         (elmo-imap4-rename-folder): Ditto.
7954
7955         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7956         folder string itself.
7957         (elmo-dop-list-deleted): New function.
7958         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7959         killed.
7960
7961         * elmo-util.el (elmo-string-rassoc-all): New function.
7962
7963         * elmo-version.el (elmo-version): Up to 2.5.1.
7964
7965 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7968
7969         * elmo-internal.el (elmo-internal-search): Fix last change.
7970
7971 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * elmo-internal.el (elmo-internal-search): Rewrite.
7974         (Fixed problem which is pointed out by Akihiro MOTOKI
7975         <motoki@da.jp.nec.com>)
7976
7977         * elmo-version.el (elmo-version): Up to 2.5.0.
7978
7979 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7980
7981         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7982
7983 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7984
7985         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7986         non-nil, make hierarchy.
7987
7988 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7989
7990         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7991         `elmo-pop3-use-uidl' must be bound to nil.
7992         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7993
7994 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * elmo-util.el (elmo-copy-file): Don't cause an error after
7997         `add-name-to-file' failed.
7998
7999         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8000         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8001
8002 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8003
8004         * elmo-version.el (elmo-version): Up to 2.3.93.
8005
8006 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * elmo-util.el (elmo-flatten): New function.
8009
8010 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8011
8012         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8013         sync Author header.
8014         * elmo-cache.el (toplevel): Ditto.
8015         * elmo-database.el (toplevel): Ditto.
8016         * elmo-date.el (toplevel): Ditto.
8017         * elmo-dop.el (toplevel): Ditto.
8018         * elmo-filter.el (toplevel): Ditto.
8019         * elmo-imap4.el (toplevel): Ditto.
8020         * elmo-internal.el (toplevel): Ditto.
8021         * elmo-localdir.el (toplevel): Ditto.
8022         * elmo-localnews.el (toplevel): Ditto.
8023         * elmo-maildir.el (toplevel): Ditto.
8024         * elmo-msgdb.el (toplevel): Ditto.
8025         * elmo-multi.el (toplevel): Ditto.
8026         * elmo-net.el (toplevel): Ditto.
8027         * elmo-nntp.el (toplevel): Ditto.
8028         * elmo-pipe.el (toplevel): Ditto.
8029         * elmo-pop3.el (toplevel): Ditto.
8030         * elmo-util.el (toplevel): Ditto.
8031         * elmo-vars.el (toplevel): Ditto.
8032         * elmo2.el (toplevel): Ditto.
8033         * mmelmo-imap4.el (toplevel): Ditto.
8034         * mmelmo.el (toplevel): Ditto.
8035
8036         * elmo-version.el (elmo-version): Move to top.
8037
8038         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8039         * elmo-imap4.el (toplevel): Ditto.
8040         * elmo-localdir.el (toplevel): Ditto.
8041         * elmo-msgdb.el (toplevel): Ditto.
8042         * elmo-nntp.el (toplevel): Ditto.
8043         * elmo-pop3.el (toplevel): Ditto.
8044         * elmo-version.el (toplevel): Ditto.
8045
8046         * elmo-localnews.el (toplevel): Added Keyword header.
8047
8048 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * elmo-version.el (product-version-as-string): Defined using
8051         `defun-maybe'.
8052         (toplevel): Use it.
8053
8054         * elmo-localdir.el (toplevel): Updated copyright notice.
8055         * elmo-version.el (toplevel): Ditto.
8056         * elmo-msgdb.el (toplevel): Ditto.
8057         * elmo-imap4.el (toplevel): Ditto.
8058         * elmo-nntp.el (toplevel): Ditto.
8059         * elmo-pop3.el (toplevel): Ditto.
8060
8061 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8064         messages.
8065
8066         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8067         parameter value (It sometimes contains raw kanji).
8068
8069 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8070
8071         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8072         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8073
8074 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8075
8076         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8077
8078 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8079
8080         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8081         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8082
8083 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8086         value if selecting folder succceeded.
8087         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8088
8089 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8090
8091         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8092         representation.
8093
8094         * elmo-util.el (elmo-string-matched-member): New function.
8095
8096 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * elmo-util.el (elmo-unintern): New macro.
8099         (elmo-number-set-member): Fixed docstring.
8100
8101         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8102         tag token.
8103
8104 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8105
8106         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8107         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8108
8109 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8112         `no-error'.
8113         Added docstring.
8114         Return non-nil if selecting folder succeeded.
8115         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8116
8117 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8120         `file-name-completion' returns t.
8121         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8122         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8123         directory if it does not exist.
8124         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8125         for iteration.
8126
8127 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8130         enclosure (It's harmful in unplugged status).
8131
8132         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8133
8134         * mmelmo-1.el: Removed.
8135
8136         * mmelmo-2.el: Ditto.
8137
8138         * mmelmo-imap4-1.el: Ditto.
8139
8140         * mmelmo-imap4-2.el: Ditto.
8141
8142         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8143
8144         * mmelmo.el: Merged mmelmo-2.el.
8145
8146         * elmo-version.el (elmo-version): Up to 2.3.92.
8147
8148 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8149
8150         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8151         elmo-update-number): Remove last period in "...done." message.
8152         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8153         Ditto.
8154         * elmo-cache.el (elmo-cache-expire-by-size,
8155         elmo-cache-get-sorted-cache-file-list,
8156         elmo-cache-msgdb-create-as-numlist): Ditto.
8157         * elmo-dop.el (elmo-dop-save-pending-messages,
8158         (elmo-dop-flush-pending-append-operations): Ditto.
8159         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8160         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8161         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8162         (elmo-localdir-pack-number): Ditto.
8163         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8164         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8165         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8166         mime-write-entity-content): Ditto.
8167         * pldap.el (ldap-search-basic): Ditto.
8168
8169 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * elmo-version.el (elmo-version): Up to 2.3.91.
8172
8173         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8174         Only when filter is 'last'.
8175
8176         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8177         (elmo-condition-parse-search-value): Use it.
8178         (elmo-read-search-condition-internal): Quote value only when
8179         it is not an atom.
8180
8181 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8182
8183         * elmo2.el (elmo-generic-folder-diff): Fix.
8184
8185 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8186
8187         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8188         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8189         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8190         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8191         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8192         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8193
8194 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8195
8196         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8197         extra-fields.
8198
8199 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * elmo-version.el (elmo-version): Up to 2.3.90.
8202
8203         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8204         (elmo-imap4-list-folder-important): Ditto.
8205
8206 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8207
8208         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8209
8210 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8211
8212         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8213
8214 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8215
8216         * elmo-nntp.el (elmo-network-initialize-session):
8217         Add starttls negotiation.
8218
8219 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8220
8221         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8222         response.
8223         (elmo-network-setup-session): Define.
8224         Call `elmo-nntp-send-mode-reader' when session opened.
8225
8226 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8229
8230 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8231
8232         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8233         an invalid SPACE character ahead of `SEARCH' command.  Move
8234         a valid SPACE character following `SEARCH' from conditional
8235         `format' arguments to control-strings.
8236
8237 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8240         was succeeded.
8241
8242         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8243
8244 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8247         `w32-get-true-file-link-count' as t.
8248
8249         * elmo-imap4.el (elmo-imap4-read): Abolished.
8250         (Renamed to `elmo-read' and moved to elmo-util.el)
8251         All other related portions are changed.
8252
8253         * elmo-util.el (elmo-read): New function.
8254         (elmo-condition-parse-search-value): Use it.
8255
8256 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8257
8258         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8259
8260         * elmo-nntp.el (elmo-nntp-session): Define.
8261         (elmo-nntp-setting): Abolished.
8262         All other related portions are changed.
8263         (elmo-nntp-get-server-command): Changed argument.
8264         (elmo-nntp-set-server-command): Ditto.
8265         (elmo-nntp-xover-p): Ditto.
8266         (elmo-nntp-set-xover): Ditto.
8267         (elmo-nntp-listgroup-p): Ditto.
8268         (elmo-nntp-set-listgroup): Ditto.
8269         (elmo-nntp-list-active-p): Ditto.
8270         (elmo-nntp-set-list-active): Ditto.
8271         (elmo-nntp-xhdr-p): Ditto.
8272         (elmo-nntp-set-xhdr): Ditto.
8273         (elmo-nntp-flush-connection): Abolished.
8274         (elmo-nntp-get-connection): Abolished.
8275         (elmo-nntp-get-session): New function.
8276         (elmo-network-initialize-session): Defined.
8277         (elmo-network-authenticate-session): Ditto.
8278         (elmo-nntp-send-mode-reader): Changed argument.
8279         (elmo-nntp-send-command): Changed argument.
8280         All other related portions are changed.
8281         (elmo-nntp-read-response): Ditto.
8282         (elmo-nntp-read-raw-response): Ditto.
8283         (elmo-nntp-read-contents): Ditto.
8284         (elmo-nntp-read-body): Ditto.
8285         (elmo-nntp-goto-folder): Abolished.
8286         (elmo-nntp-select-group): New function.
8287         All other related portions are changed.
8288         (This function substitutes `elmo-nntp-goto-folder')
8289         (elmo-nntp-msgdb-create-by-header): Rewrite.
8290         (elmo-nntp-get-overview): Eliminated.
8291         (elmo-nntp-get-message): Ditto.
8292         (elmo-nntp-open-connection) Abolished.
8293         (elmo-nntp-read-msg): Rewrite.
8294         (elmo-nntp-post): Ditto.
8295         (elmo-nntp-send-data): Abolished.
8296         (elmo-nntp-send-buffer): New function.
8297         (elmo-nntp-send-data-line): Define as inline function.
8298         (elmo-nntp-get-folders-info-prepare): Use session as key.
8299         (elmo-nntp-groups-read-response): Changed argument.
8300         (elmo-nntp-retrieve-headers): Ditto.
8301         (elmo-nntp-msgdb-create-message): Ditto.
8302
8303         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8304         when searching by 'since' or 'before'.
8305
8306 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8307
8308         * elmo-version.el (toplevel): Use product-version-as-string for set
8309         verstion-string, if defined.
8310
8311 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8312
8313         * elmo-util.el: Doc fixes.
8314
8315 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8316
8317         * elmo-archive.el (toplevel): Use product-provide.
8318         * elmo-cache.el (toplevel): Ditto.
8319         * elmo-database.el (toplevel): Ditto.
8320         * elmo-date.el (toplevel): Ditto.
8321         * elmo-dop.el (toplevel): Ditto.
8322         * elmo-filter.el (toplevel): Ditto.
8323         * elmo-imap4.el (toplevel): Ditto.
8324         * elmo-internal.el (toplevel): Ditto.
8325         * elmo-localdir.el (toplevel): Ditto.
8326         * elmo-localnews.el (toplevel): Ditto.
8327         * elmo-maildir.el (toplevel): Ditto.
8328         * elmo-msgdb.el (toplevel): Ditto.
8329         * elmo-multi.el (toplevel): Ditto.
8330         * elmo-net.el (toplevel): Ditto.
8331         * elmo-nntp.el (toplevel): Ditto.
8332         * elmo-pipe.el (toplevel): Ditto.
8333         * elmo-pop3.el (toplevel): Ditto.
8334         * elmo-util.el (toplevel): Ditto.
8335         * elmo-vars.el (toplevel): Ditto.
8336         * elmo2.el (toplevel): Ditto.
8337         * mmelmo-1.el (toplevel): Ditto.
8338         * mmelmo-2.el (toplevel): Ditto.
8339         * mmelmo-imap4-1.el (toplevel): Ditto.
8340         * mmelmo-imap4-2.el (toplevel): Ditto.
8341         * mmelmo-imap4.el (toplevel): Ditto.
8342         * mmelmo.el (toplevel): Ditto.
8343
8344 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8345
8346         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8347         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8348
8349 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8352         before splitting.
8353         (elmo-multi-split-number-alist): Ditto.
8354
8355 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8356
8357         * elmo-version.el: New file.  Use product.el.
8358         * elmo2.el: Add (require 'elmo-version).
8359         * elmo-vars.el (elmo-appname, elmo-version): Move to
8360         elmo-version.el
8361
8362 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8363
8364         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8365         `elmo-msgdb-expand-path'.
8366         (elmo-msgdb-load): Ditto.
8367         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8368         (elmo-generic-list-folder-unread): Rewrite.
8369         (elmo-generic-list-folder-important): Changed argument.
8370         (elmo-list-folder-unread): Ditto.
8371         (elmo-list-folder-important): Ditto.
8372         (elmo-folder-diff): Rewrite.
8373         (elmo-generic-folder-diff): New function.
8374         (elmo-multi-get-number-alist-list): Abolished
8375         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8376         (elmo-multi-folder-diff): Moved to elmo-multi.el
8377         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8378
8379         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8380         `elmo-msgdb-expand-path'.
8381         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8382         (elmo-pop3-read-msg): Ditto.
8383         (elmo-pop3-delete-msgs): Ditto.
8384         (elmo-pop3-folder-diff): New alias.
8385
8386         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8387         `elmo-msgdb-expand-path'.
8388         (elmo-pipe-list-folder-unread): Changed arguments.
8389         (elmo-pipe-list-folder-important): Ditto.
8390         (elmo-pipe-folder-diff): New alias.
8391
8392         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8393         `elmo-msgdb-expand-path'.
8394         (elmo-nntp-max-of-folder): Ditto.
8395         (elmo-nntp-msgdb-create): Ditto.
8396         (elmo-nntp-delete-msgs): Ditto.
8397         (elmo-nntp-folder-diff): New alias.
8398
8399         * elmo-multi.el (elmo-multi-folder-diff): New function.
8400         (elmo-multi-split-mark-alist): Ditto.
8401         (elmo-multi-split-number-alist): Ditto.
8402         (elmo-multi-mark-alist-list): Abolished (Renamed to
8403         elmo-multi-split-mark-alist).
8404         (elmo-multi-list-folder-unread): Rewrite.
8405         (elmo-multi-list-folder-important): Ditto.
8406         (elmo-multi-list-folder): Set `spec' as 1st argument for
8407         `elmo-msgdb-expand-path'.
8408         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8409         instead of `elmo-multi-get-number-alist-list'.
8410
8411         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8412         If 1st argument is not string, treat as spec.
8413         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8414         `elmo-msgdb-expand-path'.
8415         (elmo-msgdb-flist-load): Ditto.
8416         (elmo-msgdb-flist-save): Ditto.
8417         (elmo-msgdb-delete-path): Ditto.
8418         (elmo-msgdb-rename-path): Ditto.
8419
8420         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8421         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8422         (elmo-maildir-delete-mark-msgs): Ditto.
8423         (elmo-maildir-msgdb-create): Ditto.
8424         (elmo-maildir-read-msg): Ditto.
8425         (elmo-maildir-delete-msgs): Ditto.
8426         (elmo-maildir-list-folder-subr): Ditto.
8427         (elmo-maildir-search): Ditto.
8428         (elmo-maildir-get-msg-filename): Ditto.
8429         (elmo-maildir-pack-number): Ditto.
8430         (elmo-maildir-folder-diff): New alias.
8431
8432         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8433
8434         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8435         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8436         (elmo-localdir-folder-diff): New alias.
8437
8438         * elmo-internal.el (elmo-internal-list-folder-subr):
8439         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8440         (elmo-internal-list-folder-by-location): Ditto.
8441         (elmo-internal-msgdb-create): Ditto.
8442         (elmo-internal-delete-msgs): Ditto.
8443         (elmo-internal-read-msg): Ditto.
8444         (elmo-internal-folder-diff): New alias.
8445
8446         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8447         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8448         `elmo-msgdb-expand-path'.
8449         (elmo-imap4-list-folder-unread): Changed arguments.
8450         (elmo-imap4-list-folder-important): Ditto.
8451
8452         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8453         (elmo-filter-list-folder-important): Ditto.
8454         (elmo-filter-folder-diff): New function.
8455
8456         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8457
8458         * elmo-cache.el (elmo-cache-list-folder):
8459         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8460         (elmo-cache-copy-msgs): Ditto.
8461         (elmo-cache-folder-diff): New alias.
8462
8463         * elmo-archive.el (elmo-archive-list-folder-subr):
8464         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8465         (elmo-archive-get-archive-name): Ditto.
8466         (elmo-archive-create-file): Ditto.
8467         (elmo-archive-append-msg): Ditto.
8468         (elmo-archive-copy-msgs): Ditto.
8469         (elmo-archive-copy-msgs-froms): Ditto.
8470         (elmo-archive-get-msg-filename): Ditto.
8471         (elmo-archive-folder-diff): New alias.
8472
8473 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8474
8475         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8476         (elmo-pop3-stream-type-alist): New variable.
8477         (elmo-nntp-stream-type-alist): New variable.
8478
8479         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8480         (elmo-kill-buffer): Ditto.
8481         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8482         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8483         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8484         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8485         (elmo-imap4-get-spec): Take into account
8486         `elmo-imap4-stream-type-alist'.
8487
8488 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8489
8490         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8491         (elmo-nntp-list-folders-get-cache): Ditto.
8492
8493 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8494
8495         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8496         character before 'uid'.
8497
8498 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8501
8502         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8503
8504         * elmo-util.el (elmo-number-set-member): New function.
8505         (elmo-number-set-append-list): Ditto.
8506         (elmo-number-set-append): Ditto.
8507
8508         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8509         Use `elmo-number-set-member'.
8510         (elmo-living-messages): Ditto.
8511         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8512         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8513
8514         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8515         (elmo-imap4-add-to-cont-list): Abolished.
8516         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8517         instead of elmo-imap4-add-to-cont-list.
8518
8519         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8520         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8521
8522         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8523
8524 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8525
8526         * elmo-util.el (elmo-condition-parse-search-value):
8527         Fixed date parsing.
8528
8529 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * elmo-util.el (elmo-condition-find-key-internal): New function.
8532         (elmo-condition-find-key): Ditto.
8533
8534         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8535         (elmo-msgdb-search-internal): Ditto.
8536         (elmo-msgdb-search): Ditto.
8537
8538 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8539
8540         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8541         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8542
8543         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8544         (elmo-nntp-search-primitive): Fixed problem when condition is
8545         'unmatch'.
8546
8547         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8548
8549         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8550         (elmo-nntp-xhdr-p): New macro.
8551         (elmo-nntp-set-xhdr): Ditto.
8552         (elmo-nntp-parse-xhdr-response): New function.
8553         (elmo-nntp-retrieve-field): Ditto.
8554         (elmo-nntp-search-primitive): Ditto.
8555         (elmo-nntp-search): Implemented.
8556
8557         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8558
8559         * elmo-archive.el (elmo-archive-search): Set all number list to
8560         `elmo-archive-field-condition-match'
8561
8562         * elmo-localdir.el (elmo-localdir-search): Likewise.
8563
8564         * elmo-maildir.el (elmo-maildir-search): Likewise.
8565
8566 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8567
8568         * elmo-msgdb.el (elmo-living-messages): New function.
8569         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8570         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8571         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8572         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8573         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8574         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8575         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8576         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8577         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8578         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8579         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8580
8581 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8584
8585         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8586
8587         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8588
8589         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8590         arguments for `SEARCH' command.
8591         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8592         All other related portions are changed.
8593
8594         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8595
8596         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8597         (elmo-list-folder-unread): Rewrite.
8598         (elmo-list-folder-important): Ditto.
8599
8600         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8601         (elmo-condition-parse-error): New inline function.
8602         (elmo-read-search-condition): New function.
8603         (elmo-read-search-condition-internal): Ditto.
8604         (elmo-parse-search-condition): Rewrite.
8605         (elmo-condition-parse): New function.
8606         (elmo-condition-parse-or-expr): Ditto.
8607         (elmo-condition-parse-and-expr): Ditto.
8608         (elmo-condition-parse-primitive): Ditto.
8609         (elmo-condition-parse-search-value): Ditto.
8610         (elmo-buffer-field-primitive-condition-match): Ditto.
8611         (elmo-buffer-field-condition-match): Rewrite.
8612         (elmo-file-field-condition-match): Ditto.
8613
8614         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8615         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8616
8617         * elmo-internal.el (elmo-internal-search): Set `number' and
8618         `number-list' argument of `elmo-file-field-condition-match'.
8619
8620         * elmo-maildir.el (elmo-maildir-search): Ditto.
8621
8622         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8623         `msgdb' as argument instead of `mark-alist'.
8624         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8625         `overview'.
8626
8627         * elmo-multi.el: Likewise.
8628
8629         * elmo-pipe.el: Likewise.
8630
8631         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8632         (elmo-imap4-search-internal): Rewrite.
8633         (elmo-imap4-search): Ditto.
8634
8635         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8636         (elmo-filter-list-folder-unread): Ditto.
8637         (elmo-filter-list-folder-important): Ditto.
8638         (elmo-filter-search): Rewrite.
8639
8640         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8641         `number-list' argument of `elmo-file-field-condition-match'.
8642         (elmo-cache-search): Ditto.
8643
8644         * elmo-localdir.el: Likewise.
8645
8646         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8647         number-list and pass it to `elmo-buffer-field-condition-match'.
8648         (elmo-archive-field-condition-match): Pass `number-list' to
8649         `elmo-archive-field-condition-match'
8650
8651 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8654         `listgroup'.
8655
8656         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8657         (elmo-folder-diff-async-callback-data): Ditto.
8658         (elmo-folder-diff-async): New function.
8659
8660         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8661         (elmo-network-session-cache-key): Use it as a prefix of the session
8662         name.
8663         (elmo-network-open-session): Ditto.
8664
8665         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8666         (elmo-imap4-status-callback-data): Ditto.
8667         (elmo-imap4-server-diff-async-callback): New variable.
8668         (elmo-imap4-server-diff-async-callback-data): Ditto.
8669         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8670         `elmo-imap4-status-callback-data'.
8671         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8672         `elmo-imap4-status-callback-data' as nil.
8673         (elmo-imap4-server-diff): Ditto.
8674         (elmo-imap4-server-diff-async-callback-1): New function.
8675         (elmo-imap4-server-diff-async): Ditto.
8676         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8677
8678 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8679
8680         * elmo-util.el (elmo-list-delete): Doc fix.
8681         (elmo-delete-lists): Abolish.
8682         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8683         instead of `elmo-delete-lists'.
8684
8685 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8688         before `sort'.
8689
8690 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8691
8692         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8693         `elmo-imap4-literal-subr'.
8694         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8695         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8696
8697 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8698
8699         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8700         (elmo-archive-list-folder): Fix.
8701         (elmo-archive-max-of-folder): Fix.
8702
8703 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8704
8705         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8706          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8707         (elmo-localdir-append-msg): Ditto.
8708         (elmo-localdir-list-folder): Fix for `nonsort'.
8709         (elmo-localdir-list-folder-subr): Fix for `killed'.
8710         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8711         (elmo-maildir-list-folder-subr): Ditto.
8712         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8713         (elmo-archive-list-folder-subr): Ditto.
8714         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8715         (elmo-internal-list-folder-subr): Ditto.
8716
8717 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8718
8719         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8720
8721 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8722
8723         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8724
8725 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8728         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8729
8730         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8731         before greeting.
8732         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8733         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8734
8735 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8736
8737         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8738
8739         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8740         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8741         before STORE command.
8742
8743 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8746
8747         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8748         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8749         of `response'.
8750         (elmo-imap4-list-folders): Removed unused local variable.
8751         (elmo-network-initialize-session): Ditto.
8752         (elmo-imap4-delete-msg-by-id): Ditto.
8753         (elmo-imap4-parse-fetch): Ditto.
8754         (elmo-imap4-copy-msgs): Ditto.
8755         Use `dst-spec' instead of `dst-folder'.
8756         (elmo-network-authenticate-session): Check authenticate type `plain'.
8757
8758 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8761         garbage checking.
8762         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8763         `elmo-imap4-response-value'.
8764         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8765
8766 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * elmo-imap4.el (elmo-imap4-send-command):
8769         Cause elmo-imap4-bye-error when current response is BYE.
8770         (elmo-imap4-arrival-filter): Changed greeting response value.
8771
8772         * elmo2.el (elmo-imap4-bye-error): Define.
8773
8774         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8775         (elmo-imap4-server-diff): Ditto.
8776         (elmo-imap4-response-bye-p): New macro.
8777         (elmo-imap4-response-error-text): Get text from BYE response.
8778         (elmo-imap4-read-response): Return if BYE response.
8779         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8780         (elmo-imap4-folder-exists-p): Ditto.
8781         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8782         (elmo-imap4-parse-bye): New function.
8783         (elmo-imap4-parse-response): Remove needless let.
8784         Call `elmo-imap4-parse-bye'.
8785
8786 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8787
8788         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8789         the mailbox does not exist.
8790         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8791
8792 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8793
8794         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8795
8796 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8799
8800         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8801         (elmo-network-initialize-session-buffer): Defined.
8802
8803         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8804         Abolished.
8805         (mmelmo-imap4-get-mime-entity): Rewrite.
8806
8807         * elmo2.el (elmo-error): Capitalize error message.
8808
8809         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8810         (elmo-network-session-buffer): New macro.
8811         (elmo-network-open-session): Use it.
8812
8813         * elmo-imap4.el: Rewrite.
8814
8815 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8816
8817         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8818
8819 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8820
8821         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8822         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8823         (elmo-imap4-create-msgdb-from-overview-string): Use
8824         `elmo-msgdb-create-overview-from-buffer'.
8825
8826 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8827
8828         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8829         (elmo-imap4-default-hierarchy-delimiter): New variable.
8830         (elmo-imap4-list-folders): Use it.
8831
8832 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8833
8834         * elmo-net.el (elmo-network-open-session): Add user and
8835         stream-type for process-buffer name.
8836
8837         * elmo-pop3.el (elmo-network-initialize-session): Call
8838         buffer-disable-undo.
8839
8840         * elmo-imap4.el (elmo-network-initialize-session):
8841         Set current-buffer as an argument for `buffer-disable-undo'.
8842
8843         * elmo-pop3.el (elmo-network-close-session): Don't use
8844         `process-live-p'.
8845
8846         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8847         Set default as 'user.
8848
8849         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8850
8851         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8852         and `elmo-imap4-flush-connection'.
8853
8854         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8855         (elmo-pop3-get-spec): Assume auth as symbol.
8856         (elmo-open-network-stream): Moved to `elmo-net'.
8857
8858         * elmo-pop3.el (toplevel): Require 'elmo-net.
8859         Define `sasl-cram-md5' to silence byte compilier.
8860         (elmo-pop3-connection-cache) Abolished.
8861         (elmo-pop3-authenticator-alist) New variable.
8862         (elmo-pop3-session): Define.
8863         (elmo-pop3-connection-get-process): Abolished.
8864         (elmo-pop3-connection-get-buffer): Ditto.
8865         (elmo-pop3-close-connection): Ditto.
8866         (elmo-pop3-flush-connection): Ditto.
8867         (elmo-pop3-get-connection): Ditto.
8868         (elmo-pop3-get-session): New function.
8869         (Replacement for `elmo-pop3-get-connection').
8870         All other related modules are changed.
8871         (elmo-network-close-session): Define.
8872         (elmo-pop3-send-command): Abolished argument `buffer'.
8873         All other related modules are changed.
8874         (elmo-pop3-read-response): Likewise.
8875         (elmo-pop3-open-connection): Abolished.
8876         (elmo-pop3-auth-user): New function.
8877         (elmo-pop3-auth-apop): Ditto.
8878         (elmo-pop3-auth-cram-md5): Ditto.
8879         (elmo-pop3-auth-scram-md5): Ditto.
8880         (elmo-pop3-auth-digest-md5): Ditto.
8881         (elmo-network-initialize-session): Define.
8882         (elmo-network-authenticate-session): Ditto.
8883         (elmo-network-setup-session): Ditto.
8884
8885         * elmo-imap4.el (toplevel): Require 'elmo-net.
8886         (elmo-imap4-session): Define.
8887         (elmo-imap4-connection-cache): Abolished.
8888         (elmo-imap4-password-key): Ditto.
8889         (elmo-imap4-flush-connection): Ditto.
8890         (elmo-imap4-get-connection): Ditto.
8891         All other related modules are changed.
8892         (elmo-imap4-get-session): New function
8893         (Replacement for `elmo-imap4-get-connection').
8894         (elmo-imap4-read-response): Abolished argument `buffer'.
8895         All other related modules are changed.
8896         (elmo-imap4-send-command): Likewise.
8897         (elmo-imap4-select-folder): Abolished.
8898         All other related modules are changed.
8899         (elmo-imap4-select-mailbox): New function.
8900         (Replacement for `elmo-imap4-select-folder').
8901         (elmo-imap4-auth-login): Simplify.
8902         (Assume current buffer as process buffer)
8903         (elmo-imap4-auth-cram-md5): Ditto.
8904         (elmo-imap4-auth-digest-md5): Ditto.
8905         (elmo-imap4-login): Ditto.
8906         (elmo-imap4-open-connection): Abolished.
8907         (elmo-imap4-open-connection-1): Abolished.
8908         (elmo-network-initialize-sessoin): Define.
8909         (elmo-network-authenticate-session): Ditto.
8910         (elmo-network-setup-session): Ditto.
8911
8912         * elmo-net.el: New module.
8913
8914 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8915
8916         * elmo-util.el (elmo-define-error): New function.
8917
8918         * elmo2.el (elmo-error): Define.
8919         (elmo-open-error): Define.
8920         (elmo-authenticate-error): Define.
8921
8922         * elmo-imap4.el (elmo-imap4-error): Abolish.
8923         (elmo-imap4-error-type): Abolish.
8924         (elmo-imap4-error-process): Abolish.
8925         (elmo-imap4-error-message): Abolish
8926         (elmo-imap4-list-folders): Don't quote lambda.
8927         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8928         (elmo-imap4-parse-namespace): Ditto.
8929         (elmo-imap4-open-connection): Rewrite.
8930         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8931         (elmo-imap4-get-connection): Abolish local variable `result'.
8932
8933 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8934
8935         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8936         wrong-type-argument error when auth is nil.
8937
8938 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8939
8940         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8941         (elmo-default-nntp-stream-type): Ditto.
8942         (elmo-default-pop3-stream-type): Ditto.
8943         (elmo-network-stream-type-alist): Ditto.
8944         (elmo-default-imap4-ssl): Abolished.
8945         (elmo-default-nntp-ssl): Ditto.
8946         (elmo-default-pop3-ssl): Ditto.
8947
8948         * elmo-util.el: (toplevel): Removed needless requires.
8949         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8950         (elmo-open-network-stream): Open network stream according to
8951         the value of `elmo-network-stream-type-alist'.
8952         (elmo-get-network-stream-type): New function.
8953         (elmo-network-stream-type-spec-string): New macro.
8954         (elmo-network-stream-type-symbol): Ditto.
8955         (elmo-network-stream-type-function): Ditto.
8956
8957         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8958         network-stream-type. All other related portions are changed.
8959         (elmo-pop3-open-connection): Ditto.
8960
8961         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8962         network-stream-type. All other related portions are changed.
8963
8964         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8965         network-stream-type.All other related portions are changed.
8966         (elmo-imap4-error): New macro.
8967         (elmo-imap4-error-type): Ditto.
8968         (elmo-imap4-error-process): Ditto.
8969         (elmo-imap4-error-message): Ditto.
8970         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8971         (elmo-imap4-auth-cram-md5): Ditto.
8972         (elmo-imap4-auth-digest-md5): Ditto.
8973         (elmo-imap4-login): Ditto.
8974         (elmo-imap4-open-connection): Remove password entry if authentication
8975         was in vain.
8976         (elmo-imap4-user-at-host): Abolished.
8977         (elmo-imap4-password-key): New buffer local variable.
8978         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8979         using protocol, port, auth and stream-type.
8980
8981         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8982
8983 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8984
8985         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8986
8987         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8988
8989         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8990         (elmo-imap4-authenticator-alist): New variable.
8991         (elmo-imap4-open-connection-1): Rename from
8992         elmo-imap4-open-connection.
8993         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8994         only wraps elmo-imap4-open-connection-1.
8995         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8996         user-at-host.
8997         (elmo-imap4-auth-login): New function.
8998         (elmo-imap4-auth-cram-md5): New function.
8999         (elmo-imap4-auth-digest-md5): New function.
9000         (elmo-imap4-login): New function.
9001
9002 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9003
9004         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9005         function `error'.
9006
9007 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9008
9009         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9010
9011 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9014
9015 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9016
9017         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9018         for server responses, quote `*' regardless of where it appears.
9019
9020 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9021
9022         * elmo-maildir.el (elmo-maildir-commit): New alias.
9023
9024 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9025
9026         * elmo-util.el (elmo-display-progress):
9027                 Use `progress-feedback-with-label'.
9028
9029 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9030
9031         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9032         (elmo-imap4-non-atom-char-regex): Ditto.
9033         (elmo-imap4-non-text-char-regex): Ditto.
9034         (elmo-imap4-literal-threshold): Ditto.
9035         (elmo-imap4-atom-p): New function.
9036         (elmo-imap4-quotable-p): Ditto.
9037         (elmo-imap4-nil): Ditto.
9038         (elmo-imap4-atom): Ditto.
9039         (elmo-imap4-quoted): Ditto.
9040         (elmo-imap4-literal-subr): Ditto.
9041         (elmo-imap4-literal): Ditto.
9042         (elmo-imap4-buffer-literal): Ditto.
9043         (elmo-imap4-string-subr): Ditto.
9044         (elmo-imap4-string): Ditto.
9045         (elmo-imap4-buffer-string): Ditto.
9046         (elmo-imap4-astring-subr): Ditto.
9047         (elmo-imap4-astring): Ditto.
9048         (elmo-imap4-buffer-astring): Ditto.
9049         (elmo-imap4-nstring): Ditto.
9050         (elmo-imap4-buffer-nstring): Ditto.
9051         (elmo-imap4-mailbox): New alias.
9052         (elmo-imap4-field-body): Ditto.
9053         (elmo-imap4-userid): Ditto.
9054         (elmo-imap4-password): Ditto.
9055         (elmo-imap4-format-quoted): New function.
9056         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9057         arguments and handle "atom", "quoted" and "literal" string here.
9058         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9059         `elmo-imap4-send-command'.
9060         (elmo-imap4-folder-exists-p): Likewise.
9061         (elmo-imap4-create-folder): Likewise.
9062         (elmo-imap4-delete-folder): Likewise.
9063         (elmo-imap4-rename-folder): Likewise.
9064         (elmo-imap4-max-of-folder): Likewise.
9065         (elmo-imap4-check-validity): Likewise.
9066         (elmo-imap4-sync-validity): Likewise.
9067         (elmo-imap4-server-diff): Likewise.
9068         (elmo-imap4-select-folder): Likewise.
9069         (elmo-imap4-copy-msgs): Likewise.
9070         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9071         (elmo-imap4-mark-set-on-msgs): Likewise.
9072         (elmo-imap4-read-part): Likewise.
9073         (elmo-imap4-read-msg): Likewise.
9074         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9075         `elmo-imap4-password' for `elmo-imap4-send-command'.
9076         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9077         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9078         `elmo-imap4-buffer-literal'.
9079         (elmo-imap4-append-msg): Likewise.
9080
9081         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9082         `delete' for removing dead connection from the connection cache.
9083         Move deletion of the process buffer after that.
9084         (elmo-imap4-list): Change `defsubst' to `defun'.
9085         (elmo-imap4-commit): Make error message verbose.
9086         (elmo-imap4-search): Ditto.
9087         (elmo-imap4-list): Ditto.
9088         (elmo-imap4-select-folder): Ditto.
9089         (elmo-imap4-copy-msgs): Ditto.
9090         (elmo-imap4-delete-msg-by-id): Ditto.
9091         (elmo-imap4-append-msg-by-id): Ditto.
9092         (elmo-imap4-append-msg): Ditto.
9093
9094 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9095
9096         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9097         when dired is used on XEmacs.
9098
9099 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9100
9101         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9102         instead of `append'.
9103         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9104         `elmo-plugged-p' directly.
9105         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9106         of `elmo-plugged-p' directly.
9107
9108         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9109         Eliminate unused variable.  Use `memq' for checking a process status.
9110         Use `cons' instead of `append' for updating the connection cache.
9111         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9112         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9113
9114 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9115
9116         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9117         `elmo-imap4-read-point' exactly.
9118
9119         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9120         the local variable `folder' to `mailbox'.
9121         Rename the argument `fld' to `folder'.
9122
9123 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9126         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9127
9128 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9131         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9132         (elmo-pop3-uidl-number-hash): Ditto.
9133         (elmo-pop3-size-hash): Ditto.
9134         (elmo-pop3-uidl-done): Ditto.
9135         (elmo-pop3-list-done): Ditto.
9136         (elmo-pop3-connection-get-process): New defmacro.
9137         (elmo-pop3-connection-get-buffer): Ditto.
9138         (elmo-pop3-close-connection): Delete buffer and process.
9139         (elmo-pop3-flush-connection): Don't delete buffer and process.
9140         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9141         Setup UIDL and size hash.
9142         (elmo-pop3-send-command-no-erase): Deleted
9143         (elmo-pop3-send-command): Added optional argument `no-erase'.
9144         (elmo-pop3-parse-uidl-response): New function.
9145         (elmo-pop3-parse-list-response): Set size hash.
9146         (elmo-pop3-list-location): New function.
9147         (elmo-pop3-list-by-uidl-subr): Ditto.
9148         (elmo-pop3-list-by-list): Ditto.
9149         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9150         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9151         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9152         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9153         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9154         Use uidl.
9155         (elmo-pop3-uidl-to-number): New function.
9156         (elmo-pop3-number-to-uidl): Ditto.
9157         (elmo-pop3-number-to-size): Ditto.
9158         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9159         Set number by use of uidl.
9160         (elmo-pop3-msgdb-create-message): Likewise.
9161         Set size, loc-alist in msgdb.
9162         (elmo-pop3-read-msg): Set number by use of uidl.
9163         Added optional argument `msgdb'.
9164         (elmo-pop3-delete-msg): Ditto.
9165         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9166         (elmo-pop3-commit): Close connection.
9167
9168         * elmo-pipe.el (elmo-pipe-max-of-folder):
9169         Bind `elmo-pop3-use-uidl' as nil.
9170         (elmo-pipe-drain): Ditto.
9171         Call `elmo-commit'.
9172
9173         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9174         (elmo-msgdb-overview-entity-set-size): New defsubst.
9175
9176 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * elmo-vars.el (elmo-use-killed-list): New variable
9179         (Renamed from `elmo-nntp-use-killed-list').
9180         (elmo-nntp-use-killed-list): Eliminated.
9181
9182         * elmo-msgdb.el (elmo-msgdb-expand-path):
9183         Changed expanding msgdb path for elmo-multi.
9184
9185         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9186         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9187         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9188         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9189         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9190         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9191         (toplevel): Deleted time-stamp line.
9192
9193         * elmo2.el (elmo-clear-killed ): Defined as function
9194         (Abolished defining as a backend function).
9195         All other related modules are changed.
9196
9197 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9198
9199         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9200
9201 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9202
9203         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9204
9205 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9206
9207         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9208
9209 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9210
9211         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9212         asynchronous folder check.
9213
9214         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9215
9216         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9217         `elmo-nntp-use-killed-list'.
9218         (elmo-nntp-list-folder): Use killed list.
9219         (elmo-nntp-max-of-folder): Ditto.
9220         (elmo-nntp-msgdb-create): Set killed list.
9221
9222         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9223
9224         * elmo2.el (elmo-clear-killed): New backend function.
9225         All other related modules are changed.
9226
9227 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9228
9229         * elmo-util.el (elmo-imap4-spec-folder): Use
9230         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9231         All callers changed.
9232
9233 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9234
9235         * mmelmo-2.el (initialize-instance):
9236         Use `mime-buffer-entity-buffer-internal' instead of
9237         `mime-entity-buffer'.
9238
9239         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9240         (mime-entity-body): Implemented.
9241         (mime-goto-header-start-point): Deleted.
9242         (mime-goto-body-end-point): Ditto.
9243         (mime-entity-point-min): Ditto.
9244         (mime-entity-point-max): Ditto.
9245         (mime-entity-children): Ditto.
9246         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9247         instead of `mime-entity-buffer'.
9248         (mime-entity-header-buffer): Ditto.
9249         (mime-entity-body-buffer): Ditto.
9250         (mime-write-entity-content): Ditto.
9251
9252         * pldap.el (ldap-static-if): New macro.
9253         (toplevel): Use it instead of `static-if'.
9254
9255 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9258         included in `attrs' argument.
9259
9260 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9263
9264         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9265         (ldap-ldif-safe-init-char-regexp): Ditto.
9266         (ldap-ldif-safe-string-regexp): Ditto.
9267         (ldap/ldif-safe-string-p): New macro.
9268         (ldap/ldif-insert-field): Ditto.
9269         (ldap-modify): Use it.
9270         (ldap-add): Ditto.
9271         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9272         (ldap-decode-attribute): Decode only when `attr' is consp.
9273         (ldap-delete): Bind `ret'.
9274         (toplevel): Require 'cl at compile time.
9275         Removed (require 'poe) and (require 'std11).
9276         (pldap-version): Eliminated.
9277         (ldap-search-basic): Removed auth and dn binding.
9278         (ldap-ldif-field-name-regexp): New constant.
9279         (ldap-ldif-field-head-regexp): Ditto.
9280         (ldap-ldif-next-field-head-regexp): Ditto.
9281         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9282         (ldap/field-end): New function.
9283         (ldap/field-body): Use it.
9284         (ldap/collect-field): Ditto.
9285         (ldap-search-basic): Use `ldap/field-body'.
9286
9287 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * pldap.el (ldap-default-attribute-encoder): New user option.
9290         (ldap/field-body): Decode base64 string.
9291         (ldap/collect-field): Ditto.
9292         (ldap-encode-attribute): New function.
9293         (ldap-add-entries): Use it.
9294         (ldap-modify-entries): Ditto.
9295         (ldap-search-entries): Enclosed decoding function with
9296         `with-temp-buffer' and set as unibyte.
9297         (ldap-search-basic): Set process buffer as unibyte.
9298
9299         * elmo-util.el (elmo-folder-identical-system-p):
9300         Eliminated name space checking.
9301
9302         * pldap.el: New module.
9303         toplevel: Changed condition to detect built-in ldap feature.
9304         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9305         (ldap-add): Added error handling.
9306         (ldap-modify): Ditto.
9307         (ldap-delete): Ditto.
9308
9309 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9310
9311         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9312         Initialize local variables with `let'.  Inline a temporary
9313         variable for the progress percentage.  Sort `setq' to reduce
9314         function call in the while-loop.
9315
9316         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9317         into the conditional branch.
9318
9319 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9320
9321         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9322         Move a conditional out of the while-loop.
9323
9324 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9325
9326         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9327         elmo-msgdb-overview-get-entity-by-number.
9328         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9329         throw.
9330
9331 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9332
9333         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9334         the local variable for a packed number self descriptively.
9335
9336 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9337
9338         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9339         * elmo-localdir.el (elmo-localdir-pack-number): Use
9340         `elmo-msgdb-overview-get-entity' instead of
9341         `elmo-msgdb-overview-get-entity-by-number'.
9342         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9343         (elmo-msgdb-search-overview-entity): Removed.
9344         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9345         by message-id or number.
9346         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9347         instead of `elmo-msgdb-overview-get-entity-by-number'.
9348
9349 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9350
9351         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9352         non-nil, use hash table for overview.
9353         (elmo-hash-maximum-size): New variable.
9354         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9355         (elmo-msgdb-make-overview-hashtb): New function.
9356         (elmo-msgdb-clear-overview-hashtb): New function.
9357         (elmo-clear-hash-val): New macro.
9358         All other related modules are changed.
9359
9360 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9361
9362         * elmo2.el (elmo-move-msgs): If there's other message with
9363         same message-id, don't use cache.
9364
9365 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9366
9367         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9368         number is already packed.
9369
9370 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9371
9372         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9373
9374 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9375
9376         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9377         All other related modules are changed.
9378
9379 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9380
9381         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9382         of refiling failure on Maildir.
9383
9384 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9385
9386         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9387         decoded mime-charset with cache.
9388         (elmo-msgdb-overview-entity-get-from): Ditto.
9389         (elmo-msgdb-overview-entity-get-subject): Ditto.
9390         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9391
9392 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9393
9394         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9395         (elmo-remove-passwd): Fill password with 0 before erase.
9396         * elmo-vars.el (elmo-passwd-life-time): New variable.
9397
9398 \f
9399 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9400
9401         * elmo-cache.el (elmo-buffer-cache-add):
9402         Set message cache buffer as unibyte.
9403
9404 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9405
9406         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9407         become nil.
9408
9409 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9412         when display is finished.
9413         (elmo-nntp-msgdb-create): Ditto.
9414         (elmo-nntp-groups-read-response): Ditto.
9415         (elmo-nntp-retrieve-headers): Ditto.
9416         (elmo-nntp-msgdb-create-message): Ditto.
9417         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9418         (elmo-pop3-msgdb-create-message): Ditto.
9419
9420 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9421
9422         * elmo-maildir.el (elmo-maildir-msgdb-create):
9423         Use `elmo-msgdb-sort-by-date'.
9424
9425 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9426
9427         * elmo2.el (elmo-read-msg-no-cache):
9428         Eliminated arguments after `outbuf'.
9429         Don't use cache even if it exists.
9430         (elmo-read-msg): Don't pass arguments after `outbuf' to
9431         `elmo-read-msg-no-cache'.
9432
9433 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9434
9435         * elmo-archive.el (elmo-archive-list-folders):
9436         Use `file-name-directory' if base folder does not exist.
9437
9438 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9439
9440         * elmo-archive.el (elmo-archive-list-folders): Don't use
9441         `file-name-directory'.
9442
9443 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9444
9445         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9446         If `force' is non-nil, try flushing all operation queues.
9447
9448 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9449
9450         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9451         as-binary-process.
9452
9453 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9454
9455         * elmo-util.el (elmo-display-progress): Fixed.
9456
9457 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9458
9459         * elmo-util.el (elmo-display-progress): New function.
9460         All other related modules are changed.