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.000000000 +0400
+++ fvwmCVS-fixed/modules/ChangeLog     2006-08-05 22:03:22.000000000 +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.000000000 +0400
+++ fvwmCVS-fixed/modules/FvwmIconMan/FvwmIconMan.1.in  2006-08-05 
21:58:12.000000000 +0400
@@ -118,8 +118,9 @@
 Shape           use shape extension        false
 Show            list of windows to show
 ShowOnlyIcons   only icons visible         false
-ShowNoIcons     icons are not displayer    false
+ShowNoIcons     icons are not displayed    false
 ShowTransient   transient windows visible  false
+ShowOnlyFocused only focused visible       false
 Sort            keep managers sorted       name
 SortWeight      weight for sorting
 Tips            Tool 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.000000000 +0400
+++ fvwmCVS-fixed/modules/FvwmIconMan/readconfig.c      2006-08-05 
22:03:56.000000000 +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")) {

Reply via email to