Release Notes for MECCA 2000 version 6.10. 2023-05-12 Fixed: 1. Out of range color numbers in the FCPCHART file should have been ignored (readfcpmap.so, m2kbin, galeyc, typdrv). 2. Custom colors from last loaded drawing file were not fully purged when loading a different drawing file (fcplist.tcl). 3. Corrected a typo in print.tcl, when user wants to print to a PDF, but no PDF converter is found on the system (print.tcl). 4. Typing in a font mnemonic (or font name) in the "Master Font List" dialog did not show the matched (highlighted) font sample text; also Up/Down arrow keys in mnemonic/fontname box now "walks" the font list (text.tcl). 5. Some TrueType/OpenType fonts do not include, or have broken, glyph names table, resulting in characters in such a font display without anti-aliasing. Amgraf's Standard Encoding vector (one-byte character codes in range 32 through 254) is now used to find character glyphs in this case. (m2kbin). 6. Fixed an argumment error for the "leaving popup" function (popups.tcl). Changed/New: 1. Removed "Optimize/linearize" option when printing to a PDF file (print.tcl). 2. Enabled mouse-wheel to scroll the drawing window: forward (away from user) to pan up, backward (toward the user) to pan down; with Shift key pressed, forward to pan left, backward to pan right. The scrolling amount can be set, in user's ~/.m2k.tcl" file, as: set m2Kdata(scroll_by) "12%" ;# set to 12% of drawing window size Or set m2Kdata(scroll_by) "100" ;# set to 100 pixels Any value set in this file will take effect for the next mouse wheel operation. If not set, default is 10% (m2kbin, m2k, binds.tcl).