diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-03-23 00:35:58 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-03-23 00:35:58 +0800 |
commit | f286676ead838f371de0096b6bfd3c46748d84ec (patch) | |
tree | 895901d9c2203404c6e14c15d866eccc408d6212 /ChangeLog | |
parent | 44e1a62c0ca5aede11bb1a5c7551186d7618dadb (diff) | |
download | gsoc2013-evolution-f286676ead838f371de0096b6bfd3c46748d84ec.tar gsoc2013-evolution-f286676ead838f371de0096b6bfd3c46748d84ec.tar.gz gsoc2013-evolution-f286676ead838f371de0096b6bfd3c46748d84ec.tar.bz2 gsoc2013-evolution-f286676ead838f371de0096b6bfd3c46748d84ec.tar.lz gsoc2013-evolution-f286676ead838f371de0096b6bfd3c46748d84ec.tar.xz gsoc2013-evolution-f286676ead838f371de0096b6bfd3c46748d84ec.tar.zst gsoc2013-evolution-f286676ead838f371de0096b6bfd3c46748d84ec.zip |
+ * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy"
+ to gtk_main_quit, so that the shell dies when you want it to.
+
+ * shell/e-shell-view.c (get_view): Reorganized, and added
+ assertions.
+ (e_shell_view_set_view): Added assertions.
+
+ * camel/camel-formatter.c (debug): Disabled some useless debug
+ messaging.
svn path=/trunk/; revision=2141
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-03-22 Matt Loper <matt@helixcode.com> + + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy" + to gtk_main_quit, so that the shell dies when you want it to. + + * shell/e-shell-view.c (get_view): Reorganized, and added + assertions. + (e_shell_view_set_view): Added assertions. + 2000-03-21 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c: Changed gnome_canvas_item_grab_focus to |