CVS olicha: * Fixed colorset tint and bg of the transparent part of a pixmap

2002-05-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: olicha  02/05/03 02:00:13

Modified files:
.  : ChangeLog 
fvwm   : colorset.c 

Log message:
* Fixed colorset tint and bg of the transparent part of a pixmap

--
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 typos.

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

Modified files:
.  : Tag: branch-2_4 configure.in 
utils  : Tag: branch-2_4 ChangeLog fvwmrc_convert.1 

Log message:
* Fixed typos.

--
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: * Clarified that --enable-xinerama-emulation is only useful for developers.

2002-05-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt02/05/03 06:00:53

Modified files:
.  : configure.in 

Log message:
* Clarified that --enable-xinerama-emulation is only useful for developers.

--
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]


autoconf weirdness

2002-05-03 Thread Dominik Vogt
Recently I have a problem with autoconf/configure.  This is
probably caused by updating the system:

  m4-1.4o-76
  automake-1.4_p5-44
  autoconf-2.52-44

With ./configure --help I get lines like these for the configure
options that use the smr_SWITCH macro in acinclude.m4:

  --enable-command-log substr( , 11) enable command logging
  --enable-debug-msgs substr( , 10) enable debugging messages
  --disable-multipixmap-titles substr( , 18) disable fancy pixmap ti

The responsible code from acinclude.m4:
  AC_DEFUN(smr_SWITCH, [
AC_MSG_CHECKING(whether to enable $2)
AC_ARG_ENABLE(
$1,
ifelse($3, on,
[  --disable-[$1]substr([ ], len([$1])) disable [$2]],
[  --enable-[$1] substr([ ], len([$1])) enable [$2]]),
  ...

It seems that the substr() m4 macro inside the ifelse() macro is
no longer expanded but taken literally.  I could not find a way to
make the expansion work again.

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]


Pager active desk highlight suggestion

2002-05-03 Thread Marcus Lundblad
When having all desks crouded with windows it can be hard to see easily
which desk is active if a very small window is active (the one with a
distinct colour). (Because the background is hardly visible).

My suggestion is to have an option that adds a thin border (which can be
given a colour that stands out) around the active desk (or page) in the
pager.

//Marcus 

--
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]


FVWM on solaris 8 with sunpci

2002-05-03 Thread Scot Duane Junkin
I am having problems with my hotkeys and focusstyle changing at random
times while using my sunpci card under Solaris 8 fvwm 2.4.7.  I go for a
time using the keys, and they work, but there are some times that while
using the sunpci software the keys will just cease working.  What do I do?


--
Scot Duane Junkin   W:508.831.5125
[EMAIL PROTECTED]   C:508.736.4121


--
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: FVWM on solaris 8 with sunpci

2002-05-03 Thread Dan Espen
Scot Duane Junkin [EMAIL PROTECTED] writes:
 I am having problems with my hotkeys and focusstyle changing at random
 times while using my sunpci card under Solaris 8 fvwm 2.4.7.  I go for a
 time using the keys, and they work, but there are some times that while
 using the sunpci software the keys will just cease working.  What do I do?

1. Check the FAQ.  I think its the first question.
2. Pay attention to the numlock key setting.

-- 
Dan Espen   E-mail: [EMAIL PROTECTED]
444 Hoes Lane  Room RRC 1C-214  Phone: (732) 699-5570
Piscataway, NJ 08854
--
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: Pager active desk highlight suggestion

2002-05-03 Thread Elliot Sowadsky

I hacked the pager on mine to keep windows off of a sliver of the bottom, so
that the root is always exposed, the root being a different color for the
active page.  It would be nice if windows in the active page/desk could be a
slightly different shade than the non-active pages/desks.

I also keep windows away from the side edges and thickened the border, so
that i can see the page boundaries easier.
--
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 olicha: * Fixed initialization of alloc_pixels ptr of the FvwmPicture structure

2002-05-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: olicha  02/05/03 16:31:08

Modified files:
.  : ChangeLog 
libs   : PictureImageLoader.c PictureImageLoader.h 

Log message:
* Fixed initialization of alloc_pixels ptr of the FvwmPicture structure

--
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]


Increase your web site effectiveness with Mind Link Chat: web site instant messaging

2002-05-03 Thread mindlink
Check out Mind Link Chat at - http://www.mindlink.biz


As a business professional with a website, you know that every day we do more 
and more business via the Internet.  With business moving at the speed of the 
Internet, none of us can afford to miss even one customer.  That is why we 
developed Mind Link Chat.  It occurred to us that for all the effort put into 
most business web sites, it is still not easy for a person with a simple 
question to conveniently reach someone at the office and get the question 
answered immediately.  We thought, 


Wouldn't it be cool if all someone had to do was click a button to be instantly 
connected to the office on the other end of the web site?
   

So we developed Mind Link Chat, a tool that does just that.  

The way Mind Link Chat works is that there is a link on your web site that we 
or your web master can easily install for you.  Also there is a small program 
that you install on a computer at your office. This little program will run 
quietly in the background.  When a visitor to your web site clicks the Mind 
Link Chat link on your web page, the program running on your office computer 
will automatically alert you that there is a visitor at your web site that 
wishes to talk right now.  At this point you have the choice of accepting this 
call.  If you choose to accept the call, a little window will open on your 
computer, and you will be able to chat with that visitor in real time.  If for 
some reason no one at your office is able to take the chat call, then the 
visitor will be told simply to leave a message that will be emailed to you.  In 
this manner you have given your web site visitors a very convenient way in 
which to contact you.

Other software programs similar to Mind Link Chat start at $500 a year and up.  
Mind Link does the same thing and is much less expensive.  

AND, we are offering a special promotion.  Normally the cost to subscribe to 
Mind Link Chat is $150 per year.  But with this special email promotion, you 
can subscribe for $100 per year.   

AND, we offer a 30 day money back guarantee.  This way there is no risk for 
you.  Find out if Mind Link works for you, and if not, cancel in 30 days and 
get your money back.

If you do decide to take advantage of this offer, please remember to click on 
the link below to subscribe at this special rate. 

Special Rate Link - http://mindlink.biz/order/discount1.htm 

We can get Mind Link Chat up and running for your company immediately.
 
For more information please check out our website at http://www.mindlink.biz

Thank you very much,

Mind Link International
http://www.mindlink.biz

To be removed from our email list please send an email to: [EMAIL PROTECTED]
--
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]


Increase your web site effectiveness with Mind Link Chat: web site instant messaging

2002-05-03 Thread mindlink
Check out Mind Link Chat at - http://www.mindlink.biz


As a business professional with a website, you know that every day we do more 
and more business via the Internet.  With business moving at the speed of the 
Internet, none of us can afford to miss even one customer.  That is why we 
developed Mind Link Chat.  It occurred to us that for all the effort put into 
most business web sites, it is still not easy for a person with a simple 
question to conveniently reach someone at the office and get the question 
answered immediately.  We thought, 


Wouldn't it be cool if all someone had to do was click a button to be instantly 
connected to the office on the other end of the web site?
   

So we developed Mind Link Chat, a tool that does just that.  

The way Mind Link Chat works is that there is a link on your web site that we 
or your web master can easily install for you.  Also there is a small program 
that you install on a computer at your office. This little program will run 
quietly in the background.  When a visitor to your web site clicks the Mind 
Link Chat link on your web page, the program running on your office computer 
will automatically alert you that there is a visitor at your web site that 
wishes to talk right now.  At this point you have the choice of accepting this 
call.  If you choose to accept the call, a little window will open on your 
computer, and you will be able to chat with that visitor in real time.  If for 
some reason no one at your office is able to take the chat call, then the 
visitor will be told simply to leave a message that will be emailed to you.  In 
this manner you have given your web site visitors a very convenient way in 
which to contact you.

Other software programs similar to Mind Link Chat start at $500 a year and up.  
Mind Link does the same thing and is much less expensive.  

AND, we are offering a special promotion.  Normally the cost to subscribe to 
Mind Link Chat is $150 per year.  But with this special email promotion, you 
can subscribe for $100 per year.   

AND, we offer a 30 day money back guarantee.  This way there is no risk for 
you.  Find out if Mind Link works for you, and if not, cancel in 30 days and 
get your money back.

If you do decide to take advantage of this offer, please remember to click on 
the link below to subscribe at this special rate. 

Special Rate Link - http://mindlink.biz/order/discount1.htm 

We can get Mind Link Chat up and running for your company immediately.
 
For more information please check out our website at http://www.mindlink.biz

Thank you very much,

Mind Link International
http://www.mindlink.biz

To be removed from our email list please send an email to: [EMAIL PROTECTED]
--
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 dane: * fvwm/fvwm.1: Finish language check.

2002-05-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: dane02/05/03 19:59:00

Modified files:
.  : ChangeLog 
fvwm   : fvwm.1 

Log message:
* fvwm/fvwm.1: Finish language check.
Fix typo in Mouse section, context should be on new line.

--
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/885

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

new message incoming/885

Message summary for PR#885
From: [EMAIL PROTECTED]
Subject: global key problem
Date: Fri, 03 May 2002 13:27:50 -0500
0 replies   0 followups

 ORIGINAL MESSAGE FOLLOWS 

From [EMAIL PROTECTED] Fri May 03 13:27:51 2002
Received: from karazm.math.uh.edu ([129.7.128.1])
by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
id 173hmZ-0004j1-00
for [EMAIL PROTECTED]; Fri, 03 May 2002 13:27:51 -0500
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 NAA10314
for [EMAIL PROTECTED]; Fri, 3 May 2002 13:27:50 -0500 (CDT)
From: [EMAIL PROTECTED]
Received: from localhost ([127.0.0.1] ident=65534)
by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
id 173hmY-0004ix-00
for [EMAIL PROTECTED]; Fri, 03 May 2002 13:27:50 -0500
To: [EMAIL PROTECTED]
Subject: global key problem
Message-Id: [EMAIL PROTECTED]
Date: Fri, 03 May 2002 13:27:50 -0500

Full_Name: David A. Rogers
Version: 2.4.6
CVS_Date: 
OS: debian woody (current testing)
X_Server: xfree86 4.1
Submission from: (NULL) (192.207.190.2)


The problem - immediately after startup, global keys i.e. keys defined for
all contexts, do not execute.

OK, here's a minimal .fvwm2rc that shows the problem.  Start fvwm 2.4.6
(at
least that's what I have) with the following .fvwm2rc.  Notice that
pressing
Control-Shift-F9 does _not_ result in a beep.  Now open up any other x
app.
Now CSF9 does result in a beep.

You should be able to reproduce this as long as you've got xcalc.  If you
don't, try substituting any other common X app that accepts input.  Note
that running xclock or other apps that don't accept input do not exhibit
the problem behavior.

Commenting any of CirculateSkip or ClickToFocus or the xcalc swallow will
result in the key working properly.  Seems to be an odd interaction
amongst
them all.

I have no idea what CirculateSkip does.  Its behavior is not documented in
the fvwm man.  The Debian maintainer has it in the standard Debian setup -
which is how I ended up with it.

dar

#===

Style Fvwm* CirculateSkip

Module FvwmPager
Module FvwmButtons

Style * ClickToFocus

Key F9 A SC Beep

DeskTopSize 3x1
*FvwmButtons: ButtonGeometry 32x32+0-0


*FvwmButtons: (2x1, Swallow XCalc `Exec exec xcalc`)
*FvwmButtons: (3x1, Swallow(UseOld,NoKill) FvwmPager )




--
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]