* src/matcher_parser_parse.y
[claws.git] / ChangeLog.claws
index d16755c90ac2bbfac9c735d5e20d1669e12659a6..6bccaebb0354917f496018a24a50fced5edc11c7 100644 (file)
@@ -1,3 +1,611 @@
+2003-10-27 [alfons]    0.9.6claws55
+
+       * src/matcher_parser_parse.y
+       * src/gtk/colorlabel.c
+               allow setting color label to 0 in filtering/processing rules
+               (should fix bug 336, "Can't create a filter condition "colorlabel 0"") 
+
+2003-10-26 [alfons]    0.9.6claws54
+
+       * src/summary_search.c
+               fix misnomer and correct selecting initial search node  
+
+2003-10-26 [christoph] 0.9.6claws53
+
+       * src/pgpmime.c
+       * src/sgpgme.c
+               change display of signature info to use only name of
+               signer, otherwise the text gets too long.
+
+       * src/procmime.c
+               don't use MimeInfo's filename to generate tmp filename
+
+2003-10-25 [christoph] 0.9.6claws52
+
+       * src/procmime.c
+               fix message body searching
+
+2003-10-25 [paul]      0.9.6claws51
+
+       * src/compose.c
+               use g_basename rather than basename
+
+2003-10-24 [christoph] 0.9.6claws50
+
+       * src/sgpgme.c
+               change fetching of signature key's trust
+
+2003-10-24 [paul]      0.9.6claws49
+
+       * po/sk.po
+               update Slovak translation
+               submitted by Andrej Kacian
+               
+       * src/mainwindow.c
+               remove unknown menu entry /File/Add mailbox/mbox...
+
+2003-10-24 [hoa]       0.9.6claws48
+
+       * src/Makefile.am
+               removed all references to mbox folders
+
+       * src/carray.[ch]               * REMOVED *
+       * src/chash.[ch]                * REMOVED *
+       * src/maillock.[ch]             * REMOVED *
+       * src/mailmbox.[ch]             * REMOVED *
+       * src/mailmbox_folder.[ch]      * REMOVED *
+       * src/mailmbox_parse.[ch]       * REMOVED *
+       * src/mailmbox_types.[ch]       * REMOVED *
+       * src/mbox_folder.[ch]          * REMOVED *
+               remove implementation of mbox folders
+               and old mailbox folder.
+               mbox folder implementation will be added
+               as a plugin so that implementation can be entirely
+               synchronized with the files of the project they are
+               extracted from (libEtPan!).
+       
+       * src/mainwindow.c
+       * src/folder.c
+       * src/folderview.[ch]
+       * src/procmsg.h         
+               Disable as much code that references mbox folders
+               as possible.
+               Some UI thing still need to know that folder is mbox
+               (when we have to enter the name of the mailbox and
+               we want to add /var/mail/$USER).
+
+2003-10-23 [christoph] 0.9.6claws47
+
+       * src/noticeview.c
+               don't always display button when noticeview is made visible
+
+       * src/mimeview.c
+       * src/pgpmime.c
+       * src/privacy.[ch]
+       * src/sgpgme.[ch]
+               get signature information from crypto system
+
+2003-10-22 [paul]      0.9.6claws46
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2003-10-22 [paul]      0.9.6claws45
+
+       * src/Makefile.am
+               update to reflect the changes to the icons that
+               happened in 0.9.6claws35
+
+2003-10-22 [alfons]    0.9.6claws44
+       
+       * src/carray.h
+               inline carray_count() 
+
+2003-10-21 [alfons]    0.9.6claws43
+
+       * src/carray.h
+               glib wrappers
+       * src/carray.c
+               disable
+       * src/mailmbox.[ch]
+       * src/mailmbox_folder.c
+       * src/mailmbox_parse.c
+       * src/mailmbox_types.[ch]
+               %s/uint32_t/guint
+
+2003-10-21 [luke]      0.9.6claws42
+
+       * src/stock_pixmaps.[ch]
+        * src/mimeview.c
+        * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
+        * src/pixmaps/messageview_text.xpm                      ** REMOVE **
+                o remove mime_application_octet_stream.xpm icon (it was never
+                  really needed)
+                o remove redundant icon messageview_text.xpm
+
+        * src/mainwindow.c
+                fix visibility of signature noticeview when toggling 'separate
+                message view'
+
+2003-10-21 [christoph] 0.9.6claws41
+
+       * src/procmime.c
+               decode multipart and rfc822 mime parts to allow further
+               parsing when required
+
+2003-10-21 [christoph] 0.9.6claws40
+
+       * src/procmime.[ch]
+       * src/textview.c
+               remove obsolete charset parameter in MimeInfo and fix
+               TextView to use the charset from the parameter hash table
+
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+               add OPENSSL_CFLAGS to fix building with using
+               --with-openssl-* parameters
+
+2003-10-21 [paul]      0.9.6claws39
+
+       * src/prefs_matcher.[ch]
+               replace remnants of the old, renamed 'Execute' matchtype
+               add a brief description to the Info window
+
+2003-10-21 [hoa]       0.9.6claws38
+       
+       * src/Makefile.am
+       * src/carray.[ch]               * NEW *
+       * src/chash.[ch]                * NEW *
+       * src/folder.c
+       * src/maillock.[ch]             * NEW *
+       * src/mailmbox.[ch]             * NEW *
+       * src/mailmbox_folder.[ch]      * NEW *
+       * src/mailmbox_parse.[ch]       * NEW *
+       * src/mailmbox_types.[ch]       * NEW *
+               implementation of mbox folder with unique message numbers
+
+               made use of libEtPan! implementation of mbox for lower-layer.
+
+2003-10-20 [alfons]    0.9.6claws37
+
+       * src/noticeview.c
+               fix invalid argument warning
+       * src/pgpmime.c
+               no in place variable
+
+2003-10-20 [paul]      0.9.6claws36
+
+       * src/compose.[ch]
+         src/filtering.c
+         src/messageview.c
+               fix crash when using Forward in Filtering when
+               external editor option is set
+               
+               Patch submitted by Simon 'corecode' Schubert
+               <corecode@corecode.ath.cx> 
+
+2003-10-20 [paul]      0.9.6claws35
+
+       * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
+         src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
+         src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
+         src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
+         src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
+         src/pixmaps/privacy_expired.xpm       ** NEW FILE **
+         src/pixmaps/privacy_failed.xpm        ** NEW FILE **
+         src/pixmaps/privacy_passed.xpm        ** NEW FILE **
+         src/pixmaps/privacy_signed.xpm        ** NEW FILE **
+         src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
+         src/pixmaps/privacy_warn.xpm          ** NEW FILE **
+         src/mimeview.c
+         src/stock_pixmap.[ch]
+               replace mime_gpg_*.xpm icons with new privacy_*.xpm
+               icons. add privacy_warn.xpm icon
+
+2003-10-20 [hoa]  0.9.6claws34
+
+       * src/folder_item_prefs.[ch]
+       * src/prefs_folder_item.c
+       * src/main.c
+               Added a property per folder to choose whether we 
+               want to apply processing on it on startup or if we
+               prefer to wait the folder selection to apply it.
+       
+       * src/messageview.c
+               fixed C89 compatibility (for old compilers, for
+               example gcc 2.95.x).
+
+2003-10-17 [christoph]  0.9.6claws33
+
+       * src/mimeview.c
+       * src/noticeview.[ch]
+               change noticeview icon to indicate signature status
+
+2003-10-17 [christoph]  0.9.6claws32
+
+       * src/Makefile.am
+       * src/main.c
+       * src/mimeview.c
+       * src/noticeview.c
+       * src/pgpmime.[ch]                              ** NEW **
+       * src/privacy.[ch]
+       * src/rfc2015.c
+       * src/sgpgme.c                                  ** NEW **
+               reimplement PGP/Mime signature checking (unfinished)
+
+2003-10-15 [christoph]  0.9.6claws31
+
+       * src/procmime.[ch]
+               fix procmime_get_text_content() and
+               procmime_get_first_text_content()
+
+2003-10-15 [christoph] 0.9.6claws30
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               fix timeout tooltip
+
+2003-10-15 [paul]      0.9.6claws29
+
+       * src/messageview.c
+               workaround for buggy smtp servers. on sending a
+               return receipt strip the name part from the address
+               when creating headers
+               
+2003-10-15 [paul]      0.9.6claws28
+
+       * sync with 0.9.7 release
+               see ChangeLog 2003-10-15
+
+2003-10-14 [christoph] 0.9.6claws27
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix clamav plugin
+
+2003-10-14 [christoph] 0.9.6claws26
+
+       * src/compose.c
+       * src/mimeview.c
+       * src/procmime.[ch]
+       * src/rfc2015.c
+       * src/textview.c
+       * src/plugins/clamav/clamav_plugin.c
+               use GNode to create the mime tree (some changes to functions
+               that traverse the tree are just quick and dirty. Maybe we
+               can find better solutions with g_node_*-functions)
+
+2003-10-14 [luke]      0.9.6claws25
+
+       * src/mimeview.c
+               fix a navigation bug (stupid typo of mine)
+
+2003-10-14 [christoph] 0.9.6claws24
+
+       * src/textview.c
+               fix missing last line in plain/text mails
+
+2003-10-13 [luke]      0.9.6claws23
+
+       * src/summaryview.c
+               fix bug 334 (part 1)
+
+2003-10-13 [kov]       0.9.6claws22
+
+       * src/mimeview.c
+               error checking when the user enters a non-directory at
+               the file selection dialog.
+               work-around for users entering directory location without
+               adding a leading G_DIR_SEPARATOR.
+
+2003-10-13 [luke]      0.9.6claws21
+
+       * src/compose.c
+               error reporting for inserting files, including catching
+               invalid characters for current locale/encoding
+
+2003-10-13 [paul]      0.9.6claws20
+
+       * src/folderview.c
+               fix bug #347 'subscribe newsgroups crashes'
+
+2003-10-13 [paul]      0.9.6claws19
+
+       * src/compose.c
+               when using 'Reply to all' include the 'send replies
+               to' folder property
+               
+       * po/ja.po
+               update Japanese translation. submitted by Rui Hirokawa 
+               <rui_hirokawa@ybb.ne.jp>        
+
+2003-10-13 [hoa]       0.9.6claws18
+
+       * src/account.c
+       * src/compose.c
+       * src/messageview.c
+       * src/procheader.c
+       * src/procheader.h
+               rename get_header_from_msginfo() into
+               procheader_get_header_from_msginfo() so that we have a
+               coherent exported naming.
+               avoid parsing of header contained in a string via
+               a newly written temporary file.
+
+       Patch submitted by Simon 'corecode' Schubert
+               <corecode@corecode.ath.cx>
+
+2003-10-12 [hoa]       0.9.6claws17
+
+       * src/filtering.c
+       * src/filtering.h
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+               added "stop" action : stop applying the filtering rules.
+               added "set score" and "increase/decrease score" actions.
+               That two last action replace the "change_score" action
+               introduced by alfons in 0.8.8claws85.
+               "set score" is to set a given score to the message.
+               "increase/decrease score" will increase or decrease the
+               score if the given value is respectively positive or
+               negative. If someone find a some better name for this last
+               rule, it can be modified.
+
+2003-10-12 [paul]      0.9.6claws16
+
+       * AUTHORS
+         po/ja.po
+               update Japanese translation. submitted by Rui Hirokawa 
+               <rui_hirokawa@ybb.ne.jp>
+
+2003-10-12 [christoph] 0.9.6claws15
+
+       * src/procmime.c
+               fix crash caused by incorrect headers
+
+2003-10-10 [christoph] 0.9.6claws14
+
+       * src/main.c
+       * src/privacy.[ch]
+       * src/rfc2015.[ch]
+               implement detection of signed message parts for rfc2015
+
+2003-10-10 [thorsten]  0.9.6claws13
+
+       * src/mimeview.c
+               fix typo
+
+2003-10-10 [christoph] 0.9.6claws12
+
+       * src/stock_pixmap.[ch]
+       * src/pixmaps/mime_message.xpm                  ** NEW **
+               add a new icon for mime type "message"
+
+       * src/privacy.[ch]
+       * src/procmime.[ch]
+               add crypto api
+
+       * src/mimeview.c
+               o use crypto api
+               o add icons for message type mime parts
+
+2003-10-10 [christoph] 0.9.6claws11
+
+       * src/mainwindow.c
+       * src/messageview.[ch]
+       * src/mimeview.[ch]
+       * src/procmime.[ch]
+       * src/procmsg.[ch]
+       * src/rfc2015.c
+       * src/summaryview.c
+       * src/textview.[ch]
+               o remove switching between TextView and MimeView in MessageView
+                 (if required we can hide the icon box and the MimeView will
+                  look exaxtly like the TextView)
+               o temporary remove signature and decrypting GPGME code
+
+2003-10-09 [christoph] 0.9.6claws10
+
+       * src/action.c
+       * src/compose.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/procmime.[ch]
+       * src/procmsg.c
+       * src/rfc2015.c
+       * src/textview.c
+       * src/common/utils.[ch]
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               new mime parser (several things need fixing)
+
+2003-10-09 [paul]      0.9.6claws9
+
+       * src/imap.c
+               a little more sync with 0.9.6cvs2 and a tidy up
+
+2003-10-08 [paul]      0.9.6claws8
+
+       * sync with 0.9.6cvs2
+               see ChangeLog 2003-10-03
+
+2003-10-05 [christoph] 0.9.6claws7
+
+       * src/summaryview.c
+               don't use flags to check if a message is in a news folder
+
+       (closes Bug 282 clicking on folder with copied Messages from News
+        immediately after having copied them crashes Sylpheed-Claws)
+
+2003-10-05 [christoph] 0.9.6claws6
+
+       * src/Makefile.am
+       * src/progressdialog.[ch]               ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/progressdialog.[ch]           ** NEW **
+               move progressdialog to gtk directory
+
+2003-10-04 [christoph] 0.9.6claws5
+
+       * src/prefs_toolbar.c
+       * src/gtk/prefswindow.c
+               remove widget_show_all for pages root widget
+
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               add support for new libspamc transports
+
+2003-10-04 [christoph] 0.9.6claws4
+
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/utils.[ch]
+               update libspamc to version from SpamAssassin 2.60
+
+2003-10-03 [christoph] 0.9.6claws3
+
+       * src/send_message.c
+               fix missing format string bug found by
+               Georgi Guninski <guninski@guninski.com>
+
+2003-10-03 [paul]      0.9.6claws2
+
+       * po/zh_CN.po
+               update Simpilified Chinese translation, submitted by
+               Hansom Young
+
+2003-10-02 [christoph] 0.9.6claws1
+
+       * src/imap.c
+               add UIDPLUS support for COPY and EXPUNGE
+
+2003-10-02 [paul]      0.9.6claws
+
+       * 0.9.6claws released
+
+2003-10-02 [paul]
+
+       * po/es.po
+         po/sk.po
+               update Spanish and Slovak translations
+               submitted by Ricardo Mones Lastra and Andrej Kacian
+2003-10-02 [paul]      0.9.5claws43
+
+       * po/en_GB.po
+               update British English translation
+
+2003-10-02 [paul]      0.9.5claws42
+
+       * po/hr.po
+               update Croatian translation, submitted by Dragan
+
+2003-10-01 [paul]      0.9.5claws41
+
+       * po/pl.po
+         po/sr.po
+               update Polish and Serbian translations, submitted by
+               Emil and Urke MMI
+
+2003-10-01 [melvin]    0.9.5claws40
+
+       * po/fr.po
+               Updated French translations
+
+2003-10-01 [melvin]    0.9.5claws39
+
+       * src/prefs_fonts.c
+               Fixed a Gtk warning
+
+       * src/plugins/dillo_prefs.c     
+               Quasi unnoticeable UI clean-up.
+
+2003-10-01 [paul]
+
+       * tools/README
+         tools/maildir2sylpheed.pl
+               bug fixes, rewrites, submitted by Matthias Förste 
+               <itsjustme@users.sourceforge.net>
+
+2003-09-29 [paul]      0.9.5claws38
+
+       * src/inc.c
+               fix my coding carelessness
+
+2003-09-29 [paul]      0.9.5claws37
+
+       * po/POTFILES.in
+         src/Makefile.am
+         src/main.c
+         src/prefs_common.[ch]
+         src/prefs_fonts.[ch]  ** NEW FILES **
+               move Font config options to Other Prefs/Display/Fonts
+               (user's current configuration is preserved)
+
+2003-09-29 [paul]      0.9.5claws36
+
+       * src/inc.c
+         src/prefs_account.c
+               allow 'local_mbox' value to point to either a directory 
+               (/var/mail -  default, new) or a file (/var/mail/username
+               - original)
+
+2003-09-28 [paul]      0.9.5claws35
+
+       * src/rfc2015.c
+               on signature check, where key exists, print the
+               Key ID
+
+2003-09-27 [alfons]    0.9.5claws34
+
+       * src/action.c
+               o make progress bar not fill/expand when resizing dialog
+               o use default fixed text font for actions output
+
+2003-09-27 [paul]      0.9.5claws33
+
+       * src/prefs_common.[ch]
+         src/procmsg.c
+         src/send_message.c
+               remove External Program settings from Common Prefs/Send
+               as they are now unnecessary due to Local account settings.
+               plus a little tidying-up after 0.9.5claws31
+
+2003-09-27 [paul]      0.9.5claws32
+
+       * src/prefs_account.c
+               o make correction to gui text:
+                 'Local mailbox file' -> 'Local mailbox directory'
+               o give 'local_mbox' option a reasonable default value:
+                 '/var/mail'
+               o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
+                 value
+
+2003-09-26 [paul]      0.9.5claws31
+
+       * src/inc.c
+         src/prefs_common.[ch]
+               remove 'Incorporate from spool' common pref,
+               force creation of a 'Local' account
+
+2003-09-26 [christoph] 0.9.5claws30
+
+       * src/folder.c
+       * src/msgcache.c
+               add more NULL pointer checks
+
+2003-09-25 [christoph] 0.9.5claws29
+
+       * src/folder.c
+               o don't fetch source message to get it's message id
+               o immediately scan dest folder when copying a message did not
+                 return a new message number and not do it when the first message
+                 without a new message number is found
+
 2003-09-23 [christoph] 0.9.5claws28
 
        * src/compose.c
 
 2003-09-17 [hoa]       0.9.5claws18
        
-       * changed the keyword used for command execution in condition
+       * src/matcher.[ch]
+         src/matcher_parser_parse.y
+         src/prefs_matcher.c
+               changed the keyword used for command execution in condition
                keyword is changed from "execute" to "test"
                so that it is not the same as the one used for action.
                This will fix a bug when using filtering dialog.
          src/common/utils.h
                more sync'ing from 0.9.5cvs2
 
-       fixes bug 197 'Header lines encrypted by GPG'
-
 2003-09-11 [christoph] 0.9.5claws4
 
        * src/compose.c