* src/codeconv.c
[claws.git] / ChangeLog.claws
index e3c8903fc7661210bb2d54c3867968a3063fe4e7..ebf71f72e44d0bea491a691a9f4406c964c40e3b 100644 (file)
@@ -1,3 +1,116 @@
+2002-02-19 [christoph] 0.7.2claws1
+
+       * src/codeconv.c
+               return unconverted text if conde conversion is not possible
+               when libjconv is used.
+               (patch submitted by "Simon 'corecode' Schubert")
+
+2002-02-19 [paul]      
+
+       * version 0.7.2claws release
+
+2002-02-19 [paul]      0.7.2claws
+
+       * po/nl.po
+               updated by Wilbert Berendsen
+
+
+2002-02-18 [alfons]    0.7.1claws13
+
+       * src/syldap.c
+       * src/jpilot.c
+               remove references to dlfcn and explicitly loading functions
+               from dynalink libs, because libs linked anyway, and functions
+               are loaded explicitly
+
+2002-02-17 [melvin]    0.7.1claws12
+
+       * src/prefs_actions.c
+               Replaced children wait loop with double fork technique.
+               Now, input/output window updated at each new output.
+               free_children(): Fixed a memory leak.
+               Made input/output window non closable if running children
+               still exist.
+               Added missing <unistd.h> include.
+               Added some --debug outputs.
+
+2002-02-17 [melvin]    0.7.1claws11
+
+       * src/summaryview.c
+               Fixed bug where descending sort order did not select top
+               message.
+
+2002-02-17 [melvin]    0.7.1claws10
+
+       * acconfig.h
+               Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
+       * src/prefs_common.c
+               Pspell data package directory no more hard coded but
+               set during configuration (PSPELL_PATH). (Thanks to 
+                               Gustavo Noronha Silva.)
+
+2002-02-17 [melvin]    0.7.1claws9
+
+       * configure.in
+               Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
+       * src/gtkspell.c
+               Fixed compile-time warnings.
+
+2002-02-16 [alfons]    0.7.1claws8
+
+       * src/filesel.c
+               fix inadvertent free of NULL pointer which caused
+               sylpheed to crash when closing the save-as dialog
+               using the window close button
+
+2002-02-16 [carsten]   0.7.1claws7
+       * src/mainwindow.[ch]
+         src/summaryview.c
+         src/prefs_common.c
+               fixes for pixmap theming code:
+                       - recently changed mail attributes shouldn't get
+                         lost any longer
+                       - theme is only reloaded iff another theme was
+                         selected
+
+2002-02-16 [paul]      0.7.1claws6
+
+       * sync with sylpheed 0.7.2 release
+               see ChangeLog entry 2002-02-15 and 2002-02-16
+
+2002-02-15 [paul]      0.7.1claws5
+
+       * sync with sylpheed 0.7.1cvs9
+               see ChangeLog entry 2002-02-15
+
+       * po/POTFILES.in
+               remove unneeded headerwindow.c entry
+
+2002-02-14 [carsten]   0.7.1claws4
+       * src/summaryview.c
+               fixed a bug for "Go to next unread message": there was
+               an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
+               in the prefs, because of doing "Search again" instead
+               "No"
+
+2002-02-14 [carsten]   0.7.1claws3
+       * src/stock_pixmap.c
+               removed 2 more mem leaks; following memprof,
+               this code is "leak free" now :)
+
+2002-02-14 [carsten]   0.7.1claws2
+       * src/stock_pixmap.c
+               used opendir/readdir/closedir instead of scandir
+               -> code should work now on Solaris
+
+2002-02-14 [paul]      0.7.1claws1
+
+       * sync with sylpheed 0.7.1cvs8
+               see ChangeLog entries 2002-02-13 and 2002-02-14
+
+       * README.claws
+               add some description of Actions and Pixmap Themes
+
 2002-02-13 [paul]      
 
        * version 0.7.1claws release
        * src/compose.c
                clean up account preference poison in rfc2015,
                and preparation to fix double sign bug 
-               (patch submitted by Simon 'corecode' Schubert) 
+               (patch submitted by Simon 'corecode' Schubert)
 
 2002-01-07 [christoph] 0.6.6claws43