todo
[claws.git] / ChangeLog.claws
index d699dc86b91f5bdc72d32456a7662275bb93a9c2..fd5d4af4383df2c2a3307f0b541a75180da56dc8 100644 (file)
@@ -1,3 +1,493 @@
+2003-03-08 [christoph] 0.8.10claws101
+
+       * src/imap.c
+               add workaround for IMAP servers that do not
+               support the "UID SEARCH UID" command
+
+2003-03-07 [christoph] 0.8.10claws100
+
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               code cleanup
+
+2003-03-07 [paul]      0.8.10claws99
+
+       * po/es.po
+               updated Spanish translation, submitted by
+               Ricardo Mones Lastra
+
+2003-03-07 [christoph] 0.8.10claws98
+
+       * src/send.c
+               fix in 0.8.10claws94 was wrong
+               local delivery does not require escaping, remove escaping
+               code to make signatures of mails with "." lines valid
+               
+               NOTE: requires that sendmail is executed with "-i" option,
+                     what is the default now, but has to be changed in all
+                     exsiting accounts)
+
+2003-03-07 [paul]      0.8.10claws97
+
+       * sync with 0.8.11 release
+               see ChangeLog 2003-03-07
+
+2003-03-06 [paul]      0.8.10claws96
+
+       * src/compose.c
+               revert commit 0.8.10claws92
+
+2003-03-06 [paul]      0.8.10claws95
+
+       * src/folderview.c
+               fix (solaris) bug 73, 'Crash when selecting top-level folder'
+
+       * src/gtkaspell.c
+               fix bug 74, 'Crash opening editor window with pseudo-color
+               display'
+               
+       Patches submitted by Kevin Vigor <kevin@vigor.nu>
+
+2003-03-06 [christoph] 0.8.10claws94
+
+       * src/send.c
+               fix rfc2821 (4.5.2) violation in SMTP data sending,
+               all lines starting with a period get an extra period
+               inserted
+               (found by Simon 'corecode' Schubert)
+
+2003-03-06 [paul]      0.8.10claws93
+
+       * src/folderview.c
+               if configured font can't be loaded fall back to gtk
+               default. (with thanks to Christoph)
+               
+               closes long-standing bug 15 'Crashes on startup'
+
+2003-03-06 [paul]      0.8.10claws92
+
+       * src/compose.c
+               freeze text before autosave and thaw afterwards
+               fixes bug 67 'autosave make re-rediting message crazy'
+
+2003-03-06 [christoph] 0.8.10claws91
+
+       * src/compose.c
+               ignore address comment in dupe check for Cc-list
+
+       (closes reopened bug 47 Replying to message strips name part of
+        e-mail addresses of Cc: lines)
+
+2003-03-06 [paul]      0.8.10claws90
+
+       * src/Makefile.am
+               remove reference to gtkxtext.h as its no longer in
+               the repository
+
+2003-03-06 [paul]      0.8.10claws89
+
+       * sync with 0.8.10cvs25
+               see ChangeLog 2003-03-06
+
+2003-03-06 [oliver]    0.8.10claws88
+       
+       * src/messageview.c
+               remove include
+
+2003-03-06 [oliver]    0.8.10claws87
+       
+       * src/folderview.c 
+               remove changes introduced inclaws74
+       * src/messageview.c
+               another attempt to sanely delete and update
+               messages deleted in separate messageview
+
+2003-03-05 [christoph] 0.8.10claws86
+
+       * src/summaryview.c
+               check if "From" matches any account's address if
+               addressbook completion of addresses is disabled too
+
+       (closes Bug 70 "Display recipient in from" doesn't check
+        folder's default account)
+
+2003-03-05 [christoph] 0.8.10claws85
+
+       * src/compose.c
+       * src/common/utils.[ch]
+               don't strip address comments when building Cc lists
+
+       (closes Bug 47 Replying to message strips name part of e-mail addresses
+        of Cc: lines)
+
+       * src/folder.c
+               fix return value of copy function
+
+2003-03-05 [christoph] 0.8.10claws84
+
+       * src/imap.c
+               don't ask imap server for non rfc822 headers
+
+       (closes bug 71 IMAP FETCH asks for FROM header field twice)
+
+       * src/imap.c
+               destroy session on socket error to allow reconnecting
+
+2003-03-05 [christoph] 0.8.10claws83
+
+       * configure.ac
+               fix building with gnome when no prefix is set
+
+       (closes bug 66 Gnome directory is set to NONE)
+
+2003-03-05 [paul]      0.8.10claws82
+
+       * sync with 0.8.10cvs23
+               see ChangeLog 2003-03-05
+
+2003-03-04 [christoph] 0.8.10claws81
+
+       * src/folder.c
+               o fix moving and copying when folder returns 0 for new
+                 message number
+               o remove some code for single message copy and move
+                 operations and use functions for multiple messages
+
+       (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
+
+       * src/news.c
+               remove unused include
+
+2003-03-04 [paul]      0.8.10claws80
+
+       * src/gtk/about.c
+               list 'Compiled plugins'
+
+2003-03-03 [christoph] 0.8.10claws79
+
+       * src/news.[ch]
+               have to multiply the percentage of the current fetch with
+               the percentage that it has of the total fetch operation
+               for correct values
+
+2003-03-03 [christoph] 0.8.10claws78
+
+       * src/news.c
+               fix calculation of expected lines for progress indicator
+
+2003-03-03 [christoph] 0.8.10claws77
+
+       * src/summaryview.c
+       * src/common/utils.c
+               fix segfault when opening the root news folder
+
+2003-03-03 [christoph] 0.8.10claws76
+
+       * src/mainwindow.[ch]
+       * src/common/Makefile.am
+       * src/common/progressindicator.[ch]
+               add UI independent progress indicator handling
+
+       * src/news.[ch]
+               use new progress indicator for message info fetching
+
+       * src/common/hooks.h
+               code cleanup
+
+2003-03-03 [oliver]    0.8.10claws75
+
+       * src/toolbar.c
+       * src/compose.c
+               removed commented code
+
+2003-03-03 [oliver]    0.8.10claws74
+
+       * src/toolbar.[ch]
+               cleanups and refactoring
+       * src/compose.[ch]
+               compose_reply_mode reply & forwarding interface for
+               toolbar buttons
+       * src/folderview.c
+               act on messages marked for deletion in folderview_selected
+               based on prefs_common.immediate_exec since a message might 
+               have been deleted by messageview in a folder we are changing 
+               to (does anybody understand what I'm on about ?)
+
+2003-03-03 [oliver]    0.8.10claws73
+       
+       * src/messageview.[ch]
+               new functions
+               - messageview_delete: delete message shown in messagview
+               - messageview_update_view: update messageview to currently 
+                 selected summaryview message
+               - add separate messageview to msgview_list in order to update 
+                 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
+       * src/summaryview.[ch]
+               summary_get_selection returns a list of selected msgs
+               in summaryview
+       * src/mainwindow.c
+               toolbar reply refactoring
+
+2003-03-03 [paul]      0.8.10claws72
+
+       * sync with 0.8.10cvs21
+               see ChangeLog 2003-03-03
+
+2003-03-02 [christoph] 0.8.10claws71
+
+       * src/common/passcrypt.c
+               use POSIX includes
+
+2003-03-02 [christoph] 0.8.10claws70
+
+       * configure.ac
+       * src/prefs_account.c
+       * src/prefs_gtk.[ch]
+       * src/common/.cvsignore
+       * src/common/Makefile.am
+       * src/common/passcrypt.c                ** NEW **
+       * src/common/passcrypt.h.in             ** NEW **
+               Implement password encryption in config files
+               using unix encrypt and setkey functions. The crypt
+               key can be set as a configure parameter. Old
+               passwords will be converted if they do not begin
+               with '!'
+
+2003-03-02 [paul]      0.8.10claws69
+
+       * src/prefs_account.c
+               fix compile error
+
+2003-03-01 [thorsten]  0.8.10claws68
+
+       * po/el.po
+         po/hr.po
+         po/it.po
+         po/nl.po
+         po/sr.po
+         po/sv.po
+               corrected format strings
+       * po/en_GB.po
+               corrected headers
+               (fix compile errors with GNU gettext-0.11.5)
+
+2003-03-01 [oliver]    0.8.10claws67
+
+       * src/summaryview.c
+               menu callbacks call toolbar_menu_reply
+
+2003-03-01 [oliver]    0.8.10claws66
+
+       * src/mainwindow.c
+       * src/messageview.c
+               menu callbacks call toolbar_menu_reply
+       * src/toolbar.[ch]
+               callbacks from menu handled by toolbar_menu_reply
+
+2003-03-01 [paul]      0.8.10claws65
+
+       * src/addressbook.c
+               revert commit 0.8.10claws54 - breaks editing of
+               addressbook.
+               
+       * po/bg.po
+               update Bulgarian translation, submitted by
+               George Danchev
+
+2003-02-28 [christoph] 0.8.10claws64
+
+       * src/account.c
+       * src/addressadd.c
+       * src/compose.c
+       * src/gtkaspell.c
+       * src/gtkxtext.h                ** REMOVE **
+       * src/imap.c
+       * src/matcher.[ch]
+       * src/mh.c
+       * src/news.c
+       * src/pine.c
+       * src/prefs_common.c
+       * src/prefs_matcher.c
+       * src/procheader.[ch]
+       * src/procmsg.[ch]
+       * src/toolbar.c
+       * src/common/ssl_certificate.c
+       * src/gtk/colorlabel.c
+       * src/gtk/menu.c
+               o fix warnings
+               o remove code obsoleted by new cache and folder system rework
+
+2003-02-28 [oliver]    0.8.10claws63
+       
+       * src/toolbar.[ch]
+               * fix bug where reply in Messageview replied to 
+               Message displayed in summaryview
+               (reportedd via ML by chinatinte at gmx dot ch)
+               * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
+               didn't work in separate MessageView Toolbar
+               (wondering if anybody uses this at all ?)
+       * src/summaryview.[ch]
+               use toolbar.c's toolbar_reply instead of summary_reply (removed)
+               (generalize reply and forward code);
+       * src/messageview.c 
+               remove focus_in event which updated summaryview to messageview
+
+2003-02-28 [paul]      0.8.10claws62
+
+       * po/Makefile.in.in
+               add the --check option
+               Patch submitted by Ricardo Mones Lastra
+
+2003-02-28 [paul]      0.8.10claws61
+
+       * src/prefs_account.c
+               re-order 'Signature' items
+
+2003-02-28 [paul]      0.8.10claws60
+
+       * sync with 0.8.10cvs20
+               see ChangeLog 2003-02-28
+
+2003-02-28 [paul]      0.8.10claws59
+
+       * po/POTFILES.in
+               update to reflect recent movement of files
+
+2003-02-28 [paul]      0.8.10claws58
+
+       * sync with 0.8.10cvs19
+               see ChangeLog 2003-02-28
+
+2003-02-27 [martin]    0.8.10claws57
+
+       * src/prefs_matcher.c 
+               fix segfault in prefs_matcher_ok() when the
+               last entry is deleted and prevents that the
+               message "entry not saved" comes up after deleting
+               an entry
+
+2003-02-27 [martin]    0.8.10claws56
+
+       * src/prefs_filtering.c 
+               fix segfault in prefs_filtering_ok() when the
+               last entry is deleted and prevents that the
+               message "entry not saved" comes up after deleting
+               an entry
+
+2003-02-27 [paul]      0.8.10claws55
+
+       * sync with 0.8.10cvs18
+               see ChangeLog 2003-02-27
+
+2003-02-27 [paul]      0.8.10claws54
+
+       * src/addressbook.c
+               fix bug where the address book crashes with 
+               multiple lookups.
+               Patch [687729] submitted by David Frager 
+               <dbfrager@users.sourceforge.net>
+
+2003-02-25 [christoph] 0.8.10claws53
+
+       * src/Makefile.am
+       * src/colorlabel.[ch]           ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/colorlabel.[ch]       ** NEW **
+               move colorlabel files to gtk directory
+
+       * src/esmtp.[ch]                ** REMOVE **
+               has been merged into smtp.[ch] in 0.7.5
+
+2003-02-25 [christoph] 0.8.10claws52
+
+       * src/Makefile.am
+       * src/about.[ch]                ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/about.[ch]            ** NEW **
+               move about files to gtk directory
+
+2003-02-25 [christoph] 0.8.10claws51
+
+       * src/folder.c
+               some code optimization of folder scanning code
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
+
+2003-02-25 [christoph] 0.8.10claws50
+
+       * src/main.c
+       * src/common/sylpheed.c
+               add command line parameter parsing to common code
+
+2003-02-24 [christoph]
+
+       * Makefile.am
+       * configure.ac
+               fix gnome prefix problems, the configure script now removed
+               `gnome-config --prefix` from `gnome-config --datadir`
+               and adds $(prefix} instead
+
+       (closes Bug 24 Makefile does not respect prefix when installing
+        GNOME data)
+
+2003-02-24 [christoph] 0.8.10claws49
+
+       * src/news.c
+               check for valid session before trying to authenticate
+
+       (closes Bug 60 crash if "authenticate on logon" is activated
+        and newsserver-hostname is not valid)
+
+2003-02-24 [melvin]    0.8.10claws48
+
+       * src/prefs_actions.c
+               Make sure all user's input is sent to the action and then
+               close the socket..
+
+2003-02-23 [alfons]    0.8.10claws46
+
+       * src/summaryview.c
+               also wait cursor when deleting files
+
+2003-02-23 [paul]
+
+       * tools/freshmeat_search.pl
+         tools/google_search.pl
+               scripts should now work for any browser/browser command line
+
+2003-02-22 [christoph] 0.8.10claws45
+
+       * src/procmsg.c
+               fix IMAP flag setting, IMAP flag is not handled correctly
+               anymore by the folder system and information about the
+               folder should not be saved in the MsgInfo (in my opinion)
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
+
+2003-02-22 [christoph] 0.8.10claws44
+
+       * src/summaryview.c
+               fix spelling of "label" ;-)
+
+2003-02-22 [thorsten]  0.8.10claws43
+
+       * src/mimeview.c
+         src/prefs_common.[ch]
+         src/procmime.[ch]
+               do not use description as attachment name
+
+2003-02-22 [alfons]    0.8.10claws42
+
+       * src/summaryview.c
+               freeze/thaw folder item updates when changing color labels,
+               and put a wait cursors on
+
+2003-02-22 [thorsten]  0.8.10claws41
+
+       * src/mimeview.c
+               save-all fixes: crash if invoked on multipart container,
+               mimeinfo access, pathseparators, error dialog
+
 2003-02-21 [alfons]    0.8.10claws40
 
        * src/prefs_gtk.c
 2003-01-26 [christoph] 0.8.9claws14
 
        * src/Makefile.am
-       * src/mgutils.[ch]
-       * src/xml.[ch]
-       * src/xmlprops.[ch]
+       * src/mgutils.[ch]              ** REMOVE **
+       * src/xml.[ch]                  ** REMOVE **
+       * src/xmlprops.[ch]             ** REMOVE **
        * src/common/Makefile.am
-       * src/common/mgutils.[ch]
-       * src/common/xml.[ch]
-       * src/common/xmlprops.[ch]
+       * src/common/mgutils.[ch]       ** NEW **
+       * src/common/xml.[ch]           ** NEW **
+       * src/common/xmlprops.[ch]      ** NEW **
                move xml files to common directory
 
 2003-01-26 [christoph] 0.8.9claws13
                start seperation of common code initialization seperated from gui
 
        * src/summaryview.c
-               The function that is called when a color lable changes
+               The function that is called when a color label changes
                should not change the color lable again
 
 2002-12-08 [colin]     0.8.6claws74