X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8abacae034c81abd3da033e683a870169509321c;hb=c2dd508b6fc5468f77e11a73df9d8446dc9664a0;hp=1edb5af61bfa616cbd050468f046fec67e62b504;hpb=c912cc6f9abafc5e2c91ed1842ab3dc0dfb63dec;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 1edb5af..8abacae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2004-04-27 Katsumi Yamaoka + + * lisp/dgnushack.el (describe-key-briefly): Remove compiler macro. + +2004-04-12 TAKAHASHI Kaoru + + * texi/ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm. + @url is now a synonym for @uref. + +2004-04-08 Katsumi Yamaoka + + * lisp/gnus-util.el (gnus-set-work-buffer): Set buffer multibyte. + (gnus-select-frame-set-input-focus): Don't check whether + `focus-follows-mouse' is bound. + (frame-parameter): Remove. + +2004-03-25 Katsumi Yamaoka + + * lisp/pop3.el: Don't require `advice', `pces' and `path-util'. + (pop3-ssl-program-name): Use `executable-find' instead of + `exec-installed-p'. + (pop3-movemail): Don't use `write-region-as-binary'. + (pop3-open-server): Don't use `open-network-stream-as-binary'. + (pop3-open-ssl-stream): Don't use `as-binary-process'. + (pop3-open-tls-stream): Ditto. + (mail-source-fetch-pop): In Gnus, advise it to bind + `pop3-connection-type' and `pop3-leave-mail-on-server' while + fetching mails, according to `mail-sources'. + +2004-03-24 KOSEKI Yoshinori + + * lisp/gnus-namazu.el (gnus-namazu/directory-table-use): Remove. + (gnus-namazu-imap-maildir): New variable. + +2004-03-09 Katsumi Yamaoka + + * lisp/dgnushack.el (dgnushack-unexporting-files): Add + legacy-gnus-agent.el. + +2004-03-08 Kevin Greiner + + * make.bat: Make sure that gnus-load.el and sieve are writable to + avoid breakage. + +2004-03-04 KOSEKI Yoshinori + + * lisp/gnus-namazu.el (gnus-namazu-command-prefix): New variable. + (gnus-namazu-imap-group-prefix): Ditto. + (gnus-namazu/directory-table-use): Ditto. + (gnus-namazu/call-namazu): Use gnus-namazu-imap-group-prefix. + (gnus-namazu/search): Support Maildir. + +2004-03-01 Reiner Steib + + * make.bat: Fix directory test for Windows 9x/ME. From Michael + Schierl (tiny change). + +2004-02-11 TAKAHASHI Kaoru + + * texi/ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, + and @registeredsymbol. + 2004-02-06 Katsumi Yamaoka * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Fix misplaced `)'.