0.8.11claws29
[claws.git] / ChangeLog.claws
index a11f3567e85cb088dc5501a98e0298c17b12f46f..9069c0e22859617576a96548646df2d0e1ac5530 100644 (file)
@@ -1,3 +1,109 @@
+2003-03-19 [christoph] 0.8.11claws29
+
+       * src/procmsg.c
+               add temp flag handling, will make moving and copying
+               messages possible again
+
+       * src/folder.c
+               correct calulation of folder stats
+
+2003-03-18 [match]     0.8.11claws28
+
+       * src/editgroup.h
+               remove case sensitive comparison (closes bug 80).
+
+2003-03-18 [christoph] 0.8.11claws27
+
+       * src/imap.c
+               fix imap using a tunnel command
+
+       (closes bug 87)
+
+2003-03-18 [christoph] 0.8.11claws26
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/procmsg.[ch]
+               rewrite flag handling for folders
+
+2003-03-18 [christoph] 0.8.11claws25
+
+       * src/folder.c
+       * src/procmsg.c
+       * src/summaryview.c
+               unset NEW and UNREAD flags when message is ignored, to make
+               sure messages don't show up as unread on other IMAP clients,
+               because the IGNORE_THREAD flag can not be syncronized through
+               the IMAP folder
+
+2003-03-17 [christoph] 0.8.11claws24
+
+       * src/imap.c
+               don't use recursion to fetch uids when the number of messages
+               does not match. Moved code into subfunction that is used
+               again when needed, to prevent an endless loop.
+
+2003-03-17 [thorsten]  0.8.11claws23
+
+       * src/imageview.[ch]
+               export imageview_get_resized_size() (for plugins)
+       * src/prefs_common.[ch]
+               added prefs_common_get() (for plugins)
+
+2003-03-17 [christoph] 0.8.11claws22
+
+       * src/imap.c
+               o remove UID guessing from copy code
+               o support UIDPLUS extension for APPEND command
+
+2003-03-17 [paul]      0.8.11claws21
+
+       * src/gtk/about.c
+               remove 'Compiled-plugins' section.
+               
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               slight change to description text
+
+2003-03-16 [match]     0.8.11claws20
+       * src/ldapserver.[ch]           ** NEW **
+       * src/ldapctrl.[ch]             ** NEW **
+       * src/ldapquery.[ch]            ** NEW **
+       * src/ldaputil.[ch]             ** NEW **
+       * src/addrcindex.[ch]           ** NEW **
+       * src/addrquery.h               ** NEW **
+       * src/addritem.[ch]
+       * src/addrcache.[ch]
+       * src/addrindex.[ch]
+       * src/addr_compl.[ch]
+       * src/addressbook.[ch]
+       * src/addrbook.[ch]
+       * src/editgroup.c
+       * src/editaddress.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/vcard.c
+       * src/jpilot.c
+       * src/Makefile.am
+               included dynamic LDAP queries. improved address
+               completion.
+
+2003-03-16 [paul]      0.8.11claws19
+
+       * tools/multiwebsearch.pl
+               fix a fatal typo
+
+2003-03-16 [christoph] 0.8.11claws18
+
+       * src/mimeview.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               make unregistering of MimeViewerFactorys possible
+
+2003-03-16 [alfons]    0.8.11claws17
+
+       * configure.ac
+               correct typo
+
 2003-03-16 [melvin]    0.8.11claws16
 
        * src/plugins/dillo_viewer.c