commit 005b9a2a664c545448526c27d9eb4b34ed50210d Author: Matthew Barnes Date: Sun May 12 08:49:33 2013 -0400 NEWS update for 4.6.5 release. NEWS | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) commit 6cf9c48178901d134905946652a84656e7b54e87 Author: Matthew Barnes Date: Mon May 6 10:47:05 2013 -0400 Bug 699757 - Crash in gtkhtml_spell_checker_get_suggestions() Initialize the "n_suggestions" variable in case enchant_dict_suggest() fails to set it. (cherry picked from commit dad1f9387e18440807ef66921ee6bd25bed0308d) components/editor/gtkhtml-spell-checker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9ed83f798e31904c6d0a643f4dae8fe4fb95cc76 Author: Paul Menzel Date: Tue Mar 12 11:31:35 2013 +0100 Bug #691362 – gtkhtml/htmltext.c: Return correct enum type `PangoDirection` in `get_pango_base_direction` $ apt-get source libgtkhtml-4.0-0 # with experimental sources $ cd gtkhtml4.0-4.6.0 $ clang --version Debian clang version 3.2-9 (tags/RELEASE_32/final) (based on LLVM 3.2) Target: i386-pc-linux-gnu Thread model: posix $ CC=clang ./configure […] CC htmltext.lo htmltext.c:1396:11: warning: implicit conversion from enumeration type 'HTMLDirection' to different enumeration type 'PangoDirection' [-Wenum-conversion] return HTML_DIRECTION_LTR; ~~~~~~ ^~~~~~~~~~~~~~~~~~ 1 warning generated. This error is present since the original commit/merge. commit 3f320b90e0e2bf6b688072d8a8baacdd22ca4691 Author: Radek Doulik Date: Tue Jan 4 12:47:33 2005 +0000 merge from RTL branch $ git tag --contains 3f320b90 GNOME_2_16_BRANCHPOINT GTKHTML3_27_3 GTKHTML3_31_5 GTKHTML_2_23_4 GTKHTML_2_29_91 GTKHTML_3_10_0 Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=691362 gtkhtml/htmltext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f422659ea17ad90e9803dfa526a6c3f83ac8617b Author: Alexandre Franke Date: Tue Feb 19 16:53:08 2013 +0100 Update French translation po/fr.po | 781 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 405 insertions(+), 376 deletions(-) commit c4413ba63d4ebc873a0323074592b986986d38e6 Author: Matthew Barnes Date: Sun Feb 17 14:58:52 2013 -0500 Post-release version bump. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)