system header file problem with glibc-2.2.2

2001-07-21 Thread Dominik Vogt
Since I recently upgraded from SuSE 7.1 to 7.2, I get some warnings in several files when compiling with -Wall, e.g.: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libs -I/usr/X11R6/include -DFVWM_MODULEDIR=\/usr/local/libexec/fvwm/2.4.1\ -DFVWM_DATADIR=\/usr/local/share/fvwm\

Re: CVS migo: * changed version from 2.4.0.1 to 2.4.1

2001-07-21 Thread Dominik Vogt
On Thu, Jul 19, 2001 at 08:41:05AM -0400, Dan Espen wrote: Olivier Chapuis [EMAIL PROTECTED] writes: On Sun, Jul 15, 2001 at 02:38:56PM +0200, Dominik Vogt wrote: On Tue, Jul 10, 2001 at 12:24:06AM +, Mikhael Goikhman wrote: On 09 Jul 2001 10:37:58 +0200, Dominik Vogt wrote:

Re: CVS migo: * changed version from 2.4.0.1 to 2.4.1

2001-07-21 Thread Mikhael Goikhman
On 19 Jul 2001 08:41:05 -0400, Dan Espen wrote: Olivier Chapuis [EMAIL PROTECTED] writes: But we want also to add new features to 2.4.x: at least Xinerama support and maybe fvwm-ewmh merging. I think, as Dan suggest in an other thread, that we should open a new branch for these. Here

CVS domivogt: * First version of Xinerama support.

2001-07-21 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt01/07/21 14:29:27 Modified files: . : ChangeLog NEWS configure.in fvwm : Makefile.am builtins.c functions.c functions.h fvwm.c fvwm2.1 menus.c

CVS domivogt: * Added files.

2001-07-21 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt01/07/21 14:31:04 Added files: libs : XineramaSupport.c XineramaSupport.h Log message: * Added files. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the

man page formatting

2001-07-21 Thread Dominik Vogt
The recent fixes in the man page for Solaris etc. (\f...) broke the bold typeface of the reformatted sections. For example: .TP .BI Menu menu-name [ position ] [ double-click-action ] was changed to .IP Menu \fImenu-name\fP [ \fIposition\fP ] [ \fIdouble-click-action\fP ] The

Re: Notification: incoming/743

2001-07-21 Thread Dominik Vogt
On Thu, Jul 19, 2001 at 03:24:16AM -0500, fvwm-bug wrote: FVWM Bug Tracking notification new message incoming/743 Message summary for PR#743 From: [EMAIL PROTECTED] Subject: Shaded windows still receive keypresses Date: Thu, 19 Jul 2001 03:24:15 -0500 0 replies

Re: man page formatting

2001-07-21 Thread Mikhael Goikhman
On 21 Jul 2001 19:26:09 +0200, Dominik Vogt wrote: The recent fixes in the man page for Solaris etc. (\f...) broke the bold typeface of the reformatted sections. For example: .TP .BI Menu menu-name [ position ] [ double-click-action ] was changed to .IP Menu

CVS domivogt: * Fixed bug #744 (CirculateHit... options in conditionals).

2001-07-21 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt01/07/21 15:12:40 Modified files: . : ChangeLog NEWS fvwm : conditional.c fvwm.c fvwm.h fvwm2.1 Log message: * Fixed bug #744 (CirculateHit... options in conditionals). *

Re: Notification: incoming/744

2001-07-21 Thread Dominik Vogt
On Fri, Jul 20, 2001 at 11:04:16AM -0500, fvwm-bug wrote: FVWM Bug Tracking notification new message incoming/744 Message summary for PR#744 From: [EMAIL PROTECTED] Subject: FVWM ignores CirculateHitIcon when CirculateSkipIcon style is specified Date: Fri, 20 Jul 2001

Re: man page formatting

2001-07-21 Thread Dominik Vogt
On Sat, Jul 21, 2001 at 07:48:17PM +, Mikhael Goikhman wrote: On 21 Jul 2001 19:26:09 +0200, Dominik Vogt wrote: The recent fixes in the man page for Solaris etc. (\f...) broke the bold typeface of the reformatted sections. For example: .TP .BI Menu menu-name [ position

Re: CVS migo: * changed version from 2.4.0.1 to 2.4.1

2001-07-21 Thread Dominik Vogt
On Sat, Jul 21, 2001 at 07:24:27PM +, Mikhael Goikhman wrote: On 19 Jul 2001 08:41:05 -0400, Dan Espen wrote: Olivier Chapuis [EMAIL PROTECTED] writes: But we want also to add new features to 2.4.x: at least Xinerama support and maybe fvwm-ewmh merging. I think, as Dan suggest

Re: man page formatting

2001-07-21 Thread Dan Espen
Dominik Vogt [EMAIL PROTECTED] writes: On Sat, Jul 21, 2001 at 07:48:17PM +, Mikhael Goikhman wrote: On 21 Jul 2001 19:26:09 +0200, Dominik Vogt wrote: The recent fixes in the man page for Solaris etc. (\f...) broke the bold typeface of the reformatted sections. For example:

Re: CVS migo: * changed version from 2.4.0.1 to 2.4.1

2001-07-21 Thread Dan Espen
Mikhael Goikhman [EMAIL PROTECTED] writes: On 19 Jul 2001 08:41:05 -0400, Dan Espen wrote: I don't think numbering the branch 2.5 is a good, mainly because I don't think we should start a 2.5 series that will take 2 years to release. If we name the branches instead of numbering them,

Re: CVS domivogt: * First version of Xinerama support.

2001-07-21 Thread Mikhael Goikhman
On 21 Jul 2001 14:29:27 -0500, FVWM CVS wrote: Log message: * First version of Xinerama support. I don't think that HAS_XINERAMA is ever defined (because XINERAMA_CPPFLAGS is nowhere used) and thus parts of the xinerama code are ever compiled in, although it is reported as such. It is also