$Id: ChangeLog,v 1.3 2004/04/18 13:30:35 farell Exp $

-------------------------Release 1.2.0RC1---------------------
2004-04-18  Laurent Laville <pear@laurent-laville.org>
    * The first release candidate of HTML_Progress 1.2.0
      is finally published on PEAR website.

2004-03-20  Laurent Laville <pear@laurent-laville.org>
    * add Error message logger in classes 
      using the new PEAR_ErrorStack package (by Greg Beaver)

2004-03-13  Laurent Laville <pear@laurent-laville.org>
    * adds 1 new UI method: drawCircleSegments
    * HTML_Progress_Circle is now a new managed shape 

2004-02-29  Laurent Laville <pear@laurent-laville.org>
    * adds 2 new UI methods: setCellCoordinates, getCellCoordinates
    * HTML_Progress_Polygonal is now a new managed shape 

2004-02-27  Laurent Laville <pear@laurent-laville.org>
    * HTML_Progress_Monitor::setAnimSpeed() method is deprecated
    * add basic code error HTML_PROGRESS_DEPRECATED

2004-02-21  Laurent Laville <pear@laurent-laville.org>
    * PEAR::Net_FTP got observer pattern (see PEAR/Net/FTP/observer.php)
    * PEAR::Net_FTP will replace FTP_Upload for basic ftp commands
    * HTML_Progress_Uploader used now PEAR::Net_FTP package

-------------------------Release 1.1--------------------------
2004-02-14  Laurent Laville <pear@laurent-laville.org>
    * HTML_Progress_Uploader is the new GUI class for FTP_Upload
    * FTP_Upload is an independant class to manage files ftp upload
      Credit to Tomas VV Cox for idea and code pick from package
      HTTP_Upload.

2004-02-13  Laurent Laville <pear@laurent-laville.org>
    * fixes PEAR-BUG#342 http://pear.php.net/bugs/bug.php?id=342
      add the new method setAnimSpeed() instead of sleep(1)
    * HTML_Progress_Generator is the next generation of 
      interactive tools to build online your own progress bar

2004-02-10  Laurent Laville <pear@laurent-laville.org>
    * HTML_Progress_Monitor support the QF renderer solution

-------------------------Release 1.0--------------------------
2003-11-15  Laurent Laville <pear@laurent-laville.org>
    * fixes compatibility with PHP 4.1.0 and 
      HTML_Progress_DM::getPercentComplete() method.

2003-11-14  Laurent Laville <pear@laurent-laville.org>
    * adds HTML_Progress::getScript() method for easy JS grab

2003-11-13  Laurent Laville <pear@laurent-laville.org>
    * fixes PEAR-BUG#233 http://pear.php.net/bugs/bug.php?id=233
      adds new HTML_Progress::getScript() method

2003-11-12  Laurent Laville <pear@laurent-laville.org>
    * phpDocumentor-tutorial completed 

2003-11-06  Laurent Laville <pear@laurent-laville.org>
    * publish Release Candidate 2

2003-11-04  Laurent Laville <pear@laurent-laville.org>
    * optimize internal JavaScript code. See getScript() method
    * separate each shape generation into toHtml() method

2003-10-30  Laurent Laville <pear@laurent-laville.org>
    * publish Release Candidate 1

2003-10-28  Laurent Laville <pear@laurent-laville.org>
    * Rewrites all API, and adds new features.
    * adds pre-set UI models into ProgressMaker tools.
    * adds ProgressMonitor, an easy way to display progress 
      in a dialog box. The user can cancel the task.
    * CSS id and class selectors are customizable.
    * adds ProgressObserver for watching progress bar activity 
      and taking actions on exceptional events.

-------------------------Release 0.6.2------------------------
2003-09-24  Laurent Laville <pear@laurent-laville.org>
    * adds example1f to use two progressbar with iframes solution

2003-09-22  Laurent Laville <pear@laurent-laville.org>
    * fixes PEAR-BUG#28 http://pear.php.net/bugs/bug.php?id=28
    * fixes PEAR-BUG#29 http://pear.php.net/bugs/bug.php?id=29
    * examples progress3r[1-2] works now with IE4 and NS4
    * adds example1p to show how to use new parameter 
      in setPage() method

-------------------------Release 0.6.1------------------------
2003-09-09  Laurent Laville <pear@laurent-laville.org>
    * fixes javascript errors with IE4 and NS4 browsers
      Thanks to Christian Wenz
    * include now ProgressMaker, a dynamic tools to build 
      and test all functionalities

-------------------------Release 0.6.0------------------------
2003-08-28  Laurent Laville <pear@laurent-laville.org>
    * Latest optimization on CSS generated 

2003-08-27  Laurent Laville <pear@laurent-laville.org>
    * Tutorial has been upgraded accordinglty 
      with new features and examples.

2003-08-26  Laurent Laville <pear@laurent-laville.org>
    * Add new feature: API setCell to customize cell-display

2003-08-25  Laurent Laville <pear@laurent-laville.org>
    * Progress bar will now take by default the optimized 
      size (height, width).

2003-08-23  Laurent Laville <pear@laurent-laville.org>
    * More attributes on setText API that allows to have 
      a separate zone for percent text info of progress bar.
      The text may be attach on each sides of progress bar
      and not only on right side as in previous version.

    * Add new feature: API setMessage, setMessageLine
      to provides display message on each step of progress

2003-08-20  Laurent Laville <pear@laurent-laville.org>
    * all bar element size are now exclusively in pixel;
      suppress suffix 'px' on attributes values

2003-08-19  Laurent Laville <pear@laurent-laville.org>
    * Rewrite code with suggestions of Stefan Neufeind
      and Greg Beaver

-------------------------Release 0.5.0------------------------
2003-08-06  Laurent Laville <laurent.laville@worldonline.fr>
    * New tutorial/howto is available in bundle distribution
      and online at URL 
      http://farell.free.fr/en/pear/sources/HTML_Progress/docs/

2003-08-05  Laurent Laville <laurent.laville@worldonline.fr>
    * 2 news subclasses to create horizontal and vertical 
      loading bar (on a idea of Arnaud Limbourg).
    * JavaScript code is now embedded into core HTML_Progress class
      Thanks to Yavor Shahpasov for his comment.

-------------------------Release 0.4.2------------------------
2003-08-01  Laurent Laville <laurent.laville@worldonline.fr>
    * First public release on PEAR website.

-------------------------Release 0.4.1------------------------
2003-07-24  Laurent Laville <laurent.laville@worldonline.fr>
    * notice errors is fixed in display method
      Thanks to Davey Shafik.

-------------------------Release 0.4--------------------------
2003-07-23  Laurent Laville <laurent.laville@worldonline.fr>
    * first stable release of package.
