summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-03-29 18:57:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-03-29 18:59:07 -0400
commit71a82b1e987f18bec3b231304623bf8f8d9587ae (patch)
tree7f29fc05ce369897bc26b87af909cd500c77f1d8 /README.in
parent0b26605ab029bf2f69b9f4ef2fa95e55c7fdefdc (diff)
downloadgtk+-71a82b1e987f18bec3b231304623bf8f8d9587ae.tar.gz
Amend the release notes
Diffstat (limited to 'README.in')
-rw-r--r--README.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.in b/README.in
index 7db8468284..28cb004367 100644
--- a/README.in
+++ b/README.in
@@ -80,8 +80,32 @@ Release notes for 3.4
need to have either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK in
their event mask to receive scroll events.
+* GTK+ now uses <Primary> instead of <Control> in keyboard accelerators,
+ for improved cross-platform handling. This should not affect
+ applications, unless they parse or create these accelerator
+ manually.
+
+* The tacit assumption that the Alt key corresponds to the MOD1
+ modifier under X11 is now a hard requirement.
+
+* The beagle search backend for the file chooser has been dropped.
+ Tracker is the only supported search backend on Linux now.
+
+* GtkNotebook has been changed to destroy its action widgets when
+ it gets destroyed itself. If your application is using action
+ widgets in notebooks, you may have to adjust your code to take
+ this into account.
+
+* GtkApplication no longer uses the gtk mainloop wrappers, so
+ it is no longer possible to use gtk_main_quit() to stop it.
+
* The -uninstalled variants of the pkg-config files have been dropped.
+* Excessive dependencies have been culled from Requires: lines
+ in .pc files. Dependent modules may have to declare dependencies
+ that there were getting 'for free' in the past.
+
+
Release notes for 3.2
=====================