From d6c35ab02f43cb0719e70ac5c3250290d5e6e86a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 4 Aug 2020 23:03:48 -0400 Subject: [PATCH] NEWS: Updates --- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/NEWS b/NEWS index 2ba221497e..6ce3882c72 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +Overview of Changes in GTK 3.99.1 +================================= + +* GtkGridLayout: Rename left-/top-attach to column/row + +* Drop GtkAccelLabel - it is no longer used + +* GtkTextView: + - Fix redraw issues with selections + - Make insert-emoji replace the selection + +* GtkTreeView: + - Fix selection handling in cell editables + +* CSS: + - Hexadecimal colors can now specify alpha + +* Documentation: + - Refresh the widget gallery + - Add images for new widgets to the gallery + - Fix many cross-references + +* Demos: + - Numerous crash- and bug fixes + +* Fix build with cups < 2.3 + +* win32: + - Default to the GL renderer when we can + +* Translation updates: + Catalan + Polish + Romanian + Spanish + Ukrainian + + Overview of Changes in GTK 3.99.0 =================================