commit 40dcfcf09c7375e751614ef4cb3371031c5c5a1e Author: Matthew Barnes 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 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 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 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