Index: /applications/editors/josm/plugins/print/README
===================================================================
--- /applications/editors/josm/plugins/print/README	(revision 27257)
+++ /applications/editors/josm/plugins/print/README	(revision 27258)
@@ -25,15 +25,24 @@
 ===========
 
-print.attribution: 
+print.attribution (string): 
 The attribution text which will be printed on the page.
-Default: "Map data (c) OpenStreetMap contributors, CC-BY-SA"
+Default: OSM Map data (c) OpenStreetMap contributors, CC-BY-SA
 
-print.resolution.dpi:
+print.resolution.dpi (integer):
 The resolution in dpi which will be used for printing. 
 While a typical screen may have ~100 dpi, most printers offer a much 
 higher resolution. With a higher print resolution, lines will be finer,
 but icons and text will be smaller and might become unreadable.
-Default: "200"
+Default: 100
 
+print.preview.enabled (boolean):
+If true, the map will be rendered as a preview in the print dialog.
+If false, the preview only indicates the page area which will be filled 
+by the map.
+Default: false
+
+print.saved-prefs...:
+Not really user preferences, but a mechanism to reliable backup and 
+restore mappaint preferences which are temporary modified for printing.
 
 KNOWN LIMITATIONS
@@ -41,3 +50,3 @@
 
  * No option to select a more usual scale
- * No GUI for preferences
+ 
Index: /applications/editors/josm/plugins/print/build.xml
===================================================================
--- /applications/editors/josm/plugins/print/build.xml	(revision 27257)
+++ /applications/editors/josm/plugins/print/build.xml	(revision 27258)
@@ -30,5 +30,5 @@
 <project name="print" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="Prints more types of layers correctly now, tested with PicLayer"/>
+    <property name="commit.message" value="Added a print settings and preview dialog."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="4549"/>
