German translation
[claws.git] / ChangeLog.claws
index 1f561f0df7cf74dd9e5ea434ec8e320671947813..060281f5e0a6b10d85b4c18fb6a5e89822912b73 100644 (file)
@@ -1,3 +1,454 @@
+2003-02-11 [alfons]    0.8.9claws55
+
+       * src/colorlabel.c
+               don't use pixmaps for label color rect but draw rectangles
+               so we can respect the color map of palette based visuals
+               (fixes the long time crashes on Suns - thanks to Andreas
+               Engel and Steve O'Hara-Smith for testing)
+
+2003-02-11 [christoph] 0.8.9claws54
+
+       * src/matcher_parser_parse.y
+               correct bug where filering rules of not existing folders in
+               matcherrc were added to global filtering
+               
+       (closes Debian Bug #180253 - Directory's filter-rules are merged with
+        main filter-rules after removing directory
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253)
+       
+2003-02-11 [paul]      0.8.9claws53
+
+       * sync with 0.8.10cvs7
+               see ChangeLog 2003-02-09
+
+2003-02-11 [melvin]    0.8.9claws52
+
+       * po/fr.po
+               Updated French tranlsations
+
+2003-02-10 [paul]      0.8.9claws51
+
+       * sylpheed.spec.in
+               correct --enable-openssl
+               Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
+
+2003-02-09 [martin]    0.8.9claws50
+
+       * src/prefs_matcher.c
+               fix segfault in prefs_matcher_substitute_cb() when
+               no row is selected
+
+2003-02-09 [paul]      0.8.9claws49
+
+       * src/folderview.c
+               fix bug where a newsgroup folder's processing rules were
+               merged with the global filtering rules when the newsgroup
+               folder was deleted, causing some seriously bad results,
+               see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
+
+2003-02-08 [melvin]    0.8.9claws48
+
+       * src/compose.c
+               Corrected and modified an alert message.
+
+2003-02-07 [paul]      0.8.9claws47
+
+       * src/folderview.c
+               fix bug where both an 'Account properties' window and a
+               'Folder properties' window were opened when clicking on
+               'Properties' in an NNTP or IMAP folder's popup menu.
+
+2003-02-07 [paul]      0.8.9claws46
+
+       * sync with 0.8.10cvs6
+               see ChangeLog 2003-02-06
+
+2003-02-06 [christoph] 0.8.9claws45
+
+       * src/mbox.c
+               freeze folder updates while importing mbox files
+               (closes bug 43 importing mbox took hours)
+               
+       Patch submitted by Jens Rantil <jens.rantil@telia.com>
+
+2003-02-06 [thorsten]  0.8.9claws44
+
+       * po/de.po
+               Updated german translations
+
+2003-02-06 [thorsten]  0.8.9claws43
+
+       * src/news.h
+               use guint for message numbers (fix count in grouplist dialog)
+
+2003-02-05 [paul]      0.8.9claws42
+
+       * sync with 0.8.10cvs2
+               see ChangeLog 2003-02-05
+
+2003-02-04 [colin]     0.8.9claws41
+
+       * src/prefs_common.[ch]
+         src/procmsg.c
+         src/summaryview.c
+               Add an option to disable threading by subject
+
+2003-02-04 [christoph] 0.8.9claws40
+
+       * src/inc.c
+               only abort fetching mails from multiple accounts when the
+               error is fatal and does not allow to check any more accounts
+               (currently only disk full error)
+
+       (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
+        receive mails for other accouts)
+
+2003-02-04 [christoph] 0.8.9claws39
+
+       * src/folder.c
+               first add the new message to the cache, then
+               send the update notification
+
+       (closes bug 39 after sending message folderview doesnt get updated)
+
+2003-02-04 [colin]     0.8.9claws38
+
+       * src/inc.c
+               _really_ fix this Connecting... status
+
+2003-02-04 [paul]      0.8.9claws37
+
+       * sync with 0.8.10
+               see ChangeLog 2003-02-04
+
+2003-02-04 [paul]      0.8.9claws36
+
+       * sync with 0.8.9cvs6
+               see ChangeLog 2003-02-03
+
+2003-02-04 [paul]      0.8.9claws35
+
+       * po/pt_BR.po
+               updated by André Filipe de Assunção e Brito 
+               <bedecko@netsite.com.br>
+
+2003-02-03 [thorsten]  0.8.9claws34
+
+       * po/de.po
+               Updated german translations
+
+2003-02-02 [paul]      0.8.9claws33
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2003-02-02 [thorsten]  0.8.9claws32
+
+       * src/mh.c
+               Fix mh_get_msginfo() segfault if file is inaccessible
+
+2003-01-31 [colin]     0.8.9claws31
+
+       * src/procheader.c
+               Fix last commit's bug
+
+2003-01-31 [colin]     0.8.9claws30
+
+       * src/procheader.c
+               Missing a change for gpg-signed messages
+
+2003-01-31 [paul]      0.8.9claws29
+
+       * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
+         src/procheader.c
+         src/stock_pixmap.[ch]
+         src/summaryview.c
+               indicate GnuPG signed messages by displaying an icon
+               in the Attachment column.
+
+2003-01-31 [paul]      0.8.9claws28
+
+       * sync with 0.8.9cvs4
+               see ChangeLog 2003-01-31
+
+2003-01-31 [alfons]    0.8.9claws27
+
+       * src/textview.c
+               tune URI parser to accept mailto URLs with a '?'
+               (patch from Ruslan Balkin)
+
+2003-01-31 [colin]     0.8.9claws26
+
+       * src/summaryview.c
+               Fix a leak introduced in claws24
+
+2003-01-31 [colin]     0.8.9claws25
+
+       * src/summaryview.c
+               Freeze/Thaw folder updates when deleting dups
+
+2003-01-31 [colin]     0.8.9claws24
+       
+       * src/addr_compl.c
+         src/summaryview.c
+         src/msgcache.c
+               little speed improvements
+
+2003-01-31 [colin]     0.8.9claws23
+
+       * src/summaryview.c
+               Fix segfault when forwarding nothing
+               Patch from "Ruslan N. Balkin" <baron@voices.ru>
+               
+2003-01-30 [paul]      0.8.9claws22
+
+       * sync with 0.8.9cvs3
+               see ChangeLog 2003-01-30
+
+2003-01-30 [paul]      0.8.9claws21
+
+       * sync with 0.8.9cvs2
+               see ChangeLog 2003-01-30
+
+2003-01-29 [paul]      0.8.9claws20
+
+       * sync with 0.8.9cvs1
+               see ChangeLog 2003-01-29
+
+2003-01-28 [paul]      0.8.9claws19
+
+       * po/POTFILES.in
+               update to reflect changes. 
+               thanks to Ricardo Mones Lastra
+
+2003-01-27 [christoph] 0.8.9claws18
+
+       * ac/openssl.m4
+       * ac/spamassassin.m4
+       * src/plugins/spamassassin/README
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/utils.[ch]
+               updated to latest libspamc
+
+2003-01-27 [christoph] 0.8.9claws17
+
+       * src/folder.c
+               fix wrong use of procheader_get_header_fields
+
+2003-01-27 [christoph] 0.8.9claws16
+
+       * src/news.c
+       * src/prefs_account.[ch]
+       * src/common/nntp.[ch]
+               allow to force authentication for NNTP servers
+
+       Patch submitted by Florian Mickler <dmk@d-labs.de>
+
+2003-01-26 [paul]      0.8.9claws15
+
+       * src/summaryview.c
+               speed up of marking messages as read
+               patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
+
+2003-01-26 [christoph] 0.8.9claws14
+
+       * src/Makefile.am
+       * src/mgutils.[ch]
+       * src/xml.[ch]
+       * src/xmlprops.[ch]
+       * src/common/Makefile.am
+       * src/common/mgutils.[ch]
+       * src/common/xml.[ch]
+       * src/common/xmlprops.[ch]
+               move xml files to common directory
+
+2003-01-26 [christoph] 0.8.9claws13
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               only set gtk entry text if string is available
+
+2003-01-26 [melvin]    0.8.9claws12
+
+       * src/description_window.c
+               Allow resizing of the window
+               Allow automatic horizontal scroll bar
+               Do not vertically expand and fill
+
+2003-01-26 [christoph] 0.8.9claws11
+
+       * src/Makefile.am
+       * src/gtkutils.[ch]             ** REMOVE **
+       * src/common/sylpheed.c
+       * src/gtk/Makefile.am
+       * src/gtk/description_window.c
+       * src/gtk/gtkutils.[ch]         ** NEW **
+       * src/gtk/prefswindow.c
+               move gtkutils to gtk directory
+
+2003-01-26 [paul]      0.8.9claws10
+
+       * src/summaryview.c
+               rename summary_unread_clicked() to summary_status_clicked()
+
+2003-01-26 [melvin]    0.8.9claws9
+
+       * src/prefs_actions.c
+               Cosmetical changes to the help text
+
+2003-01-26 [paul]      0.8.9claws8
+
+       * src/folder.[ch]
+         src/mainwindow.c
+         src/prefs_common.c
+         src/prefs_sumamry_column.c
+         summaryview.[ch]
+               rename the 'Unread' column to 'Status'
+
+2003-01-25 [match]     0.8.9claws7
+
+       * src/mgutils.[ch]
+               removed reference to LDAP constants. removed error2string.
+               included functions to support LDAP dynamic queries.
+       * src/syldap.h
+               moved LDAP constants here.
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/importldif.c
+               removed references to LDAP constants and references to
+               error2string.
+
+2003-01-25 [paul]      0.8.9claws6
+
+       * src/summaryview.c
+               summary_thread_build(), summary_thread_init(): remove 
+               unneeded reference to summaryview->folder_item
+
+2003-01-25 [christoph] 0.8.9claws5
+
+       * src/gtk/description_window.c
+               o allow description texts to expand over multiple columns
+               o translate all columns
+       * src/prefs_actions.c
+               change syntax description to use new multi column feature
+
+       Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-25 [match]     0.8.9claws4
+
+       * src/vcard.c
+               fixed bug with Quoted-Printable
+
+2003-01-25 [paul]      0.8.9claws3
+
+       * src/folder.[ch]
+         src/summaryview.[ch]
+               implement per-folder collapsed/expanded threads setting
+               
+       * src/prefs_common.c
+               remove global collapsed/expanded threads option
+
+2003-01-25 [christoph] 0.8.9claws2
+
+       * po/POTFILES.in
+               add pluginwindow and prefswindow
+       * src/compose.c
+               make send respond correctly to messages that could be added
+               to the queue folder, but the UID of the message is unknown
+       * src/folder.c
+       * src/imap.c
+               don't return guessed UIDs in imap_add_msg anymore. We return
+               0 to tell the folder system it was appened but the UID is
+               unknown. Folder system now get's the UID by scaning the folder
+               and searching the cache for the Message-ID
+               (closes bug #29 Messages queued, but not sent)
+
+2003-01-25 [paul]      0.8.9claws1
+
+       * src/codeconv.c
+               conv_encode_header():  fix bug when long headers with 8-bit
+               characters are used, so that the encoded words are wrapped.
+               If the space in the original text falls on the wrap boundary,
+               it can be lost.
+               Patch by Sergey Vlasov.
+               
+       * src/folderview.c
+                fix bug where a change to the sorting method or thread view
+                of a folder's messages is lost if simpify-subject is set and
+                toggled on or off.
+                Patch by Luke Plant.
+
+2003-01-24 [paul]      0.8.9claws
+
+       * sylpheed-0.8.9claws released
+       
+       * Makefile.am
+         sylpheed.spec.in
+               remove reference to 'INSTALL.jp'
+
+2003-01-23 [paul]      0.8.8claws128
+
+       * po/es.po
+         po/it.po
+         po/ru.po
+         po/sr.po
+               updated translations. submitted by Ricardo Mones Lastra,
+               Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
+
+2003-01-23 [colin]     0.8.8claws127
+
+       * src/compose.c
+               Fix drafted and queued news articles re-edition
+
+2003-01-23 [melvin]    0.8.8claws126
+
+       * po/fr.po
+               Updated French translations
+
+2003-01-23 [colin]     0.8.8claws125
+
+       * src/inc.c
+               Fix "Connecting to..." status message
+
+2003-01-22 [paul]      0.8.8claws124
+
+       * po/bg.po
+               updated by George Danchev
+               
+       * src/folder.c
+               revert last commit [0.8.8claws111] as it breaks folder d'n'd
+               and folder deletion
+
+2003-01-21 [paul]      0.8.8claws123
+
+       * po/bg.po
+               updated by George Danchev
+               
+       * src/about.c
+               its now 2003
+               
+       * src/toolbar.c
+               don't translate 'Separator'
+               
+       * src/plugins/spamassassin/Makefile.am
+               add aspell to CPPFLAGS
+               
+       * src/plugins/spamassassin/spamassassin.c
+         src/plugins/spamassassin/spamassassin_gtk.c
+               set correct default for spamassassin_receive_spam
+               slightly re-word descriptions and some
+               other minor changes
+
+2003-01-19 [alfons]    0.8.8claws122
+               
+       * src/mimeview.c
+               mimeview_save_as(): we might as well show the file name for
+               the single case "Save As" too
+
+2003-01-19 [alfons]    0.8.8claws121
+
+       * src/crash.c
+               change bug tracker URL to bugzilla URL
+
 2003-01-19 [alfons]    0.8.8claws120
 
        * src/mimeview.c
 
        * src/procmsg.c
                fix infinite loop in procmsg_find_children
+                (closes bug #25 sylpheed crashes on delete.)
 
        Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
 
                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
+2003-01-07 [christoph] 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
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-06 [christoph] 0.8.8claws61
 
        * src/prefs_actions.c
                mark strings for gettext
                use new description window for Execute action and
                match condition in Filtering
 
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
 2003-01-06 [alfons]    0.8.8claws60
 
        keep myself inspired to re-organize matcher part 8; 
                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
+2003-01-06 [christoph] 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
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-06 [christoph] 0.8.8claws58
 
        * src/quote_fmt.c
        * src/summaryview.[ch]
                currently used in quote_fmt and summaryview (new description
                for extended quick search)
 
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
 2003-01-06 [paul]      0.8.8claws57
 
        * sync with 0.8.8cvs1
 
        * src/procmsg.c
                update save folder after adding the sent message
+                (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
 
 2003-01-02 [christoph] 0.8.8claws42