plug leak in pop3_top_recv
[claws.git] / ChangeLog.claws
index eeef557861565a81a1707b8fd7446f4037f8bb62..178909457b690d098db6c7116cccae829c6cb3c2 100644 (file)
@@ -1,3 +1,175 @@
+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]