added SSL support for POP using OpenSSL
[claws.git] / ChangeLog.claws
index 2f86a5c64a878e5307079d88a2d6091c156453d7..742f0da73cabb68255c73621a30792263deb8302 100644 (file)
@@ -1,4 +1,21 @@
-2001-07-08 [hoa]
+2001-07-10 [christoph]
+
+       * acconfig.h
+       * configure.in
+               added --enable-ssl
+       * src/md5.[ch]
+               renamed MD5_CTX to MD5_CTX_syl
+               conflicts with a struct in openssl
+       * src/inc.c
+       * src/main.[ch]
+       * src/prefs_account.[ch]
+       * src/socket.[ch]
+               SSL support for POP
+       * src/mainwindow.c
+               fixed compose with current account
+               broken by new compose button stuff
+
+2001-07-09 [hoa]
 
        * AUTHORS
                changed my email address
        * configure.in
                fix incorrect description of --enable-ldap parameter
 
+       * src/prefs_common.[ch]
+         src/compose.c
+               add experimental option "smart wrapping" which make the
+               compose editor auto wrap.
+               
+               | TODO: the problem with the buggy cursor handling is caused |
+               | by the GtkText. when deleting / backspacing text its       |
+               | wrapping algorithm does not take in account the previous   |
+               | line. should find a way to hack this in.                   |
+               | or should perhaps combine this with the word wrapping      |
+               | patch i wrote in january.                                  |
+
        * src/about.c
                show build parameters for LDAP and JPilot