summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-06-03 03:29:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-06-03 03:29:18 +0000
commitdbb99cb02ed0285622a3365d79011b68bbf19328 (patch)
treec53c0288779b93eb277b527fa4c1d1681ce59154
parent4960c3c504cb95cb0ffb6285506d422752e046fe (diff)
downloadgdk-pixbuf-dbb99cb02ed0285622a3365d79011b68bbf19328.tar.gz
Updates
svn path=/branches/gtk-2-12/; revision=20295
-rw-r--r--ChangeLog12
-rw-r--r--NEWS86
2 files changed, 98 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 270c1c517..f09db42ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-06-02 Matthias Clasen <mclasen@redhat.com>
+
+ * NEWS: Updates
+
+2008-06-02 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 536092 – GtkEntryCompletion's popup window should set type hint
+
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set
+ a type hint on the popup window to help compiz.
+ Patch by Vaclav Slavik.
+
2008-06-02 Matthias Clasen <mclasen@redhat.com>
gtk/gtkfilechooserdefault.c: Revert the fix for #532262, since
diff --git a/NEWS b/NEWS
index 62a7ff5cc..fb53b6941 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,89 @@
+Overview of Changes from GTK+ 2.12.9 to 2.12.10
+===============================================
+
+* Bugs fixed:
+ 523782 Leftover call to GDK_THREADS_LEAVE() in gtktoolbar.c
+ 524151 Dragging of 0-byte files results in an empty filename...
+ 524422 assertion when filechooser current name set to string...
+ 492134 The file chooser incorrectly substitutes and expands...
+ 330743 Up/down spinbuttons won't take zeros and exhibit very...
+ 529386 Printing options hidden by blacklisted option
+ 532059 Leak in win32 clipboard manipulation
+ 532558 Cannot build dll when using separate builddir
+ 496958 Wacom Bamboo doesn't function with GTK apps in Win32
+ 533891 Don't allow drag and drop from the file list into itself...
+ 504087 make gtk_tooltip_set_custom a no-op for setting the...
+ 449625 crash in gtk_tree_view_real_move_cursor
+ 533108 leak of GDI region in function 'handle_wm_paint'
+ 534694 Col id in GtkListStore could be out of range
+ 314084 GTK+ dialogs should not be placed partially offscreen
+ 529841 incorrect position in directfb
+ 387972 gtkassistant drawing problem
+ 534463 non-editable GtkTextView should not call gtk_im_context_focus_in...
+ 522269 Evince windows sometimes incorrectly unmaximized...
+ 524110 Gdk should not assume reparenting WMs...
+ 526635 _gdk_window_get_toplevel handles FOREIGN windows
+ 523562 gtk-update-icon-cache core dumps when run concurrently...
+ 531008 Crash in gtkprintunixdialog.c
+ 106574 Inconsistent increment behavior for gtkspinbutton
+ 511217 potential memory corruption after refreshing a tree_view
+ 56355 GtkLabel - Not all changes propagate correctly
+ 530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
+ 535862 gtk_action_create_icon can't create icons from the icon themes...
+ 536092 GtkEntryCompletion's popup window should set type hint
+ 532558 Cannot build dll when using separate builddir
+ 535453 gdk_pixbuf_format_get_license returns NULL for any loaders
+ 524862 Using GTK_WIN_POS_CENTER_ALWAYS gives jerky window resizing
+ 467698 crash because realizing a widget with NULL colormap
+ 526422 Crash in location_toggle_popup_handler
+ 474302 printing to an existing file overwrites without confirmation
+ 137717 Gtk+ filechooser should allow drag-n-drop of files in the...
+ 461805 The combo cell renderer is broken theme wise
+ 479197 Tries to search with tracker while it is uninstalled
+ 488820 gtk_page_setup_copy leaks
+ 518846 Restore toplevel maximized window
+ 520286 Non-deletable window has no minimize / maximize buttons.
+ 521442 x/y thickness is being overriden by the combobox realize ...
+ 521934 GtkIMSimpleContext does not send preedit_start and preedi...
+ 522067 compile error
+ 522191 overwrite-confirmation dialogs don't set alternative butt...
+ 522279 GtkTreeView should set type hint for search dialog
+ 523932 gtk-builder-convert failed on converting GLADE file
+ 527466 gtk_assistant_set_current_page records wrong visited page
+ 530153 Crash in _gtk_quartz_set_selection_data_for_pasteboard
+ 530156 Function keys don't work
+ 530963 Some suspicious code in gdkkeys-quartz.c
+ 467051 gdk_pixbuf_new_from_xpm_data segfaults on NULL data
+
+* Translation updates:
+ Belarusian Latin (be@latin)
+ Catalan (ca)
+ Valencian-Catalan (ca@valencia)
+ Czech (cs)
+ German (de)
+ Greek (el)
+ British English (en_GB)
+ Spanish (es)
+ Estonian (et)
+ Basque (eu)
+ French (fr)
+ Galician (gl)
+ Hungarian (hu)
+ Italian (it)
+ Japanese (ja)
+ Georgian (ka)
+ Korean (ko)
+ Lithuanian (lt)
+ Macedonian (mk)
+ Dutch (nl)
+ Portugese (pt)
+ Slovak (sk)
+ Albanian (sq)
+ Swedish (sv)
+ Telugu (te)
+ Vietnamese (vi)
+
+
Overview of Changes from GTK+ 2.12.8 to 2.12.9
==============================================