2007-03-31 [colin] 2.8.1cvs71
[claws.git] / ChangeLog
index 9584b29c5dadd846b465578005dc0dea267ba5bb..d8838910e596991c9db5cb893a02ea10b8a405c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2007-03-31 [colin]     2.8.1cvs71
+
+       * src/inc.c
+               Override offline: "No" answer shouldn't
+               re-ask after 3 seconds, but 10 minutes. 
+
+2007-03-30 [colin]     2.8.1cvs70
+
+       * src/common/socket.c
+               Better error reporting on unix socket
+               failure (bind usually)
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Label window: add a pulsing progress
+               bar to show we're not hung :)
+       * src/folderview.c
+       * src/main.c
+       * src/plugins/pgpcore/sgpgme.c
+               Update API
+
+2007-03-30 [colin]     2.8.1cvs69
+
+       * src/pop.c
+       * src/prefs_common.c
+               Fix possible trashing of history and uidl
+               files on disk full problems
+
+2007-03-30 [paul]      2.8.1cvs68
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               update summary when changing layout type
+               (fixes wrong folder icon being displayed)
+               Thanks to Colin
+
+2007-03-29 [colin]     2.8.1cvs67
+
+       * src/prefs_ext_prog.c
+               The browser pref is irrelevant on Maemo
+
+2007-03-29 [colin]     2.8.1cvs66
+
+       * src/compose.c
+       * src/compose.h
+               Maemo: dynamically switch headers/text position
+       * src/prefs_common.c
+               Maemo: hide compose's ruler by default
+       * src/common/socket.c
+       * src/common/socket.h
+               Fix build warning
+
+2007-03-29 [colin]     2.8.1cvs65
+
+       * src/common/socket.c
+       * src/common/socket.h
+               Fix build when MAEMO_CFLAGS contains
+               _X_OPENSOURCE (resolv.h errors as long
+               as we don't add _BSD_SOURCE. Ugly).
+
+2007-03-29 [wwp]       2.8.1cvs64
+
+       * src/prefs_logging.c
+               Fix sensitivity of clip-log widgets in prefs/logging,
+               thanks to Fabien.
+
+2007-03-29 [wwp]       2.8.1cvs63
+
+       * po/POTFILES.in
+               Updated files list for translations, thanks to Fabien.
+
+2007-03-29 [colin]     2.8.1cvs62
+
+       * src/main.c
+       * src/common/Makefile.am
+       * src/common/utils.c
+               Maybe make URI opening work in Maemo
+               Requires testing :)
+
+2007-03-28 [colin]     2.8.1cvs61
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+               Add the possibility to sort folders arbitrarily
+               (via editing of folderlist.xml only). Patch by
+               Martin P <mp26+claws@os.inf.tu-dresden.de>
+               Fixes bug 1166, 'Folder ordering is fixed and cannot 
+               be changed by the user'
+
+2007-03-28 [colin]     2.8.1cvs60
+
+       * src/mimeview.c
+               Add popup menu for mime icons
+
 2007-03-28 [colin]     2.8.1cvs59
 
        * src/mainwindow.c