summaryrefslogtreecommitdiff
path: root/www/libgtkhtml/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-01Update to 2.6.0. Changes since previous stable version (2.4.x):jmmv1-3/+2
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)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-9/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-13This doesn't need GConf2 directly.jmmv1-2/+1
2004-02-11bl3ify and also add a missing GConf2 dependency discovered byxtraeme1-0/+28
buildlink3. Bump PKGREVISION.