updated Spanish message catalog
[claws.git] / ChangeLog.claws
index 5819a589af9d0e5daf0afbeb247a0757593a679d..531e7ae970695d1d710711546a4cb1b90e917d98 100644 (file)
@@ -1,3 +1,203 @@
+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
+               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
+         src/news.c
+               fix warnings
+
+2002-10-11 [colin]     0.8.5claws19
+
+       * src/mainwindow.c
+               revert 0.8.5claws6 changes as i couldn't get to
+               anything satisfying
+
+2002-10-11 [melvin]    0.8.5claws18
+
+       * src/compose.c
+               Removed buggy and unused macro (should have been committed in
+               0.8.5claws17)
+
+2002-10-11 [melvin]    0.8.5claws17
+
+       * src/compose.c
+               Fixed memory leak from bug #622040 (thanks to Martin Kluge)
+
+2002-10-11 [thorsten]  0.8.5claws16 
+
+       * src/folderview.c
+               remove rescan warning
+
+2002-10-11 [colin]     0.8.5claws15 
+
+       * src/procheader.c
+               fix a segfault that happens if conv_unmime_header
+               fails (should be better to find out why it fails)
+
+2002-10-11 [christoph] 0.8.5claws14
+
+       * src/summaryview.c
+               update folderview stats after ignore/unignore thread
+
+2002-10-11 [hoa]       0.8.5claws13
+
+       * src/quote_fmt_parse.y
+               Fixed a yacc/bison syntax error
+       * src/matcher.c
+               Escaping of string is fixed.
+
+2002-10-11 [colin]     0.8.5claws12
+
+       * src/imageview.c
+               Resize images to fit
+
+2002-10-11 [paul]      0.8.5claws11
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-10-10 [alfons]    0.8.5claws10
+
+       * src/compose.c
+               allow dropping files by "moving" files from a file manager,
+               not only by the more cumbersome "copying". the latter 
+               mostly implies holding down the Control button
+
 2002-10-10 [christoph] 0.8.5claws9
 
        * src/summaryview.c