From bd303694edbc9b8da6cf6bcedd3f959162c833f2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 25 Apr 2009 08:55:22 +0000 Subject: [PATCH] 2009-04-25 10:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * ChangeLog + Added "inspired by" text for hb_retc*_buffer() functions' old ChangeLog entry. --- harbour/ChangeLog | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8cfdc6eb3b..0e1602d425 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-04-25 10:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * ChangeLog + + Added "inspired by" text for hb_retc*_buffer() functions' + old ChangeLog entry. + 2009-04-25 10:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/complex.c ! fixed bug reported by Ranier @@ -27,29 +32,29 @@ * harbour/contrib/gtqtc/moc_gtqtc.cpp * harbour/contrib/gtqtc/tests/wvtext.prg ! Code cleanup. - ! Adopted KDE's calss variable naming convention. + ! Adopted KDE's calss variable naming convention. Class variables now begin with "_" (underscore character). - Please follow this convention strictly. + Please follow this convention strictly. + IMPLEMENTED : hb_gtInfo( HB_GTI_RESIZEMODE, HB_GTI_RESIZEMODE_ROWS ). ! Tweaked caret implementation. ! Renamed :consoleArea => :drawingArea. More natural for hbqtxbp.lib. - + /* Please try like this: - 1. + 1. - Execute wvtext.exe - Press F10 -> New Window - Press -> Boooooom GPF (inkey(0)) - + 2. - Execute wvtext.exe - Press F10 -> New Window - Click on Main Window - Click on New Window - Press -> Normal Exit - - I am trying to find why to click on Main Window for - closing the New Window. I have not been able to reach any + + I am trying to find why to click on Main Window for + closing the New Window. I have not been able to reach any logical reasoning. Help is requested. Play : Resize New Window - Browser expands by rows and columns. @@ -62,7 +67,7 @@ 2009-04-24 23:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbole/olecore.c * harbour/contrib/hbole/oleauto.prg - + implemented FOR EACH enumeration. The code was proposed by + + implemented FOR EACH enumeration. The code was proposed by Przemyslaw on mailing list. Some fixes applied. 2009-04-24 16:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) @@ -72631,6 +72636,12 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour. * include/hbapiitm.h + New hb_itemPutCConst() prototype added + ; NOTE: Above functions were developed by Viktor Szakats, + and among them hb_retc_buffer() and hb_retclen_buffer() + were inspired by xhb function names hb_retcAdopt() + and hb_retclenAdopt() and implemented fully independently + in Harbour. + 2002-01-29 08:48 UTC+0000 Dave Pearson * source/vm/hvm.c * Removed unused szTemp variable from hb_vmPushStringPcode.