home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / scrimag2.zip / SCRIMAGE.CHG < prev    next >
Text File  |  1988-04-21  |  9KB  |  210 lines

  1. Version 1.1 -- 01/08/88
  2.  
  3. o fixes:
  4.       - screwup of color files when using monochrome;
  5.       - a buncha cursor save/restore stuff (more to come no doubt);
  6.       - flat mode should work better--no residual "shadows" from drawing boxes;
  7.       - DEL should now work properly;
  8.       - some other stuff I can't remember;
  9. o changes:
  10.       - The status box now shows a single-line character when drawing single
  11.         lines, double-line for double-line, or whatever character you're
  12.         drawing with if drawing "any char."
  13.       - CTRLQ now is the only thing that quits painting/drawing--you cannot,
  14.         for instance, toggle singleline or paint on/off with the same key;
  15.       - SPACEBAR moves the hilited selection in litebar menus;
  16.       - TAB and BACKTAB move around, 8 positions at a time;
  17.       - BACKSPACE and DEL will now work in "undertype" (ALTU) mode--that is,
  18.          they will allow deletion of characters from under a box.
  19.  
  20. o enhancements:
  21.  
  22.       - restructured much of the screen i/o and heap storage techniques for
  23.         more clarity (clear as mud now), greater speed, smaller code;
  24.  
  25.       - The ALTG (get file(/fields?) menu now brings up a litebar of files
  26.         to choose from.  You can navigate with HOME, END, SPACEBAR, 
  27.         DOWN/UPARROW, RIGHT/LEFTARROW--the last selection should always be
  28.         "???".  If you hilight this selection and press return you will be
  29.         prompted to type in the file name.  (At this point, you can type in
  30.         a new wildcard for litebar selection.  Sorry, no drive/path on the file
  31.         selection litebar yet, unless you type in a new wildcard containing 
  32.         them.
  33.  
  34.       - SCRIMAGE will now look along the DOS search path for its help file
  35.         (SCRIMAGE.HLP).
  36.  
  37. Version 1.2 -- 2/16/88  (about time!)
  38.  
  39. o This is just a fixup of 1.1, working on fields but they're poorly
  40.   implemented as of yet.
  41.  
  42. o fixes:
  43.       - zap shouldn't screw up the screen background;
  44.  
  45. o enhancements:
  46.       - G)et DBFIELDS sorta works, more to come;
  47.  
  48.  
  49. Version 1.3 -- 2/18/88
  50.  
  51. o fixes:
  52.       - fields now move with the box that "owns" them (probably [grin]);
  53.       - first file hilited before any is chosen is now the first;
  54.         alphabetically instead of "???";
  55.       - fields now drop to lower box if they overlap box border;
  56.  
  57. o enhancements:
  58.       - adding field revise box -- doesn't work yet, but you can take a
  59.         look at the format and let me know what you think.  Invoke by
  60.         moving cursor to a field and pressing F9 (ZOOM).
  61.  
  62. Version 1.4 -- 2/24/88
  63.  
  64. o fixes:
  65.         - lotsa stuff, mostly cursor positioning, etc.
  66.  
  67. o enhancements:
  68.         - there is now a fairly full-blown string heap manager complete
  69.           with garbage collection.  This may be buggy!
  70.  
  71. Version 1.5 -- 3/3/88
  72.  
  73. o fixes:
  74.         - current box should stay that way when moving a block within the
  75.           box;
  76.         - CTRLA should work [grin];
  77.         - ALTF3 (gang move) should not hang the computer anymore [grin?];
  78.         - fields moved in blocks should work(!) now.
  79.  
  80. o enhancements:
  81.         - ALTM (temporary, will change) can be used to create a new memvar (or
  82.           field);
  83.         - new box type: blank--may be flakey, have to review some stuff;
  84.         - picture, valid, and range clauses generated (if present) in "dbcode"
  85.           (format file) option;
  86.  
  87.         **********************************************************************
  88.  
  89.         - when a marked block is moved, the following rules now apply:
  90.                 o If a field is enclosed completely within the block, it will
  91.                   be copied--otherwise, *the text underneath it will be copied;
  92.                 o If a box's border lies within the block, the *text under
  93.                   the border* will be copied (unless the box has blank borders);
  94.                 o Blocks of fields act the same whether you Copy or Move them
  95.                   (at least as far as the field portions go).  This may be
  96.                   changed in the future--it might be nice to actually copy
  97.                   groups of fields--but for now, it's a big hassle.  You can
  98.                   copy individual fields with F8 (copy) just as with a box.
  99.                   F4 (size) doesn't work (yet?) with fields.
  100.  
  101.           - when you add a field, it will "fall through" to the first box
  102.             it will fit into at the cursor position.  This also applies to
  103.             fields you change with F9 (zoom) or fields that are dragged
  104.             individually or in a block.  If it disappears, it "sank" lower.
  105.  
  106. Version 1.51 -- 3/16/88
  107.  
  108. o fixes
  109.         - screen now clears in orig. attribute (unless 43line switch killed
  110.                 your pallete, gotta fix that one day).
  111.         - moving into "blank" one-line box now works.
  112.         - since generated "dbcode" doesn't work as a format file, PRG extension
  113.                 is now assigned as default (will be assignable soon);
  114.         - "flat" mode now works better.  I'm not sure how it *should* work,
  115.                 suggestions welcome;
  116.         - backspace works over "unselected" box;
  117.         - move block works better when overlapping new pos. with old;
  118.         - move block doesn't "unselect" box;
  119.         - cleaning up for next stage, user-installable defaults and keystrokes
  120.  
  121. o enhancements        
  122.         - added ANSI screen generation--makes text file with embedded ANSI
  123.                 chars;
  124. version 1.6 -- 3/17/88
  125.  
  126. o fixes
  127.         - fixed weirdness with fields in marked block after a move/copy block
  128.           aborted with escape key.
  129. o enhancements
  130.         - added UNBOX (CTRLU) and LEAK (CTRLL) -- just what we needed, more
  131.           obscure key assignments!
  132.         - added PAGEUP/PAGEDN/END/HOME to valid keystrokes when drawing /sizing
  133.           a box;
  134.  
  135. Version 1.7 -- 3/30/88
  136.  
  137. o fixes
  138.         - not much, still some known bugs (find 'em yourself, I'm
  139.           busy! [grin]);
  140. o enhancements
  141.         - PULLDOWN MENUS -- very crude but they seem to work.  Press F10 to
  142.           access them.
  143.  
  144. Version 1.8 -- 4/03/88 -- HAPPY EASTER!  This one should be a little cleaner
  145.           than 1.7, although many things are half-assed still.  Some of the
  146.           Lotus-style menus are still there, etc. -- they may stay, but not with
  147.           different functions for each!
  148. o fixes
  149.         - coupla bugs that could blow ya outta the water [grin];
  150.         - fixed box resizing so that it draws in the right color;
  151.  
  152. o enhancements
  153.         - more pulldowns -- sub-submenus, when called up with a hot-key,
  154.           pop up in the corner furthest from the cursor -- f'rinstance,
  155.           ALTG and F2 menus.  Lemme know if ya like it.
  156.  
  157. o known bugs
  158.         - hey, new category! [grin]...moving a block down will destroy text
  159.           if the target and destination overlap;
  160.         - text import will fill the screen with funny characters if it runs
  161.           outta text;
  162.         - Box menu option "color change" works as if you just pressed ALTC,
  163.           that is, inside color will change if cursor is inside box--frame
  164.           color will change if on frame, etc.
  165.  
  166. o known irritations
  167.         - Choose DBF and Pick Fields are not happening yet...temporarily,
  168.           You can use DBFields from the ALTG (File Write) menu (slow);
  169.         - "flat" mode sucks wind!
  170.  
  171. Version 1.81 -- 4/4/88
  172.  
  173. o fixes
  174.         - color box not working properly, fixed I hope;
  175.         - Get info file was overlaying instead of getting [yah!];
  176.         - increased screen heap space.
  177.  
  178. Version 1.9 -- 4/11/88
  179.  
  180. o fixes
  181.         - fixed drag block so that overlapping text isn't erased;
  182.         - turned cursor on in spots where it was getting turned off;
  183.         - made internal enhancements to speed up painting of background;
  184.         - fixed "leak" (I hope);
  185.         - fixed block stuff (again, I hope);
  186.         - made some fixes to "flat mode" stuff.
  187.  
  188. o enhancements
  189.         - implemented box style change;
  190.         - implemented box frame/contents color change from menus;
  191.         - changed to TC 1.5--seems to have fixed the ASCII import?
  192.         - miscellaneous small cosmetics;
  193.         - sorta fixed the numeric field gets--works like dBASE now?  [ugh];
  194.         - fixed "flat" mode stuff where top lines would get wiped out
  195.            (write file, exit w/abort, etc.);
  196.         - all operations should now be accessible from menus;
  197.         - changed "Load DBFields" to "Choose DBF" and "Pick Fields", should
  198.           be faster and easier now;
  199.         - now menus show what something will be toggled to on options that
  200.           toggle something.
  201.  
  202. Version 1.91
  203.         - changed many of the picklists to vertical format;
  204.         - implemented VGA 50-line mode;
  205.  
  206. Version 2.0
  207.         - implemented IDL screens;
  208.         - fixed some cursor stuff;
  209.         - implemented monitor switch (be careful, make sure you have two [grin]).
  210.