From 2b9f864daf03aa8e130385f082a9b9072fdd4349 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 May 2002 20:49:13 +0000 Subject: New callback for when the first created view in the shell gets mapped. * main.c (view_map_callback): New callback for when the first created view in the shell gets mapped. (new_view_created_callback): New callback for when the first view of the shell gets created. (show_development_warning): New function to display a warning about the fact that Evolution is unstable. (idle_cb): Call show_development_warning() here unless the EVOLVE_ME_HARDER environment variable is set. * e-shell.c (class_init): Add the "new_view_created" signal here. (create_view): Emit the signal here. * e-shell.h: New signal "new_view_created". svn path=/trunk/; revision=16977 --- shell/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index f1770d76a5..755c523d0e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,19 @@ +2002-05-22 Ettore Perazzoli + + * main.c (view_map_callback): New callback for when the first + created view in the shell gets mapped. + (new_view_created_callback): New callback for when the first view + of the shell gets created. + (show_development_warning): New function to display a warning + about the fact that Evolution is unstable. + (idle_cb): Call show_development_warning() here unless the + EVOLVE_ME_HARDER environment variable is set. + + * e-shell.c (class_init): Add the "new_view_created" signal here. + (create_view): Emit the signal here. + + * e-shell.h: New signal "new_view_created". + 2002-05-22 Ettore Perazzoli * e-shell-user-creatable-items-handler.c: New member -- cgit v1.2.3