summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2000-11-07 14:18:47 +0000
committerAlexander Larsson <alexl@src.gnome.org>2000-11-07 14:18:47 +0000
commit224f6ec534c4ddf3479477e58f0204e5eed042cd (patch)
tree626cd02b8a4449bde0006871196615df428b4c52 /ChangeLog.pre-2-6
parent69f42512fa819749e1a2ca9f27a1b940ca8fc0d6 (diff)
downloadgtk+-224f6ec534c4ddf3479477e58f0204e5eed042cd.tar.gz
use g_object_new() instead of g_type_create_instance() which is a private
2000-11-07 Alexander Larsson <alla@lysator.liu.se> * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c, gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c, gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c: use g_object_new() instead of g_type_create_instance() which is a private function for fundamental type implementations. * gdk/linux-fb/gdkinput-ps2.c: Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table instead just store the current modifier state. Add a (somewhat broken) keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW. Rename exported function gdk_input_ps2_get_mouseinfo to gdk_input_get_mouseinfo. * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h, gdk/linux-fb/gdkwindow-fb.c: gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-621
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 96c995d9b7..66126a253a 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,24 @@
+2000-11-07 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
+ gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
+ gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
+ gdk/linux-fb/gdkwindow-fb.c:
+ use g_object_new() instead of g_type_create_instance() which
+ is a private function for fundamental type implementations.
+
+ * gdk/linux-fb/gdkinput-ps2.c:
+ Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
+ instead just store the current modifier state. Add a (somewhat broken)
+ keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
+ Rename exported function gdk_input_ps2_get_mouseinfo to
+ gdk_input_get_mouseinfo.
+
+ * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
+ gdk/linux-fb/gdkwindow-fb.c:
+ gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
+
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and