X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog;h=22cd6b82236e6f2431e8ed268d73d8c25511fc44;hp=d16a6008faee2b6017c8c11d3496076e631746a8;hb=34cf6d8df073a949b69970327314e2355dbccabc;hpb=f404a0ca916be07049af51a3022baaaaab94def6 diff --git a/ChangeLog b/ChangeLog index d16a600..22cd6b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,163 @@ +2005-03-22 03:40:54 Thomas Glanzmann (brendan) + + * hcache.c, imap/imap.c, imap/imap_private.h, imap/message.c, + protos.h: Thomas graces us with this patch that resolves a + type-size inconsistency in the UIDVALIDITY parser. + + Edited for correctness. + +2005-03-17 09:30:06 Pawel Dziekonski (roessler) + + * po/pl.po: update + +2005-03-16 07:01:59 Brendan Cully (brendan) + + * doc/Makefile.in: As Ralf Wildenhues noted, the cygwin EXEEXT + patch was incomplete. Note to self: avoid patching on short + sleep. Starting tomorrow. + +2005-03-16 02:49:33 Brendan Cully (brendan) + + * configure.in, doc/Makefile.in, hcache.c, Makefile.am: Various + cygwin portability fixes + +2005-03-15 04:40:40 Brendan Cully (brendan) + + * crypthash.h: Don't define uint32_t anywhere but in + config.h. Spotted by Alain Bench. + +2005-03-13 16:35:35 roessler (roessler) + + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, + po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, VERSION, po/bg.po, + po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, reldate.h: + automatic post-release commit for mutt-1.5.9 + +2005-03-13 16:29:09 Morten Bo Johansen (roessler) + + * po/da.po: update + +2005-03-05 18:15:20 Christoph Ludwig (roessler) + + * crypt.c: The attached patch fixes a segfault I observed + today: mutt failed to check for a possible null pointer in + mutt_is_application_smime(Body*). + +2005-03-05 07:10:57 brendan (brendan) + + * mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, + mutt_ssl.c, mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c: + Rename open/close/read/write function pointers to avoid problems + with systems where standard open/close/read/write functions are + implemented with macros. Thanks to Aaron Crane and others for + their input about the problem. + +2005-03-01 15:53:25 Vsevolod Volkov (roessler) + + * po/ru.po: update + +2005-03-01 15:52:33 Thomas Glanzmann (roessler) + + * init.h: This is a spelling fix supplied by Cameron Simpson. + +2005-02-28 18:33:45 Mads Martin Joergensen (roessler) + + * curs_main.c: Fix a crash. + +2005-02-28 15:15:23 Christoph Berg (roessler) + + * init.h, menu.c, mutt.h: I've updated the menu_context patch to + reintroduce the menu_move_off variable that hasn't made it into + 1.5.8. The patch fixes menu_prev_line and menu_next_line which + didn't work with menu_context > 0 and also makes + work even if there are less messages than screen lines (thanks + to René Clerc and Vincent Lefevre for spotting these issues). + +2005-02-28 14:37:09 Udo Schweigert (roessler) + + * smime.c: As pointed out in a separate thread, here is a patch + which fixes the problem of a failing openssl after interactively + selecting a recipient's key. + +2005-02-27 03:18:23 Brendan Cully (brendan) + + * imap/message.c: Turn brain back on before committing patches + (that modification I made to APPEND was bogus). + +2005-02-27 02:44:45 Dan Hopper (brendan) + + * imap/message.c: Don't lose N flag when uploading a message to an + IMAP mailbox. (Slightly modified from the original patch to + prevent spurious space characters). + +2005-02-21 04:42:34 Alain Bench (roessler) + + * parse.c, pgp.c, sendlib.c: Bcc should be RFC2047-encoded, too. + +2005-02-19 16:00:24 Thomas Roessler (roessler) + + * sendlib.c: Fix Debian 295528. + +2005-02-17 03:33:00 Brendan Cully (brendan) + + * OPS, browser.c, doc/manual.sgml.head, functions.h, + imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h: New + function: rename-mailbox (bound to 'r' by default). + + The lack of a rename-mailbox command for IMAP finally got too annoying. + It's a bit of a cut-and-paste job, but I've put my dreams of cleaning + up the IMAP codebase on hold. Gotta grow up some time. + +2005-02-16 09:34:06 ta_panta_rei <7vvtch802@sneakemail.com> (roessler) + + * po/el.po: update + +2005-02-16 08:48:41 Ronny Haryanto (roessler) + + * po/id.po: update + +2005-02-15 19:28:24 Thomas Roessler (roessler) + + * doc/Makefile.in: Fix linuxdoc invocation. Thanks to + Tamotsu Takahashi for tracking this down to an idiotic + non-backwards-compatible change to the way groff works. + +2005-02-15 19:03:51 Ivan Vilata i Balaguer (roessler) + + * po/ca.po: update + +2005-02-14 08:48:43 Vincent Lefevre (roessler) + + * po/fr.po: update + +2005-02-13 17:37:31 Roland Rosenfeld (roessler) + + * po/de.po: update + +2005-02-13 09:53:07 Thomas Roessler (roessler) + + * Makefile.am: Include crypt-gpgme.h with the distribution. + +2005-02-13 00:25:37 Brendan Cully (brendan) + + * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING to + pretty print configure --help screen, with mixed results. + +2005-02-12 21:04:22 Brendan Cully (brendan) + + * Makefile.am, imap/Makefile.am: Require at least automake 1.6 + +2005-02-12 20:56:36 Thomas Roessler (roessler) + + * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, + po/zh_CN.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po, + po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, Makefile.am, VERSION, po/bg.po, po/ca.po, po/cs.po, + reldate.h: automatic post-release commit for mutt-1.5.8 + 2005-02-12 20:46:48 Vincent Lefevre (roessler) * po/fr.po: update @@ -207,7 +367,7 @@ 2005-01-29 19:15:07 Thomas Glanzmann (roessler) * hcache.c: - make hcache.c conform to mutt codingstyle - - use $Id: ChangeLog,v 3.384 2005/02/12 20:47:13 roessler Exp $ CVS keyword instead of %K% BitKeeper keyword + - use $Id: ChangeLog,v 3.411 2005/03/22 03:42:22 brendan Exp $ CVS keyword instead of %K% BitKeeper keyword 2005-01-29 19:15:07 Thomas Glanzmann (roessler)