CVS migo: * removed debug fprintf

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo02/02/22 20:35:17 Modified files: . : INSTALL.fvwm fvwm : decorations.c Log message: * removed debug fprintf -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsub

CVS migo: * new perl module subclass for writting Perl/Tk modules

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo02/02/22 20:33:55 Modified files: . : configure.in ChangeLog perllib/FVWM : Makefile.am Module.pm.in tests/perl : README tests : ChangeLog perllib

CVS migo:

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo02/02/22 19:24:22 fvwm/perllib/FVWM/Module Update of /home/cvs/fvwm/fvwm/perllib/FVWM/Module In directory malifon.math.uh.edu:/tmp/cvs-serv11017/perllib/FVWM/Module Log Message: Directory /home/cvs/fvwm/fvwm/perllib/FVWM

CVS domivogt: * Fixed moving window over the edge of the scrren with the keyboard.

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/02/22 17:46:42 Modified files: . : Tag: branch-2_4 ChangeLog NEWS fvwm : Tag: branch-2_4 move_resize.c Log message: * Fixed moving window over the edge of the scrren wit

CVS domivogt: * Fixed moving window over the edge of the scrren with the keyboard.

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/02/22 17:46:14 Modified files: . : ChangeLog fvwm : move_resize.c Log message: * Fixed moving window over the edge of the scrren with the keyboard. -- Visit the officia

Re: perl module library

2002-02-22 Thread Mikhael Goikhman
On 22 Feb 2002 21:08:53 +0100, Dominik Vogt wrote: > > On Sun, Feb 10, 2002 at 08:22:25PM +, Mikhael Goikhman wrote: > > I've committed an initial perl module library so that it may be tested. > > > > This new perl library is based on the old X11::Fvwm module, but I redid it > > and simplifie

Re: Notification: incoming/853

2002-02-22 Thread Dominik Vogt
On Mon, Feb 11, 2002 at 09:53:51AM +0100, Markus Schwarzenberg wrote: > On Feb 8, 17:55, Dominik Vogt wrote: > > Subject: Re: Notification: incoming/853 > > On Thu, Feb 07, 2002 at 07:38:36AM -0600, fvwm-bug wrote: > > > FVWM Bug Tracking notification > > > > > > new message incoming/853 > > > >

Re: FVWM: facing problem in fvwm2.4.4

2002-02-22 Thread Dominik Vogt
On Wed, Feb 13, 2002 at 03:43:14PM +0530, Srivathsa Rao U wrote: > hi, > > I switched my WM from 2.0 to 2.4.4. > Now every thing working fine & i got the settings how I want. But > Iam facing problem with nedit. > > Iam working in Unix & using solaris system (sun7). > > Ia

Re: xinerama windowlist patch

2002-02-22 Thread Dominik Vogt
On Thu, Feb 21, 2002 at 12:20:28PM +, Darren Marshall wrote: > Attached is a patch to fix a problem where clicking the mouse button to popup > the windowlist on the secondary screen of an xinerama setup always pops up on > the primary screen. I'll apply the patch shortly. Thanks for your help

Need to redesign hints code

2002-02-22 Thread Dominik Vogt
With GNOME and EWMH we now have a flood of different methods to specify style and state of a window that compete against each other. Since there already are a lot of problems, I think we need to redesign how hints/styles/states are applied to a window. Right now we have: GNOME hints set by the

CVS domivogt: * Fixed mouse bindings on root window w/ xfishtank.

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/02/22 16:09:00 Modified files: . : ChangeLog fvwm : events.c icons.c windowlist.c libs : Parse.c modules: ChangeLog modules/Fv

CVS domivogt: * Fixed mouse bindings on root window w/ xfishtank.

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/02/22 16:07:48 Modified files: . : Tag: branch-2_4 ChangeLog NEWS fvwm : Tag: branch-2_4 events.c windowlist.c Log message: * Fixed mouse bindings on root window w/ xfis

Re: bug w/ ewmh window state transitions

2002-02-22 Thread Dominik Vogt
On Sat, Feb 09, 2002 at 02:39:48PM +0100, Olivier Chapuis wrote: > On Wed, Feb 06, 2002 at 11:49:54PM +0100, Dominik Vogt wrote: > > There is a bug with the ewmh code that forces windows that > > temporarily withdraw their windows into iconic state when they map > > again. There is a similar probl

Re: CVS domivogt: * FvwmBUttons: Added a new way to specify the button that title or icon is to

2002-02-22 Thread Dominik Vogt
On Mon, Feb 11, 2002 at 12:48:37PM +, Tim Phipps wrote: > On 09 Feb 2002 08:00:53 -0600, FVWM CVS wrote: > > > SendToModule FvwmButtons Title ... > > This is causing me problems when I try to set a button title to a > number. I have three buttons in a container to display the day, date an

Re: configure and gnomeConf.sh

2002-02-22 Thread Dominik Vogt
On Thu, Feb 07, 2002 at 11:11:00AM +0100, fvwm-workers wrote: > On Thu, Feb 07, 2002 at 03:42:56PM +0600, Dmitry Yu. Bolkhovityanov wrote: > > Hi! > > > > I've just downloaded fvwm-snap-20020206 and tried to compile it > > with installdir ~/usr/ . The commandline was > > > > ./config

Re: perl module library

2002-02-22 Thread Dominik Vogt
On Sun, Feb 10, 2002 at 08:22:25PM +, Mikhael Goikhman wrote: > I've committed an initial perl module library so that it may be tested. > > This new perl library is based on the old X11::Fvwm module, but I redid it > and simplified. Hopefully it is more clean now. It should also support > exte

Re: Notification: incoming/854

2002-02-22 Thread Dominik Vogt
On Tue, Feb 12, 2002 at 03:21:14AM -0600, fvwm-bug wrote: > FVWM Bug Tracking notification > > new message incoming/854 > > Full_Name: Sven Knauer > Version: 2.4.3 > CVS_Date: > OS: Mandrake 8.1 > X_Server: > Submission from: (NULL) (212.222.82.66) > > > If you want to login to fvwm with KDE

Re: Adding Bidi to Fvwm ?

2002-02-22 Thread Nadim Shaikli
On Thu, 21 Feb 2002 23:02:33 + "Mikhael Goikhman" wrote: > On 21 Feb 2002 12:08:45 -0800, Nadim Shaikli wrote: > > > > With the recent work on multibyte support in Fvwm2 - has any thought > > been given to those languages that are right-to-left oriented (Arabic, > > Farsi, Hebrew, etc...) ?

test, please ignore :-P

2002-02-22 Thread Dominik Vogt
Bye Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL

CVS migo: * New conditional command This.

2002-02-22 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo02/02/22 05:48:27 Modified files: . : ChangeLog NEWS fvwm : commands.h conditional.c functions.c functions.h fvwm2.1 Log message: * New conditional comman