home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Applications / Mathematiques / Kurve.lha / Kurve / History < prev    next >
Text File  |  1992-12-06  |  8KB  |  158 lines

  1.                                                                  
  2.                                                                  
  3.                                                                  
  4.                       REVISION HISTORY                           
  5.                                                                  
  6.                       (see also Kurve.c)                         
  7.                                                                  
  8.  Kurve V1.0                                           10.09.1989 
  9.                                                                  
  10.  Kurve V1.5                                           20.02.1990 
  11.  changed Parser 2.55 to 3.0                                      
  12.  Parser now creates code for pseudo-stack-machine                
  13.                                                                  
  14.  Kurve V1.6                                           21.10.1990 
  15.  Updated whole programm for Aztec C 5.0a                         
  16.  new Funktion-Requester                                          
  17.  added zooming of coordinates                                    
  18.                                                                  
  19.  Kurve V1.7                                           01.12.1990 
  20.  new Parser 4.00 now generates 68000 machine code for IEEE64 libs
  21.  some minor changes in frequest.c                                
  22.                                                                  
  23.  small changes in NeueF()                     V1.701  07.01.1991 
  24.  changed DoReq()                                      07.01.1991 
  25.  changed colours for WB 2.0 (got Kick36.141?) V1.702  19.01.1991 
  26.  some minor changes at pseudo bugs            V1.703  10.03.1991 
  27.  added UnZoom()                                       10.03.1991 
  28.  changed line-clipping code                   V1.704  19.03.1991 
  29.                                                                  
  30.  Kurve V1.71 27.04.1991                                          
  31.  added screenprefs() and changed all? coordinates to             
  32.  relative screen height and width                     27.04.1991 
  33.                                                                  
  34.  V1.711 changed Drucken() because I got a formfeed between       
  35.  close(fd[prt:]) (printing of the Text )                         
  36.  and the OpenDevice(printer...) (prints RastPort)                
  37.  this occur only with HP-Desk/Laserjet                27.05.1991 
  38.  added ShowErr()                                      28.05.1991 
  39.                                                                  
  40.  V1.712 some code improvements, menu style change     15.06.1991 
  41.  no more dividing with constant floats->> multiply it!           
  42.                                                                  
  43.  V1.713 small changes in all modules                  25.07.1991 
  44.                                                                  
  45.  V1.714 changed Cross() and ZoomBox()                 10.08.1991 
  46.                                                                  
  47.  V1.715 more 2.0 styling, translation german english             
  48.  corrected  g-format error -->>checkstring()  18. and 24.08.1991 
  49.                                                                  
  50.  V1.716 WB like cycling of ZoomBox                    24.09.1991 
  51.                                                                  
  52.  V1.800 added changescreensize requester,             17.11.1991 
  53.  changecolor request and some menu improvements                  
  54.  Deleted Funktion(), Ableitung1() and  Ableitung2()              
  55.  --> all drawing is done via DrawFunc()                          
  56.  Inserted getcolors() and enable Keystroke Activation 18.11.1991 
  57.  of all Gadgets used in  Requesters                              
  58.  inserted new mousepointer                            19.11.1991 
  59.  added extLoadConfig and extSaveConfig to handle different       
  60.  configuration files                          19. and 20.11.1991 
  61.                                                                  
  62.  V1.801 found bug in tag structure; changed Draw->All 17.12.1991 
  63.                                                                  
  64.  V1.802 ShowErr now does AutoRequest, added numerical (Simpson)  
  65.  integration of the function from xmin to xmax        21.12.1991 
  66.                                                                  
  67.  added #ifdef AztecVERSION500 to printpara() and checkstring()   
  68.  in funkrequest.c, so checkstring is only compiled if you set    
  69.  this define to AztecVERSION500 -> see checkstring()             
  70.  changed some cast operators and includes.kur cause I'm using    
  71.  now the Kick2.04 and AztecC52 includes               24.12.1991 
  72.  some minor enhancements                              25.12.1991 
  73.  placed file and screenrequest in fileandscreen.c     28.12.1991 
  74.  V1.803 last Aztec 5.0d/e Version                     28.12.1991 
  75.                                                                  
  76.  V1.900  new functionlist requester and new intervall requester  
  77.  to deal with various number of functions             06.02.1992 
  78.  recursive drawfunc2()                                08.02.1992 
  79.                                                                  
  80.  V1.901                                                          
  81.  disabled load-save in Functionlist and found bug in disabling   
  82.  Colors Menu if no palette requester is available     28.02.1992 
  83.                                                                  
  84.  V1.902 bug in doreqreq found !!                      17.04.1992 
  85.  now save and load settings always in active function            
  86.  bug in load - save functions found; load buffer was to small    
  87.  
  88.  Changes for Version 2.000                                       
  89.  doing CreateMenus()  disabled KickstartVersions<37   28.07.1992 
  90.  changescreenmode-request with kick 2.0 look   01. to 03.08.1992 
  91.  MouseCenterWin, new OK,Cancel Gadgets         03. to 04.08.1992 
  92.  handlepattern, handleedit                     04. to 05.08.1992 
  93.  changeintervall, asl filerequester                   06.08.1992 
  94.  showerr now does EasyRequest()                       12.08.1992 
  95.  min_open                                             13.08.1992 
  96.  turboparser4.00 for 68881/82                         16.08.1992 
  97.  
  98.  V2.001 small change in fileandscreen->gadgethandling 12.09.1992 
  99.  improved handling of asl.requester some code cleanup 27.09.1992 
  100.  
  101.  ****************************************************************
  102.  
  103.  
  104.  Things in Version 2.1
  105.  
  106.  support locale.library so you can choose your own language      
  107.  -> contact me with good translations of all the text I use      
  108.  
  109.     sorry I've never learned french or any other language only   
  110.     GERMAN and ENGLISH
  111.  
  112.  better printer handling
  113.  AREXX-Port
  114.  
  115.  support all monitors in gfxmonitorbase with 8 (or more) colors
  116.  --> scan through monitorlist with NextDisplayInfo()
  117.  
  118.  NO SUPPORT of screenmode-requester from asl.library (Workbench 38.24)
  119.  because it only shows a list of screenmodes. There are no other
  120.  Gadgets like Screenwidth, Screenheight or default Settings and the 
  121.  mode properties will only be shown in a special window.  Also it
  122.  causes some Soft-Gurus (corrupted mem list...) if you are a 
  123.  "heavy clicker" like me (too-many-fingers-on-keyboard-error).
  124.  Kickstart 39.94 with Workbench 39.7 was able to create the gadgets
  125.  height and width during my tests, but it had no Mode Properties (only
  126.  in a special Window) and a bad layout. Also there was no color-requester
  127.  in these asl.library.
  128.  
  129.  
  130.  anything else ?? ->contact me
  131.  
  132.  
  133.  
  134.  NOTE
  135.  
  136.  The program Kurve and all documentation files are freely distributable,
  137.  but copyrighted by me.
  138.  This means  that you can  copy it freely and  unmodified as long as
  139.  you  don't  ask for any  more  money than a nominal fee for copying
  140.  (max. 4$ or 5DM).
  141.  
  142.  
  143.  
  144. written by Henning Rink  1992
  145.  
  146.  
  147.                           MAY U LIVE 2 SEE THE DAWN
  148.  
  149.  
  150.  
  151.  
  152.                          __
  153.                         ///
  154.                     __ ///
  155.                     \\X// AMIGA - There Can Be Only One
  156.                      »»»  ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿
  157.  
  158.