2012-12-10 [mones] 3.9.0cvs45
[claws.git] / ChangeLog
index 9627ed9e10c544f3a72b1eed558365a765c7a845..19432cfbc057c91c0fd35e27ed4b2e355f75ef1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,148 @@
+2012-12-10 [mones]     3.9.0cvs45
+
+       * src/addr_compl.c
+               Fix bug #2835 (core part) to allow NULL names which
+               have an address
+
+2012-12-07 [colin]     3.9.0cvs44
+
+       * src/news.c
+               Try to fix strange crash in nntp_ping/session_destroy...
+
+2012-12-06 [mones]     3.9.0cvs43
+
+       * tools/README
+       * tools/gif2xface.pl
+       * tools/outlook2claws-mail.pl
+               Fix address not working since years ago
+
+2012-12-05 [mones]     3.9.0cvs42
+
+       * src/prefs_gtk.c
+               Do not set to NULL string preferences which have "" as
+               default value
+
+2012-12-05 [colin]     3.9.0cvs41
+
+       * src/common/ssl.c
+               Nullify xcred pointer like the other ones
+
+2012-12-03 [wwp]       3.9.0cvs40
+
+       * src/summaryview.c
+       * src/mainwindow.c
+       Avoid any possible confusion: 0 is not a neutral value when passed
+       to main_window_get_mask() - use -1 instead, even in those cases we
+       don't care.
+
+2012-12-03 [wwp]       3.9.0cvs39
+
+       * src/toolbar.c
+       Fix sensitivity of next-unread toolbar button.
+
+2012-12-03 [colin]     3.9.0cvs38
+
+       * src/common/utils.c
+               Fix following relative symlinks
+
+2012-12-02 [colin]     3.9.0cvs37
+
+       * src/main.c
+               Of course you can't, Windows. Of course...
+
+2012-12-02 [colin]     3.9.0cvs36
+
+       * src/main.c
+               Move control sockets inside their own directory,
+               $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
+               - cleaner separation of sockets and config dirs in
+                 case of alternate config directories
+               - forward migration is handled: if $TMPDIR/claws-mail-$UID
+                 exists as a socket, use it to control the running entity
+               - backwards migration is handled: starting an old Claws Mail
+                 version will bail out as creating the legacy socket won't
+                 be possible.
+               - migration for alternate-config-dirs is not handled, which
+                 could be mentioned in release notes.
+               Fixes bug #2828, "Use MD5 digest for socket name"
+
+2012-12-01 [colin]     3.9.0cvs35
+
+       * src/common/utils.c
+               As usual, Windows is a little bit different
+               (you have to love it the same as the normal OSes...)
+
+2012-12-01 [colin]     3.9.0cvs34
+
+       * src/common/utils.c
+       * src/common/utils.h
+               Add a canonicalizer function and use it to
+               canonicalize rc_dir.
+
+2012-11-30 [mones]     3.9.0cvs33
+
+       * src/common/plugin.c
+               Fixes #1137 completely, saving path-less plugins as is
+               in config. With this patch user can edit plugin list on
+               clawsrc and remove absolute paths from shared plugins,
+               leaving only the "pluginname.so". Those will be tried to
+               load from plugin dir of the loading core. Notice that
+               those will also fail to load on older versions, and will
+               probably be removed from your config without warning by
+               the older version.
+
+2012-11-30 [wwp]       3.9.0cvs32
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+       * src/toolbar.c
+       Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
+       also fix list loop initializers.
+
+2012-11-30 [wwp]       3.9.0cvs31
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/procmsg.c
+       * src/send_message.c
+       * src/send_message.h
+       * src/toolbar.c
+       * src/toolbar.h
+       Add Message/Cancel sending (same as --cancel-sending), adds the
+       relevant toolbar icon, and an extra cancel sending+receiving icon
+       for convenience.
+
+2012-11-29 [colin]     3.9.0cvs30
+
+       * src/mainwindow.c
+               Fix mask on a few menu items (thanks Ricardo!)
+
+2012-11-28 [wwp]       3.9.0cvs29
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+       * src/toolbar.c
+       Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
+       Complete toolbar_init(), which was missing few inits.
+
+2012-11-28 [colin]     3.9.0cvs28
+
+       * src/mainwindow.c
+       * src/news.c
+       * src/news.h
+       * src/etpan/nntp-thread.c
+               Disconnect NNTP accounts too when switching offline
+
+2012-11-28 [colin]     3.9.0cvs27
+
+       * src/imap.c
+       * src/news.c
+       * src/common/session.c
+       * src/common/session.h
+               Add keep-alive pings on IMAP and NNTP
+
 2012-11-28 [colin]     3.9.0cvs26
 
        * src/imap.c