Re: [patch] svg html doc output

2007-07-16 Thread Scott Smedley
Hi Simon, Are you related to Viktor? Just curious. I've made the SVG rendering options documentation section look much better with the new html output. A few descriptive images really makes a difference. It sure does! Your patch is good. Can I ask you to tidy up the formatting a little?

Re: Can't compile current CVS (cp ./index.html index.html)

2007-07-16 Thread Scott Smedley
This seems something trivial, but I can't seem to find the real solution. Ditto. (See the Problems building snap-20070713 thread.) Just out of curiosity, what distro are you using? what version of make? Scott.

Re: CVS broken (Was: PictureImageLoader stuff ...)

2007-07-16 Thread Dominik Vogt
On Mon, Jul 16, 2007 at 12:54:09PM +0200, Dominik Vogt wrote: Probably some of the latest changes is breaking this. The attached patch fixes these errors and some more warnings. Can someone please commit it? This patch does not apply cleanly against CVS. :-P I don't have CVS access

Re: CVS broken (Was: PictureImageLoader stuff ...)

2007-07-16 Thread Scott Smedley
But I'm still getting lots of errors in libs/FRender.c. The fix requires that I link with -lXrender. But which makefile to edit? The build/make system is too complicated for me. :( Scott.

Re: Can't compile current CVS (cp ./index.html index.html)

2007-07-16 Thread Jesús Guerrero
On Tue, 17 Jul 2007 00:13:07 +1000 Scott Smedley [EMAIL PROTECTED] wrote: This seems something trivial, but I can't seem to find the real solution. Ditto. (See the Problems building snap-20070713 thread.) Just out of curiosity, what distro are you using? what version of make? Scott.

CVS renato: Applied Dominik's whitespace cleanup

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/07/16 09:56:10 Modified files: libs : Fxpm.h Log message: Applied Dominik's whitespace cleanup

CVS scott:

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 07/07/16 10:02:18 fvwm/doc/images/svg_rendering Update of /home/cvs/fvwm/fvwm/doc/images/svg_rendering In directory util9.math.uh.edu:/tmp/cvs-serv25001/svg_rendering Log Message: Directory

CVS scott: various documentation changes + Simon's SVG patch.

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 07/07/16 10:07:14 Modified files: . : ChangeLog configure.ac doc: ChangeLog Makefile.am doc/fvwm : images.xml doc/images : Makefile.am libs

CVS scott fvwm-web:

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: scott 07/07/16 10:10:58 fvwm-web/doc/unstable/modules/images/FvwmTabs Update of /home/cvs/fvwm/fvwm-web/doc/unstable/modules/images/FvwmTabs In directory util9.math.uh.edu:/tmp/cvs-serv25256/images/FvwmTabs Log Message:

CVS scott fvwm-web:

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: scott 07/07/16 10:10:58 fvwm-web/doc/unstable/modules/images Update of /home/cvs/fvwm/fvwm-web/doc/unstable/modules/images In directory util9.math.uh.edu:/tmp/cvs-serv25256/images Log Message: Directory

CVS scott fvwm-web:

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: scott 07/07/16 10:14:04 fvwm-web/doc/unstable/images/svg_rendering Update of /home/cvs/fvwm/fvwm-web/doc/unstable/images/svg_rendering In directory util9.math.uh.edu:/tmp/cvs-serv25354/svg_rendering Log Message: Directory

CVS scott fvwm-web: forgot to 'add' new file.

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: scott 07/07/16 10:19:34 Added files: doc/unstable/commands: EchoFuncDefinition.html Log message: forgot to 'add' new file.

CVS renato: added Dominik's xpm patch changelog

2007-07-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/07/16 10:21:17 Modified files: . : ChangeLog Log message: added Dominik's xpm patch changelog corrected Simon's patch changelog date

Re: CVS broken (Was: PictureImageLoader stuff ...)

2007-07-16 Thread seventh guardian
On 7/16/07, seventh guardian [EMAIL PROTECTED] wrote: On 7/16/07, Scott Smedley [EMAIL PROTECTED] wrote: But I'm still getting lots of errors in libs/FRender.c. The fix requires that I link with -lXrender. Yeah.. It seems that Viktor already fixed the compilation error, so the patches

Re: CVS broken (Was: PictureImageLoader stuff ...)

2007-07-16 Thread Dominik Vogt
On Tue, Jul 17, 2007 at 12:27:15AM +1000, Scott Smedley wrote: But I'm still getting lots of errors in libs/FRender.c. The fix requires that I link with -lXrender. But which makefile to edit? The build/make system is too complicated for me. :( What does the configure summary say? Ciao

Re: CursorStyle triggers a segmentation fault

2007-07-16 Thread Dominik Vogt
On Mon, Jul 16, 2007 at 05:03:59PM +0100, seventh guardian wrote: Oh my... this is bad.. In current cvs, this causes a segmentation fault: Open FvwmConsole Type cursorstyle ROOT 10 (repeat the style if necessary) Close the FvwmConsole Boom, segmentation fault. Any ideas? I don't get

Re: [patch] svg html doc output

2007-07-16 Thread Scott Smedley
On Sun, Jul 15, 2007 at 09:52:28PM +0200, Simon Griph wrote: I've made the SVG rendering options documentation section look much better with the new html output. A few descriptive images really makes a difference. Looking good.