commit 19d6e2274cef5a7a14ff30ff076b604086a8bdda
Author: Jérémy Lal <kapouer@melix.org>
Date:   Thu Oct 9 11:31:48 2014 +0200

    Bug 737340 - theme_text_color is no longer in gtk 3.14

 gtkhtml/htmlcolorset.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 8d107adf1caa825b6cb8c1b09ea6b636c86697d9
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:   Tue Oct 7 18:45:30 2014 +0200

    Bug 537825 - Text cursor not erased when moved to new position
    
    When we repaint and the cursor is visible, draw the cursor to the
    main cairo context we are using, rather than separately. This makes
    sure that we draw the cursor on top of the content and clipped to
    the redraw area, and thus preserve the shown/hidden state properly.
    
    Some combination of redraw ordering or drawing outside the clipped
    area caused the shown/hidden state of the cursor to be flipped
    on redraw, causing a left-over cursor on next cursor move.

 gtkhtml/htmlengine-edit-cursor.c | 28 ++++++++++++++++++++++++++--
 gtkhtml/htmlengine.c             |  3 ++-
 2 files changed, 28 insertions(+), 3 deletions(-)

commit 283068632dc3f9d719821775f2330901a2f5a045
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 11 09:20:37 2014 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 601a80d6acbcf4dfd84d64d12cb05e484ff12758
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 11 09:19:35 2014 +0200

    NEWS update for 4.8.4

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)