diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:18:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:18:52 +0800 |
commit | c9a857200fb492f78f416f3afaf99e48a2960144 (patch) | |
tree | 9cca8a36d881644752570d946bcb1ffa371fa565 /shell/ChangeLog | |
parent | fdeef7a7fb2f01cb3ead55ad74f032419123b1f9 (diff) | |
download | gsoc2013-evolution-c9a857200fb492f78f416f3afaf99e48a2960144.tar gsoc2013-evolution-c9a857200fb492f78f416f3afaf99e48a2960144.tar.gz gsoc2013-evolution-c9a857200fb492f78f416f3afaf99e48a2960144.tar.bz2 gsoc2013-evolution-c9a857200fb492f78f416f3afaf99e48a2960144.tar.lz gsoc2013-evolution-c9a857200fb492f78f416f3afaf99e48a2960144.tar.xz gsoc2013-evolution-c9a857200fb492f78f416f3afaf99e48a2960144.tar.zst gsoc2013-evolution-c9a857200fb492f78f416f3afaf99e48a2960144.zip |
31337 splash screen for the shell's startup sequence.
svn path=/trunk/; revision=5912
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a2e7826966..79776b3a3f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,6 +1,17 @@ -2000-10-13 Anna Marie Dirks <anna@helixcode.com> - *e-shell-folder-creation-dialog.glade: Added focus to the folder-name - text entry. +2000-10-14 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell.c (e_shell_construct): Display a splash screen. + (setup_components): New arg @splash, pointer to an ESplash. + Display the icons of the components in the splash and highlight + them as the components are activated. + + * e-splash.c: New. + * e-splash.h: New. + +2000-10-13 Anna Marie Dirks <anna@helixcode.com> + + * e-shell-folder-creation-dialog.glade: Added focus to the + folder-name text entry. 2000-10-11 Christopher James Lahey <clahey@helixcode.com> |