home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / program / delphi / download / nastroje / d234567 / PRODELD.ZIP / NEWS.TXT < prev    next >
Text File  |  2004-02-20  |  30KB  |  626 lines

  1. ProDelphi 14.x
  2. --------------
  3.  
  4. Additional remarks which are not in the description or might be overlooked:
  5.  
  6.   - Don't use the optimization switch of the compiler, in some cases the
  7.     compiler produces wrong code ( this has nothing to do with ProDelphi ),
  8.     and second the measurement results are less correct.
  9.  
  10.   - The best results concerning correctness are got if the profiled
  11.     program does not run under the IDE.
  12.  
  13. Limitations of use:
  14.  
  15.   - Arithmetic expressions in $IF or $ELSEIF statements are always treated
  16.     as TRUE. This is normally no problem (see GuidePD.pdf).
  17.  
  18.  
  19. Changes made in ProDelphi Version 15.9 (2/20/2004)
  20.   - Improvement: Option æDo not change file datesÆ improved. The file date/time
  21.     is set back to the date/time valid when instrumenting the first time without
  22.     cleaning before each instrumentation.
  23.  
  24. Changes made in ProDelphi Version 14.9 (2/14/2004)
  25.   - Bugfix: A space in the pathname of a directory below the Delphi source
  26.     or lib directory cause files not to be profiled if that directory was 
  27.     in the search path of the profiled application.
  28.   - Bugfix: A space on the path of the profiled application caused that 
  29.     ProDelphi did not automatically select the project when started by the IDE.
  30.  
  31.  
  32. Changes made in ProDelphi Version 14.7/14.8 (1/10/2004 - 1/31/2004)
  33.   - Bugfix: An $IFDEF-/$ENDIF in a Uses statement caused problems when the
  34.     ';' was inside $IFDEF-/$ENDIF. 
  35.  
  36. Changes made in ProDelphi Version 14.6 (12/30/2003)
  37.   - Feature: Environmentvariable in the output path possible now.
  38.   - Compatibility: Navigation interface can be used together with packages
  39.     using ShareMem now.
  40.   - Bugfix: Parser bug for processing a line with Application.Messagebox
  41.     containing an empty string now.
  42.  
  43. Changes made in ProDelphi Version 14.5 (12/11/2003)
  44.   - Bugfix: ProDelphi ended after clicking OK after thread warning message.
  45.   - Bugfix: Result file was reported to be empty when results were added.
  46.     with the online operation window and no measured procedure was called.
  47.  
  48. Changes made in ProDelphi Version 14.4b (11/22/2003)
  49.   - Feature: Try to recognize if the application contains threads and display
  50.     a warning if so and the option 'Testee contains threads' is not checked.
  51.   - Enhancement: Form for excluding directories made more comfortable.
  52.  
  53. Changes made in ProDelphi Version 14.4  (11/17/2003)
  54.   - Feature: Excluding directories made more comfortable and safe.
  55.  
  56. Changes made in ProDelphi Version 14.3  (11/9/2003)
  57.   - Bugfix: Parser bug fixed
  58.  
  59. Changes made in ProDelphi Version 14.2  (11/9/2003)
  60.   - Bugfix: Results from methods from units in the library path were
  61.     missing (appeared first in version 14.1).
  62.  
  63. Changes made in ProDelphi Version 14.1  (11/1/2003)
  64.   - Enhancement: The option 'Do not change file date' now makes that the 
  65.     file date is increased when profiling by 5 sec and decreased when
  66.     cleaning by 5 sec. This makes possile that the file date keeps the
  67.     same between checking out and in from a source code control system.
  68.   - Enhancement: The Professional version can measure 64000 procedures now. 
  69.  
  70. Changes made in ProDelphi Version 14.0  (10/11/2003)
  71.   - Feature:  Number of activating procedures increased from 16 to 32.
  72.   - Improved: Added chapter about hidden performance losses.
  73.   - Bugfix:   Units with one Uses-statement which is in the same line with
  74.               the implementation statement were not instrumented.
  75.   - Setup:    Now it is possible to install ProDelphi on PC's without
  76.               Drive C: 
  77. Changes made in ProDelphi Version 13.9a  (8/26/2003)
  78.   - Bugfix:   Settings in Ini-file were lost which caused incomplete
  79.               call graphs.
  80. Changes made in ProDelphi Version 13.9  (8/21/2003)
  81.   - Feature:  Online operation window can be disabled
  82.   - Feature:  Form for selecting activating methods improved
  83.   - Bugfix:   Using some Windows API-Function (e.g. DispatchMessage) caused
  84.               wrong entries in the call graph.
  85. Changes made in ProDelphi Version 13.8  (8/18/2003)
  86.   - Bugfix:   Closing the Online operation window terminated the profiled
  87.               application.
  88.   - Bugfix: Setup program deleted existing tools from the tools menu.
  89. Changes made in ProDelphi Version 13.7a  (8/10/2003)
  90.   - Bugfix: A local FORWARD declaration caused wrong procedure names in
  91.             ProfList.ASC so that result data was assigned to the wrong
  92.             method.
  93. Changes made in ProDelphi Version 13.7  (7/30/2003)
  94.   - Bugfix: Environment variables in path names were not processed correctly
  95.             if noted at the beginning of the path.
  96. Changes made in ProDelphi Version 13.6  (7/19/2003)
  97.   - Bugfix: History always used the file progname.hst in the exe-directory
  98.             even another file was selected.
  99.   - Bugfix: A local FORWARD declaration caused that following procedures were
  100.             not instrumented.
  101.  
  102. Changes made in ProDelphi Version 13.5  (6/26/2003)
  103.   - Bugfix: Applications with a language resource file aborted with ecxeption.
  104.   - Bugfix: Check for profiling more than 32000 methods  was missing, which
  105.             caused partly wrong measurement results when this case occured.
  106.  
  107. Changes made in ProDelphi Version 13.4b  (6/15/2003)
  108.   - Bugfix: Directories with a dot in their name caused to disable history.
  109.   - Bugfix: Compiler symbols defined in an include file were unknown in the
  110.             calling procedure.        
  111.   - Bugfix: Compiler symbols defined in a unit file were unknown in the
  112.             called include file.      
  113.   - Improved: Default directory for history files is now the exe-output directory (13.4a).
  114.   - Improved: Selecting a history file automatically activates the comparisation with the history data (13.4a).
  115.   - Improved: Warning when overwriting a history file (13.4a).
  116.   - Bugfix: Misleading error message when profiler accessed to result file while
  117.             Online operation window was storing results (13.4b). 
  118.  
  119. Changes made in ProDelphi Version 13.3  (5/22/2003)
  120.   - Bugfix: In a call Application.Messagebox it was not possible to
  121.     have characters inside the call parameters that start a comment.      
  122.   - Improvement: In the call graph recursively called procedures are
  123.     marked.
  124.  
  125. Changes made in ProDelphi Version 13.2  (5/12/2003)
  126.   - Bugfixes: Calculation of recursive functions completely worked over
  127.     (this increased the accuracy of recursive functions),
  128.     Emulation did not recalculate minimum and maximum times.
  129.   - Stack depth increased from 9600 ti 16000 entries.
  130.  
  131. Changes made in ProDelphi Version 13.1  (5/1/2003)
  132.   - Bugfixes (Professional version only): Minimum runtime was calculated
  133.     wrong for recursive functions (bug existed in all previous versions),
  134.     displaying of Minimum and Maximum runtime was disabled (beginning
  135.     with version 13.0)
  136.  
  137. Changes made in ProDelphi Version 13.0  (4/27/2003)
  138.   - Caller / Called graph: graphical view of who is calling whom
  139.   - Starting point list, showing which procedures are not called by any other
  140.     measured procedure. Useful to find measurement activation points.
  141.   - Bug fix: When profiling Initialization part of a unit, the data of the
  142.     last procedure of a unit was invisible.
  143.  
  144. Changes made in ProDelphi Version 12.1  (3/28/2003)
  145.   - Correction of algorithym for estimating the CPU-speed for mobile processors.
  146.  
  147. Changes made in ProDelphi Version 12.0  (3/23/2003)
  148.   - Clicking on a method in the viewer window opens the source file and 
  149.     positions the cursor to the method definition (Delphi 5 .. 7 only).
  150.   - Multiple history files possible now.
  151.   - Print menu displays the number of pages used for printing the results.
  152.   - Bugfix: Print All Pages printed only the first page.
  153.  
  154. Changes made in ProDelphi Version 11.7  (3/8/2003)
  155.   - Viewer enhanced
  156.   - Bug in API fixed (ProfAppendResults did not work)
  157.   - User Guide corrected
  158.  
  159. Changes made in ProDelphi Version 11.6  (1/30/2003)
  160.   - Bugfix in parser resolved. 
  161.   - Setup program fixed: start from network drive now possible.
  162.  
  163. Changes made in ProDelphi Version 11.5  (11/11/2002)
  164.   - Bug in displaying data after sorting the results with class or method
  165.     as sort criteria (the colums which include child times were not
  166.     actualized).
  167.  
  168. Changes made in ProDelphi Version 11.4  (10/15/2002)
  169.   - Setup program improved: it is no nonger necessary to manually install
  170.     ProfMeas.dll. For upgrading from freeware version to professional 
  171.     version a complete distribution has to be downloaded from internet.
  172.   - Bugfix: Definition of SleepEx in the interface file corrected.
  173.  
  174. Changes made in ProDelphi Version 11.3  (9/30/2002)
  175.   - Bugfix: Files named in the Uses - statement of a DPR-file were profiled
  176.     even they were write protected.
  177.   - Bugfix: Project settings were not persistent if DPR- and EXE-file were
  178.     in different directories.
  179.  
  180. Changes made in ProDelphi Version 11.2  (9/4/2002)
  181.   - Bugfix: Information for measured specified parts of procedures was 
  182.     missing if æLocal proceduresÆ was not activated.
  183.  
  184. Changes made in ProDelphi Version 10.5/11.1  (8/29/2002)
  185.   - Parser enhancement: Procedure declarations over more than one line are
  186.     handled now
  187.  
  188. Changes made in ProDelphi Version 10.4    (8/8/2002)
  189.   - Bugfix: PostMortem Review produced wrong USES-statements
  190.  
  191. Changes made in ProDelphi Version 11.0    (7/22/2002)
  192.   - Adaption to Delphi 7
  193.  
  194. Changes made in ProDelphi Version 10.3    (7/21/2002)
  195. - Profiling of a program that is measured simultaneously together with DLL's 
  196.   and profiling of simultaneously measured DLL's made  easier (this includes 
  197.   an improvement of the user guide).
  198. - Bugfix of release 10.2: Clean function did not clean all files.
  199. - Bugfix of release 10.2: Some files named in the uses-statement were not 
  200.   profiled when they were not in the search path (this concerned DLL's only).
  201.  
  202. Changes made in ProDelphi Version 10.2    (7/15/2002)
  203.   - Processing of environment variables in pathnames added
  204.   - Profiling of files named in the USES-statement of the DPR-file of the
  205.     profiled project added.
  206.  
  207. Changes made in ProDelphi Version 10.1    (7/1/2002)
  208.   - Upgrade for cross platform development Windows / Linux
  209.   - Parser bug in treating CASE-statements fixed
  210.   - Setup program enhanced (treatment of missing registry keys)
  211.  
  212. Changes made in ProDelphi Version 10.0    (5/26/2002)
  213.   - Maximum and minimum runtimes stored
  214.   - Button to open the user guide
  215.   - User Interface improved
  216.   - Optional profiling of the library path
  217.   - Profiling specified parts of a method
  218.   - Bugfix: Rounding bug in sorting after maximum changes fixed
  219.             
  220. Changes made in ProDelphi Version 9.6    (4/3/2002)
  221.   - Improvement: Automatic and cyclic storage of measurement results
  222.                  via online operation window.
  223.   - Bug fix: Two END-statement in one line could have caused procedures 
  224.              not to be profiled.
  225.  
  226. Changes made in ProDelphi Version 9.55    (3/25/2002)
  227.   Nothing. The files copied to the web site were wrong, to make sure
  228.   one has the correct file, the version was increased.
  229.  
  230. Changes made in ProDelphi Version 9.54    (3/19/2002)
  231.   - Bug fix: Sometimes class definitions in an include file or in the
  232.              implementation part of a unit were misinterpreted
  233.   - Bug fix: Forward definitions of overloaded functions caused wrong
  234.              results in the viewer if these definitions were made in
  235.              the implementation part or in an include file
  236.   - Bug fix: In the viewer window it was not clear, which of overloaded
  237.              functions consumed the CPU time (now they are enumerated)
  238.   - Improvement: Due to some customers request, the time stamp of a 
  239.                  profiled file optionally is only changed by a minimum
  240.                  through profiling or cleaning. On request now the
  241.                  time is only changed by 3 sec's so that the IDE still 
  242.                  recognizes that a file has changed.
  243.     This feature is available in the professional mode only !!!
  244.       
  245. Changes made in ProDelphi Version 9.53    (2/12/2002)
  246.   - Warning, if Method declarations are split into two lines
  247.   - Log improved
  248.       
  249. Changes made in ProDelphi Version 9.52    (1/17/2002)
  250.   - Bugfix: If optimization was activated in the source file the automatic 
  251.             deactivation did not work always and produced multiple lines for 
  252.             deactivation. 
  253.       
  254. Changes made in ProDelphi Version 9.51    (1/15/2002)
  255.   - Bugfix: Names of local procedures were converted to upper case. 
  256.   - Bugfix: When processing files with the read only attribute, the read 
  257.             only attribute was not set to true after profiling or cleaning.
  258.   - Bugfix: If local procedures were present but were not profiled,
  259.             an exception could have occured when starting the program.
  260.  
  261. Changes made in ProDelphi Version 9.4     (1/6/2002)
  262.   - Printed report enhanced: Color save mode or full color mode
  263.     selectable
  264.   - Optical improvement
  265.  
  266. Changes made in ProDelphi Version 9.3     (12/5/2001)
  267.   - For Delphi 6 the DOF-file was misinterpreted which caused files
  268.     not to be profiled
  269.  
  270. Changes made in ProDelphi Version 9.2     (11/25/2001)
  271.   - Button texts for selecting a method corrected
  272.   - Optical improvement
  273.   - Documentation as PDF-file
  274.   - CLX support reactivated
  275.   - Exclusion of directories for profiling
  276.   - Bug fixes
  277.  
  278. Changes made in ProDelphi Version 9.1     (8/3/2001)
  279.   - Printing of Reports added
  280.   - CLX support deactivated
  281.  
  282. Changes made in ProDelphi Version 9.0     (6/22/2001)
  283.   - Support of Delphi 6
  284.   - Support of CLX library
  285.  
  286. Changes made in ProDelphi Version 8.55    (4/21/2001)
  287.   - Size optimization for one of the measurement DLL's (Profmeas.DLL)
  288.   - Search function of the viewer optimized
  289.   - Processing of Initialization and Finalization part corrected
  290.  
  291. Changes made in ProDelphi Version 8.54    (2/24/2001)
  292.   - New feature: Always on top for online operation window
  293.   - Bug fix: Class methods and Class forward references can be handled
  294.   - Bug fix: Processing of relative pathnames improved
  295.  
  296. Changes made in ProDelphi Version 8.53    (2/19/2001)
  297.   - Incomplete error message concerning missing file fixed
  298.   - Cleaning the sources now also deletes the measurement result files (opt.)
  299.  
  300. Changes made in ProDelphi Version 8.52    (2/14/2001)
  301.   - Units without USES-clause wer not profiled
  302.  
  303. Changes made in ProDelphi Version 8.51    (1/27/2001)
  304.   - New feature to measure only the main thread
  305.   - Bugfix: Counting inherited times for caller fixed
  306.  
  307. Changes made in ProDelphi Version 8.5     (12/15/2000)
  308.   - user interface made more secure and easier understandable,
  309.   - warning shown if no DOF-file exists,
  310.   - viewer automatically selects the result file,
  311.   - viewer sorts detail window when clicking column headers,
  312.   - registration integrated in main program,
  313.   - two minor bugfixes.
  314.  
  315. Changes made in ProDelphi Version 8.4a    (10/21/2000)
  316.   - Parser bug fixed
  317.  
  318. Changes made in ProDelphi Version 8.4     (10/16/2000)
  319.   - Browser enhanced
  320.   - Viewer consumes less memory now
  321.  
  322. Changes made in ProDelphi Version 8.3     (09/03/2000)
  323.   - Viewer enhanced
  324.   - Parser enhanced
  325.   - Bug in SETUP.EXE fixed, aborted if no drive C: existed
  326.  
  327. Changes made in ProDelphi Version 8.2     (07/31/2000)
  328.   - Profiler aborted instrumenting when processing a file with
  329.     a total length of less than 80 bytes.
  330.  
  331. Changes made in ProDelphi Version 8.1     (07/12/2000)
  332.   - Version from 07/07/2000 could only be installed with 
  333.     administrator rights under Win NT / 2000
  334.  
  335. Changes made in ProDelphi Version 8.1     (07/07/2000)
  336.   - Color and font enhancements for the viewer
  337.   - Error message concerning not ready removable drives corrected
  338.  
  339. Changes made in ProDelphi Version 8.03    (06/01/2000)
  340.   - ProDelphi reported 'No space on disk' if a part of the units
  341.     search path had no drive letter: fixed.
  342.   - Units search path not editable anymore (caused some problems)
  343.  
  344. Changes made in ProDelphi Version 8.02    (05/22/2000)
  345.   Enhancements for profiling multithreaded applications:
  346.   - Measurement overhead decreased,
  347.   - Accuracy increased,
  348.   - Calibration process tuned (much faster now).
  349.   Enhancement for single and multithreaded applications:
  350.   - Calibration now processor and Delphi-version dependant (higher
  351.     accuracy for Delphi 2..4),
  352.   Comments in the DLL-Examples corrected.
  353.  
  354. Changes made in ProDelphi Version 8.01    (05/13/2000)
  355.   - Storing of measurement results tuned
  356.  
  357. Changes made in ProDelphi Version 8.0     (04/27/2000)
  358.   - Dynamical switching measurement on and off enhanced:
  359.     . Instead of calling the API-functions ProfActivate and ProfDeactivate
  360.       a special comment can be placed before the method with which the
  361.       measurement should be started (//PROFILE-ACTIVATE). The maximum
  362.       number of activation comments is unlimited.
  363.     . At the end of the profiling process a dialog window is opened
  364.       in which activating methods can be selected (if dynamcic activation 
  365.       is wanted). Between different activation methods can be switched 
  366.       without a new profiling process to be executed. The maximum amount of 
  367.       activation methods selected interactiv is 16.
  368.     . Activation by inserting //PROFILE-ACTIVATE and selecting in a
  369.       dialog window can be mixed.
  370.   - Measurement an start options do not afford a new profiling process.
  371.   - Measurement results can be emulated for another PC than that one on 
  372.     which the measurements have been done. So easily a slower or faster 
  373.     customers PC can be emulated. This saves the installation of the 
  374.     complete IDE on the customers equipment. Of course an emulation has
  375.     a lower accuracy than a measurement done with the original equipment.
  376.   - Profiling log added
  377.   - Freeware mode only: If more than 30 procedures are measured, the
  378.     the runtime of all those procedures that are not displayed is 
  379.     summarized and displayed.
  380.   - Post mortem review enhanced:
  381.     . In a case of an exception the name of the exception is given,
  382.     . Handling of recursively called functions improved.
  383.  
  384. Changes made in ProDelphi Version 7.62    (04/17/2000)
  385.   - Two or more entries $(Delphi) in the units search path caused a profiling
  386.     error when after $(Delphi) either \Lib or \Source was noted.
  387.   - Processing of $IFDEF, $IFOPT, etc. was case sensitive (needed to be
  388.     in capital characters).
  389.   - $IFDEF in a Uses-statement caused errors.
  390.   - Units search path is editable now (due to a customers request).
  391.   - Amount of profilable method increased from 16000 to 32000 (due to a
  392.     customers request). Professional mode only.
  393.  
  394. Changes made in ProDelphi Version 7.61    (04/06/2000)
  395.   - Pathname problem fixed
  396.  
  397. Changes made in ProDelphi Version 7.6/7.5 (03/25/2000)
  398.   - browsers tuned (7.6)
  399.   - parser bug fixed (7.5)
  400.   - handling of the function MsgWaitForMultipleObjects(Ex) corrected(7.6)
  401.  
  402. Changes made in ProDelphi Version 7.4 (02/27/2000)
  403.   - Coverage Profiling on a procedural base: A browser displays all those
  404.     methods which were not called.
  405.   - Accuracy for measurement of pure Assembler procedures increased
  406.     (professional mode only)
  407.  
  408. Changes made in ProDelphi Version 7.3 (01/15/2000)
  409.   - Enhanced accuracy of measurement, especially for nested procedures.
  410.   - Optimization is automatically switched off if the user forgets to 
  411.     uncheck the optimization switch. This prevents crashes of the testee
  412.     and guaranties a high accuracy measurement.
  413.   - In Professional mode 16000 methods can be measured now (before 10000).
  414.   - Bugfix: The $IFOPT compiler directive was not processed.
  415.   - Bugfix: Example program displayed wrong time with some Intel processors.
  416.  
  417. Changes made in ProDelphi Version 7.2 (11/21/1999)
  418.   - Bugfix: Setup corrupted the Delphi tools menu if already more than
  419.             nine tools existed. Uninstall deleted one entry too much
  420.             in the tools menu, if ProDelphi was not the last installed
  421.             tool.
  422.   - ProDelphi can now process relative pathnames.
  423.  
  424. Changes made in ProDelphi Version 7.1 (11/03/1999)
  425.   - Bugfix: Profiler could not be executed under Windows 95A.
  426.  
  427. Changes made in ProDelphi Version 7.0b (09/28/1999)
  428.   - Bugfix: The Delphi demo sources could not be profiled 
  429.             (Error message: Path error).
  430.   - Files in and below the Delphi LIB and SOURCE directory are excluded
  431.     from profiling
  432.  
  433. Changes made in ProDelphi Version 7.0 (09/26/1999)
  434.   - Additions for Delphi 5
  435.   - History window corrected: It displays '---' for the time now, if no times
  436.     for a method are not stored in the history file. Before the times of the
  437.     actual run were displayed.
  438.  
  439. Changes made in ProDelphi Version 6.7 (09/19/1999)
  440.   - SetUp program corrected: Administrator rights for Windows NT not 
  441.     necessary anymore.
  442.   - Integration into Delphi 2 tools menu fixed.
  443.   - Integration into Delphi 2/3/4 tools menu enhanced.
  444.   - Viewer enhanced for use with large screen fonts.
  445.   - Some changes done for use with Delphi 5 (not tested yet).
  446.  
  447. Changes made in ProDelphi Version 6.6 (08/24/1999)
  448.   - History function: Comparing the actual runtime by mouse click with
  449.     a preceding one, colored grids show which method got faster, which slower.
  450.   - Search path can be longer than 255 characters now.
  451.   - Documentation enhanced: hints for optimization and excact measurement.
  452.   - Addings for Delphi 5 done (not tested yet).
  453.  
  454. Changes made in ProDelphi Version 6.5a/b/c/d/e (08/15/1999)
  455.   - Bugfix concerning wrong output directory for 2 profiler internal files (6.5a) 
  456.   - Incompatibility with the tool Arabella (ProDelphi used the same filenames)(6.5b) 
  457.   - Spaces in filenames are accepted now (6.5c)
  458.   - Sorting of the detailed results causeD displaying wrong times (if the
  459.     filter option to exclude methods with very small runtimes was used).(6.5d)
  460.   - SetUp-program fixed, install didn't insert ProDelphi into the tools menu
  461.     and uninstall didn't delete it. (6.5d)
  462.   - Problems with profiling assembler procedures solved (professional mode) (6.5e)
  463.   - With Windows 95a and partition sizes > 2 GB the checking for enough
  464.     free disk was malfuntioning (6.5e)
  465.   - For security reasons, the Delphi LIB-directory is not profiled anymore (6.5e)
  466.   - Example program corrected: the displayed number of CPU-Cycles were
  467.     correct but the displayed times were correct only on a PC with 233 MHz
  468.     (estimation of CPU-frequency was missing) (6.5c)
  469.   - Example program enhanced to fit to the higher accuracy of ProDelphi:
  470.     smallest unit of time is now 0.001 micro second. (6.5c)
  471.   - Display format of example program changed to the style of ProDelphi. (6.5c)
  472.  
  473. Changes made in ProDelphi Version 6.5 (07/22/1999)
  474.   - Bugfix: rounding error
  475.   - Multiple directories can be profiled now
  476.   - DOF-file entries are used by ProDelphi now
  477.   - Viewer enhanced: smallest displayed time unit now 0.001 micro second,
  478.     Display format made better readable.
  479.  
  480. Changes made in ProDelphi Version 6.4 (06/03/1999):
  481.   - Bug fix: Setup aborted installation procedure when running under
  482.     Win95a or Win95b. No such problems occured under Win95c or WinNT 4.0.
  483.     I hope it also runs under Win98.
  484.     Release of Setup program is now V2.0.
  485.  
  486. Changes made in ProDelphi Version 6.4 (05/30/1999):
  487.   - Bug fix: Updating the list of files before profiling, corrected following
  488.     mistake: If a file was copied to the profiling directory and ProDelphi
  489.     was started, this file was not profiled.
  490.   - Integration of ProDelphi into the Delphi Tools menu
  491.   - Comfortable Setup program included now (V1.0)
  492.   - Example programs included
  493.  
  494. Changes made in ProDelphi Version 6.3a (05/16/1999):
  495.   - Bug fixed: Crash could occure in Local Procedures (or wrong result)
  496.   - Measurement not correct: 1 CPU-Cycle to much measured
  497.  
  498. Changes made in ProDelphi Version 6.3 (05/12/1999):
  499.   - Freeware and Professional mode:
  500.     * Automatic reading of defined compiler symbols and switches from the
  501.       DOF-file
  502.   - Freeware mode:
  503.     * number of measured procedures now 30 (before 20)
  504.     * measuring of local procedures now possible
  505.     * counting time of inherited methods for calling method possible now
  506.   - Professional mode:
  507.     * Profiling pure assembler procedures.
  508.  
  509. Changes made in ProDelphi Version 6.2a (04/10/1999):
  510.   - Parser-bug concerning class variables fixed.
  511.     
  512. Changes made in ProDelphi Version 6.2 (04/05/1999):
  513.   - Conditional compilation supported now, this means that IFDEF/IFNDEF-
  514.     statements are evaluated now.
  515.   - Enhancement of the viewer: Sorting of the results in the detail
  516.     window after every possible criteria (alphabetical, procedure runtime,
  517.     procedure runtime sum, procedure runtime incl. child time, etc. etc).
  518.   - Browser added to the viewer.
  519.   - 3 more Windows- API functions which set the program into idle status are 
  520.     handled now (no idle time measuring).
  521.   - Memorises important profiling options.
  522.   - Warning to save source files before profiling displayed now.
  523.   - Minor sorting bug fixed.
  524.   - Parser bug concerning nested local procedures corrected.
  525.   - Upgrading to professional mode now by Serial Number. This means a
  526.     better customer service. 
  527.     Just look at my homepage, if there is a new version, just download it, 
  528.     it runs with your serial number.
  529.  
  530.   Attention: Delete old *.PAS, *.DFM and *.DLL files of ProDelphi if you are
  531.              upgrading from an older version of ProDelphi.
  532.  
  533. Changes made in ProDelphi 6.1 (03/07/1999):
  534.   - The viewer was enhanced, the Detail-window can be enlarged until full 
  535.     screen. Making the viewer windows smaller, results in hiding unimportant
  536.     parts of the informations (not for Detail-window), so that the window 
  537.     can be made much smaller.
  538.     Some windows have got a splitter, so that the window can be made smaller.
  539.     The end of Unit-, class- and procedure names are no longer cut off after
  540.     25 characters (space for 40 characters availlable now).
  541.   - Parser bug concerning pure assembler procedures corrected.
  542.   - Calibation procedures are in a DLL now (ProfCali.DLL).
  543.   - Additional Windows- and Delphi- API functions which set the program into
  544.     idle status are handled now (no idle time measuring).
  545.   - Instead of DCU-files as interfaces to the DLL's, now PAS-files are delivered.
  546.     This has the advantage that extensions can be made by the user of ProDelphi.
  547.     Changes in those units are made on own risk. This concerns mainly  API-
  548.     functions that cause setting the program into an idle state.
  549.   - Documentation enhanced.
  550.  
  551.  
  552. Changes made in ProDelphi 6.0 (02/12/1999):
  553.   - DLL-Support was enhanced: Now it is possible to profile program and DLL's
  554.     simultaneously (or separetely as in version 5.3)
  555.   - Read-Only files are either not profiled now or the Read-only attribute
  556.     is automatically deleted.
  557.   - Documentation corrected and completed.
  558.   - Measuring bug concerning Application.ProcessMessages,
  559.     Application.HandleMessage, DispatchMessage, Sleep and SleepEx corrected.
  560.   - Parser bug concerning //PROFILE-NO without //PROFILE-YES corrected.
  561.   - Parser bug concernig key words ASSEMBLER, FORWARD and EXTERNAL corrected.
  562.  
  563. Changes made in ProDelphi 5.3 (12/20/1998):
  564.   - DLL-Support added
  565.     It is not described in the documentation yet. I've made a little example
  566.     to show, how a DLL is measured. Unzip the files in DLLSUPP.ZIP and read
  567.     the comments in the sources. It is quite simple.
  568.  
  569. Changes made in ProDelphi 5.2 (12/18/1998):
  570.   - Parser-bug concerning tabs in function or procedure statements corrected.
  571.   - Parser-bug concerning BEGIN / END in variable names,
  572.   - Viewer-bug corrected:
  573.     If more than one measurement run was made (using the Append-button in
  574.     the on-line operation window) and one or more procedures were never used,
  575.     the procedure names from the second run on were wrong and so not usable.
  576.  
  577. Changes made in ProDelphi 5.1 (11/22/1998):
  578.   - Parser-bug concerning Application.ProcessMessages and DispatchMessages
  579.     corrected
  580.   - Sleep and SleepEx is treated now.
  581.  
  582. Changes made in ProDelphi 5.0 (11/15/1998):
  583.   - Inserted profiling statments are now partly in Assembler. This results
  584.     in less measurement overhead and a better measurement accuracy (in my
  585.     test program results of the measured program had an accuracy of
  586.     +- 1 CPU-cycle on AMD K6. Results on Pentium without MMX are not so
  587.     accurate).
  588.   - Fixed 1 bug: testee aborted at program end if all procedures had a
  589.     runtime of 0 CPU-cycles (empty procedures).
  590.  
  591. Changes made in ProDelphi 4.0 (10/11/1998):
  592.  
  593.   - Export into data base,
  594.   - Adding a viewer to look at the results directly with the profiler,
  595.   - measurement results in CPU-cycles availlable
  596.   - 2 minor bug fixes
  597.   - greater accuracy and less measurement overhead compared to previous
  598.     versions by using 64 bit integers instead of data type Comp.
  599.   - measurement results for recursive procedures fixed.
  600.   - greater accuracy for calling of deactivated procedures (professional
  601.     version only).
  602.   - support of Delphi 4.
  603.  
  604. Attention:
  605.   ProDelphi 2.x for non-Intel-compatible CPU's is no longer supported.
  606.  
  607. Changes made in ProDelphi 3.1 (05/10/98):
  608.  
  609.  
  610. Profiler.exe :
  611.   Error message if too many procedures,
  612.   Remembering the last directory for next startup of PROFILER.EXE,
  613.   Easier installation.
  614.  
  615. Proftime.DCU :
  616.   Dramatically increased accuracy in time measurement (especially for
  617.     small  procedures),
  618.   greater accuracy in determining the CPU-speed (especially for CPU
  619.     >= 200 MHZ),
  620.   no exception when running under IDE and Windows NT (the exception
  621.     was produced by will but disturbing accuracy or functionallity),
  622.   correction for the case that more than 20 procedures are registered,
  623.   Remembering the last screen position for the online operation window.
  624.  
  625.  
  626.