X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=ChangeLog.mutt;h=d72a36387d996caa7950f32ad226080ca532609b;hb=3b919698dd232fc7008c4e14f9dc7e74e6c5d298;hp=1c3eecfd9c1f3a446e40c89f518c1291b5bd9fc8;hpb=e83ad1be25aefea3ed21ec08edbaf2d5a72c4a9d;p=apps%2Fmadmutt.git diff --git a/ChangeLog.mutt b/ChangeLog.mutt index 1c3eecf..d72a363 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,16 +1,73 @@ -2005-07-25 04:37:20 Brendan Cully (brendan) +2005-07-26 18:45:01 TAKAHASHI Tamotsu (brendan) - * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE blocks) + * crypt-gpgme.c, mutt_ssl_gnutls.c, po/POTFILES.in: Partial + application of Tamo's translation patch for gpgme and gnutls. -2005-07-25 04:31:51 Brendan Cully (brendan) +2005-07-26 16:44:20 Brendan Cully (brendan) - * muttlib.c: Suppress a printf format warning + * imap/imap.c: Don't check for the existence of a mailbox we're + already in when appending. (closes #1842) -2005-07-24 18:33:31 Brendan Cully (brendan) +2005-07-26 16:40:16 Thomas Glanzmann (roessler) - * muttlib.c: Typo in last commit. + * 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) -2005-07-24 18:28:36 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 @@ -525,7 +582,7 @@ 2005-01-29 19:15:07 Thomas Glanzmann (roessler) * hcache.c: - make hcache.c conform to mutt codingstyle - - use $Id: ChangeLog,v 3.444 2005/07/25 04:38:56 brendan 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)