This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  1a01ac103f6d0f890d0a3846a1b06eb09bf0a4db (commit)
      from  337a6e922896b8154970f65b81b6c8523cd5f906 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/1a01ac103f6d0f890d0a3846a1b06eb09bf0a4db

commit 1a01ac103f6d0f890d0a3846a1b06eb09bf0a4db
Author: Doug Torrance <[email protected]>
Date:   Sat May 17 21:12:34 2014 -0500

    Removed references to obsolete DisplayFont
    
    According to NEWS, the DisplayFont option was removed in version 0.62.0 and
    replaced by the WINGs system font.  However, it was still referenced in a 
large
    number of style files, as well as the utils getstyle, setstyle, 
convertfonts,
    and the manpages for getstyle and setstyle.  This patch removes all of these
    references.
    
    In addition, it updates the Czech, Slovak, and Russian translations of these
    manpages to match the English versions.  Note that I relied on Google 
translate, and it appears I may have re-encoded some characters when I saved 
the Czech
    and Slovak files -- if you speak these languages, please take a look!
    
    A few minor spelling errors were corrected in the English manpages.

diff --git a/WindowMaker/Defaults/WindowMaker.in 
b/WindowMaker/Defaults/WindowMaker.in
index d2f3d58d..5b6203b3 100644
--- a/WindowMaker/Defaults/WindowMaker.in
+++ b/WindowMaker/Defaults/WindowMaker.in
@@ -111,7 +111,6 @@
   MenuTextFont = "Sans:pixelsize=12";
   IconTitleFont = "Sans:pixelsize=9";
   ClipTitleFont = "Sans:bold:pixelsize=10";
-  DisplayFont = "Sans:pixelsize=12";
   LargeDisplayFont = "Sans:pixelsize=24";
   HighlightColor = white;
   HighlightTextColor = black;
diff --git a/WindowMaker/Styles/Autumn.style b/WindowMaker/Styles/Autumn.style
index 4492cce0..207861b7 100644
--- a/WindowMaker/Styles/Autumn.style
+++ b/WindowMaker/Styles/Autumn.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Black.style b/WindowMaker/Styles/Black.style
index 2c4ee1a4..9d6ef8e1 100644
--- a/WindowMaker/Styles/Black.style
+++ b/WindowMaker/Styles/Black.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/BlackTexture.style 
b/WindowMaker/Styles/BlackTexture.style
index 2fc71a07..46de4b3f 100644
--- a/WindowMaker/Styles/BlackTexture.style
+++ b/WindowMaker/Styles/BlackTexture.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Blue.style b/WindowMaker/Styles/Blue.style
index 50a27bf1..011c1994 100644
--- a/WindowMaker/Styles/Blue.style
+++ b/WindowMaker/Styles/Blue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = left;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/BlueDawn.style 
b/WindowMaker/Styles/BlueDawn.style
index 969256ab..0f4be09a 100644
--- a/WindowMaker/Styles/BlueDawn.style
+++ b/WindowMaker/Styles/BlueDawn.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = left;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/BlueishGreen.style 
b/WindowMaker/Styles/BlueishGreen.style
index ad3b0ab4..beb990f7 100644
--- a/WindowMaker/Styles/BlueishGreen.style
+++ b/WindowMaker/Styles/BlueishGreen.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = lightgoldenrod1;
diff --git a/WindowMaker/Styles/Brown.style b/WindowMaker/Styles/Brown.style
index 9ef823e1..78df96c3 100644
--- a/WindowMaker/Styles/Brown.style
+++ b/WindowMaker/Styles/Brown.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Brownish.style 
b/WindowMaker/Styles/Brownish.style
index a5c9f356..22d6c070 100644
--- a/WindowMaker/Styles/Brownish.style
+++ b/WindowMaker/Styles/Brownish.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = "#c0b0b0";
diff --git a/WindowMaker/Styles/Chumbo.style b/WindowMaker/Styles/Chumbo.style
index 0c5bb485..9e47d640 100644
--- a/WindowMaker/Styles/Chumbo.style
+++ b/WindowMaker/Styles/Chumbo.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Copper.style b/WindowMaker/Styles/Copper.style
index 424b6549..5e2e01c0 100644
--- a/WindowMaker/Styles/Copper.style
+++ b/WindowMaker/Styles/Copper.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/DarkBlue.style 
b/WindowMaker/Styles/DarkBlue.style
index 293ccb5a..8eb9c9af 100644
--- a/WindowMaker/Styles/DarkBlue.style
+++ b/WindowMaker/Styles/DarkBlue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/DarkRed.style b/WindowMaker/Styles/DarkRed.style
index 8341737c..4c6f979e 100644
--- a/WindowMaker/Styles/DarkRed.style
+++ b/WindowMaker/Styles/DarkRed.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Emerald.style b/WindowMaker/Styles/Emerald.style
index a69a108e..6a137a87 100644
--- a/WindowMaker/Styles/Emerald.style
+++ b/WindowMaker/Styles/Emerald.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   HighlightColor = "#595d8e";
   HighlightTextColor = "#71b6d7";
diff --git a/WindowMaker/Styles/Fire.style b/WindowMaker/Styles/Fire.style
index 86284a6c..53b3c84a 100644
--- a/WindowMaker/Styles/Fire.style
+++ b/WindowMaker/Styles/Fire.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = left;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Food.style b/WindowMaker/Styles/Food.style
index a6cc9cf1..8f0f047e 100644
--- a/WindowMaker/Styles/Food.style
+++ b/WindowMaker/Styles/Food.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Golden.style b/WindowMaker/Styles/Golden.style
index 44c8dbcb..6cdc8256 100644
--- a/WindowMaker/Styles/Golden.style
+++ b/WindowMaker/Styles/Golden.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Green.style b/WindowMaker/Styles/Green.style
index 6fad79ab..55907c90 100644
--- a/WindowMaker/Styles/Green.style
+++ b/WindowMaker/Styles/Green.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/GreyBlue.style 
b/WindowMaker/Styles/GreyBlue.style
index f932067f..f44d5127 100644
--- a/WindowMaker/Styles/GreyBlue.style
+++ b/WindowMaker/Styles/GreyBlue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Gtk.style b/WindowMaker/Styles/Gtk.style
index bddfb7bd..7455c125 100644
--- a/WindowMaker/Styles/Gtk.style
+++ b/WindowMaker/Styles/Gtk.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = blue;
diff --git a/WindowMaker/Styles/IRednBlue.style 
b/WindowMaker/Styles/IRednBlue.style
index 1d89480e..e6e54035 100644
--- a/WindowMaker/Styles/IRednBlue.style
+++ b/WindowMaker/Styles/IRednBlue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = left;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Interlace.style 
b/WindowMaker/Styles/Interlace.style
index 0fab13fe..2bcff153 100644
--- a/WindowMaker/Styles/Interlace.style
+++ b/WindowMaker/Styles/Interlace.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = right;
   HighlightColor = "#000000";
diff --git a/WindowMaker/Styles/LightBlue.style 
b/WindowMaker/Styles/LightBlue.style
index b0607211..fea0ccd4 100644
--- a/WindowMaker/Styles/LightBlue.style
+++ b/WindowMaker/Styles/LightBlue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/NewBlue.style b/WindowMaker/Styles/NewBlue.style
index 513c8b93..c1869e99 100644
--- a/WindowMaker/Styles/NewBlue.style
+++ b/WindowMaker/Styles/NewBlue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = left;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/NightSky.style 
b/WindowMaker/Styles/NightSky.style
index fdfc6f9a..764070cd 100644
--- a/WindowMaker/Styles/NightSky.style
+++ b/WindowMaker/Styles/NightSky.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = "#ffe0ac";
diff --git a/WindowMaker/Styles/Pastel.style b/WindowMaker/Styles/Pastel.style
index 25876b21..f8e72eef 100644
--- a/WindowMaker/Styles/Pastel.style
+++ b/WindowMaker/Styles/Pastel.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Pink.style b/WindowMaker/Styles/Pink.style
index 7aa91f2e..7b51b86b 100644
--- a/WindowMaker/Styles/Pink.style
+++ b/WindowMaker/Styles/Pink.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Pumpkin.style b/WindowMaker/Styles/Pumpkin.style
index 327b7481..e4885107 100644
--- a/WindowMaker/Styles/Pumpkin.style
+++ b/WindowMaker/Styles/Pumpkin.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Purple.style b/WindowMaker/Styles/Purple.style
index b72707dd..33bbcaac 100644
--- a/WindowMaker/Styles/Purple.style
+++ b/WindowMaker/Styles/Purple.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Purplish.style 
b/WindowMaker/Styles/Purplish.style
index bad98f92..58634c8c 100644
--- a/WindowMaker/Styles/Purplish.style
+++ b/WindowMaker/Styles/Purplish.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = "#c0c0d0";
diff --git a/WindowMaker/Styles/Red.style b/WindowMaker/Styles/Red.style
index 4771019e..8e51e896 100644
--- a/WindowMaker/Styles/Red.style
+++ b/WindowMaker/Styles/Red.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = left;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/RednBlue.style 
b/WindowMaker/Styles/RednBlue.style
index b1805e39..794d42d0 100644
--- a/WindowMaker/Styles/RednBlue.style
+++ b/WindowMaker/Styles/RednBlue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Spring.style b/WindowMaker/Styles/Spring.style
index f821be08..1d82f959 100644
--- a/WindowMaker/Styles/Spring.style
+++ b/WindowMaker/Styles/Spring.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   HighlightColor = "#ffffff";
   HighlightTextColor = "#000000";
diff --git a/WindowMaker/Styles/Summer.style b/WindowMaker/Styles/Summer.style
index 3efa0c25..c8b2bbe4 100644
--- a/WindowMaker/Styles/Summer.style
+++ b/WindowMaker/Styles/Summer.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/Traditional.style 
b/WindowMaker/Styles/Traditional.style
index f6929435..aec6c0ad 100644
--- a/WindowMaker/Styles/Traditional.style
+++ b/WindowMaker/Styles/Traditional.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Styles/VioletBlue.style 
b/WindowMaker/Styles/VioletBlue.style
index 714e72a6..427ed21a 100644
--- a/WindowMaker/Styles/VioletBlue.style
+++ b/WindowMaker/Styles/VioletBlue.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/WindowMaker/Themes/Blau.style b/WindowMaker/Themes/Blau.style
index a9651587..9d3901bf 100644
--- a/WindowMaker/Themes/Blau.style
+++ b/WindowMaker/Themes/Blau.style
@@ -25,7 +25,6 @@
   CClipTitleColor = gray60;
   MenuStyle = flat;
   ResizebarBack = (solid, "#989aa6");
-  DisplayFont = "lucida:pixelsize=12";
   IconTitleColor = white;
   TitleJustify = center;
   MenuTextColor = "#ffffff";
diff --git a/WindowMaker/Themes/Default.style b/WindowMaker/Themes/Default.style
index 3fe8c2a7..11999c84 100644
--- a/WindowMaker/Themes/Default.style
+++ b/WindowMaker/Themes/Default.style
@@ -5,7 +5,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   HighlightColor = white;
   HighlightTextColor = black;
diff --git a/WindowMaker/Themes/OpenStep.style 
b/WindowMaker/Themes/OpenStep.style
index 8ad408ca..c45c4379 100644
--- a/WindowMaker/Themes/OpenStep.style
+++ b/WindowMaker/Themes/OpenStep.style
@@ -6,7 +6,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   HighlightColor = white;
   HighlightTextColor = black;
diff --git a/WindowMaker/Themes/Pastel.style b/WindowMaker/Themes/Pastel.style
index eeb2b784..567d42ee 100644
--- a/WindowMaker/Themes/Pastel.style
+++ b/WindowMaker/Themes/Pastel.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = left;
   HighlightColor = white;
diff --git a/WindowMaker/Themes/SteelBlueSilk.style 
b/WindowMaker/Themes/SteelBlueSilk.style
index 5f23391b..ffe17f76 100644
--- a/WindowMaker/Themes/SteelBlueSilk.style
+++ b/WindowMaker/Themes/SteelBlueSilk.style
@@ -4,7 +4,6 @@
   MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
   IconTitleFont = "Arial,sans serif:pixelsize=9";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "Trebuchet MS,sans serif:pixelsize=12";
   LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
   TitleJustify = center;
   HighlightColor = white;
diff --git a/debian/debianfiles/Theme/Debian b/debian/debianfiles/Theme/Debian
index c4b28eae..3ac539fc 100644
--- a/debian/debianfiles/Theme/Debian
+++ b/debian/debianfiles/Theme/Debian
@@ -5,7 +5,6 @@
   MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
   IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
   ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";
-  DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
   HighlightColor = white;
   HighlightTextColor = black;
   ClipTitleColor = black;
diff --git a/debian/debianfiles/conf/WindowMaker 
b/debian/debianfiles/conf/WindowMaker
index cc36e7cc..d3fa704e 100644
--- a/debian/debianfiles/conf/WindowMaker
+++ b/debian/debianfiles/conf/WindowMaker
@@ -113,7 +113,6 @@
   MenuTextFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
   IconTitleFont = "-*-helvetica-bold-r-normal-*-9-*-*-*-*-*-*-*";
   ClipTitleFont = "Verdana:bold:pixelsize=10";
-  DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
   HighlightColor = white;
   HighlightTextColor = black;
   ClipTitleColor = black;
diff --git a/doc/cs/getstyle.1x b/doc/cs/getstyle.1x
index b2528c99..349c996a 100644
--- a/doc/cs/getstyle.1x
+++ b/doc/cs/getstyle.1x
@@ -1,54 +1,68 @@
 ." Hey, Emacs!  This is an -*- nroff -*- source file.
 .TH getstyle 1x "Leden 1999"
-.SH JM�NO
-getstyle - vytvo�� bal�k s aktu�ln�m stylem Window Makera.
+.SH JMÉNO
+getstyle - vytvoøí balík s aktuálním stylem Window Makera.
 .SH SYNTAXE
 .B getstyle
 [[-t|--theme-options] [-p|--pack] [soubor se stylem]]
 .SH POPIS
 .B getstyle
-m��e bu� vypsat konfigura�n� informace aktu�ln�ho stylu Window Makera do
-souboru/standardn�ho v�stupu nebo vytvo�it samostatn� bal�k s t�matem. Bal�k
-s t�matem je adres��, kter� obsahuje v�echno pot�ebn� pro distributovateln�
-t�ma, informace o stylech a obr�zc�ch.
+mù¾e buï vypsat konfiguraèní informace aktuálního stylu Window Makera do
+souboru/standardního výstupu nebo vytvoøit samostatný balík s tématem. Balík
+s tématem je adresáø, který obsahuje v¹echno potøebné pro distributovatelné
+téma, informace o stylech a obrázcích.
 
-Dejte pozor na to, �e informace o stylu ulo�en� v glob�ln� konfiguraci
-syst�mu se nena��taj�.
+Dejte pozor na to, ¾e informace o stylu ulo¾ené v globální konfiguraci
+systému se nenaèítají.
 
-Standardn� se ulo�� nasledn� vlastnosti: fIIconBackfP,
-fIIconBackfP, fITitleJustifyfP, fIWindowTitleFontfP,
-fIMenuTitleFont, MenuTextFontfP, fIIconTitleFontfP,
-fIDisplayFontfP, fIHighlightColorfP, fIHighlightTextColorfP,
-fIIconTitleColorfP, fICClipTitleColorfP, fIIconBackColorfP,
-fIFTitleColorfP, fIPTitleColorfP, fIUTitleColorfP,
-fIFTitleBackfP, fIPTitleBack, UTitleBackfP, fIMenuTitleColorfP,
-fIMenuTextColorfP, fIMenuDisabledColorfP, fIMenuTitleBackfP and
-fIMenuTextBackfP. Jakmile je d�na volba fB-tfP nebo fB--theme-optionsfP,
-vlastnost fIWorkspaceBackfP se ulo�� tak�.
+Standardnì se ulo¾í nasledné vlastnosti: fITitleJustifyfP,
+fIClipTitleFontfP, fIWindowTitleFontfP, fIMenuTitleFontfP,
+fIMenuTextFontfP, fIIconTitleFontfP,
+fILargeDisplayFontfP, fIHighlightColorfP, fIHighlightTextColorfP,
+fIClipTitleColorfP, fICClipTitleColorfP, fIFTitleColorfP,
+fIPTitleColorfP, fIUTitleColorfP, fIFTitleBackfP,
+fIPTitleBackfP, fIUTitleBackfP, fIResizebarBackfP,
+fIMenuTitleColorfP, fIMenuTextColorfP, fIMenuDisabledColorfP,
+fIMenuTitleBackfP, fIMenuTextBackfP, fIIconBackfP,
+fIIconTitleColorfP, fIIconTitleBackfP, fIFrameBorderWidthfP,
+fIFrameBorderColorfP, fIFrameSelectedBorderColorfP,
+fIMenuStylefP, fIWindowTitleExtendSpacefP,
+fIMenuTitleExtendSpacefP, a fIMenuTextExtendSpacefP.
+
+Jakmile je dána volba fB-tfP nebo fB--theme-optionsfP,
+vlastnost fIWorkspaceBackfP se ulo¾í také, spolu se všemi myši
+nastavením kurzoru uživatelsky definovatelné
+(fINormalCursorfP, fIArrowCursorfP, fIMoveCursorfP,
+fIResizeCursorfP,
+fITopLeftResizeCursorfP, fITopRightResizeCursorfP,
+fIBottomLeftResizeCursorfP, fIBottomRightResizeCursorfP,
+fIVerticalResizeCursorfP, fIHorizontalResizeCursorfP,
+fIWaitCursorfP, fIQuestionCursorfP, fITextCursorfP,
+fISelectCursorfP) které jsou přítomny.
 
 .SH VOLBY
 .TP
 .B -t
-ulo�� i informace souvisej�c� s t�matem, co� je textura pozad� hlavn�ho okna.
-Tato volba je v�dy nastaven�, jakmile je pou�it� volba -p.
+ulo¾í i informace související s tématem, co¾ je textura pozadí hlavního okna.
+Tato volba je v¾dy nastavená, jakmile je pou¾itá volba -p.
 .TP
 .B -p
-vytvo�� bal�k s t�matem v adres��i nazvan�m podla jm�na t�matu s p��ponou 
.themed.
+vytvoøí balík s tématem v adresáøi nazvaným podla jména tématu s pøíponou 
.themed.
 
-.SH PROM�NN� PROST�ED�
+.SH PROMÌNNÉ PROSTØEDÍ
 .IP GNUSTEP_USER_ROOT
-specifikuje cestu k adres��i Defaults. �et�zec "Defaults/" je p�id�n k t�to
-prom�nn�, ��m� se ur�� um�st�n� datab�z�. Jakmile prom�nn� nen� nastaven�,
-tak jej� implicitn� hodnota je "~/GNUstep"
+specifikuje cestu k adresáøi Defaults. Øetìzec "Defaults/" je pøidán k této
+promìnné, èím¾ se urèí umístìní databází. Jakmile promìnná není nastavená,
+tak její implicitní hodnota je "~/GNUstep"
 .SH SOUBORY
 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
-Toto je soubor, kter� se zap��e.
-.SH POD�VEJTE SE TAK�
+Toto je soubor, který se zapí¹e.
+.SH PODÍVEJTE SE TAKÉ
 .BR setstyle (1x),
 .BR wmaker (1x)
 .SH AUTOR
 Autorem Window Makera je Alfredo K. Kojima <[email protected]>.
 .PP
-Tuto manu�lovou str�nku napsal Marcelo Magallon <[email protected]>.
+Tuto manuálovou stránku napsal Marcelo Magallon <[email protected]>.
 .PP
-Do �e�tiny p�lo�il Ji�� Hn�dek <[email protected]>.
+Do èe¹tiny pølo¾il Jiøí Hnídek <[email protected]>.
diff --git a/doc/cs/setstyle.1x b/doc/cs/setstyle.1x
index 804cacab..38fc48ed 100644
--- a/doc/cs/setstyle.1x
+++ b/doc/cs/setstyle.1x
@@ -1,47 +1,56 @@
 ." Hey, Emacs!  This is an -*- nroff -*- source file.
 .TH setstyle 1x "Leden 1999"
-.SH JM�NO
-setstyle - zm�n� nastaven� Window Makera souvisej�c� se stylem nebo
-zavede t�ma
+.SH JMÉNO
+setstyle - zmìní nastavení Window Makera související se stylem nebo
+zavede téma
 .SH SYNTAXE
 .B setstyle
 .I "[--no-fonts] [--help] [--version]"
 .I soubor se stylem
 .SH DESCRIPTION
 .B setstyle
-na��t�
+naèítá
 .I soubor se stylem
-a zap��e jeho obsah do dom�ny Window Makera, ��m� nastav� aktu�ln� styl
-Window Makera. Jakmile je poskytnut� cesta, adres�� bude pova�ovan� za bal�k
-s t�matem a podla toho bude i zaveden�. Jakmile je dan� argument
-fB--no-fontsfP, nastaven� souvisej�c� s fonty (fIIconTitleFontfP,
-fIClipTitleFontfP, fIDisplayFontfP, fIMenuTextFontfP,
+a zapí¹e jeho obsah do domény Window Makera, èím¾ nastaví aktuální styl
+Window Makera. Jakmile je poskytnutá cesta, adresáø bude pova¾ovaný za balík
+s tématem a podla toho bude i zavedený. Jakmile je daný argument
+fB--no-fontsfP, nastavení související s fonty (fIIconTitleFontfP,
+fIClipTitleFontfP, fIMenuTextFontfP,
 fIMenuTitleFontfP, fIWindowTitleFontfP) v souboru se stylem budou
-ignorovan�.
+ignorované.
+
+Pokud je uvedeno fB--no-cursorsfP vlajky, definice kurzoru myši
+(fINormalCursorfP, fIArrowCursorfP, fIMoveCursorfP,
+fIResizeCursorfP,
+fITopLeftResizeCursorfP, fITopRightResizeCursorfP,
+fIBottomLeftResizeCursorfP, fIBottomRightResizeCursorfP,
+fIVerticalResizeCursorfP, fIHorizontalResizeCursorfP,
+fIWaitCursorfP, fIQuestionCursorfP, fITextCursorfP,
+fISelectCursorfP) ve stylu a tématu budou ignorovány.
 .SH VOLBY
 .TP
 .B --no-fonts
-ignorovat nastaven� font� v souboru se stylem.
+ignorovat nastavení fontù v souboru se stylem.
 .TP
 .B --help
-vyp��e n�pov�du
+vypí¹e nápovìdu
 .TP
 .B --version
-vyp��e ��slo verze
-.SH PROM�NN� PROST�ED�
+vypí¹e èíslo verze
+.SH PROMìNNÉ PROSTØEDÍ
 .IP GNUSTEP_USER_ROOT
-specifikuje cestu k adres��i Defaults. �et�zec "Defaults/" je p�id�n k t�to
-prom�nn�, ��m� se ur�� um�st�n� datab�z�. Jakmile prom�nn� nen� nastaven�,
-tak jej� implicitn� hodnota je "~/GNUstep"
+specifikuje cestu k adresáøi Defaults. Øetìzec "Defaults/" je pøidán k této
+promìnné, èím¾ se urèí umístìní databází. Jakmile promìnná není nastavená,
+tak její implicitní hodnota je "~/GNUstep"
 .SH SOUBORY
 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
-Toto je soubor, kter� se zap��e.
-.SH POD�VEJTE SE TAK�
+Toto je soubor, který se zapí¹e.
+.SH PODÍVEJTE SE TAKÉ
 .BR getstyle (1x),
 .BR wmaker (1x)
 .SH AUTOR
 Autorem Window Makera je Alfredo K. Kojima <[email protected]>.
 .PP
-Tuto manu�lovou str�nku napsal Marcelo Magallon <[email protected]>.
+Tuto manuálovou stránku napsal Marcelo Magallon <[email protected]>.
 .PP
-Do �e�tiny p�elo�il Ji�� Hn�dek <[email protected]>.
+Do èe¹tiny pøelo¾il Jiøí Hnídek <[email protected]>.
diff --git a/doc/getstyle.1x b/doc/getstyle.1x
index da76ab04..decf02b6 100644
--- a/doc/getstyle.1x
+++ b/doc/getstyle.1x
@@ -11,14 +11,14 @@ creates a theme pack.
 can either dump the current Window Maker style related configuration
 information to a file/stdout or create a self-contained theme pack. A theme
 pack is a directory that contains everything that is needed by a
-redistributable theme, includig the style information and pixmaps used by it.
+redistributable theme, including the style information and pixmaps used by it.
 
 Note that style information stored in the global configuration of the
 system is not read.
 
 The following options are stored by default: fITitleJustifyfP,
 fIClipTitleFontfP, fIWindowTitleFontfP, fIMenuTitleFontfP,
-fIMenuTextFontfP, fIIconTitleFontfP, fIDisplayFontfP,
+fIMenuTextFontfP, fIIconTitleFontfP,
 fILargeDisplayFontfP, fIHighlightColorfP, fIHighlightTextColorfP,
 fIClipTitleColorfP, fICClipTitleColorfP, fIFTitleColorfP,
 fIPTitleColorfP, fIUTitleColorfP, fIFTitleBackfP,
@@ -55,7 +55,7 @@ with the .themed suffix.
 .IP GNUSTEP_USER_ROOT
 specifies the initial path for the Defaults directory. "Defaults/" is
 appended to this variable to determine the actual location of the
-databases. If the varialbe is not set, it defaults to "~/GNUstep"
+databases. If the variable is not set, it defaults to "~/GNUstep"
 .SH FILES
 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
 This is the actual file that gets written.
diff --git a/doc/ru/getstyle.1x b/doc/ru/getstyle.1x
index c30d039d..f83b28e1 100644
--- a/doc/ru/getstyle.1x
+++ b/doc/ru/getstyle.1x
@@ -14,20 +14,25 @@ getstyle - делает дамп темы оформления Window Maker.
 
 Заметьте, что информация о стиле не читается из файлов глобальных настроек.
 
-По умолчанию сохраняются указанные опции: fIIconBackfP,
-fIIconBackfP, fITitleJustifyfP, fIWindowTitleFontfP,
-fIMenuTitleFont, MenuTextFontfP, fIIconTitleFontfP,
-fIDisplayFontfP, fIHighlightColorfP, fIHighlightTextColorfP,
-fIIconTitleColorfP, fICClipTitleColorfP, fIIconBackColorfP,
-fIFTitleColorfP, fIPTitleColorfP, fIUTitleColorfP,
-fIFTitleBackfP, fIPTitleBack, UTitleBackfP, fIMenuTitleColorfP,
-fIMenuTextColorfP, fIMenuDisabledColorfP, fIMenuTitleBackfP и
-fIMenuTextBackfP.
+По умолчанию сохраняются указанные опции:  fITitleJustifyfP,
+fIClipTitleFontfP, fIWindowTitleFontfP, fIMenuTitleFontfP,
+fIMenuTextFontfP, fIIconTitleFontfP,
+fILargeDisplayFontfP, fIHighlightColorfP, fIHighlightTextColorfP,
+fIClipTitleColorfP, fICClipTitleColorfP, fIFTitleColorfP,
+fIPTitleColorfP, fIUTitleColorfP, fIFTitleBackfP,
+fIPTitleBackfP, fIUTitleBackfP, fIResizebarBackfP,
+fIMenuTitleColorfP, fIMenuTextColorfP, fIMenuDisabledColorfP,
+fIMenuTitleBackfP, fIMenuTextBackfP, fIIconBackfP,
+fIIconTitleColorfP, fIIconTitleBackfP, fIFrameBorderWidthfP,
+fIFrameBorderColorfP, fIFrameSelectedBorderColorfP,
+fIMenuStylefP, fIWindowTitleExtendSpacefP,
+fIMenuTitleExtendSpacefP, и fIMenuTextExtendSpacefP.
 
 Если указан fB-tfP или fB--theme-optionsfP, то в дополнение к предыдущим
 опциям fIтакжеfP сохраняется fIWorkspaceBackfP  вместе с пользовательскими
 настройками стиля курсора мыши
 (fINormalCursorfP, fIArrowCursorfP, fIMoveCursorfP,
+fIResizeCursorfP,
 fITopLeftResizeCursorfP, fITopRightResizeCursorfP,
 fIBottomLeftResizeCursorfP, fIBottomRightResizeCursorfP,
 fIVerticalResizeCursorfP, fIHorizontalResizeCursorfP,
diff --git a/doc/ru/setstyle.1x b/doc/ru/setstyle.1x
index d98fd421..e97942d3 100644
--- a/doc/ru/setstyle.1x
+++ b/doc/ru/setstyle.1x
@@ -15,12 +15,13 @@ setstyle - устанавливает опции связанные со сти
 тему оформления Window Maker. Если указанный путь является директорией, то
 он будет обработан как тема оформления и загружен соответственно.
 Если установлен флаг fB--no-fontsfP, то настройки, связанные со шрифтами
-(fIIconTitleFontfP, fIClipTitleFontfP, fIDisplayFontfP,
+(fIIconTitleFontfP, fIClipTitleFontfP,
 fIMenuTextFontfP, fIMenuTitleFontfP, fIWindowTitleFontfP), будут
 проигнорированы.
 
 Если указан флаг fB--no-cursorsfP, то настройки курсора мыши
 (fINormalCursorfP, fIArrowCursorfP, fIMoveCursorfP,
+fIResizeCursorfP,
 fITopLeftResizeCursorfP, fITopRightResizeCursorfP,
 fIBottomLeftResizeCursorfP, fIBottomRightResizeCursorfP,
 fIVerticalResizeCursorfP, fIHorizontalResizeCursorfP,
diff --git a/doc/setstyle.1x b/doc/setstyle.1x
index 36c385c1..af637453 100644
--- a/doc/setstyle.1x
+++ b/doc/setstyle.1x
@@ -10,11 +10,11 @@ setstyle - set style related options for Window Maker or 
loads a theme
 .B setstyle
 reads
 .I stylefile
-and writes its contents to the WindowMaker domain, efectively setting
+and writes its contents to the WindowMaker domain, effectively setting
 the Window Maker style. If the supplied path is a directory, it will
 be treated as a theme pack and it will be loaded appropriately. If the
 fB--no-fontsfP flag is specified, font related options
-(fIIconTitleFontfP, fIClipTitleFontfP, fIDisplayFontfP,
+(fIIconTitleFontfP, fIClipTitleFontfP,
 fIMenuTextFontfP, fIMenuTitleFontfP, fIWindowTitleFontfP) in the
 style file will be ignored.
 
@@ -43,7 +43,7 @@ print version number
 .IP GNUSTEP_USER_ROOT
 specifies the initial path for the Defaults directory. "Defaults/" is
 appended to this variable to determine the actual location of the
-databases. If the varialbe is not set, it defaults to "~/GNUstep"
+databases. If the variable is not set, it defaults to "~/GNUstep"
 .SH FILES
 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
 This is the actual file that's written.
diff --git a/doc/sk/getstyle.1x b/doc/sk/getstyle.1x
index 32be1059..1ff642c7 100644
--- a/doc/sk/getstyle.1x
+++ b/doc/sk/getstyle.1x
@@ -1,52 +1,66 @@
 ." Hey, Emacs!  This is an -*- nroff -*- source file.
 .TH getstyle 1x "January 1999"
 .SH MENO
-getstyle - vytvor� bal�k s aktu�lnym �t�lom Window Makera.
+getstyle - vytvorí balík s aktuálnym ¹týlom Window Makera.
 .SH SYNTAX
 .B getstyle
-[[-t|--theme-options] [-p|--pack] [s�bor so �t�lom]]
+[[-t|--theme-options] [-p|--pack] [súbor so ¹týlom]]
 .SH POPIS
 .B getstyle
-m��e bu� vyp�sa� configura�n� inform�cie aktu�lneho �t�lu Window Makera do
-s�boru/�tandardn�ho v�stupu alebo vytvori� samostatn� bal�k s t�mou. Bal�k
-s t�mou je adres�r, ktor� obsahuje v�etko potrebn� pre distribuovate�n�
-t�mu, vr�tane inform�ci� o �t�le a obr�zkov.
+mô¾e buï vypísa» configuraèné informácie aktuálneho ¹týlu Window Makera do
+súboru/¹tandardného výstupu alebo vytvori» samostatný balík s témou. Balík
+s témou je adresár, ktorý obsahuje v¹etko potrebné pre distribuovateµnú
+tému, vrátane informácií o ¹týle a obrázkov.
 
-Dajte pozor na to, �e inform�cie o �t�le ulo�en� v glob�lnej konfigur�cii
-syst�mu sa nena��taj�.
+Dajte pozor na to, ¾e informácie o ¹týle ulo¾ené v globálnej konfigurácii
+systému sa nenaèítajú.
 
-�tandardne sa ulo�ia nasledovn� vlastnosti: fIIconBackfP,
-fIIconBackfP, fITitleJustifyfP, fIWindowTitleFontfP,
-fIMenuTitleFont, MenuTextFontfP, fIIconTitleFontfP,
-fIDisplayFontfP, fIHighlightColorfP, fIHighlightTextColorfP,
-fIIconTitleColorfP, fICClipTitleColorfP, fIIconBackColorfP,
-fIFTitleColorfP, fIPTitleColorfP, fIUTitleColorfP,
-fIFTitleBackfP, fIPTitleBack, UTitleBackfP, fIMenuTitleColorfP,
-fIMenuTextColorfP, fIMenuDisabledColorfP, fIMenuTitleBackfP and
-fIMenuTextBackfP. Ak je dan� vo�ba fB-tfP alebo fB--theme-optionsfP,
-vlastnos� fIWorkspaceBackfP sa fItie�fP ulo��.
+©tandardne sa ulo¾ia nasledovné vlastnosti:  fITitleJustifyfP,
+fIClipTitleFontfP, fIWindowTitleFontfP, fIMenuTitleFontfP,
+fIMenuTextFontfP, fIIconTitleFontfP,
+fILargeDisplayFontfP, fIHighlightColorfP, fIHighlightTextColorfP,
+fIClipTitleColorfP, fICClipTitleColorfP, fIFTitleColorfP,
+fIPTitleColorfP, fIUTitleColorfP, fIFTitleBackfP,
+fIPTitleBackfP, fIUTitleBackfP, fIResizebarBackfP,
+fIMenuTitleColorfP, fIMenuTextColorfP, fIMenuDisabledColorfP,
+fIMenuTitleBackfP, fIMenuTextBackfP, fIIconBackfP,
+fIIconTitleColorfP, fIIconTitleBackfP, fIFrameBorderWidthfP,
+fIFrameBorderColorfP, fIFrameSelectedBorderColorfP,
+fIMenuStylefP, fIWindowTitleExtendSpacefP,
+fIMenuTitleExtendSpacefP, a fIMenuTextExtendSpacefP.
 
-.SH VO�BY
+Ak je daná voµba fB-tfP alebo fB--theme-optionsfP,
+vlastnos» fIWorkspaceBackfP sa fItie¾fP ulo¾í,
+spolu so všetkými myši nastavením kurzoru užívateľsky definovateľné
+(fINormalCursorfP, fIArrowCursorfP, fIMoveCursorfP,
+fIResizeCursorfP,
+fITopLeftResizeCursorfP, fITopRightResizeCursorfP,
+fIBottomLeftResizeCursorfP, fIBottomRightResizeCursorfP,
+fIVerticalResizeCursorfP, fIHorizontalResizeCursorfP,
+fIWaitCursorfP, fIQuestionCursorfP, fITextCursorfP,
+fISelectCursorfP) ktoré sú prítomné.
+
+.SH VO¥BY
 .TP
 .B -t
-ulo�� aj inform�cie s�visiace s t�mou, �o je text�ra pozadia hlavn�ho okna.
-T�to vo�ba je v�dy nastaven�, ak je pou�it� vo�ba -p.
+ulo¾í aj informácie súvisiace s témou, èo je textúra pozadia hlavného okna.
+Táto voµba je v¾dy nastavená, ak je pou¾itá voµba -p.
 .TP
 .B -p
-vytvor� bal�k s t�mou v adres�ri nazvanom pod�a mena t�my s pr�ponou .themed.
+vytvorí balík s témou v adresári nazvanom podµa mena témy s príponou .themed.
 
-.SH PREMENN� PROSTREDIA
+.SH PREMENNÉ PROSTREDIA
 .IP GNUSTEP_USER_ROOT
-�pecifikuje cestu k adres�ru Defaults. "Defaults/" je pridan� k tejto
-premennej, ��m sa ur�� umiestnenie datab�z. Ak premenn� nie je nastaven�,
-jej implicitn� hodnota je "~/GNUstep"
-.SH S�BORY
+¹pecifikuje cestu k adresáru Defaults. "Defaults/" je pridané k tejto
+premennej, èím sa urèí umiestnenie databáz. Ak premenná nie je nastavená,
+jej implicitná hodnota je "~/GNUstep"
+.SH SÚBORY
 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
-Toto je s�bor, ktor� sa zap��e.
-.SH POZRI TIE�
+Toto je súbor, ktorý sa zapí¹e.
+.SH POZRI TIE®
 .BR setstyle (1x),
 .BR wmaker (1x)
 .SH AUTOR
 Autorom Window Makera je Alfredo K. Kojima <[email protected]>.
 .PP
-T�to manu�lov� str�nku nap�sal Marcelo Magallon <[email protected]>.
+Túto manuálovú stránku napísal Marcelo Magallon <[email protected]>.
diff --git a/doc/sk/setstyle.1x b/doc/sk/setstyle.1x
index d090cdf5..b3a84dce 100644
--- a/doc/sk/setstyle.1x
+++ b/doc/sk/setstyle.1x
@@ -1,45 +1,55 @@
 ." Hey, Emacs!  This is an -*- nroff -*- source file.
 .TH setstyle 1x "January 1999"
 .SH MENO
-setstyle - zmen� nastavenia Window Makera s�visiace so �t�lmi alebo
-zavedie t�mu
+setstyle - zmení nastavenia Window Makera súvisiace so ¹týlmi alebo
+zavedie tému
 .SH SYNTAX
 .B setstyle
 .I "[--no-fonts] [--help] [--version]"
-.I s�bor so �t�lom
+.I súbor so ¹týlom
 .SH DESCRIPTION
 .B setstyle
-na��ta
-.I s�bor so �t�lom
-a zap��e jeho obsah do dom�ny Window Makera, ��m nastav� aktu�lny �t�l
-Window Makera. Ak je poskytnut� cesta adres�r, bude pova�ovan� za bal�k
-s t�mou a pod�a toho bude aj zaveden�. Ak je dan� argument
-fB--no-fontsfP, nastavenia s�visiace s fontami (fIIconTitleFontfP,
-fIClipTitleFontfP, fIDisplayFontfP, fIMenuTextFontfP,
-fIMenuTitleFontfP, fIWindowTitleFontfP) v s�bore so �t�lom bud�
-ignorovan�.
-.SH VO�BY
+naèíta
+.I súbor so ¹týlom
+a zapí¹e jeho obsah do domény Window Makera, èím nastaví aktuálny ¹týl
+Window Makera. Ak je poskytnutá cesta adresár, bude pova¾ovaný za balík
+s témou a podµa toho bude aj zavedený. Ak je daný argument
+fB--no-fontsfP, nastavenia súvisiace s fontami (fIIconTitleFontfP,
+fIClipTitleFontfP, fIMenuTextFontfP,
+fIMenuTitleFontfP, fIWindowTitleFontfP) v súbore so ¹týlom budú
+ignorované.
+
+Pokiaľ je uvedené fB--no-cursorsfP vlajky, definícia kurzora myši
+(fINormalCursorfP, fIArrowCursorfP, fIMoveCursorfP,
+fIResizeCursorfP,
+fITopLeftResizeCursorfP, fITopRightResizeCursorfP,
+fIBottomLeftResizeCursorfP, fIBottomRightResizeCursorfP,
+fIVerticalResizeCursorfP, fIHorizontalResizeCursorfP,
+fIWaitCursorfP, fIQuestionCursorfP, fITextCursorfP,
+fISelectCursorfP)
+v štýle a téme budú ignorované.
+.SH VO¥BY
 .TP
 .B --no-fonts
-ignorova� nastavenia fontov v s�bore so �t�lom.
+ignorova» nastavenia fontov v súbore so ¹týlom.
 .TP
 .B --help
-vyp��e pomocn� text
+vypí¹e pomocný text
 .TP
 .B --version
-vyp��e ��slo verzie
-.SH PREMENN� PROSTREDIA
+vypí¹e èíslo verzie
+.SH PREMENNÉ PROSTREDIA
 .IP GNUSTEP_USER_ROOT
-�pecifikuje cestu k adres�ru Defaults. "Defaults/" je pridan� k tejto
-premennej, ��m sa ur�� umiestnenie datab�z. Ak premenn� nie je nastaven�,
-jej implicitn� hodnota je "~/GNUstep"
-.SH S�BORY
+¹pecifikuje cestu k adresáru Defaults. "Defaults/" je pridané k tejto
+premennej, èím sa urèí umiestnenie databáz. Ak premenná nie je nastavená,
+jej implicitná hodnota je "~/GNUstep"
+.SH SÚBORY
 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
-Toto je s�bor, ktor� sa zap��e.
-.SH POZRI TIE�
+Toto je súbor, ktorý sa zapí¹e.
+.SH POZRI TIE®
 .BR getstyle (1x),
 .BR wmaker (1x)
 .SH AUTOR
 Autorom Window Makera je Alfredo K. Kojima <[email protected]>.
 .PP
-T�to manu�lov� str�nku nap�sal Marcelo Magallon <[email protected]>.
+Túto manuálovú stránku napísal Marcelo Magallon <[email protected]>.
diff --git a/util/convertfonts.c b/util/convertfonts.c
index b46594b6..dc34f67f 100644
--- a/util/convertfonts.c
+++ b/util/convertfonts.c
@@ -47,7 +47,6 @@
 char *FontOptions[] = {
        "IconTitleFont",
        "ClipTitleFont",
-       "DisplayFont",
        "LargeDisplayFont",
        "MenuTextFont",
        "MenuTitleFont",
diff --git a/util/getstyle.c b/util/getstyle.c
index f365bd76..dfb739c6 100644
--- a/util/getstyle.c
+++ b/util/getstyle.c
@@ -70,7 +70,6 @@ static char *options[] = {
        "MenuTitleFont",
        "MenuTextFont",
        "IconTitleFont",
-       "DisplayFont",
        "LargeDisplayFont",
        "HighlightColor",
        "HighlightTextColor",
@@ -129,7 +128,6 @@ static char *font_options[] = {
        "MenuTitleFont",
        "MenuTextFont",
        "IconTitleFont",
-       "DisplayFont",
        "LargeDisplayFont",
        NULL
 };
diff --git a/util/setstyle.c b/util/setstyle.c
index 451589c1..095c0604 100644
--- a/util/setstyle.c
+++ b/util/setstyle.c
@@ -51,7 +51,6 @@
 char *FontOptions[] = {
        "IconTitleFont",
        "ClipTitleFont",
-       "DisplayFont",
        "LargeDisplayFont",
        "MenuTextFont",
        "MenuTitleFont",

-----------------------------------------------------------------------

Summary of changes:
 WindowMaker/Defaults/WindowMaker.in    |    1 -
 WindowMaker/Styles/Autumn.style        |    1 -
 WindowMaker/Styles/Black.style         |    1 -
 WindowMaker/Styles/BlackTexture.style  |    1 -
 WindowMaker/Styles/Blue.style          |    1 -
 WindowMaker/Styles/BlueDawn.style      |    1 -
 WindowMaker/Styles/BlueishGreen.style  |    1 -
 WindowMaker/Styles/Brown.style         |    1 -
 WindowMaker/Styles/Brownish.style      |    1 -
 WindowMaker/Styles/Chumbo.style        |    1 -
 WindowMaker/Styles/Copper.style        |    1 -
 WindowMaker/Styles/DarkBlue.style      |    1 -
 WindowMaker/Styles/DarkRed.style       |    1 -
 WindowMaker/Styles/Emerald.style       |    1 -
 WindowMaker/Styles/Fire.style          |    1 -
 WindowMaker/Styles/Food.style          |    1 -
 WindowMaker/Styles/Golden.style        |    1 -
 WindowMaker/Styles/Green.style         |    1 -
 WindowMaker/Styles/GreyBlue.style      |    1 -
 WindowMaker/Styles/Gtk.style           |    1 -
 WindowMaker/Styles/IRednBlue.style     |    1 -
 WindowMaker/Styles/Interlace.style     |    1 -
 WindowMaker/Styles/LightBlue.style     |    1 -
 WindowMaker/Styles/NewBlue.style       |    1 -
 WindowMaker/Styles/NightSky.style      |    1 -
 WindowMaker/Styles/Pastel.style        |    1 -
 WindowMaker/Styles/Pink.style          |    1 -
 WindowMaker/Styles/Pumpkin.style       |    1 -
 WindowMaker/Styles/Purple.style        |    1 -
 WindowMaker/Styles/Purplish.style      |    1 -
 WindowMaker/Styles/Red.style           |    1 -
 WindowMaker/Styles/RednBlue.style      |    1 -
 WindowMaker/Styles/Spring.style        |    1 -
 WindowMaker/Styles/Summer.style        |    1 -
 WindowMaker/Styles/Traditional.style   |    1 -
 WindowMaker/Styles/VioletBlue.style    |    1 -
 WindowMaker/Themes/Blau.style          |    1 -
 WindowMaker/Themes/Default.style       |    1 -
 WindowMaker/Themes/OpenStep.style      |    1 -
 WindowMaker/Themes/Pastel.style        |    1 -
 WindowMaker/Themes/SteelBlueSilk.style |    1 -
 debian/debianfiles/Theme/Debian        |    1 -
 debian/debianfiles/conf/WindowMaker    |    1 -
 doc/cs/getstyle.1x                     |   72 ++++++++++++++++++------------
 doc/cs/setstyle.1x                     |   51 +++++++++++++---------
 doc/getstyle.1x                        |    6 +-
 doc/ru/getstyle.1x                     |   23 ++++++----
 doc/ru/setstyle.1x                     |    3 +-
 doc/setstyle.1x                        |    6 +-
 doc/sk/getstyle.1x                     |   74 +++++++++++++++++++-------------
 doc/sk/setstyle.1x                     |   58 +++++++++++++++----------
 util/convertfonts.c                    |    1 -
 util/getstyle.c                        |    2 -
 util/setstyle.c                        |    1 -
 54 files changed, 173 insertions(+), 167 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to