comparison lisp/gnus/ChangeLog @ 96488:a30459da1bd7

* nnimap.el (nnimap-id): * sieve-manage.el (sieve-manage-open): Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 02 Jul 2008 13:17:41 +0000
parents 2cfacee4e258
children 1f27a4bf06f5
comparison
equal deleted inserted replaced
96487:5b7442d7d9ce 96488:a30459da1bd7
1 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * nnimap.el (nnimap-id):
4 * sieve-manage.el (sieve-manage-open): Doc fixes.
5
1 2008-07-02 Francesc Rocher <rocher@member.fsf.org> 6 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2 7
3 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image, 8 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4 if available. 9 if available.
5 10
9793 * gnus-picon.el: Fix indentation and closing parenthesis. 9798 * gnus-picon.el: Fix indentation and closing parenthesis.
9794 9799
9795 2004-09-01 Simon Josefsson <jas@extundo.com> 9800 2004-09-01 Simon Josefsson <jas@extundo.com>
9796 9801
9797 * message.el (message-canlock-generate): Require sha1, not 9802 * message.el (message-canlock-generate): Require sha1, not
9798 sha1-el. (Can we get rid of this require alltogheter? It is ugly 9803 sha1-el. (Can we get rid of this require altogether? It is ugly
9799 to require within a function. Sadly, if sha1.el isn't loaded, the 9804 to require within a function. Sadly, if sha1.el isn't loaded, the
9800 let binding in m-c-g will hide the defcustom definition, which is 9805 let binding in m-c-g will hide the defcustom definition, which is
9801 bad.) 9806 bad.)
9802 9807
9803 * canlock.el: Require sha1, not sha1-el. 9808 * canlock.el: Require sha1, not sha1-el.