[2004-02-09] 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.
2004-02-08 11:41:31 Edmund GRIMLEY EVANS <edmundo@xxxxxxxx> (roessler)
* charset.c: Fix a CP1255/8-related problem that's caused by a
glibc/iconv bug.
2004-02-08 09:38:38 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* muttlib.c: Change the logic in mutt_open_read to only
catch directories -- mutt may legitimately read devices (think
/dev/null) or named pipes. Also delegate error reporting to the
calling function by setting errno.
2004-02-07 21:40:11 TAKAHASHI Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
(roessler)
* po/ja.po: update
2004-02-07 21:38:32 Juan Altmayer Pizzorno <juan@xxxxxxxxxxxx>
(roessler)
* mbox.c: Hi, off_t is a 64-bit number (like on Mac OS X/darwin),
the percentages don't show right while mutt is reading/parsing
a mailbox. Here's a patch (against 1.5.6i) to fix that.
2004-02-07 21:36:41 David Yitzchak Cohen
<lists+mutt_devs@xxxxxxxxxxxxxx> (roessler)
* init.c, muttlib.c: Looking at the code, the problem is pretty
obvious. A recent patch to init.c (the one that was supposed
to prevent Mutt from silently failing to read nonexistant RC
files, IIRC) changed source_rc() to stat(2) the RC "file" before
trying to mutt_open_read() it. There's only one problem here:
source_rc() has no way of knowing whether or not its "file"
is a file or a command. I'm attaching a patch that fixes the
problem in what I believe is the right way.