About gtkhtml ============= HTML rendering and editing library
ChangeLog ========= commit 40dcfcf09c7375e751614ef4cb3371031c5c5a1e Author: Matthew Barnes <[email protected]> Date: Sun May 8 08:52:35 2011 -0400 NEWS update for 4.1.1 release. NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 35 insertions(+), 1 deletions(-) commit 329c8d27db02cffa73618002ed2e39108e96a43c Author: Matthew Barnes <[email protected]> Date: Sun Apr 24 10:10:38 2011 -0400 Require gladeui-2.0 for Glade catalogs. components/editor/Makefile.am | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 60434a81c0ab268ed2c94a985a40707bcc9da6ef Author: Daniel Mustieles <[email protected]> Date: Mon Apr 11 21:16:22 2011 +0200 Updated Spanish translation po/es.po | 421 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 212 insertions(+), 209 deletions(-) commit 0e2bd39daa7cf116f022f1c5734403b29dc3fa93 Author: Matthew Barnes <[email protected]> Date: Mon Apr 11 09:35:50 2011 -0400 Work around an accessibility crash. For some reason, gtk_html_a11y_new() is being called during a GtkHTML dispose. The HTMLEngine pointer was NULL, which caused a crash when the a11y logic tried to do html->engine->clue. This strikes me as a libgail issue, but for now just work around it. a11y/object.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 95dd30b39b05f826c56014aad98077dd8d48f893 Download ======== http://download.gnome.org/sources/gtkhtml/4.1/gtkhtml-4.1.1.tar.gz (1.69M) sha256sum: d9ccfe5fa870f09ab1edc92a50d40f864f9f0765006c7d3cf77bad19f045db5f http://download.gnome.org/sources/gtkhtml/4.1/gtkhtml-4.1.1.tar.bz2 (1.18M) sha256sum: 03ee8940527403aee1a06255940df95bc6023291de09ae7051d14ce6c5e4f4ef _______________________________________________ ftp-release-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ftp-release-list Upcoming changes: May 25: new tarballs use formats .tar.bz2 and .tar.xz files (no more .tar.gz!) Nov 16: new tarballs use format .tar.xz (no more .tar.bz2 nor .tar.gz!)
