remove rescan warning
[claws.git] / ChangeLog.claws
index dc629821b338b02bd1ecc16e1a86d241fd08f9a1..d9f4e34b8c325be740d78032e914530184f7cc2b 100644 (file)
@@ -1,3 +1,202 @@
+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
+               exclude current msg from -hide read messages-
+
+2002-10-08 [colin]     0.8.5claws2
+
+       * src/inc.[ch]
+         src/pop.c
+         src/recv.c
+               Differentiate socket errors from disk full
+               errors
+
+2002-10-08 [christoph] 0.8.5claws1
+
+       * Makefile.am
+       * configure.in
+               modifications for new config directory
+
+       * config.guess  ** REMOVED **
+       * config.sub    ** REMOVED **
+       * install-sh    ** REMOVED **
+       * ltmain.sh     ** REMOVED **
+       * missing       ** REMOVED **
+       * mkinstalldirs ** REMOVED **
+               these files are autogenerated by automake
+               when you run autogen.sh
+
+       * config/.cvsignore     ** NEW FILE **
+       * config/Makefile.am    ** NEW FILE **
+               ignore autogenerated files
+               create a Makefile in this directory
+
+2002-10-08 [paul]      0.8.5claws
+
+       * 0.8.5claws release
+       
+       * src/compose.c
+         src/procheader.c
+         src/procmsg.c
+               fix quote reply format for newsgroups reply bug
+               (thanks to Hoa)
+               
+       * po/en_GB.po
+         po/pl.po
+               updated by me and Witold Wladyslaw Wojciech Wilk
+               repectively
+
+2002-10-07 [paul]      0.8.3claws53
+
+       * po/it.po
+         po/pt_BR.po
+         po/sr.po
+               updated messages catalogs, submitted by
+               Alessandro Maestri, Fabio Jr.Beneditto 
+               and Urke MMI, respectively.
+
+2002-10-07 [christoph] 0.8.3claws52
+
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/mainwindow.c
+               fix new folder ghost message bug
+               (closes bug [ 619722 ] wrong count for newly created folders)
+
+2002-10-07 [christoph] 0.8.3claws51
+
+       * src/compose.c
+               fix news posting problem
+
+2002-10-07 [melvin]    0.8.3claws50
+
+       * po/fr.po
+               Updated French translation
+
+2002-10-05 [christoph] 0.8.3claws49
+
+       * src/gtkstext.c
+               check if line_start_cache is set in gtk_stext_update_text
+               (closes bug [ 618119 ] crash while doing search in folder)
+
+2002-10-05 [christoph] 0.8.3claws48
+
+       * src/imap.c
+       * src/news.c
+       * src/utils.c
+       * src/utils.h
+               implement cache cleanups for claws' folder system
+               (closes bug [ 595916 ] imapcache not cleaned up)
+
+2002-10-05 [melvin]    0.8.3claws47
+
+       * src/prefs_actions.c
+               Made the help text more clear for the %p token
+
+2002-10-04 [paul]      0.8.3claws46
+
+       * sync with 0.8.5
+               see ChangeLog 2002-10-02 and 2002-10-03
+
+2002-10-04 [christoph] 0.8.3claws45
+
+       * src/inc.c
+               fix segfault caused by pop before smtp
+               call to inc_account_mail with NULL
+               pointer for mainwin
+
 2002-10-04 [paul]      0.8.3claws44
 
        * configure.in