elisp/wanderlust.git
23 years ago* elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
hmurata [Wed, 9 May 2001 07:06:43 +0000 (07:06 +0000)]
* elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
instead of current mark.

* elmo-multi.el (elmo-folder-list-importants-internal): No
operation if importants is not list.

* elmo-filter.el (elmo-filter-folder-list-importants-internal):
Return t if importants is not list.

* elmo-map.el (elmo-map-folder-list-importants): Define.
(elmo-folder-list-importants-internal): Check return value of
`elmo-map-folder-list-importants-internal'.

* elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.

* elmo-mark.el (elmo-folder-list-importants-internal): Ditto.

* elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.

* elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.

23 years ago* wl-mime.el (wl-mime-setup): Added setting for
teranisi [Tue, 8 May 2001 16:31:44 +0000 (16:31 +0000)]
* wl-mime.el (wl-mime-setup): Added setting for
`mime-setup-signature-key-alist' to avoid overriding key bind for
`wl-draft-send'.

* wl-e21.el (wl-draft-overload-functions): Don't override key binding
for `wl-draft-send'.
* wl-mule.el (wl-draft-overload-functions): Ditto.
* wl-xmas.el (wl-draft-overload-functions): Ditto.
* wl-draft.el (wl-draft-send): Ditto.

* wl-message.el (wl-message-display-internal):
Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
(Patch is provided by <kita@coe.nttdata.co.jp>).

* elmo.el (elmo-message-fetch-confirm): Fixed docstring.
(Patch is provided by <kita@coe.nttdata.co.jp>).

23 years ago* wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
okada [Tue, 8 May 2001 16:07:18 +0000 (16:07 +0000)]
* wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.

23 years ago2001-05-08 Kenichi OKADA <okada@opaopa.org>
okada [Tue, 8 May 2001 15:12:14 +0000 (15:12 +0000)]
2001-05-08  Kenichi OKADA  <okada@opaopa.org>

* utils/bbdb-wl.el (bbdb-wl-folder-regexp): New variable.
(bbdb-wl-get-update-record): Use `bbdb-wl-folder-regexp'.

23 years ago2001-05-08 Kenichi OKADA <okada@opaopa.org>
okada [Tue, 8 May 2001 14:54:37 +0000 (14:54 +0000)]
2001-05-08  Kenichi OKADA  <okada@opaopa.org>

* wl.el (wl): Fix for wl-demo.

23 years ago2001-05-08 Kenichi OKADA <okada@opaopa.org>
okada [Tue, 8 May 2001 11:59:11 +0000 (11:59 +0000)]
2001-05-08  Kenichi OKADA  <okada@opaopa.org>

* wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'

23 years ago2001-05-08 Kenichi OKADA <okada@opaopa.org>
okada [Tue, 8 May 2001 11:07:00 +0000 (11:07 +0000)]
2001-05-08  Kenichi OKADA  <okada@opaopa.org>

* wl-folder.el (wl-folder-prefetch-entity): Use
`wl-folder-get-elmo-folder'.
(wl-folder-count-incorporates): Do not use
`wl-folder-get-elmo-folder'.

23 years ago2001-05-08 Kenichi OKADA <okada@opaopa.org>
okada [Tue, 8 May 2001 10:09:34 +0000 (10:09 +0000)]
2001-05-08  Kenichi OKADA  <okada@opaopa.org>

      * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
      instead of `elmo-folder-get-type'.

2001-03-27  Kenichi OKADA  <okada@opaopa.org>

      * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
      hierarchy is t.

23 years ago* elmo.el (elmo-folder-synchronize): Don't check important mark in
hmurata [Tue, 8 May 2001 07:36:34 +0000 (07:36 +0000)]
* elmo.el (elmo-folder-synchronize): Don't check important mark in
mark folder.

23 years ago* elmo.el (elmo-message-fetch): Define.
hmurata [Tue, 8 May 2001 01:38:25 +0000 (01:38 +0000)]
* elmo.el (elmo-message-fetch): Define.
(elmo-message-fetch-with-cache-process): New generic method.
(elmo-message-fetch-internal): New generic method.

* elmo-archive.el (elmo-message-fetch-internal): Define.
(elmo-message-fetch): Eliminated.

* elmo-localdir.el (elmo-message-fetch-internal): Define.
(elmo-message-fetch): Eliminated.

* elmo-map.el (elmo-map-message-fetch): Eliminated optional
argument OUTBUF.
(elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').

* elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
(elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.

* elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
(elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.

* elmo-maildir.el (elmo-map-message-fetch): Rewrite.

* elmo-nmz.el (elmo-map-message-fetch): Ditto.

* elmo-shimbun.el (elmo-map-message-fetch): Ditto.

* elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
(elmo-message-fetch-unplugged): New generic method.
(elmo-message-fetch-internal): Remove cache process (Renamed from
`elmo-message-fetch').

* elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
(elmo-message-fetch): Eliminated.
(elmo-message-fetch-unplugged): Ditto.

* elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.

23 years ago* elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
hmurata [Wed, 2 May 2001 10:02:38 +0000 (10:02 +0000)]
* elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
of `to-be-deleted' from number-alist to number-list.

23 years ago* wl-summary.el (wl-summary-write-current-folder): Set cursor
kaoru [Tue, 1 May 2001 05:51:28 +0000 (05:51 +0000)]
* wl-summary.el (wl-summary-write-current-folder): Set cursor
position on Subject: field.
(Advised by Mito <mit@nines.nec.co.jp>)

23 years ago* wl-folder.el (wl-folder-prefetch-entity): Use
hmurata [Fri, 27 Apr 2001 08:27:36 +0000 (08:27 +0000)]
* wl-folder.el (wl-folder-prefetch-entity): Use
`wl-folder-get-elmo-folder'.

23 years ago* elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
hmurata [Thu, 26 Apr 2001 09:17:43 +0000 (09:17 +0000)]
* elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
(elmo-folder-mark-as-important): Ditto.

23 years ago* wl-vars.el (wl-folder-process-duplicates-alist): New user option.
teranisi [Thu, 26 Apr 2001 03:46:32 +0000 (03:46 +0000)]
* wl-vars.el (wl-folder-process-duplicates-alist): New user option.

* wl-summary.el (wl-summary-buffer-set-folder): Set up `process-duplicates'
 slot.

* wl-highlight.el (wl-highlight-message): Don't highlight as signature
 if detection failed.

* elmo.el (elmo-folder): Added process-duplicates slot.

* elmo-pipe.el (elmo-folder-mark-as-read): Define.
 (elmo-folder-unmark-read): Ditto.
 (elmo-folder-unmark-important): Ditto.
 (elmo-folder-mark-as-important): Ditto.

* elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
 duplicated message processing.

* elmo.el (elmo-generic-folder-append-msgdb): Ditto.

23 years ago* wl-alpha-logo.xpm: Added topshadow.
yamaoka [Thu, 26 Apr 2001 00:16:40 +0000 (00:16 +0000)]
* wl-alpha-logo.xpm: Added topshadow.
* wl-beta-logo.xpm: Replaced with the renovated version.
* wl-beta-logo.xbm: Ditto.

23 years ago* wl-version.el (wl-version-status): Set to "alpha".
kaoru [Wed, 25 Apr 2001 03:18:39 +0000 (03:18 +0000)]
* wl-version.el (wl-version-status): Set to "alpha".

23 years ago* wl-alpha-logo.xbm: Added XBM version of an alpha logo.
yamaoka [Tue, 24 Apr 2001 11:36:45 +0000 (11:36 +0000)]
* wl-alpha-logo.xbm: Added XBM version of an alpha logo.

23 years ago* wl-alpha-logo.xpm: Reduced a number of colors.
yamaoka [Tue, 24 Apr 2001 10:54:19 +0000 (10:54 +0000)]
* wl-alpha-logo.xpm: Reduced a number of colors.

23 years agoAdd alpha version logo.
kaoru [Tue, 24 Apr 2001 08:58:45 +0000 (08:58 +0000)]
Add alpha version logo.

23 years agoThis commit was manufactured by cvs2svn to create branch 'elmo-lunafy'.
tomo [Tue, 24 Apr 2001 08:56:32 +0000 (08:56 +0000)]
This commit was manufactured by cvs2svn to create branch 'elmo-lunafy'.

23 years agoAdd alpha version logo.
kaoru [Tue, 24 Apr 2001 08:56:31 +0000 (08:56 +0000)]
Add alpha version logo.

23 years ago* elmo-util.el (elmo-list-subdirectories-1): New function.
hmurata [Tue, 24 Apr 2001 08:31:32 +0000 (08:31 +0000)]
* elmo-util.el (elmo-list-subdirectories-1): New function.
(elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
(elmo-mapcar-list-of-list): New function.

* elmo-archive.el (elmo-archive-folder-list-subfolders): Use
`elmo-mapcar-list-of-list' instead of `mapcar'.

* elmo-localdir.el (elmo-folder-list-subfolders): Ditto.

* elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
`elmo-have-link-count'. Return the fully qualified folder name.

23 years ago* elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
teranisi [Mon, 23 Apr 2001 06:20:39 +0000 (06:20 +0000)]
* elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
(elmo-shimbun-headers-cache): New internal variable.
(elmo-shimbun-headers-cache-header-list): New inline function.
(elmo-shimbun-headers-cache-set-header-list): Ditto.
(elmo-shimbun-headers-cache-header-hash): Ditto.
(elmo-shimbun-headers-cache-set-header-hash): Ditto.
(elmo-shimbun-headers-cache-last-check): Ditto.
(elmo-shimbun-headers-cache-set-last-check): Ditto.
(elmo-shimbun-lapse-seconds): Ditto.
(elmo-shimbun-headers-cache-check-p): Ditto.
(elmo-shimbun-get-headers): New function.
(elmo-folder-open-internal): Call it.
(elmo-quit): Define (Clear headers-cache).

* wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
Check wl-message-buffer lives before set-buffer.

23 years agoUpdate
murata [Sun, 22 Apr 2001 12:18:20 +0000 (12:18 +0000)]
Update

23 years ago* wl-expire.el (wl-summary-expire): Fixed problem that do not expire
murata [Sun, 22 Apr 2001 12:15:00 +0000 (12:15 +0000)]
* wl-expire.el (wl-summary-expire): Fixed problem that do not expire
  called in folder mode.
* wl-var.el (wl-summary-exit-pre-hook): New variable.
* wl-summary.el (wl-summary-exit-pre-hook): Run `wl-summary-exit-pre-hook'
  before exit summary mode.

23 years ago* wl-version.el (wl-version-status): New variable.
kaoru [Sun, 22 Apr 2001 03:09:23 +0000 (03:09 +0000)]
* wl-version.el (wl-version-status): New variable.
(wl-version-status-alist): Removed.
(wl-version-status): Rule included.

23 years agoAdd comment.
kaoru [Sun, 22 Apr 2001 03:02:03 +0000 (03:02 +0000)]
Add comment.

23 years agoAdd comment.
kaoru [Sun, 22 Apr 2001 02:59:59 +0000 (02:59 +0000)]
Add comment.

23 years ago* wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
teranisi [Thu, 19 Apr 2001 04:53:58 +0000 (04:53 +0000)]
* wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
 @sponichi.

* wl-draft.el (wl-draft-insert-current-message): Fixed problem
 when `mail-reply-buffer' is buffer-local variable.
 (Reported by <kita@coe.nttdata.co.jp>).

23 years ago* elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
teranisi [Wed, 18 Apr 2001 10:03:22 +0000 (10:03 +0000)]
* elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).

23 years agoFixed date string.
teranisi [Wed, 18 Apr 2001 09:11:21 +0000 (09:11 +0000)]
Fixed date string.

23 years ago* elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
teranisi [Wed, 18 Apr 2001 09:10:57 +0000 (09:10 +0000)]
* elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
 (elmo-msgdb-flist-save): Ditto.

23 years ago* elmo-shimbun.el (elmo-folder-list-subfolders):
teranisi [Wed, 18 Apr 2001 08:24:09 +0000 (08:24 +0000)]
* elmo-shimbun.el (elmo-folder-list-subfolders):
Use `shimbun-groups' instead of `shimbun-groups-internal'.
(elmo-folder-exists-p): Ditto.

23 years ago* elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
teranisi [Wed, 18 Apr 2001 03:19:52 +0000 (03:19 +0000)]
* elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
 argument for `shimbun-header-insert'.

23 years ago* elmo-multi.el (elmo-multi-folder-diff): Use dummy number list at first time.
teranisi [Tue, 17 Apr 2001 10:15:20 +0000 (10:15 +0000)]
* elmo-multi.el (elmo-multi-folder-diff): Use dummy number list at first time.

* elmo-util.el (toplevel): Require 'mcharset and 'pces.
(With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')

* wl-vars.el (toplevel): Require 'elmo-util.

23 years ago* wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
teranisi [Mon, 16 Apr 2001 11:39:39 +0000 (11:39 +0000)]
* wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
(All other related portions are changed)

* elmo-shimbun.el (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".

23 years agoUpdate.
teranisi [Mon, 16 Apr 2001 06:41:10 +0000 (06:41 +0000)]
Update.

23 years ago* utils/bbdb-wl.el (bbdb-wl-get-update-record): Use `with-current-buffer'.
teranisi [Mon, 16 Apr 2001 02:53:14 +0000 (02:53 +0000)]
* utils/bbdb-wl.el (bbdb-wl-get-update-record): Use `with-current-buffer'.

23 years ago* utils/bbdb-wl.el (bbdb-wl-get-update-record): Use `with-current-buffer'.
teranisi [Mon, 16 Apr 2001 02:51:21 +0000 (02:51 +0000)]
* utils/bbdb-wl.el (bbdb-wl-get-update-record): Use `with-current-buffer'.

* wl.el (wl-plugged-change): Use '<' instead of '<='.

* wl-folder.el (wl-folder-check-one-entity): Fixed last change again.

* elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
 (elmo-folder-plugged-p): Define.
 (elmo-folder-set-plugged): Ditto.
 (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
 (elmo-folder-list-messages-internal): Return t if unplugged.

* elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
 when elmo-folder-list-messages-internal method of children returns t.

* elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
 pair is nil.
 (elmo-folder-open-internal): Don't update if unplugged status.

23 years ago* wl-folder.el (wl-folder-check-one-entity): Fixed last change.
hmurata [Sat, 14 Apr 2001 14:03:04 +0000 (14:03 +0000)]
* wl-folder.el (wl-folder-check-one-entity): Fixed last change.

23 years ago* wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
teranisi [Fri, 13 Apr 2001 14:21:39 +0000 (14:21 +0000)]
* wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
 Delete other windows to avoid an error.
 Use `point-marker' instead of `point' to remember the start point of body.

* wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.

* wl-folder.el (wl-folder-check-one-entity): Adjust unread message
 number not to exceed all message number.

* elmo.el (elmo-folder-synchronize): Fixed problem when there's no new message.

23 years agoApplied patch from Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>.
yamaoka [Thu, 12 Apr 2001 13:25:14 +0000 (13:25 +0000)]
Applied patch from Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>.
* wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to call the
 command `wl-biff-check-folders' in `mode-line-mouse2-map'.

23 years agoApplied patch from Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>.
yamaoka [Thu, 12 Apr 2001 13:24:59 +0000 (13:24 +0000)]
Applied patch from Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>.
* wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to call the
 command `wl-biff-check-folders' in `mode-line-mouse2-map'.

23 years ago* elmo-util.el (elmo-file-cache-save): Ignore errors.
teranisi [Thu, 12 Apr 2001 04:02:00 +0000 (04:02 +0000)]
* elmo-util.el (elmo-file-cache-save): Ignore errors.

* elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before saving.

23 years ago* wl-summary.el (wl-summary-sync-force-update): Added argument no-check.
teranisi [Mon, 9 Apr 2001 05:41:43 +0000 (05:41 +0000)]
* wl-summary.el (wl-summary-sync-force-update): Added argument no-check.
(wl-summary-sync-update): Ditto.
(wl-summary-goto-folder-subr): Call wl-summary-sync-force-update with
`no-check'.

* wl-message.el (wl-message-buffer-prefetch-timer): New variable.
(wl-message-buffer-prefetch-next): Don't run timer if timer is already running.

* elmo.el (elmo-folder-synchronize): Added optional no-check argument.

* elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
(elmo-folder-open-internal): Set up headers slot.
(elmo-folder-check): Call elmo-folder-close-internal and
 elmo-folder-open-internal.
(elmo-folder-close-internal): Clean up headers slot.

23 years agoFixed wrong argument in wl-summary-archive
murata [Sat, 7 Apr 2001 15:45:56 +0000 (15:45 +0000)]
Fixed wrong argument in wl-summary-archive

23 years ago* wl-expire.el (wl-expire-archive-get-folder): Added argument
murata [Sat, 7 Apr 2001 14:48:10 +0000 (14:48 +0000)]
* wl-expire.el (wl-expire-archive-get-folder): Added argument
`dst-folder-arg'.
(wl-expire-archive-number1): Diito.
(wl-expire-archive-number2): Diito.
(wl-expire-archive-Date): Diito.
(wl-archive-number1): Diito.
(wl-archive-number2): Diito.
(wl-archive-date): Diito.
(wl-archive-folder-p): New function.
(wl-summary-expire): Support of expand folder name at
wl-expire-alist.
* wl-util.el (wl-expand-newtext): Renamed from
`wl-refile-expand-newtext'.

23 years ago* elmo-archive.el (elmo-archive-folder-list-subfolders): Match exactly
murata [Sat, 7 Apr 2001 14:47:15 +0000 (14:47 +0000)]
* elmo-archive.el (elmo-archive-folder-list-subfolders): Match exactly
folder list.
(elmo-folder-append-messages): Fixed append archive with prefix.
* elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed make
temp files with start-number.
* elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.

23 years ago* wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
hmurata [Thu, 5 Apr 2001 11:14:18 +0000 (11:14 +0000)]
* wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
`elmo-msgdb-overview-get-entity' with `msgdb' instead of
`(elmo-msgdb-get-overview msgdb)'.
(wl-summary-prefetch): Bind match data before call
`wl-summay-prefetch-msg'.
(wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
'off if `wl-summary-buffer-disp-msg' is non-nil.
Fixed problem that couldn't show only one new or unread message when
enter folder.
(wl-summary-reply): Don't call `split-window-vertically' and other
window.

23 years ago* elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
hmurata [Thu, 5 Apr 2001 11:13:23 +0000 (11:13 +0000)]
* elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
argument `visible-only'.
(elmo-generic-folder-append-messages): Fixed condition. Use `unless'
instead of `if'.

* elmo-pop3.el (elmo-folder-open-internal): Check
`elmo-inhibit-number-mapping' is non-nil.

* elmo-pipe.el (elmo-folder-status): Fixed.

23 years ago* elmo.el (elmo-dop-queue-flush): Added autload setting.
teranisi [Thu, 5 Apr 2001 04:22:25 +0000 (04:22 +0000)]
* elmo.el (elmo-dop-queue-flush): Added autload setting.

23 years ago* elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
teranisi [Thu, 5 Apr 2001 03:31:47 +0000 (03:31 +0000)]
* elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
(elmo-folder-open-internal): Setup `header-hash' slot.
(elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
information.
(elmo-map-message-fetch): Ditto.

23 years ago* WL-ELS (ELMO-MODULES): Removed shimbun related modules;
teranisi [Wed, 4 Apr 2001 04:32:57 +0000 (04:32 +0000)]
* WL-ELS (ELMO-MODULES): Removed shimbun related modules;
 Add elmo-shimbun only if shimbun is installed.

23 years ago* shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
teranisi [Wed, 4 Apr 2001 04:11:53 +0000 (04:11 +0000)]
* shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
 sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
 sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
 sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.

* elmo-util.el (elmo-resque-obsolete-variable): Fix.

23 years agoUpdate.
teranisi [Tue, 3 Apr 2001 05:14:00 +0000 (05:14 +0000)]
Update.

23 years agosb-tcup is added.
teranisi [Tue, 3 Apr 2001 05:13:14 +0000 (05:13 +0000)]
sb-tcup is added.

23 years ago* WL-ELS (ELMO-MODULES): Added sb-tcup.
teranisi [Tue, 3 Apr 2001 05:12:14 +0000 (05:12 +0000)]
* WL-ELS (ELMO-MODULES): Added sb-tcup.

* sb-airs.el: Added footer.

* shimbun.el (shimbun-article): Define as luna-method.

* sb-tcup.el: New file.

23 years ago* wl-expire.el (wl-expire-refile): Fixed.
teranisi [Tue, 3 Apr 2001 02:15:52 +0000 (02:15 +0000)]
* wl-expire.el (wl-expire-refile): Fixed.

23 years ago* sb-airs.el (toplevel): Require 'sb-mhonarc.
teranisi [Mon, 2 Apr 2001 22:29:00 +0000 (22:29 +0000)]
* sb-airs.el (toplevel): Require 'sb-mhonarc.
 (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)

23 years agoUpdate.
teranisi [Mon, 2 Apr 2001 11:21:55 +0000 (11:21 +0000)]
Update.

23 years ago* wl-vars.el (wl-biff-unnotify-hook): New variable.
teranisi [Mon, 2 Apr 2001 11:16:23 +0000 (11:16 +0000)]
* wl-vars.el (wl-biff-unnotify-hook): New variable.

* wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
 biff notification is removed.

* utils/bbdb-wl.el: Applied patch from
 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> for bbdb 2.33
 (X-Mail-Count: 07190, 07195 in the ML);
 Added workaround for older version of bbdb.

23 years ago* utils/bbdb-wl.el: Applied patch from
teranisi [Mon, 2 Apr 2001 11:13:53 +0000 (11:13 +0000)]
* utils/bbdb-wl.el: Applied patch from
 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> for bbdb 2.33
 (X-Mail-Count: 07190, 07195 in the ML);
 Added workaround for older version of bbdb.

23 years ago* sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
teranisi [Mon, 2 Apr 2001 10:37:06 +0000 (10:37 +0000)]
* sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
 (shimbun-get-headers): Ditto.

23 years ago* wl-vars.el (wl-biff-unnotify-hook): New variable.
teranisi [Mon, 2 Apr 2001 09:29:23 +0000 (09:29 +0000)]
* wl-vars.el (wl-biff-unnotify-hook): New variable.

* wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
 biff notification is removed.

23 years ago* elmo.el: Moved obsolete variable definitions from
teranisi [Mon, 2 Apr 2001 07:36:14 +0000 (07:36 +0000)]
* elmo.el: Moved obsolete variable definitions from
 elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.

* sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
 groups.

* wl.el (wl): Changed position of `elmo-init'.

23 years ago* sb-asahi.el: Follow the page renewal.
teranisi [Mon, 2 Apr 2001 04:46:46 +0000 (04:46 +0000)]
* sb-asahi.el: Follow the page renewal.

23 years agoNew icon.
teranisi [Mon, 2 Apr 2001 02:42:07 +0000 (02:42 +0000)]
New icon.

23 years agoUpdate.
teranisi [Mon, 2 Apr 2001 02:41:41 +0000 (02:41 +0000)]
Update.

23 years ago* Added `shimbun' feature (EXPERIMENTAL).
teranisi [Mon, 2 Apr 2001 02:41:04 +0000 (02:41 +0000)]
* Added `shimbun' feature (EXPERIMENTAL).

* Disconnected operation features are not supported yet.

23 years ago * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
okada [Tue, 27 Mar 2001 05:53:14 +0000 (05:53 +0000)]
* elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
hierarchy is t.

23 years agoFixed IMAP access group.
kaoru [Sun, 25 Mar 2001 09:38:28 +0000 (09:38 +0000)]
Fixed IMAP access group.

23 years agoSimplify.
kaoru [Thu, 22 Mar 2001 03:56:16 +0000 (03:56 +0000)]
Simplify.

23 years ago* wl-folder.el (wl-folder-write-current-folder): Support petname.
kaoru [Tue, 20 Mar 2001 19:38:14 +0000 (19:38 +0000)]
* wl-folder.el (wl-folder-write-current-folder): Support petname.

23 years ago* wl-folder.el (wl-folder-write-current-folder): Support petname.
kaoru [Tue, 20 Mar 2001 19:37:35 +0000 (19:37 +0000)]
* wl-folder.el (wl-folder-write-current-folder): Support petname.

23 years ago* wl-message.el (wl-normal-message-redisplay): Set `wl-message-cache-used'.
teranisi [Wed, 14 Mar 2001 08:19:00 +0000 (08:19 +0000)]
* wl-message.el (wl-normal-message-redisplay): Set `wl-message-cache-used'.

23 years agoUpdate.
okazaki [Tue, 13 Mar 2001 05:47:32 +0000 (05:47 +0000)]
Update.

23 years ago* wl-summary.el (wl-summary-mode): Use `make-local-hook' instead
okazaki [Tue, 13 Mar 2001 05:47:07 +0000 (05:47 +0000)]
* wl-summary.el (wl-summary-mode): Use `make-local-hook' instead
of `make-local-variable' for setting up `window-scroll-functions'.

23 years agoUpdate.
okazaki [Mon, 12 Mar 2001 11:41:48 +0000 (11:41 +0000)]
Update.

23 years ago* wl-highlight.el (wl-highlight-summary): Use `save-match-data'.
okazaki [Mon, 12 Mar 2001 11:40:41 +0000 (11:40 +0000)]
* wl-highlight.el (wl-highlight-summary): Use `save-match-data'.

23 years ago* wl-summary.el (wl-summary-move-spec-plugged-alist,
teranisi [Mon, 12 Mar 2001 09:48:16 +0000 (09:48 +0000)]
* wl-summary.el (wl-summary-move-spec-plugged-alist,
 wl-summary-move-spec-unplugged-alist): Define without backquote.

23 years ago* wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
okada [Sun, 11 Mar 2001 06:00:25 +0000 (06:00 +0000)]
* wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'

23 years ago* wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
okada [Sun, 11 Mar 2001 05:57:23 +0000 (05:57 +0000)]
* wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'

23 years ago* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
kaoru [Sun, 11 Mar 2001 01:16:30 +0000 (01:16 +0000)]
* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
Fixed `match-beginning' argument mismatch.

23 years agoFixed the documents for wl-draft-use-cache
okada [Fri, 9 Mar 2001 09:38:24 +0000 (09:38 +0000)]
Fixed the documents for wl-draft-use-cache

23 years ago* wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
kaoru [Thu, 8 Mar 2001 09:01:40 +0000 (09:01 +0000)]
* wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
score file.  Use `target' instead.

23 years agoFixed last change.
kaoru [Thu, 8 Mar 2001 02:05:29 +0000 (02:05 +0000)]
Fixed last change.

23 years ago* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
kaoru [Wed, 7 Mar 2001 14:26:21 +0000 (14:26 +0000)]
* wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
Fixed probrem guess by top level folder.

23 years ago* wl-draft.el (wl-draft-random-alphabet): Removed.
kaoru [Wed, 7 Mar 2001 07:06:28 +0000 (07:06 +0000)]
* wl-draft.el (wl-draft-random-alphabet): Removed.
(wl-draft-confirm): Don't use conditonal statement
in `format' argument; Use gettext style.
(wl-draft-insert-x-face-field): Refactoring; Use guard statement
for error case.

23 years ago* elmo-version.el (elmo-appname): Fixed typo.
kaoru [Wed, 7 Mar 2001 07:02:45 +0000 (07:02 +0000)]
* elmo-version.el (elmo-appname): Fixed typo.

23 years ago* wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default
yamaoka [Mon, 5 Mar 2001 03:17:43 +0000 (03:17 +0000)]
* wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default
 value.

23 years ago* wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default
yamaoka [Mon, 5 Mar 2001 03:17:07 +0000 (03:17 +0000)]
* wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default
 value.

23 years agowl-summary.el (wl-summary-goto-folder-subr): Fixed problem that last
murata [Sat, 3 Mar 2001 12:48:44 +0000 (12:48 +0000)]
wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that last
unread message is skipped.

23 years agoFixed wl-draft-use-cache description.
kaoru [Fri, 2 Mar 2001 13:35:10 +0000 (13:35 +0000)]
Fixed wl-draft-use-cache description.
(Advised by Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>)

23 years agoUpdate.
teranisi [Thu, 1 Mar 2001 02:24:06 +0000 (02:24 +0000)]
Update.

23 years agoSynch up with main trunk and so on.
teranisi [Thu, 1 Mar 2001 02:02:31 +0000 (02:02 +0000)]
Synch up with main trunk and so on.

23 years agoFixed document about `wl-summary-down' and `wl-summary-up'.
teranisi [Thu, 1 Mar 2001 01:13:19 +0000 (01:13 +0000)]
Fixed document about `wl-summary-down' and `wl-summary-up'.

23 years ago* wl-summary.el (wl-summary-next-message):
teranisi [Thu, 1 Mar 2001 01:03:11 +0000 (01:03 +0000)]
* wl-summary.el (wl-summary-next-message):
 Return next message number when wl-summary-move-order is nil.

23 years ago2001-02-28 Akihiro MOTOKI <mokkun@iname.com>
teranisi [Thu, 1 Mar 2001 00:53:33 +0000 (00:53 +0000)]
2001-02-28  Akihiro MOTOKI <mokkun@iname.com>

* wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
`wl-summary-move-spec-alist'.
(wl-summary-move-spec-unplugged-alist): New variable
(Move spec for unplugged status).
(wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.

23 years ago"FCC" -> "Fcc".
okazaki [Wed, 28 Feb 2001 22:39:38 +0000 (22:39 +0000)]
"FCC" -> "Fcc".