[2005-09-16] 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-09-16 02:15:45 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* doc/Makefile.in: Add stamp-doc-xml to "all".
* doc/Makefile.in: stamp-doc-man is pointless as far as I can
tell. Removed.
* doc/Makefile.in: Tweak makefile so that the dist tarball
doesn't always try to build docs.
* configure.in: VERSION should go into CONFIG_STATUS_DEPENDENCIES,
not CONFIGURE_DEPENDENCIES. Slap ma fro.
2005-09-15 23:18:48 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* Makefile.am, build-release: Move changelog target to
update-changelog so that dist won't automatically invoke it,
and have commit and build-release call it.
* build-release: Now that 1.5.11 is out, previous versions won't
be x.y.zi: adjust diff.
2005-09-15 14:24:39 roessler (roessler)
* po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.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, po/lt.po, po/nl.po,
po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
po/uk.po, po/zh_CN.po, VERSION, po/bg.po, reldate.h: automatic
post-release commit for mutt-1.5.11
2005-09-14 14:15:06 TAKAHASHI Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)
* init.h: Refer to $use_envelope_from rather than old
$envelope_from in description of $envelope_from_address.
2005-09-14 02:45:44 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* globals.h, init.h, sendlib.c: Add new $envelope_from_address
variable for manually specifying the envelope sender. Rename (with
compatibility synonym) $envelope_from to $use_envelope_from. Make
$envelope_from subordinate to $use_e_f, as $from is to
$use_from. From a discussion with TLR.