Re: FvwmIconMan: a few trivial fixes

2006-08-06 Thread Dominik Vogt
On Sat, Aug 05, 2006 at 10:09:40PM +0400, Serge (gentoosiast) Koksharov wrote:
   Hi,
 
 From attached patch's ChangeLog:
 
 * FvwmIconMan/FvwmIconMan.1.in:
 documented ShowOnlyFocused option.
 fixed typo.

 * FvwmIconMan/readconfig.c (read_in_resources):
 corrected warning message when an argument to Shape option is
 omitted.

Done.

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]


signature.asc
Description: Digital signature


FvwmIconMan: a few trivial fixes

2006-08-05 Thread Serge (gentoosiast) Koksharov
  Hi,

From attached patch's ChangeLog:

* FvwmIconMan/FvwmIconMan.1.in:
documented ShowOnlyFocused option.
fixed typo.
   
* FvwmIconMan/readconfig.c (read_in_resources):
corrected warning message when an argument to Shape option is
omitted.

Bye

-- 
Serge Koksharov, Free Software user  supporter
GPG public key ID: 0x3D330896 (pgp.mit.edu)
Key fingerprint: 5BC4 0475 CB03 6A31 0076  82C2 C240 72F0 3D33 0896
diff -Naur fvwmCVS-orig/modules/ChangeLog fvwmCVS-fixed/modules/ChangeLog
--- fvwmCVS-orig/modules/ChangeLog  2006-08-05 21:45:59.0 +0400
+++ fvwmCVS-fixed/modules/ChangeLog 2006-08-05 22:03:22.0 +0400
@@ -1,3 +1,13 @@
+2006-08-05  Serge Koksharov  gentoosiast dog yandex dot ru
+
+   * FvwmIconMan/FvwmIconMan.1.in:
+   documented ShowOnlyFocused option.
+   fixed typo.
+   
+   * FvwmIconMan/readconfig.c (read_in_resources):
+   corrected warning message when an argument to Shape option is
+   omitted.
+
 2006-07-16  Scott Smedley  [EMAIL PROTECTED]
 
* FvwmTabs/FvwmTabs.in:
diff -Naur fvwmCVS-orig/modules/FvwmIconMan/FvwmIconMan.1.in 
fvwmCVS-fixed/modules/FvwmIconMan/FvwmIconMan.1.in
--- fvwmCVS-orig/modules/FvwmIconMan/FvwmIconMan.1.in   2006-08-05 
21:45:56.0 +0400
+++ fvwmCVS-fixed/modules/FvwmIconMan/FvwmIconMan.1.in  2006-08-05 
21:58:12.0 +0400
@@ -118,8 +118,9 @@
 Shape   use shape extensionfalse
 Showlist of windows to show
 ShowOnlyIcons   only icons visible false
-ShowNoIcons icons are not displayerfalse
+ShowNoIcons icons are not displayedfalse
 ShowTransient   transient windows visible  false
+ShowOnlyFocused only focused visible   false
 Sortkeep managers sorted   name
 SortWeight  weight for sorting
 TipsTool Tips mode none
@@ -408,6 +409,9 @@
 .IP *FvwmIconMan: [id] ShowNoIcons \fIboolean\fP
 Only windows that are not iconified are shown if \fIboolean\fP is true.
 
+.IP *FvwmIconMan: [id] ShowOnlyFocused \fIboolean\fP
+Only window with the focus is shown if \fIboolean\fP is true.
+
 
 .PP 
 The following two options control tips.
diff -Naur fvwmCVS-orig/modules/FvwmIconMan/readconfig.c 
fvwmCVS-fixed/modules/FvwmIconMan/readconfig.c
--- fvwmCVS-orig/modules/FvwmIconMan/readconfig.c   2006-08-05 
22:02:30.0 +0400
+++ fvwmCVS-fixed/modules/FvwmIconMan/readconfig.c  2006-08-05 
22:03:56.0 +0400
@@ -1714,7 +1714,7 @@
p = read_next_cmd(READ_ARG);
if (!p) {
  ConsoleMessage(Bad line: %s\n, current_line);
- ConsoleMessage(Need argument to followfocus\n);
+ ConsoleMessage(Need argument to shape\n);
  continue;
}
if (!strcasecmp(p, true)) {