sync with sylpheed 0.7.0cvs8
[claws.git] / ChangeLog.claws
index 2ac03b563f5e41392aa086dab1deadf62ec20ce9..7f3b5da13a679158b27f0e8d704db45687975f8e 100644 (file)
@@ -1,3 +1,343 @@
+2002-01-18 [paul]      0.7.0claws13
+
+       * sync with sylpheed 0.7.0cvs8
+               configure.in: support Mac OS X (Darwin)
+
+2002-01-18 [carsten]   0.7.0claws12
+       * src/html.c
+               small hack to fix a segfault with an empty href
+               (reported by Alexandra Walford <deeni@altern.org>)
+       * src/mainwindow.c
+       * src/summaryview.c
+               the shortcuts for Mark und Mark as unread are hardcoded
+               again
+       * src/compose.c
+       * src/gtkstext.[ch]
+               readded the shortcuts in gtkstext but made them
+               customizeable (simply by adding a menu plus a wrapper
+               to compose.c)
+
+2002-01-17 [melvin]    0.7.0claws11
+
+       * src/gtkspell.c
+               fix default dictionary not being saved.
+
+2002-01-16 [darko]     0.7.0claws10
+
+       * src/compose.c
+               fix wrapping crash with URL longer than wrapping margin
+
+2002-12-08 [hoa]       0.7.0claws10
+
+       * src/matcher_parser_parse.y
+               fixed some bugs
+
+       * src/prefs_filtering.c
+               now, we can use bounce action in the dialog box.
+
+2002-01-16 [carsten]   0.7.0claws9
+       * src/gtkstext.c
+               removed the <control> and <alt> shortcuts because they're
+               not needed and interefered with the "normal" shortcuts
+       * src/mainwindow.c
+       * src/summaryview.c
+               removed most of the hardcoded shortcuts and assigned
+               them to menu entries making them easy customizable by
+               that
+
+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.
+
+2002-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
+               see ChangeLog entries 2002-01-07, 2002-01-08 and
+               2002-01-09
+
+2002-01-09 [alfons]
+
+       * src/summaryview.c
+               remove more dirt traces...
+
+2002-01-09 [alfons]
+       
+       * src/summaryview.c
+               clean up some traces of my debugging stuff
+
+2002-01-09 [alfons]    0.6.6claws45
+
+       * src/filtering.c
+               break up filteringprop_apply() in three separate pieces
+               so we can drop messages that failed processing in the
+               inbox
+
+       * src/summaryview.c
+               fix bug #469598 "no refresh of inbox after filter" which 
+               was introduced by the new summary view locking, and which 
+               prevented the summary view to update after a manual filter 
+               message. claw's filter message requires a summary_show().
+               (aargh, summary_show() again! :-)
+               
+2002-01-07 [alfons]    0.6.6claws44
+
+       * src/headerwindow.c
+       * src/logwindow.c
+       * src/messageview.c
+       * src/sourcewindow.c
+               bring in Hiro's last 0.7.0 wm class fixes
+
+       * tools/sylprint.pl
+               bring in Ricardo's fix for sylprint script
+
+       * AUTHORS       
+       * src/rfc2015.[ch]
+       * src/prefs_common.[ch]
+       * src/prefs_account.[ch]
+       * src/compose.c
+               clean up account preference poison in rfc2015,
+               and preparation to fix double sign bug 
+               (patch submitted by Simon 'corecode' Schubert) 
+
+2002-01-07 [christoph] 0.6.6claws43
+
+       * src/mh.c
+               search for free message number, do not only rely
+               on last_num
+       * src/send.c
+               fix smtp auth and use extra account information
+               if available, if not use pop3 data instead
+               (closes bug #500341)            
+       * src/ssl.[ch]
+               match coding style
+
+2002-01-06 [alfons]    0.6.6claws42
+
+       * src/mainwindow.c
+               try making the separate windows work again...
+
+2002-01-06 [alfons]    0.6.6claws41
+
+       * src/mainwindow.c
+               adapt Hiro's separate window menu (to get rid of the funny
+               duplicate menu items), and make it work again
+
+2002-01-06 [alfons]    0.6.6claws40
+
+       * tools/Makefile.am
+       * tools/sylprint.rc
+       * tools/sylprint.pl
+       * tools/README.sylprint
+               add sylprint script for printing mails from Sylpheed
+               (contributed by Ricardo Mones Lastra)
+
+       * src/acount.c
+               clean up
+
+2002-01-06 [melvin]    0.6.6claws39
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Fixed crash introduced in 0.6.6claws38 by the menu
+               reorganisation (Hide read messages)
+       
+       * ChangeLog.claws 
+               Fixed typo (we are now in 2002, alfons ;) )
+
+2002-01-05 [alfons]    0.6.6claws38
+
+       * sync with sylpheed 0.6.6cvs10-17
+               (last stuff marked as LAST_STABLE)
+
+2002-01-04 [melvin]    0.6.6claws37
+
+       * src/account.c
+               Made account selection code use strcasestr again instead of
+               g_strcasecmp (fixes bug where reediting queued messages
+               did not select proper account reported by T. Link).
+       
+       * src/folderview.c
+               Fix bug where folder icons are not shown when 'hide read messages'
+               is on.
+       
+       * src/stock_pixmaps.[ch]
+               Added folder icons for 'hide read messages'.
+       
+       * src/compose.c
+               Fixed bug where 'Enter' in a header entry will send the message 
+               if 'CTL-Enter' was chosen as a shorcut for sendind. 
+
+2002-01-03 [melvin]    0.6.6claws36
+       
+       * src/prefs.[ch]
+               Added popup menu for common preferences and
+               account preferences (right click on tab displays
+                               a menu of all tabs.)
+
+2002-01-02 [melvin]    0.6.6claws35
+
+       * src/gtkspell.[ch]
+               Made spelling code compatible with undo/redo feature.
+               Added creation of suggestion mode menu for the general
+                       preferences.
+       
+       * src/prefs_common.[ch]
+               Added option menu for the speller's suggestion mode.
+               Added missing spaces in "..." buttons and made a "..."
+                       button non translatable!
+       
+       * src/compose.c
+               Made speller use the default suggestion mode.
+               Hack to make it possible to choose 'CTRL-Enter' as a
+                       shortcut for sending (and only for sending).
+
+       * src/prefs_folder_item.c
+               Changing subject simplification does not update cache 
+                       anymore (because it is unnecessary).
+               Fixed bug where changing subject simplification updated the 
+                       summaryview even when the viewed folder is not the
+                       folder which properties are being changed. (E.g. 
+                                       viewing folder A and changing
+                                       the subject simplification of 
+                                       folder B -not being viewed- updated the 
+                                       summaryview of folder A with data of
+                                       folder B). (Hope this is clear... )
+
 2001-12-31 [alfons]    0.6.6claws34
        
        * src/ldif.c