[2005-09-08] CVS repository changes
This message was generated and sent automatically. It contains a
summary of the CVS commits over the last 48 hours. These changes
should be propagated to the public repository within at most a day
or two. Most probably, they have already been propagated.
2005-09-07 08:01:59 Brendan Cully <brendan@xxxxxxxxxx> (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@xxxxxxxxxx> (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.