updated Spanish message catalog
[claws.git] / ChangeLog.claws
index fff8222694d7ce3f9e3d087a99c17cdcc83d2cfd..531e7ae970695d1d710711546a4cb1b90e917d98 100644 (file)
@@ -1,3 +1,99 @@
+2002-10-16 [paul]      0.8.5claws40
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-10-15 [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