elisp/wanderlust.git
14 years ago* elmo.el (elmo-crosspost-message-alist-save): Don't use
kaoru [Mon, 4 Jan 2010 05:40:46 +0000 (05:40 +0000)]
* elmo.el (elmo-crosspost-message-alist-save): Don't use
`function' for `lambda'.
* elmo-archive.el (elmo-archive-folder-list-subfolders)
(elmo-folder-append-messages-*-archive)
(elmo-folder-delete-messages-internal): Ditto.
* elmo-date.el (elmo-replace-in-string): Ditto.
* elmo-multi.el (elmo-folder-list-messages, elmo-folder-search)
(elmo-folder-list-flagged): Ditto.
* elmo-maildir.el (elmo-maildir-cleanup-temporal): Ditto.
* elmo-imap4.el (elmo-network-authenticate-session): Ditto.
* modb-standard.el (modb-standard-cleanup-stale-entities): Ditto.

14 years ago* elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
kaoru [Sat, 2 Jan 2010 14:46:32 +0000 (14:46 +0000)]
* elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
`elmo-dop-spool-folder' was used before it was defined"; Use
`defun' instead.

14 years ago* wl-draft.el (wl-draft-default-headers): Suppress warning
kaoru [Sat, 2 Jan 2010 14:30:16 +0000 (14:30 +0000)]
* wl-draft.el (wl-draft-default-headers): Suppress warning
"defsubst `wl-draft-default-headers' was used before it was
defined"; Use `defun' instead of `defsubst'.

14 years ago* wl-folder.el (wl-folder-get-entity-from-buffer): Macro to function.
kaoru [Sat, 2 Jan 2010 12:03:42 +0000 (12:03 +0000)]
* wl-folder.el (wl-folder-get-entity-from-buffer): Macro to function.
* wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
* wl-summary.el (wl-summary-message-status): Macro to inline-function.
* wl.el (wl-plugged-string): Macro to function.

14 years ago* pldap.el (ldap/ldif-safe-string-p): macro to function.
kaoru [Sat, 2 Jan 2010 12:01:41 +0000 (12:01 +0000)]
* pldap.el (ldap/ldif-safe-string-p): macro to function.
* elmo-imap4.el (elmo-imap4-detect-search-charset): Ditto.

14 years ago* wl-address.el (wl-address-header-extract-address)
kaoru [Sat, 2 Jan 2010 09:12:19 +0000 (09:12 +0000)]
* wl-address.el (wl-address-header-extract-address)
(wl-address-header-extract-realname): Fix mail-address in docstring.

14 years ago* wl-expire.el (wl-expire-make-sortable-date): Macro to inline-function.
kaoru [Sat, 2 Jan 2010 08:13:35 +0000 (08:13 +0000)]
* wl-expire.el (wl-expire-make-sortable-date): Macro to inline-function.
* wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p): Macro to function.
* wl-highlight.el (wl-delete-all-overlays):  Macro to function.
* wl-summary.el (wl-summary-get-alike): Macro to inline-function.
(wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name): Macro to function.

14 years ago* wl-thread.el (wl-thread-open, wl-thread-close): Use `point-at-bol', `point-at-eol'.
kaoru [Sat, 2 Jan 2010 07:49:17 +0000 (07:49 +0000)]
* wl-thread.el (wl-thread-open, wl-thread-close): Use `point-at-bol', `point-at-eol'.

14 years ago* wl.el (wl-plugged-server-indent, wl-plugged-drawing)
kaoru [Sat, 2 Jan 2010 07:25:07 +0000 (07:25 +0000)]
* wl.el (wl-plugged-server-indent, wl-plugged-drawing)
(wl-plugged-redrawing-switch, wl-plugged-toggle): Use `(string-to-char " ")' instead of `? ', `?\ '.
* wl-action.el (wl-summary-print-argument): Ditto.
* wl-address.el (wl-complete-field-body): Ditto.
* wl-demo.el (wl-demo-insert-image): Ditto.
* wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
* wl-util.el (wl-ask-folder, wl-set-string-width)
(wl-y-or-n-p-with-scroll): Ditto.

14 years ago* elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of `mapcar'; Suppress...
kaoru [Sat, 2 Jan 2010 05:50:10 +0000 (05:50 +0000)]
* elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of `mapcar'; Suppress compile warning.
* elmo-imap4.el (elmo-network-initialize-session-buffer)
(elmo-imap4-search-internal-primitive): Ditto.
* elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
* elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.

14 years ago* elmo-imap4.el (elmo-imap4-parse-address-list)
kaoru [Sat, 2 Jan 2010 05:31:27 +0000 (05:31 +0000)]
* elmo-imap4.el (elmo-imap4-parse-address-list)
(elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
(elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
(elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use `(string-to-char " ")' instead of `? ', `?\ '.

14 years ago* wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char' instead of `? '. Use...
kaoru [Sat, 2 Jan 2010 02:11:50 +0000 (02:11 +0000)]
* wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char' instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove verbose point move.

14 years ago* wl-address.el (wl-address-add-or-change): Use `point-at-bol' and `point-at-eol'.
kaoru [Sat, 2 Jan 2010 02:07:23 +0000 (02:07 +0000)]
* wl-address.el (wl-address-add-or-change): Use `point-at-bol' and `point-at-eol'.
* wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry): Ditto.

14 years ago* wl-util.el (wl-count-lines): Use `point-at-bol' instead of `(beginning-of-line...
kaoru [Fri, 1 Jan 2010 16:04:26 +0000 (16:04 +0000)]
* wl-util.el (wl-count-lines): Use `point-at-bol' instead of `(beginning-of-line) (point)'.

14 years ago* wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
kaoru [Fri, 1 Jan 2010 15:51:02 +0000 (15:51 +0000)]
* wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
(wl-fldmgr-delete-line): Change from macro to function. Use `point-at-bol' and `point-at-eol'.

14 years ago* wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use `function' for lambda.
kaoru [Fri, 1 Jan 2010 15:06:23 +0000 (15:06 +0000)]
* wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use `function' for lambda.

14 years ago* wl.el (wl-plugged-server-indent): Change from macro to function.
kaoru [Fri, 1 Jan 2010 14:54:03 +0000 (14:54 +0000)]
* wl.el (wl-plugged-server-indent): Change from macro to function.

14 years ago* wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
kaoru [Fri, 1 Jan 2010 13:26:19 +0000 (13:26 +0000)]
* wl-score.el (wl-score-put-alike): Explicit add `alike' argument.

14 years agoRevert wl-score-put-alike.
kaoru [Fri, 1 Jan 2010 13:17:07 +0000 (13:17 +0000)]
Revert wl-score-put-alike.

14 years ago* wl-draft.el (wl-draft-config-body-goto-header)
kaoru [Fri, 1 Jan 2010 13:13:55 +0000 (13:13 +0000)]
* wl-draft.el (wl-draft-config-body-goto-header)
(wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from macro to function.

14 years ago* wl-score.el (wl-score-get-alike, wl-score-put-alike): Change from macro to inline...
kaoru [Fri, 1 Jan 2010 13:06:56 +0000 (13:06 +0000)]
* wl-score.el (wl-score-get-alike, wl-score-put-alike): Change from macro to inline-function.

14 years ago(wl-kill-buffers): Change from macro to function.
kaoru [Fri, 1 Jan 2010 12:59:40 +0000 (12:59 +0000)]
(wl-kill-buffers): Change from macro to function.
(wl-count-lines): Change from macro to inline-function.

14 years agoFix last `wl-kill-buffers' change.
kaoru [Fri, 1 Jan 2010 12:33:25 +0000 (12:33 +0000)]
Fix last `wl-kill-buffers' change.

14 years ago* pldap.el (ldap-search-entries): Don't use `function' for lambda.
kaoru [Fri, 1 Jan 2010 12:09:40 +0000 (12:09 +0000)]
* pldap.el (ldap-search-entries): Don't use `function' for lambda.
(ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
(ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use `function' for lambda.

14 years ago* wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc' instead of `mapcar...
kaoru [Fri, 1 Jan 2010 11:52:52 +0000 (11:52 +0000)]
* wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc' instead of `mapcar'. Don't use `function' for lambda.
(wl-read-search-condition-internal): Don't use `function' for lambda.

14 years agoFix order (cosmetic fix).
kaoru [Fri, 1 Jan 2010 11:43:34 +0000 (11:43 +0000)]
Fix order (cosmetic fix).

14 years agoCosmetic fix.
kaoru [Fri, 1 Jan 2010 11:38:39 +0000 (11:38 +0000)]
Cosmetic fix.

14 years ago* wl-draft.el (wl-draft-generate-clone-buffer, wl-draft-config-exec): Suppress compil...
kaoru [Fri, 1 Jan 2010 11:38:02 +0000 (11:38 +0000)]
* wl-draft.el (wl-draft-generate-clone-buffer, wl-draft-config-exec): Suppress compile warnings; Use `with-current-buffer' instead of `save-excursion' & `set-buffer'.

14 years ago* wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
kaoru [Fri, 1 Jan 2010 11:35:58 +0000 (11:35 +0000)]
* wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
(wl-score-edit-insert-number): Suppress compile warnings; Use `with-current-buffer' instead of `save-excursion' & `set-buffer'.

14 years ago* wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
kaoru [Fri, 1 Jan 2010 11:31:09 +0000 (11:31 +0000)]
* wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.

14 years ago* wl-draft.el (wl-draft-send, wl-draft-do-fcc): Suppress compile warnings; Use
kaoru [Fri, 1 Jan 2010 08:44:31 +0000 (08:44 +0000)]
* wl-draft.el (wl-draft-send, wl-draft-do-fcc): Suppress compile warnings; Use
`with-current-buffer' instead of `save-excursion' & `set-buffer'.
* wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.

14 years ago* wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete): Suppress compile warnings...
kaoru [Fri, 1 Jan 2010 08:29:38 +0000 (08:29 +0000)]
* wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete): Suppress compile warnings; Use `with-current-buffer' instead of `save-excursion' & `set-buffer'.

14 years ago* modb-standard.el (modb-standard-cleanup-stale-entities): Use `string-to-number...
kaoru [Fri, 1 Jan 2010 08:15:27 +0000 (08:15 +0000)]
* modb-standard.el (modb-standard-cleanup-stale-entities): Use `string-to-number' instead of `string-to-int'.

14 years ago* test-elmo-util.el (test-elmo-delete-cr-1): New testcase.
kaoru [Fri, 1 Jan 2010 08:11:06 +0000 (08:11 +0000)]
* test-elmo-util.el (test-elmo-delete-cr-1): New testcase.
* test-elmo-date.el (test-elmo-time-parse-date-string-1)
(test-elmo-time-parse-date-string-2): New testcase.

14 years ago* wl.el (wl-plugged-change): Suppress compile warnings; Use
kaoru [Fri, 1 Jan 2010 08:06:39 +0000 (08:06 +0000)]
* wl.el (wl-plugged-change): Suppress compile warnings; Use
`with-current-buffer' instead of `save-excursion' & `set-buffer'.
* wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
* wl-address.el (wl-complete-window-show): Ditto.
* wl-message.el (wl-message-select-buffer): Ditto.
* wl-template.el (wl-template-show): Ditto.
* wl-util.el (wl-collect-summary): Ditto.

14 years ago* wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for symbol.
kaoru [Fri, 1 Jan 2010 08:05:04 +0000 (08:05 +0000)]
* wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for symbol.

14 years ago* wl-action.el (wl-summary-auto-refile): Use `goto-char' instead of `goto-line'.
kaoru [Fri, 1 Jan 2010 07:59:28 +0000 (07:59 +0000)]
* wl-action.el (wl-summary-auto-refile): Use `goto-char' instead of `goto-line'.

14 years ago* elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
kaoru [Fri, 1 Jan 2010 05:00:56 +0000 (05:00 +0000)]
* elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
instead of `save-excursion' (for suppress compile warnings).
* elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
(elmo-nntp-post): Ditto.

14 years ago* wl-demo.el (wl-demo-copyright-notice): Add 2010.
kaoru [Fri, 1 Jan 2010 03:15:22 +0000 (03:15 +0000)]
* wl-demo.el (wl-demo-copyright-notice): Add 2010.

14 years ago2009-12-16 Lloyd Zusman <ljz@asfast.com>
okazaki [Wed, 16 Dec 2009 16:53:53 +0000 (16:53 +0000)]
2009-12-16  Lloyd Zusman <ljz@asfast.com>

* wl-summary.el (wl-summary-detect-mark-position): Force
the temporary buffer to enable the use of multibyte characters
within searches [wl-en:2460].

14 years ago2009-05-26 Vitaly Mayatskikh <v.mayatskih@gmail.com>
okazaki [Thu, 20 Aug 2009 20:51:32 +0000 (20:51 +0000)]
2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>

* elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
(removed duplicated code)

14 years ago* test-elmo-imap4.el: New file.
kaoru [Sat, 1 Aug 2009 09:40:15 +0000 (09:40 +0000)]
* test-elmo-imap4.el: New file.
(test-elmo-imap4-parse-greeting-ok): New testcase.
(test-elmo-imap4-parse-greeting-preauth): Ditto.
(test-elmo-imap4-parse-greeting-bye): Ditto.

14 years ago(test-utf7-decode-string-alpha): New testcase.
kaoru [Sat, 1 Aug 2009 05:00:44 +0000 (05:00 +0000)]
(test-utf7-decode-string-alpha): New testcase.
(test-utf7-encode-string-alpha): Ditto.
(test-utf7-decode-string-smiling-face): Ditto.
(test-utf7-encode-string-smiling-face): Ditto.

14 years ago(test-utf7-decode-string-nihongo): Rename from `test-utf7-decode-string'. Use `make...
kaoru [Sat, 1 Aug 2009 04:17:32 +0000 (04:17 +0000)]
(test-utf7-decode-string-nihongo): Rename from `test-utf7-decode-string'. Use `make-char'.
(test-utf7-encode-string-nihongo): Rename from `test-utf7-encode-string'. Use `make-char'.

14 years ago* utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
kaoru [Sat, 1 Aug 2009 03:22:00 +0000 (03:22 +0000)]
* utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
Mule-UCS (to-utf-16).
(utf7-utf-16-coding-system): Change preference when Mule-UCS on
Emacs 23.

14 years ago(test-utf7-decode-string-plus): New testcase.
kaoru [Sat, 1 Aug 2009 03:20:53 +0000 (03:20 +0000)]
(test-utf7-decode-string-plus): New testcase.
(test-utf7-decode-string-noconv): Ditto.
(test-utf7-encode-string-plus): Ditto.
(test-utf7-encode-string-noconv): Ditto.

14 years ago* test-utf7.el (toplevel): Use `fboundp' instead of `boundp'.
kaoru [Sat, 1 Aug 2009 02:34:48 +0000 (02:34 +0000)]
* test-utf7.el (toplevel): Use `fboundp' instead of `boundp'.
Fix (require 'utf7) order for Mule-UCS.
Add coding: comment.

14 years ago* wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
kaoru [Fri, 31 Jul 2009 09:11:05 +0000 (09:11 +0000)]
* wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
of `beginning-of-buffer'.

14 years ago2009-07-11 Taiki SUGAWARA <buzz.taiki@gmail.com>
kaoru [Sun, 26 Jul 2009 14:59:50 +0000 (14:59 +0000)]
2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>

* utf7.el (utf7-find-coding-system-without-bom): New Function.
(utf7-utf-16-coding-system): use no-BOM coding system.
(utf7-get-u16char-converter): remove workaround for BOM.

14 years ago2009-05-26 Vitaly Mayatskikh <v.mayatskih@gmail.com>
kaoru [Thu, 28 May 2009 10:49:50 +0000 (10:49 +0000)]
2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>

* modb-standard.el (modb-standard-cleanup-stale-entities): New
function, Remove stale entities from elmo's cache.

14 years agoAdd wl-summary-display-raw.
kaoru [Thu, 28 May 2009 10:40:24 +0000 (10:40 +0000)]
Add wl-summary-display-raw.

14 years ago2009-05-26 Vitaly Mayatskikh <v.mayatskih@gmail.com>
kaoru [Thu, 28 May 2009 10:39:58 +0000 (10:39 +0000)]
2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>

* wl-summary.el (wl-summary-display-raw): New function, display
message in raw format.

14 years ago2009-05-26 Vitaly Mayatskikh <v.mayatskih@gmail.com>
kaoru [Tue, 26 May 2009 21:26:07 +0000 (21:26 +0000)]
2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>

* elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
mime-view when displaying malformed base64 attach.

14 years ago2009-05-26 Vitaly Mayatskikh <v.mayatskih@gmail.com>
kaoru [Tue, 26 May 2009 21:11:21 +0000 (21:11 +0000)]
2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>

* elmo-util.el (elmo-union): New function, make a union of two lists.

14 years ago* Version number is increased to 2.15.7.
kaoru [Tue, 26 May 2009 21:09:38 +0000 (21:09 +0000)]
* Version number is increased to 2.15.7.

14 years agoVersion number is increased to 2.15.7.
kaoru [Tue, 26 May 2009 21:05:28 +0000 (21:05 +0000)]
Version number is increased to 2.15.7.

15 years ago(elmo-spam-bsfilter-update-switch): Change default value to `--auto-update'.
okazaki [Sun, 22 Mar 2009 11:32:44 +0000 (11:32 +0000)]
(elmo-spam-bsfilter-update-switch): Change default value to `--auto-update'.

15 years agoUpdate.
okazaki [Mon, 16 Mar 2009 02:45:59 +0000 (02:45 +0000)]
Update.

15 years ago(wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excur...
okazaki [Mon, 16 Mar 2009 02:39:53 +0000 (02:39 +0000)]
(wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
Inline temporary variable `cur-id'.
(wl-summary-get-next-unread-folder): Ditto.
(wl-summary-get-next-folder): Ditto.
(wl-summary-get-prev-folder): Ditto.  Remove local variable `last-entity'.

15 years ago(wl-summary-previous-message-number): New function.
okazaki [Sun, 15 Mar 2009 22:34:33 +0000 (22:34 +0000)]
(wl-summary-previous-message-number): New function.
(wl-summary-next-message-number): Ditto.
(wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
`wl-summary-next-message-number'.

15 years ago* wl-demo.el (wl-demo-copyright-notice): Add 2009.
kaoru [Thu, 1 Jan 2009 00:00:34 +0000 (00:00 +0000)]
* wl-demo.el (wl-demo-copyright-notice): Add 2009.

15 years ago* INSTALL: Updated recommended version of FLIM.
kaoru [Tue, 25 Nov 2008 06:07:26 +0000 (06:07 +0000)]
* INSTALL: Updated recommended version of FLIM.
* INSTALL.ja: Ditto.

15 years ago* wl-summary.el (wl-summary-buffer-folder-name)
okada [Fri, 5 Sep 2008 01:18:43 +0000 (01:18 +0000)]
* wl-summary.el (wl-summary-buffer-folder-name)
(wl-draft-config-body-goto-header): Use backquote instead of quote.
* wl-draft.el (wl-draft-body-goto-top)
(wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.

15 years ago* elmo-pop3.el (elmo-pop3-read-contents): Add `elmo-pop3-read-point' barrier.
kaoru [Sun, 6 Jul 2008 08:27:20 +0000 (08:27 +0000)]
* elmo-pop3.el (elmo-pop3-read-contents): Add `elmo-pop3-read-point' barrier.

15 years ago* elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
kaoru [Sun, 6 Jul 2008 07:44:10 +0000 (07:44 +0000)]
* elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.

15 years ago2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
kaoru [Sun, 6 Jul 2008 06:40:48 +0000 (06:40 +0000)]
2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>

* elmo-pop3.el (elmo-pop3-read-contents): improving performance:
goto the previous end-point insead of the head-point, and use
`search-forward' instead of `re-search-forward'.

15 years ago2008-06-30 Tetsurou Okazaki <okazaki@be.to>
okazaki [Mon, 30 Jun 2008 05:31:17 +0000 (05:31 +0000)]
2008-06-30  Tetsurou Okazaki  <okazaki@be.to>

* elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.

2008-06-30  Don Bashford  <Don.Bashford@stjude.org>

* elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
case-insensitive fashion.

16 years agoFix comments.
kaoru [Tue, 22 Apr 2008 04:10:24 +0000 (04:10 +0000)]
Fix comments.

16 years ago* ptexinfmt.el (texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.
kaoru [Tue, 22 Apr 2008 03:36:57 +0000 (03:36 +0000)]
* ptexinfmt.el (texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.

16 years agoUpdate to version 2008-04-18.10 (Texinfo 4.12).
kaoru [Tue, 22 Apr 2008 03:22:56 +0000 (03:22 +0000)]
Update to version 2008-04-18.10 (Texinfo 4.12).

16 years agoUpdate.
okazaki [Sun, 30 Mar 2008 05:51:57 +0000 (05:51 +0000)]
Update.

16 years ago(wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
okazaki [Sun, 30 Mar 2008 05:51:40 +0000 (05:51 +0000)]
(wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
(wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.

16 years ago(elmo-imap4-send-command): Combine `process-send-string' calls.
okazaki [Sun, 30 Mar 2008 03:33:15 +0000 (03:33 +0000)]
(elmo-imap4-send-command): Combine `process-send-string' calls.

16 years agowl-expire.el: Fix Comentary section.
kaoru [Fri, 7 Mar 2008 02:17:10 +0000 (02:17 +0000)]
wl-expire.el: Fix Comentary section.

16 years ago* wl-mime.el: Add (eval-when-compile (require 'mmbuffer)).
kaoru [Mon, 25 Feb 2008 13:46:59 +0000 (13:46 +0000)]
* wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
Require mime-parse, elmo-mime, and wl-util.

* wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).

* wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).

16 years ago* wl-template.el: Require elmo-util and wl-vars.
kaoru [Wed, 20 Feb 2008 13:03:57 +0000 (13:03 +0000)]
* wl-template.el: Require elmo-util and wl-vars.

16 years ago* elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
kaoru [Wed, 20 Feb 2008 12:55:07 +0000 (12:55 +0000)]
* elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
`eval-and-compile' for suppress compile warnings.

16 years ago* elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe' instead of `defun...
kaoru [Wed, 20 Feb 2008 12:51:45 +0000 (12:51 +0000)]
* elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe' instead of `defun-maybe'

16 years agoAdd (eval-when-compile (require 'static)).
kaoru [Wed, 20 Feb 2008 12:11:08 +0000 (12:11 +0000)]
Add (eval-when-compile (require 'static)).

16 years ago* wl-mime.el (wl-mime-display-header): Revert last change.
kaoru [Wed, 20 Feb 2008 04:24:51 +0000 (04:24 +0000)]
* wl-mime.el (wl-mime-display-header): Revert last change.
Remove (delete-matching-lines "^$").

16 years ago* wl-mime.el (wl-define-dummy-functions): Split `eval-when-compile' form
kaoru [Tue, 19 Feb 2008 20:02:00 +0000 (20:02 +0000)]
* wl-mime.el (wl-define-dummy-functions): Split `eval-when-compile' form
 for avoid error; when `make compile-strict.

16 years agoAdd (eval-when-compile (require 'cl)).
kaoru [Tue, 19 Feb 2008 19:49:45 +0000 (19:49 +0000)]
Add (eval-when-compile (require 'cl)).

16 years agoUse `insert-buffer-substring' instead of `insert-buffer'.
kaoru [Tue, 19 Feb 2008 18:16:43 +0000 (18:16 +0000)]
Use `insert-buffer-substring' instead of `insert-buffer'.

16 years agoAdd (eval-when-compile (require 'static)).
kaoru [Tue, 19 Feb 2008 12:57:06 +0000 (12:57 +0000)]
Add (eval-when-compile (require 'static)).

16 years ago* wl-util.el: Move (eval-when-compile (require 'static)).
kaoru [Tue, 19 Feb 2008 12:28:16 +0000 (12:28 +0000)]
* wl-util.el: Move (eval-when-compile (require 'static)).
* wl-dnd.el: Add (eval-when-compile (require 'static)).
* wl-message.el: Ditto.

16 years ago* mmimap.el: Remove (require 'static).
kaoru [Tue, 19 Feb 2008 12:18:07 +0000 (12:18 +0000)]
* mmimap.el: Remove (require 'static).
* acap.el: Ditto.

16 years agoFix comment.
kaoru [Tue, 19 Feb 2008 11:55:30 +0000 (11:55 +0000)]
Fix comment.

16 years ago* Makefile (clean-elc): Remove *.elx for compile-strict.
kaoru [Tue, 19 Feb 2008 11:29:06 +0000 (11:29 +0000)]
* Makefile (clean-elc): Remove *.elx for compile-strict.

16 years ago* wl-mime.el (wl-message-delete-current-part): Use `insert-buffer-substring' instead...
kaoru [Tue, 19 Feb 2008 11:01:54 +0000 (11:01 +0000)]
* wl-mime.el (wl-message-delete-current-part): Use `insert-buffer-substring' instead of `insert-buffer'.
* wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.

16 years agoMove ';;; Code:' comment.
kaoru [Tue, 19 Feb 2008 10:54:39 +0000 (10:54 +0000)]
Move ';;; Code:' comment.

16 years ago* elmo-version.el (product-provide): Fix comment.
kaoru [Tue, 19 Feb 2008 10:49:04 +0000 (10:49 +0000)]
* elmo-version.el (product-provide): Fix comment.

16 years ago* test-wl-util.el (test-wl-unique-id-by-user): New testcase.
kaoru [Tue, 19 Feb 2008 10:48:01 +0000 (10:48 +0000)]
* test-wl-util.el (test-wl-unique-id-by-user): New testcase.
(test-wl-inverse-alist): Ditto.

16 years agoAdd (eval-when-compile (require 'cl)).
kaoru [Tue, 19 Feb 2008 01:18:57 +0000 (01:18 +0000)]
Add (eval-when-compile (require 'cl)).

16 years ago* slp.el: Add (eval-when-compile (require 'cl)).
kaoru [Mon, 18 Feb 2008 11:10:08 +0000 (11:10 +0000)]
* slp.el: Add (eval-when-compile (require 'cl)).
* elmo-date.el: Ditto.
* elmo-pop3.el: Ditto.
* elmo-mime.el: Add (eval-when-compile (require 'elmo)).

16 years agoUse `string-to-number' instead of `string-to-int'.
kaoru [Mon, 18 Feb 2008 02:20:52 +0000 (02:20 +0000)]
Use `string-to-number' instead of `string-to-int'.

16 years agoUpdated recommended version of APEL and FLIM.
kaoru [Sun, 17 Feb 2008 10:39:37 +0000 (10:39 +0000)]
Updated recommended version of APEL and FLIM.

16 years agoUse `string-to-number' instead of `string-to-int'.
kaoru [Sun, 17 Feb 2008 10:18:54 +0000 (10:18 +0000)]
Use `string-to-number' instead of `string-to-int'.

16 years ago* wl-util.el (wl-match-string, wl-match-buffer)
kaoru [Sun, 17 Feb 2008 10:05:01 +0000 (10:05 +0000)]
* wl-util.el (wl-match-string, wl-match-buffer)
(wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
(wl-kill-buffers, wl-local-variable-p)
(wl-line-formatter-setup): New backquote style.
(wl-count-lines): Use quote instead of backquote.

16 years ago* wl-summary.el (wl-summary-buffer-folder-name)
kaoru [Sun, 17 Feb 2008 09:51:27 +0000 (09:51 +0000)]
* wl-summary.el (wl-summary-buffer-folder-name)
(wl-summary-get-alike): Use quote instead of backquote.
(wl-summary-sticky-buffer-name, wl-summary-put-alike): New backquote style.

16 years ago* wl-message.el (wl-message-buffer-cache-buffer-get)
kaoru [Sun, 17 Feb 2008 09:43:09 +0000 (09:43 +0000)]
* wl-message.el (wl-message-buffer-cache-buffer-get)
(wl-message-buffer-cache-folder-get)
(wl-message-buffer-cache-message-get)
(wl-message-buffer-cache-entry-make)
(wl-message-buffer-cache-hit): New backquote style.