X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=9fdcd15849a5f366f3730c247debfd35c5ffc6fe;hb=3292cda093d45703dd7adcbf612000796397855d;hp=d5672ed0e28f9e2b783566b5f5f8344e2d08efda;hpb=a20d292f67aabe5f82597c33a70c3740d588ace0;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index d5672ed..9fdcd15 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,11 +1,104 @@ +2010-01-04 TAKAHASHI Kaoru + + * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'. + * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'. + * wl-summary.el (wl-summary-narrow-to-region) + (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'. + + * wl.el (wl-plugged-sending-queue-status): Use `number-to-string' + instead of `int-to-string'. + * wl-dnd.el (wl-dnd-start-drag): Ditto. + * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto. + * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto. + * wl-util.el (wl-url-nntp): Ditto. + + * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info) + (wl-plugged-dop-queue-status): Don't quote `lambda'. + * wl-thread.el (wl-thread-delete-message): Ditto + * wl-summary.el (wl-summary-edit-addresses) + (wl-summary-edit-addresses-collect-candidate-fields) + (wl-summary-search-by-subject): Ditto. + * wl-mime.el (wl-mime-node-id-to-string): Ditto. + * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions) + (wl-fldmgr-add-completion-subr): Ditto. + * wl-draft.el (wl-smtp-extension-bind) + (wl-draft-insert-get-message, wl-draft-default-headers) + (wl-jump-to-draft-buffer): Ditto. + * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up) + (wl-summary-down): Ditto. + * wl-message.el (wl-message-buffer-prefetch-subr): Ditto. + * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto. + * wl-folder.el (wl-folder-make-save-access-list) + (wl-folder-update-access-group, wl-folder-pick): Ditto. + +2010-01-02 TAKAHASHI Kaoru + + * 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'. + + * wl-address.el (wl-address-header-extract-address) + (wl-address-header-extract-realname): Fix mail-address in + docstring. + + * 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-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. + + * 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. + + * wl-thread.el (wl-thread-open, wl-thread-close): Use + `point-at-bol', `point-at-eol'. + + * 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. + + * 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. + + * 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. + 2010-01-01 TAKAHASHI Kaoru + * wl-util.el (wl-count-lines): Use `point-at-bol' instead of + `(beginning-of-line) (point)'. + + * 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'. + + * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use + `function' for lambda. + + * wl.el (wl-plugged-server-indent): Change from macro to function. + + * wl-score.el (wl-score-put-alike): Explicit add `alike' argument. + * wl-draft.el (wl-draft-config-body-goto-header) (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from macro to function. - * wl-score.el (wl-score-get-alike, wl-score-put-alike): Change - from macro to inline-function. + * wl-score.el (wl-score-get-alike): Change from macro to + inline-function. * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc' instead of `mapcar'. Don't use `function' for lambda.