From 2ca168d68025e9ce3a4dfb8d2761c8542aab68a7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Oct 2022 12:06:26 -0400 Subject: [PATCH] NEWS: Updates --- NEWS | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 660307e6b9..eba0eaba0b 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ Overview of Changes in 4.9.1, dd-mm-yyyy ======================================== -Note that deprecations are an early outlook -at changes that will appear in an eventual -GTK 5 release, which is still far away. +Note that deprecations are an early outlook at changes +that will appear in an eventual GTK 5 release, which is +still far away. We are introducing deprecations in 4.10 +as a way to give users time to adapt, and to provide +feedback on our plans. * GtkTreeView, GtkIconView, GtkComboBox and auxiliary classes have been deprecated @@ -15,7 +17,19 @@ GTK 5 release, which is still far away. * gtk_render_ and gtk_snapshot_render_ APIs have been deprecated -* GtkAppChooser widgets hae been deprecated +* GtkAppChooser widgets have been deprecated + +* GtkMessageDialog has been deprecated and + replaced by a new async dialog API + +* GtkColorChooser, GtkFontChooser, GtkFileChooser + interfaces and their implementations have been + deprecated. A new family of async dialog APIs + has been introduced to replace them + +* GtkColorDialog, GtkFontDialog, GtkFileDialog + and GtkAlertDialog are new dialog classes with + a consistent and well-bindable API * GtkMountOperation: - Fix the dialog to look reasonable -- 2.30.2