aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-03 08:25:23 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-03 08:25:23 +0800
commit156faeeb31e18d1170abd0011e2690452230ee29 (patch)
tree9ea4279711d68c5cacc9f9e04a9a51843703a3d4 /mail/ChangeLog
parent5d8858ccfabb580376c59c9f1ca3672189e2015f (diff)
downloadgsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar
gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.gz
gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.bz2
gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.lz
gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.xz
gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.zst
gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.zip
add -I$(top_srcdir)/widgets/misc
2000-10-02 Chris Toshok <toshok@helixcode.com> * Makefile.am (INCLUDES): add -I$(top_srcdir)/widgets/misc * subscribe-dialog.c (subscribe_dialog_gui_init): change the window title to Manage Subscriptions, bold subscribed folders, and add a title bar ala the evolution shell (but without the close button). svn path=/trunk/; revision=5682
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1c9e12f1aa..2146f2d27e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2000-10-02 Chris Toshok <toshok@helixcode.com>
+ * Makefile.am (INCLUDES): add -I$(top_srcdir)/widgets/misc
+
+ * subscribe-dialog.c (subscribe_dialog_gui_init): change the
+ window title to Manage Subscriptions, bold subscribed folders, and
+ add a title bar ala the evolution shell (but without the close
+ button).
+
+2000-10-02 Chris Toshok <toshok@helixcode.com>
+
* subscribe-dialog.h: add fields for the storage set
Bonobo_Control and Evolution_StorageSetView interfaces.