home *** CD-ROM | disk | FTP | other *** search
- 19 Dec 89. V6.1. Now can expand portions of the screen. New include
- file = Extramen.inc. MITRE logo relocated to new "extras" menu.
- Changed Viewport, now clips above bottom menu area. Fixed problems
- with CopyBloc - now XORs properly. Improved box draw/clear in
- HighLight and MoveLabel. Changed UserCharSizeX,Y to type word;
- 31 Oct 89. V6.01. Point Sizes > 32 now save and read correctly.
- 20 Sept 89. v6.0. Added MITRELogo font, removed Courier Bold.
- WritePrt now writes the postscript code for the MITRE logo font
- (via include file Writelog.inc) if the font is used. Also draws
- a horizontal bar under the title area (part of the standard VG
- format) if the 'VG Format' is on. The parser ignores this extra
- Postscript code when you read in a file, so if you delete a label
- using this font, the font description code goes away also. Borrowed
- the font code from the MAC (originally designed by MITRE
- Pubs&Graphics). Added type configRec, const defaultconfig, logoX,
- logoY, var LConfig, procedures AddLogoLabel, DeleteLogoLabel.
- Modified CopyBlock routines and init to set CopyBlock size to 9.5
- by 7 inches, placed correctly on the screen, so that when you
- are in VG mode, the copybox is essentially the size of the VG
- frame. When you toggle out of VG mode, the box goes back to the
- previous default, suitable for MITRE mats.
- 23 Aug 89. v5.18a. Changes to fix MCGA settings (but not right yet!)
- 21 Aug 89 v5.18. Doesn't crash if you undelete when nothing was deleted.
- 21 June 89.v5.17a. Added Borland notice.
- 17 June 89 v5.17. Now doesn't freeze for '#'..'&' in label.
- Replaced strings.src with pstrings.i, gives cursor for readraw.
- Removed XOR_char & cursor definition constants to pstrings.i.
- 26 May 89 v5.16 - changed EXTRALAB, now picks up 'font0' spec correctly.
- 23 May 89 v5.15 - small changes made to Attributes, SetLIPSFont,
- ChangeSize.
- 20 May 89 v5.14 - now DeleteLabel selects the previous label after
- deleting (unless there isn't one). Now F8 selects in reverse order,
- HOME & EN are alternates for F6, F8. Now F9 Undeletes.
- 15 May 89 v5.13 - now reads Postscript labels with embedded quotes
- correctly: changed GetAWordBack. Changed fillbox (in PostHd3)
- to do a newpath right after gsave. Now reads & writes the type of
- label background - transparent (outputs 'show') or opaque
- (outputs 's'): added type painttype, new field (LabelBkGround)
- to TextRec type, changed SetLabelDefaults, GetLabel, GetPSLabel,
- Attributes, WritePrt.