update Spanish translation
[claws.git] / ChangeLog.claws
index 7d1edb244f66c5f23ab61403017ab799540216d1..d2f6553ed65daad5e6d476609f63ca11393b5b13 100644 (file)
@@ -1,3 +1,214 @@
+2002-12-26 [paul]      0.8.8claws1
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-12-26 [paul]      0.8.8claws
+
+       * 0.8.8claws released
+
+2002-12-26 [paul]      0.8.7claws12
+
+       * po/bg.po
+               updated by George Danchev
+
+2002-12-26 [paul]      0.8.7claws11
+
+       * po/POTFILES.in
+               remove unneeded 'src/prefs.c' entry 
+
+2002-12-26 [paul]      0.8.7claws10
+
+       * src/codeconv.c
+         src/mainwindow.c
+               sync with 0.8.8 release
+       
+       * src/folder.[ch]
+         src/mh.c
+         src/summaryview.c
+               partial sync with 0.8.8 release
+       
+
+2002-12-25 [alfons]    0.8.7claws9
+
+       * src/matcher.[ch]
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               add locked flag to possible filtering / matcher 
+               conditions (also a good example what should be
+               done to add a simple boolean condition)
+
+2002-12-25 [christoph] 0.8.7claws8
+
+       * src/Makefile.am
+       * src/account.[ch]
+       * src/addrbook.c
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/filtering.c
+       * src/folder.c
+       * src/matcher.c
+       * src/prefs.[ch]                ** REMOVE **
+       * src/prefs_account.c
+       * src/prefs_actions.c
+       * src/prefs_common.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering.c
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.[ch]            ** NEW **
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+       * src/prefs_summary_column.c
+       * src/procmime.c
+       * src/selective_download.c
+       * src/toolbar.c
+       * src/common/Makefile.am
+       * src/common/prefs.[ch]         ** NEW **
+               split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
+
+2002-12-24 [alfons]    0.8.7claws7
+
+       * src/summaryview.c
+               summary_thread_build(): fix real cause of the crash mentioned in
+               0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
+               this way we get meaningful ctree nodes 
+
+2002-12-24 [oliver]    0.8.7claws6
+
+       * src/mainwindow.[ch]
+       * src/messageview.[ch]
+       * src/compose.[ch]
+       * src/inc.c
+       * src/summaryview.c
+               changes to use updated toolbar handling
+               
+2002-12-24 [oliver]    0.8.7claws5
+
+       * src/toolbar.[ch]
+               generic toolbar handling
+               used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
+       * src/prefs_toolbar.[ch]
+               adjust to handling
+       
+2002-12-24 [oliver]    0.8.7claws4
+       
+       * src/stock_pixmap.[ch]
+               move SYLPHEED_LOGO to end of list in order 
+               to remove it from Custom Toolbar`s Icon View
+
+2002-12-24 [alfons]    0.8.7claws3
+
+       * src/summaryview.c
+               summary_thread_build(): fix crash because of focus != selection 
+               after threading. when deleting the selection, gtk tries but fails 
+               to find the correct focusable element. we now force the selection
+               to be focused. this should solve the infamous bug reported by 
+               Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
+               a test case is available. 
+
+2002-12-24 [darko]     0.8.7claws2
+
+       * src/summaryview.c
+               don't crash when unmarking message with unread children
+
+2002-12-23 [christoph] 0.8.7claws1
+
+       * src/Makefile.am
+       * src/common/Makefile.am
+               update Makefiles for moved intl.h, version.h and defs.h
+       * src/imap.c
+               rewrite imap_session_get to avoid duplicate code
+
+2002-12-23 [paul]      0.8.7claws
+
+       * Santa-Claws released
+       
+       * po/hu.po
+         po/ru.po
+               squeeze in updated Hungarian and Russian translations.
+               Submitted by  Gál Zoltán and Ruslan N. Balkin
+
+2002-12-23 [paul]      0.8.6claws129
+
+       * po/pl.po
+               updated by Witold Wladyslaw Wojciech Wilk
+
+2002-12-23 [paul]      0.8.6claws128
+
+       * src/quote_fmt_parse.y
+               fix typo and add licence header
+
+2002-12-23 [paul]      0.8.6claws127
+
+       * po/en_GB.po
+               updated
+
+2002-12-23 [paul]      0.8.6claws126
+
+       * po/it.po
+               updated translation, submitted by Alessandro Maestri
+               
+2002-12-23 [paul]      0.8.6claws125
+
+       * src/quote_fmt_parse.y
+               fix signature-stripping on replies bug. match
+               '-- \n' and not '-- '.
+
+2002-12-22 [paul]      0.8.6claws124
+
+       * po/bg.po
+         po/es.po
+         po/sr.po
+               updated translations. submitted by George Danchev,
+               Ricardo Mones Lastra, and Urke MMI respectively
+
+2002-12-21 [paul]      0.8.6claws123
+
+       * src/addrbook.c
+               fix coding style
+
+2002-12-21 [paul]      0.8.6claws122
+
+       * src/addrbook.c
+               fix bug [643638] where if a person is in one or more
+               addressbook groups editing that person's email 
+               address results in removal from those groups.
+               Patch submitted by Luke Plant.
+
+2002-12-20 [christoph] 0.8.6claws121
+
+       * src/common/utils.c
+       * src/summaryview.c
+               reimplement expand_search_string using GString to
+               prevent crashs caused by miscalculated string
+               lengths reported by Paul
+
+2002-12-20 [christoph] 0.8.6claws120
+
+       * src/summaryview.c
+               don't use "changed" to check if op_count has to be changed as it
+               is also set when the message has unread children
+               (closes bug [ 653221 ] crash while deleting duplicates)
+
+2002-12-20 [paul]      0.8.6claws119
+
+       * sync with 0.8.6cvs27
+               see ChangeLog 2002-12-20
+
+2002-12-20 [paul]      0.8.6claws118
+
+       * sync with 0.8.6cvs26
+               see ChangeLog 2002-12-19 and 2002-12-20
+
+2002-12-19 [alfons]    0.8.6claws117
+
+       * src/textview.c
+               fix incorrect parsing of email addresses, submitted by 
+               Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
+               name display if it contains @".
+
 2002-12-18 [paul]      0.8.6claws116
 
        * sync with 0.8.6cvs23
 2002-12-13 [christoph] 0.8.6claws109
 
        * src/Makefile.am
-       * src/manage_window.[ch]
+       * src/manage_window.[ch]        ** REMOVE **
        * src/gtk/Makefile.am
-       * src/gtk/manage_window.[ch]
+       * src/gtk/manage_window.[ch]    ** NEW **
                move manage_window files to gtk directory
 
 2002-12-13 [christoph] 0.8.6claws108
 
        * src/Makefile.am
-       * src/gtkshruler.[ch]
+       * src/gtkshruler.[ch]           ** REMOVE **
        * src/gtk/Makefile.am
-       * src/gtk/gtkshruler.[ch]
+       * src/gtk/gtkshruler.[ch]       ** NEW **
                move gtkshruler files to gtk directory
 
 2002-12-13 [christoph] 0.8.6claws107