aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-14 09:31:29 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-14 09:31:29 +0800
commitd4c75eb010770a63aaef93d6c525df5443f673af (patch)
treede034e44999bae1dd82a255217e8528f667cd718 /mail/ChangeLog
parent40e5e5b1039fef8d4c14bd3c727f0405316f7f2e (diff)
downloadgsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.gz
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.bz2
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.lz
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.xz
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.tar.zst
gsoc2013-evolution-d4c75eb010770a63aaef93d6c525df5443f673af.zip
Made the vertical scrollbar always be there.
2000-12-13 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c (my_folder_browser_init): Made the vertical scrollbar always be there. * message-list.c (message_list_get_layout): Changed the minimum width of some of the pixmap column headers. svn path=/trunk/; revision=6983
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index dd6a0b0e68..3054a8dc57 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2000-12-13 Christopher James Lahey <clahey@helixcode.com>
+
+ * folder-browser.c (my_folder_browser_init): Made the vertical
+ scrollbar always be there.
+
+ * message-list.c (message_list_get_layout): Changed the minimum
+ width of some of the pixmap column headers.
+
2000-12-12 Christopher James Lahey <clahey@helixcode.com>
* component-factory.c (create_view): Added a cast.