]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Bug 568571 – Asian am/pm format on cups print backend's time parsing
[~andy/gtk] / ChangeLog
index 6855185c684c389cf0be4dfc84b3f919761c5b7d..77a3dea8595935f5a2f3ff2daffd67c74e184e34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2009-02-12  Marek Kasik  <mkasik@redhat.com>
+
+       Bug 568571 – Asian am/pm format on cups print backend's time parsing
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
+       format into formats recognized by CUPS backend
+
+2009-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after 
+       selecting a cell in a non-sortable column
+
+       * gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
+       focus to a header button if it is not focusable. Problem reported
+       by Joanmarie Diggs
+
+2009-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 508545 – No way to identify terminal classes from documentation
+
+       * gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
+       into the header to make it possible to derive from GtkVoumeButton.
+       Reported by Chris Lord.
+
+2009-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 571196 – gtk_binding_entry_add_signall deprecated without 
+       alternative
+       * gtk/gtk.symbols:
+       * gtk/gtkbindings.[hc]: Undeprecate gtk_binding_entry_add_signall
+       since its replacement is a varargs function. Complaint by
+       Torsten Schoenfeld.
+
+2009-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 571249 – Icons are not drawn properly when initial widget 
+       state is insensitive
+
+       * gtk/gtkentry.c (gtk_entry_ensure_pixbuf): Render icons
+       in normal state, regardless of the entrys state. Reported by
+       Enrico Tröger.
+
+2009-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserbutton.c: Don't emit the file-set signal
+       if the file chooser dialog is canceled. But emit it if a file
+       is received via DND.
+
+2009-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 353196 – Add a file-set signal to GtkFileChooserButton
+
+       * gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
+       from the file-set signal, that wasn't supposed to have it.
+
+2009-02-10  Takao Fujiwara  <takao.fujiwara@sun.com>
+
+       Bug 571015 – libprintbackend-cups has unlocalized strings
+
+       * modules/printbackends/cups/gtkprintbackendcups.c:
+       Added a translator comment with the request of translators.
+
+2009-02-09  Richard Hughes  <richard@hughsie.com>
+
+       * docs/reference/gtk/migrating-GtkEntry-icons.sgml:
+       Fix the enumerated name in the migration document.
+
+2009-02-09  Cody Russell  <bratsche@gnome.org>
+
+       * gdk/win32/gdkwin32.h: Add potentially missing #defines for
+       XBUTTON1, etc.  Fixes the build that was broken in r21746.
+
+2009-02-09  Takao Fujiwara  <takao.fujiwara@sun.com>
+
+       Bug 571015 – libprintbackend-cups has unlocalized strings
+
+       Reviewed by Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c (handle_option):
+       Add translatable strings from ppd files.
+
 2009-02-06  Matthias Clasen  <mclasen@redhat.com>
 
        Make the new GtkAction code work with PolicyKit-gnome's use of actions.