diff options
author | Milan Crha <mcrha@redhat.com> | 2008-07-09 16:02:01 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-07-09 16:02:01 +0800 |
commit | e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2 (patch) | |
tree | 9935f885f1e54312564ec30cfcbf7a972b66302a /calendar/ChangeLog | |
parent | e06c2e80e778e0077cf8bf1e71d7bcca06cdbff8 (diff) | |
download | gsoc2013-evolution-e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2.tar gsoc2013-evolution-e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2.tar.gz gsoc2013-evolution-e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2.tar.bz2 gsoc2013-evolution-e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2.tar.lz gsoc2013-evolution-e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2.tar.xz gsoc2013-evolution-e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2.tar.zst gsoc2013-evolution-e44e7a1bbd75a4b24dd55c26f44b53859b0e29a2.zip |
** Fix for bug #524130
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #524130
* gui/e-cal-component-preview.c: (write_html):
* gui/e-cal-component-memo-preview.c: (write_html): Pass description
text through 'camel_text_to_html' to have links clickable in a preview.
svn path=/trunk/; revision=35734
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 82dc32ab48..b763d3fb21 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-07-09 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #524130 + + * gui/e-cal-component-preview.c: (write_html): + * gui/e-cal-component-memo-preview.c: (write_html): Pass description + text through 'camel_text_to_html' to have links clickable in a preview. + 2008-07-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #368038 |