2010-05-24 19:19 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

*  contrib/hbtip/thtml.prg
     * removed old FOR EACH limitation
     * using HB_OSNewLine() as eol
     % on ::popNode added capability to check if end tags for the following
       tags are found: "tr","th","td"
       to end this tags, the user simply needs to call the current node
       with the minus ( - ) operator for the tag requiered to close:
         node - "th"

  *  ChangeLog
     ! Fixed wrong entry on my previous commit
This commit is contained in:
Teo Fonrouge
2010-05-25 00:19:13 +00:00
parent 77846542f5
commit 46543b976b

View File

@@ -2,9 +2,6 @@
* $Id$
*/
2010-05-24 19:08 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* contrib/hbtip/thtml.prg
/* Use this format for entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name (your_email address)
2010-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
@@ -20,6 +17,20 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-24 19:19 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* contrib/hbtip/thtml.prg
* removed old FOR EACH limitation
* using HB_OSNewLine() as eol
% on ::popNode added capability to check if end tags for the following
tags are found: "tr","th","td"
to end this tags, the user simply needs to call the current node
with the minus ( - ) operator for the tag requiered to close:
node - "th"
* ChangeLog
! Fixed wrong entry on my previous commit
2010-05-24 15:09 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/ideprojmanager.prg
% Fixed: to start build executable in "Start in" folder.