X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt;h=8e12b1b87270d8370f18d80b6f399f36f11320bf;hp=2ff698094efe081eabbc346073b1001bd333a7e2;hb=cee79e37906a9ce36e9f92905da773841ec7c194;hpb=87d371276a106d124241c805f3287b43eb8abcf7 diff --git a/ChangeLog.mutt b/ChangeLog.mutt index 2ff6980..8e12b1b 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,3 +1,192 @@ +2005-07-27 00:40:15 Brendan Cully (brendan) + + * imap/command.c: More fiddling with fatal state handling. Not + tested, and probably as wrong as what was already there. + +2005-07-27 00:32:18 Brendan Cully (brendan) + + * muttlib.c: Rework mutt_save_confirm to support confirmappend + with IMAP mailboxes. I hope I got all cases right. + +2005-07-26 23:57:38 Brendan Cully (brendan) + + * imap/imap.c: Adjust imap_access so that it doesn't issue STATUS + on the selected mailbox, and have imap_open_mailbox_append use + imap_access instead of rolling its own. + +2005-07-26 18:45:01 TAKAHASHI Tamotsu (brendan) + + * crypt-gpgme.c, mutt_ssl_gnutls.c, po/POTFILES.in: Partial + application of Tamo's translation patch for gpgme and gnutls. + +2005-07-26 16:44:20 Brendan Cully (brendan) + + * imap/imap.c: Don't check for the existence of a mailbox we're + already in when appending. (closes #1842) + +2005-07-26 16:40:16 Thomas Glanzmann (roessler) + + * init.h: Return $menu_move_off default to status quo ante. + +2005-07-26 16:39:17 Thomas Glanzmann (roessler) + + * init.h: hcache spelling fixes + +2005-07-26 16:37:28 Tamotsu Takahashi (roessler) + + * enter.c: Introduce fall-back from complete-query to complete + for the edit menu, so 'bind editor complete-query' + becomes possible. + +2005-07-26 06:14:34 "Brent J. Nordquist" (brendan) + + * doc/manual.sgml.head: Correct a couple of typos (and change + ‐ to -: although the text version of the manual renders + ‐, the web version does not). + +2005-07-26 05:58:29 TAKAHASHI Tamotsu (brendan) + + * pattern.c: Interpret an empty limit as a request to cancel the + current limit. (Closes #1854) + +2005-07-26 05:28:02 Brendan Cully (brendan) + + * mutt_ssl.c: Don't offer to save expired or not-yet-valid + certificates. Closes #1943 as a side-effect. + +2005-07-26 05:04:23 Brendan Cully (brendan) + + * imap/imap.c, imap/imap_private.h: Rework IMAP CLOSE handling to + avoid expunging messages when exiting without saving changes. + (closes #1899) + +2005-07-26 03:09:55 Ralf Wildenhues (brendan) + + * mbyte.c, mutt_socket.c: There are some functions without ANSI + prototypes left in mutt-owned sources. + +2005-07-25 20:07:23 Brendan Cully (brendan) + + * init.h: Update _MAKEDOC macro so that the documentation includes + all variables. + +2005-07-25 15:48:36 Thomas Roessler (roessler) + + * copy.c, imap/imap.c, mh.c, mutt.h, muttlib.c, thread.c: Get rid + of IMAP-related special casing all over the thread editing code. + +2005-07-25 04:56:38 Brendan Cully (brendan) + + * imap/message.c: Indentation, mostly + + * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE blocks) + + * muttlib.c: Suppress a printf format warning + + * muttlib.c: Typo in last commit. + + * imap/message.c, muttlib.c, protos.h: Merge full envelope from + message fetch into original sparse envelope, instead of replacing + it. This should be gentler on the various threading hashes and may + (knock on wood) fix the threading segfault. Threading behaviour is + observably better. + + * imap/util.c: Revert Glanzmann's imap_parse_mailbox patch. + +2005-07-24 16:53:59 Thomas Roessler (roessler) + + * thread.c: Try to fix threading bug triggered by duplicate + references. + +2005-07-24 16:51:38 Cedric Duval (brendan) + + * OPS, copy.c, curs_main.c, doc/manual.sgml.head, functions.h, + imap/imap.c, mh.c, mutt.h, mx.c, pager.c, protos.h, thread.c: Add + thread editing commands. + +2005-07-24 16:12:12 Paul Walker (roessler) + + * doc/manual.sgml.head, main.c, protos.h, init.c: This patch + adds an option -D to dump mutt's configuration after all + configuration files have been read. Changes against PW's version: + (1) curses isn't initialized; (2) variables are dumped to stdout, + not to stderr. + +2005-07-24 15:46:26 Thomas Roessler (roessler) + + * hash.c, imap/message.c, imap/util.c: This patch includes (1) + a rewrite of hash_delete_hash, and (2) some changes to the IMAP + code that Thomas Glanzmann made during an attempt to squash some + segmentation fault in May. There is no guarantee that this patch + doesn't break things. If it does, please complain to mutt-dev. + + * recvattach.c, smime.c: Fix S/MIME segmentation fault. Bug + reported by Mads Martin Joergensen; part fixed by Brendan Cully. + +2005-07-24 08:59:44 Brendan Cully (brendan) + + * copy.c: Don't assume messages in MMDF mailboxes have From + separators when copying them. Spotted by William Lovas. Initial + patch by TAKAHASHI Tamotsu. + +2005-07-23 23:35:17 Byrial Jensen (brendan) + + * curs_main.c, doc/manual.sgml.head, globals.h, main.c, muttlib.c: + Byrial Jensen and Christoph Berg's current-mailbox shortcut (^). I + like it, and so does Debian. + +2005-07-17 00:43:05 Brendan Cully (brendan) + + * account.c: Don't dereference null ImapUser in new getlogin + function. + +2005-07-15 07:29:37 Vincent Lefevre (brendan) + + * po/fr.po: PO update 20050613. + +2005-07-06 23:49:08 Thomas Glanzmann (brendan) + + * BEWARE: this fixes a little typo. + +2005-07-06 21:03:00 Brendan Cully (brendan) + + * hcache.c: Apply Aaron Crane's function pointer bandaid to the + db4 open calls. + +2004-06-28 19:26:54 Brendan Cully (brendan) + + * account.c, account.h, globals.h, init.h, mutt_sasl.c: Add + $imap_login variable to specify which user to authenticate as + ($imap_user controls which user's mail gets accessed). Currently + this can't be specified interactively, since I can't think of + a way to do it that wouldn't annoy users where login == user + (the default value of $imap_login). + +2005-06-24 22:32:38 Sébastien Hinderer (brendan) + + * crypt.c: Remove a warning about unused variable 'now' in + crypt_valid_passphrase + +2005-06-22 01:46:49 Sébastien Hinderer (brendan) + + * doc/devel-notes.txt: This patch fixes two small typos in + dev notes. + +2005-06-18 04:54:39 Brendan Cully (brendan) + + * main.c: Update copyright dates according to latest activity in + ChangeLog. + +2005-06-12 18:28:29 Tamotsu Takahashi (roessler) + + * menu.c: Fix background colors for $arrow_cursor. + +2005-06-12 18:24:31 Thomas Roessler (roessler) + + * curs_main.c, init.h, menu.c, mutt.h: Add $braille_friendly. + Behavior originally suggested by Sébastien Hinderer + . + 2005-04-10 09:37:51 Johan Svedberg (roessler) * po/sv.po: update @@ -409,7 +598,7 @@ 2005-01-29 19:15:07 Thomas Glanzmann (roessler) * hcache.c: - make hcache.c conform to mutt codingstyle - - use $Id: ChangeLog,v 3.421 2005/04/10 09:38:17 roessler Exp $ CVS keyword instead of %K% BitKeeper keyword + - use Id CVS keyword instead of %K% BitKeeper keyword 2005-01-29 19:15:07 Thomas Glanzmann (roessler)