X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt;h=c0c2ee7930183e4ee243d5bb8c27c3ed9665e9e2;hp=d72a36387d996caa7950f32ad226080ca532609b;hb=95fc7c1442ca6109151bbd34716cd9caeb85042a;hpb=18ea5e8b861632627335b8d94787c742dbf5f567 diff --git a/ChangeLog.mutt b/ChangeLog.mutt index d72a363..c0c2ee7 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,3 +1,34 @@ +2005-07-27 15:08:43 Vincent Lefevre (brendan) + + * crypt-gpgme.c: Correct two typos in GPGME error messages. + +2005-07-27 05:53:27 Brendan Cully (brendan) + + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po, + po/et.po, po/gl.po, po/lt.po, po/pt_BR.po, po/sk.po: Update + Thomas' address in several out-of-date PO files. (closes #990) + +2005-07-27 04:29:36 Brendan Cully (brendan) + + * mutt_ssl_gnutls.c: Silence some harmless warnings. Also, one day + -pedantic is going to get held up on the causeway. + +2005-07-27 00:40:15 Brendan Cully (brendan) + + * imap/command.c: More fiddling with fatal state handling. Not + tested, and probably as wrong as what was already there. + +2005-07-27 00:32:18 Brendan Cully (brendan) + + * muttlib.c: Rework mutt_save_confirm to support confirmappend + with IMAP mailboxes. I hope I got all cases right. + +2005-07-26 23:57:38 Brendan Cully (brendan) + + * imap/imap.c: Adjust imap_access so that it doesn't issue STATUS + on the selected mailbox, and have imap_open_mailbox_append use + imap_access instead of rolling its own. + 2005-07-26 18:45:01 TAKAHASHI Tamotsu (brendan) * crypt-gpgme.c, mutt_ssl_gnutls.c, po/POTFILES.in: Partial