CVS olicha: * Rename Scr.TileGC to Scr.BordersGC

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/11/29 00:05:08 Modified files: . : ChangeLog acinclude.m4 fvwm : borders.c builtins.c commands.h functable.c fvwm.c screen.h libs :

Re: removing --disable-ewmh and --disable-gnome-hints

2002-11-29 Thread Dominik Vogt
On Fri, Nov 29, 2002 at 05:11:22AM +0100, Olivier Chapuis wrote: On Thu, Nov 28, 2002 at 10:23:30PM +0100, [EMAIL PROTECTED] wrote: On Sat, Nov 09, 2002 at 06:55:48PM +0100, Dominik Vogt wrote: I think those two options should either be removed or just change if gnome/ewmh hints are used

Transparent xpm mini icons broken in FvwmIconMan

2002-11-29 Thread Dominik Vogt
With the attached config (please no discussion about whether the config should look like this - it works), when a window is not iconified, a brown rectangle is drawn where the mini icon should appear in the windows buttons, left of the title. Works fine with 2.4. Bye Dominik ^_^ ^_^

Re: Transparent xpm mini icons broken in FvwmIconMan

2002-11-29 Thread Dominik Vogt
On Fri, Nov 29, 2002 at 11:26:32AM +0100, fvwm-workers wrote: With the attached config (please no discussion about whether the config should look like this - it works), when a window is not iconified, a brown rectangle is drawn where the mini icon should appear in the windows buttons, left of

Problems building snap-20021129

2002-11-29 Thread Jason L Tibbitts III
? fvwm-snap-20020523.tar.gz ? fvwm-snap-20020524.tar.gz P ChangeLog P Makefile.am P acconfig.h P acinclude.m4 U configure.in P bin/ChangeLog P bin/fvwm-config.1 P bin/fvwm-config.in P fvwm/ConfigFvwmSetup P fvwm/Makefile.am P fvwm/add_window.c P fvwm/bindings.c P fvwm/borders.c P fvwm/builtins.c P

aclocal returns with error

2002-11-29 Thread Dominik Vogt
I wanted to look at the binding.c build problem, but I can not even run aclocal: $ aclocal aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro

CVS domivogt: * Fix for compilation without stroke. FYI: Variables declared with the

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 06:50:42 Modified files: . : ChangeLog fvwm : bindings.c Log message: * Fix for compilation without stroke. FYI: Variables declared with the STROKE_CODE macro

Re: Problems building snap-20021129

2002-11-29 Thread Dominik Vogt
On Fri, Nov 29, 2002 at 06:33:05AM -0600, Jason L Tibbitts III wrote: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libs-I/usr/X11R6/include -DFVWM_MODULEDIR=\/usr/local/libexec/fvwm/2.5.5\ -DFVWM_DATADIR=\/usr/local/share/fvwm\

Re: Transparent xpm mini icons broken in FvwmIconMan

2002-11-29 Thread Olivier Chapuis
On Fri, Nov 29, 2002 at 11:26:32AM +0100, Dominik Vogt wrote: With the attached config (please no discussion about whether the config should look like this - it works), when a window is not iconified, a brown rectangle is drawn where the mini icon should appear in the windows buttons, left of

CVS olicha: * Fixed two missprints

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/11/29 07:54:47 Modified files: . : ChangeLog Makefile.am configure.in Log message: * Fixed two missprints -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the

Re: CVS domivogt: * Fix for compilation without stroke. FYI: Variables declared with the

2002-11-29 Thread Mikhael Goikhman
On 29 Nov 2002 06:50:42 -0600, FVWM CVS wrote: Log message: * Fix for compilation without stroke. FYI: Variables declared with the STROKE_CODE macro must be declared last. Without STROKE defined, STROKE_CODE(int i); int j; becomes ; int j; This does not compile because its a

Re: CVS domivogt: * Fix for compilation without stroke. FYI: Variables declared with the

2002-11-29 Thread Dominik Vogt
On Fri, Nov 29, 2002 at 02:06:30PM +, Mikhael Goikhman wrote: On 29 Nov 2002 06:50:42 -0600, FVWM CVS wrote: Log message: * Fix for compilation without stroke. FYI: Variables declared with the STROKE_CODE macro must be declared last. Without STROKE defined, STROKE_CODE(int

fvwm-exec (Was: Re: Rules for files installed into bindir)

2002-11-29 Thread Mikhael Goikhman
On 09 Nov 2002 16:00:06 -0500, Dan Espen wrote: Don't forget FvwmCommand. Yes, it should not be forgotten. I think it should be replaced with a new command line utility fvwm-exec. I would like to find a way to do it without FvwmCommandS similarly to how fvwm-root tells fvwm it changed a root

Re: fvwm-exec (Was: Re: Rules for files installed into bindir)

2002-11-29 Thread Dominik Vogt
On Fri, Nov 29, 2002 at 03:16:36PM +, Mikhael Goikhman wrote: On 09 Nov 2002 16:00:06 -0500, Dan Espen wrote: Don't forget FvwmCommand. Yes, it should not be forgotten. I think it should be replaced with a new command line utility fvwm-exec. I would like to find a way to do it

Re: fvwm-exec (Was: Re: Rules for files installed into bindir)

2002-11-29 Thread Dan Espen
Dominik Vogt fvwm-workers@fvwm.org writes: On Fri, Nov 29, 2002 at 03:16:36PM +, Mikhael Goikhman wrote: On 09 Nov 2002 16:00:06 -0500, Dan Espen wrote: Don't forget FvwmCommand. Yes, it should not be forgotten. I think it should be replaced with a new command line utility

CVS domivogt: * Resize FvwmIconMan windows only when they are unshaded; delay resize as

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 10:00:30 Modified files: modules: ChangeLog modules/FvwmIconMan: FvwmIconMan.c FvwmIconMan.h fvwm.c xmanager.c Log message: * Resize FvwmIconMan

CVS domivogt: * Removed debug code.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 10:00:50 Modified files: modules/FvwmIconMan: fvwm.c Log message: * Removed debug code. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send

todo 3.0 comments

2002-11-29 Thread Dan Espen
I have a question about these: 18) Split style lists into 5 (resource, class, icon, name, id). 19) Styles get applied in the above order. 20) Split each style list into two (one with wildcards, one without). The current way style commands work is that the last one given takes precedence.

Re: fvwm-exec (Was: Re: Rules for files installed into bindir)

2002-11-29 Thread Mikhael Goikhman
On 29 Nov 2002 10:34:11 -0500, Dan Espen wrote: Dominik Vogt fvwm-workers@fvwm.org writes: On Fri, Nov 29, 2002 at 03:16:36PM +, Mikhael Goikhman wrote: On 09 Nov 2002 16:00:06 -0500, Dan Espen wrote: Don't forget FvwmCommand. Yes, it should not be forgotten. I

Re: aclocal returns with error

2002-11-29 Thread Olivier Chapuis
On Fri, Nov 29, 2002 at 03:16:40PM +0100, Dominik Vogt wrote: On Fri, Nov 29, 2002 at 02:35:41PM +0100, Olivier Chapuis wrote: On Fri, Nov 29, 2002 at 01:48:13PM +0100, Dominik Vogt wrote: I wanted to look at the binding.c build problem, but I can not even run aclocal: $ aclocal

CVS domivogt: * Fixed adding/removing windows in FvwmIconMan and FvwmWinList while shaded.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 10:21:10 Modified files: . : acinclude.m4 modules: ChangeLog modules/FvwmWinList: FvwmWinList.c Log message: * Fixed adding/removing windows in FvwmIconMan

CVS domivogt: * Added .cvsignore.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 10:21:54 Added files: po : .cvsignore Log message: * Added .cvsignore. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send

CVS olicha: * Defined AM_PATH_PROG_WITH_TEST

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/11/29 10:40:47 Modified files: . : ChangeLog acinclude.m4 Log message: * Defined AM_PATH_PROG_WITH_TEST -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the

Re: aclocal returns with error

2002-11-29 Thread Olivier Chapuis
On Fri, Nov 29, 2002 at 03:16:40PM +0100, Dominik Vogt wrote: On Fri, Nov 29, 2002 at 02:35:41PM +0100, Olivier Chapuis wrote: On Fri, Nov 29, 2002 at 01:48:13PM +0100, Dominik Vogt wrote: I wanted to look at the binding.c build problem, but I can not even run aclocal: $ aclocal

CVS olicha: * Re-enable AM_PATH_PROG_WITH_TEST

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/11/29 11:17:59 Modified files: . : ChangeLog acinclude.m4 Log message: * Re-enable AM_PATH_PROG_WITH_TEST -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the

Re: CVS domivogt: * Fixed rxvt travelling off screen after resize w/ S or E gravity.

2002-11-29 Thread Mikhael Goikhman
On 28 Nov 2002 20:48:46 -0600, FVWM CVS wrote: Log message: * Fixed rxvt travelling off screen after resize w/ S or E gravity. * Fixed root (pinter)key binding being removed too early. I already wanted to report both of these, but you fixed it. Nice. Actually, for me it was xterm with S or E

CVS migo: * unicode conversion for KDE/GNOME labels is internal now (much faster)

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo02/11/29 11:28:12 Modified files: bin: ChangeLog fvwm-menu-desktop.1 fvwm-menu-desktop.in Log message: * unicode conversion for KDE/GNOME labels is internal now (much

CVS domivogt: * Fixed icons on top after restart.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 13:03:51 Modified files: . : Tag: branch-2_4 ChangeLog NEWS fvwm : Tag: branch-2_4 misc.c stack.c Log message: * Fixed icons on top after restart. * Confignre

CVS dane: * Set development version to 2.4.15.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: dane02/11/29 14:18:23 Modified files: . : Tag: branch-2_4 NEWS configure.in ChangeLog Log message: * Set development version to 2.4.15. -- Visit the official FVWM web page at URL:http://www.fvwm.org/.

Re: [FVWM][ParseBinding]: ERROR No such key: KP_1

2002-11-29 Thread dominik . vogt
On Thu, Nov 28, 2002 at 09:10:14AM +0100, Jan Martinek wrote: Hello, I have fvwm-2.4.13. It seems to me that numeric keypad is ignored, this is what I tried: 1) In XF86Config commented out # Option XkbLayout cz to make sure only US keyboard layout is turned on 2) my .xinitrc

Re: fix for 2.5.4 xview

2002-11-29 Thread dominik . vogt
On Wed, Nov 20, 2002 at 10:12:24AM -0800, Elliot Sowadsky wrote: I still need a way to reproduce this. The descriptions you posted earlier were too vague. I need the minimal config for that and the precise instructions to reproduce it. After a Restart, clicking into an xview window,

Re: Notification: incoming/961

2002-11-29 Thread dominik . vogt
On Sat, Nov 23, 2002 at 10:57:00PM -0600, fvwm-bug wrote: FVWM Bug Tracking notification new message incoming/961 Message summary for PR#961 From: [EMAIL PROTECTED] Subject: duplicate sounds when using FvwmEvent Date: Sat, 23 Nov 2002 22:57:00 -0600 0 replies

re: fix for 2.5.4 xview

2002-11-29 Thread Elliot Sowadsky
I don't have cview. Does that happen with textedit too? happens w/ textedit. Happens w/ a plain Restart from a menu tied to middle button. Always happenshave never had a Restart that didnt cause focus problems. I can see that if the pointer is over the window after a restart, it does

CVS domivogt: * Fixed WindowListSkip with task bar.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 17:45:05 Modified files: modules: ChangeLog modules/FvwmTaskBar: FvwmTaskBar.c Log message: * Fixed WindowListSkip with task bar. -- Visit the official FVWM web page at

Re: fix for 2.5.4 xview

2002-11-29 Thread dominik . vogt
On Fri, Nov 29, 2002 at 03:08:46PM -0800, Elliot Sowadsky wrote: I don't have cview. Does that happen with textedit too? happens w/ textedit. Happens w/ a plain Restart from a menu tied to middle button. Always happenshave never had a Restart that didnt cause focus problems. I

Re: FVWM: Panel showing up in window list

2002-11-29 Thread dominik . vogt
On Wed, Nov 13, 2002 at 09:05:22AM -0700, Kyle wrote: Dominik Vogt wrote: On Tue, Nov 12, 2002 at 03:01:09PM -0700, Kyle wrote: I have a pop-out panel that is showing up in my TaskBar in spite of my use of: Style Fvwm* NoTitle, Sticky, WindowListSkip, CirculateSkipIcon,

CVS domivogt: * Updated the ANNOUNCE for 2.4.14.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 17:51:27 Modified files: . : Tag: branch-2_4 NEWS docs : Tag: branch-2_4 ANNOUNCE modules: Tag: branch-2_4 ChangeLog modules/FvwmTaskBar:

CVS domivogt: * Corrected a typo in the ANNOUNCE file.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 17:55:51 Modified files: docs : Tag: branch-2_4 ANNOUNCE Log message: * Corrected a typo in the ANNOUNCE file. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To

CVS domivogt: * Explained xview/focus issues in the man page.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 18:03:13 Modified files: fvwm : Tag: branch-2_4 fvwm2.1 Log message: * Explained xview/focus issues in the man page. -- Visit the official FVWM web page at URL:http://www.fvwm.org/.

CVS domivogt: * Explained xview/focus issues in the man page.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 18:03:19 Modified files: fvwm : fvwm.1.in Log message: * Explained xview/focus issues in the man page. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe

CVS domivogt: * Corrected .cvsignore.

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/29 18:04:22 Modified files: po : .cvsignore Log message: * Corrected .cvsignore. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send

Re: [FVWM][ParseBinding]: ERROR No such key: KP_1

2002-11-29 Thread dominik . vogt
On Fri, Nov 29, 2002 at 08:24:54PM +0100, Jan Martinek wrote: (Please always reply to the mailing list). no, I do not change the keymap (i hope) while fvwm is running. This is the result of the xmodmap test: $ xmodmap -pke | grep KP_[[:digit:]] keycode 79 = KP_Home KP_7 keycode 80 =

CVS dane fvwm-web: * index.html:

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: dane02/11/29 18:40:48 Modified files: . : ChangeLog download.html index.html generated : NEWS.html Log message: * index.html: * download.html: * generated/NEWS.html updated for 2.4.14

Re: [FVWM][ParseBinding]: ERROR No such key: KP_1

2002-11-29 Thread Dan Espen
Jan Martinek [EMAIL PROTECTED] writes: Hello, I have fvwm-2.4.13. It seems to me that numeric keypad is ignored, this is what I tried: 1) In XF86Config commented out # Option XkbLayout cz to make sure only US keyboard layout is turned on 2) my .xinitrc has the only line exec

Re: ANNOUNCE for 2.4.14

2002-11-29 Thread Dan Espen
[EMAIL PROTECTED] writes: Dan, I updated the ANNOUNCE file for 2.4.14. I am not sure if you forgot to update it or wanted that I do it, but I guess you have already tagged the sources, so it will not be part of the tarball as it should. But I think we can live with that. Sorry, I missed it.