summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-18 01:07:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-18 01:07:01 +0000
commitfddbefb1a4aefc4cdb98f22c2af484afd10d1357 (patch)
tree78a2f125b562feb788a91d8d1947d98c7318ab2f /README.in
parent0dfe8f8810ca1fb8a9e5a570dcbfb7c41035773c (diff)
downloadgtk+-fddbefb1a4aefc4cdb98f22c2af484afd10d1357.tar.gz
Make GtkMenuShell abstract
svn path=/trunk/; revision=18180
Diffstat (limited to 'README.in')
-rw-r--r--README.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.in b/README.in
index 150db7ed58..800d066ce5 100644
--- a/README.in
+++ b/README.in
@@ -77,8 +77,15 @@ Release notes for 2.12
now passed the print settings on the command line with the --print-settings
parameter pointing to a temp file containing the settings. The preview
application assumes ownership of the file and should delete it once it does
- not need it anymore. This feature requires Evince version 0.9.0 or above.
-
+ not need it anymore. The --print-settings commandline option is understood
+ by Evince 0.9.0 and newer. To use a different print preview application,
+ change the gtk-print-preview-command setting in your gtkrc file, e.g.
+ gtk-print-preview-command = "ggv %f"
+
+* GtkMenuShell is now defined as an abstract type. It was already
+ documented as an abstract class, and there is little reason to
+ instantiate it.
+
Release notes for 2.10
======================