]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
If major.minor of required and available glib versions are the same, add
[~andy/gtk] / ChangeLog.pre-2-10
index 70985610490d1f9d5444bd71b168ce26e8072020..a464d4199d5d15a240aa58879bc6f1822109e793 100644 (file)
@@ -1,3 +1,59 @@
+2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
+
+       * configure.in: If major.minor of required and available glib versions
+       are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
+
+       * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
+
+2006-01-28  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
+       
+2006-01-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols: 
+       * gtk/gtklinkbutton.h: 
+       * gtk/gtklinkbutton.c: Allow to set a global hook function
+       thats called whenever a link button is clicked.
+
+       More work on GtkAssistant by Carlos Garnacho:
+       
+       * demos/gtk-demo/Makefile.am: 
+       * demos/gtk-demo/assistant.c: Add a  GtkAssistant demo.
+
+       * gtk/gtkassistant.c: Handle focus, several small fixes to the
+       flow computations.
+
+2006-01-27  Federico Mena Quintero  <federico@ximian.com>
+
+       Fixes bug #328820:
+
+       * gtk/gtkfilechooserdefault.c
+       (gtk_file_chooser_default_class_init): Make GDK_KP_Divide pop up
+       the location dialog populated to "/".
+       (tree_view_keybinding_cb): Likewise.
+       (trap_activate_cb): Likewise.
+
+2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c (gtk_calendar_size_request): Use translated format
+       strings for L10n in size calculation too.
+
+       * gtk/gtkcalendar.c (calendar_paint_week_numbers): Expand buffer to
+       accomodate localized digits.
+
+2006-01-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/prop-editor.c: Introspect child properties. too.
+
+2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
+       Use contexed translated strings calendar:week:digits|%d and
+       calendar:day:digits|%d to let translators choose localized digits for
+       week and day numbers. (bug #317171, Hamed Malek)
+
 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
 
        * gtk/gtklabel.c (get_layout_location): Use logical extents of the
@@ -8,6 +64,9 @@
 
 2006-01-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentrycompletion.c: 
+       * gtk/gtkentry.c: Be more careful when blocking signals. 
+
        * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): Only
        set the cursor size if it is != 0.