From 46543b976b9213279cfb1b4bbfcc38dcb9bb26d2 Mon Sep 17 00:00:00 2001 From: Teo Fonrouge Date: Tue, 25 May 2010 00:19:13 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fbfc51b6b9..2168688a3f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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.