Package: tk-html3 / 3.0~fossil20110109-7

Metadata

Package Version Patches format
tk-html3 3.0~fossil20110109-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix the exception can t read state sock no such element i.patch | (download)

hv/hv3_http.tcl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the exception 'can't read "state(sock)": no such element in
 array'

Create a small shell script that starts the hv3 browser.patch | (download)

hv/hv3 | 3 3 + 0 - 0 !
hv/hv3.1 | 18 18 + 0 - 0 !
2 files changed, 21 insertions(+)

 create a small shell script that starts the hv3 browser


Install the manpages in the proper section.patch | (download)

Makefile.in | 12 7 + 5 - 0 !
doc/html.man | 6 3 + 3 - 0 !
doc/hv3.man | 8 4 + 4 - 0 !
doc/macros.tcl | 5 3 + 2 - 0 !
4 files changed, 17 insertions(+), 14 deletions(-)

 install the manpages in the proper section.

Fix trivial manpage spelling.

Check for an empty string in get_selection.patch | (download)

hv/hv3.tcl | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 check for an empty string in get_selection()

The problem is that the get_selection method doesn't account for when
the "html text offset" command returns the empty string (it does, and
the C source says it can).

Fixed table columns are resized.patch | (download)

src/htmltable.c | 19 11 + 8 - 0 !
1 file changed, 11 insertions(+), 8 deletions(-)

 fixed table-columns are resized

If I have a html-table like ... <TD width=120px> ...
 all the columns are resized if the widget ist smaller then it should be.

Dynamic set ignores background color on tbody nodes.patch | (download)

src/htmlprop.c | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 dynamic set ignores background-color on tbody-nodes

Fix the problem that tkhtml seems to ignore 'background-color' on tbody-tags.

http://groups.google.com/group/tkhtml3/browse_thread/thread/74ccb54074bec7d5

Disable the Bug report button.patch | (download)

hv/hv3_main.tcl | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 disable the "bug report" button

The website behind it is not functional anymore.

Updated bookmarks freshmeat freecode CVSTrac fossil.patch | (download)

hv/hv3_bookmarks.tcl | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 updated bookmarks: freshmeat->freecode; cvstrac->fossil


Fixes that were applied to the package included in the sa.patch | (download)

src/htmlcmd.c | 22 22 + 0 - 0 !
src/htmlurl.c | 3 3 + 0 - 0 !
src/htmlwidget.c | 20 14 + 6 - 0 !
3 files changed, 39 insertions(+), 6 deletions(-)

 fixes that were applied to the package included in the saods9
 source.

Use tcllib instead of packages snit.patch | (download)

hv/hv3_browser.tcl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use tcllib instead of packages snit

Use the snit package included into tcllib bundle instead of private
copies of snit*.tcl

Configure shared libs for hurd i386 and kfreeBSD correctl.patch | (download)

tclconfig/tcl.m4 | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 configure shared libs for hurd-i386 and kfreebsd-* correctly

And propagate LDFLAGS

Closes: #692301

Added new function HtmlInitTreeNodeCmd.patch | (download)

src/html.h | 1 1 + 0 - 0 !
src/htmltcl.c | 26 17 + 9 - 0 !
src/htmltree.c | 15 14 + 1 - 0 !
3 files changed, 32 insertions(+), 10 deletions(-)

 added new function htmlinittreenodecmd

And deleted/avoid some asserts to make tkhtml a little bit more stable for us.