X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8abacae034c81abd3da033e683a870169509321c;hb=c2dd508b6fc5468f77e11a73df9d8446dc9664a0;hp=959a390da9aad62a555d60ddd5e7b14c0a2eadfb;hpb=100e4c4abc2a1dda067d95d772de809b932118db;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 959a390..8abacae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +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 `)'. + +2004-02-03 Hiroshi Fujishima + + * texi/gnus-ja.texi (Contributors): Fix typo. + +2004-01-23 Katsumi Yamaoka + + * lisp/canlock.el: Reload sha1-el provided by FLIM when an old + version (maybe provided by the XEmacs ecrypt package) was loaded. + + * lisp/dgnushack.el (max-specpdl-size): Don't modify the value. + (byte-optimize-form-code-walker): Simplify the test form; doc fix. + (char-after): Don't byte-optimize it. + (char-before): Ditto. + (dgnushack-bind-colon-keywords): Remove. + 2004-01-21 Katsumi Yamaoka * lisp/smime.el: Remove.