[murrine] Preparing to murrine 0.98.0



commit 1fc9b81672254d8fd54287e02c761afd5285d606
Author: Andrea Cimitan <andrea cimitan gmail com>
Date:   Wed Sep 22 14:48:15 2010 +0200

    Preparing to murrine 0.98.0

 NEWS                     |   12 ++++++++----
 configure.ac             |    2 +-
 schema/murrine.xml.in.in |   18 ++++++++++++------
 3 files changed, 21 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index 536dfc7..9e818dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of Changes in 0.91.0 (since 0.90.3)
+Overview of Changes in 0.98.0 (since 0.90.3)
 ============================================
 Changes in this release:
 - New supported widget: GtkExpander is now themed by the engine.
@@ -47,8 +47,8 @@ Changes in this release:
               the trough of GtkScrollbar and GtkProgressBar.
 - Changed option: glowstyle = 5 for a glow around the edges.
 - Changed option: listviewstyle = 2 for a solid line.
-- Changed option: menustyle = 2 for a dark glow on the sides of the menu.
-                  menustyle = 3 for a bright glow on the sides of the menu.
+- Changed option: menustyle = 2 for a bright glow inside the menu.
+                  menustyle = 3 for a dark glow inside the menu.
 - Changed option: reliefstyle = 3 for a gradient on shadow.
                   reliefstyle = 4 for a stronger shadow.
 - Changed option: stepperstyle = 2 for squared steppers with a rounded slider.
@@ -56,6 +56,8 @@ Changes in this release:
 - Deprecated option: profile, please manually adjust the other options.
 - Deprecated option: scrollbar_color, please use a custom bg[SELECTED].
 - Improved rendering: rounded GtkScale trough.
+- Improved rendering: disabled GtkScale trough.
+- Improved rendering: contrast function in GtkButton.
 - Improved rendering: draw lightborder with on menubar (with menubarstyle = 1).
 - Improved rendering: draw lightborder with on toolbar (with toolbarstyle = 1).
 - Improved rendering: better GtkTooltip theming.
@@ -67,7 +69,9 @@ Bugfixes in this release:
 - Support for automake-1.11.
 - Some minor fixes on big-endian systems.
 - Fixes transparent WebKitGtk window with RGBA colormaps.
-- Minor fixes.
+- https://bugzilla.gnome.org/show_bug.cgi?id=554871
+- https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/624901
+- Minor fixes and maybe more bugs I forgot to link. :)
 
 Overview of Changes in 0.90.3 (since 0.90.2)
 ============================================
diff --git a/configure.ac b/configure.ac
index 850656b..88f1695 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([murrine], [0.91.0])
+AC_INIT([murrine], [0.98.0])
 AC_CONFIG_SRCDIR([README])
 
 AM_INIT_AUTOMAKE
diff --git a/schema/murrine.xml.in.in b/schema/murrine.xml.in.in
index 3959c41..7b83825 100644
--- a/schema/murrine.xml.in.in
+++ b/schema/murrine.xml.in.in
@@ -25,7 +25,7 @@
 		<enumeration value="1">
 			<label>Filled arrow</label>
 		</enumeration>
-		<enumeration value="1">
+		<enumeration value="2">
 			<label>Fat filled arrow</label>
 		</enumeration>
 	</option>
@@ -229,7 +229,7 @@
 		<enumeration value="1">
 			<label>Dotted separators</label>
 		</enumeration>
-		<enumeration value="1">
+		<enumeration value="2">
 			<label>Solid line</label>
 		</enumeration>
 	</option>
@@ -280,13 +280,19 @@
 	</option>
 
 	<option type="enumeration" name="menustyle" default="1">
-		<_long_name>Vertical bars in menus</_long_name>
+		<_long_name>Menu Style</_long_name>
 		<section>Menus and Toolbars</section>
 		<enumeration value="0">
-			<label>Disable</label>
+			<label>Flat</label>
 		</enumeration>
 		<enumeration value="1">
-			<label>Enable</label>
+			<label>Vertical bars</label>
+		</enumeration>
+		<enumeration value="2">
+			<label>Bright glow</label>
+		</enumeration>
+		<enumeration value="3">
+			<label>Dark glow</label>
 		</enumeration>
 	</option>
 
@@ -416,7 +422,7 @@
 		<enumeration value="2">
 			<label>Squared</label>
 		</enumeration>
-		<enumeration value="1">
+		<enumeration value="3">
 			<label>Rounded in the trough</label>
 		</enumeration>
 	</option>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]