* src/imap.c
[claws.git] / ChangeLog.claws
index 1ea921c5d86fb56357c7d918b7b9199bbc6a2d36..72178e2d3cf80e4189af03cb1d0098169f5da89a 100644 (file)
@@ -1,3 +1,147 @@
+2002-07-03 [christoph] 0.7.8claws45
+
+       * src/imap.c
+               better IMAP uid fetching using 'FETCH 1:* (UID)'
+       * src/msgcache.c
+               add missing return in msgcache_write
+
+2002-07-02 [thorsten]  0.7.8claws44
+
+       * src/jpilot.c
+       * src/msgcache.c
+       * src/rfc2015.c
+               use binary mode for file access
+
+2002-07-02 [christoph] 0.7.8claws43
+
+       * major code cleanup (part 1)
+       
+               - unused variables removed
+               - unused functions removed
+               - uninitialized variables checked
+               - missing return statements added
+               - missing function return types added
+               - added parentheses around assignment and
+                 && in || when suggested by gcc
+             
+       * src/mh.c
+       * src/folder.c
+               replaced direct calls to folder->scan_tree
+               with folder_scan_tree and restore folder
+               prefs in this function. The folder should
+               not have to deal with them.
+               ( Should now work for all folder types )
+
+2002-07-02 [paul]      0.7.8claws42
+
+       * sync with 0.7.8cvs13
+               see ChangeLog 2002-07-01 and 2002-07-02
+
+2002-07-01 [christoph] 0.7.8claws41
+
+       * src/summaryview.c
+               fix "goto next/prev unread message" with
+               ignored threads
+
+2002-07-01 [paul]      0.7.8claws40
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-06-30 [match]     0.7.8claws39
+
+       * src/jpilot.c
+               applied variation of leonerd's patch (566661) to
+               allow multiple email addresses per JPilot entry.
+               addresses may be separated by space, comma, pipe,
+               semi-colon, new-line.
+
+2002-06-30 [alfons]    0.7.8claws38
+
+       * src/procmsg.c
+               simple fix for putting older nodes before
+               newer nodes when threading by subject
+
+2002-06-30 [christoph] 0.7.8claws37
+
+       * src/folder.c
+       * src/folderview.c
+       * src/mh.c
+       * src/news.c
+       * src/procmsg.c
+               fix broken folder tree rescaning
+               and don't use procmsg_get_mark_sum
+               anymore
+
+2002-06-30 [christoph] 0.7.8claws36
+
+       * merge new cache branch
+       * src/imap.c
+               fix new cache imap copy bug
+       * src/folder.c
+               improved folder_item_scan
+               it should now always set the correct
+               new, unread and total message counts
+
+2002-06-29 [paul]      0.7.8claws35
+
+       * configure.in
+               correct syntax error
+
+2002-06-29 [paul]      0.7.8claws34
+
+       * configure.in
+         Makefile.am
+         man/Makefile.am       ** NEW FILE **
+         man/sylpheed.1.gz     ** NEW FILE **
+               add Sylpheed man page
+
+2002-06-29 [paul]      0.7.8claws33
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-06-28 [jens]      0.7.8claws32
+
+       * po/de.po
+               translation updated
+
+       * src/selective_download.c
+               removed gettext for space " "
+
+       * src/imap.c
+               removed wrong space
+
+2002-06-28 [paul]      0.7.8claws31
+
+       * sync with 0.7.8cvs11
+               see ChangeLog 2002-06-28
+
+2002-06-28 [paul]      0.7.8claws30
+
+       * sync with 0.7.8cvs10
+               see ChangeLog 2002-06-27 and 2002-06-28
+
+2002-06-26 [paul]      0.7.8claws29
+
+       * src/addrgather.c
+         src/selective_download.c
+               don't gettextise empty strings.
+               reserved by gettext. gettext("") returns 
+               the header entry with meta information, 
+               not the empty string
+
+       * po/en_GB.po
+               updated
+
+2002-06-26 [paul]      0.7.8claws28
+
+       * sync with 0.7.8cvs7
+               see ChangeLog 2002-06-25
+
+       * src/prefs_common.c
+               ...and in the process, tweak the gui a little
+       
 2002-06-25 [alfons]    0.7.8claws27
        
        * configure.in