diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-03 08:25:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-03 08:25:23 +0800 |
commit | 156faeeb31e18d1170abd0011e2690452230ee29 (patch) | |
tree | 9ea4279711d68c5cacc9f9e04a9a51843703a3d4 /mail/ChangeLog | |
parent | 5d8858ccfabb580376c59c9f1ca3672189e2015f (diff) | |
download | gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.gz 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/ChangeLog | 9 |
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. |