Don't fall into infinite loop when adding a new LDAP server.
[claws.git] / ChangeLog
index b57415a855e50ba77da24b6bdc1f1e31af57b1e9..4068a0193704909f1bc5a1aa547646786a4be241 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-06-26
+
+       * src/socket.c: made socket connection protocol independent.
+       * src/session.c: removed debug g_print().
+       * src/inc.c: made status bar output less verbose, and show counter
+         on main window's progressbar.
+
+2003-06-26
+
+       * src/session.c: added missing #include <errno.h>.
+
+2003-06-25
+
+       * src/session.[ch]: reimplemented the Session system with non-blocking
+         I/O to solve the performance and the code design issue.
+       * src/socket.[ch]: added sock_connect_async() and
+         sock_connect_async_cancel() to enable asynchronous connection.
+         sock_peek(): modified the implementation.
+       * src/pop.c: optimized the receiving of the responses of
+         UIDL/LIST/RETR.
+
+2003-06-18
+
+       * src/procmsg.c: procmsg_get_thread_tree(): prevent threading problems
+         when a node is an ancestor (parent / great parent), which mostly
+         happens with circular references (thanks to Phillipe Gramoulle
+         for finding an sample set of messages, and Alfons for the patch).
+
 2003-06-16
 
        * src/pop3.c: pop3_get_uidl_table(): return empty hash table even if
          folders as the argument and returns their status.
          folder_count_total_msgs(): removed.
 
+2003-06-06
+
+       * version 0.9.2
+
 2003-06-06
 
        * src/filesel.c