SETUP(PickPackageLine.cc): Patch for 'chopped of characters' problem

2002-03-26 Thread Ton van Overbeek
opping off at the top. Here is a changelogentry and the patch: Changelog-entry 2002-03-26 Ton van Overbeek ([EMAIL PROTECTED]) * PickPackageLine.cc (PickPackageline::paint) Adjust clipping rectangle to textheight, so large fonts work. and here i

SETUP(PickPackageLine.cc): Patch for 'chopped of characters' problem (RESEND)

2002-03-26 Thread Ton van Overbeek
textheight is larger than 11, hence the chopping off at the top. Here is a changelogentry and the patch: Changelog-entry 2002-03-26 Ton van Overbeek ([EMAIL PROTECTED]) * PickPackageLine.cc (PickPackageline::paint) Adjust clipping rectangle to textheight, so large fonts work. and here i

Patch for Setup.exe problem and for mklink2.cc

2002-03-27 Thread Ton van Overbeek
ter and hence a crash following. While debugging this I could not compile the new mklink2.cc ( the c++ version of the original mklink2.c). It seems three & (address of operator) have disappeared in the transition. Putting them back made the compiler happy. Is this OK Robert ? Changelog 2002-03-2

[PATCH] Get recursive grep to work on Win9x

2002-05-12 Thread Ton van Overbeek
There have been various reports over time that recursive grep is not working on Win9x. For every directory you get a 'Permission denied' error. Also there have been reports that using open(2) to open a directory readonly on Win9x fails. Both have the same cause. open(2) calls _open in the cygwin1

Re: [PATCH] Get recursive grep to work on Win9x

2002-05-12 Thread Ton van Overbeek
Forgot the Changelog entry in my previous message: 2002-05-12 Ton van Overbeek <[EMAIL PROTECTED]> * fhandler.cc (fhandler_base::open): Set error EISDIR when trying to open a directory on Win9x instead of EACCESS Regards, Ton van Overbeek

Re: [PATCH] Get recursive grep to work on Win9x

2002-05-13 Thread Ton van Overbeek
7; to generate the patch. Anyway I hope this has brought cygwin.dll 1.3.11 a bit closer. Ton van Overbeek