sort correctly when using simplified subject line
[claws.git] / ChangeLog.claws
index 502a8df61bf39fde0bcacea913fe1afd69d7303d..2f0bacdae608a28519797265fc704c0140f4e21e 100644 (file)
@@ -1,3 +1,202 @@
+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/shttps://sourceforge.net/account/login.phptatusbar.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
+               fix memory leak caused by wrong g_dirname usage
+
+2002-07-22 [christoph] 0.7.8claws95
+
+       * src/summaryview.c
+               update new and unread message counts for summaryview
+               summaryview does not get it from the folder anymore
+               and has to update the values itself
+
+2002-07-22 [melvin]    0.7.8claws94
+
+       * po/fr.po
+               Updated French translations.
+
+2002-07-22 [christoph] 0.7.8claws93
+
+       * src/matcher.c
+               set prop->preg pointer to NULL or following check
+               will not fail and regexec will be called with
+               invalid pointer
+
+2002-07-21 [alfons]    0.7.8claws92
+       
+       * src/prefs_common.[ch]
+               remove option "Send return receipt on request"
+
+2002-07-21 [thorsten]  0.7.8claws91
+
+       * src/mimeview.c
+               fixed memleaks, coding style as pointed out by alfons
+
+2002-07-21 [alfons]    0.7.8claws90
+
+       * src/messageview.c
+       * src/noticeview.[ch]
+               o fix bug notice view being displayed when going to empty folder 
+                 (noticed by Christoph)
+               o allow RRR to be sent when restarting sylpheed, or changing folder 
+                 (noticed by Thorsten)
+
+2002-07-21 [thorsten]  0.7.8claws89
+
+       * src/mimeview.c
+               Included save_all patch from Xaview FACQ
+               added support for pathnames
+
+2002-07-21 [alfons]    0.7.8claws88
+
+       * po/POTFILES.in
+       * src/Makefile.am
+       * src/mainwindow.c
+       * src/messageview.[ch]
+       * src/noticeview.c      ** NEW FILE **
+       * src/noticeview.h      ** NEW FILE **
+               make return receipts work again
+               (UI idea by Leandro Pereira)
+
+2002-07-21 [paul]      0.7.8claws87
+
+       * src/summaryview.c
+               fix sensitivity of 'Select thread'
+
+2002-07-21 [paul]      0.7.8claws86
+
+       * src/prefs_common.c
+               add browser command line for Galeon
+
+2002-07-21 [paul]      0.7.8claws85
+
+       * Makefile.am
+               fix 'EXTRA_DIST': remove README.README, add TODO
+               and TODO.claws
+
+2002-07-21 [alfons]    0.7.8claws84
+
+       * src/gtkstext.c
+               make enter clear selection
+               (closes "[ 579888 ] Editor selection/entry error"
+               reported by Steve Lamb)
+
+2002-07-21 [alfons]    0.7.8claws83
+       
+       * src/summaryview.c
+               sort message list when selecting unthread messages
+               (closes "[ 501593 ] switching threaded view doesn't sort"
+               reported by Simon Schubert)
+
+2002-07-20 [alfons]    0.7.8claws82
+       
+       * src/matcher.c
+               const-correctness
+
 2002-07-20 [thorsten]  0.7.8claws81
 
        * src/matcher.c