cvs | 4 May 15:18
Picon

CVS tadam: Fix compilation problems.

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm
Changes by:	tadam	12/05/04 08:18:09

Modified files:
	.              : Tag: branch-2_6 ChangeLog 
	libs           : Tag: branch-2_6 PictureImageLoader.c 

Log message:
Fix compilation problems.

Print to stderr instead.

cvs | 2 May 10:02
Picon

CVS tadam: Improve image loading messages.

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm
Changes by:	tadam	12/05/02 03:02:44

Modified files:
	.              : Tag: branch-2_6 ChangeLog 
	fvwm           : Tag: branch-2_6 menus.c 
	libs           : Tag: branch-2_6 PictureImageLoader.c 

Log message:
Improve image loading messages.

Give hints to the user why an image couldn't be loaded.

cvs | 20 Apr 13:21
Picon

CVS tadam fvwm-web: Updated for 2.6.5

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm-web
Changes by:	tadam	12/04/20 06:21:52

Modified files:
	.              : ChangeLog definitions.inc 
	documentation/manpages/stable: FvwmAnimate.php FvwmAuto.php 
	                               FvwmBacker.php FvwmBanner.php 
	                               FvwmButtons.php FvwmCommand.php 
	                               FvwmConsole.php 
	                               FvwmConsoleC.pl.php FvwmCpp.php 
	                               FvwmDebug.php FvwmDragWell.php 
	                               FvwmEvent.php FvwmForm.php 
	                               FvwmGtk.php FvwmGtkDebug.php 
	                               FvwmIconBox.php FvwmIconMan.php 
	                               FvwmIdent.php FvwmM4.php 
	                               FvwmPager.php FvwmPerl.php 
	                               FvwmProxy.php FvwmRearrange.php 
	                               FvwmSave.php FvwmSaveDesk.php 
	                               FvwmScript.php FvwmScroll.php 
	                               FvwmTabs.php FvwmTaskBar.php 
	                               FvwmTheme.php FvwmWharf.php 
	                               FvwmWinList.php 
	                               FvwmWindowMenu.php focus-link.php 
	                               fvwm-bug.php fvwm-config.php 
	                               fvwm-convert-2.2.php 
	                               fvwm-convert-2.4.php 
	                               fvwm-convert-2.6.php 
	                               fvwm-menu-desktop.php 
	                               fvwm-menu-directory.php 
(Continue reading)

Thomas Adam | 20 Apr 13:14
Picon
Favicon
Gravatar

FVWM 2.6.5 released -- tarballs in pub/incoming on FTP site.

Jason,

I've released FVWM 2.6.5 -- tarballs in the usual place.

Kindly,

-- Thomas Adam

cvs | 20 Apr 13:14
Picon

CVS tadam: 2.6.6 (CVS HEAD) changes.

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm
Changes by:	tadam	12/04/20 06:14:00

Modified files:
	.              : Tag: branch-2_6 NEWS ChangeLog configure.ac 

Log message:
2.6.6 (CVS HEAD) changes.

cvs | 20 Apr 13:03
Picon

CVS tadam: Update key files in prep for 2.6.5 release.

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm
Changes by:	tadam	12/04/20 06:03:33

Modified files:
	.              : Tag: branch-2_6 ChangeLog NEWS configure.ac 
	docs           : Tag: branch-2_6 ANNOUNCE 

Log message:
Update key files in prep for 2.6.5 release.

cvs | 14 Apr 11:46
Picon

CVS tadam: Wrap window titles in FvwmPager

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm
Changes by:	tadam	12/04/14 04:46:38

Modified files:
	.              : Tag: branch-2_6 NEWS 
	modules        : Tag: branch-2_6 ChangeLog 
	modules/FvwmPager: Tag: branch-2_6 x_pager.c 

Log message:
Wrap window titles in FvwmPager

Patch largely by Anton Khirno.  Tweaked by tadam@

cvs | 14 Apr 11:40
Picon

CVS tadam: Fix memory leak with InfoStore

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm
Changes by:	tadam	12/04/14 04:40:45

Modified files:
	modules        : Tag: branch-2_6 ChangeLog 

Log message:
Fix memory leak with InfoStore

cvs | 14 Apr 11:34
Picon

CVS tadam: Fix memory leak with InfoStore

CVSROOT:	/home/cvs/fvwm
Module name:	fvwm
Changes by:	tadam	12/04/14 04:34:33

Modified files:
	fvwm           : Tag: branch-2_6 infostore.c 

Log message:
Fix memory leak with InfoStore

epg | 14 Apr 09:32

[PATCH] Fix segfault and memory issues in infostore.c

Hi, fvwm-workers; long time no see! GNOME 3 / Unity have ended my
4-year fling and sent me crawling back; I always come back to fvwm, in
the end :)

I found a segfault when polishing up and modernizing my config, and
then found a few much more minor memory issues.

The first patch should be non-controversial; the only reason it works
at all in some cases is that the mi_store is NULL after the memset
(and also writing zeros over some other random memory), and
mi_new->next becomes NULL on the first item being stored.

Author: epg <epg <at> pretzelnet.org>
Date:   Fri Apr 13 22:06:51 2012 -0700

    Fix segfault in new_metainfo:

    Need to memset the newly allocated block of memory at the address held in
    mi_store, not the stack memory holding that address.

The second fixes various memory leaks I found; the latest one is only
an issue after the above fix (as mi_store is now pointing to a dead
object during initialization rather than a NULL pointer).

commit a297778dede814070ddbba7da8ab7d992fddcc9e
Author: epg <epg <at> pretzelnet.org>
Date:   Fri Apr 13 22:28:11 2012 -0700

    Don't keep a dead MetaInfo entry at the end of the list.

(Continue reading)

Picon
Favicon

FVWM Patch for Interaction problem with Java 7

Greetings,

I've spent the past few days hunting down a bug that involves an
interaction between FVWM and Java 7.

I can provide more detail for anyone who is curious, but here are the
key points:

a)    Java version 7 creates a special "FocusProxy" window to get
keyboard input.  See

http://www.docjar.com/html/api/sun/awt/X11/XFocusProxyWindow.java.html 

b)    frame.c contains a work around and a comment that begins with  the
fated phrase "For some reason".  
      It seems like there was a bug in a ~1999 X server that doesn't
exist in 2012 era Xorg.

c)    The code in frame.c takes focus away from java's "Focus Proxy"
window and gives it to a java window 
      that doesn't know what to do with keyboard input.

I'm including a proposed patch (very simple - comment out the hack from
1999) as well as java code that can be used to reproduce the issue.

Let me know if you have any thoughts.

Thanks and best regards,

Jonathan
(Continue reading)


Gmane