X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt;h=c548d37f082b31a23f5aa0c52b2ed7fce747052f;hp=e919f82062eb4feadefb4a8936810193ef8cbff1;hb=6f41c52076e60ae7f2b6337b7dc9ea3fa23400e2;hpb=4f61fa445bff564984acf29fc91858af0ed2725e diff --git a/ChangeLog.mutt b/ChangeLog.mutt index e919f82..c548d37 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,3 +1,32 @@ +2005-09-14 02:45:44 Brendan Cully (brendan) + + * globals.h, init.h, sendlib.c: Add new $envelope_from_address + variable for manually specifying the envelope sender. Rename (with + compatibility synonym) $envelope_from to $use_envelope_from. Make + $envelope_from subordinate to $use_e_f, as $from is to $use_from. + +2005-09-13 20:36:17 Brendan Cully (brendan) + + * doc/Makefile.in: Put chunked HTML manual in top doc directory + instead of HTML subdirectory. Solves a weird $distdir + absolute/relative path nuisance. + +2005-09-12 06:22:21 Brendan Cully (brendan) + + * curs_lib.c, pop.c, pop.h, pop_lib.c: Teach pop driver about + mutt_progress_bar. Allow progress bar to omit total size if zero + (=unknown). + +2005-09-10 18:47:17 TAKAHASHI Tamotsu (brendan) + + * menu.c: Correct some inconsistencies introduced by + $menu_context. Closes: #2019? + +2005-09-10 06:02:04 Brendan Cully (brendan) + + * imap/imap.c, curs_lib.c: A pair of small optimisations to the + progress bar. + 2005-09-08 16:37:59 Brendan Cully (brendan) * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like we