filter_conv.pl: fix bug where user-defined headers were ignored
[claws.git] / ChangeLog.claws
index 4114d4d2fdd6732185dd2e125d1a007aa925c214..00350cc66372dd069584e49a118544e4fca4b4c4 100644 (file)
@@ -1,3 +1,337 @@
+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
+               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
+               Fixed a memleak introduced in the scaling code.
+
+2002-10-24 [alfons]    0.8.5claws53
+
+       * src/filtering.c
+               make filtering's forward message action forward from the 
+               correct account
+               (closes bug [628089 ] Filter -> Forward from address problem
+               reported by Oktay)
+
+2002-10-24 [christoph] 0.8.5claws52
+
+       * src/mainwindow.c
+       * src/manual.[ch]
+               o use manual of current locale or english if current
+                 locale is not available (and english is available)
+               o also link to sylpheed doc project manuals
+
+2002-10-23 [paul]      0.8.5claws51
+
+       * tools/README
+         tools/kmail2sylpheed_v2.pl
+               add new version of kmail addressbook importer script.
+               works with newer versions of Kmail/KAddressBook which
+               have new and rearranged data.
+
+2002-10-23 [martin]    0.8.5claws50
+
+       * src/folderview.c
+       * src/summaryview.c
+       * src/utils.h
+       * src/utils.c
+               added length parameter to get_abbrev_newsgroup_name()
+               changed this function so that it abbreviates the newsgroup
+               names only so long it is smaller than the length parameter
+               (for better reading of some newsgroup names and space efficiency)
+
+2002-10-22 [colin]     0.8.5claws49
+
+       *src/foldersel.c
+               Revert Alfons' last modification (after voting ;-))
+
+2002-10-21 [alfons]    0.8.5claws48
+
+       * src/foldersel.c
+               folder view in folder selection dialog reflects state of
+               folder view in main window
+
+2002-10-18 [alfons]    0.8.5claws47
+
+       * src/mbox.c
+               drop imported messages in folder selected by user,
+               and not in the inbox
+               (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
+
+2002-10-18 [alfons]    0.8.5claws46
+
+       * src/compose.c
+               make automagic reply work correctly for email accounts 
+               (whether it's viable to do a full sync with Hiro's 
+               compose.c is still under discussion)
+
+2002-10-18 [melvin]    0.8.5claws45
+
+       * src/prefs_actions.c
+               Fixed bug #622275 where asynchroneous actions left 
+               zombies processes
+               Made (synchroneous) actions' input be displayed live.
+
+2002-10-18 [christoph] 0.8.5claws44
+
+       * src/textview.c
+               don't add a newline in the textview in front of the
+               first textpart if header display is disabled
+               (closes bug [ 603385 ] disabled header display leaves blank
+                lin)
+
+2002-10-18 [christoph] 0.8.5claws43
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               folder->get_num_list now returns an error code
+               (closes bug [ 609424 ] News cache cleared on failure)
+               
+2002-10-17 [colin]     0.8.5claws42
+       
+       * src/news.c
+               Changed a printf by debug_print
+
+2002-10-16 [paul]      
+
+       * tools/OOo2sylpheed.pl
+               allow for spaces in the name of the
+               file to be attached.
+
+2002-10-16 [colin]     0.8.5claws41
+
+       * src/main.c
+               Use a tristate to change online mode
+
+2002-10-16 [paul]      0.8.5claws40
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-10-16 [colin]     0.8.5claws39
+
+       * src/main.c
+         src/mainwindow.[ch]
+               Added --online and --offline command-line
+               switches
+
+2002-10-15 [christoph] 0.8.5claws38
+
+       * src/procmime.c
+               set mimeinfo->name to NULL after g_free to
+               avoid double freeing with g_free
+
+2002-10-14 [christoph] 0.8.5claws37
+
+       * src/compose.c
+       * src/filtering.c
+       * src/summaryview.c
+               remove calls to folder->change_flags that are now
+               done by procmsg flag functions (seems it is not
+               used by any foldertype anyway)
+       * src/folder.c
+               init folder->change_flags with NULL
+
+2002-10-14 [christoph] 0.8.5claws36
+
+       * src/folder.[ch]
+       * src/imap.[ch]
+               use virtual functions for folder item new and destroy
+               functions
+
+2002-10-14 [melvin]    0.8.5claws35
+
+       * src/compose.c
+               Added a test to not run the spell checker if no default
+               dictionary is available. No dialog is displayed though.
+
+2002-10-14 [melvin]    0.8.5claws34
+
+       * src/gtkaspell.c
+               Fixed bug in dictionary list context menu where
+               "More..." pointed to an emtpy submenu if the
+               number of dictionaries is a multiple of 15
+               Removed unneeded code in suggestions list creation
+
+2002-10-14 [paul]      0.8.5claws33
+
+       * po/bg.po
+               updated by George Danchev
+
+2002-10-13 [hoa]       0.8.5claws32
+
+       * src/matcher.[ch]
+         src/matcher_parser_parser.y
+               removed the escaped string from internal structure
+               of matcher.
+
+2002-10-12 [colin]     0.8.5claws31
+
+       * src/gtksctree.[ch]
+         src/summaryview.c
+               Removed useless function gtksctree_reanchor
+
+2002-10-12 [alfons]    0.8.5claws30
+       
+       * sync with remaining main changes 2002-10-09 - 2002-10-11
+       - drop changes to src/compose.c (requires claws specific changes)
+       
+2002-10-12 [alfons]    0.8.5claws29
+       
+       * sync with main changes of 2002-10-08
+       - drop changes to src/compose.c (requires claws specific changes)
+        - drop changes to src/summaryview.c (requires changes to compose.c)    
+
+2002-10-12 [alfons]    0.8.5claws28
+       
+       * sync with main changes of 2002-10-07
+
+2002-10-12 [alfons]    0.8.5claws27
+
+       * sync with main changes of 2002-10-04
+       - drop changes to src/compose.c (requires claws specific changes)
+       - drop changes to src/prefs_folder_item.c (claws implementation
+         seems to be working)
+
+2002-10-12 [colin]     0.8.5claws26
+
+       * src/mainwindow.c
+               Fix folder-flicker when space-reading, introduced 
+               in claws22.
+
+2002-10-12 [colin]     0.8.5claws25
+
+       * src/compose.c
+               Save account address when saving as draft.
+               (closes bug 621838)
+
+2002-10-12 [colin]     0.8.5claws24
+
+       * src/summaryview.c
+               Fix the problem consisting of no message selected
+               after the last message in a folder has been moved.
+
+2002-10-12 [paul]      0.8.5claws23
+
+       * src/compose.c
+         src/prefs_template.c
+         src/template.[ch]
+               add Cc and Bcc to templates. Patch submitted by
+               John L. Males.
+
+2002-10-12 [colin]     0.8.5claws22
+
+       * src/folderview.c
+               Fix a bug after "Check for new messages":
+               If a folder was opened, it was still selected at
+               the end of the check, but displayed empty.
+       * src/mainwindow.c
+               Remove unnecessary check
+
+2002-10-12 [paul]
+
+       * tools/README
+               be more verbose in the description of
+               OOo2sylpheed.pl
+               
+
+2002-10-11 [colin]     0.8.5claws21
+
+       * src/mainwindow.c
+               Make space work (better) when no mail is selected
+
 2002-10-11 [colin]     0.8.5claws20
 
        * src/inc.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]