X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=utils%2FChangeLog;h=08846e0aaf21c6edda2c52c21edc1554657c63b8;hb=7d8afd415d11ef7e70d3df5b27a4698795bb0f37;hp=0f3be4aaab86c5fa510e4ab1a0099785212b4d9a;hpb=b39b0f98d5876a90ceae2f4507f9d3595e2f3b0a;p=elisp%2Fwanderlust.git diff --git a/utils/ChangeLog b/utils/ChangeLog index 0f3be4a..08846e0 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,99 @@ +2004-05-22 Hiroya Murata + + * bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte + instead of elmo-set-buffer-multibyte. + (bbdb-wl-get-addresses-2): Ditto. + (bbdb-wl-update-records): Ditto. + (bbdb-extract-field-value): Ditto. + +2004-05-08 Yoichi NAKAYAMA + + * rfc2368.el: Sync with cvs version of emacs. + (rfc2368-unhexify-string): Don't use replace-regexp-in-string. + (rfc2368-parse-mailto-url): Unhexify prequery, change concat order. + +2004-04-12 TAKAHASHI Kaoru + + * ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm. + @url is now a synonym for @uref. + +2004-02-11 TAKAHASHI Kaoru + + * ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, and + @registeredsymbol. + +2004-01-18 Yoichi NAKAYAMA + + * ssl.el (toplevel): Don't include cl at run time. + (ref. Emacs Lisp Coding Conventions section in elisp-info) + +2003-10-15 Yuuichi Teranishi + + * im-wl.el (wl-draft-send-with-imput-async): Follow the changes + in draft (Not tested). + +2003-09-23 Hiroya Murata + + * wl-addrbook.el (wl-summary-addrbook-from): Use + elmo-message-entity-field. + +2003-07-01 TAKAHASHI Kaoru + + * ptexinfmt.el: @verb, @tie, @/ support. + (ptexinfmt-broken-facility): Abolish NO-NOTICE argument. + Use `ptexinfmt-disable-broken-notice-flag' instead. + +2002-12-03 Katsumi Yamaoka + + * ptexinfmt.el: Modify it not to use APEL functions. + +2002-10-10 KOBAYASHI Shinji + + * bbdb-wl.el (bbdb-wl-get-addresses-1): Call + `bbdb-wl-canonicalize-full-name-function' after decoding full-name + string. + (bbdb-wl-get-addresses-2): Ditto. + +2002-09-05 TAKAHASHI Kaoru + + * ptexinfmt.el: discard @documentdescription. Support + @ifplaintext, @ifnotplaintext, @ifhtml. Remove obsolete commands. + (texinfo-format-ifhtml, texinfo-format-ifplaintext): New function. + +2002-06-03 KOBAYASHI Shinji + + * bbdb-wl.el (bbdb-wl-canonicalize-spaces-and-dots): Remove + the preceding spaces. + +2002-06-03 TAKAHASHI Kaoru + + * ptexinfmt.el: discard @cartouche. @anchor discard for Mule 2.3. + Support @., @:, @-. + (texinfo-format-inforef): New function. + +2002-05-30 Yuuichi Teranishi + + * bbdb-wl.el (bbdb-wl-canonicalize-full-name-function): New variable. + (bbdb-wl-canonicalize-spaces-and-dots): New function. + (bbdb-wl-get-addresses-1): Use bbdb-wl-canonicalize-full-name-function. + (bbdb-wl-get-addresses-2): Ditto. + +2002-05-20 Yoichi NAKAYAMA + + * im-wl.el: wl-draft-send-func -> wl-draft-send-function + in the example settings. + +2002-04-28 TAKAHASHI Kaoru + + * bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to + `wl-save-hook'. Use `bbdb-initialize' instead of require + bbdb-autoloads. + +2002-01-28 Hiroya Murata + + * bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local + variable. + 2002-01-28 Yuuichi Teranishi * bbdb-wl.el (bbdb-wl-get-addresses-1): New function.