new filtering action : forward - some fixes
[claws.git] / ChangeLog.claws
index 0eeb5146c9c40244b50abcdaeda48ad682de548b..084f29979528e3273e862d4feff6bd353fca17bb 100644 (file)
@@ -1,3 +1,34 @@
+2001-05-18 [hoa]
+
+       * src/compose.[ch]
+       * src/filtering.c
+       * src/summaryview.c
+               new filtering action : forward and forward as attachment
+
+       * src/main.c
+               no need for $DISPLAY when we run sylpheed --help
+               call to parse_cmd_opt() is moved
+
+       * src/mainwindow.[ch]
+               execute button is hidden when immediate execute
+               is chosen
+
+       * src/mh.c
+       * src/news.c
+       * src/prefs_folder_item.c
+       * src/procmsg.c
+               better handling of missing directories
+
+       * src/summaryview.c
+               reedit is enabled is outbox
+
+2001-05-17 [hoa]
+
+       * src/filtering.c
+       * src/matcher.[ch]
+       * src/prefs_filtering.c
+               changed attachement into attachment
+
 2001-05-17 [alfons]
 
        0.4.67claws4    
 
 2001-05-17 [hoa]
 
-* src/Makefile.am
-       added prefs_filtering.c
+       * src/Makefile.am
+               added prefs_filtering.c
 
-* src/filtering.[ch]
-* src/matcher.[ch]
-       removed action : forward_news and forward_news_as_attachement
-       (forward and forward_as_attachement can be used instead)
+       * src/filtering.[ch]
+       * src/matcher.[ch]
+               removed action : forward_news and forward_news_as_attachement
+               (forward and forward_as_attachement can be used instead)
 
-* src/mainwindow.c
-       added menu option to access filtering configuration
+       * src/mainwindow.c
+               added menu option to access filtering configuration
 
-* src/prefs_account.c
-       changed mail_command default to /usr/sbin/sendmail
+       * src/prefs_account.c
+               changed mail_command default to /usr/sbin/sendmail
 
-* added src/prefs_filtering.[ch]
-       dialog box for filtering configuration
+       * added src/prefs_filtering.[ch]
+               dialog box for filtering configuration
 
-* src/prefs_matcher.c
-       added function prefs_matcher_get_criteria_from_matching()
+       * src/prefs_matcher.c
+               added function prefs_matcher_get_criteria_from_matching()
 
-* src/prefs_scoring.c
-       reset the dialog when register or substitute is clicked
+       * src/prefs_scoring.c
+               reset the dialog when register or substitute is clicked
 
 2001-05-15 [hoa]