X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=ChangeLog.mutt;h=a97b75e94f2aeba76995a6e81d0cb3907d0be5fd;hb=1d841e66b08bc422c8bfacd7a5db08e54e8c7dfe;hp=00abd477c1850749831986a169460e5d3550c965;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58;p=apps%2Fmadmutt.git diff --git a/ChangeLog.mutt b/ChangeLog.mutt index 00abd47..a97b75e 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,3 +1,54 @@ +2005-09-14 14:15:06 TAKAHASHI Tamotsu (brendan) + + * init.h: Refer to $use_envelope_from rather than old + $envelope_from in description of $envelope_from_address. + +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 + do in IPv6. + + * pattern.c: Make stringmatch pattern detection stateless. + + * curs_lib.c: ifdef USE_SOCKET around mutt_progress_bar. + +2005-09-08 07:09:46 Bernd Ahlers (brendan) + + * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, + po/zh_TW.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/ru.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, + po/id.po, po/ca.po, po/cs.po: Correct some S/MIME po entries. + 2005-09-07 08:01:59 Brendan Cully (brendan) * curs_lib.c: Ensure progress bar rounds to $net_inc.