* src/compose.c
[claws.git] / ChangeLog.claws
index a4d79f8da32d836e71e4f21ef910e255feded1e5..18e65d7403f8e7a12c014cbf589ad348dd3d2189 100644 (file)
@@ -1,3 +1,159 @@
+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
+               sync the LDAP detection from 0.8.5cvs1
+
+2002-10-02 [christoph] 0.8.3claws43
+
+       * po/de.po
+               fix small spelling error
+
+2002-10-02 [melvin]    0.8.3claws42
+
+       * ac/aspell.m4
+               Behave better and say "no" when test program cannot be run.
+
+2002-10-02 [paul]      0.8.3claws41
+
+       * sync with 0.8.4cvs1
+               see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
+               
+       * src/summaryview.c
+               toggle the behavior of Reply menuitem between
+               normal reply and reply-to-list
+
 2002-10-01 [sergey]    0.8.3claws40
 
        * src/compose.c