X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt;h=00abd477c1850749831986a169460e5d3550c965;hp=a1f9878345cb5e8c84a2489cbffb768d30d2f3a5;hb=355d6c883e8aafb8f424c22aa576cf8262ed9e58;hpb=cf6bb4753ad027d11465533b7f3ef35b797f2908 diff --git a/ChangeLog.mutt b/ChangeLog.mutt index a1f9878..00abd47 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,4 +1,75 @@ -2005-09-04 18:01:57 Zardoz@users.sourceforge.net (brendan) +2005-09-07 08:01:59 Brendan Cully (brendan) + + * curs_lib.c: Ensure progress bar rounds to $net_inc. + + * curs_lib.c, globals.h, imap/imap.c, imap/imap_private.h, + imap/message.c, init.h, mutt_curses.h: Display progress meter when + uploading/fetching IMAP data. Closes: #1772. + + * pager.c: Adjust gross hack to return to the same line in the + pager after an index operation so that it doesn't shoot past the + end of the file if there are fewer lines on return (eg when weed + is set). + + * mx.c, pgp.c: Silence some GCC warnings about uninitialized + variables. + + * build-release, configure.in, mutt.h: Remove international + vs. U.S. distribution distinction. build-release expects the + previous version to be x.y.zi and should be updated again for + 1.5.12. + +2005-09-06 16:46:44 Brendan Cully (brendan) + + * doc/manual.xml.head: More documentation cosmetics (newlines + between Usage: lines). + + * pager.c: Gross hack to return to the same line in the pager + after executing an index function. Closes: #1210. + + * doc/manual.xml.head, imap/command.c, imap/imap.c, imap/imap.h, + init.c, mutt.h, pattern.c: Extend pattern language to do simple + string matches as well as regular expressions when the pattern is + invoked with = instead of ~. And, when possible, perform full body + searches on the IMAP server instead of locally, for an enormous + speed boost. + + * imap/utf7.c, init.c, main.c, protos.h: Fix a memory leak in + imap_utf7_decode and do a little cleanup on shutdown. Get a + high five from valgrind. + + * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into main + where they belong. + + * init.c: Release pwent after extracting data from it. + + * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL state + when quitting. + +2005-09-05 04:22:45 Brendan Cully (brendan) + + * doc/manual.xml.head: Documentation cosmetics (add some line + breaks). + + * init.h: Point $hide_top_limited to $hide_limited instead of + $hide_missing. Likewise for $hide_top_missing. Closes: #2039. + + * init.h: Mention $sort_re in $strict_threads + documentation. Closes: #2052. + + * doc/manual.xml.head: Add a push example. Closes: #1591. + +2005-09-04 19:46:26 Rupert Levene (brendan) + + * doc/manual.xml.head: Mention $include when describing how mutt + prepares message replies. Closes: #1471. + +2005-09-04 19:28:19 Dale Woolridge (brendan) + + * pattern.c, protos.h, parse.c: Unfold message headers before + performing ~h search. Closes: #1865. + +2005-09-04 18:01:57 (brendan) * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588.