Revision: 13551
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13551&view=rev
Author:   vszakats
Date:     2010-01-13 14:11:50 +0000 (Wed, 13 Jan 2010)

Log Message:
-----------
2010-01-13 15:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
  * include/hbsetup.ch
    * Disabled HB_LEGACY_LEVEL2 by default.
    * HB_LEGACY_OFF now controls HB_LEGACY_LEVEL3 (was HB_LEGACY_LEVEL2).
    + Added HB_LEGACY_LEVEL4
    ; SVN users notice: This may make your C code INCOMPATIBLE with
      this version, please review required changes (documented in older
      ChangeLog entries) and update your code. Look for HB_LEGACY_LEVEL2
      and INCOMPATIBLE keywords.

  * contrib/hbnetio/utils/netiosrv.prg
  + contrib/hbnetio/utils/modules.hbp
  + contrib/hbnetio/utils/modules
  + contrib/hbnetio/utils/modules/test.prg
    + Added simple command line to server.
    + Added list of possible feature as TODO. Most of these will
      need backend support from hbnetio lib.
    + Added detailed help screen.
    + Added --version option support.
    + Added support for -rpc=file.hrb option. Although for some
      reason (most likely my omission) it doesn't work yet.
    + -DHB_EXTERN will now enable inclusion of all core functions.
    + Added build file for .hrb modules.
    + Added little test module.
    + Added SETCANCEL( .F. ) to avoid irregular shutdown with Ctrl+C.

  * src/rtl/memoedit.prg
    ! Deleted hack which explicitly set lastkey to CTRL_END/W
      when exiting with changes saved. The comment said that
      it was added to make DBU happy, but it doesn't seem to be
      necessary anymore, at least I couldn't spot any problem
      without it. Pls check it.
    ! Fixed MEMOEDIT() not recognizing K_ESC as exit key when
      custom function is used.
      This fixes DBU not recognizing K_ESC as a way to exit
      memo editing. Please review, I'm not MEMOEDIT() user
      and this was such an obvious omission that I wonder
      if there was some real reason for it. Anyhow it was
      wrong before.

  * contrib/hbfimage/fi_wrp.c
  * contrib/hbclipsm/num.c
  * contrib/hbclipsm/numfloor.c
  * contrib/hbclipsm/status.c
  * contrib/hbclipsm/numceil.c
    * Formatting.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbclipsm/num.c
    trunk/harbour/contrib/hbclipsm/numceil.c
    trunk/harbour/contrib/hbclipsm/numfloor.c
    trunk/harbour/contrib/hbclipsm/status.c
    trunk/harbour/contrib/hbfimage/fi_wrp.c
    trunk/harbour/contrib/hbnetio/utils/netiosrv.prg
    trunk/harbour/include/hbsetup.ch
    trunk/harbour/src/rtl/memoedit.prg

Added Paths:
-----------
    trunk/harbour/contrib/hbnetio/utils/modules/
    trunk/harbour/contrib/hbnetio/utils/modules/test.prg
    trunk/harbour/contrib/hbnetio/utils/modules.hbp


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

Reply via email to