diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-03-06 01:50:43 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-03-06 01:50:43 +0000 |
commit | 34c06b2b6cceedc5050136367b255cc5a34d811c (patch) | |
tree | ce8cff607a224a1e749c4c7668813bde30ec6b94 /ChangeLog.pre-2-0 | |
parent | bb3c05cf5f937b34be78172a8c32bf41ed7992c2 (diff) | |
download | gtk+-34c06b2b6cceedc5050136367b255cc5a34d811c.tar.gz |
gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION.
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in
* gdk/win32/rc/gdk.rc.in
* gtk/gtk-win32.rc.in: Use GTK_API_VERSION.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 9f30706077..9e926a396a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,10 +1,15 @@ +2002-03-06 Tor Lillqvist <tml@iki.fi> + + * gdk-pixbuf/gdk_pixbuf.rc.in + * gdk/win32/rc/gdk.rc.in + * gtk/gtk-win32.rc.in: Use GTK_API_VERSION. + 2002-03-05 Manish Singh <yosh@gimp.org> * configure.in: Fix up the freetype checking logic. Suppress suprious "no" with --disable-modules. 2002-03-06 Tor Lillqvist <tml@iki.fi> - * gdk/win32/gdkevents-win32.c (gdk_pointer_grab, gdk_pointer_ungrab): Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as they don't effectively do anything anyway. |