diff --git a/ChangeLog.txt b/ChangeLog.txt index cf7761da58..7d571d272b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-12-10 06:04 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * ChangeLog.txt + * removed trailing spaces + 2013-12-10 05:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * ChangeLog.txt * removed UTF8 BOM and restored natinal characters @@ -17,20 +21,20 @@ 2013-12-06 15:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib\gtwvg\gtwvg.h ! Increased: WVT_CHAR_QUEUE_SIZE 128 => 256 - Required in cases where paste operation in a bigger character - field is needed. Even this is hypothetical, but still works + Required in cases where paste operation in a bigger character + field is needed. Even this is hypothetical, but still works for most use cases. - + * contrib\gtwvg\gtwvgd.c - % Changed: behaviour of hb_gt_wvt_PutChar() to let SUPER GT layer + % Changed: behaviour of hb_gt_wvt_PutChar() to let SUPER GT layer to take the next action if application is not compiled for GUI controls on CUI window. This is controlled by pWVT->bGui - member of GTWVG structure. This makes GTWVG at par with GTWVT - if GUI controls are not sought as long as screen refreshes + member of GTWVG structure. This makes GTWVG at par with GTWVT + if GUI controls are not sought as long as screen refreshes are concerned. - + Przemek, can you correct me if I am wrong? - + * contrib\gtwvg\wvtwin.ch % Guarded: #deine RGB under #ifndef construct.