add new ctree sorting code
[claws.git] / ChangeLog.claws
index 8936a3940217f319ef7734285c92854131706277..0150bf4923d9c1346334d9861a4cc8926327e024 100644 (file)
@@ -1,3 +1,117 @@
+2002-07-09 [martin]    0.7.8claws56
+       * src/gtksctree.c
+               Added gtk_ctree_last_visible(), tree_update_level(),
+               gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
+               tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
+               from gtk+ to gtksctree.c for the new sorting code
+               Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
+               Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
+       * src/gtksctree.h
+               Added declaration for gtk_sctree_sort_recursive() and
+               gtk_sctree_sort_node
+       * src/addressbook.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/summaryview.c
+               changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
+               to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
+
+2002-07-08     [paul]  0.7.8claws55
+
+       * more sync with 0.7.8cvs21
+               see ChangeLog 2002-07-08
+
+2002-07-08 [paul]      0.7.8claws54
+
+       * sync with 0.7.8cvs21
+               see ChangeLog 2002-07-08
+
+2002-07-07 [alfons]    0.7.8claws53
+
+       * src/Makefile.am
+       * src/stock_pixmap.[ch]
+       * src/pixmaps/notice_warn.xpm   ** NEW FILE **
+       * src/pixmaps/notice_error.xpm  ** NEW FILE **
+       * src/pixmaps/notice_note.xpm   ** NEW FILE **
+               add new pixmaps for upcoming notice pane
+
+2002-07-06 [melvin]    0.7.8claws52
+
+       * src/gtkspell.[ch]
+               Made them a bit closer to Sylpheed's coding style.
+               Removed old code.
+               Removed possible memory leaks when some errors occurs.
+
+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