fixed spell checker related bug which may result in a crash
[claws.git] / ChangeLog.claws
index 87195fed8cf29792bc2ffe86ede9ec316b32315e..0894132834f598269af1cbb1e0856d896efd9eb5 100644 (file)
@@ -1,3 +1,142 @@
+2002-01-16 |melvin]    0.7.0claws8
+
+       * src/gtkspell.c
+               fixed bug where using the mouse and when the compose
+               window is not on top may result in a crash.
+
+2002-01-16 [melvin]    0.7.0claws7
+
+       * src/compose.c
+               fixed a long standingspell checker bug which could 
+               cause a crash after sending a message.
+
+2001-01-16 [paul]      0.7.0claws6
+
+       * sync with sylpheed 0.7.0cvs7
+               see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
+               2002-01-15, and 2002-01-16
+
+2002-01-16 [melvin]    0.7.0claws5
+
+       * README.claws
+       * src/compose.c
+       * src/gtkspell.[ch]
+       * src/main.c
+               Heavily modified spell checker code to work around
+               ispell bug, to add keyboard shortcuts and for future
+               enhancements. See README.claws for usage information.
+
+2002-01-15 [alfons]    0.7.0claws4
+       
+       * src/summaryview.c
+               change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
+               so sorting within threads reflects sort mode
+
+2002-01-15 [christoph] 0.7.0claws3
+
+       * src/procmsg.c
+               added alertpanel if mail sending failed
+
+2002-01-15 [alfons]    0.7.0claws2
+       
+       * src/prefs_filtering.c
+               don't stop timer when prefs filtering dialog is opened
+
+2002-01-14 [alfons]    0.7.0claws1
+
+       * src/addr_compl.c
+       * src/prefs.c
+               remove debug_print()s for privacy reasons
+
+2002-01-14 [darko]     0.7.0claws
+
+       * README.claws
+               quotation wrapping is now also in the main branch
+
+2002-01-14 [paul]
+
+       * tools/filter_conv.pl
+               allow for Boolean Op and case-sensitivity
+               this file is included in the release and tagged
+               'rel_0_7_0'
+
+2002-01-13 [paul]      0.7.0claws
+
+       * release 0.7.0, with cvs tag 'rel_0_7_0'
+
+2002-01-13 [paul]
+
+       * tools/filter_conv.pl
+       * tools/README
+               rewritten to output to matcherrc instead of filteringrc
+
+       * po/es.po
+               updated Spanish translation by Ricardo Mones Lastra
+
+2002-01-13 [alfons]
+
+       * po/nl.po
+               update dutch translation
+
+2002-01-13 [paul]
+
+       * po/pt_BR.po
+               Updated by Fabio Junior Beneditto 
+
+2002-01-13 [melvin]    0.6.6claws53
+
+       * po/fr.po
+               Updated french translation
+
+2002-01-12 [alfons]    0.6.6claws52
+
+       * src/filtering.c
+               plug mem leak that has been sitting there for ages              
+
+2002-01-12 [alfons]    0.6.6claws51
+
+       * src/summaryview.c
+               undo melvin's changes from 0.6.6claws48 because summary
+               view now refuses to select first unread message when
+               selecting a folder 
+
+2002-01-11 [alfons]    0.6.6claws50
+
+       * src/import.c
+               use claws' semantics for getting folder item when
+               importing an mbox file into a folder 
+               (submitted by Dale P. Smith)
+
+2002-01-11 [christoph] 0.6.6claws49
+
+       * src/prefs.h
+               set sensitivity in SET_TOGGLE_SENSITIVITY macro from
+               toggle widget, because non static prefs can not use
+               prefs_set_* functions
+       * src/prefs_account.c
+               toggle smtp auth password field sensitivity if
+               user id is empty and add descrition of usage for
+               these fields
+       * src/prefs_folder_item.c
+               use SET_TOGGLE_SENSITIVITY macro to instead of extra
+               callbacks
+
+2002-01-11 [melvin]    0.6.6claws48
+
+       * src/compose.c
+               fix the 'Ctrl-Enter' feature for sending and test really
+               for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
+               editables which was not documented in Gtk)
+
+       * src/summaryview.c
+               Made summaryview refresh after sorting and not before.
+
+2002-01-11 [christoph] 0.6.6claws47
+
+       * src/compose.c
+               select account from account ids if possible and
+               correctly set save folder for copy in reedit
+
 2002-01-10 [paul]      0.6.6claws46
 
        * sync with sylpheed 0.7.0 release