CVS domivogt: * Renamed temporary variables.

2007-08-28 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/08/28 03:03:39 Modified files: doc/fvwm : Makefile.am Log message: * Renamed temporary variables.

Re: New 2.5.22 release?

2007-08-28 Thread Dominik Vogt
On Tue, Aug 21, 2007 at 11:34:55AM +0200, Dominik Vogt wrote: By the way, there's another issue with the build process: * The documentation has a build error when building on a multi core machine with -j 2. I think there are some dependencies missing. Fixed. Multiple targets were

Linux: Fvwm release NEWS file

2007-08-28 Thread Jari Aalto
Could you link the release NEWS file of of the program next to http://www.fvwm.org/download/ that would make port annoucements easier, because we could point people to visit that URL link for list of chnages Jari / Cygwin maintainer of Fvwm

Re: Linux: Fvwm release NEWS file

2007-08-28 Thread Dominik Vogt
On Tue, Aug 28, 2007 at 02:04:21PM +0300, Jari Aalto wrote: Could you link the release NEWS file of of the program next to http://www.fvwm.org/download/ that would make port annoucements easier, because we could point people to visit that URL link for list of chnages Isn't this page

Re: New 2.5.22 release?

2007-08-28 Thread seventh guardian
On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Aug 21, 2007 at 11:34:55AM +0200, Dominik Vogt wrote: By the way, there's another issue with the build process: * The documentation has a build error when building on a multi core machine with -j 2. I think there are some

CVS renato: Prepared for the 2.6.22 release

2007-08-28 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/08/28 07:51:53 Modified files: . : ChangeLog NEWS configure.ac docs : ANNOUNCE Log message: Prepared for the 2.6.22 release

Re: New 2.5.22 release?

2007-08-28 Thread Dominik Vogt
On Tue, Aug 28, 2007 at 01:57:22PM +0100, seventh guardian wrote: On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Aug 21, 2007 at 11:34:55AM +0200, Dominik Vogt wrote: By the way, there's another issue with the build process: * The documentation has a build error when

Re: Compilation warnings in Flocale.c

2007-08-28 Thread seventh guardian
On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: OOPS: $ make CFLAGS=-g -O2 -Wall -Wpointer-arith -fno-strict-aliasing -Werror make all-recursive make[1]: Entering directory `/home/renato/apps/cvs/fvwm' Making all in libs make[2]: Entering directory `/home/renato/apps/cvs/fvwm/libs'

Compilation warnings in Flocale.c

2007-08-28 Thread seventh guardian
OOPS: $ make CFLAGS=-g -O2 -Wall -Wpointer-arith -fno-strict-aliasing -Werror make all-recursive make[1]: Entering directory `/home/renato/apps/cvs/fvwm' Making all in libs make[2]: Entering directory `/home/renato/apps/cvs/fvwm/libs' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include

Re: Compilation warnings in Flocale.c

2007-08-28 Thread seventh guardian
On 8/28/07, Viktor Griph [EMAIL PROTECTED] wrote: On Tue, 28 Aug 2007, seventh guardian wrote: On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 02:13:20PM +0100, seventh guardian wrote: On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: OOPS: $ make

Re: Compilation warnings in Flocale.c

2007-08-28 Thread seventh guardian
On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 02:13:20PM +0100, seventh guardian wrote: On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: OOPS:

Re: Compilation warnings in Flocale.c

2007-08-28 Thread Dominik Vogt
On Tue, Aug 28, 2007 at 03:12:25PM +0100, seventh guardian wrote: On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: Hum but now gcc complains about the const char * vs. char *: (...) cc1: warnings being treated as errors Flocale.c: In function 'FlocaleGetFftFont':

Re: Compilation warnings in Flocale.c

2007-08-28 Thread Viktor Griph
On Tue, 28 Aug 2007, Dominik Vogt wrote: On Tue, Aug 28, 2007 at 02:55:26PM +0100, seventh guardian wrote: On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 02:13:20PM +0100, seventh guardian wrote: On 8/28/07,

Re: Compilation warnings in Flocale.c

2007-08-28 Thread seventh guardian
On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 02:55:26PM +0100, seventh guardian wrote: On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: On 8/28/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 02:13:20PM +0100, seventh guardian wrote:

Re: Compilation warnings in Flocale.c

2007-08-28 Thread Dominik Vogt
Using strcasecmp is wrong, since that would mean that anyonw entering the smae font as the fallback would have a memory leak. The test is there to not try to free string literals. I see. But on the other hand, it wasn't comparing pointers, it was comparing a pointer with a string

Re: Compilation warnings in Flocale.c

2007-08-28 Thread seventh guardian
On 8/28/07, Viktor Griph [EMAIL PROTECTED] wrote: On Tue, 28 Aug 2007, Dominik Vogt wrote: On Tue, Aug 28, 2007 at 02:55:26PM +0100, seventh guardian wrote: On 8/28/07, seventh guardian [EMAIL PROTECTED] wrote: (...) cc1: warnings being treated as errors Flocale.c: In function

CVS renato: Fixed compiler warnings

2007-08-28 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/08/28 09:43:50 Modified files: . : ChangeLog fvwm : builtins.c libs : Flocale.c Log message: Fixed compiler warnings

CVS domivogt: * Fixed parsing of the PropertyChange command.

2007-08-28 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/08/28 12:08:14 Modified files: . : ChangeLog NEWS fvwm : builtins.c Log message: * Fixed parsing of the PropertyChange command.

CVS domivogt: ANNOUNCE for last change.

2007-08-28 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/08/28 12:08:28 Modified files: docs : ANNOUNCE ChangeLog Log message: ANNOUNCE for last change.

Re: CVS renato: Fixed compiler warnings

2007-08-28 Thread Dominik Vogt
On Tue, Aug 28, 2007 at 09:43:50AM -0500, fvwm-workers wrote: CVSROOT: /home/cvs/fvwm Module name: fvwm Changes by: renato 07/08/28 09:43:50 Modified files: . : ChangeLog fvwm : builtins.c Whoa, the whole function was completely broken. I

CVS griph: * fix windowlist crash with CurrentAtEnd, IconifiedAtEnd and only

2007-08-28 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 07/08/28 16:59:34 Modified files: . : ChangeLog NEWS fvwm : windowlist.c docs : ANNOUNCE ChangeLog Log message: * fix windowlist crash with CurrentAtEnd,