From 6156c3583d0641e70adeef410fa66297ac0d777b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Oct 2020 08:08:43 -0400 Subject: [PATCH] NEWS: Updates Trying a new scheme - when updating NEWS outside of doing a release, keep the version out, to make the it clear that this is just about the tip of the branch, not a complete release. --- NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/NEWS b/NEWS index 3591bef4c5..e9e817535c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Overview of Changes +=================== + +* GtkEmojiChooser: + - Allow inserting multiple Emoji by pressing Control + - Update Emoji data to Unicode 13 / CLDR 37 + - Use translations + - The recent-emoji setting type changed. Call + gsettings reset org.gtk.gtk4.Settings.EmojiChooser recent-emoji + +* GtkTextBuffer: + - Add boolean returns to some get_iter functions + +* GtkScale: + - Change the default value of the :draw-value property + +* Input methods: + - Add a 'private' input hint + +* GL Renderer: + - Fix issues with texture caching + +* Build: + - Use meson yield feature for some options + - Require gtk-doc 1.33 + +* Demos: + - Add another column view demo + + Overview of Changes in GTK 3.99.2 =================================