diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-05 19:16:08 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-05 19:16:08 +0800 |
commit | 02f3533f7430fcdff6893fa2fc7c3f20d52aeed1 (patch) | |
tree | 2734240ab96862743fbd3008199b1fc4dc1c95d9 /mail/ChangeLog | |
parent | 86b8defcabcd4baf4d33b415e610e0786be4dc82 (diff) | |
download | gsoc2013-evolution-02f3533f7430fcdff6893fa2fc7c3f20d52aeed1.tar gsoc2013-evolution-02f3533f7430fcdff6893fa2fc7c3f20d52aeed1.tar.gz gsoc2013-evolution-02f3533f7430fcdff6893fa2fc7c3f20d52aeed1.tar.bz2 gsoc2013-evolution-02f3533f7430fcdff6893fa2fc7c3f20d52aeed1.tar.lz gsoc2013-evolution-02f3533f7430fcdff6893fa2fc7c3f20d52aeed1.tar.xz gsoc2013-evolution-02f3533f7430fcdff6893fa2fc7c3f20d52aeed1.tar.zst gsoc2013-evolution-02f3533f7430fcdff6893fa2fc7c3f20d52aeed1.zip |
** See bug #50996.
2004-01-05 Not Zed <NotZed@Ximian.com>
** See bug #50996.
* em-format-html-display.c (efhd_find_handler): implement override
for unknown types, try bonobo handlers.
(efhd_bonobo_unknown): formathandler for bonobo objects.
* em-format.c (em_format_find_handler): make virtual, rename to
emf_find_handler.
svn path=/trunk/; revision=24043
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 34ac00bd34..cb97b0c42c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2004-01-05 Not Zed <NotZed@Ximian.com> + + ** See bug #50996. + + * em-format-html-display.c (efhd_find_handler): implement override + for unknown types, try bonobo handlers. + (efhd_bonobo_unknown): formathandler for bonobo objects. + + * em-format.c (em_format_find_handler): make virtual, rename to + emf_find_handler. + 2004-01-04 David Woodhouse <dwmw2@infradead.org> * em-format-html-display.c: Mail warning grammar typo fix. |