CVS jpweber: Added modifier polling to FvwmProxy

2004-07-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: jpweber 04/07/11 23:15:03 Modified files: modules: ChangeLog modules/FvwmProxy: FvwmProxy.1 FvwmProxy.c Log message: Added modifier polling to FvwmProxy -- Visit the official FVWM web page at

Re: FVWM: Saving Windows: save stacking order?

2004-07-12 Thread Scott Smedley
Hi Mikhael, :) Ok, I have implemented the generic looped args support, so M_RESTACK is now fully supported. Thank-you muchly! One problem: I'm running a simple module get this error: Internal error, event type 1 (11 names, 7 values) Also FVWM::Window::dump in WindowList.pm looks

Re: CVS migo: * fvwm.1: always use commas between conditions

2004-07-12 Thread Mikhael Goikhman
On 12 Jul 2004 16:36:07 +1000, Scott Smedley wrote: * fvwm.1: always use commas between conditions I checked this. It doesn't appear to be mandatory. ie. All (xterm, Iconic) Echo w is $[w.name] All (xterm Iconic) Echo w is $[w.name] both of the above appear to give the same

CVS domivogt: * Reformatted NEWS (please limit lines to 67 characters).

2004-07-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt04/07/12 07:36:17 Modified files: . : NEWS Log message: * Reformatted NEWS (please limit lines to 67 characters). -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To

Re: FVWM: Saving Windows: save stacking order?

2004-07-12 Thread Mikhael Goikhman
On 12 Jul 2004 17:28:50 +1000, Scott Smedley wrote: One problem: I'm running a simple module get this error: Internal error, event type 1 (11 names, 7 values) It is M_ICONIFY, it sometimes sends 7 and sometimes 11 values. Also FVWM::Window::dump in WindowList.pm looks dodgy. I

CVS migo: * fix problems from the previous commit

2004-07-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo04/07/12 09:04:02 Modified files: modules/FvwmDebug: FvwmGtkDebug.in perllib/FVWM : Event.pm EventNames.pm perllib/FVWM/Tracker: WindowList.pm Log message: * fix problems from the previous