0.8.8claws113
[claws.git] / ChangeLog.claws
index e1c3ef05720ec33ac50a6c80cfcd419961e19f32..0233276e4ba798721fb656f52c408d4a74759c31 100644 (file)
@@ -1,3 +1,476 @@
+2003-01-18 [christoph] 0.8.8claws113
+
+       * src/mainwindow.c
+               reorder Configuration menu
+
+2003-01-18 [christoph] 0.8.8claws112
+
+       * src/compose.c
+               fix applying templates to forwarded messages
+
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-17 [christoph] 0.8.8claws111
+
+       * src/folder.c
+               destroy folder items, when a folder item is removed
+
+2003-01-17 [christoph] 0.8.8claws110
+
+       * src/folder.c
+               fix wrong folder stats update when ignored message is
+               deleted
+
+2003-01-17 [colin]     0.8.8claws109
+       
+       * src/mainwindow.c
+       * src/summaryview.c
+               Quicksearch bugfixes: 
+               - hide help button at startup if not extended
+               - switch to extended when looking for replies
+
+2003-01-17 [paul]
+
+       * sync with 0.8.9 release
+
+2003-01-17 [paul]      0.8.8claws108
+
+       * sync with 0.8.8cvs11
+               see ChangeLog 2003-01-17
+
+2003-01-16 [colin]     0.8.8claws107
+
+       * src/procmsg.c
+               Changed encryption test to re-ask passphrase
+               if an encrypted message hasn't been decrypted
+               Fixes bug #5
+
+2003-01-16 [christoph] 0.8.8claws106
+
+       * src/prefs_gtk.c
+       * src/prefs_toolbar.c
+       * src/gtk/prefswindow.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               remove page destroy function that is not used anymore
+
+2003-01-16 [paul]      0.8.8claws105
+
+       * sync with 0.8.8cvs9
+               see ChangeLog 2002-01-16
+
+2003-01-16 [colin]     0.8.8claws104
+
+       * src/compose.[ch]
+               Fix bug with autosaved drafts for IMAP, when draft
+               folder is specified - fixes bugzilla bug #20
+
+2003-01-15 [paul]      0.8.8claws103
+
+       * src/compose.[ch]
+         src/procmsg.c
+               store folder and message-id of message forwarding
+               in queue header and set forward flag after sending
+
+2003-01-15 [paul]      0.8.8claws102
+
+       * sync with 0.8.8cvs8
+               see ChangeLog 2002-01-15
+
+2003-01-15 [colin]     0.8.8claws101
+
+       * src/Makefile.am
+               Fix linking with GNU libiconv
+
+2003-01-15 [darko]     0.8.8claws100
+
+       * src/pine.c
+               fix crash when importing pine address book
+               entry with an empty name (reported by DY
+               <dybulk at tri8.net>)
+
+2003-01-14 [paul]      0.8.8claws99
+
+       * configure.in  ** REMOVED **
+         configure.ac  ** NEW FILE **
+               rename configure.in to configure.ac, as it is now
+               preferred
+
+2003-01-14 [melvin]    0.8.8claws98
+
+       * src/folderview.c
+               folderview_check_new(): More precise function description
+
+2003-01-14 [melvin]    0.8.8claws97
+
+       * src/folderview.c
+               folderview_check_new(): return the number of new messages 
+                       since last check.
+       * src/inc.c
+               inc_account_mail(): Disable counting of new messages for IMAP
+                       and NNTP until bug [19] and [14] are fixed.
+
+2003-01-14 [paul]      0.8.8claws96
+
+       * sync with 0.8.8cvs6
+               see ChangeLog 2003-01-14
+
+2003-01-13 [alfons]    0.8.8claws95
+
+       * src/textview.c
+               tune email address validation (c. 0.8.8claws89): if . is 
+               just one char away from @, the address is invalid too 
+               (correctly rejects addresses like foo@.com)
+
+2003-01-13 [paul]      0.8.8claws94
+
+       * src/messageview.c
+         src/toolbar.c
+               fixes to the Message View toolbar and menu:
+               fix non-functioning Forward button
+               make Reply button consider default_reply_list
+               remove 'Follow-up...' menu entry
+               add 'Forward' and 'Redirect' menu entries
+
+2003-01-13 [melvin]    0.8.8claws93
+
+       * src/inc.c
+               Fixed typo that could make new messages count incorrect.
+
+2003-01-13 [melvin]    0.8.8claws92
+
+       * src/folderview.[ch]
+               folderview_check_new(): return the number of new messages.
+       * src/inc.c
+               Should fix bug [14] where new mail notification worked 
+                       incorrectly with IMAP accounts.
+               inc_spool_account(): return number of new msgs, or -1 on error
+               inc_all_spool(): return number of new msgs
+               
+2003-01-13 [melvin]    0.8.8claws91
+
+       * src/prefs_actions.c
+               Justify help text.
+
+2003-01-12 [thorsten]  0.8.8claws90
+
+       * src/common/prefs.c
+               close file before rename
+
+2003-01-12 [alfons]    0.8.8claws89
+
+       * AUTHORS
+               add Christian Mertes
+       * src/common/utils.[ch]
+               g_stricase_hash(), g_stricase_equal(): functions for 
+               case insensitive hash tables
+       * src/textview.c
+               use top level domain names to validate email address, based
+               on a patch by Christian Mertes (thanks!), but changed 
+               implementation to use a hash table 
+
+2003-01-12 [paul]      0.8.8claws88
+
+       * po/bg.po
+               updated by George Danchev
+
+2003-01-12 [alfons]    0.8.8claws87
+
+       * src/summaryview.c
+               delete / execute performance: use new style folder update
+
+2003-01-12 [paul]      0.8.8claws86
+
+       * sync with 0.8.8cvs5
+               see ChangeLog 2003-01-13 (!)
+
+2003-01-12 [alfons]    0.8.8claws85
+
+       * src/filtering.c
+       * src/matcher_parser_parse.y
+               prepare change_score filtering action
+       * src/matcher.[ch]
+               give up const-correctness on functions that call non-const-correct functions;
+               several casts to gpointer in g_free();
+               add change_score;
+
+2003-01-12 [christoph] 0.8.8claws84
+
+       * src/compose.c
+               fix 2 warnings
+
+       * src/gtk/prefswindow.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               changed the call of the widget create function
+               for PrefsPages, because sometimes the widget
+               create function needs a widget that already has
+               been attached to a window (to create GDK pixmaps
+               for exmaple). So we simply pass the GtkWindow as
+               the second parameter now.
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/prefs_toolbar.[ch]
+               rewrite Toolbar Preferences using the new
+               prefs window
+
+2003-01-11 [alfons]    0.8.8claws83
+
+       * src/addressadd.c
+               fix crash when adding sender to addressbook because status bar
+               isn't there (the status bar doesn't seem to be used though,
+               but I'll let Match decide what to do with it)
+
+2003-01-11 [colin]     0.8.8claws82
+
+       * src/main.c
+         src/toolbar.c
+               Two useless changes reversed
+
+2003-01-11 [colin]     0.8.8claws81
+
+       * src/mainwindow.c
+         src/mainwindow.h
+               Add mainwindow_get_mainwindow()
+       * src/alertpanel.c
+         src/alertpanel.h
+               Add alertpanel_error_log() 
+       * src/compose.c
+         src/inc.c
+         src/messageview.c
+         src/toolbar.c
+         src/main.c
+         src/procmsg.c
+               Network errors get a View Log button
+
+2003-01-10 [alfons]    0.8.8claws80
+
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+               use the translatable string for "Separator" as file name for
+               separator toolbar items (probably make this uppercase?)
+
+2003-01-10 [alfons]    0.8.8claws79
+
+       * src/prefs_toolbar.c
+               put right A_SEPARATOR description string in "displayed
+               toolbar items list" so manually added separators are
+               saved correctly (bug #10, "Adding a separator to the main 
+               toolbar fails, entry in xml file is wrong")
+
+2003-01-10 [christoph] 0.8.8claws78
+
+       * src/imap.c
+               o fix warnings
+               o use CAPABILITY to check if NAMESPACE is available
+
+2003-01-10 [christoph] 0.8.8claws77
+
+       * src/imap.[ch]
+               apply UIDPLUS IMAP extension support patch
+
+       Patch submitted by Simon 'corecode' Schubert
+
+2003-01-10 [paul]      0.8.8claws76
+
+       * src/folderview.c
+               a sync from main which fixes the news account folders'
+               Properties bug
+
+2003-01-10 [christoph] 0.8.8claws75
+
+       * src/folder.c
+               don't accept 0 as a valid uid returned by copy and move
+               functions. 0 means the message was copied or moved but the
+               new uid could not be fetched. It is not an error condition
+               for the copy or move operation.
+
+2003-01-10 [paul]      0.8.8claws74
+
+       * src/prefs_filtering.c
+               change English used in Alert when entry is not
+               saved.
+               
+       * sync with 0.8.8cvs4
+               see ChangeLog 2003-01-10
+
+2003-01-10 [darko]     0.8.8claws73
+
+       * src/pine.c
+               fix crash when importing address book entry
+               without a valid address
+
+2003-01-09 [alfons]    0.8.8claws72
+
+       * src/inc.c
+               filtering performance: use new style folder update
+
+2003-01-09 [christoph] 0.8.8claws71
+
+       * src/compose.c
+       * src/gtk/menu.[ch]
+               fix wrong selecting of mime encoding type, when
+               opening property dialog of attachments in the
+               compose window. 7bit was always selected and that
+               destoryed files with 8bit data.
+               (closes bug #9 Sylpheed-claws destroys attachments when
+                changing MIME-types)
+
+2003-01-09 [paul]      0.8.8claws70
+
+       * sync with 0.8.8cvs3
+               see ChangeLog 2003-01-09
+
+2003-01-08 [alfons]    0.8.8claws69
+       
+       * src/addressadd.c
+               apply patch by Kim Schulz to fix build breakage
+               because of missing variable
+
+2003-01-08 [paul]      0.8.8claws68
+
+       * sync with 0.8.8cvs2
+               see ChangeLog 2002-01-08
+
+2003-01-08 [paul]      0.8.8claws67
+
+       * po/it.po
+               updated by Alessandro Maestri
+               
+       * src/addressadd.c
+               when using 'Add sender to addressbook' allow
+               name to be edited and remarks to be entered
+               Patch submitted by Luke Plant
+
+2003-01-08 [darko]     0.8.8claws66
+
+       * README.claws, src/summaryview.c
+               fix description for marked messages
+
+2003-01-08 [paul]
+
+       * tools/Makefile.am
+         tools/launch_phoenix  ** NEW FILE **
+               add script that enables using Phoenix as the default
+               web browser. 
+               Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
+               
+       * tools/OOo2sylpheed.pl
+               remove full path to sylpheed executable, just 'sylpheed'
+               will do
+               
+       * tools/README
+               add launch_phoenix informtion and re-arrange and compress
+               the data a little
+
+2003-01-07 [christoph] 0.8.8claws65
+
+       * src/folder.c
+               fix update for source folder when moving messages
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               use function to set to_folder for message infos and
+               automatically update the op_count for old and new
+               folder
+
+2003-01-07 [melvin]    0.8.8claws64
+
+       * src/prefs_actions.c
+               Fixed bug where an '%p' Action on a displayed image crashed 
+                       Sylpheed
+               Code clean up (get rid of duplicated code and removed unnecessary 
+                               structure member)
+
+2003-01-07 [christoph] 0.8.8claws63
+
+       * src/compose.c
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/import.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_folder_item.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/toolbar.c
+               o remove all folder update triggering from the UI code. The folder
+                 system should know much better when a folder needs an update.
+               o to prevent multiple updates in a row the folder updates can be
+                 frozen for some time.
+
+               Note: - Please verify that no updates are missing
+                     - Check where freeze/thaws should be added
+
+2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws62
+
+       * src/prefs_actions.c
+               don't translate empty strings
+
+2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws61
+
+       * src/prefs_actions.c
+               mark strings for gettext
+       * src/prefs_matcher.c
+               use new description window for Execute action and
+               match condition in Filtering
+
+2003-01-06 [alfons]    0.8.8claws60
+
+       keep myself inspired to re-organize matcher part 8; 
+       yes, more to come (I need to move out the descriptive
+       text for actions to matcher.c, or at least make it not
+       depend on the wicked ordering)
+
+       * src/prefs_matcher.c
+               add documentation so others may comprehend the
+               UI part of the conditions
+               
+2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws59
+
+       * src/prefs_actions.c
+               use new description window for syntax help
+       * src/gtk/description_window.c
+               fix display of descriptions with column count != 2
+
+2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws58
+
+       * src/quote_fmt.c
+       * src/summaryview.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/description_window.[ch]       ** NEW **
+               use a generic window to display syntax descriptions
+               currently used in quote_fmt and summaryview (new description
+               for extended quick search)
+
+2003-01-06 [paul]      0.8.8claws57
+
+       * sync with 0.8.8cvs1
+               see ChangeLog 2003-01-06
+
+2003-01-06 [christoph] 0.8.8claws56
+
+       * src/mainwindow.c
+       * src/prefs_gtk.[ch]
+       * src/gtk/prefswindow.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               o remove page management from prefswindow, pages
+                 will be an argument to prefswindow_open
+               o prefswindow_open gets a datapointer that is
+                 passed to the widget_create function to allow
+                 creation of prefswindow for specific items
+
+2003-01-06 [colin]             0.8.8claws55
+       
+       * src/summaryview.c
+               We don't want regexp in the reply-finder, 
+               because MIDs can contain !,$,. and so on
+
+2003-01-06 [jens]      0.8.8claws54
+
+       * src/jpilot.c
+               fixed a wrong free in jpilot_read_db_files
+
 2003-01-06 [alfons]     0.8.8claws53
 
        re-organize matcher part 8; more to come
                see ChangeLog 2002-11-28 (no sync needed
                for src/compose.c)
 
-2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws31
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws31
        
        * src/mainwindow.[ch]
                add patch by Ivan F. Martinez introducing messageview Toolbar
                some changes and committed by oliver    
 
-2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws30
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws30
 
        * src/messageview.[ch]
                add patch by Ivan F. Martinez introducing messageview Toolbar
                some changes and committed by oliver    
 
-2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws29
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws29
 
        * src/compose.[ch]
                add patch by Ivan F. Martinez introducing messageview Toolbar
                some changes and committed by oliver    
 
-2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws28
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws28
        
        * src/toolbar.[ch]
                add patch by Ivan F. Martinez introducing messageview Toolbar