diff options
author | Dan Winship <danw@src.gnome.org> | 2001-12-18 01:59:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-12-18 01:59:47 +0800 |
commit | d55058d6634181451751970ee40eca0b4c99040a (patch) | |
tree | 157519e6ccf775565a2c60fc49e2afb44a05d0b8 /camel/ChangeLog | |
parent | bdb095ab696dc1f2bd4bd081f90ee52d7a4bb61a (diff) | |
download | gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.gz gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.zst gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.zip |
only use major and minor version in the camel providerdir, not micro and nano
svn path=/trunk/; revision=15121
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c3c40749ad..cb8a9eaf6a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2001-12-17 Dan Winship <danw@ximian.com> + + * Makefile.am (INCLUDES): define CAMEL_PROVIDERDIR to be the + configure.in-defined camel_providerdir. + + * providers/Makefile.am: Remove some outdated comments + + * providers/imap/Makefile.am (camel_provider_LTLIBRARIES, + camel_provider_DATA): renamed from provider_LTLIBRARIES, + provider_DATA. + * providers/local/Makefile.am: Likewise + * providers/nntp/Makefile.am: Likewise + * providers/pop3/Makefile.am: Likewise + * providers/sendmail/Makefile.am: Likewise + * providers/smtp/Makefile.am: Likewise + 2001-12-16 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (get_content): Reverted my |