CVS domivogt fvwm-web: * Added donations page.

2004-07-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm-web
Changes by: domivogt04/07/09 10:45:54

Modified files:
.  : ChangeLog index.php 
httpd  : error404.php 
navgen_write   : navigation.inc 
Added files:
.  : donations.php 

Log message:
* Added donations page.

--
Visit the official FVWM web page at URL: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 PROTECTED]


CVS domivogt: * 64 bit fix.

2004-07-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt04/07/09 10:46:45

Modified files:
.  : ChangeLog 
fvwm   : module_interface.c 
libs   : vpacket.h 
modules: ChangeLog 
modules/FvwmAuto: FvwmAuto.c 
modules/FvwmGtk: Makefile.am 

Log message:
* 64 bit fix.
* Removed old module interface.
Fixed FvwmGtk installation.

--
Visit the official FVWM web page at URL: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 PROTECTED]


CVS domivogt: * Fixed FvwmGtk installation.

2004-07-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt04/07/09 10:47:05

Modified files:
.  : Tag: branch-2_4 ChangeLog NEWS 
fvwm   : Tag: branch-2_4 add_window.c 
modules: Tag: branch-2_4 ChangeLog 
modules/FvwmGtk: Tag: branch-2_4 Makefile.am 

Log message:
* Fixed FvwmGtk installation.

--
Visit the official FVWM web page at URL: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 PROTECTED]


Changes in module interface

2004-07-09 Thread Mikhael Goikhman
On 09 Jul 2004 10:46:45 -0500, FVWM CVS wrote:
 
 Modified files:
   fvwm   : module_interface.c 
 
 Log message:
 * Removed old module interface.

At least one change (order of arguments in CONFIGURE_WINDOW) is bad.
The flags are of the variable size and thus should be last.

If you ever change any event arguments, please update file
perllib/FVWM/EventNames.pm (including format, names and types of the
event args), or tell me to update. Testing all modules that use that
event would be nice too.

BTW, I am really unhappy with the new flags method that is pretty much
C-only. Modules that can't embed the .h data structure simply can't use
window flags. The old method with positioned word-based properties rather
than compiler dependent bit-based flags was more robust. Currently a
module should be in C and should be compiled by the same compiler with
the same options, otherwise it may not get window flags correctly...
I don't have a good solution here.

Regards,
Mikhael.
--
Visit the official FVWM web page at URL: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 PROTECTED]