po/Makefile.in.in
[claws.git] / ChangeLog.claws
index 1090e3d808e0c4b3194a935e342febaa4a1480cf..df742dd7584f8e4819318b2e80c44b573986747f 100644 (file)
+2002-07-06 [melvin]    0.7.8claws51
+
+       * po/Makefile.in.in
+               Removed --no-location in xgettext command line to help
+               translators that use Emacs' po-mode
+       * src/quote_fmt.c
+               Removed unnecessary comments that messed up sylpheed.pot
+
+2002-07-06 [paul]      0.7.8claws50
+
+       * sync with 0.7.8cvs19
+               see ChangeLog 2002-07-05
+
+2002-07-06 [christoph] 0.7.8claws49
+
+       * src/folder.c
+       * src/mainwindow.c
+               fix folder_item_remove_all_msg and folderview
+               status for trash folders after emptying trash
+
+2002-07-05 [paul]      0.7.8claws48
+
+       * sync with 0.7.8cvs16
+               see ChangeLog 2002-07-04 and 2002-07-05
+
+2002-07-04 [paul]      0.7.8claws47
+
+       * sync with 0.7.8cvs14
+               see  ChangeLog 2002-07-04
+
+2002-07-03 [alfons]    0.7.8claws46
+
+       * src/folder.c
+               dupe folder item's path because it's being reallocated
+               by new folder scanning code
+
+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
+               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
+               improved folder_item_scan
+               it should now always set the correct
+               new, unread and total message counts
 
 2002-06-29 [paul]      0.7.8claws35