summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-04 16:05:07 +0100
committerMatthias Clasen <mclasen@redhat.com>2023-02-04 16:16:54 +0100
commitb2071cdeb515f19955dfe3194c45a3829a060139 (patch)
tree03983714006cb99ff5d587ccae69c7b2432df485
parent1a292bf8ab64b43dc00c698ad73fdfcf50ca56f6 (diff)
downloadgtk+-b2071cdeb515f19955dfe3194c45a3829a060139.tar.gz
4.9.3
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1035446a05..3579c0ed04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of Changes in 4.9.3, xx-xx-xxxx
+Overview of Changes in 4.9.3, 04-02-2023
========================================
* Add GtkUriLauncher, as replacement for gtk_show_uri
@@ -25,6 +25,15 @@ Overview of Changes in 4.9.3, xx-xx-xxxx
* GtkSwitch:
- Make state and active independently settable
+* GtkFileChooser:
+ - Fix a crash with DND
+ - Fix excessively wide sidebar
+ - Make context menus work again
+
+* Accessibility:
+ - Make GtkAccessible public, so it can be implemented outside GTK
+ - Support accessible implementation for editables
+
* CSS:
- Fix randomly stopping CSS animations