fix ssmtp
[claws.git] / ChangeLog.claws
index 772d7472ae7cbe727b8ba705e97cf2ab79d1f57e..218ea8ad07bd3ef73a617bf7d3bc2175d3844be7 100644 (file)
@@ -1,3 +1,678 @@
+2003-03-21 [colin]     0.8.11claws37
+
+       * src/send_message.c
+               Fix USE_SSL => USE_OPENSSL
+
+2003-03-21 [colin]     0.8.11claws36
+
+       * src/folderview.c
+               Fix counts in drag and dropped subfolders
+
+2003-03-21 [colin]     0.8.11claws35
+
+       * src/folder.c 
+       * src/folderview.c
+               speed up a bit folder dnd
+
+2003-03-20 [alfons]    0.8.11claws34
+
+       * src/main.c
+       * src/toolbar.c
+       * src/procmsg.c
+               don't send locked queue messages
+               (feature request "[ 705245 ] Locking message in outbox 
+                should prevent sending")
+
+2003-03-20 [christoph] 0.8.11claws33
+
+       * src/folder.c
+               remove NEW and UNREAD flag in special folders when scanning
+               
+       * src/common/smtp.c
+               fix ESMTP AUTH CRAM-MD5
+
+2003-03-20 [paul]      0.8.11claws32
+
+       * src/prefs_account.c
+               Re-write 'Tunnel command to open connection' as
+               'Use command to communicate with server', and disable
+               it for all except IMAP accounts
+
+2003-03-20 [paul]      0.8.11claws31
+
+       * sync with 0.8.11cvs6
+               see ChangeLog 2003-03-20
+
+2003-03-19 [match]     0.8.11claws30
+
+       * src/addritem.[ch]
+               include documentation. minor refactoring.
+       * src/addr_compl.[ch]
+       * src/addrindex.[ch]
+       * src/addresbook.[ch]
+       * src/summaryview.c
+               re-enable address lookup (was disabled in
+               0.8.11claws20).
+
+2003-03-19 [christoph] 0.8.11claws29
+
+       * src/procmsg.c
+               add temp flag handling, will make moving and copying
+               messages possible again
+
+       * src/folder.c
+               correct calulation of folder stats
+
+2003-03-18 [match]     0.8.11claws28
+
+       * src/editgroup.h
+               remove case sensitive comparison (closes bug 80).
+
+2003-03-18 [christoph] 0.8.11claws27
+
+       * src/imap.c
+               fix imap using a tunnel command
+
+       (closes bug 87)
+
+2003-03-18 [christoph] 0.8.11claws26
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/procmsg.[ch]
+               rewrite flag handling for folders
+
+2003-03-18 [christoph] 0.8.11claws25
+
+       * src/folder.c
+       * src/procmsg.c
+       * src/summaryview.c
+               unset NEW and UNREAD flags when message is ignored, to make
+               sure messages don't show up as unread on other IMAP clients,
+               because the IGNORE_THREAD flag can not be syncronized through
+               the IMAP folder
+
+2003-03-17 [christoph] 0.8.11claws24
+
+       * src/imap.c
+               don't use recursion to fetch uids when the number of messages
+               does not match. Moved code into subfunction that is used
+               again when needed, to prevent an endless loop.
+
+2003-03-17 [thorsten]  0.8.11claws23
+
+       * src/imageview.[ch]
+               export imageview_get_resized_size() (for plugins)
+       * src/prefs_common.[ch]
+               added prefs_common_get() (for plugins)
+
+2003-03-17 [christoph] 0.8.11claws22
+
+       * src/imap.c
+               o remove UID guessing from copy code
+               o support UIDPLUS extension for APPEND command
+
+2003-03-17 [paul]      0.8.11claws21
+
+       * src/gtk/about.c
+               remove 'Compiled-plugins' section.
+               
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               slight change to description text
+
+2003-03-16 [match]     0.8.11claws20
+       * src/ldapserver.[ch]           ** NEW **
+       * src/ldapctrl.[ch]             ** NEW **
+       * src/ldapquery.[ch]            ** NEW **
+       * src/ldaputil.[ch]             ** NEW **
+       * src/addrcindex.[ch]           ** NEW **
+       * src/addrquery.h               ** NEW **
+       * src/addritem.[ch]
+       * src/addrcache.[ch]
+       * src/addrindex.[ch]
+       * src/addr_compl.[ch]
+       * src/addressbook.[ch]
+       * src/addrbook.[ch]
+       * src/editgroup.c
+       * src/editaddress.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/vcard.c
+       * src/jpilot.c
+       * src/Makefile.am
+               included dynamic LDAP queries. improved address
+               completion.
+
+2003-03-16 [paul]      0.8.11claws19
+
+       * tools/multiwebsearch.pl
+               fix a fatal typo
+
+2003-03-16 [christoph] 0.8.11claws18
+
+       * src/mimeview.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               make unregistering of MimeViewerFactorys possible
+
+2003-03-16 [alfons]    0.8.11claws17
+
+       * configure.ac
+               correct typo
+
+2003-03-16 [melvin]    0.8.11claws16
+
+       * src/plugins/dillo_viewer.c
+               Fixed bug where it was not possible to view more than
+               one text/html attachment per message (bug discovered
+               by Christoph Hohmann).
+
+2003-03-15 [melvin]    0.8.11claws15
+
+       * src/prefs_actions.c
+               Fixed compilation warnings.
+
+2003-03-15 [melvin]    0.8.11claws14
+
+       * src/plugins/Makefile.am
+       * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
+       * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
+       * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
+               Added a html mail viewer plugin that uses Dillo v0.7.0 or
+               newer (http://dillo.auriga.wearlab.de/).
+
+2003-03-15 [christoph] 0.8.11claws13
+
+       * src/imap.c
+               don't query imap folder for attributes because we already
+               for them from imap_status
+
+       * src/mimeview.[ch]
+               add support for plugable MimeViewers (unloading Viewers
+               not yet complete)
+
+       * src/plugins/Makefile.am
+       * src/plugins/mathml_viewer/.cvsignore          ** NEW **
+       * src/plugins/mathml_viewer/Makefile.am         ** NEW **
+       * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
+               add MathML Viewer (Content-Type text/mathml) using GtkMathView
+               widget from http://helm.cs.unibo.it/mml-widget/
+
+2003-03-14 [christoph] 0.8.11claws12
+
+       * src/folder.[ch]
+               o error return code's should better be negative
+               o replace printf with debug_print
+
+       * src/imap.c
+               improve IMAP folder scan by checking UID-NEXT
+
+       * src/summaryview.c
+               remove check that are unnecessary in my opinion
+
+2003-03-13 [christoph] 0.8.11claws11
+
+       * src/folder.[ch]
+       * src/foldersel.c
+       * src/folderview.c
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/prefs_scoring.c
+       * src/summaryview.c
+               use a common function to get a displayable name
+               for a FolderItem
+
+2003-03-13 [paul]      0.8.11claws10
+
+       * tools/Makefile.am
+         tools/README
+         tools/multiwebsearch.conf     ** NEW FILE **
+         tools/multiwebsearch.pl       ** NEW FILE **
+               add multiwebsearch Actions script
+
+2003-03-13 [colin]     0.8.11claws9
+
+       * src/compose.c
+               Remove leading emtpy lines from quoted text
+               before quoting it
+
+2003-03-13 [melvin]    0.8.11claws8
+
+       * src/prefs_actions.c
+               Fixed a memory leak
+               Code clean ups
+               Added Cancel and OK buttons
+               Corrected help text
+
+2003-03-13 [christoph] 0.8.11claws7
+
+       * src/account.c
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/setup.c
+               replace more folder type stuff with folder class stuff
+
+2003-03-13 [melvin]    0.8.11claws6
+
+       * src/prefs_actions.c
+               Added new tokens:
+               %u: user provided argument
+               %h: user provided argument (hidden on input)
+               %s: current text selection in the message view 
+
+2003-03-13 [paul]      0.8.11claws5
+
+       * sync with 0.8.11cvs5
+               see ChangeLog 2003-03-11, 2003-03-12
+
+2003-03-12 [christoph] 0.8.11claws4
+
+       * src/folder.c
+               use folder class idstr when writing folderlist.xml
+
+       * src/folder.h
+       * src/imap.c
+       * src/news.c
+               replace folder type checks with folder class checks
+
+2003-03-12 [christoph] 0.8.11claws3
+
+       * src/folder.[ch]
+       * src/imap.[ch]
+       * src/main.c
+       * src/mbox_folder.[ch]
+       * src/mh.[ch]
+       * src/news.[ch]
+               o create a list of known folder classes in the folder system
+               o use folder class id strings for folder item identifiers
+
+2003-03-12 [christoph] 0.8.11claws2
+
+       * src/imap.c
+               fix imap uid validity check
+
+2003-03-12 [christoph] 0.8.11claws1
+
+       * src/account.c
+       * src/folder.[ch]
+       * src/foldersel.c
+       * src/folderview.c
+       * src/imap.c
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/prefs_scoring.c
+       * src/procmsg.c
+       * src/setup.c
+       * src/summaryview.c
+               initial restructuring of folder system, seperating
+               folders and folder classes
+
+2003-03-12 [paul]      0.8.11claws
+
+       0.8.11claws release
+
+2003-03-12 [christoph]
+
+       * src/gtk/prefswindow.c
+               fix translation of "Page Index"
+
+2003-03-12 [paul]      0.8.10claws110
+
+       a sync from 0.8.11cvs4 before the release
+
+       * src/common/utils.c
+               subject_compare_for_sort(): allow null strings (fixes
+               summary sorting).
+
+2003-03-11 [paul]      0.8.10claws109
+
+       * po/es.po
+               update Spanish translation, submitted by
+               Ricardo Mones Lastra
+
+2003-03-11 [melvin]    0.8.10claws108
+
+       * po/fr.po
+               Updated French translations
+
+2003-03-11 [paul]      0.8.10claws107
+
+       * manual/en/Makefile.am
+         manual/en/*.html
+               update English manual, add a new page
+               updated by Francois Barriere <fbarriere@atmel.fr>
+               
+       * po/bg.po
+         po/it.po
+         po/sr.po
+               update Bulgarian, Italian, and Serbian translations
+               submitted by George Danchev, Alessandro Maestri, and
+               Urke MMI
+
+2003-03-10 [paul]      0.8.10claws106
+
+       * src/gtk/about.c
+         src/gtk/prefswindow.c
+               make some strings translatable
+
+2003-03-10 [darko]     0.8.10claws105
+
+       * src/compose.c
+               code cleanup to make Hiro happy
+
+2003-03-10 [paul]      0.8.10claws104
+
+       * sync with 0.8.11cvs2
+               see ChangeLog 2003-03-10
+
+2003-03-09 [melvin]    0.8.10claws103
+
+       * src/textview.c
+               textview_set_font(): fix for message display in
+               UTF-8 locales (thanks to Sergey Vlasov).
+               (was unintentionnaly reverted in 0.8.6claws6)   
+
+2003-03-08 [darko]     0.8.10claws102
+
+       * src/compose.c
+               fix infinite loop in wrapping as reported
+               by happycactus
+               obsoletes patch #696482
+
+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