(describe-key-briefly): Remove compiler macro.
[elisp/gnus.git-] / ChangeLog
index 1edb5af..8abacae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2004-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el (describe-key-briefly): Remove compiler macro.
+
+2004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
+       @url is now a synonym for @uref.
+
+2004-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <kose@meadowy.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu/directory-table-use): Remove.
+       (gnus-namazu-imap-maildir): New variable.
+
+2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el (dgnushack-unexporting-files): Add
+       legacy-gnus-agent.el.
+
+2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * make.bat: Make sure that gnus-load.el and sieve are writable to
+       avoid breakage.
+
+2004-03-04  KOSEKI Yoshinori  <kose@meadowy.org>
+
+       * 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  <Reiner.Steib@gmx.de>
+
+       * make.bat: Fix directory test for Windows 9x/ME.  From Michael
+       Schierl <schierlm-public@gmx.de> (tiny change).
+
+2004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook,
+       and @registeredsymbol.
+
 2004-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Fix misplaced `)'.