* src/prefs_gtk.c
[claws.git] / ChangeLog.claws
index d6a933712b5617b3c5fd148583ed20c049884da8..d699dc86b91f5bdc72d32456a7662275bb93a9c2 100644 (file)
@@ -1,3 +1,594 @@
+2003-02-21 [alfons]    0.8.10claws40
+
+       * src/prefs_gtk.c
+               remove unused var
+
+2003-02-21 [colin]     0.8.10claws39
+
+       * src/send.c
+               Fix smtp logging
+
+2003-02-21 [colin]     0.8.10claws38
+
+       * src/summaryview.c
+               Freeze/thaw folderItem updates when filtering messages 
+               via Tools/Filter messages
+
+2003-02-21 [paul]      0.8.10claws37
+
+       * src/compose.c
+               revert commit 0.8.10claws26, there are ulterior motives
+               for users to set a Reply-To header when posting to
+               newsgroups
+
+2003-02-21 [paul]      0.8.10claws36
+
+       * sync with 0.8.10cvs17
+               see ChangeLog 2003-02-21
+
+2003-02-20 [christoph] 0.8.10claws35
+
+       * src/imap.c
+               IMAP UID fetch speedup using SEARCH
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
+
+       * src/imap.c
+               fix problem with UIDs in IMAP UID cache that no longer existed
+
+2003-02-20 [christoph] 0.8.10claws34
+
+       * src/imap.c
+       * src/procheader.c
+       * src/procheader.h
+               IMAP header fetch speedup (fetch only headers cached in MsgInfo)
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
+
+       * src/imap.c
+               Rewrite imap_cmd_gen_recv use sock_getline instead
+               of sock_gets to avoid problems with too long reply
+               lines
+    
+2003-02-20 [colin]     0.8.10claws33
+       
+       * src/prefs_account.c
+               Better wording
+
+2003-02-20 [colin]     0.8.10claws32
+
+       * src/compose.c
+               Remove useless '&& !to_sender' 
+
+2003-02-20 [darko]
+
+       * AUTHORS
+               change my e-mail address
+
+2003-02-19 [colin]     0.8.10claws31
+
+       * src/prefs_common.c
+               X11 style colors for every configurable color
+
+2003-02-19 [alfons]    0.8.10claws30
+
+       * src/prefs_gtk.[ch]
+       * src/prefs_common.c
+               for color_new accept both plain integers and X11 style color
+               names (as found in /usr/lib/X11/rgb.txt)
+
+2003-02-19 [paul]      0.8.10claws29
+
+       * src/mainwindow.c
+               add tooltips to online/offline button and account selector
+               button
+
+2003-02-19 [paul]      0.8.10claws28
+
+       * src/folder.c
+         src/news.c
+         src/prefs_account.[ch]
+         src/prefs_common.[ch]
+               move 'Maximum number of articles to download' to
+               account prefs.
+               clean up account prefs gui a little by hiding entries
+               rather then greying out entries
+
+2003-02-19 [hiro]      0.8.10claws27
+
+       * src/common/utils.c
+               fix bug #54 'yesterdays date is displayed in the message 
+               summary window'
+
+2003-02-19 [paul]      0.8.10claws26
+
+       * src/compose.c
+               fix bug reported in Feature Request [688596] 
+               'Reply-to header in news'
+
+2003-02-18 [paul]      0.8.10claws25
+
+       * src/select-keys.c
+               add a 'List all keys' button to key selection dialog
+
+2003-02-18 [colin]     0.8.10claws24
+       
+       * src/stock_pixmap.c
+               fix compile error
+
+2003-02-18 [colin]     0.8.10claws23
+
+       * src/common/smtp.[ch]
+         src/prefs_account.c
+               Try to starttls if it seems to be the only
+               way to authenticate a user
+
+2003-02-18 [paul]      0.8.10claws22
+
+       * src/Makefile.am
+         src/folderview.c
+         src/stock_pixmap.[ch]
+         src/pixmaps/drafts_close.xpm  ** NEW FILE **
+         src/pixmaps/drafts_open.xpm   ** NEW FILE **
+               as a Drafts folder is a special folder allow it to have
+               its own unique icons
+
+2003-02-18 [colin]     0.8.10claws21
+
+       * src/imap.c
+               Fix port selection when using starttls
+
+2003-02-18 [paul]      0.8.10claws20
+
+       * src/mainwindow.c
+         src/prefs_common.[ch]
+               make blue the default new mail colour
+
+2003-02-18 [paul]      0.8.10claws19
+
+       * sync with 0.8.10cvs14
+               see ChangeLog 2003-02-18
+
+2003-02-17 [jens]       0.8.10claws18
+
+        * src/common/md5.c
+               fixed a compile problem with gcc 3.3
+               works on 2.95.3 too (testet on PPC as it is big endian)
+
+2003-02-17 [paul]      0.8.10claws17
+
+       * sync with 0.8.10cvs13
+               see ChangeLog 2003-02-17
+
+2003-02-17 [paul]      0.8.10claws16
+
+       * sync with 0.8.10cvs12
+               see ChangeLog 2003-02-17
+
+2003-02-16 [match]     0.8.10claws15
+
+       * src/addressbook.c
+               Eliminates reloading of address data when items
+               deleted or added. Applied submitted by
+               Luke Plant <lukeplant@softhome.net>
+
+2003-02-16 [paul]      0.8.10claws14
+
+       * src/news.c
+               when a 'protocol error' is encountered disconnect from
+               the server. This means that the user can carry on viewing
+               other articles and doesn't have to either wait until the
+               server timesout or quit sylpheed.
+               Fixes bug #53 'Unable to read messages in newsgroups, 
+               displayed message doesn't change'
+
+2003-02-15 [christoph] 0.8.10claws13
+
+       * src/imap.c
+               fix bug that stopped scanning of folders when an
+               IMAP folder was empty
+
+       (closes bug 46 stop scan messages in folders after empty folder)
+
+2003-02-15 [paul]
+
+       * tools/Makefile.am
+         tools/README
+         tools/freshmeat_search.pl     ** NEW FILE **
+         tools/google_search.pl        ** NEW FILE **
+               Add 2 Actions scripts which search freshmeat/google
+               for the selected text using the browser configured
+               in sylpheedrc.
+               
+       Note: These scripts are very dependent on the format of the
+       browser command and may not work on every occasion. Testing
+       is welcome. 
+
+2003-02-14 [alfons]    0.8.10claws12
+
+       * src/compose.c
+               fix breakage because of uninitialized account pointer.
+               please verify.
+
+2003-02-14 [paul]      0.8.10claws11
+
+       * src/compose.c
+         src/prefs_account.[ch]
+         src/prefs_common.[ch]
+               move signature settings to Account Prefs
+
+2003-02-14 [paul]      0.8.10claws10
+
+       * sync with 0.8.10cvs11
+               see ChangeLog 2003-02-14
+
+2003-02-13 [thorsten]  0.8.10claws9
+
+       * src/news.c
+               revert news progressbar (GUI separation)
+
+2003-02-13 [paul]      0.8.10claws8
+
+       * src/compose.c
+               make replies behave correctly, re: RFC 1036, Section 2.2.3,
+               paragraph 1
+
+2003-02-13 [paul]      0.8.10claws7
+
+       * src/compose.[ch]
+         src/summaryview.c
+               fix 'Follow-up and Reply-to' so that it creates a reply to
+               the newsgroup and the sender. If the message has the keyword
+               'poster' in the Followup-To header, all replies go to the
+               sender, re: RFC 1036, Section 2.2.3
+               rename all instances of 'ignore_replyto' to 'to_sender', both
+               were previously used, now we use just one.
+
+2003-02-13 [paul]      0.8.10claws6
+
+       * sync with 0.8.10cvs9
+               see ChangeLog 2003-02-13
+
+2003-02-13 [paul]      0.8.10claws5
+
+       * configure.ac
+               show which plugins are configured in the configure
+               output.
+
+2003-02-12 [thorsten]  0.8.10claws4
+
+       * src/news.c
+               show progress while fetching news headers
+
+2003-02-12 [christoph] 0.8.10claws3
+
+       * configure.ac
+       * src/plugins/Makefile.am
+               use AM_CONDITIONAL to enable plugins, automake correctly
+               manages this when creating distdir
+
+2003-02-12 [christoph] 0.8.10claws2
+
+       * ac/spamassassin.m4
+       * src/plugins/spamassassin/Makefile.am
+               fix building SpamAssassin plugin without OpenSSL
+
+2003-02-12 [paul]      0.8.10claws1
+
+       * ac/Makefile.am
+         src/Makefile.am
+         src/plugins/Makefile.am
+               fix failure of 'make release'
+
+2003-02-12 [paul]      0.8.10claws
+
+       * 0.8.10claws released
+
+2003-02-12 [paul]      0.8.9claws56
+
+       * po/bg.po
+         po/es.po
+         po/it.po
+         po/ru.po
+         po/sr.po
+               updated translations by George Danchev, Ricardo Mones Lastra,
+               Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
+               
+       * sylpheed.spec.in
+               Allow the building of RPMs by a regular user. Submitted
+               by Sergei Astanin
+
+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/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
 2003-01-25 [paul]      0.8.9claws6
 
        * src/summaryview.c
-               summary_thread_build{}, summary_thread_init{}: remove 
+               summary_thread_build(), summary_thread_init(): remove 
                unneeded reference to summaryview->folder_item
 
 2003-01-25 [christoph] 0.8.9claws5
 
 2003-01-25 [paul]      0.8.9claws1
 
-       * codeconv.c
+       * 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.
                
-       * folderview.c
+       * 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.