]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
initialize a variable
[~andy/gtk] / ChangeLog.pre-2-10
index 02ce3e26ac450a2a1b7aa1150346b933bc91278b..ad19d02b4e1b6f840a9f9a5ed02ac8965f557d3d 100644 (file)
@@ -1,5 +1,68 @@
 2006-08-17  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_list_filters):
+       Initialize menu.  (#351857, Chris Wilson)
+
+       * gtk/gtkprinteroptionwidget.c (update_widgets): 
+       * modules/printbackends/file/gtkprintbackendfile.c 
+       (output_file_from_settings): Handle filename encoding
+       consistently.  (#351812, Christian Persch)
+
+       * NEWS: Updates
+
+2006-08-17  Federico Mena Quintero  <federico@novell.com>
+
+       * gtk/gtkfilechooserdefault.c
+       (_gtk_file_chooser_default_class_init): Enable "/" and "~" as
+       bindings to activate the location entry again.  Fixes bug #340856.
+       (tree_view_keybinding_cb): Likewise.
+       (trap_activate_cb): Likewise.
+       (location_popup_handler): Handle the "path" argument again; set it
+       as the text on the location entry.
+       (location_set_user_text): New helper function.
+       (load_setup_timer): Fix comment.
+
+       * tests/autotestfilechooser.c (main): Oops, enable all the tests again.
+
+2006-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmodules.c (find_module): Revert the local binding
+       change to avoid a11y regressions in current OpenOffice.org
+       releases. The G_MODULE_BIND_LOCAL will be reintroduced 
+       in 2.12.
+
+2006-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktrayicon-x11.c: Fix the ClientMessages we are
+       sending to the notification area to be more in sync with
+       the systray spec.  (#350860, Wincent Untz)
+
+       * gtk/gtkprintoperation.c (print_pages, preview_ready): Queue
+       printing idles at a low priority.  (#348289, Yevgen Muntyan)
+
+       * gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some
+       caveats to the documentation.  (#348971)
+
+Thu Aug 17 16:19:35 2006  Tim Janik  <timj@imendio.com>
+
+       * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
+
+2006-08-17  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid
+       for IID_IUnknown that gtkprintoperation-win32.o needs.
+
+2006-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/file/gtkprintbackendfile.c: Improve
+       the handling of the default output filename, to ensure
+       that we default to output.ps when only PostScript output
+       is possible.  (#348236, Don Scorgie)
+
+       * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_set_manual_capabilities): 
+       Re-select the current printer to update per-printer ui. 
+       (#348245, Don Scorgie)
+
        * gtk/gtkfilechooserbutton.c (set_info_get_info_cb) 
        (model_add_special_get_info_cb): Handle the case where the
        filechooser button is destroyed quickly.