CVS domivogt: * Re-added with-xinerama-emulation optioen that vanished some days ago.

2002-03-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt02/03/01 01:11:18

Modified files:
.  : ChangeLog configure.in 
utils  : ChangeLog configure_dev.sh 

Log message:
* Re-added with-xinerama-emulation optioen that vanished some days ago.
* Added autolocal to configure_dev.sh.

--
Visit the official FVWM web page at URL: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 PROTECTED]


CVS domivogt: * Fixed hilighting windows after ResizeMove and ResizeMoveMaximize.

2002-03-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt02/03/01 01:29:35

Modified files:
.  : ChangeLog 
fvwm   : move_resize.c 

Log message:
* Fixed hilighting windows after ResizeMove and ResizeMoveMaximize.

--
Visit the official FVWM web page at URL: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 PROTECTED]


CVS domivogt: * Fixed hilighting windows after ResizeMove.

2002-03-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt02/03/01 01:31:51

Modified files:
.  : Tag: branch-2_4 ChangeLog NEWS 
fvwm   : Tag: branch-2_4 move_resize.c 

Log message:
* Fixed hilighting windows after ResizeMove.

--
Visit the official FVWM web page at URL: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 PROTECTED]


Re: CVS migo: * New FvwmRearrange arguments -maximize, -nomaximize, -animate, -noanimate.

2002-03-01 Thread Dominik Vogt
On Thu, Feb 28, 2002 at 06:30:50PM +, Mikhael Goikhman wrote:
 On 28 Feb 2002 08:54:19 +0100, Dominik Vogt wrote:
  
  On Wed, Feb 27, 2002 at 06:37:18PM +, Mikhael Goikhman wrote:
   On 27 Feb 2002 12:07:18 -0600, FVWM CVS wrote:

Log message:
* New FvwmRearrange arguments -maximize, -nomaximize, -animate, 
-noanimate.
_ Do Resize/Move in one command. Take outside duplicated code.
   
   This works ok, except for -maximize. The last affected window borders
   are highlighted, although the window under cursor has keyboard focus.
   The pager may show one or another highlighted window.
   
   I am not sure, but I think there is a problem in ResizeMoveMaximize,
   because all others (ResizeMove, Move, AnimatedMove) work well. I will post
   a minimal rc file if you can't reproduce it with FvwmCascade -m -maximize.
  
  Can you demonstrate the problem with simple commands instead of
  FvwmCascade?
 
 Yes run xv in the top-left corner and FvwmConsole at bottom-right.
 In FvwmConsole (it is focused with SloppyFocus) type:
 
   Next (xv) ResizeMoveMaximize 100p 100p +10p +10p
 
 xv is highlighted, but keyboard correctly goes to FvwmConsole.

Fixed.  The same happened with ResizeMove.

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at URL: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 PROTECTED]


CVS domivogt: * Fixed $[cw.y] and $[cw.height].

2002-03-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt02/03/01 03:48:01

Modified files:
.  : ChangeLog 
fvwm   : geometry.c 

Log message:
* Fixed $[cw.y] and $[cw.height].

--
Visit the official FVWM web page at URL: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 PROTECTED]


Re: $[cw.height] does not agree with FvwmIdent

2002-03-01 Thread Dominik Vogt
On Fri, Mar 01, 2002 at 09:08:50AM +, Tim Phipps wrote:
 Configuration Information [Automatically generated, do not change]:
 uname: SunOS ridgeback 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-5_10
 compiler flags: gcc -g -O2 -Wall -Wno-implicit-int
 
 FVWM Version:2.5.1
 FVWM_MODULEDIR: /u/phippst/sunos/libexec/fvwm/2.5.1
 FVWM_DATADIR: /u/phippst/sunos/share/fvwm
 FVWM_USERDIR: /u/phippst/.fvwm
 
 Description:
  FvwmCommand 'Current Echo $[cw.height]'
  FvwmCommand 'Current FvwmIdent'
  now look at the log file, FvwmIdent reports a height 5 pixels
  smaller than $[cw.height]
 
   $[cw.y] also looks like it is 5 pixels out when compared to xwininfo

Fixed.

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at URL: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 PROTECTED]


CVS domivogt: * Man page corrections and reformatting.

2002-03-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt02/03/01 05:11:07

Modified files:
fvwm   : fvwm2.1 

Log message:
* Man page corrections and reformatting.

--
Visit the official FVWM web page at URL: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 PROTECTED]


Re: CVS domivogt: * Man page corrections and reformatting.

2002-03-01 Thread Mikhael Goikhman
On 01 Mar 2002 05:11:07 -0600, FVWM CVS wrote:
 
 Changes by:   domivogt02/03/01 05:11:07
 
 Modified files:
   fvwm   : fvwm2.1 
 
 Log message:
 * Man page corrections and reformatting.

A question. Dominik, you reformat all lines using 66 chars-per-line limit.

I may think why this can be useful in email (to allow 7 reply levels),
although in reality noone else uses 66 chars limit, so it does not help.

But is there a reason to use such small value for the man page sources,
NEWS, FAQ? Did you mean 76? It is too much unused space at the right for
those who run terminals at width 80.

Regards,
Mikhael.
--
Visit the official FVWM web page at URL: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 PROTECTED]


test, please ignore

2002-03-01 Thread Dominik Vogt


Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at URL: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 PROTECTED]


Re: CVS domivogt: * Man page corrections and reformatting.

2002-03-01 Thread Dominik Vogt
On Fri, Mar 01, 2002 at 12:20:28PM +, Mikhael Goikhman wrote:
 On 01 Mar 2002 05:11:07 -0600, FVWM CVS wrote:
  
  Changes by: domivogt02/03/01 05:11:07
  
  Modified files:
  fvwm   : fvwm2.1 
  
  Log message:
  * Man page corrections and reformatting.
 
 A question. Dominik, you reformat all lines using 66 chars-per-line limit.

I believe 66 characters is the value recommended by the
netiquette for email.  At least I remember reading this somewhere
a long time ago.

 I may think why this can be useful in email (to allow 7 reply levels),
 although in reality noone else uses 66 chars limit, so it does not help.
 
 But is there a reason to use such small value for the man page sources,
 NEWS, FAQ?

I use it in the NEWS, FAQ and ANNOUNCE files because we sometimes
email them.  For the man page, the reason is readability.  I find
it hard to read and edit the man page source with 80 characters.
I see no problem if others use longer lines in the man page, but
sometimes I clean that up again (like today).

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at URL: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 PROTECTED]


CVS migo: * it is aclocal, not autolocal; pass arguments to ./configure

2002-03-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: migo02/03/01 07:49:27

Modified files:
utils  : ChangeLog configure_dev.sh 

Log message:
* it is aclocal, not autolocal; pass arguments to ./configure

--
Visit the official FVWM web page at URL: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 PROTECTED]


Re: CVS migo: * it is aclocal, not autolocal; pass arguments to ./configure

2002-03-01 Thread Dominik Vogt
On Fri, Mar 01, 2002 at 07:49:27AM -0600, fvwm-workers wrote:
 CVSROOT:  /home/cvs/fvwm
 Module name:  fvwm
 Changes by:   migo02/03/01 07:49:27
 
 Modified files:
   utils  : ChangeLog configure_dev.sh 
 
 Log message:
 * it is aclocal, not autolocal; pass arguments to ./configure

Whoops!  When I typed it, it looked a bit strange, but I couldn't
pin it down ;-)

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at URL: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 PROTECTED]


Notification: incoming/859

2002-03-01 Thread fvwm-bug
FVWM Bug Tracking notification

new message incoming/859

Message summary for PR#859
From: [EMAIL PROTECTED]
Subject: suggestion: ResizeUnshades option
Date: Fri, 01 Mar 2002 17:56:34 -0600
0 replies   0 followups

 ORIGINAL MESSAGE FOLLOWS 

From [EMAIL PROTECTED] Fri Mar 01 17:56:35 2002
Received: from karazm.math.uh.edu ([129.7.128.1])
by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
id 16gwt9-0003HV-00
for [EMAIL PROTECTED]; Fri, 01 Mar 2002 17:56:35 -0600
Received: from malifon.math.uh.edu (IDENT:[EMAIL PROTECTED] [129.7.128.13])
by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id RAA06254
for [EMAIL PROTECTED]; Fri, 1 Mar 2002 17:56:35 -0600 (CST)
From: [EMAIL PROTECTED]
Received: from localhost ([127.0.0.1] ident=65534)
by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
id 16gwt8-0003HR-00
for [EMAIL PROTECTED]; Fri, 01 Mar 2002 17:56:34 -0600
To: [EMAIL PROTECTED]
Subject: suggestion: ResizeUnshades option
Message-Id: [EMAIL PROTECTED]
Date: Fri, 01 Mar 2002 17:56:34 -0600

Full_Name: Neil Zanella
Version: 2.4.5
CVS_Date: 
OS: Linux 2.4.7
X_Server: XFree86 4.1.0
Submission from: (NULL) (129.128.206.232)


It would be nice if there were a configuration option called
ResizeUnshades.
What this option would oo is the following: if a window is resized when
it is shaded then it would become unshaded.

Thanks,

Neil


--
Visit the official FVWM web page at URL: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 PROTECTED]


Notification: incoming/860

2002-03-01 Thread fvwm-bug
FVWM Bug Tracking notification

new message incoming/860

Message summary for PR#860
From: [EMAIL PROTECTED]
Subject: suggestion: SnapToEdge
Date: Fri, 01 Mar 2002 19:28:58 -0600
0 replies   0 followups

 ORIGINAL MESSAGE FOLLOWS 

From [EMAIL PROTECTED] Fri Mar 01 19:28:59 2002
Received: from karazm.math.uh.edu ([129.7.128.1])
by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
id 16gyKZ-0003Oo-00
for [EMAIL PROTECTED]; Fri, 01 Mar 2002 19:28:59 -0600
Received: from malifon.math.uh.edu (IDENT:[EMAIL PROTECTED] [129.7.128.13])
by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id TAA07580
for [EMAIL PROTECTED]; Fri, 1 Mar 2002 19:28:58 -0600 (CST)
From: [EMAIL PROTECTED]
Received: from localhost ([127.0.0.1] ident=65534)
by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
id 16gyKY-0003Ok-00
for [EMAIL PROTECTED]; Fri, 01 Mar 2002 19:28:58 -0600
To: [EMAIL PROTECTED]
Subject: suggestion: SnapToEdge
Message-Id: [EMAIL PROTECTED]
Date: Fri, 01 Mar 2002 19:28:58 -0600

Full_Name: Neil Zanella
Version: 2.4.5
CVS_Date: 
OS: Linux
X_Server: XFree86
Submission from: (NULL) (129.128.206.232)


Hello,

It would be nice if there were a configuration option called SnapToEdge
which would do the following:

When a window is moved and one of its borders is moved beyond the edge of
the vieport the edge resizes the window so that its borders are snapped
against the viewport border. This feature would be most useful on
larger monitors where users do not want to loose their view of
window contents.

Thanks,

Neil


--
Visit the official FVWM web page at URL: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 PROTECTED]