Revision: 10171
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10171&view=rev
Author:   vszakats
Date:     2009-02-04 13:45:09 +0000 (Wed, 04 Feb 2009)

Log Message:
-----------
2009-02-04 14:42 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
  * include/hbextern.ch
  * common.mak
  * source/rtl/Makefile
  + source/rtl/tgetx.prg
  * source/rtl/tget.prg
  * source/rtl/tgetint.prg
    + CA-Cl*pper compatible GET class renamed to HBGet and
      is now always available regardless of feature settings.
    * Xbase++ compatible GET class named Get(), moved to separate
      file and now inherits from HBGet, plus implements
      additional functionality also in the separate file.
    * GetNew() moved to tget.prg from tgetint.prg.
    * Code changed to use HBGet():New() instead of Get():New().
    ; TOFIX: After above changes, Xbase++ compatiblity
             methods are no longer available for regular
             GETs, only if they are explicitly created
             using Get():New(). If this is a problem for someone
             we can start thinking of a solution.
    ; TODO: Do the same with TBrowse() and TColumn().

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/common.mak
    trunk/harbour/include/hbextern.ch
    trunk/harbour/source/rtl/Makefile
    trunk/harbour/source/rtl/tget.prg
    trunk/harbour/source/rtl/tgetint.prg

Added Paths:
-----------
    trunk/harbour/source/rtl/tgetx.prg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to