remove rescan warning
[claws.git] / ChangeLog.claws
index f6aa9f0ddfc9aad3eb1dd6c69f44149cc62a5a60..d9f4e34b8c325be740d78032e914530184f7cc2b 100644 (file)
@@ -1,3 +1,95 @@
+2002-10-11 [thorsten]  0.8.5claws16 
+
+       * src/folderview.c
+               remove rescan warning
+
+2002-10-11 [colin]     0.8.5claws15 
+
+       * src/procheader.c
+               fix a segfault that happens if conv_unmime_header
+               fails (should be better to find out why it fails)
+
+2002-10-11 [christoph] 0.8.5claws14
+
+       * src/summaryview.c
+               update folderview stats after ignore/unignore thread
+
+2002-10-11 [hoa]       0.8.5claws13
+
+       * src/quote_fmt_parse.y
+               Fixed a yacc/bison syntax error
+       * src/matcher.c
+               Escaping of string is fixed.
+
+2002-10-11 [colin]     0.8.5claws12
+
+       * src/imageview.c
+               Resize images to fit
+
+2002-10-11 [paul]      0.8.5claws11
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-10-10 [alfons]    0.8.5claws10
+
+       * src/compose.c
+               allow dropping files by "moving" files from a file manager,
+               not only by the more cumbersome "copying". the latter 
+               mostly implies holding down the Control button
+
+2002-10-10 [christoph] 0.8.5claws9
+
+       * src/summaryview.c
+               update folders after thread building for ignored threads
+
+2002-10-10 [christoph] 0.8.5claws8
+
+       * config/.cvsignore
+               added Makefile
+       * src/filtering.[ch]
+       * src/folder.[ch]
+       * src/folderview.[ch]
+       * src/import.c
+       * src/inc.[ch]
+       * src/mbox.[ch]
+       * src/procmsg.c
+       * src/summaryview.[ch]
+               o added new flag need_update to FolderItem
+               o removed folder_table from various functions from tracking
+                 folder updates
+               o set need_update flags in folder.c's move, copy and delete
+                 functions and procmsg's flags functions
+               o added function folderview_update_items_when_required that
+                 updates all folders with need_update set
+               o call folderview_update_items_when_required instead of
+                 folderview_update_item_foreach
+
+2002-10-09 [sergey]    0.8.5claws7
+
+       * src/compose.c
+               Strip CRs whel loading the text into editor in reedit mode.
+
+2002-10-09 [colin]     0.8.5claws6
+
+       * src/mainwindow.c
+               Make Space work when no mail is selected
+
+2002-10-09 [colin]     0.8.5claws5
+
+       * src/gtksctree.[ch]
+               Fix range_select
+               Add gtk_sctree_reanchor() 
+       * src/summaryview.c
+               Use gtk_sctree_reanchor() - better fix for 
+               bug 60413
+
+2002-10-09 [colin]     0.8.5claws4
+
+       * src/summaryview.c
+               Fix shift-click select after delete problem
+               (closes bug 60413)
+
 2002-10-08 [thorsten]  0.8.5claws3
 
        * src/summaryview.c