X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog;h=637290ba0ef616b984fa81311749ae56243386ad;hp=00a8ecbe627fc7d18d319f0fddb4d9ce025a998c;hb=09e1bf15b3c55ca9c44c09d2e91dd251af2da706;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/ChangeLog b/ChangeLog index 00a8ecb..637290b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,378 @@ +2005-03-13 16:29:09 Morten Bo Johansen (roessler) + + * po/da.po: update + +2005-03-05 18:15:20 Christoph Ludwig (roessler) + + * crypt.c: The attached patch fixes a segfault I observed + today: mutt failed to check for a possible null pointer in + mutt_is_application_smime(Body*). + +2005-03-05 07:10:57 brendan (brendan) + + * mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, + mutt_ssl.c, mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c: + Rename open/close/read/write function pointers to avoid problems + with systems where standard open/close/read/write functions are + implemented with macros. Thanks to Aaron Crane and others for + their input about the problem. + +2005-03-01 15:53:25 Vsevolod Volkov (roessler) + + * po/ru.po: update + +2005-03-01 15:52:33 Thomas Glanzmann (roessler) + + * init.h: This is a spelling fix supplied by Cameron Simpson. + +2005-02-28 18:33:45 Mads Martin Joergensen (roessler) + + * curs_main.c: Fix a crash. + +2005-02-28 15:15:23 Christoph Berg (roessler) + + * init.h, menu.c, mutt.h: I've updated the menu_context patch to + reintroduce the menu_move_off variable that hasn't made it into + 1.5.8. The patch fixes menu_prev_line and menu_next_line which + didn't work with menu_context > 0 and also makes + work even if there are less messages than screen lines (thanks + to René Clerc and Vincent Lefevre for spotting these issues). + +2005-02-28 14:37:09 Udo Schweigert (roessler) + + * smime.c: As pointed out in a separate thread, here is a patch + which fixes the problem of a failing openssl after interactively + selecting a recipient's key. + +2005-02-27 03:18:23 Brendan Cully (brendan) + + * imap/message.c: Turn brain back on before committing patches + (that modification I made to APPEND was bogus). + +2005-02-27 02:44:45 Dan Hopper (brendan) + + * imap/message.c: Don't lose N flag when uploading a message to an + IMAP mailbox. (Slightly modified from the original patch to + prevent spurious space characters). + +2005-02-21 04:42:34 Alain Bench (roessler) + + * parse.c, pgp.c, sendlib.c: Bcc should be RFC2047-encoded, too. + +2005-02-19 16:00:24 Thomas Roessler (roessler) + + * sendlib.c: Fix Debian 295528. + +2005-02-17 03:33:00 Brendan Cully (brendan) + + * OPS, browser.c, doc/manual.sgml.head, functions.h, + imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h: New + function: rename-mailbox (bound to 'r' by default). + + The lack of a rename-mailbox command for IMAP finally got too annoying. + It's a bit of a cut-and-paste job, but I've put my dreams of cleaning + up the IMAP codebase on hold. Gotta grow up some time. + +2005-02-16 09:34:06 ta_panta_rei <7vvtch802@sneakemail.com> (roessler) + + * po/el.po: update + +2005-02-16 08:48:41 Ronny Haryanto (roessler) + + * po/id.po: update + +2005-02-15 19:28:24 Thomas Roessler (roessler) + + * doc/Makefile.in: Fix linuxdoc invocation. Thanks to + Tamotsu Takahashi for tracking this down to an idiotic + non-backwards-compatible change to the way groff works. + +2005-02-15 19:03:51 Ivan Vilata i Balaguer (roessler) + + * po/ca.po: update + +2005-02-14 08:48:43 Vincent Lefevre (roessler) + + * po/fr.po: update + +2005-02-13 17:37:31 Roland Rosenfeld (roessler) + + * po/de.po: update + +2005-02-13 09:53:07 Thomas Roessler (roessler) + + * Makefile.am: Include crypt-gpgme.h with the distribution. + +2005-02-13 00:25:37 Brendan Cully (brendan) + + * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING to + pretty print configure --help screen, with mixed results. + +2005-02-12 21:04:22 Brendan Cully (brendan) + + * Makefile.am, imap/Makefile.am: Require at least automake 1.6 + +2005-02-12 20:56:36 Thomas Roessler (roessler) + + * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, + po/zh_CN.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po, + po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, Makefile.am, VERSION, po/bg.po, po/ca.po, po/cs.po, + reldate.h: automatic post-release commit for mutt-1.5.8 + +2005-02-12 20:46:48 Vincent Lefevre (roessler) + + * po/fr.po: update + +2005-02-12 20:45:36 Vsevolod Volkov (roessler) + + * po/ru.po: update + +2005-02-12 20:20:42 Thomas Roessler (roessler) + + * configure.in: Give people more time to profile the inode + sorting code; disabled by default for now. + + * globals.h, init.h, menu.c: Christoph Berg's menu_context, + and a version of menu_move_off where that's not optional, + but where mutt will just try to avoid moving off the bottom. + Complain to mutt-dev if you want this to be optional. + +2005-02-12 19:54:51 TAKAHASHI Tamotsu (brendan) + + * imap/message.c, imap/util.c: Fix debian bug #275060 (editing + on an imap server loses its flags). Remove trailing delimiter + from IMAP folder names. + +2005-02-12 19:52:28 Thomas Roessler (roessler) + + * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki by + way of TAKAHASHI Tamotsu. + +2005-02-12 19:38:14 TAKAHASHI Tamotsu (roessler) + + * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu, + Brendan Cully, Paul Walker, Derek Martin). + + * editmsg.c: Partially fix debian bug #275060 (editing a message + in a mbox loses its flags). + + * TODO: We have $include_onlyfirst. + +2005-02-12 19:28:26 TAKIZAWA Takashi (roessler) + + * muttlib.c, pager.c: column-length and byte-length are different + +2005-02-12 19:19:25 Derek Martin (roessler) + + * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When + $pgp_auto_decode is set, then mutt will check for traditional pgp + on certain operations. This is similar (but NOT identical) to the + behavior known from PGP/MIME messages. + +2005-02-12 19:12:40 TAKAHASHI Tamotsu (roessler) + + * alias.c, globals.h, hdrline.c, init.c, init.h: unalternates now + also adds to a list of exceptions; same behavior for unlists, and + unsubscribe. With some changes from tlr. + +2005-02-12 19:52:28 Thomas Roessler (roessler) + + * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki by + way of TAKAHASHI Tamotsu. + +2005-02-12 19:38:14 TAKAHASHI Tamotsu (roessler) + + * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully, Paul + Walker, Derek Martin). + + * editmsg.c: Partially fix debian bug #275060 (editing a message + in a mbox loses its flags). + + * TODO: We have $include_onlyfirst. + +2005-02-12 19:28:26 TAKIZAWA Takashi (roessler) + + * muttlib.c, pager.c: column-length and byte-length are different + +2005-02-12 19:19:25 Derek Martin (roessler) + + * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When + $pgp_auto_decode is set, then mutt will check for traditional pgp + on certain operations. This is similar (but NOT identical) to the + behavior known from PGP/MIME messages. + +2005-02-12 19:12:40 TAKAHASHI Tamotsu (roessler) + + * alias.c, globals.h, hdrline.c, init.c, init.h: unalternates now + also adds to a list of exceptions; same behavior + for unlists, and unsubscribe. With some changes from tlr. + +2005-02-12 19:52:28 Thomas Roessler (roessler) + + * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki + by way of TAKAHASHI Tamotsu. + +2005-02-12 19:38:14 TAKAHASHI Tamotsu (roessler) + + * doc/manual.sgml.head, doc/manual.sgml.tail, init.h, main.c: + Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully, + Paul Walker, Derek Martin). + + * editmsg.c: Partially fix debian bug #275060 (editing a message + in a mbox loses its flags). + + * TODO: We have $include_onlyfirst. + +2005-02-12 19:28:26 TAKIZAWA Takashi (roessler) + + * muttlib.c, pager.c: column-length and byte-length are different + +2005-02-12 19:19:25 Derek Martin (roessler) + + * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When + $pgp_auto_decode is set, then mutt will check for traditional + pgp on certain operations. This is similar (but NOT identical) + to the behavior known from PGP/MIME messages. + +2005-02-12 19:12:40 TAKAHASHI Tamotsu (roessler) + + * alias.c, doc/manual.sgml.head, globals.h, hdrline.c, init.c, + init.h: unalternates now also adds to a list of exceptions; + same behavior for unlists, and unsubscribe. With some changes + from tlr. + +2005-02-11 04:12:03 Brendan Cully (brendan) + + * configure.in, mutt_ssl_gnutls.c: autoconf support for gnutls + using a slightly modified version of gnutls' own libgnutls.m4 + +2005-02-11 01:19:15 Brendan Cully (brendan) + + * globals.h, init.h: Only enable ssl_client_cert for openssl + (spotted by Adeodato). + +2005-02-09 09:05:38 Thomas Roessler (roessler) + + * pattern.c: Don't crash in mutt_pattern_exec when h->env is NULL. + +2005-02-08 17:23:50 TAKAHASHI Tamotsu (roessler) + + * init.h, mutt.h, mutt_idna.c: Make IDN decoding optional. + +2005-02-05 14:11:36 Thomas Roessler (roessler) + + * crypthash.h, imap/util.c, lib.h, mbyte.h, mutt_idna.h, + patchlist.sh, remailer.h, rfc822.h: Remove a number of unnecessary + config.h includes, and add some missing ones. May fix some bugs. + +2005-02-04 16:54:13 Brendan Cully (brendan) + + * Makefile.am: Add smime_keys to EXTRA_SCRIPTS (for make dist). + +2005-02-04 12:56:28 Tamotsu Takahashi (roessler) + + * Makefile.am: http://bugs.guug.de/db/17/1769.html + This is necessary for FreeBSD. + +2005-02-04 12:56:28 Tamotsu Takahashi (roessler) + + * Makefile.am: http://bugs.guug.de/db/17/1769.html This is + necessary for FreeBSD. + +2005-02-03 19:46:53 Thomas Glanzmann (roessler) + + * hcache.c: this is a fix for hcache.c infrastructure which is + about wrongly calculate unique id + +2005-02-03 18:44:27 Thomas Roessler (roessler) + + * pgp.c: Fix PGP clear signature handling. + +2005-02-03 17:01:44 Brendan Cully (brendan) + + * pgpkey.c, pgplib.c, pgpmicalg.c, pgppacket.c, pgppubring.c, + pop.c, pop_auth.c, pop_lib.c, postpone.c, query.c, recvattach.c, + recvcmd.c, regex.c, remailer.c, resize.c, rfc1524.c, rfc2047.c, + rfc2231.c, rfc822.c, score.c, send.c, sendlib.c, sha1.c, signal.c, + smime.c, snprintf.c, sort.c, status.c, system.c, thread.c, url.c, + utf8.c, wcwidth.c, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c, + crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c, + crypt.c, cryptglue.c, curs_lib.c, curs_main.c, date.c, dotlock.c, + edit.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, + getdomain.c, gnupgparse.c, handler.c, hash.c, hdrline.c, + headers.c, help.c, history.c, hook.c, init.c, keymap.c, lib.c, + main.c, makedoc.c, mbox.c, mbyte.c, md5c.c, menu.c, mh.c, mutt.h, + mutt_idna.c, mutt_sasl.c, mutt_socket.c, mutt_ssl.c, + mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c, muttlib.c, mx.c, + pager.c, parse.c, pattern.c, pgp.c, pgpinvoke.c, account.c, + addrbook.c, alias.c, ascii.c, attach.c, base64.c, browser.c, + buffy.c, charset.c, color.c, commands.c, complete.c, compose.c, + copy.c, crypt-gpgme.c: Add config.h to the top of every C file + that could possibly want it. Remove it from mutt.h + +2005-02-01 03:36:39 Brendan Cully (brendan) + + * protos.h: Pull config.h out of protos.h, add to top of every + IMAP C file. This should probably be done to every C file, but the + results need testing in case some files depend on the current + (broken) includes. This should at least fix the off_t 4/8 bytes + bug I introduced yesterday. + +2005-01-31 02:40:14 Brendan Cully (brendan) + + * acconfig.h, configure.in, hcache.c, protos.h: Begin removing + deprecated autoconf 2.13 backward compatibility code. Add + AC_CHECK_TYPES macros for uin32/64 types, use uint64_t instead of + long long in hcache code. + +2005-01-29 19:15:07 Thomas Glanzmann (roessler) + + * hcache.c: - make hcache.c conform to mutt codingstyle + - use $Id: ChangeLog,v 3.406 2005/03/13 16:29:39 roessler Exp $ CVS keyword instead of %K% BitKeeper keyword + +2005-01-29 19:15:07 Thomas Glanzmann (roessler) + + * hcache.c: - make hcache.c conform to mutt codingstyle - use + Id CVS keyword instead of %K% BitKeeper keyword + +2005-01-28 16:40:33 Thomas Roessler (roessler) + + * pgp.c: Adeodato points out on IRC that feof() only works + after a read. So, we now check for an unsuccessful fgetc(). + +2005-01-28 14:50:31 Paul Walker (roessler) + + * signal.c: Trigger window resizing code when waking up from + suspension. + +2005-01-28 14:09:08 René Clerc (roessler) + + * po/nl.po: update + +2005-01-28 13:17:22 Werner Koch (roessler) + + * Makefile.am, configure.in, crypt-gpgme.c, crypt-gpgme.h, + crypt-mod-pgp-gpgme.c, crypt-mod-smime-gpgme.c, cryptglue.c, + functions.h: gpgme integration. See documentation for + $crypt_use_gpgme, and http://www.gnupg.org/aegypten2/. + +2005-01-28 13:00:36 Adeodato Simó (roessler) + + * mutt_ssl_gnutls.c: The attached mini-patch from David Mosberger + seems to fix a segfault in the ia64 + architecture. Via Debian Bug#285001. + +2005-01-28 10:01:30 roessler (roessler) + + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/lt.po, + po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.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/it.po, po/ja.po, po/ko.po, VERSION, + po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, reldate.h: + automatic post-release commit for mutt-1.5.7 + 2005-01-27 20:52:13 Thomas Roessler (roessler) * main.c: Add USE_INODESORT to main.c's option dump.