Subject: CVS commit: pkgsrc/www/libgtkhtml
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 04/01/2004 18:32:38
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Apr  1 18:32:38 UTC 2004

Modified Files:
	pkgsrc/www/libgtkhtml: Makefile buildlink2.mk buildlink3.mk distinfo

Log Message:
Update to 2.6.0.  Changes since previous stable version (2.4.x):

Overview of Changes in gtkhtml2 2.6.0
=====================================
None.

Overview of Changes in gtkhtml2 2.5.6
=====================================
* Redraw cursor quickly when cursor is moved. (bug #135484)

=====================================
Overview of Changes in gtkhtml2 2.5.5
=====================================
* Fix porting issues for AIX C complier (bug #134860)
[bugzilla-gnome@thewrittenword.com].

Overview of Changes in gtkhtml2 2.5.4
=====================================
* Fix memory corruption problems. (bug #133518).

Overview of Changes in gtkhtml2 2.5.3
=====================================
* Correct inconsistency between byte offset and character offset when
selecting text. (bug #131425)

* Add support for virtual cursor position when scrolling up and down with
cursor showing. (bug 131216)

* Fix loooping error which occurred when reading accessible content of page
which contained HtmlBoxText without any text. (bug #131453)

* Correct cursor placement at end of paragraphs. (bug #131550)

* Correct creation of accessible objects for objects containing text.
(bug #131553)

* Emit text-caret-moved signal when cursor is moved and accessibility is
enabled. (bug #131465)

* Added FLOWS_FROM and FLOW_TO relations for accessible objects containing
text. (bug #131462)

* Move cursor when focus changes. (bug #131908)

* Correct link index value in link-selected signal (bug #131912)

* Remove file data/gtkhtml2.xcf as it is not used.

Overview of Changes in gtkhtml2 2.5.2
=====================================
* Emit selection-changed events when accessibility is enabled and
text is selected. (bug #125309)

* Fix crasher bug when float:center is specified in the html. (bug #129486)

* Fix crasher bug when multiple HTML documents are used in a HtmlView.
(bug #130789)

* Implement F7 to toggle showing cursor. Implement moving cursor by character,
word, line and page and to top or end using the keyboard.. Also implement
selection of text.

Overview of Changes in gtkhtml2 2.5.1
=====================================
* Fix crasher bug when document is deleted. (bug #127946)

Overview of Changes in gtkhtml2 2.5.0
=====================================
* Emit notification when new HTML page is displayed. (bugg #124199)

* Use correct language so that glyphs are displayed correctly for Chinese.
[Phill Zhang] (bug #124650)

* Make focus line visible, particularly when large font is uded. (bug #125290)

* Show text in correct font after font size is decreased. (bug #125301)

* Fix crasher problem when gok is used with yelp. (bug #126294)

* Correct implementation of moving focus out of HtmlView (bug #90281)


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/www/libgtkhtml/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/www/libgtkhtml/buildlink2.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/www/libgtkhtml/buildlink3.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/www/libgtkhtml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.