M2K v3.06 fix/add not documented in the general release: 1. For special case output where "CustomPageSize=[True]" is set in the try file, a new control statement: page_margin=value can be used in the tray file, to change the default (18pt all around). The margin value must be an integer, in units of point (where 72 is one inch). For example, to have a margin of 0.5 inches all around: page_margin=36 would be set in the PPD-style tray file (typdrv). 2. New variable setting in each user's ~/.m2k.tcl file ("~/" means $HOME, a user's login home directory) may now be set: ;# set txtData(enter_in_edit) to 1 to automatically enter edit-text ;# mode (rather than input-text) whenever Text function is entered. set txtData(enter_in_edit) 1