[2005-09-07] 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 00:22:09 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* 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.
2005-09-05 04:22:45 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* doc/manual.xml.head: Documentation cosmetics (add some line
breaks).