summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaymond Penners <pennersr@src.gnome.org>2003-11-19 22:26:45 +0000
committerRaymond Penners <pennersr@src.gnome.org>2003-11-19 22:26:45 +0000
commit11ff1a2a6d156b821456670a7b3dbd1b22a01694 (patch)
treecb1f4c3930029aace9827979a629850ebf3893fd /modules
parent6438147763cb53d80b15369ebb3fd0d962db6bcc (diff)
downloadgtk+-11ff1a2a6d156b821456670a7b3dbd1b22a01694.tar.gz
0.5.2
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/engines/ms-windows/ChangeLog.old26
1 files changed, 17 insertions, 9 deletions
diff --git a/modules/engines/ms-windows/ChangeLog.old b/modules/engines/ms-windows/ChangeLog.old
index 7b45db53c4..c9a854ad9f 100755
--- a/modules/engines/ms-windows/ChangeLog.old
+++ b/modules/engines/ms-windows/ChangeLog.old
@@ -1,22 +1,30 @@
+2003-11-19 Raymond Penners <raymond@dotsphinx.com>
+
+ * === Released 0.5.2 ===
+
2003-11-14 Dom Lachowicz <cinamod@hotmail.com>
- * src/wimp_style.c: Protect against buffer overflows when grabbing fonts and
- generating RC strings. Get the Progress and Status widget backgrounds to behave
- properly on themes like "Brick".
+ * src/wimp_style.c: Protect against buffer overflows when grabbing
+ fonts and generating RC strings. Get the Progress and Status
+ widget backgrounds to behave properly on themes like "Brick".
2003-11-05 Dom Lachowicz <cinamod@hotmail.com>
- * src/wimp_style.c: Toolbar steppers get drawn ETCHED_IN when pressed now. More
- consistent with Win32 behavior.
+ * src/wimp_style.c: Toolbar steppers get drawn ETCHED_IN when
+ pressed now. More consistent with Win32 behavior.
+
* src/Theme/gtk-2.0/gtkrc: Make menubars have shadow=NONE. More
- consistent with Win32 behavior, though Win32 apps tend to differ in this
- area. Setup menu and toolbar icon sizes to be compatible with win32
+ consistent with Win32 behavior, though Win32 apps tend to differ
+ in this area. Setup menu and toolbar icon sizes to be compatible
+ with win32
2003-11-04 Dom Lachowicz <cinamod@hotmail.com>
* src/xp_theme.c: Move Raymond's scrollbar work into wimp_style.c
- * src/wimp_style.c: Get the colorations better for other windows schemes, such as brick.
- Based on some work by Jernej Simončič <jernej.simoncic@guest.arnes.si>
+
+ * src/wimp_style.c: Get the colorations better for other windows
+ schemes, such as brick. Based on some work by Jernej Simončič
+ <jernej.simoncic@guest.arnes.si>
2003-11-01 Raymond Penners <raymond@dotsphinx.com>