2002-09-03
- Added donations from Fernando Silva - JvFooter, JvNTEventLog and JvGroupHeader

2002-08-28
- Added RALib components donated by Andrei Prygounkov 

2002-08-28
- Added new options to JvSHFileOp

2002-08-26
- Added JvBands donated by Chiang Seng Chang //MBeck
- removed DesignSize from few forms (doesn't exist in D5) //MBeck

2002-08-25
- JvInspector: Added RelativeDivider property
- JvInspector: Changed compound item to a protected base class
- JvInspector: Added public compound item
- JvInspector: Added options to compound item to allow a single name
- JvInspector: Added TDate, TTime and TDateTime editors
- JvInspector: Changed the way data instances/items are created 
- JvInspector: All Items have their own separate DisplayName, initialized to the data's Name property
- JvInspector: Minor fix-ups

2002-08-23
- Added JVDSADialogs donated by Marcel Bestebroer

2002-08-10
- Moved JvSearchFile.pas, JvSearchFiles.pas and JvSysComp to /archive //Remko Bonte
- Removed JclFileMaskComparator and TJvFileTreescan out of JvSysComp.pas //Remko Bonte
- Added modification to JvSearchFiles.pas //Remko Bonte
- Updated JvFormWallPaperEdit to use TJvSearchFiles instead of TJvSearchFile //Remko Bonte
- Updated fjvclConverterMain.pas to use new TJvSearchFiles //Remko Bonte

2002-07-26
- Added updated JvCoupler from Rob den Braseem - set label position
- Added TAnchorKind declaration to JvTypes for D4 and below
- Added Action support to TJvCustomLookoutButton

2002-07-25
- Changed JvFunctions and JvWinDialogs to conditionally exclude cpl.pas for D6Pe
- Changed D6Pe packages to remove units not supported
- Removed Forms and replaced Application.ProcessMessages from JvSearchFiles
- TJvSearchFiles, TJvSearchFile and TJvFileTreeScan (from JvSysComp.pas) merged into TJvSearchFiles (by Remko Bonte)

2002-07-24
- TJvTrayIcon: Added mechanism to reduce hint refresh, only refreshing when user request the hint

2002-07-22
- added JvThumbImage, JvThumbNail, JvThumbView, JvMovableBevel  donated by John Kozikopulos  //MBeck

2002-07-20
- fixed a few minor bugs
- added Ariochs fixes to JvMRU
- added modifications from Rudy Velthuis to JvRadioControl (better drawing)
- moved JvFormDirectory to \archive (part of removed Installer)
- moved JvFormCalculator to \archive
- moved JvCalculator, JvCalculatorBox, JvButtonBox, JvCustomBox, JvDirectoryBox, JvFilenameBox, JvImageBox to \archive
- moved JvShell to \archive - JvxTrayIcon duplicates JvTrayIcon
- moved JvShDlg to \archive - utility functions not used
- moved JvCombos to \archive - duplicates TJvFontComboBox and TJvColorComboBox
- moved standard compiler directives from units into JVCL.INC (using Convert)
- replaced JEDI.INC with JVCL.INC in units/packages (using Convert)
- added DJCL??.DPK to JVCL200_R??.DPKs requires section
- moved {$ObjExportAll ON} from units to JVCL.INC (using Convert)

2002-07-19
- Converted DELPHIXX defines to COMPILERXX with Michael Becks Convert utility 
- fixed Directory setter bug in JvBrowseFolder
- moved all BMP's and PNG's to \glyphs and glyphs\PNG because of re-casing problem in CVS (cannot change case of existing files even if you delete and re-add it)
2002-07-18
- Changed generic Exception classes to EJVCLException and added JvTypes where necessary
- Remko Bonte fixed design-time bugs in JvSpecialProgress 

2002-07-16
- Added JvRadioControl donated by Rudy Velthius
- removed JvStrxLEdit (duplicate of JvStrLEdit)

2002-07-15
- Moved several forms that wasn't used to \archive\installer. These were part of the already archived installer package
- Readded JvFormProgress (deleted by mistake)

2002-07-14
- TJvTrayIcon: Restructured all visibility options 
- TJvTrayIcon: Added autohide capability and design mode
- TJvTrayIcon: Removed timer when not animated
- Moved TJvDBProgressBar from JvProgressBar to new unit JvDBProgressBar.pas
- Fixed corrupted DFM files from converted RxLib
- Added RunDLL32 and RunDLL32Internal functions to JvFunctions

2002-07-13
- Fixed CRLF corruption - couldn't open files in D5 (is this due to D6 or CVS?)
- Added new component, JvAnalogClock, from Frenk Vrtari
- Added Michael Beck's converted RxLib files to the source
- Modified D6 packages to include new RxLib components
- Modified D5 packages to include new RxLib components
- Extracted and added images from RxLib to \images and updated rc script

2002-07-11
- Added Robert Marquardt's HID component to the Jv System tab and a couple of demos to \examples
- JvRecentMenuBtn: fixed bug where folders were included
- JvDirectories: added properties for getting the Common and All Users folders
- JvFavoritesButton: now folders are placed ahead of files
- JvStartMenuBtn:now folders are placed ahead of files + added Options property to include items from the Common and All Users Start Menus

2002-07-10
- Added packages for Delphi 6 Personal (JVCL200_R60Personal and JVCL200_D60Personal)
- Modified JvProgressBar to support D6 Personal

2002-07-08
- Modified Files for D5 support:
	JvAppHotKey.pas JvCaptionButton.pas JvChangeNotify.pas 
	JvCheckBox.pas JvCheckListBox.pas JvClipboardViewer.pas 
	JvColorCombo.pas JvCombobox.pas JvDateTimePicker.pas 
	JvDeviceChanged.pas JvDiagramShape.pas JvDialogs.pas 
	JvDragDrop.pas JvEasterEgg.pas JvFunctions.pas 
	JvImageTransform.pas JvJoystick.pas JvListBox.pas JvMagnet.pas 
	JvPlaylist.pas JvRas32.pas JvScreenResolution.pas 
	JvSearchFile.pas JvSearchFiles.pas JvSimpleXml.pas 
	JvSlider.pas JvZlibMultiple.pas 

- Added DPK's and DOF's for Delphi 5 (JVCL200_R5 and JVCL200_D5)

2002-07-07
- Added changes and bug fixes to JvTrayIcon, JvStatusBar, JvTranslator and JvListView from Sebastien Buysse

2002-07-05
- Added JvInspector and support units (JvInspDB and JvInspXVCL) from Marcel Bestebroer
- JvInspector bug fixes by Deepak Shenoy:
=========================================
-- InspectorItem.SelectValue() 
   Added "If SL.Count>0" check to ensure no infinite loop occurs when no items are in the list
-- InspectorItem.SetEditCtrl()
   Reset Window Proc to old window proc before freeing the Old Edit Ctrl because I was getting a weird access violation when I tabbed too fast and tabbing was on. (Deepak Shenoy)
Note: have to consider reusing? Or somehow allowing custom call in at this point.
-- InspectorItem.DrawValue()
   Added the "If Data=nil" check at the beginning because sometimes we were getting data=nil (??)
=========================================

2002-07-01 (2.00)
- New restructured version released: for more details on changes, see restruct_changelog.txt; for more info on demo changes, see restruct_demochanges.txt

      
