ac/aspell.m4
[claws.git] / ChangeLog.claws
index f4d74e1867fac87c323d28dbc21ddcb202ad12c0..ab987ee03e30654f6243f63cd56c86d76098fc86 100644 (file)
@@ -1,3 +1,84 @@
+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
+               plug leak in pop3_top_recv
+
+2002-10-26 [christoph] 0.8.5claws55
+
+       * src/folder.c
+               set need_update folder flag when messages are added
+               (closes bug [ 626922 ] folder not updated after receiving)
+
 2002-10-25 [melvin]    0.8.5claws54
 
        * src/imageview.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]