* Makefile.am
[claws.git] / ChangeLog.claws
index 7d568acf4fba3398419eefc167a33264172f94d7..24d570ca82d625b9e1ba0e8957e4ffadcf3a4918 100644 (file)
@@ -1,3 +1,325 @@
+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
+               Convert newlines in the message text to the canonical form
+               before base64 encoding (RFC2045 compliance, fixes some
+               interoperability issues with Evolution 1.0.3)
+
+2002-09-29 [colin]     0.8.3claws39
+
+       * src/summaryview.c
+               Fix an unwanted copy/paste
+
+2002-09-29 [colin]     0.8.3claws38
+
+       * src/mainwindow.c
+               Renamed "Custom toolbar" to "Customize toolbar"
+               Renamed "Show all header" to "Show all headers"
+               Renamed "Set diplay item" to "Set displayed items"
+       * src/prefs_common.c
+               Renamed "Show all header" to "Show all headers"
+       * src/prefs_summary_column.c
+               Renamed "diplay item" to "displayed items"
+
+2002-09-29 [colin]     0.8.3claws37
+
+       * src/mainwindow.[ch]
+               online/offline status pixmaps follow theme
+               changes
+       * src/summaryview.[ch]
+               quicksearch pixmap follows theme changes
+
+2002-09-29 [thorsten]  0.8.3claws36
+
+       * src/compose.c
+         src/prefs_folder_item.[ch]
+               add default_reply_to folder option (closes patch 581044)
+
+2002-09-29 [christoph] 0.8.3claws35
+
+       * acconfig.h    ** REMOVED **
+       * configure.in
+       * ac/aspell.m4
+       * ac/check-type.m4
+       * ac/gnupg-check-typedef.m4
+               fix autoheader 2.50 warning
+
+2002-09-29 [christoph] 0.8.3claws34
+
+       * major code cleanup (part 2)
+       
+               - unused variables removed
+               - unused functions removed
+               - uninitialized variables checked
+               - missing return statements added
+               - missing function return types added
+               - added parentheses around assignment
+                 when suggested by gcc
+
+2002-09-29 [alfons]    0.8.3claws33
+
+       * src/logwindow.c
+               log_window_clear(): only bracket gtk_text_forward_delete() 
+               with gtk_text_freeze() / gtk_text_thaw() (see if this
+               works around GTK text bug)
+
+2002-09-29 [paul]      0.8.3claws32
+
+       * po/bg.po
+         po/sr.po
+               updated by George Danchev and Urke MMI
+               respectively
+
+2002-09-27 [christoph] 0.8.3claws31
+
+       * doc-src/readme.txt
+       * doc-src/rfc1806.txt   ** REMOVED **
+       * doc-src/rfc2183.txt   ** NEW FILE **
+       * doc-src/rfc2980.txt   ** NEW FILE **
+               update rfcs
+
+2002-09-27 [melvin]    0.8.3claws30
+
+       * ac/aspell.m4
+               Fixed typo which could break linking
+
+2002-09-27 [melvin]    0.8.3claws29
+
+       * ac/aspell.m4
+               Improved GNU/aspell checking. 
+               Fixed bug #614490
+
+2002-09-27 [paul]      0.8.3claws28
+
+       * sync with 0.8.3cvs8
+               see ChangeLog 2002-09-27
+
+2002-09-26 [colin]     0.8.3claws27
+
+       * src/toolbar.[ch]
+         src/mainwindow.[ch]
+               Add "Reply to Mailing-list" to the toolbar
+
+2002-09-26 [christoph] 0.8.3claws26
+
+       * src/summaryview.c
+               Fix wrong message counts in summaryview status
+
+2002-09-26 [paul]      0.8.3claws25
+
+       * sync with 0.8.3cvs7
+               see ChangeLog 2002-09-26
+
+2002-09-26 [paul]      0.8.3claws24
+
+       * sync with 0.8.3cvs6
+               see ChangeLog 2002-09-25
+
+2002-09-25 [christoph] 0.8.3claws23
+
+       * src/prefs_common.c
+       * src/prefs_folder_item.c
+       * src/prefs_scoring.c
+               Renamed "kill score" to "hide score" in GUI
+               and prefs files
+
+2002-09-25 [paul]      0.8.3claws22
+
+       * sync with 0.8.3cvs5
+               see ChangeLog 2002-09-24
+
+2002-09-24 [alfons]    0.8.3claws21
+
+       patch by Satoshi Nagayasu: allows appending / saving multiple 
+       selected files (closes "[ 612279 ] save multiple mesg(s) in 
+       'Save as ...'")
+
+       * AUTHORS
+               add Satoshi Nagayasu
+       * src/summaryview.c
+               summary_save_as(): allow saving selected files to
+               one file
+               summary_set_menu_sensitive: enable "Save As..." when
+               multiple files are selected
+       * src/utils.[ch]
+               append_file(): new function
+
+2002-09-24 [colin]     0.8.3claws20
+
+       * src/procmime.c
+               Fix segfault when mimeinfo doesn't have a 
+               content_type. 
+
+2002-09-24 [colin]     0.8.3claws19
+
+       * src/prefs_common.[ch]
+               Add a preference to display send dialog or not
+       * src/send.c
+               Display send dialog according to preference
+
+2002-09-24 [colin]     0.8.3claws18
+
+       * src/compose.[ch]
+               Disable user actions when sending
+
+2002-09-24 [colin]     0.8.3claws17
+
+       * src/procmime.c
+               Do not display name or filename for attachments
+               with an application/pgp-signature type
+               (security flaw, see bug 537413)
+
+2002-09-23 [colin]     0.8.3claws16
+
+       * src/editaddress.c
+               Initialize entry_email, entry_alias and 
+               entry_remarks to first email address of the list
+
+2002-09-23 [colin]     0.83claws15
+
+       * src/compose.c
+               Drop pgp-signature when reediting a signed queued
+               message
+
+2002-09-23 [melvin]    0.8.3claws14
+
+       * po/fr.po
+               Updated French translation
+
+2002-09-23 [melvin]    0.8.3claws13
+
+       * src/mainwindow.c
+               Made custom toolbar menu labels more consistent
+       * src/prefs_toolbar.c
+               Made custom toolbar window title more consistent
+
+2002-09-22 [colin]     0.8.3claws12
+
+       * src/inc.c
+               Initialize session type to normal before getting 
+               mail (fixes strange Get behaviour)
+       * src/prefs_account.h
+               Move STYPE_POP_BEFORE_SMTP to last position to 
+               avoid other side-effects
+
 2002-09-22 [colin]     0.8.3claws11
 
        * src/prefs_account.c