Removed quotation wrapping as it is now also in the main branch.
[claws.git] / ChangeLog.claws
index 754b0a3bab69a8338daa48803c7c0d5f0184f048..69f20905cbfdc97fd283bcbb5ce35c025368fc44 100644 (file)
@@ -1,3 +1,399 @@
+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
+       * src/mutt.c
+               fgetc() returns a signed integer which doesn't
+               fit in a char. so c truncates this to a char
+               but we may lose significant bits. i.e. we may
+               comparing 0xFF which may not be equal to -1
+               unless properly casted to signed char which
+               we won't do because fgetc() returns a signed
+               integer which doesn't fit in a char. so c 
+               truncates this to a char but we may lose 
+               significat bits. (you got the idea, thanks
+               to Gustavo Noronha Silva <kov@debian.org>
+               and the Debian folks!)
+
+2001-12-30 [alfons]    0.6.6claws33
+
+       * src/prefs_common.c
+               add #ifdef USE_PSPELLs that Melvin forgot               
+
+2001-12-30 [melvin]    0.6.6claws32
+       
+       * src/prefs_common.[ch]
+               Added configurable color for misspelled words.
+
+       * src/gtkspell.[ch]
+               Fixed bug of foreground text color (reported by David
+                               Mehrmann)
+               Added configurable color for misspelled words.
+
+2001-12-30 [alfons]    0.6.6claws31
+
+       * src/folder.c
+               remove unnecessary things someone put there
+
+       * src/mh.c
+       * src/folder.[ch]
+               make folder properties (like threading and sorting) persistent
+               (closes bug #497424 "rescan folder tree resets proprieties")
+               currently this is only for MH folders. 
+
+2001-12-29 [melvin]    0.6.6claws30
+
+       * src/string_match.[ch]
+               Optimized a bit: regexp pattern buffer compiled only once, and
+                 one subroutine call removed. Fixed ^ regexp search: Now, 
+                 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
+       
+       * src/summaryview.c
+               Subject filtering changed to filter summary columns and
+                 not directly the messages subject cache. The loss in 
+                 performance is balanced by the improvement of string_match.
+               Added an alert panel if there is an error in the regexp.
+
+       * src/src/prefs_folder_item.h
+               Added a regexp pattern buffer.
+
+2001-12-28 [alfons]    0.6.6claws29
+
+       * src/string_match.[ch]
+               clean up name space
+               allow compilation *BSD
+
+2001-12-27 [alfons]    0.6.6claws28
+
+       * src/filter.c
+               sync the Hiro's bug fix for BSD
+
+2001-12-27 [melvin]    0.6.6claws27
+       
+       * src/compose.c
+               Simplify focus to subject entry code.
+
+2001-12-27 [darko]     0.6.6claws26
+
+       * src/filtering.c
+       * src/mbox_folder.c
+       * src/messageview.c
+       * src/mh.c
+       * src/procheader.[ch]
+       * src/procmsg.h
+       * src/stock_pixmap.[ch]
+       * src/summaryview.c
+               Show key icon for encrypted mails in summary view
+
+       * src/pixmaps/clip.xpm
+       * src/pixmaps/clipkey.xpm
+       * src/pixmaps/key.xpm
+               New/modified icons for the above
+
+2001-12-27 [melvin]    0.6.6claws25
+
+       * src/prefs_common.c
+               Put spell checker options in a separate tab to decrease
+               the Common Preferences window height.
+
+       * README.claws  
+               Update spell checker usage instruction about its options
+               location.
+
+2001-12-27 [melvin]    0.6.6claws24
+
+       * src/compose.c
+               Changed subject entry widget position. Initial focus is
+               on the To header instead of the subject entry.
+               Creating a new header scrolls the header list to make the
+               created one visible. Nevertheless, when automatically filling
+               headers, the first one is shown.
+               A Tab key press in the last empty header entry zips the 
+               focus to the subject entry.
+               (I did not change the combo boxes, yet)
+
+2001-12-26 [alfons]    0.6.6claws23
+
+       * src/prefs_account.c
+       * src/inc.c
+               allow default inbox to reside in another mailbox (only
+               works for POP3 accounts)
+
+2001-12-26 [alfons]    0.6.6claws22
+       
+       * src/textview.c
+               make reply-on-click work with the account of the selected folder
+       * src/compose.c
+               put a fixme here to remind me to fix finding correct default
+               account for nested folders
+
+2001-12-25 [alfons]    0.6.6claws21
+
+       * src/summaryview.c
+               make column headers display locked and mark pixmaps (idea by Melvin) 
+               fix bug by adding score and locked column type to sort array
+
+2001-12-25 [alfons]    0.6.6claws20
+       
+       * src/summaryview.c
+               catch a *potentially* inadvertent write back of  
+               the message cache(s) introduced by 0.6.5claws37
+
+2001-12-25 [christoph] 0.6.6claws19
+
+       * src/stock_pixmap.[ch]
+       * src/summaryview.c
+               add ignore thread pixmap
+               (can someone draw a better icon for this?)
+
+2001-12-24 [alfons]    0.6.6claws18
+
+       * src/prefs_folder_item.c
+               make address completion actually work for the
+               Default To address in the Folder Property dialog.
+
 2001-12-24 [alfons]    0.6.6claws17
        
        * src/summaryview.c