X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=ChangeLog.mutt;h=1c3eecfd9c1f3a446e40c89f518c1291b5bd9fc8;hb=e83ad1be25aefea3ed21ec08edbaf2d5a72c4a9d;hp=022b03dd03304a98f885dc0c5d19f27e1c7a8f38;hpb=873ab02a290cf65ebc01986188c20c3760353db3;p=apps%2Fmadmutt.git diff --git a/ChangeLog.mutt b/ChangeLog.mutt index 022b03d..1c3eecf 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,4 +1,51 @@ -2005-07-24 14:23:25 Thomas Roessler (roessler) +2005-07-25 04:37:20 Brendan Cully (brendan) + + * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE blocks) + +2005-07-25 04:31:51 Brendan Cully (brendan) + + * muttlib.c: Suppress a printf format warning + +2005-07-24 18:33:31 Brendan Cully (brendan) + + * muttlib.c: Typo in last commit. + +2005-07-24 18:28:36 Brendan Cully (brendan) + + * imap/message.c, muttlib.c, protos.h: Merge full envelope from + message fetch into original sparse envelope, instead of replacing + it. This should be gentler on the various threading hashes and may + (knock on wood) fix the threading segfault. Threading behaviour is + observably better. + + * imap/util.c: Revert Glanzmann's imap_parse_mailbox patch. + +2005-07-24 16:53:59 Thomas Roessler (roessler) + + * thread.c: Try to fix threading bug triggered by duplicate + references. + +2005-07-24 16:51:38 Cedric Duval (brendan) + + * OPS, copy.c, curs_main.c, doc/manual.sgml.head, functions.h, + imap/imap.c, mh.c, mutt.h, mx.c, pager.c, protos.h, thread.c: Add + thread editing commands. + +2005-07-24 16:12:12 Paul Walker (roessler) + + * doc/manual.sgml.head, main.c, protos.h, init.c: This patch + adds an option -D to dump mutt's configuration after all + configuration files have been read. Changes against PW's version: + (1) curses isn't initialized; (2) variables are dumped to stdout, + not to stderr. + +2005-07-24 15:46:26 Thomas Roessler (roessler) + + * hash.c, imap/message.c, imap/util.c: This patch includes (1) + a rewrite of hash_delete_hash, and (2) some changes to the IMAP + code that Thomas Glanzmann made during an attempt to squash some + segmentation fault in May. There is no guarantee that this patch + doesn't break things. If it does, please complain to mutt-dev. * recvattach.c, smime.c: Fix S/MIME segmentation fault. Bug reported by Mads Martin Joergensen; part fixed by Brendan Cully. @@ -478,7 +525,7 @@ 2005-01-29 19:15:07 Thomas Glanzmann (roessler) * hcache.c: - make hcache.c conform to mutt codingstyle - - use $Id: ChangeLog,v 3.435 2005/07/24 14:24:00 roessler Exp $ CVS keyword instead of %K% BitKeeper keyword + - use $Id: ChangeLog,v 3.444 2005/07/25 04:38:56 brendan Exp $ CVS keyword instead of %K% BitKeeper keyword 2005-01-29 19:15:07 Thomas Glanzmann (roessler)