0.8.11claws40
[claws.git] / ChangeLog.claws
index f3dd549b1a316cc484b7e83714b9d2b4df0d5221..61b122733d89dc1d3d57a1ef70e41b593134db0b 100644 (file)
@@ -1,3 +1,477 @@
+2003-03-22 [christoph] 0.8.11claws40
+
+       * src/news.c
+               init news session to prevent crash when session is closed
+
+2003-03-22 [christoph] 0.8.11claws39
+
+       * src/imap.c
+       * src/common/session.[ch]
+               Init session data to make sure we don't have invalid pointers
+               for read_ch and write_ch when new multi process sessions are
+               not used
+
+       * src/main.c
+       * src/common/plugin.c
+       * src/common/sylpheed.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               add plugin types to allow loading plugins at different times
+               (and maybe for different frontends), because it's not good to
+               load GTK-Plugins gefore gtk_init was called
+
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/trayicon/.cvsignore               ** NEW **
+       * src/plugins/trayicon/Makefile.am              ** NEW **
+       * src/plugins/trayicon/eggtrayicon.c            ** NEW **
+       * src/plugins/trayicon/eggtrayicon.h            ** NEW **
+       * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
+       * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
+       * src/plugins/trayicon/trayicon.c               ** NEW **
+               New Trayicon plugin that shows an icon in a systray that uses
+               XEMBED protocol like Gnome's systray. Icon shows if there
+               are new mails and a tooltip shows information about new,
+               unread and total messages.
+
+2003-03-22 [paul]      0.8.11claws38
+
+       * src/common/smtp.c
+               fix ESMTP AUTH CRAM-MD5
+               [sync with main (still version 0.8.11cvs6), see
+                ChangeLog 2003-03-22]
+
+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