diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-05 08:08:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-05 08:18:56 -0400 |
commit | 6156c3583d0641e70adeef410fa66297ac0d777b (patch) | |
tree | 8a06d30b7ef3e106b54170e2ca8e8f1ab28f2f9a | |
parent | 2b03674464917335c089b7a00ae0aa49765bf2f4 (diff) | |
download | gtk+-6156c3583d0641e70adeef410fa66297ac0d777b.tar.gz |
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.
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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 ================================= |