home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / DSMODS / JOURNAL.LIS < prev    next >
Encoding:
File List  |  2001-02-10  |  8.0 KB  |  263 lines

  1. TITLE: JOURNAL.LIS
  2. DATE CREATED:   September 27, 1988
  3. AUTHOR:  Cary Gee
  4.  
  5. SUBJECT: My Journal...
  6.          Journal listing for DeskSet II
  7.  
  8. 11/01/87 - God Created DeskSet II
  9.  
  10. 09/27/88 - We've decided to start a journal
  11.  
  12.      (1) FILE.C      load_doc() - Fixed a problem of loading a document
  13.                       that didn't begin on page 1. Before,
  14.                       display would always start on page
  15.                       1 even if the first page is page X...
  16.  
  17.      (2) REDRAW.C    free_rbuffs() - Fixes restoring curpage. Without
  18.                      curpage, we would end up always on
  19.                      the last page.
  20.  
  21.      (3) METAMAKE.C  meta_make() - Slight modifications to prevent
  22.                        certain vdi metafile commands from
  23.                        executing...    
  24.  
  25.          (4) RESOURCE.C  do_go_page()- Set page in dialog box with the current
  26.                        page, before displaying dialog box.
  27.  
  28.                      
  29. 09/28/88 - 01/02/89 - Scuba Diving - Deep Dive - 85ft
  30.                    - Night Dive, Navigation, and 
  31.                    - light Search and Recovery
  32.                    Notes: Vertigo and sea sickness
  33.                       are no fun...
  34.             - Skiing       - Perfect conditions at 
  35.                      Sierra Ski Ranch
  36.                    - Nice Blizzard at Kirkwood and 
  37.                      Heavenly Valley
  38.                    - Reaffirm my hatred of moguls (sp?)
  39.  
  40.             - Bug Fixes and New Features
  41.               So Numerous that I forgot to mention them.
  42.             - Sent and Received Code To and From G.O. Graphics
  43.             - Air Warrior is FUN! FUN! FUN!
  44.               Squadron finally won a Campaign!!! (Rah Rah RAh)
  45.             - F16 Falcon received - Pretty Cool STuff
  46.             - Received Master Level characters for Dungeon Master
  47.             
  48. Addendum: 12/25/88  - Merry Christmas
  49.  
  50.       01/01/89  - Happy New Year
  51.  
  52. 01/03/89 - Received menu.c from C.Suko
  53.      - Modified Resource.c and Setup.c
  54.        Fixes Grouping Regions and modifications of attributes
  55.      - Sent G.O. Graphics a new Memory Driver and SLM804 Driver
  56.  
  57.  
  58. 01/04/89 - Files: DeskSet2.*
  59.           Handlers.c
  60.           Resource.c
  61.        Modifications: 1) Resources modified to allow Scan Offset 
  62.                  Dialog Box to take XXX formats instead of
  63.                  9999 format
  64.                    2) Fixed button handling when a primitive is
  65.                  selected, a button press occurs outside
  66.                  of any region, and the region is outlined
  67.                  in primitive diamonds.
  68.                  Action taken was to clear region pointers
  69.                  and menu items so that no region is selected.
  70.               3) Fixed dialog boxes that use Parmcheck().
  71.                  If an input error occurs, we stay in the
  72.                  dialog box.
  73.      
  74.           Received files from Craig.
  75.               Handlers.c,Resource.c,Menu.c,Errors.c,Redraw.c
  76.  
  77.           Modified File.c and Handlers.c
  78.           Action: Default Preview Window Title to "Preview Window"
  79.                   When load or save a document, the file name
  80.                   is not in the preview window title area.
  81.                   If  NEW occurs, then revert back to
  82.                   "Preview Window".
  83.  
  84.               Fixes Default Paths if there is no '\'.
  85.               and adds it in if there is none. No action taken
  86.               if a slash already exists.
  87.  
  88.  
  89.        Evening - AirWarrior Report
  90.              JV44 Squadron (I'm one of them) repulsed an
  91.              attack on the A's Radar by the Commie B's.
  92.              Casualties were light with the entire attacking
  93.              B force destroyed.  Yours truly shot down 2 bogies.
  94.  
  95. 01/05/89 - Modified Redraw.c and Draw.c
  96.  
  97.      - Action Taken: Fixes bug where a redraw_area() call will
  98.              redraw templates and page numbers correctly.
  99.              Before, they just wouldn't be redrawn.
  100.  
  101. 01/06/89 - Modified Redraw.c
  102.  
  103.      - Had problems with redraw.c and templates with more than
  104.        one region. Hey, its' all taken care of now, ok?
  105.        Resolution was to check 'display_templates()' and
  106.            the parenthesis blocks.
  107.  
  108.  
  109.      - Received ifout.c and handlers.c from Craig
  110.  
  111.  
  112. 01/09/89 - Received asm.c and handlers.c from Craig
  113.        Implements copy multiple regions at a time
  114.  
  115.  
  116.      - Kicked up the latest sources to the VAX
  117.  
  118. 01/09/89 - Modified handlers.c,menu.c file.c and deskset2.rsc
  119.  
  120.      - Changed all references in dialog boxes, windows and
  121.        menu items from templates to base page.
  122.  
  123.      - When showing or hiding the ruler, we make sure
  124.        that it is topped first. Otherwise, we would 
  125.        erroneously write over an open desk accessory.
  126.        solution: do a wind_set(handle,WF_TOP,dummy...) call.
  127.        when ruler flag is toggled in menu_handler().
  128.      
  129.      - Received asm.c and stuffptrs.s from Craig. Speeds up
  130.        the hj routines.
  131.  
  132.  
  133. 01/10/89 - modified file.c handlers.c windows.c redraw.c
  134.      - Solution: - Adjusted preview window name modifications
  135.                - Also, when switching to base page mode, would
  136.                lose file name at the preview window name.
  137.  
  138.  
  139.      - Handlers.c - button_end()
  140.               - removed vs_clip(handle,0,pxy) which cleared
  141.             the clip rectangle.
  142.  
  143.      - Handlers.c - menu_handler()
  144.               - When a NEW is performed, we set text attributes
  145.             to their defaults.
  146.         
  147.      - Handlers.c - Do_move_region() and do_move_prim()
  148.               - Check if a horizontal or vertical line and
  149.                 outline them instead of shrinking a box arnd the
  150.             chosen region.
  151.             Before, the box would xor itself away.
  152.  
  153.      - Redraw.c   - redraw_area()
  154.               - Moved the DO_GRIDS() call after where the 
  155.             clip rectangle is set.
  156.  
  157.          - Menu.c     - Genesis_region()
  158.               - When creating a text region, don't reset attributes.
  159.             Just use whatever the font dialog box is currently 
  160.             set at.
  161.  
  162.      - Handlers.c - rect_intersect()
  163.               - Instead of > thans, switch to >=
  164.  
  165.      
  166. 01/11/89 - Gone Skiing - Kirkwood.
  167.      - Summary     Clear-Cold-Windy-Empty
  168.                Half the lifts were closed due to high winds,
  169.                but there was almost nobody else there.
  170.                Ergo, we did TONS of runs down intermediate runs.
  171.                Unfortunately, Lift 4 was closed. Great ravine or gully
  172.                between lifts 2 and 3. A Must Ski!
  173.  
  174. 01/12/89 - Modified Handlers.c
  175.      - Routine: Do_Nada()
  176.                 
  177.             graf_rubbox(mx,my,&blah,&blah);
  178.             scrntomu(blah,blah,&newblah,&newblah,0);
  179.  
  180.             change to:
  181.  
  182.             scrntomu(blah,blah,&newblah,&newblah,1);
  183.  
  184.             We are not converting vertices in this case.
  185.             Therefore, the flag must be a 1 because we don't want
  186.             to adjust for window offsets.
  187.  
  188.      - Talked to Henry Nguyen. Morning.
  189.      - Talked to Henry Nguyen. Afternoon
  190.      - Printed out a listing.
  191.     
  192.  
  193.  
  194. 01/13/89 - Happy Friday the 13th - Jason is a *(&^
  195.  
  196.      - Modified Handlers.c
  197.        do_move_multi() - Modified so that vertical and
  198.                  horizontal lines have an outline
  199.                  instead of being xor'ed out.
  200.  
  201.      - Gave Craig sources.
  202.  
  203.      - Received files from G.O. Graphics
  204.        cmd.c keycurs.c tagmenu.c twcmd.c twdraw.c
  205.  
  206.  
  207. 01/16/89 - Received Handlers.c and Draw.c from CS
  208.        Adds Delete Multiple Regions and also
  209.        modified handjreg() in draw.c.
  210.  
  211. 01/17/89 - Modified - Convert.c
  212.               handlers.c
  213.               resource.c
  214.               redraw.c
  215.               cnvrt.h
  216.               ifout.c
  217.      - Excuses: - It has been discovered that
  218.               72pts != 1 inch.
  219.             - Instead, its 72.xxxx, ergo
  220.               the number of machine units in an
  221.               inch for vertical and horizontal
  222.               should not be 1152 and 1296.
  223.               butinstead 1156 and 1301.
  224.             - Files that required mu conversions
  225.               such as conversion routines, grids, and
  226.               rulers had to be modified.  However,
  227.               not all might have been found.
  228.             - Several G.O. Graphic files needed to
  229.               also be modified.
  230.  
  231.     - Modified Resource.c, hj.c and deskset2.*
  232.     - Line space is now treated only as point size.
  233.  
  234.  
  235. 01/23/89 - Received DBASE.C from CS
  236.      - Fixes the loading of a file from the clipboard.
  237.  
  238.      - Modified Redraw.c and Resource.c
  239.      - Effects the redraw of line widths
  240.  
  241.      - Received DRAW.C from CS
  242.  
  243.      - Restored IFOUT.C and CNVRT.H to their former selves.
  244.  
  245.  
  246. 01/25/89 - Updated files on the VAX
  247.      - received and modified numerous files.
  248.        Will update this file later...
  249.  
  250.  
  251. 01/26/89 - Received some files from G.O. Graphics...
  252.      - Yes, we touched everything in order to fix
  253.        all of the bugs, so there...
  254.      - Fed Ex all files to G.O. Graphics
  255.  
  256.  
  257. 01/27/89 - 02/07/89 - Lotsa File changes!!!!
  258.  
  259.  
  260. 02/08/89 - Updated files onto the VAX
  261.      - Fed Ex all files to G.O. Graphics
  262.     
  263.