filter_conv.pl: fix bug where user-defined headers were ignored
[claws.git] / ChangeLog.claws
index 178909457b690d098db6c7116cccae829c6cb3c2..00350cc66372dd069584e49a118544e4fca4b4c4 100644 (file)
@@ -1,3 +1,83 @@
+2002-11-01 [paul]      0.8.5claws66
+
+       * tools/filter_conv.pl
+               fix bug where user-defined headers were ignored
+
+2002-11-01 [paul]      0.8.5claws65
+
+       * src/logwindow.c
+               make a debug_print() not translatable
+
+2002-10-31 [melvin]    0.8.5claws64
+
+       * ac/aspell.m4
+               Fixed --disable-aspell-test. Now --disable-aspell-test will 
+               not run any GNU/aspell test.  The dictionary path will
+               be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
+               was given, in which case, it will be $prefix/lib/aspell/
+       * configure.in
+               Fixed typo in commentary (Aspell code).
+
+2002-10-31 [paul]      0.8.5claws63
+
+       * po/POTFILES.in
+               remove src/filter.c and src/prefs_filter.c
+               thanks to Ricardo for reminding me
+
+2002-10-31 [colin]     0.8.5claws62
+
+       * src/mbox_folder.c
+               Plug some leaks
+
+2002-10-31 [paul]      0.8.5claws61
+
+       * src/prefs_filter.[ch] ** REMOVED **
+         src/filter.[ch]       ** REMOVED **
+         
+       * src/Makefile.am
+         src/folderview.c
+         src/inc.c
+         src/main.c
+         src/mainwindow.c
+         src/mbox.c
+         src/prefs_common.c
+         src/prefs_filtering.c
+         src/summaryview.[ch]
+               remove main's 'filter' code
+               
+       README.claws
+               update to reflect removal of main's filter
+
+2002-10-31 [paul]      0.8.5claws60
+
+       * src/summaryview.c
+               remove check for global_processing in summary_filter_open(). 
+               This fixes the bug where if the user uses the right-click 
+               'Create filter rule...' and doesn't have any filter rules 
+               already defined in claws' advanced filtering, the newly 
+               created filter rule goes to main's filtering which is 
+               inaccessible through the gui. Now the filter rule gets added
+               to claws' filtering by default.
+
+2002-10-28 [melvin]    0.8.5claws59
+
+       * src/prefs_actions.c
+               Fixed bug #627322 where MIME parts were not always
+               correctly passed to a %p action
+               Display an error dialog when message filename is not found.
+
+2002-10-28 [melvin]    0.8.5claws58
+
+       * src/prefs_common.c
+               Readded a missing function declaration lost in 0.8.3claws34
+
+2002-10-28 [paul]      0.8.5claws57
+
+       * sync with 0.8.5cvs15
+               see ChangeLog 2002-10-28 and 2002-10-25
+               
+       Note: ChangeLog entry 2002-10-24 is not sync'ed.
+
 2002-10-27 [oliver]    0.8.5claws56
 
        * src/pop.c
                actions callback from compose toolbar
        * src/folderview.c
                remove include toolbar.h
-               
+
 2002-09-22 [oliver]    0.8.3claws7
        
        * src/prefs_toolbar.[ch]
                custom toolbar for compose
                - generic prefs_toolbar handles both
                  Mainwin's toolbar as well as Compose toolbar          
-               
+
 2002-09-22 [oliver]    0.8.3claws6
        
        * src/toolbar.[ch]
                custom toolbar for compose
                restructure toolbar.[ch]
-               
+
 2002-09-22 [oliver]    0.8.3claws5
 
        * src/compose.[ch]
                custom toolbar for compose
-               
+
 2002-09-22 [oliver]    0.8.3claws4
        
        * src/mainwindow.[ch]