[2005-09-20] 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-19 06:14:27 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* mkchangelog.sh: I just realised what's been happening to the
changelog: I recently got a new version of 'head' that refuses
to accept -1 instead of -n 1, but doesn't actually return
failure. So mkchangelog was feeding nothing to the cvs date
argument, and instead merrily snarfing down the entire changelog
every time. I've put in a simple $date != "" check. Thanks,
textutils! Thanks for ushering in the future! I'd like to shake
your hand. Hard.
* doc/manual.xml.head: Remove mention of obsolete
--enable-imap-edit-threads configure option.
2005-09-18 17:49:33 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* ChangeLog: Somehow the changelog got mangled (multiple copies
of large parts).
2005-09-18 08:22:49 Vsevolod Volkov <vvv@xxxxxxxxxxx> (roessler)
* po/ru.po: update
2005-09-18 02:53:18 brendan (brendan)
* doc/Makefile.in: More cleanups, slightly better dependencies.
2005-09-18 02:35:10 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* doc/Makefile.in: Stupid hack to synchronise on makedoc for
parallel builds. Only works when entered via make all. make
stamp-doc-xml directly can fail in pathological conditions.
* doc/Makefile.in: Attempt to work around make -j2
breakage. Dependencies are still wrong, but I don't have
the brainpower right now to get it right. People talk about
imperative, functional, and logic programming, but no one ever
mentions make programming.