Release notes for MECCA 2000 version 5.11. Jun/16/2011 Fixed: 1. The MBARCODE batch mark-up command did not allow white spaces in the code string, causing problem for barcodes such as USPSIMB that relied on white space characters to separate digit groups (galeyc). When spaces are needed in the code data string, the entire code string must be quoted, for example: code="00 700 001031 110000402 60600 1101 02" for a USPS IMB code. For the quote mark itself as a data character, escape it with a backslash: \" The entire code string data must appear on one line. 2. Printing font definitions was disabled, which caused problems in making custom pantos (typdrv, rasfont). 3. Corrected final message type in panto processing from "error" to "info": informing user that "the panto has been created" is not an error (m2klogopanto.tk). 4. Adding/editing a new user-defined line style had incorrect color value handling and so could not be invoked (fcplist.tcl). 5. For sprial patterns that include large number of points, the creation routine automatically made Associated Geometry to combine segments of spiral lines, such that each segment will be at most 64 KB. However, when it did so, the coodinates of points in two neighboring segments did not line up (m2kbin). New/Changed: 1. Setting color(s) to -1 for Bars, Border or Panto in Box Attribute will cause them to be color 600 (setbox.tcl). 2. Whether to display a box's -1 inside when grouped, can now be set as site preference in "prefs" (prefs.add, m2kprocs.tcl, print.tcl, m2kbin). Please see file "/usr/bin/amgraf/tkscripts/prefs", near its end, for information.