CVS tadam: Fix segfault when creating a tearoff menu using a Pixmap background.

2010-01-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: tadam   10/01/03 06:08:48

Modified files:
.  : ChangeLog NEWS 
fvwm   : menustyle.c 

Log message:
Fix segfault when creating a tearoff menu using a Pixmap background.

When we copy the original menustyle to the new torn-off menu which
contains a background image, don't then update the menu's pixel
background color, as this is already free()d for us by an earlier copy
call in menustyle_copy().




Re: FVWM: fvwm-convert-2.6: Testing needed.

2010-01-03 Thread despen
Thomas Adam thomas.ada...@gmail.com writes:

 All,

 In preparation in trying to get FVWM 2.5.X stable to FVWM 2.6.0, one of the
 larger pieces to that puzzle was a converter script which would attempt at
 converting a FVWM file intended for 2.4.X to 2.6.X (which most people here
 can read as FVWM CVS for the time-being.)

 Is there anyone on the list who wouldn't mind checking out the FVWM CVS
 repository and giving the fvwm-convert-2.6 script a go?  It has a manpage as
 well which describes what the script will try and do -- on the limited
 amount of testing I've done with configs I've got, and those found on the
 Internet, it seems to work OK -- and I get minimal errors from fvwm-cvs when
 I use the converted file.

The man page says:

 Without an absolute path given as the destination path to the destination file,
 the program will create the destination file in the CWD.

I ran:

home cd /tmp 
home fvwm-convert-2.6 /home/dane/.fvwm/.fvwm2rc

I found .fvwm2rc.converted in /home/dane/.fvwm.

A lot of my functions start with a command on the first
line.  They all got deleted.

 AddToFunc Warp I Next [$0] Iconify -1
 +I Next [$0] WarpToWindow 24p 24p
 +  I None [$0] Beep

I have a lot of bindings formatted like this:

 Mouse 1   R   A   Menu Systems Nop

There's a comment heading above them indicating what the
fields mean.  They all got reformatted.   It would be good
if only lines with real changed got reformatted.



Re: Any outstanding issues/bug-fixes? (FVWM 2.6.0)

2010-01-03 Thread Thomas Adam
On Sat, Jan 02, 2010 at 12:25:05PM -0500, des...@verizon.net wrote:
 Thomas Adam thomas.ada...@gmail.com writes:
 
  All,
 
  Are there any outstanding bug-fixes which haven't yet been looked into, but
  were at one point reported to this list?
 
 I can't say I reported it, but pinning an Fvwm menu and then clicking on
 the window button to Delete the menu terminates Fvwm.

I've just pushed a fix to CVS which should cure this.

-- Thomas Adam

-- 
It was the cruelest game I've ever played and it's played inside my head.
-- Hush The Warmth, Gorky's Zygotic Mynci.



CVS tadam: fvwm-convert-2.6: Retain whitespace converting mouse/kry bindings.

2010-01-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: tadam   10/01/03 13:00:44

Modified files:
bin: ChangeLog fvwm-convert-2.6.in 

Log message:
fvwm-convert-2.6:  Retain whitespace converting mouse/kry bindings.

Don't cull any deliberate whitespace between any Mouse/Key options which the
user might have added to make things look pretty in their config file.




CVS tadam: fvwm-convert-2.6: If no output filename given, put files in CWD.

2010-01-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: tadam   10/01/03 13:14:41

Modified files:
bin: ChangeLog fvwm-convert-2.6.in 

Log message:
fvwm-convert-2.6:  If no output filename given, put files in CWD.

Actually do what the man page says and put processed files in the CWD if
no output files are given (implied if -f is used for any Read files.)




Re: Any outstanding issues/bug-fixes? (FVWM 2.6.0)

2010-01-03 Thread David Fries
The two patches I sent in are still missing, I'll repost them if you
like.  The patches apply cleanly though with line offsets, the
ChangeLog files obviously don't.  I retested the edge bump and top of
CVS fails, apply the patch and it fixes the problem.  I have more
details in the original e-mails.

Date: Sun, 1 Mar 2009 16:08:57 -0600
From: David Fries da...@fries.net
To: fvwm-workers@fvwm.org
Subject: [PATCH] fix edge bump and window jump bug


Date: Sat, 21 Mar 2009 18:27:39 -0500
From: David Fries da...@fries.net
To: FVWM Workers fvwm-workers@fvwm.org
Subject: [PATCH] property notify performance




Here's a patch to help people bootstrap from CVS, autoheader trips me
up everytime.  It doesn't have to go in INSTALL.fvwm, it could be
INSTALL (or as I've seen others a `bootstrap.sh' ) but if it's
available someplace it would be really helpful.

-- 
David Fries da...@fries.net
http://fries.net/~david/ (PGP encryption key available)

Index: INSTALL.fvwm
===
RCS file: /home/cvs/fvwm/fvwm/INSTALL.fvwm,v
retrieving revision 1.62
diff -u -p -r1.62 INSTALL.fvwm
--- INSTALL.fvwm7 Aug 2007 20:17:42 -   1.62
+++ INSTALL.fvwm4 Jan 2010 04:07:25 -
@@ -9,6 +9,17 @@ This file details only configuration opt
 read the generic instructions in INSTALL first.
 
 
+Compiling from CVS
+==
+
+If the `configure' script isn't available run the following to rebuild it.
+aclocal
+autoheader
+automake -a
+autoconf
+./configure
+
+
 Important Note!
 ===