diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-27 02:26:21 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-27 02:26:21 +0800 |
commit | 45b1f2233e3e97510696b3775d38d0088a125c70 (patch) | |
tree | d6f8472f7c92dc46a09c471ec7a5c5ec7af505cc /executive-summary/ChangeLog | |
parent | cbd931ab5192e39401ffe2fa609e6330107a0350 (diff) | |
download | gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.gz gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.bz2 gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.lz gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.xz gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.zst gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.zip |
Added some functionality to the Executive Summary
Doesn't return to the top when refreshed
Can execute programs when the user clicks on exec:// URLs
and can compose an email when mailto:'s are clicked.
svn path=/trunk/; revision=6205
Diffstat (limited to 'executive-summary/ChangeLog')
-rw-r--r-- | executive-summary/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 70f12d2a95..e6e9b48afc 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,21 @@ +2000-10-25 Iain Holmes <iain@helixcode.com> + + * component/e-summary-url.c (e_summary_url_exec): Execute a program + specified in the format "exec://program args". + (e_summary_url_mail_compose): Run the mail composer when a mailto: + URL is clicked. + +2000-10-25 Iain Holmes <iain@helixcode.com> + + * component/e-summary.c (e_summary_start_load): Add a hack to stop the + GtkHTML widget returning to the top when it is redrawn. + + * component/e-summary-url.[ch] + * component/e-summary-util.[ch]: Split some functions out of e-summary.c + + * component/Makefile.am: Added the new files, and run orbit-idl on the + mail composer idl. + 2000-10-25 <jpr@helixcode.com> * component/e-summary-factory.c (control_activate): User |