X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..22e147a051c2bca3bf6a1210c3fa35eafe9e546f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5f590b5..dd135e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,1196 @@ -2008-05-17 12:31 -0700 Brendan Cully (fa4990c5b5c6) +2009-01-05 16:35 -0800 Brendan Cully (a170f93fc5b1) + + * build-release: Fall back to vi if VISUAL is unset in + build-release + + * UPDATING: Update UPDATING + + * imap/command.c, imap/imap.c, imap/imap_private.h: Report CREATE + failures + + * browser.c: Style fixes + + * browser.c: Leave error message on screen if imap_mailbox_create + fails + + * doc/mutt.man: Add pointer to the full manual to the front of mutt.1 + +2009-01-05 09:16 -0800 Petr Písař (990f1e841dd4) + + * po/cs.po: Updated Czech translation + +2009-01-04 22:36 -0800 Vincent Lefevre (9af288ee9e91) + + * po/fr.po: Updated French translation + +2009-01-04 18:32 -0800 Emanuele Giaquinta (e47d05dc2633) + + * imap/util.c: Indentation fix + +2009-01-04 18:12 -0800 Brendan Cully (1947c370fcd9) + + * Makefile.am: Remove obsolete make target + + * doc/manual.xml.head: Update copyright in manual + +2009-01-04 17:07 -0800 Vincent Lefevre (bbe8694acc33) + + * po/fr.po: Updated French translation + +2009-01-04 17:04 -0800 Brendan Cully (d98ab9a591e5) + + * pgpkey.c: Remove dead code. Thanks to Ingo Schwarze. + + * COPYRIGHT: Update copyrights + + * addrbook.c, ascii.h, attach.c, bcache.c, bcache.h, browser.c, + browser.h, charset.c, charset.h, commands.c, complete.c, + compose.c, crypt-gpgme.c, crypt.c, curs_main.c, dotlock.c, + editmsg.c, enter.c, functions.h, gnupgparse.c, handler.c, + hdrline.c, hook.c, init.h, lib.c, lib.h, menu.c, mh.c, + mutt_idna.c, mutt_idna.h, mutt_sasl.h, mutt_socket.c, muttlib.c, + mx.c, pager.c, pattern.c, pgp.c, pgp.h, pgpinvoke.c, pgpkey.c, + pgplib.c, pgplib.h, pgppacket.c, pgppubring.c, pop.c, postpone.c, + protos.h, query.c, recvattach.c, recvcmd.c, remailer.c, rfc1524.c, + rfc2047.c, rfc2231.c, rfc3676.h, send.c, setenv.c, status.c, + url.c: Update copyrights. Closes #3016. I went through the logs of + each file with a copyright header and updated the years for the + authors in the headers for any non-comment changes they + introduced. What a pain! + + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_login.c, + imap/auth_sasl.c, imap/browse.c, imap/imap.h, imap/message.h, + imap/utf7.c: IMAP copyright header updates + + * imap/auth_gss.c, imap/command.c, imap/imap.c, imap/message.c: + Updated copyrights + + * smtp.c: SMTP: complain when authentication fails. Closes + #2117. Now each failed attempt emits an error before mutt tries + the next method. Possibly we should just fail immediately? + + * parse.c, snprintf.c: Use ! instead of testing pointers against 0. + Closes #3125. + +2009-01-04 20:12 +0100 Rocco Rutte (33fa1ca4b6af) + + * doc/gen-map-doc, init.h: Documentation: Minor fixes and + improvements + +2009-01-03 21:02 -0800 Brendan Cully (5a80ee54a05f) + + * imap/command.c, imap/imap.c, init.c, muttlib.c, postpone.c: Raise + debug level for several messages + + * imap/auth_gss.c: Guard against unused variable warning. Thanks + to Ingo Schwarze. + + * doc/Makefile.am: Remove obsolete reference to ChangeLog.old. Thanks + to Ingo Schwarze. + + * imap/message.c: Ignore unexpected FETCH responses during + imap_read_headers. Thanks to Chris Li for the excellent bug report + in #3041. See #2902, #2935, #2985, #3028, #3041, #3143. With luck, + this may close them. In truth, imap_read_headers is still a horrible + kludge of duct tape and chicken wire. + + * hash.c, hash.h: Make hash_string work in unsigned domain + + * main.c: Another copyright update + + * main.c, smtp.c: Update some copyrights + +2009-01-02 23:13 -0800 Brendan Cully (87ef3e3550e4) + + * smtp.c: SMTP: Use Hostname if Fqdn is bogus. Closes #3142. + + * init.h: More tyops + + * doc/manual.xml.head: Tyops + + * mutt_ssl_gnutls.c: Add SSL intermediate certificate support for + gnutls + + * mutt_ssl.c: Simplify intermediate certificate handling. Return + immediately if a certificate is interactively accepted. Display + index of current certificate in chain in menu title. + +2009-01-02 12:46 -0800 TAKAHASHI Tamotsu (5db868a874b6) + + * globals.h, mutt_ssl.c: Add support for intermediate certificates to + openssl code. Gnutls support is not included in this patch. + +2009-01-01 17:02 -0800 Marcel Telka (532f695b4352) + + * smtp.c: SMTP: Require SP after AUTH response (strict RFC + conformance). Closes #3141. + +2009-01-01 16:55 -0800 Brendan Cully (859009a507d8) + + * smtp.c: SMTP: guard against short server responses + +2008-12-30 00:58 +0100 Rocco Rutte (ac870203179d) + + * doc/manual.xml.head: Manual: Add missing maps to bind command docs + + * doc/TODO: Documentation: Update TODO + +2008-12-26 14:36 +0100 Rocco Rutte (4917897ac9b1) + + * init.c: Ignore NULL/empty lines in rc parser, fixes mutt -e '' + crashing + +2008-12-20 15:33 -0800 TAKAHASHI Tamotsu (349986b1af09) + + * po/ja.po: Updated Japanese translation. + +2008-12-20 15:31 -0800 Brendan Cully (a715dca3610c) + + * main.c: Cosmetics for mutt -v + +2008-11-26 01:15 +0000 Peter Collingbourne (2fefd56f440c) + + * sendlib.c: Disable line wrapping for Message-ID header + +2008-12-16 20:19 -0800 Erik Hovland (f6ae8dc70850) + + * imap/util.c: Remove unused #include directives + + * crypt.c, curs_main.c, flags.c, group.c, hcache.c, mh.c, pager.c, + pgpmicalg.c, pgppacket.c, postpone.c, query.c, recvattach.c, + recvcmd.c, send.c: Remove unused #include directives + + * sendlib.c: mutt_gen_msgid() allocates the msgid off of the heap. + + Since mutt_gen_msgid() allocates the msgid string with strdup, it is + getting it off of the heap. + + When the fprintf writes the msgid, the string is no longer tracked + and that string is leaked. + + * parse.c: Match variable type to getch return type + + * alias.c: Fix fread rc check + + * hash.c: Remove redundant int clamping + + * smime.c: Remove check that always succeeds + + * pattern.c: fclose correct fp + + * rfc822.c: buflen cannot be 0 here + +2008-12-16 12:36 -0800 Brendan Cully (bbf4dfc2aa41) + + * ChangeLog.old, Makefile.am: Remove ChangeLog.old + + * imap/Makefile.am: Remove imap/BUGS from Makefile.am + +2008-12-15 23:45 -0800 Erik Hovland (adaf24e4117d) + + * mh.c: Fix bad parentheses in stat rc + + * bcache.c: snprintf returns int, not size_t + + * muttlib.c: Always va_end(ap_retry) in mutt_buffer_printf + +2008-12-15 23:11 -0800 Brendan Cully (101a8bcba613) + + * imap/BUGS: imap/BUGS is superseded by the BTS + +2008-12-10 20:00 +0100 Rocco Rutte (817e5987633b) + + * doc/manual.xml.head: Manual: Fix typos found by by Vincent Lefevre, + see #3109. + + * doc/manual.xml.head: Manual: trim into chapter, add notes about + contributing + + * doc/mutt.css: Make mutt.css apply for all media types + + * doc/manual.xml.head, doc/mutt.css: Manual: Wrap important notes + in + + * doc/Makefile.am, doc/chunk.xsl, doc/html.xsl, doc/mutt.xsl: Move + common XSLT params to mutt.xsl imported into (chunk|html).xsl + + * doc/gen-map-doc, doc/makedoc.c, doc/manual.xml.head, + doc/manual.xml.tail, init.h: Manual: Only wrap real text + paragraphs in + + Elements such as lists, tables, synopsis don't need it and produce + hundreds of warnings in tidy because of empty paragraphs. + + With this change, the manual should be fully XHTML 1.0 Transitional + and validate without warnings and errors. + + * hg-commit: hg-commit: Work even in subdirectories + + * doc/chunk.xsl, doc/html.xsl: Manual: Use right XSLT-way to embed + CSS to avoid invalid xmlns="" attributes on