CVS griph: renamed conflicting getline function to get_line (bug #3772)

2006-07-05 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/07/05 05:08:19 Modified files: modules: ChangeLog modules/FvwmConsole: FvwmConsoleC.c getline.c Log message: renamed conflicting getline function to get_line (bug #3772)

Re: Periodic command

2006-07-05 Thread Dominik Vogt
On Tue, Jul 04, 2006 at 06:44:32PM +1000, Scott Smedley wrote: Hi all, Here is a proposed patch to add a new builtin function, Periodic. http://members.optusnet.com.au/scottsmedley/fvwm/periodic.patch Apply with: patch -p0 periodic.patch It is similar to the Schedule builtin except

Re: CVS griph: renamed conflicting getline function to get_line (bug #3772)

2006-07-05 Thread Dominik Vogt
On Wed, Jul 05, 2006 at 05:08:19AM -0500, fvwm-workers wrote: CVSROOT: /home/cvs/fvwm Module name: fvwm Changes by: griph 06/07/05 05:08:19 Modified files: modules: ChangeLog modules/FvwmConsole: FvwmConsoleC.c getline.c Log message: renamed conflicting

Re: Periodic command

2006-07-05 Thread Scott Smedley
Hi Dominik, Can you have multiple peridic commands or just one? Multiple. I suggest to replace the command Periodic with some option to the Schedule command The current specification for Schedule is: Schedule delay_ms [command_id] command So, would something like the following do?

debug vs fvwm_debug_msgs

2006-07-05 Thread seventh guardian
Hi. I have found FVWM_DEBUG_MSGS and DEBUG ifdef's all over the code (as expected). But it seems to me they are allways used at the same time, one defining the other, and thus replaceable just by one of them. Is this true or do they have distinct purposes? This supports my theory (from

Re: debug vs fvwm_debug_msgs

2006-07-05 Thread seventh guardian
On 7/5/06, seventh guardian [EMAIL PROTECTED] wrote: Hi. I have found FVWM_DEBUG_MSGS and DEBUG ifdef's all over the code (as expected). But it seems to me they are allways used at the same time, one defining the other, and thus replaceable just by one of them. Is this true or do they have

CVS griph: News entry for my last commit.

2006-07-05 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/07/05 10:45:53 Modified files: . : ChangeLog NEWS Log message: News entry for my last commit.

Re: Periodic command

2006-07-05 Thread Viktor Griph
On Wed, 5 Jul 2006, Scott Smedley wrote: Hi Dominik, Can you have multiple peridic commands or just one? Multiple. I suggest to replace the command Periodic with some option to the Schedule command The current specification for Schedule is: Schedule delay_ms [command_id] command So,

Re: Periodic command

2006-07-05 Thread Dan Espen
Viktor Griph [EMAIL PROTECTED] writes: On Wed, 5 Jul 2006, Scott Smedley wrote: Hi Dominik, Can you have multiple peridic commands or just one? Multiple. I suggest to replace the command Periodic with some option to the Schedu le command The current specification for