home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / RegMonEx / RelNotes.txt < prev    next >
Text File  |  1998-03-21  |  5KB  |  125 lines

  1. ==============================================================================
  2. Release Notes for RegMoxEx
  3.  
  4. Visit the RegMonEx homepage at:
  5.  
  6.    http://stud.fh-wedel.de/~ii6059
  7.  
  8. ==============================================================================
  9. written by Jan Sultan (jsultan@tecs.de)
  10.  
  11. Based on RegMon written by Mark Russinovich and Bryce Cogswell.
  12. For more information on the driver see RegMon on http://www.ntinternals.com.
  13.  
  14. Suggestions and comments are very welcome.
  15.  
  16. Please read the ReadMe for further information and the disclaimer.
  17.  
  18. Additional notes for this release:
  19. ------------------------------------------------------------------------------
  20. Sorry it took some time to get this new version out. I was really busy studying
  21. for my exams.
  22. Since the gaps between my development sessions were quite long it may be possible
  23. that some bugs are left in the code. I implemeted only a few changes visible to
  24. the user. Much of the chages are internal changes.
  25. So if you find somthing wierd please notify me with an email.
  26.  
  27.  
  28. 21.03.98 Version 2.0.0.127
  29. ------------------------------------------------------------------------------
  30. New Features:
  31. - The Filter dialogs have now an additional presets-tab. There you can save
  32.   your filterdefinitions and restore them with a single mouseclick.
  33. - You can use '*' as a simple wildcard in filterfields.
  34. - Additional Tooltips show the contents of entries that don't fit in the column.
  35.   OK! I must admit that the tooltips implemetation is somehow lousy,
  36.   but don't want to implement something the new common controls will provide
  37.   by default. Wait for the next release and it will use the new common controls.
  38.  
  39. Changes/Fixes:
  40. - The Aboutbox has now more clickable links and a linklike mousecursor.
  41.  
  42.  
  43. 22.12.97 Version 1.3.0.87
  44. ------------------------------------------------------------------------------
  45. New Features:
  46. - Find command added to the edit menu.
  47. - Filters are now saved on exit and restored on start of the program.
  48. - In the Win95 version the Process-combobox in the Find-dialog lists all
  49.   running processes for easy filter generation.
  50. - When cliking on a filter item the items is transferred to the corresponding
  51.   text and comboboxes.
  52. - The About box has now two clickable links (thanks to Paul DiLascia).
  53.  
  54. Changes/Fixes:
  55. - Both versions use the latest drivers available at ntinternals
  56.   (Win95: dated 25th nov 97; WinNT: dated 14th oct 97)
  57. - CTRL-F is now assigned to the Find-command to be more consistent to other
  58.   apps. The capture filter was therefore changed to CTRL-T.
  59. - Tooltips show now the assiociated accelerator (keyboard shortcut)
  60.  
  61. 28.04.97 Version 1.2.0.77
  62. ------------------------------------------------------------------------------
  63. New Features:
  64. - Display Filter added. The Display Filter allows to show only a selection of
  65.   the events captured.
  66.  
  67. Changes/Fixes:
  68. - The 95 version now uses the 2.0 VXD delivered with RegMon 2.0 for Win 95
  69. - The Statusbar contains now two indicators. One for the capture filter and
  70.   one for the display filter.
  71.  
  72.  
  73. 30.03.97 Version 1.1.0.66
  74. ------------------------------------------------------------------------------
  75. Changes/Fixes:
  76. - The NT version now uses the new driver delivered with RegMon 2.0
  77.  
  78.  
  79. 10.03.97 Version 1.1.0.55 (First release version)
  80. ------------------------------------------------------------------------------
  81. New Features:
  82. - Printersetting is set to landscape on app start
  83. - Ownerdrawn view with full row select added.
  84.  
  85. Changes/Fixes:
  86. - Printing works.
  87. - Print and printpreview now knows the proper number of pages.
  88.   So the Next Page and Prev Page buttons work correctly.
  89. - Minor bug in printing routines which caused totally mix up of printed lines
  90.   fixed.
  91. - Document is now marked as modified so the app asks wether to save it when
  92.   destroying the document.
  93. - When Prining the Path column will now be truncated to fit the 
  94.   whole line on the page. (should be improved!)
  95.  
  96.  
  97. 03.03.97 Version 1.0.1.44 (RC2)
  98. ------------------------------------------------------------------------------
  99. New Features:
  100. - Edit Copy command
  101.   Copies the selected items to the clipboard
  102. - Dynamic priority boost
  103.   If there are really many calls to the registry. RegMoxEx raises it's own
  104.   process priority to read the information from the driver.
  105.   When the amount of registry calls decreases the priority is set back
  106.   to normal.
  107. - Minimal printing functions (not copylete yet!)
  108. - Critical section to protect the document data added.
  109.   (maybe in future versions RegMonEx will be multithreaded)
  110.  
  111. Changes/Fixes:
  112. - now with even prettier icons.
  113.  
  114.  
  115. 27.02.97 Version 1.0.0.27 (RC1)
  116. ------------------------------------------------------------------------------
  117. - First version.
  118. - Non official
  119. - included all basic features like the original RegMon
  120.  
  121. Added features:
  122. - File Open
  123. - Filter for capturing
  124. - switched to callbackitems for better performance
  125.