elisp/wanderlust.git
24 years agoAdd how to get Backtrace in Mailing List Section.
teranisi [Mon, 24 Jul 2000 02:35:49 +0000 (02:35 +0000)]
Add how to get Backtrace in Mailing List Section.
(by Tsunehiko Baba <tbaba@unixuser.org>)

24 years agoUpdate.
okazaki [Sat, 22 Jul 2000 07:22:29 +0000 (07:22 +0000)]
Update.

24 years ago* elmo-imap4.el (elmo-imap4-read-bytes): Advance
okazaki [Sat, 22 Jul 2000 07:21:59 +0000 (07:21 +0000)]
* elmo-imap4.el (elmo-imap4-read-bytes): Advance
`elmo-imap4-read-point' exactly.

24 years agoUpdate.
okazaki [Fri, 21 Jul 2000 18:24:48 +0000 (18:24 +0000)]
Update.

24 years ago* mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
okazaki [Fri, 21 Jul 2000 18:11:06 +0000 (18:11 +0000)]
* mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
the local variable `folder' to `mailbox'.
Rename the argument `fld' to `folder'.

24 years ago* utils/ptexinfmt.el: Support @multitable.
kaoru [Thu, 20 Jul 2000 10:03:31 +0000 (10:03 +0000)]
* utils/ptexinfmt.el: Support @multitable.
(texinfo-multitable, texinfo-end-multitable,
texinfo-multitable-widths, texinfo-multitable-extract-row,
texinfo-multitable-item): New function.

24 years ago* elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
okada [Wed, 19 Jul 2000 20:02:52 +0000 (20:02 +0000)]
* elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
* elmo-imap4.el (elmo-imap4-commit): Ditto.

24 years agoUpdate.
teranisi [Wed, 19 Jul 2000 04:14:23 +0000 (04:14 +0000)]
Update.

24 years ago(wl-draft-reply): Fixed problem when mail-followup-to contains an
teranisi [Wed, 19 Jul 2000 04:10:42 +0000 (04:10 +0000)]
(wl-draft-reply): Fixed problem when mail-followup-to contains an
address which is not included in original to or cc.

24 years ago* wl-summary.el (wl-summary-target-mark-uudecode): Error when
okada [Wed, 19 Jul 2000 01:35:00 +0000 (01:35 +0000)]
* wl-summary.el (wl-summary-target-mark-uudecode): Error when
begin-line does not exist.
* wl-message.el (wl-message-uu-substring): Ditto.

24 years ago* utils/ptexinfmt.el: Use fmakunbound, when broken-function replace.
kaoru [Tue, 18 Jul 2000 18:22:41 +0000 (18:22 +0000)]
* utils/ptexinfmt.el: Use fmakunbound, when broken-function replace.

24 years ago* wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
teranisi [Tue, 18 Jul 2000 02:45:35 +0000 (02:45 +0000)]
* wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
clear local variables.
(wl-summary-exit): Call `elmo-commit'.
(wl-summary-switch-to-clone-buffer): Call
`wl-summary-buffer-set-folder' after `wl-summary-mode'.
(wl-summary-goto-folder-subr): Ditto.

* wl-vars.el (wl-folder-sync-range-alist): Changed default value for
POP folder.

24 years ago* elmo-pop3.el (elmo-pop3-use-uidl): New variable.
teranisi [Tue, 18 Jul 2000 02:43:25 +0000 (02:43 +0000)]
* elmo-pop3.el (elmo-pop3-use-uidl): New variable.
(elmo-pop3-number-uidl-hash): New buffer-local variable.
(elmo-pop3-uidl-number-hash): Ditto.
(elmo-pop3-size-hash): Ditto.
(elmo-pop3-uidl-done): Ditto.
(elmo-pop3-list-done): Ditto.
(elmo-pop3-connection-get-process): New defmacro.
(elmo-pop3-connection-get-buffer): Ditto.
(elmo-pop3-close-connection): Delete buffer and process.
(elmo-pop3-flush-connection): Don't delete buffer and process.
(elmo-pop3-get-connection): Added optional argument `if-exists'.
Setup UIDL and size hash.
(elmo-pop3-send-command-no-erase): Deleted
(elmo-pop3-send-command): Added optional argument `no-erase'.
(elmo-pop3-parse-uidl-response): New function.
(elmo-pop3-parse-list-response): Set size hash.
(elmo-pop3-list-location): New function.
(elmo-pop3-list-by-uidl-subr): Ditto.
(elmo-pop3-list-by-list): Ditto.
(elmo-pop3-list-folder): Call `elmo-pop3-commit'.
Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
(elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
(elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
Use uidl.
(elmo-pop3-uidl-to-number): New function.
(elmo-pop3-number-to-uidl): Ditto.
(elmo-pop3-number-to-size): Ditto.
(elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
Set number by use of uidl.
(elmo-pop3-msgdb-create-message): Likewise.
Set size, loc-alist in msgdb.
(elmo-pop3-read-msg): Set number by use of uidl.
Added optional argument `msgdb'.
(elmo-pop3-delete-msg): Ditto.
(elmo-pop3-delete-msgs): Added optional argument `msgdb'.
(elmo-pop3-commit): Close connection.

* elmo-pipe.el (elmo-pipe-max-of-folder):
Bind `elmo-pop3-use-uidl' as nil.
(elmo-pipe-drain): Ditto.
Call `elmo-commit'.

* elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
(elmo-msgdb-overview-entity-set-size): New defsubst.

24 years agoUpdate.
teranisi [Mon, 17 Jul 2000 04:06:17 +0000 (04:06 +0000)]
Update.

24 years agoDeleted time-stamp line.
teranisi [Mon, 17 Jul 2000 04:04:14 +0000 (04:04 +0000)]
Deleted time-stamp line.

24 years agoUpdate.
teranisi [Mon, 17 Jul 2000 04:00:47 +0000 (04:00 +0000)]
Update.

24 years ago* tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
teranisi [Mon, 17 Jul 2000 03:58:59 +0000 (03:58 +0000)]
* tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.

* wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.

24 years agoUpdate.
teranisi [Mon, 17 Jul 2000 03:54:06 +0000 (03:54 +0000)]
Update.

24 years ago* elmo-vars.el (elmo-use-killed-list): New variable
teranisi [Mon, 17 Jul 2000 03:52:10 +0000 (03:52 +0000)]
* elmo-vars.el (elmo-use-killed-list): New variable
(Renamed from `elmo-nntp-use-killed-list').
(elmo-nntp-use-killed-list): Eliminated.

* elmo-msgdb.el (elmo-msgdb-expand-path):
Changed expanding msgdb path for elmo-multi.

* elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
(toplevel): Deleted time-stamp line.

* elmo2.el (elmo-clear-killed ): Defined as function
(Abolished defining as a backend function).
All other related modules are changed.

24 years ago* utils/ptexinfmt.el: Support @image. Fix broken @uref.
kaoru [Sun, 16 Jul 2000 08:19:22 +0000 (08:19 +0000)]
* utils/ptexinfmt.el: Support @image. Fix broken @uref.
(texinfo-format-image) New function.
(texinfo-format-uref): Fixed 2times parse probrem.

24 years ago* utils/ptexinfmt.el (documentlanguage, documentencoding): Fixed probrem.
kaoru [Fri, 14 Jul 2000 09:06:37 +0000 (09:06 +0000)]
* utils/ptexinfmt.el (documentlanguage, documentencoding): Fixed probrem.

24 years ago (defalias 'elmo-cache-clear-killed 'elmo-cache-clear-killed) :)
okada [Fri, 14 Jul 2000 08:59:12 +0000 (08:59 +0000)]
 (defalias 'elmo-cache-clear-killed 'elmo-cache-clear-killed) :)

24 years agoFix ptexinfmt.el load-path probrem.
kaoru [Fri, 14 Jul 2000 08:58:54 +0000 (08:58 +0000)]
Fix ptexinfmt.el load-path probrem.

24 years ago* WL-MK (wl-texinfo-format-file): require ptexinfmt.
kaoru [Fri, 14 Jul 2000 08:50:46 +0000 (08:50 +0000)]
* WL-MK (wl-texinfo-format-file): require ptexinfmt.
* utils/ptexinfmt.el: provide feature.

24 years agoEnable @documentlanguage, @documentencoding.
kaoru [Fri, 14 Jul 2000 04:18:28 +0000 (04:18 +0000)]
Enable @documentlanguage, @documentencoding.
Add @dircategory GNU Emacs Lisp.
Add File valiables.
Typo fixed.

24 years ago* utils/ptexinfmt.el: New file.
kaoru [Thu, 13 Jul 2000 17:14:01 +0000 (17:14 +0000)]
* utils/ptexinfmt.el: New file.

24 years agoAdd `wl-draft-reply-use-address-with-full-name'.
kaoru [Thu, 13 Jul 2000 06:13:49 +0000 (06:13 +0000)]
Add `wl-draft-reply-use-address-with-full-name'.

24 years ago* wl-draft.el (wl-draft-reply): Insert address with full-name.
teranisi [Thu, 13 Jul 2000 03:44:48 +0000 (03:44 +0000)]
* wl-draft.el (wl-draft-reply): Insert address with full-name.
(Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)

* wl-vars.el (wl-draft-reply-use-address-with-full-name): New user option.

24 years ago* wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
teranisi [Thu, 13 Jul 2000 02:25:03 +0000 (02:25 +0000)]
* wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
if elmo-nntp-use-killed-list is nil.
Use `elmo-msgdb-append-to-killed-list'.
(Append numbers confirmed as disappeared to the killed list.)
(wl-summary-confirm-appends): Don't display negative number.

24 years ago* elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
teranisi [Thu, 13 Jul 2000 02:13:35 +0000 (02:13 +0000)]
* elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.

24 years ago2000-07-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
okazaki [Tue, 11 Jul 2000 17:21:43 +0000 (17:21 +0000)]
2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

* elmo-pop3.el (elmo-pop3-clear-killed): New alias.

24 years agocompile warning
okada [Tue, 11 Jul 2000 12:55:06 +0000 (12:55 +0000)]
compile warning

24 years agoUpdate.
teranisi [Tue, 11 Jul 2000 09:09:21 +0000 (09:09 +0000)]
Update.

24 years ago(elmo-nntp-max-of-folder): Use killed list in asynchronous folder check.
teranisi [Tue, 11 Jul 2000 09:08:06 +0000 (09:08 +0000)]
(elmo-nntp-max-of-folder): Use killed list in asynchronous folder check.

24 years ago* wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when range is `all'.
teranisi [Tue, 11 Jul 2000 00:58:03 +0000 (00:58 +0000)]
* wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when range is `all'.
(wl-summary-sync-update3): Use `elmo-list-diff' instead of
`elmo-list-bigger-diff'.

24 years ago* elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
teranisi [Tue, 11 Jul 2000 00:53:56 +0000 (00:53 +0000)]
* elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.

* elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
`elmo-nntp-use-killed-list'.
(elmo-nntp-list-folder): Use killed list.
(elmo-nntp-max-of-folder): Ditto.
(elmo-nntp-msgdb-create): Set killed list.

* elmo-vars.el (elmo-nntp-use-killed-list): New user option.

* elmo2.el (elmo-clear-killed): New backend function.
All other related modules are changed.

24 years ago(wl-demo): Fix the last change.
yamaoka [Mon, 10 Jul 2000 11:14:02 +0000 (11:14 +0000)]
(wl-demo): Fix the last change.

24 years agoFix @minus{} markups.
kaoru [Sun, 9 Jul 2000 14:22:14 +0000 (14:22 +0000)]
Fix @minus{} markups.

24 years ago* README: Remove CVS keyword.
kaoru [Sun, 9 Jul 2000 10:23:44 +0000 (10:23 +0000)]
* README: Remove CVS keyword.
* README.ja: Ditto.
* INSTALL: Ditto.
* INSTALL.ja: Ditto.
* doc/wl.texi: Ditto.
* doc/wl-ja.texi: Ditto.

24 years agoUpdate.
okazaki [Fri, 7 Jul 2000 13:43:38 +0000 (13:43 +0000)]
Update.

24 years ago* elmo-util.el (elmo-imap4-spec-folder): Use
okazaki [Fri, 7 Jul 2000 13:42:24 +0000 (13:42 +0000)]
* elmo-util.el (elmo-imap4-spec-folder): Use
`elmo-imap4-spec-mailbox'; Mark as obsolete.
All callers changed.

24 years ago(wl-demo): Don't use `eval'.
yamaoka [Fri, 7 Jul 2000 12:49:54 +0000 (12:49 +0000)]
(wl-demo): Don't use `eval'.

24 years agotest imapd
okada [Fri, 7 Jul 2000 08:30:43 +0000 (08:30 +0000)]
test imapd

24 years ago * wl-summary.el (wl-summary-buffer-thread-modified):
okada [Fri, 7 Jul 2000 04:42:07 +0000 (04:42 +0000)]
    * wl-summary.el (wl-summary-buffer-thread-modified):
        New buffer-local variable.
        (wl-summary-set-thread-modified): New function.
        (wl-summary-thread-modified-p): New function.
        (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
        (wl-summary-yank-saved-message): Use function
        `wl-summary-set-thread-modified'
        (wl-summary-switch-to-clone-buffer): Add
        `wl-summary-buffer-thread-modified'.
        * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
        (wl-summary-buffer-mark-saved-hook): Ditto.
        * wl-summary.el (wl-summary-msgdb-save): New hook
        `wl-summary-buffer-message-saved-hook' and
        `wl-summary-buffer-mark-saved-hook'.

24 years ago(wl-demo): Simplified `fringe' face manipulation.
yamaoka [Tue, 4 Jul 2000 23:26:40 +0000 (23:26 +0000)]
(wl-demo): Simplified `fringe' face manipulation.

24 years ago(wl-demo): Don't hide scroll bars under FSF Emacsen because it may incur an
yamaoka [Tue, 4 Jul 2000 11:04:53 +0000 (11:04 +0000)]
(wl-demo): Don't hide scroll bars under FSF Emacsen because it may incur an
undesirable redrawing.

24 years ago(wl-demo): Don't use `selected-frame' redundantly.
yamaoka [Tue, 4 Jul 2000 08:51:18 +0000 (08:51 +0000)]
(wl-demo): Don't use `selected-frame' redundantly.

24 years ago(wl-demo): Make `kill-buffer-hook' buffer-local.
yamaoka [Tue, 4 Jul 2000 08:42:33 +0000 (08:42 +0000)]
(wl-demo): Make `kill-buffer-hook' buffer-local.

24 years ago* wl-draft.el (wl-draft-edit-string): Call
okada [Tue, 4 Jul 2000 03:11:08 +0000 (03:11 +0000)]
* wl-draft.el (wl-draft-edit-string): Call
`wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.

24 years ago(wl-demo): Hide scroll bars, etc. first.
yamaoka [Mon, 3 Jul 2000 13:22:25 +0000 (13:22 +0000)]
(wl-demo): Hide scroll bars, etc. first.

24 years agoFixed folder mode keybind.
kaoru [Sun, 2 Jul 2000 14:25:25 +0000 (14:25 +0000)]
Fixed folder mode keybind.

24 years agoUpdate.
okazaki [Sat, 1 Jul 2000 04:56:14 +0000 (04:56 +0000)]
Update.

24 years ago* wl-summary.el (wl-summary-msgdb-load-async): Call
okazaki [Sat, 1 Jul 2000 04:55:34 +0000 (04:55 +0000)]
* wl-summary.el (wl-summary-msgdb-load-async): Call
`elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.

24 years ago(wl-demo): Don't show scroll bars, gutter tabs or fringes in demo buffer;
yamaoka [Fri, 30 Jun 2000 13:02:36 +0000 (13:02 +0000)]
(wl-demo): Don't show scroll bars, gutter tabs or fringes in demo buffer;
center bitmap logo correctly even if old Mule is used.

24 years agoFix.
teranisi [Fri, 30 Jun 2000 01:25:06 +0000 (01:25 +0000)]
Fix.

24 years ago2000-06-27 MAKINO Takashi <makino@cyber.office.ne.jp>
teranisi [Fri, 30 Jun 2000 01:12:03 +0000 (01:12 +0000)]
2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>

* wl-refile.el (wl-refile-subject-alist): New variable.
(wl-refile-subject-alist-file-name): Ditto.
(wl-refile-alist-setup): Rewrite.
(wl-refile-alist-save): Use `elmo-object-save'.
(wl-refile-learn): Check `wl-refile-guess-func-list'.
(wl-refile-guess-by-subject): New function.
(wl-refile-guess-func-list): Added it.

24 years ago(wl-demo-with-temp-file-buffer): New macro.
yamaoka [Thu, 29 Jun 2000 23:43:13 +0000 (23:43 +0000)]
(wl-demo-with-temp-file-buffer): New macro.
(wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.

24 years agoFix some keybind and function name.
kaoru [Wed, 28 Jun 2000 15:15:03 +0000 (15:15 +0000)]
Fix some keybind and function name.

24 years ago* README: CVS keyword instaed of time-stamp.
kaoru [Wed, 28 Jun 2000 14:21:17 +0000 (14:21 +0000)]
* README: CVS keyword instaed of time-stamp.
* README.ja: Ditto.
* INSTALL: Ditto.
* INSTALL.ja: Ditto.
* doc/wl.texi: Ditto.
* doc/wl-ja.texi: Ditto.

24 years agoUpdate.
teranisi [Wed, 28 Jun 2000 06:33:20 +0000 (06:33 +0000)]
Update.

24 years ago(wl-summary-next): Call `wl-summary-buffer-next-folder-func' if non-nil.
teranisi [Wed, 28 Jun 2000 06:32:04 +0000 (06:32 +0000)]
(wl-summary-next): Call `wl-summary-buffer-next-folder-func' if non-nil.
(wl-summary-prev): Call `wl-summary-buffer-prev-folder-func' if non-nil.

24 years agoUpdate.
teranisi [Wed, 28 Jun 2000 04:47:33 +0000 (04:47 +0000)]
Update.

24 years ago(wl-summary-buffer-prev-folder-func): New buffer-local variable.
teranisi [Wed, 28 Jun 2000 04:45:45 +0000 (04:45 +0000)]
(wl-summary-buffer-prev-folder-func): New buffer-local variable.
(wl-summary-buffer-next-folder-func): Ditto.
(wl-summary-down): Call `wl-summary-buffer-next-folder-func' if non-nil.
(wl-summary-up): Call `wl-summary-buffer-prev-folder-func' if non-nil.

24 years agoTypo fix. More @group. Header @samp markups.
kaoru [Tue, 27 Jun 2000 14:22:53 +0000 (14:22 +0000)]
Typo fix. More @group. Header @samp markups.

24 years agoFix APEL, FLIM and SEMI distribution URL.
kaoru [Sun, 25 Jun 2000 15:14:15 +0000 (15:14 +0000)]
Fix APEL, FLIM and SEMI distribution URL.

24 years agoAdd @group.
kaoru [Sun, 25 Jun 2000 14:24:57 +0000 (14:24 +0000)]
Add @group.
(wl.texi): Add Install subsection.

24 years ago(wl-demo): Don't set the value of `fill-column' permanently in the demo buffer.
yamaoka [Fri, 23 Jun 2000 03:35:47 +0000 (03:35 +0000)]
(wl-demo): Don't set the value of `fill-column' permanently in the demo buffer.

24 years ago2000-06-23 Akira Ohashi <hato@yui.gr.jp>
bg66 [Fri, 23 Jun 2000 02:59:56 +0000 (02:59 +0000)]
2000-06-23  Akira Ohashi  <hato@yui.gr.jp>

        * wl-summary.el (wl-summary-search-by-subject):
        Check message-id field for `Is founded entity myself?'.

24 years agoMore @samp, @code, @var markups.
kaoru [Thu, 22 Jun 2000 18:00:33 +0000 (18:00 +0000)]
More @samp, @code, @var markups.
Add description wl-demo-display-logo, im-wl.el.

24 years agoUpdate.
teranisi [Thu, 22 Jun 2000 10:45:36 +0000 (10:45 +0000)]
Update.

24 years ago(wl-summary-burst-subr): Use `mime-entity-body' and `mime-entity-fetch-field'.
teranisi [Thu, 22 Jun 2000 10:44:02 +0000 (10:44 +0000)]
(wl-summary-burst-subr): Use `mime-entity-body' and `mime-entity-fetch-field'.

24 years agoUpdate.
teranisi [Thu, 22 Jun 2000 02:54:29 +0000 (02:54 +0000)]
Update.

24 years ago(wl-exit): Delete plugged buffer.
teranisi [Thu, 22 Jun 2000 02:52:13 +0000 (02:52 +0000)]
(wl-exit): Delete plugged buffer.

24 years agoUpdate.
teranisi [Thu, 22 Jun 2000 02:30:38 +0000 (02:30 +0000)]
Update.

24 years ago(wl-draft-overload-menubar): Override menubar only when XEmacs has menubar
teranisi [Thu, 22 Jun 2000 02:19:13 +0000 (02:19 +0000)]
(wl-draft-overload-menubar): Override menubar only when XEmacs has menubar
 feature.

24 years ago* mmelmo-2.el (initialize-instance): Use `mime-buffer-entity-buffer-internal'
teranisi [Thu, 22 Jun 2000 01:06:31 +0000 (01:06 +0000)]
* mmelmo-2.el (initialize-instance): Use `mime-buffer-entity-buffer-internal'
instead of `mime-entity-buffer'.

* mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
(mime-entity-body): Implemented.
(mime-goto-header-start-point): Deleted.
(mime-goto-body-end-point): Ditto.
(mime-entity-point-min): Ditto.
(mime-entity-point-max): Ditto.
(mime-entity-children): Ditto.
(mime-insert-header): Use `mime-buffer-entity-buffer-internal'
instead of `mime-entity-buffer'.
(mime-entity-header-buffer): Ditto.
(mime-entity-body-buffer): Ditto.
(mime-write-entity-content): Ditto.

* pldap.el (ldap-static-if): New macro.
(toplevel): Use it instead of `static-if'.

24 years agoTypo fixes. More @samp, @code, @var markups.
okazaki [Mon, 19 Jun 2000 13:43:04 +0000 (13:43 +0000)]
Typo fixes.  More @samp, @code, @var markups.
Use @lisp, @enumerate, @table and so on.

24 years ago(wl-demo): Don't use `end-of-line' with arg 0. It cannot arrive at the
yamaoka [Mon, 19 Jun 2000 10:06:31 +0000 (10:06 +0000)]
(wl-demo): Don't use `end-of-line' with arg 0.  It cannot arrive at the
beginning of the buffer under old Emacsen.

24 years agoUpdate.
teranisi [Mon, 19 Jun 2000 07:05:32 +0000 (07:05 +0000)]
Update.

24 years ago(ldap-search-basic): Don't collect 'dn' value even if it is included in
teranisi [Mon, 19 Jun 2000 07:04:02 +0000 (07:04 +0000)]
(ldap-search-basic): Don't collect 'dn' value even if it is included in
 `attrs' argument.

24 years ago2000-06-19 Yuuichi Teranishi <teranisi@gohome.org>
teranisi [Mon, 19 Jun 2000 04:33:02 +0000 (04:33 +0000)]
2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>

* wl-address.el (wl-address-ldap-search):
Call `ldap-search-entries' with `withdn' argument t.
(wl-complete-field-body): Bind completion-ignore-case as t.
Clear ldap search hash when it was sole completion.
Use elmo-string for pattern string.
(wl-ldap-alias-safe-string): Eliminated needless let.

2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>

* wl-address.el (wl-ldap-alias-dn-level): New variable.
(wl-ldap-alias-sep): New constant.
(wl-ldap-search-attribute-type-list): Ditto.
(wl-ldap-get-value): New function.
(wl-ldap-make-filter): Ditto.
(wl-ldap-make-matched-value-list): Ditto.
(wl-ldap-alias-safe-string): Ditto.
(wl-ldap-register-dn-string): Ditto.
(wl-address-ldap-search): Rewrite.

24 years agoSome @samp, @code markup.
kaoru [Sun, 18 Jun 2000 21:26:17 +0000 (21:26 +0000)]
Some @samp, @code markup.

24 years agoUpdates.
murata [Sat, 17 Jun 2000 08:02:02 +0000 (08:02 +0000)]
Updates.

24 years ago(wl-thread-delete-msgs): Fixed problem when closed thread is deleted.
murata [Sat, 17 Jun 2000 08:01:57 +0000 (08:01 +0000)]
(wl-thread-delete-msgs): Fixed problem when closed thread is deleted.
(wl-thread-delete-line-from-buffer): Ditto.
(wl-thread-get-exist-children): New function.

24 years agoUpdate.
teranisi [Fri, 16 Jun 2000 11:08:26 +0000 (11:08 +0000)]
Update.

24 years ago(elmo-get-passwd): Use old backquote style.
teranisi [Fri, 16 Jun 2000 11:07:17 +0000 (11:07 +0000)]
(elmo-get-passwd): Use old backquote style.

24 years ago(toplevel): Require 'cl at compile time.
teranisi [Fri, 16 Jun 2000 11:05:49 +0000 (11:05 +0000)]
(toplevel): Require 'cl at compile time.
Removed (require 'poe) and (require 'std11).
(pldap-version): Eliminated.
(ldap-search-basic): Removed auth and dn binding.
(ldap-ldif-field-name-regexp): New constant.
(ldap-ldif-field-head-regexp): Ditto.
(ldap-ldif-next-field-head-regexp): Ditto.
(ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
(ldap/field-end): New function.
(ldap/field-body): Use it.
(ldap/collect-field): Ditto.
(ldap-search-basic): Use `ldap/field-body'.

24 years agoAdd Hooks section.
kaoru [Fri, 16 Jun 2000 09:06:16 +0000 (09:06 +0000)]
Add Hooks section.

24 years ago(wl-demo-display-logo): Made it can be a image type.
yamaoka [Fri, 16 Jun 2000 02:37:05 +0000 (02:37 +0000)]
(wl-demo-display-logo): Made it can be a image type.

24 years ago(ldap-ldif-safe-char-regexp): New constant.
teranisi [Fri, 16 Jun 2000 02:31:27 +0000 (02:31 +0000)]
(ldap-ldif-safe-char-regexp): New constant.
(ldap-ldif-safe-init-char-regexp): Ditto.
(ldap-ldif-safe-string-regexp): Ditto.
(ldap/ldif-safe-string-p): New macro.
(ldap/ldif-insert-field): Ditto.
(ldap-modify): Use it.
(ldap-add): Ditto.
(ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
(ldap-decode-attribute): Decode only when `attr' is consp.
(ldap-delete): Bind `ret'.

24 years ago* wl-demo.el (wl-demo): Made it to select various image types.
yamaoka [Fri, 16 Jun 2000 00:28:52 +0000 (00:28 +0000)]
* wl-demo.el (wl-demo): Made it to select various image types.
(wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided from
`wl-title-logo'.
(wl-logo-ascii): New variable.
(TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
(wl-demo-copyright-notice): New constant.

* wl-vars.el (wl-demo-display-logo): Made it can be a image type.

24 years agoFix Folers node.
kaoru [Thu, 15 Jun 2000 17:44:36 +0000 (17:44 +0000)]
Fix Folers node.

24 years agoUpdate.
kaoru [Thu, 15 Jun 2000 17:01:55 +0000 (17:01 +0000)]
Update.

24 years agoFixed.
kaoru [Thu, 15 Jun 2000 16:22:32 +0000 (16:22 +0000)]
Fixed.

24 years agoFixed. (temp-mark => target-mark)
kaoru [Thu, 15 Jun 2000 10:57:57 +0000 (10:57 +0000)]
Fixed. (temp-mark => target-mark)

24 years ago(ldap-search-entries): Enclosed decoding function with
teranisi [Thu, 15 Jun 2000 10:52:01 +0000 (10:52 +0000)]
(ldap-search-entries): Enclosed decoding function with
`with-temp-buffer' and set as unibyte.
(ldap-search-basic): Set process buffer as unibyte.

24 years ago* pldap.el (ldap-default-attribute-encoder): New user option.
teranisi [Thu, 15 Jun 2000 10:09:47 +0000 (10:09 +0000)]
* pldap.el (ldap-default-attribute-encoder): New user option.
(ldap/field-body): Decode base64 string.
(ldap/collect-field): Ditto.
(ldap-encode-attribute): New function.
(ldap-add-entries): Use it.
(ldap-modify-entries): Ditto.

* elmo-util.el (elmo-folder-identical-system-p): Eliminated name space checking.

24 years ago* wl-vars.el (wl-summary-target-above): Renamed from
kaoru [Thu, 15 Jun 2000 06:54:14 +0000 (06:54 +0000)]
* wl-vars.el (wl-summary-target-above): Renamed from
wl-summary-temp-above.
* wl-score.el (wl-score-get-score-alist): Use it.
(wl-summary-score-update-all-lines): Use it.
* wl-summary.el: Ditto. (make-variable-buffer-local).

24 years agoUpdate.
kaoru [Thu, 15 Jun 2000 06:27:51 +0000 (06:27 +0000)]
Update.

24 years ago* wl-score.el (wl-score-get-score-alist): Use wl-summary-target-above.
kaoru [Thu, 15 Jun 2000 06:27:28 +0000 (06:27 +0000)]
* wl-score.el (wl-score-get-score-alist): Use wl-summary-target-above.
(wl-summary-score-update-all-lines): Ditto.