diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 21:46:11 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 21:46:11 -0500 |
commit | 5383f20c7e9f0862b9f7277e2170034bb3d9eb62 (patch) | |
tree | 3d3c2614fa21e5646e3e5f366799fea908101dde /NEWS | |
parent | 3e9dc75768aa8ff500a3c13cb134c6bb49ca599b (diff) | |
download | gtk+-5383f20c7e9f0862b9f7277e2170034bb3d9eb62.tar.gz |
Update NEWS2.23.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +Overview of Changes from GTK+ 2.23.2 to 2.23.3 +============================================== + +* New deprecations: + - GtkRuler (and subclasses) + - gtk_widget_reset_shapes + - gdk_set_sm_client_id + - Foreign window APIs + - gdk_spawn_* + - gdkx_visual_get + - gdk_net_wm_supports + - gdk_set_locale, gtk_set_locale + - Some GDK text conversion routines + - gdk_drag_context_new + - gdk_drag_find_window and gdk_drag_get_protocol + - gdk_xid_table functions + +* Bug fixes: + 629955 Deprecate / remove gtk_main and gtk_init_add / remove* API + 634558 Selecting "Search" should focus text box for keyboard entry + 634697 gdk: Add XSetting for "gtk-cursor-blink-timeout" + 634882 Usage of deprecated GLib API (g_source_get_current_time) + 635307 iconcache: Ensure we don't lose data on power loss + 635588 Clicking URL to be opened freezes the application for seconds + 636832 anoncvs.gnome.org does not exist + 637069 Custom print settings set in custom-widget-apply are lost + 637156 Optimize gtk_widget_shape_combine_region (widget, NULL, ...) + +* Translation updates: + Czech + Norwegian bokmål + + Overview of Changes from GTK+ 2.23.1 to 2.23.2 ============================================== |