fixed segfault
[claws.git] / ChangeLog.claws
index 7442f26917dd739237cba968f3b81ab85670a9c7..cda79ff63005b1ec3e4a9631c34f7e92ce01f9c0 100644 (file)
@@ -1,3 +1,84 @@
+2001-07-24 [christoph]
+
+       * src/summaryview.c
+               fixed segfault that happend when the selected
+               message was removed while retrieving new messages.
+
+2001-07-22 [alfons]
+
+       add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
+       this is a work in progress, for more information: http://nlpagan.net/sylman 
+       
+       * configure.in, src/mainwindow.c, manual/Makefile.am
+               add support for English manual
+
+       * AUTHORS
+               add authors of user manuals
+
+       * manual/en/sylpheed*.html
+               add English documentation
+
+2001-07-22 [christoph]
+
+       * po/POTFILES.in
+               added src/ssl.c
+       * src/ssl.c
+               changed a wrong debug message
+
+2001-07-22 [alfons]
+
+       * po/nl.po
+               update Dutch translation
+
+       * src/prefs_filtering.c, 
+         src/prefs_matcher.c
+               add more translatable strings           
+
+2001-07-21 [alfons]
+
+       0.5.0claws7
+
+       * configure.in
+               change version
+
+       * src/inc.c, src/summaryview.[ch]
+               prevent update of mark file when filtering has done, by
+               using a variable; this affects two functions:
+                       inc.c::inc_finished()
+                       summaryview.c::summary_show()
+
+2001-07-20 [alfons]
+
+       * src/filtering.[ch], src/prefs_filtering.c, 
+         src/matcher.[ch]
+               add filtering action for label coloring 
+
+       * po/POTFILES.in
+               add labelcolors.c
+
+       * added src/labelcolors.c
+       * added src/labelcolors.h
+       * src/Makefile.am, src/summaryview.c
+               rearrange label coloring code
+
+       * src/procmsg.h
+               add more parentheses so label colouring works correctly
+
+       * src/filtering.c
+               don't really delete message, but move it to Trash
+
+       * src/prefs_matcher.c
+               add quote options to info dialog
+
+2001-07-20 [christoph]
+
+       * src/Makefile.am
+       * src/inc.c
+       * src/main.[ch]
+       * src/socket.h
+       * src/ssl.[ch] (new)
+               moved ssl stuff to a seperate file
+
 2001-07-20 [darko]
 
        * src/summaryview.c