X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt;h=fc3a9d5f232bc9bcfb289d96b136962419070695;hp=90a1e383943d318c247dc5deac6ad3a1db95cf92;hb=e01486aabea6f0af36933158bd58b9ab03b30add;hpb=7480539010bab6905c944b11b036492a1a625994 diff --git a/ChangeLog.mutt b/ChangeLog.mutt index 90a1e38..fc3a9d5 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,3 +1,61 @@ +2005-08-08 03:30:59 Brendan Cully (brendan) + + * browser.c: Avoid a segfault attempting to browse an invalid IMAP + URL. + + * imap/imap.c: Extend IMAP host completion to complete over open + connections. + + * imap/imap.c: Allow IMAP tab-completion to complete over defined + mailboxes, saving a bunch of typing for the hostname part of the + URL. Should probably be extended to complete over open connections + and possibly also folder/account hooks. + + * account.c, curs_lib.c, protos.h: Reuse mutt_get_field for + mutt_get_field_unbuffered. + +2005-08-07 06:20:37 Anders Helmersson (brendan) + + * pager.c: Certain versions of libc may segfault during regex + processing if given incomplete multibyte characters. Work around + this by manually trimming the display buffer. I modified it + somewhat to only check when the situation is most likely to occur: + fgets has read all the way to the capacity of the buffer. Thanks + also to Tamo for his comments. + +2005-08-07 04:58:12 Brendan Cully (brendan) + + * account.c, curs_lib.c, protos.h: Make username prompts + unbuffered like password prompts are (no more folder-hook push + garbage) + +2005-08-06 22:20:55 Brendan Cully (brendan) + + * imap/imap.c, lib.c, lib.h, mutt.h, mutt_tunnel.c, sendlib.c: + Report non-zero exit status of tunnel command. Closes: #1749. + + * imap/imap.c, imap/util.c, init.h, mutt.h, pop_lib.c: Replace + pointless imap_force_ssl option with ssl_force_tls, which requires + any connection (POP or IMAP) to a remote server to be encrypted, + and attempts to negotiate encryption even if the capability isn't + advertised (this last bit is of dubious utility, but essentially + harmless since the connection would otherwise fail + anyway). Closes: #1284. + + * imap/browse.c: Kill a warning. + +2005-08-06 19:06:36 Brendan Cully (brendan) + + * init.c: Use isalnum instead of isalpha when parsing unbraced + environment variable names, per tamo's suggestion. Closes #2022. + +2005-08-05 02:16:46 Brendan Cully (brendan) + + * attach.c, attach.h, browser.c, curs_main.c, mutt.h, mutt_menu.h, + pager.h, protos.h: Move some attachment-related prototypes and + structures into attach.h from the global headers. A small step + towards sane dependency tracking and code cleanliness. + 2005-08-04 01:15:52 Brendan Cully (brendan) * compose.c: Don't unlink non-mutt files that would have been