fix wrong test
[claws.git] / ChangeLog.claws
index 5ec73da098f6d373d7d9daba74945185216b2d02..9976260c4d5e1c836c66138ae50bc31c697a1bc6 100644 (file)
@@ -1,3 +1,564 @@
+2004-07-27 [colin]     0.9.12cvs36
+
+       * src/msgcache.c
+               Fix wrong test 
+
+2004-07-26 [colin]     0.9.12cvs35
+
+       * src/pop.c
+               Fix uidl-file parsing when not in new
+               format
+
+2004-07-19 [colin]     0.9.12cvs34
+
+       * src/compose.c
+               Save attachment status when drafting
+
+2004-07-19 [colin]     0.9.12cvs33
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Reverse 0.9.12cvs29 to 31 (folder icon update
+               when quicksearch is active)
+
+2004-07-18 [colin]     0.9.12cvs32
+
+       * src/pop.c
+               Fix partial download bug with "Download all
+               messages" option
+
+2004-07-18 [colin]     0.9.12cvs31
+
+       * src/folderview.c
+               Fix crash
+
+2004-07-17 [colin]     0.9.12cvs30
+
+       * src/summaryview.c
+               Same, when sticky search is off
+
+2004-07-17 [colin]     0.9.12cvs29
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Update FolderItem icon whenever its summaryview is 
+               filtered
+
+2004-07-16 [christoph] 0.9.12cvs28
+
+       * src/mimeview.c
+               make doubleclick work again
+
+2004-07-16 [christoph] 0.9.12cvs27
+
+       * src/mimeview.c
+               fix freeze on mime icon doubleclick (opening doesn't work yet)
+
+2004-07-16 [paul]      0.9.12cvs26
+       
+       * src/gtk/quicksearch.c
+       * src/compose.c
+       * src/customheader.c
+       * src/messageview.c
+       * src/news.c
+       * src/prefs_account.c
+       * src/prefs_display_header.c
+       * src/procheader.c
+               replace "Message-Id" with "Message-ID"
+
+2004-07-16 [paul]      0.9.12cvs25
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/account.c
+       * src/account.h
+       * src/folder_item_prefs.c
+       * src/main.c
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+               sync with main 0.9.12cvs1
+
+2004-07-15 [colin]     0.9.12cvs24
+
+       * src/folder.c
+               Disable GPG signature check during
+               folder move and scan 
+       (Closes Bug 521 Signature checking slows down Folder-Move)
+
+2004-07-14 [christoph] 0.9.12cvs23
+
+       * src/pgpmime.c
+               add missing fclose
+
+       * src/procmime.c
+               add checks if fopen really worked
+
+2004-07-14 [colin]     0.9.12cvs22
+
+       * src/pop.c
+       * src/common/partial_download.c
+               Update includes
+
+2004-07-14 [colin]     0.9.12cvs21
+
+       * src/folder.c
+       * src/inc.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/messageview.c
+       * src/msgcache.c
+       * src/noticeview.c
+       * src/noticeview.h
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_matcher.c
+       * src/procheader.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/common/Makefile.am
+       * src/common/defs.h
+       * src/gtk/quicksearch.c
+       * src/common/partial_download.c ** NEW FILES **
+       * src/common/partial_download.h ** NEW FILES **
+               Partial downloading of pop3 mails
+
+2004-07-13 [christoph] 0.9.12cvs20
+
+       * src/mimeview.c
+               use "button_release_event" instead of "button_press_event",
+               because executing event callbacks while the button is still
+               pressed is not good and causes problems
+
+2004-07-12 [colin]     0.9.12cvs19
+
+       * src/gtk/quicksearch.c
+               Fix a missing status update in quicksearch
+
+2004-07-08 [colin]     0.9.12cvs18
+
+       * src/common/smtp.h
+               Fix guint vs gint bug
+
+2004-07-08 [colin]     0.9.12cvs17
+
+       * src/common/smtp.c
+               use to_human_readable() for sizes
+
+2004-07-08 [paul]      0.9.12cvs16
+
+       * src/inc.c [1.174]
+               fix occasional non-clearance of the statusbar
+               (close Bug 531 'SA plugin: status bar does not 
+                get cleared in OFFLINE mode')
+
+2004-07-07 [colin]     0.9.12cvs15
+
+       * src/prefs_common.c [1.225]
+       * src/prefs_common.h [1.112]
+               Add a hidden summary_quicksearch_sticky preference,
+               to allow the quicksearch bar to reset across folders
+       * src/summaryview.c [1.437]
+               Use this preference
+       * src/gtk/quicksearch.c [1.5]
+       * src/gtk/quicksearch.h [1.3]
+               Add this preference, fix focus when hitting Enter,
+               add handling of Esc key to reset
+
+2004-07-06 [colin]     0.9.12cvs14
+
+       * src/gtk/quicksearch.c [1.4]
+               Add Clear button
+
+2004-07-06 [christoph] 0.9.12cvs13
+
+       * src/toolbar.c
+               enable next unread button in empty folders if next folder
+               dialog is not disabled
+
+       (Closes Feature Request [ 755800 ] "next" button enabled in empty
+        folders)
+
+2004-07-06 [colin]     0.9.12cvs12
+
+       * src/common/smtp.c [1.16]
+               Display maximum message size in the log
+
+2004-07-06 [paul]      0.9.12cvs11
+
+       * src/toolbar.c
+               fix typo. (spotted by Fabien Vantard)
+
+2004-07-06 [paul]      0.9.12cvs10
+
+       * src/main.c
+               terminate cleanly on SIGHUP. Patch submitted by
+               Thomas Gilgin <thg@karate-muellheim.de>
+
+2004-07-05 [christoph] 0.9.12cvs9
+
+       * src/inc.c
+               better replacing of %d in new mail notification command
+
+2004-07-05 [colin]     0.9.12cvs8
+
+       * src/common/smtp.[ch]
+               Take SIZE (returned by EHLO) into account, and
+               avoid sending too big messages
+
+2004-07-04 [paul]      0.9.12cvs7
+
+       * src/account.c
+               fix auto-account selection on imap/news
+
+2004-07-01 [paul]      0.9.12cvs6
+
+       * src/gtk/quicksearch.c
+               reveal hidden string in gui
+               
+       * src/compose.c
+               fix updating of gpg signing setting on 
+               switching accounts
+
+2004-06-30 [darko]     0.9.12cvs5
+
+       * src/common/utils.c
+               remove expand_search_string()
+       * src/gtk/quicksearch.c
+               remove no longer needed for loop (thanks Christoph)
+               add expand_search_string()
+
+2004-06-30 [darko]     0.9.12cvs4
+
+       * src/common/utils.c
+               allow all filtering expressions in quicksearch
+
+       (Closes Bug 519 filtering expr. in quicksearch)
+
+2004-06-30 [christoph] 0.9.12cvs3
+
+       * configure.ac
+               better 'localedir'
+
+       * src/common/intl.h
+               allow plugins to define TEXTDOMAIN for the _(...) macro
+
+2004-06-30 [paul]      0.9.12cvs2
+
+       * po/POTFILES.in
+         src/Makefile.am
+         src/main.c
+         src/prefs_common.c
+         src/prefs_msg_colors.[ch]     ** NEW FILES **
+               move message colouring options to
+               '/Other Preferences/Message View/Colors'
+
+2004-06-30 [paul]      0.9.12cvs1
+
+       * po/POTFILES.in
+         src/Makefile.am
+         src/main.c
+         src/prefs_common.c
+         src/prefs_wrapping.[ch]       ** NEW FILES **
+               move message wrapping options to
+               /'Other Preferences/Compose/Message Wrapping'
+
+2004-06-28 [paul]      0.9.12
+
+       * Sylpheed-Claws 0.9.12 released
+
+       * po/es.po
+         po/fr.po
+         po/sk.po
+               updated by Ricardo Mones Lastra, Fabien Vantard,
+               Andrej Kacian
+
+2004-06-27 [paul]      0.9.11cvs19
+
+       * src/common/ssl.c
+               re-enable certificate check
+
+2004-06-25 [christoph] 0.9.11cvs18
+
+       * src/procmsg.h
+               add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
+
+2004-06-25 [paul]      0.9.11cvs17
+
+       * sync with main 0.9.12cvs1
+               see ChangeLog 2004-06-23
+               
+       * src/gtk/menu.c
+               remove unused menu_toggle_toggle()
+
+2004-06-23 [christoph] 0.9.11cvs16
+
+       * src/folder.c
+       * src/procheader.c
+       * src/procmsg.h
+       * src/summaryview.c
+               scan the mime structure of multipart mails for correct
+               attachment, encryped and signed (with privacy API) part
+               detection
+
+       (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
+
+2004-06-22 [paul]
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2004-06-20 [christoph] 0.9.11cvs15
+
+       * src/inc.c
+       * src/pop.[ch]
+               disconnect after authentication when doing POP before SMTP
+
+       (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
+
+2004-06-19 [christoph] 0.9.11cvs14
+
+       * src/folder.c
+               fix FolderItem name update
+
+       (Closes Bug 511 Folder-Renaming not reflected immediately)
+
+2004-06-17 [paul]      0.9.11cvs13
+       
+       * sync with main 0.9.12 release
+         src/session.c
+               session_set_timeout(): fixed a bug that didn't
+               reset timeout_tag when interval is 0.
+
+2004-06-16 [christoph] 0.9.11cvs12
+
+       * src/textview.c
+               correctly clear the URL in the status bar
+
+2004-06-15 [christoph] 0.9.11cvs11
+
+       * src/summaryview.c
+               add missing gtk_widget_show()
+
+2004-06-11 [christoph] 0.9.11cvs10
+
+       * src/plugins/spamassassin/spamassassin.c
+               correctly check waitpid return code
+
+       (Closes Bug 396 Zombie process when spamassassin is called)
+
+2004-06-10 [christoph] 0.9.11cvs9
+
+       * src/mainwindow.c
+       * src/summaryview.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/quicksearch.c                         ** NEW **
+               separate quick search from summaryview
+
+2004-06-09 [christoph] 0.9.11cvs8
+
+       * src/inc.c
+               remove unused code
+
+       * src/textview.c
+               get folder for compose default account from MsgInfo and not
+               from SummaryView
+
+2004-06-09 [christoph] 0.9.11cvs7
+
+       * src/folder.[ch]
+               add information about added or removed messages to
+               FOLDER_ITEM_UPDATE hook
+
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+               scan folder when removing a folder failed instead of
+               updating the summaryview
+
+2004-06-08 [paul]      0.9.11cvs6
+
+       * sync with main 0.9.11cvs2
+               see ChangeLog 2004-06-08
+
+2004-06-07 [christoph] 0.9.11cvs5
+
+       * configure.ac
+       * src/common/Makefile.am
+               detect library providing 'encrypt' function
+
+2004-06-07 [paul]      0.9.11cvs4
+
+       * src/inc.c
+               sync with main, 'code cleanup'
+               
+       * tools/nautilus2sylpheed.sh
+               fix whitespace limitation. patch submitted by
+               Stephan Sachse <white@teg-clan.de>
+
+2004-06-04 [christoph] 0.9.11cvs3
+
+       * src/account.c
+       * src/action.[ch]
+       * src/addressbook.c
+       * src/addrindex.h
+       * src/folder.h
+       * src/folder_item_prefs.c
+       * src/inc.c
+       * src/main.c
+       * src/messageview.c
+       * src/mh_gtk.c
+       * src/prefs_themes.c
+       * src/procmime.c
+       * src/quote_fmt.h
+       * src/stock_pixmap.c
+       * src/toolbar.c
+               fix compiler warnings
+
+2004-06-03 [paul]      0.9.11cvs2
+
+       * src/msgcache.c
+               sync with main 0.9.11cvs1: "changed gint32 to
+               guint32 for some platforms"
+
+2004-06-02 [christoph] 0.9.11cvs1
+
+       * src/common/ssl.c
+               fix SSL_CTX variable name for older OpenSSL versions
+
+       (Closes Bug 503 fix compilation with older OpenSSL)
+
+2004-05-31 [paul]      0.9.11claws
+
+       * 0.9.11claws released
+
+2004-05-31 [paul]      0.9.10claws72
+
+       * po/es.po
+         po/it.po
+         po/ja.po
+         po/pl.po
+         po/sk.po
+         po/sr.po
+         po/zh_CN.po
+               update translations, submitted by Ricardo Mones Lastra,
+               Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
+               Urke MMI, and Hansom Young
+
+2004-05-25 [luke]      0.9.10claws71
+
+       * AUTHORS
+       * src/mimeview.c
+       * src/stockpixmap.[ch]
+       * src/Makefile.am
+       * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
+       * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
+       * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
+       * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
+       * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
+
+               o Added privacy emblems from Jesper Shultz 
+                 <jesper@schultz-net.dk>
+               o Overlay emblems onto mimeview icons to indicate
+                 status of signature and if a message is encrypted
+       
+       * src/textview.c
+               remove unused color definitions (were used to 
+               indicate sig status)
+
+2004-05-25 [paul]      0.9.10claws70
+
+       * AUTHORS
+         tools/Makefile.am
+         tools/README
+         tools/nautilus2sylpheed.sh            ** NEW FILE **
+               add script to enable sending files from
+               nautilus.
+               Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
+               
+       * tools/launch_firebird                 ** REMOVED **
+               removed as the standard "firefox '%s'" now functions
+               correctly
+
+2004-05-23 [paul]      0.9.10claws69
+
+       * src/compose.c
+               fix %X cursor point segfault
+               patch by Christoph
+
+2004-05-23 [christoph] 0.9.10claws68
+
+       * src/folder.c
+               fix folder moving
+
+2004-05-21 [paul]      0.9.10claws67
+
+       * sync with 0.9.10cvs17
+               see ChangeLog 2004-05-21
+
+2004-05-20 [paul]      0.9.10claws66
+
+       * sync with 0.9.10cvs16
+               see ChangeLog 2004-05-19 and 2004-05-20
+
+2004-05-19 [alfons]    0.9.10claws65
+
+       * src/summaryview.h
+               on some platforms regoff_t is defined as off_t, so 
+               pull in sys/types.h
+
+2004-05-19 [paul]      0.9.10claws64
+
+       * sync with 0.9.10cvs13
+               see ChangeLog 2004-05-18
+
+2004-05-17 [christoph] 0.9.10claws63
+
+       * src/folder.c
+               search all folders when searching for default folders and
+               not return the special folder of the first folder
+
+2004-05-13 [alfons]    0.9.10claws62
+
+       * src/summaryview.c
+               add a better check to see if a message is a news message
+               (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
+
+2004-05-13 [paul]      0.9.10claws61
+
+       * src/msgcache.c
+               sync with 0.9.10cvs12
+               see ChangeLog 2004-05-12
+
+2004-05-12 [alfons]    0.9.10claws60
+
+       * src/folderview.c
+               release lock in case of folder could not be opened 
+
+2004-05-11 [christoph] 0.9.10claws59
+
+       * src/inc.[ch]
+               remove unused folderview update stuff from inc.[ch]
+
+2004-05-11 [paul]      0.9.10claws58
+
+       * sync with 0.9.10cvs11
+               see ChangeLog 2004-05-10 and 2004-05-11
+
+2004-05-09 [christoph] 0.9.10claws57
+
+       * src/folderview.c
+               check for folder class functions and not folder type to detect
+               valid drag targets
+
 2004-05-08 [christoph] 0.9.10claws56
 
        * src/sgpgme.c