2004-04-01 20:32:38 by Julio M. Merino Vidal | Files touched by this commit (4) |
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)
|
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message:
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
|
2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232) |
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-02-13 20:37:26 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Simplify file list.
|
2004-02-13 20:36:38 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
This doesn't need GConf2 directly.
|
2004-02-11 12:48:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add pthread.buildlink3.mk to make it build again.
|
2004-02-11 08:42:42 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
bl3ify and also add a missing GConf2 dependency discovered by
buildlink3.
Bump PKGREVISION.
|
2004-02-09 19:47:39 by Julio M. Merino Vidal | Files touched by this commit (55) | |
Log message:
Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).
|