diff options
author | Milan Crha <mcrha@redhat.com> | 2007-12-13 17:47:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-12-13 17:47:15 +0800 |
commit | c73bf5eaa749b85c3b06038a4898b006bdf7491e (patch) | |
tree | 8f2d0a93055cb6bdb672461da6e7e232bbdf6f9f /calendar/ChangeLog | |
parent | 75b76dedf1257789ca2d5c74af363606928fbc6a (diff) | |
download | gsoc2013-evolution-c73bf5eaa749b85c3b06038a4898b006bdf7491e.tar gsoc2013-evolution-c73bf5eaa749b85c3b06038a4898b006bdf7491e.tar.gz gsoc2013-evolution-c73bf5eaa749b85c3b06038a4898b006bdf7491e.tar.bz2 gsoc2013-evolution-c73bf5eaa749b85c3b06038a4898b006bdf7491e.tar.lz gsoc2013-evolution-c73bf5eaa749b85c3b06038a4898b006bdf7491e.tar.xz gsoc2013-evolution-c73bf5eaa749b85c3b06038a4898b006bdf7491e.tar.zst gsoc2013-evolution-c73bf5eaa749b85c3b06038a4898b006bdf7491e.zip |
** Fix for bug #340267
2007-12-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #340267
* gui/e-cal-component-preview.c: (write_html):
* gui/e-cal-component-memo-preview.c: (write_html):
Show description in preview as preformatted text, so
tabulators are kept instead of treated as white spaces.
svn path=/trunk/; revision=34693
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4d3848ede0..9ea9312276 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2007-12-13 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #340267 + + * gui/e-cal-component-preview.c: (write_html): + * gui/e-cal-component-memo-preview.c: (write_html): + Show description in preview as preformatted text, so + tabulators are kept instead of treated as white spaces. + 2007-12-11 Sankar P <psankar@novell.com> ** Fix for bug #501969 |