diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-31 01:52:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-31 01:52:01 +0800 |
commit | eaddfcefea7b157870cb1a20b608cabfcb03c940 (patch) | |
tree | 50a87e3b6f61856722fe594769e849fd19baf74f /mail | |
parent | 8e70b18c3fac6ed0f21369bbc25d89efd13e1d8c (diff) | |
download | gsoc2013-evolution-eaddfcefea7b157870cb1a20b608cabfcb03c940.tar gsoc2013-evolution-eaddfcefea7b157870cb1a20b608cabfcb03c940.tar.gz gsoc2013-evolution-eaddfcefea7b157870cb1a20b608cabfcb03c940.tar.bz2 gsoc2013-evolution-eaddfcefea7b157870cb1a20b608cabfcb03c940.tar.lz gsoc2013-evolution-eaddfcefea7b157870cb1a20b608cabfcb03c940.tar.xz gsoc2013-evolution-eaddfcefea7b157870cb1a20b608cabfcb03c940.tar.zst gsoc2013-evolution-eaddfcefea7b157870cb1a20b608cabfcb03c940.zip |
commit'd changelog :)
explains my last commit in much finer detail
svn path=/trunk/; revision=3288
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0cb4230efa..5926216e13 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2000-05-30 Jeffrey Stedfast <fejj@helixcode.com> + + * mail.h: Added a prototype for providers_config() + which is the callback for a new menu item that + will construct a configuration dialog for the camel + providers and identities and display it + + * mail-config.c: Added some code to construct the + new providers dialog and a bunch of callbacks (most + of which are not yet useful) + + * mail-ops.c: Added the code for the providers_confi() + callback + + * folder-browser-factory.c: Added the + "Tools/Camel Providers Configuration ..." menu item + 2000-05-30 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Switched to using "cursor_change" signal instead |