[2005-07-28] CVS repository changes
This message was generated and sent automatically. It contains a
summary of the CVS commits over the last 48 hours. These changes
should be propagated to the public repository within at most a day
or two. Most probably, they have already been propagated.
2005-07-27 15:08:43 Vincent Lefevre <vincent@xxxxxxxxxx> (brendan)
* crypt-gpgme.c: Correct two typos in GPGME error messages.
2005-07-27 05:53:27 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po,
po/et.po, po/gl.po, po/lt.po, po/pt_BR.po, po/sk.po: Update
Thomas' address in several out-of-date PO files. (closes #990)
* mutt_ssl_gnutls.c: Silence some harmless warnings. Also,
one day -pedantic is going to get held up on the causeway.
* imap/command.c: More fiddling with fatal state handling. Not
tested, and probably as wrong as what was already there.
* 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@xxxxxxxxxx> (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 <ttakah@xxxxxxxxxxxxxxxxx>
(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@xxxxxxxxxx> (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 <sithglan@xxxxxxxxxxxxxxxxxxxx>
(roessler)
* init.h: Return $menu_move_off default to status quo ante.
* init.h: hcache spelling fixes
2005-07-26 16:37:28 Tamotsu Takahashi <ttakah@xxxxxxxxxxxxxxxxx>
(roessler)
* enter.c: Introduce fall-back from complete-query to complete
for the edit menu, so 'bind editor <tab> complete-query'
becomes possible.
2005-07-26 06:14:34 "Brent J. Nordquist" <brent@xxxxxxxxxxx> (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 <ttakah@xxxxxxxxxxxxxxxxx>
(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@xxxxxxxxxx> (brendan)
* mutt_ssl.c: Don't offer to save expired or not-yet-valid
certificates. Closes #1943 as a side-effect.
* 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 <wildenhues@xxxxxxxxxxxxxxx>
(brendan)
* mbyte.c, mutt_socket.c: There are some functions without ANSI
prototypes left in mutt-owned sources.