Re: CVS scott: Apply conditionals patch.

2004-07-11 Thread Norman Yarvin
On Sun, Jul 11, 2004 at 04:25:46PM +, Mikhael Goikhman wrote: >On 11 Jul 2004 17:03:37 +0200, Dominik Vogt wrote: >> >> On Sun, Jul 11, 2004 at 01:26:55AM -0500, fvwm-workers wrote: >> > >> > Log message: >> > Apply conditionals patch. >> >

Re: Patch to allow multiple window names in conditions

2004-07-10 Thread Norman Yarvin
ange required by your proposal is not much bigger than my original patch; and it doesn't have the user interface weirdness that mine did. So I implemented it. Here's the patch: Index: ChangeLog === RCS file: /home/cvs/fvwm/fvwm/ChangeLog,v retrieving r

Re: Patch to allow multiple window names in conditions

2004-07-06 Thread Norman Yarvin
On Wed, Jul 07, 2004 at 02:28:23AM +1000, Scott Smedley wrote: >Hi Norman, > >> About a month ago, I sent in a patch to allow multiple window names in >> conditions. > >I think being able to specify multiple windows in conditions is very >useful. > >It's 2:30am ... let me see if I understand your p

Re: Patch to allow multiple window names in conditions

2004-07-05 Thread Norman Yarvin
=== RCS file: /home/cvs/fvwm/fvwm/ChangeLog,v retrieving revision 1.2512 diff -u -u -r1.2512 ChangeLog --- ChangeLog 1 Jul 2004 14:34:22 - 1.2512 +++ ChangeLog 4 Jul 2004 19:23:31 - @@ -1,3 +1,11 @@ +2004-07-04 Norman Yarvin <[EM

Re: Patch to allow multiple window names in conditions

2004-06-02 Thread Norman Yarvin
://www.google*) whereas you want (Netscape OR konqueror) AND (http* OR file*) AND NOT http://www.google* This sort of thing is why I think the only sensible next step would be a full-blown boolean-expression parser, which would accept parentheses as well as AND, OR, and NOT operator

Patch to allow multiple window names in conditions

2004-05-31 Thread Norman Yarvin
RCS file: /home/cvs/fvwm/fvwm/ChangeLog,v retrieving revision 1.2496 diff -u -u -r1.2496 ChangeLog --- ChangeLog 31 May 2004 20:19:23 - 1.2496 +++ ChangeLog 1 Jun 2004 01:44:44 - @@ -1,3 +1,10 @@ +2004-05-31 Norman Yarvin <[EMAIL PROTECTED]> + +