Re: Quite old patch adding new Test condition

2005-08-12 Thread Mikhael Goikhman
On 12 Aug 2005 08:45:07 +, Mikhael Goikhman wrote: I need a tool to check if some settings was set before and act acordingly (eg. I need to check if a variable was set before, to not overwrite it, or check the value of a variable and load apropriate config file). I.e. you need

Re: Quite old patch adding new Test condition

2005-08-12 Thread Rafal Bisingier
On Fri, Aug 12, 2005 at 08:45:07AM +, Mikhael Goikhman wrote: On 11 Aug 2005 09:21:41 +0200, Rafal Bisingier wrote: On Thu, Aug 11, 2005 at 05:09:26PM +1000, Cameron Simpson wrote: On 09Aug2005 11:16, Mikhael Goikhman [EMAIL PROTECTED] wrote: | On 09 Aug 2005 08:47:10 +0200, Rafal

Re: Quite old patch adding new Test condition

2005-08-12 Thread Rafal Bisingier
On Fri, Aug 12, 2005 at 11:36:51AM +, Mikhael Goikhman wrote: On 12 Aug 2005 08:45:07 +, Mikhael Goikhman wrote: I need a tool to check if some settings was set before and act acordingly (eg. I need to check if a variable was set before, to not overwrite it, or check the value

CVS domivogt: * ChangeLog and NEWS for my previous commit.

2005-08-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt05/08/12 10:24:47 Modified files: . : ChangeLog NEWS Log message: * ChangeLog and NEWS for my previous commit.

New Test conditions: EdgeHasPointer and EdgeIsActive

2005-08-12 Thread Viktor Griph
I needed a way to tell waether the pointer is on an edge or not, and since non of the current conditionals were able to do that I wrote my own. I also included an EdgeIsActive since I thought that could be useful too, and they were to have similar syntax. Both are conditions to the Test

CVS migo: * apply EdgeHasPointer and EdgeIsActive patch with small whitespace fixes

2005-08-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo05/08/12 19:15:19 Modified files: . : AUTHORS ChangeLog NEWS fvwm : conditional.c fvwm.1.in Log message: * apply EdgeHasPointer and EdgeIsActive patch with small whitespace fixes