]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Added support for hungarian characters (addition to bug #91258). Only via
[~andy/gtk] / ChangeLog.pre-2-10
index 46b7f4832b474c162015c23431f10373495bca23..76d6eb36c2affd0ffdb70c48d1e6a4c0ba4414cf 100644 (file)
@@ -1,3 +1,53 @@
+2002-10-09  Stanislav Brabec  <sbrabec@suse.cz>
+
+       * gtk/gtkimcontextsimple.c: Added support for hungarian characters
+       (addition to bug #91258). Only via dead keys, because compose key
+       combinations in X are erratic.
+
+Tue Oct  8 17:34:26 2002  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkmain.c gtk/gtkscrolledwindow.[ch] gtk/gtksettings.c
+       gtk/gtkstatusbar.[ch] gtk/gtkstyle.c gtk/gtktoolbar.[ch]
+       gtk/gtkviewport.[ch] gtk/gtkwindow.[ch]: Deprecation cleanup
+
+Tue Oct  8 15:25:53 2002  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkhpaned.[ch] gtk/gtkpaned.[ch] gtk/gtkprogress.[ch]
+       gtk/gtkprogressbar.[ch] gtk/gtkvpaned.[ch]: Deprecation cleanup
+
+Tue Oct  8 14:49:56 2002  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't
+       break backwards compat.
+
+Tue Oct  8 09:41:43 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * Patch from Takuro Ashie to fix updating of open_ims
+       list. (#95150)
+
+Mon Oct  7 19:44:45 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
+       out of HAVE_XKB. (#95129, Phil Blundell)
+
+Mon Oct  7 19:14:24 2002  Eric Warmenhoven <eric@warmenhoven.org>
+
+       * gdk/linux-fb/gdkwindow-fb.c: fix compilation
+
+       * gdk/linux-fb/gdkmain-fb.c: better display mode setting
+
+Mon Oct  7 18:50:46 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkcolorsel.c (gtk_color_selection_finalize):
+       Free the private data. (#84903, Matthias Clasen)
+
+Mon Oct  7 18:21:39 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[hv]paned.c gtk/gtkpaned.c: Allow the slider
+       to be set all the way to the edge, and if that happens,
+       use gtk_widget_set_child_visible() to hide the 
+       appropriate child. (#72784, request from Darin Adler)
+
 Mon Oct  7 16:28:11 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkcolorsel.c (palette_drag_begin): Use
@@ -13,6 +63,9 @@ Mon Oct  7 16:28:11 2002  Owen Taylor  <otaylor@redhat.com>
        * gtk/gtkcolorsel.c (palette_release): Set the color
        from the palette on release, not press.
 
+       * gtk/gtkcolorsel.c (gtk_color_selection_show_all):
+       Override to simple call show(). (#74173)
+
        * tests/testgtk.c (create_color_selection): Use 
        gtk_widget_show_all()