X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cc3dcc6fd37ced991a44f25f7a33b9d4ccb61c72;hb=28190cffc1aeaf7e29de90c3b611e6c423afd175;hp=77e171a452f65047e903363fa4ce7171e95e8d91;hpb=344ff2c8260da3f90ecb3ef3e75dda3b45ea3447;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 77e171a..cc3dcc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,134 @@ -2005-65-16 Katsumi Yamaoka +2006-02-22 Reiner Steib + + * etc/images/gnus/mail_send.xpm: Emacs 21 icon for + message-tool-bar-retro. + +2006-02-21 Reiner Steib + + * make.bat (:etc): Also consider images in images/mail and + images/. + + * etc/Makefile.in (install, uninstall): Also consider images in + images/mail and images/. + + * etc/images/connect.xpm, etc/images/contact.xpm, + etc/images/delete.xpm, etc/images/describe.xpm, + etc/images/disconnect.xpm, etc/images/exit.xpm, + etc/images/lock-broken.xpm, etc/images/lock-ok.xpm, + etc/images/lock.xpm, etc/images/refresh.xpm, + etc/images/gnus/toggle-subscription.xpm, + etc/images/mail/attach.xpm, etc/images/mail/compose.xpm, + etc/images/mail/copy.xpm, etc/images/mail/forward.xpm, + etc/images/mail/inbox.xpm, etc/images/mail/move.xpm, + etc/images/mail/not-spam.xpm, etc/images/mail/outbox.xpm, + etc/images/mail/reply-all.xpm, etc/images/mail/reply.xpm, + etc/images/mail/save-draft.xpm, etc/images/mail/send.xpm, + etc/images/mail/spam.xpm: New icons from GNOME 2.6. + +2006-02-21 Miguel Frasson + + * etc/images/separator.xpm: Copy of sep.xpm from AUCTeX. + +2006-02-21 Adam Sj,Ax(Bgren + + * etc/images/mail/save.xpm, etc/images/mail/preview.xpm: New icons. + +2006-02-25 Katsumi Yamaoka + + * lisp/nnheader.el (mm-make-temp-file): Be always alias to + make-temp-file. + +2006-01-26 Katsumi Yamaoka + + * Makefile.in (clean): Clean all subdirectories; remove *~. + (elclean): Remove lisp/gnus-load.el. + (distclean): Don't use sub-make to run clean; use $(MAKE) instead + of make. + + * etc/Makefile.in (clean): New rule. + (distclean): Use it; remove Makefile. + +2005-01-26 Katsumi Yamaoka + + * lisp/dgnushack.el (dgnushack-unexporting-files): Exclude + dgnuskwds.el and gnus-load.el. + + * lisp/nnheader.el (mm-subst-char-in-string): New function. + (nnheader-replace-chars-in-string): Use it. + +2005-01-25 Katsumi Yamaoka + + * lisp/nnheader.el (nnheader-image-load-path): Synch it up with + mm-image-load-path in mm-util.el. + (mm-subst-char-in-string): New function. + (nnheader-replace-chars-in-string): Use it. + +2005-01-23 Katsumi Yamaoka + + * lisp/message.el (message-tool-bar-gnome): Comment + mml-attach-file, mml-preview and mml-secure-message-sign-encrypt. + (message-tool-bar-retro): Comment mml-attach-file and mml-preview. + +2005-12-22 TSUCHIYA Masatoshi + + * lisp/gnus-namazu.el (gnus-namazu-remote-groups): Accept `t' as an + symbol that matches the method specified by `gnus-select-method'. + (gnus-namazu/make-directory-table): Follow the above change. + (gnus-namazu/call-namazu): Wrap a query string with quotes. + +2005-12-06 Katsumi Yamaoka + + * GNUS-NEWS: Generated. + +2005-10-31 Lars Magne Ingebrigtsen + + * Testing CVS setup. Yes. Yes. Yes. Yes. + +2005-10-10 Katsumi Yamaoka + + * lisp/nnheader.el (mm-delete-duplicates): New function. + +2005-10-04 Katsumi Yamaoka + + * aclocal.m4 (AC_PATH_LISPDIR): Default to .../site-lisp/gnus for + Emacs. + (AC_PATH_ETCDIR): Don't change the default value for Emacs. + + * configure: Generated. + + * Makefile.in (list-installed-shadows): New entry. + (remove-installed-shadows): New entry. + + * GNUS-NEWS: Generated. + +2005-09-28 Reiner Steib + + * todo: Remove some items that are already done. Add some new + items. Add some comments. + +2005-09-13 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-summary-wash-map): Remove + gnus-summary-toggle-mime. + +2005-09-02 TAKAHASHI Kaoru + + * texi/ptexinfmt.el: Support @frenchspacing, @euro, @sansserif. + (texinfo-format-ordf): Fix typo. + +2005-08-10 Romain Francoise + + * GNUS-NEWS: Generated. + +2005-07-25 Katsumi Yamaoka + + * lisp/dgnushack.el: Autoload sha1 and sha1-binary for XEmacs. + +2005-07-18 Romain Francoise + + * GNUS-NEWS: Generated. + +2005-06-16 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-x-face-command): Remove x-face-mule. @@ -383,7 +513,7 @@ * lisp/dgnushack.el (dgnushack-unexporting-files): Add legacy-gnus-agent.el. -2004-03-08 Kevin Greiner +2004-03-08 Kevin Greiner * make.bat: Make sure that gnus-load.el and sieve are writable to avoid breakage.