]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Make gdk_keymap_translate_keyboard_state() handle NULL keymaps. (#139715,
[~andy/gtk] / ChangeLog.pre-2-8
index d0b1e824ef8dd7789890f0ff100043cb0849e112..dbd574a564a9756fefe854e8fb9b02502022fc59 100644 (file)
@@ -1,7 +1,55 @@
+Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
+       gdk_keymap_translate_keyboard_state() handle NULL
+       keymaps. (#139715, Torsten Schoenfeld).
+
+Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
+       reported by Pedro RODRIGUEZ, about compilation problems when
+       Xcursor is installed in a non-standard location.
+
+Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
+       Newren.
+       
+       * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
+       _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
+
+       * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
+
+       * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
+       precached atoms.
+       
+       * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
+       property on user interaction.
+
+2004-04-15  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
+       G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
+
+       * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
+       code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
+       #140126.
+
+2004-04-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
+       * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
+
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: 
+       * gtk/gtkwidget.c: 
+       Make all style properties readonly.
+
 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcolorsel.c: Add a11y relations between the color
-       wheel and the spin buttons.  (#132745)
+       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
 
        * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
        the meaning of size == -1.