aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-28 22:58:25 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-28 22:58:25 +0800
commitfd017fc993a6a71eb96ca67a63621cc1e21c138d (patch)
treed02841fc720238c662c71abeaa49c20871d225b4 /mail/ChangeLog
parent906a178ce8264e7848330d5244639c0c2d856aee (diff)
downloadgsoc2013-evolution-fd017fc993a6a71eb96ca67a63621cc1e21c138d.tar
gsoc2013-evolution-fd017fc993a6a71eb96ca67a63621cc1e21c138d.tar.gz
gsoc2013-evolution-fd017fc993a6a71eb96ca67a63621cc1e21c138d.tar.bz2
gsoc2013-evolution-fd017fc993a6a71eb96ca67a63621cc1e21c138d.tar.lz
gsoc2013-evolution-fd017fc993a6a71eb96ca67a63621cc1e21c138d.tar.xz
gsoc2013-evolution-fd017fc993a6a71eb96ca67a63621cc1e21c138d.tar.zst
gsoc2013-evolution-fd017fc993a6a71eb96ca67a63621cc1e21c138d.zip
Display the number of messages downloaded starting from one instead of
zero. Improve the behavior of the mail view in a separate window by reusing the same size as the last resize (we could have a better policy, but this should be enough for now). Also, create the toolbar the right way so that we respect the global GNOME settings without doing it manually. svn path=/trunk/; revision=5075
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fd9ab2082b..319ac75258 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,21 @@
+2000-08-28 Ettore Perazzoli <ettore@helixcode.com>
+
+ * mail-view.c (mail_view_create): Use `gnome_app_set_toolbar()'
+ the easy way instead of doing things manually with `GnomeDock' and
+ `gnome_app_add_toolbar()'.
+ (MINIMUM_WIDTH): New #define.
+ (MINIMUM_HEIGHT): New #define.
+ (view_size_allocate_cb): New, callback for the "size_allocate"
+ signal of the mail view. It saves the last allocation in a static
+ `last_allocation' variable.
+ (mail_view_create): Connect it.
+ (set_default_size): New function. Set the default width/height to
+ the last allocation width/height; if the width/height is less than
+ the `MINIUM_WIDTH' or `MINIMUM_HEIGHT', use that value instead.
+
+ * mail-tools.c (mail_tool_move_folder_contents): Show `i + 1', not
+ `i', so that we correctlly start counting from one instead of zero.
+
2000-08-28 Peter Williams <peterw@helixcode.com>
* *.c: s,mail_dialog_run,gnome_dialog_run,g.