diff options
author | Milan Crha <mcrha@redhat.com> | 2008-06-19 00:43:02 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-06-19 00:43:02 +0800 |
commit | 058584357ec854d2c09663c65cf7760904ab4696 (patch) | |
tree | 9e19081214015b616447774ec02cfadfc3f7db4e /mail/ChangeLog | |
parent | ef395aea81c8fc6b1e2d51c75833e167fdf6510b (diff) | |
download | gsoc2013-evolution-058584357ec854d2c09663c65cf7760904ab4696.tar gsoc2013-evolution-058584357ec854d2c09663c65cf7760904ab4696.tar.gz gsoc2013-evolution-058584357ec854d2c09663c65cf7760904ab4696.tar.bz2 gsoc2013-evolution-058584357ec854d2c09663c65cf7760904ab4696.tar.lz gsoc2013-evolution-058584357ec854d2c09663c65cf7760904ab4696.tar.xz gsoc2013-evolution-058584357ec854d2c09663c65cf7760904ab4696.tar.zst gsoc2013-evolution-058584357ec854d2c09663c65cf7760904ab4696.zip |
** Fix for bug #423395
2008-06-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #423395
* configure.in: Requires newer GtkHTML, 3.23.5.
* mail/em-format-html.c: (efh_init), (efh_text_plain), (efh_text_enriched),
(efh_text_html), (efh_message_deliverystatus): Put the anchor where
the message body begins and let GtkHTML know the anchor name to place
the cursor there in caret mode on the first focus.
svn path=/trunk/; revision=35650
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bef54c63c9..37c746db00 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2008-06-18 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #423395 + + * em-format-html.c: (efh_init), (efh_text_plain), (efh_text_enriched), + (efh_text_html), (efh_message_deliverystatus): Put the anchor where + the message body begins and let GtkHTML know the anchor name to place + the cursor there in caret mode on the first focus. + 2008-06-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #532472 |