Re: -Meta_L

2004-07-10 Thread Dominik Vogt
On Tue, Jul 06, 2004 at 10:58:11PM -0700, Jason Weber wrote: > On Tue, Jul 06, 2004 at 11:32:49AM +0200, Dominik Vogt wrote: > > On Mon, Jul 05, 2004 at 11:43:25AM -0700, Jason Weber wrote: > > > Maybe I need an example. Do you mean to deactivate it or change > > > the command string dynamically?

Re: Changes in module interface

2004-07-10 Thread Dominik Vogt
On Sat, Jul 10, 2004 at 12:42:52AM +, Mikhael Goikhman wrote: > At least one change (order of arguments in CONFIGURE_WINDOW) is bad. > The flags are of the variable size and thus should be last. I can change that. But why are the flags "variable size"? > If you ever change any event argument

Re: matchVersion() compile problems

2004-07-10 Thread Dominik Vogt
On Sat, Jul 10, 2004 at 06:42:24PM +1000, Scott Smedley wrote: > > > * Please put single statements in loops or if clauses in curly > > >braces, i.e. > > > > > > if (1) > > > { > > >foo; > > > } > > > > > >not > > > > > > if (1) > > >foo; > > > > Wha

ôé÷ðèé ìà úñìç ôùòé ä÷øèì ìãéï !!

2004-07-10 Thread pikanti
http://www.readme.co.il/pikanti/index.html -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PRO

CVS domivogt: * Reordered ConfigWinPacket members.

2004-07-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt04/07/10 15:03:21 Modified files: . : ChangeLog fvwm : module_interface.c libs : vpacket.h Log message: * Reordered ConfigWinPacket members. -- Visit th

Re: Patch to allow multiple window names in conditions

2004-07-10 Thread Norman Yarvin
Mikhael Goikhman <[EMAIL PROTECTED]> wrote: >Like other posters, I don't quite like that names are sudently work >using logical OR while all other options in conditional commands work >using logical AND. And the nagations of names work using AND again. > >Here is the proposal that should solve all

CVS scott: More FvwmButtons eye candy.

2004-07-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 04/07/10 12:35:44 Modified files: modules: ChangeLog modules/FvwmButtons: FvwmButtons.1 FvwmButtons.c FvwmButtons.h button.c draw.c icons.c parse.c Log message: More

Re: matchVersion() compile problems

2004-07-10 Thread Dan Espen
Scott Smedley <[EMAIL PROTECTED]> writes: > > > * Please put single statements in loops or if clauses in curly > > >braces, i.e. > > > > > > if (1) > > > { > > >foo; > > > } > > > > > >not > > > > > > if (1) > > >foo; > > > > What's the rationale beh

CVS scott: FvwmButtons eye candy.

2004-07-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 04/07/10 04:13:25 Modified files: . : ChangeLog NEWS modules: ChangeLog modules/FvwmButtons: FvwmButtons.1 FvwmButtons.c FvwmButtons.h button.c d

Re: matchVersion() compile problems

2004-07-10 Thread Scott Smedley
> > * Please put single statements in loops or if clauses in curly > >braces, i.e. > > > > if (1) > > { > >foo; > > } > > > >not > > > > if (1) > >foo; > > What's the rationale behind this? I must confess I'm not particularly fond > of this restricti

Re: matchVersion() compile problems

2004-07-10 Thread Scott Smedley
Hi Dominik, :) > To avoid problems with comiling / reading the fvwm sources, please > > * adhere to the ANSI-C 88 standard, not the new one. >Specifically, > > - Don't use C++-like comments with // > - Declare variables only at the beginning of a block. > > * limit your lines to 7