summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-07-14 23:30:15 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-07-14 23:30:15 +0000
commit38aa9a941b6a2073ec728782359997b4902763ab (patch)
tree3af7ec36c8de9cc5ef89d55bd342d8a699a422df /ChangeLog.pre-2-4
parent7d03e87069b320cb15d04a9b3c1a394f9acccb3c (diff)
downloadgtk+-38aa9a941b6a2073ec728782359997b4902763ab.tar.gz
Implement it. Obscure bit manipulation needed.
* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement it. Obscure bit manipulation needed. * gdk/win32/gdkevents.c: Logging. * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming style (file name include compiler name) for theme engines.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-410
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index a897bfacdb..8f55b67e89 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,13 @@
+1999-07-15 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
+ it. Obscure bit manipulation needed.
+
+ * gdk/win32/gdkevents.c: Logging.
+
+ * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
+ style (file name include compiler name) for theme engines.
+
1999-07-13 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.