Fixed a crash introduced in 0.8.0claws5 when log is cut under
[claws.git] / ChangeLog.claws
index de6c8bf925be945b956aeeb271ecd7e0e75163c2..8aca0c1e073aa44cfd423bd16c159d6f3303c297 100644 (file)
@@ -1,3 +1,173 @@
+2002-07-26 [melvin]    0.8.0claws17
+
+       * src/logwindow.c
+               Fixed a crash introduced in 0.8.0claws5 when log is 
+               cut under 80 characters.
+
+2002-07-26 [paul]      0.8.0claws16
+
+       * sync with 0.8.1cvs1
+               see ChangeLog 2002-07-26
+
+2002-07-26 [christoph] 0.8.0claws15
+
+       * src/imap.[ch]
+               imap folder now remembers the last selected
+               folder and imap_fetch_msginfo skips selecting
+               the folder if it is already selected
+
+2002-07-26 [christoph] 0.8.0claws14
+
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+               fix imap folder rescanning
+
+2002-07-25 [christoph] 0.8.0claws13
+
+       * src/filter.c
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/imap.[ch]
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               implement imap uid cache and uid validity check
+
+2002-07-25 [alfons]    0.8.0claws12
+
+       * src/summaryview.c
+               fix a brown paper bag bug, and also add some more
+               checks
+
+2002-07-25 [christoph] 0.8.0claws11
+
+       * src/folder.c
+               don't mix copy, fetch_msginfo and remove
+               operations in folder item copy and move
+               operations
+
+2002-07-25 [christoph] 0.8.0claws10
+
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/prefs_folder_item.c
+       * src/summaryview.[ch]
+               remove no longer required parameter update_cache from
+               summary_show
+
+2002-07-25 [paul]      0.8.0claws9
+
+       * sync with 0.8.1
+       
+       * AUTHORS
+               a few corrections
+
+2002-07-24 [alfons]    0.8.0claws8
+
+       * src/summaryview.c
+               sort correctly when using simplified subject line
+               (closes feature request "[ 585141 ] applying regexp to subject 
+               before sort" submitted by Alexandra Walford)
+
+2002-07-24 [paul]      0.8.0claws7
+
+       * sync with 0.8.0cvs3
+               see ChangeLog 2002-07-24
+
+2002-07-23 [christoph] 0.8.0claws6
+
+       * src/folder.c
+        * src/folder.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/main.c
+               o separate processing and summaryview
+               o removed summary_write_cache from summaryview
+               o removed summaryview->killed_messages, because we don't have
+                 to keep a list of killed messages anymore. New cache will
+                 keep the hidden messages in cache anyway
+       * src/folderview.c
+       * src/inc.c
+       * src/selective_download.c
+               o removed unnecessary summary_write_cache calls
+       * src/procmsg.c
+               o don't set ignore thread flag in procmsg_get_thread_tree
+                 if it is already set
+       * src/mainwindow.c
+       * src/statusbar.h
+               o moved STATUSBAR_PUSH/POP to statusbar.h because
+                 they are used in different files
+
+2002-07-23 [melvin]    0.8.0claws5
+
+       * src/addressbook.c
+       * src/addrgather.c
+       * src/editaddress.c
+       * src/editgroup.c
+       * src/editldap_basedn.c
+       * src/importldif.c
+       * src/prefs_common.c
+               Fixed few memory leak (gtk_editable_get_chars returns
+               an allocated string)
+       * src/logwindow.c
+               Fixed few memory leak (gtk_editable_get_chars returns
+               an allocated string) and modified a little the log cutting
+               loop.
+       * src/compose.c
+               Replaced a call to an obsolete function gtk_entry_get_text()
+               by gtk_editable_get_chars()
+       * src/send.c
+               Removed a debug printf
+
+2002-07-23 [christoph] 0.8.0claws4
+
+       * src/filesel.c
+               fix another g_dirname memory leak
+
+2002-07-23 [christoph] 0.8.0claws3
+
+       * src/mh.c
+               fixed a memory leak in mh_fetch_msginfo
+               fixed crash when message header could not be
+               parsed
+
+2002-07-23 [paul]      0.8.0claws2
+
+       * sync with 0.8.0cvs2
+               see ChangeLog 2002-07-23
+
+2002-07-23 [paul]      0.8.0claws1
+
+       * sync with 0.8.0cvs1
+               see ChangeLog 2002-07-23
+
+2002-07-23 [paul]      0.8.0claws
+
+       * release of 0.8.0claws
+
+2002-07-23 [paul]      0.7.8claws99
+
+       * po/ru.po
+               new Russian translation, submitted by
+               Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
+
+2002-07-22 [jens]      0.7.8claws98
+
+       * po/de.po
+               Updated German translations.
+
+2002-07-22 [paul]      0.7.8claws97
+
+       * po/es.po
+         po/it.po
+         po/nl.po
+         po/pt_BR.po
+               updated translations by Ricardo Mones Lastra,
+               Alessandro Maestri, Wilbert Berendsen and 
+               Fabio Jr. Beneditto respectively
+
 2002-07-22 [christoph] 0.7.8claws96
 
        * src/mimeview.c