2008-11-15 [colin] 3.6.1cvs30
[claws.git] / ChangeLog
index de4157cb536ddfec517e103a797b7549b0317005..56bdf11d90ae7ebdc81a8264387361343831c081 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+2008-11-15 [colin]     3.6.1cvs30
+
+       * src/compose.c
+               Auto-save draft after external editor quits
+
+2008-11-15 [colin]     3.6.1cvs29
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix wrong error display, thanks to
+               Charles A. Edwards
+
+2008-11-14 [colin]     3.6.1cvs28
+
+       * src/prefs_actions.c
+               Comment out bogus (IMO) warning
+
+2008-11-14 [colin]     3.6.1cvs27
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               Share summaryview's context menu actions with
+               the equivalent menu items of the main menu;
+               this allows to share accelerators and de-
+               duplicate code.
+
+2008-11-14 [colin]     3.6.1cvs26
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix bug 1768, 'claws-mail crashes while 
+               checking smime bad signature'
+
+2008-11-13 [colin]     3.6.1cvs25
+
+       * src/account.c
+       * src/filtering.c
+               Fix redefinition of PREFSBUFSIZE
+
+2008-11-13 [wwp]       3.6.1cvs24
+
+       * tools/popfile-link.sh
+               Add support for reusing existing POPFile session ID.
+
+2008-11-12 [colin]     3.6.1cvs23
+
+       * src/prefs_gtk.h
+               Fix bug 1771, 'Folder template gets 
+               truncated when exiting the application'
+               Use a 32k buffer for string preferences
+
+2008-11-11 [colin]     3.6.1cvs22
+
+       * src/summaryview.c
+               Fix "display sender using addressbook" when
+               prefs_common.swap_from is in use. Patch by
+               H. Merijn Brand
+
+2008-11-11 [colin]     3.6.1cvs21
+
+       * src/autofaces.c
+       * src/common/md5.c
+       * src/common/md5.h
+               Make a few functions static
+
+2008-11-07 [colin]     3.6.1cvs20
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Fix crash when rebuilding colorlabel
+               menu
+       * src/addrgather.c
+       * src/editldap.c
+       * src/prefs_account.c
+       * src/prefs_compose_writing.c
+       * src/prefs_logging.c
+       * src/prefs_message.c
+       * src/prefs_other.c
+       * src/prefs_receive.c
+       * src/prefs_summaries.c
+       * src/prefs_wrapping.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Fix deprecated use of page_size in 
+               gtkspinbutton adjustments
+
+2008-11-06 [mones]     3.6.1cvs19
+
+       * src/mainwindow.c
+               Fix missing "About" in Help menu
+       * tools/claws.i18n.status.pl
+               Fix header
+
+2008-11-05 [colin]     3.6.1cvs18
+
+       * src/action.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               w32: Implement single launch (lock
+               socket); always put debug log to
+               the rc_dir; fix Start menu update
+               after registering as default Mail 
+               app
+
+2008-11-05 [colin]     3.6.1cvs17
+
+       * src/mainwindow.c
+               Setting the Mail start menu item in HKCU 
+               confuses the Internet Options dialog. Do 
+               it in HKLM as this dialog does.
+
+2008-11-04 [colin]     3.6.1cvs16
+
+       * src/common/w32_reg.c
+               Fix off-by-one
+
 2008-11-04 [colin]     3.6.1cvs15
 
        * src/procmime.c