[2005-08-11] 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-08-11 02:15:14 Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx>
(brendan)
* configure.in: Don't test against nonexistent cache
variable. Spotted by Torsten Veller.
2005-08-11 01:44:49 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* mutt_sasl.c: Silence some compiler warnings.
2005-08-09 20:13:03 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* doc/Makefile.in, doc/manual.sgml.tail: Replace raw latin1
characters with entities, and enable latin output for
manual.txt. I'm not sure this is ideal for non-latin (eg
utf8) environments, but hopefully docbook will resolve this
anyway. Closes: #2029.
* doc/manual.sgml.head: Replace free ~ with ˜. Closes:
#2030.
* pgp.c: Move pgp failure check inside the if (invoke pgp)
block. Should really Close: 2032.
* pgp.c: Don't ftell pgp output file if there isn't one. Closes:
#2032.
2005-08-09 16:24:15 TAKAHASHI Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)
* crypt-gpgme.c: Improve translatability of crypt-gpgme. Closes:
#2020.
2005-08-09 16:10:40 Mads Martin Joergensen <mmj@xxxxxxx> (brendan)
* copy.c: Remove an unneeded cast, which introduces
type-punning. Modified to use FREE instead of safe_free, since
that seems to be the convention. I personally don't see the point.