* src/filtering.[ch]
[claws.git] / ChangeLog.claws
index b3abf5374814f7d4cae2af38f32ccd03f8ee9590..283d27bc34c142f997b8daab6fdfd0bc30894bfb 100644 (file)
@@ -1,3 +1,136 @@
+2003-06-10 [alfons]    0.9.0claws27
+
+       * src/filtering.[ch]
+       * src/folder.c
+       * src/matcher.c
+       * src/scoring.[ch]
+               - try fixing bug #18 (any brave testers?)
+               - add more robustness by refusing previously 
+                 unchecked NULL pointers 
+
+2003-06-10 [alfons]    0.9.0claws26
+
+       * src/procmsg.c
+               fix bug #176 by don't checking MsgInfos with a NULL msgid 
+
+2003-06-09 [alfons]    0.9.0claws25
+
+       * src/prefs_common.c
+               fix bug #163 "Icon switching doesnt work properly" by 
+               preventing early freeing of prefs_common.pixmap_theme_path.
+
+2003-06-09 [christoph] 0.9.0claws24
+
+       * src/gtk/gtkaspell.c
+               revert Thorsten's fix and add forgotten g_strdup for
+               aspell path (it should not be possible to alter the path a
+               GtkASpell uses from outside)
+
+2003-06-09 [thorsten]  0.9.0claws23
+
+       * src/gtk/gtkaspell.c
+               dont free prefs_common.aspell_path when closing compose
+
+2003-06-08 [colin]     0.9.0claws22
+
+       * src/plugins/spamassassin/spamassassin.c
+               fix prefs types
+
+2003-06-07 [christoph] 0.9.0claws21
+
+       * src/Makefile.am
+       * src/compose.c
+       * src/gtkaspell.[ch]            ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/gtkaspell.[ch]        ** NEW **
+               o make gtkaspell independent from sylpheed's prefs
+               o move gtkaspell.[ch] to gtk directory
+
+2003-06-07 [christoph] 0.9.0claws20
+
+       * src/Makefile.am
+       * src/crash.c
+       * src/export.c
+       * src/filesel.[ch]              ** REMOVE **
+       * src/folder.c
+       * src/main.[ch]
+       * src/common/sylpheed.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/filesel.[ch]          ** NEW **
+       * src/gtk/pluginwindow.c
+       * src/gtk/sslcertwindow.c
+               move filesel.[ch] to gtk directory
+
+2003-06-07 [alfons]    0.9.0claws19
+
+       * src/filesel.c
+               make (multi) file selection dialog work again (Claws-only)
+
+2003-06-07 [thorsten]  0.9.0claws18
+
+       * po/de.po
+               fix typos
+
+2003-06-07 [alfons]    0.9.0claws17
+
+       * configure.ac
+       * src/mimeview.c
+               detect apache mishap in which case don't include fnmatch.h
+               if regex.h is already included
+
+2003-06-06 [christoph] 0.9.0claws16
+
+       * configure.ac
+       * src/mimeview.h
+               add check for fnmatch.h and include it when available
+
+       * src/mimeview.[ch]
+               fix wrong case sensitivity of Content-Types
+
+       * src/gtk/Makefile.am
+               need the same include paths in gtk directory as in
+               common directory because .h files in common can
+               include files from these directories, when included
+               in gtk's .h or .c files
+
+2003-06-06 [alfons]    0.9.0claws15
+
+       * src/mimeview.c
+       * src/summaryview.c
+               make it compile again because of regex.h / fnmatch.h 
+               include problems (related to recent mime stuff, can
+               someone check this?)
+
+2003-06-06 [thorsten]  0.9.0claws14
+
+       * src/folderview.c
+               possible use of uninitialized pointer while dragging
+
+2003-06-06 [paul]      0.9.0claws13
+
+       * src/compose.c
+               fix bug where the insert sig button would be effective
+               only when auto_sig was set
+
+2003-06-06 [paul]      0.9.0claws12
+
+       * sync with 0.9.2 release
+
+2003-06-02 [paul]      0.9.0claws11
+
+       * sync with 0.9.1cvs1
+               see ChangeLog 2003-06-02
+               
+       * po/de.po
+               update by Jens
+
+2003-06-01 [christoph] 0.9.0claws10
+
+       * src/account.c
+               don't use substring search to find accounts by email address
+
+       (closes Bug 169 Overly loose matching of "From" address)
+
 2003-05-31 [christoph] 0.9.0claws9
 
        * doc-src/rfc2683.txt
@@ -6,6 +139,9 @@
                (message number lists will be split into multiple imap
                sets, the limit of 1000 octets is not a hard limit)
 
+       (closes Bug 161 sylpheed-claws exits with segfault when logging
+        in to certain imap-servers)
+
 2003-05-29 [alfons]    0.9.0claws8
 
        * src/toolbar.[ch]