2012-05-02 12:48 UTC+0200 Viktor Szakats (harbour syenar.net)

* ChangeLog
    ! copy/paste error in fn skeletons
This commit is contained in:
Viktor Szakats
2012-05-02 10:49:05 +00:00
parent ad79a430f7
commit 65748f24d2

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-05-02 12:48 UTC+0200 Viktor Szakats (harbour syenar.net)
* ChangeLog
! copy/paste error in fn skeletons
2012-05-02 12:30 UTC+0200 Viktor Szakats (harbour syenar.net)
* include/hbcompdf.h
* include/hbexprop.h
@@ -42,10 +46,10 @@
fail if the application has already set
HB_GTI_INKEYFILTER to a custom value.
+ added:
HBCT_GETKXLAT( <nOrgKey>[, <nNewKey> ] ) -> <lAccepted>
HBCT_GETKXTAB( <nOrgKey> ) -> <nNewKey>
HBCT_SETKXLAT( <hTrs> ) -> <lAccepted>
HBCT_SETKXTAB() -> <hTrs>
HBCT_SETKXLAT( <nOrgKey>[, <nNewKey> ] ) -> <lAccepted>
HBCT_GETKXLAT( <nOrgKey> ) -> <nNewKey>
HBCT_SETKXTAB( <hTrs> ) -> <lAccepted>
HBCT_GETKXTAB() -> <hTrs>
Same as above, but they use standard inkey() values.
; USE AT YOUR OWN RISK. NO GUARANTEES.