/*
 * $Id: ChangeLog.txt,v 1.21 2017/09/14 21:56:34 fyurisich Exp $
 */
/* Use this format for the entry headers:
   YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
   For example:
   2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/

2017-09-14 18:56 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_grid.prg
     * Method Justify now can change the justification of all columns
       in a single call. Usage:
       One column change:   oGrid:Justify( nItem, nJust, lRedraw ) -> nJust
       All columns change:  oGrid:Justify( aJust, lRedraw ) -> aJust
       One column retrieve: oGrid:Justify( nItem ) -> nJust
       All columns retrive: oGrid:Justify() -> aJust
     * Function SetGridColumnJustify now returns current justification.

2017-09-14 17:48 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_combobox.prg
     ! Incremental search text was not being reseted.
     ! GotFocus event was being fired twice.
     ! DisplayChange was not being fired.
     * Some format.

2017-09-13 19:33 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_image.prg
   * source/h_internal.prg
   * source/h_notify.prg
   * source/h_picture.prg
   * source/h_progressmeter.prg
   * source/h_textarray.prg
   * source/h_windows.prg
     + Some comments.

2017-09-13 19:29 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * include/i_hmg_compat.ch
     + Some clauses to improve compatibility.

2017-09-13 19:25 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide/prgs/formedit.prg
     ! Statubar's items is displayed with wrong font after resetting
       font to default values.
     + Support for ON KEY, BKGNDCOLOR, DATEFORMAT and TIMEFORMAT clauses.
   * ide/prgs/mgide.prg
     * The items of the statusbar of method myInputWindow are now
       more customizable.

2017-09-13 19:20 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * doc/classes.txt
   * doc/Maintenance.txt
     * Updated.

2017-09-13 18:02 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_browse.prg
     ! RTE "CALIAS__ method not found" when Browse was defined with
       FIXEDCONTROLS and FIXEDBLOCKS clauses.

2017-09-09 13:58 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_grid.prg
     + METHOD LastVisibleColumn( lEnd ): when lEnd is .F.
       (default value) returns the number of the column shown at
       grid's right side; when lEnd is .T. returns the number of the
       rightmost column with it's right border visible.

2017-09-09 12:34 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_windows.prg
     + Support for writing _OOHG_CALLDUMP() output to a text file
       named DumpLog.txt at the current folder.
       Usage: _OOHG_CALLDUMP( uTitle, cOutput ) where
       - uTitle: data (any type) to output. Defaults to NIL.
       - cOutput: S to get screen output only, F to get file output
         only, or B to get screen and file output simultaneously.
         Defaults to S.

2017-09-09 12:02 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * include/i_altsyntax.ch
     + Added clause BKGNDCOLOR.
   * include/i_monthcal.ch
     + Support for BKGNDCOLOR clause.

2017-09-09 11:37 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * include/i_altsyntax.ch
   * include/i_datepicker.ch
     + Added clause DATEFORMAT in DATEPICKER control.
     + Added clause TIMEFORMAT in TIMEPICKER control.
     * Parameters UPDOWN and RIGHTALIGN in call to TTimePick():Define
       are now forced to .T. and .F. respectively.
     ; TIMEPICKER control always has UPDOWN style.
     ; TIMEPICKER control ignores RIGHTALIGN style.
   * include/i_hmg_compat.ch
     + PP rules to ignore BACKCOLOR, FONTCOLOR, TITLEBACKCOLOR,
       TITLEFONTCOLOR and TRAILINGFONTCOLOR clauses of DATEPICKER control.
     ; These clauses have no effect under when visual styles are on.
     - Unneeded PP rule related to RADIOGROUP control.
   * source/h_datepicker.prg
     + Support for new clauses in DATEPICKER and TIMEPICKER controls.
     + DATA cDateFormat and METHOD DateFormat in TDatePick class.
     + DATA cTimeFormat METHOD TimeFormat in TTimePick class.
     * TTimePick():Value for controls with SHOWNONE style will now
       set the control to NULL if passed value is an empty string,
       instead of setting it to 00:00:00.
     * TTimePick():Value for controls with SHOWNONE style will now
       set the control to NULL if passed value is NIL, instead of
       setting it to current time.
     + Function SetDatePickerDateFormat.
     * Empty() replaced with HB_SYMBOL_UNUSED.

2017-09-02 19:14 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_image.prg
     ! Image can't be cleared.
     ! Control disappears when an inexistent image is assigned.

2017-09-01 17:55 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * source/h_tab.prg
     ! Save data block of controls inside a Tab was not being evaluated.

2017-08-26 00:43 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   + ./ChangeLog_005.txt
   * ./ChangeLog.txt
     * Renamed to ChangeLog_005.txt and started a new one.
   * manual/Changelog.htm
     * Updated.
