diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-13 04:59:32 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-13 04:59:32 +0800 |
commit | 94eda6b11d51fefeff3761a34ac9e1cdd19371ab (patch) | |
tree | e7639bcb0bb050d8c060ccc00654fb171f52e308 /camel/ChangeLog | |
parent | 3fbf50794936c9501e9761a738421eb3fe183799 (diff) | |
download | gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.gz gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.bz2 gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.lz gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.xz gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.tar.zst gsoc2013-evolution-94eda6b11d51fefeff3761a34ac9e1cdd19371ab.zip |
don't pass a second (incorrect) -rpath in addition to the (correct) one
* providers/*/Makefile.am: don't pass a second (incorrect) -rpath
in addition to the (correct) one automatically provided by
automake.
svn path=/trunk/; revision=3535
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c045edcaf7..c7c7f66629 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-06-12 Dan Winship <danw@helixcode.com> + * providers/*/Makefile.am: don't pass a second (incorrect) -rpath + in addition to the (correct) one automatically provided by + automake. + * camel-mime-filter-crlf.c: New filter to do CRLF<->LF conversion. (Currently only tested in the LF->CRLF direction.) |