CVS domivogt: * Applied the first module cleanup patch.

2006-02-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/02/09 03:31:25 Modified files: . : AUTHORS ChangeLog libs : Module.c Module.h modules: ChangeLog modules/FvwmAnimate: FvwmAnimate.c

Re: Menu Title patch

2006-02-09 Thread Dominik Vogt
On Sat, Feb 04, 2006 at 08:51:33PM +, David Maciver wrote: On Sat, 21 Jan 2006 04:17:43 +, David Maciver wrote: Hello, I've written a patch that lets you configure the menu title and colorset separately from the rest of the menu. I've added menustyle options HilightTitle,

Re: Module.h bug and sugestion

2006-02-09 Thread seventh guardian
On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Feb 08, 2006 at 02:05:14PM +, seventh guardian wrote: I've committed the patch to CVS (and removed the FARGS macro from FvwmConsole). For further patches, please always add a list of modified functions to the ChangeLog after the

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Feb 08, 2006 at 02:05:14PM +, seventh guardian wrote: I've committed the patch to CVS (and removed the FARGS macro from FvwmConsole). For further patches, please

CVS domivogt: * Applied module cleanup patch #2.

2006-02-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/02/09 10:01:26 Modified files: . : ChangeLog modules: ChangeLog modules/FvwmRearrange: FvwmRearrange.c modules/FvwmSave: FvwmSave.c

Re: Module.h bug and sugestion

2006-02-09 Thread seventh guardian
On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Feb 08, 2006 at 02:05:14PM +, seventh guardian wrote: I've committed the patch to CVS (and removed the FARGS

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
On Thu, Feb 09, 2006 at 04:08:00PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Feb 08, 2006 at 02:05:14PM +, seventh guardian

CVS migo: reformat FvwmButtons code to be more readable and consistent

2006-02-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo06/02/09 17:17:05 Modified files: modules: ChangeLog modules/FvwmButtons: FvwmButtons.c FvwmButtons.h button.h draw.h icons.c icons.h misc.c misc.h output.c

Re: Module.h bug and sugestion

2006-02-09 Thread seventh guardian
On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 04:08:00PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
On Thu, Feb 09, 2006 at 11:25:42PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 04:08:00PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian

Re: Module.h bug and sugestion

2006-02-09 Thread Mikhael Goikhman
On 09 Feb 2006 22:24:44 +0100, Dominik Vogt wrote: Hm, what about passing the module alias as an environment variable? It's ugly, but we're already doing it with FVWM_VISUALID and FVWM_COLORMAP. An FVWM_MODULE_ALIAS wouldn't do further harm. However, this doesn't solve the syntax issue

Re: Module.h bug and sugestion

2006-02-09 Thread seventh guardian
On 2/10/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 11:25:42PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 04:08:00PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On

Re: Module.h bug and sugestion

2006-02-09 Thread seventh guardian
On 2/10/06, Mikhael Goikhman [EMAIL PROTECTED] wrote: The module interface should be redesigned. Together with the module syntaxes. We may do it cleanly in 2.7 or 2.9 versions. The compatibility may be slightly broken then. I strongly prefer, however, to release 2.6 first, before any changes

Re: Module.h bug and sugestion

2006-02-09 Thread Mikhael Goikhman
On 10 Feb 2006 01:19:26 +, seventh guardian wrote: For instance (using your example syntax): 1 - We call Module FvwmPager --alias foobar 2 - FvwmPager will name itself FvwmPager and would request the *FvwmPager lines. 3 - fvwm knows that this instance of FvwmPager is aliased as

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
On Fri, Feb 10, 2006 at 01:19:26AM +, seventh guardian wrote: Then we have two options: - Modules don't pass a matching string to fvwm and fvwm is entirely responsible of the module's aliases. - Modules continue to pass the matching string and fvwm translates it if an alias is defined