Explain patch better
[claws.git] / ChangeLog
index e966ab47f03f55bd2599a67fbdcac62ffea1955b..953b3be6af84544d6569834c1a56814cba26a09b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,171 @@
+2009-01-10 [colin]     3.7.0cvs27
+
+       * src/codeconv.c
+               Fix bug 1811, '[mime] Crash when there's no 
+               room for filename's start on the same line'
+               When the mimetype of the attachment is very 
+               long, there's no room at all to start the 
+               name=... parameter on the same line. This
+               caused an infinite loop as 0 characters of
+               the filename could be appended.
+               In such cases, insert linebreak before the
+               name parameter.
+
+2009-01-09 [colin]     3.7.0cvs26
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/common/utils.c
+               Win32: Fix bug 1815, 'Drag-n-Drop of files on 
+               Compose Window does not attach'
+
+2009-01-09 [colin]     3.7.0cvs25
+
+       * src/foldersel.c
+               Fix bug 1817, 'Changing Themes does not 
+               update the pixmaps in "Select folder" 
+               dialog box'
+
+2009-01-09 [colin]     3.7.0cvs24
+
+       * src/main.c
+               Win32: Fix bug 1816, 'Attaching files with 
+               command-line generates error after attaching'
+
+2009-01-09 [paul]      3.7.0cvs23
+
+       * src/gtk/about.c
+               forgot this '2009' in last commit
+
+2009-01-09 [paul]      3.7.0cvs22
+
+       * src/*/*.[c,h]
+               it's 2009!
+               update copyright headers
+
+2009-01-09 [paul]      3.7.0cvs21
+
+       * doc/man/claws-mail.1
+               update Team list
+
+2009-01-09 [colin]     3.7.0cvs20
+
+       * src/messageview.c
+               Fix bug 1814, 'Windows' WM badly places 
+               message view'
+
+2009-01-09 [colin]     3.7.0cvs19
+
+       * src/prefs_themes.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/common/utils.c
+       * src/common/utils.h
+               Win32: Fix bug 1813, 'Installing Theme Creates Error'
+
+2009-01-08 [colin]     3.7.0cvs18
+
+       * src/mimeview.c
+               Win32: Fix bug 1810, 'Pressing 'o' key 
+               crashes CM'
+
+2009-01-07 [colin]     3.7.0cvs17
+
+       * src/html.c
+               Fix bug 1432, '& not escaped in links (HTML 
+               rendered as text)'
+
+2009-01-06 [colin]     3.7.0cvs16
+
+       * src/plugins/pgpcore/select-keys.c
+               Warn translators the usual way about
+               accels
+
+2009-01-06 [colin]     3.7.0cvs15
+
+       * src/mainwindow.c
+               Fix synchronisation dialog that shouldn't
+               appear when network goes down (Network
+               Manager)
+       * src/mimeview.c
+       * src/textview.c
+               Fix save as when attach_save_dir isn't set
+               fixes bug 1804, 'attach_save_directory does 
+               not default to $HOME'
+       * src/plugins/pgpcore/select-keys.c
+               Add mnemonics to buttons - warn translators!
+
+2009-01-06 [wwp]       3.7.0cvs14
+
+       * src/common/utils.c
+               Fix cvs13, thanks to Colin.
+
+2009-01-06 [wwp]       3.7.0cvs13
+
+       * src/common/utils.c
+               Better support for Spanish Outlook replies (RES).
+
+2009-01-02 [colin]     3.7.0cvs12
+
+       * src/folderview.c
+               Fix (+) sign after collapsed folder names that 
+               have quicksearch-matching children.
+               Fixes bug 1506, 'Recursive search in collapsed 
+               folders'
+
+2009-01-02 [colin]     3.7.0cvs11
+
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+               Remove now-unused stock_pixmap_gdk
+
+2009-01-02 [colin]     3.7.0cvs10
+
+       * src/gtk/gtkutils.c
+       * src/pixmaps/claws-mail_icon.xpm
+               Use pixbuf for app icon, and make the app icon
+               a bit nicer
+
+2009-01-02 [colin]     3.7.0cvs9
+
+       * src/uri_opener.c
+               Show both link title and URI if possible
+
+2009-01-02 [colin]     3.7.0cvs8
+
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/addressitem.h
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/importldif.c
+       * src/mimeview.c
+       * src/summaryview.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmctree.h
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+               Implement pixbuf rendering in tree widgets
+               instead of pixmaps
+       * src/plugins/trayicon/trayicon.c
+       * src/noticeview.c
+       * src/prefs_themes.c
+               Use pixbuf rendering here too
+
+2008-12-30 [paul]      3.7.0cvs7
+
+       * src/textview.c
+               no need to prematurely trim the uri in the statusbar
+
+2008-12-29 [paul]      3.7.0cvs6
+
+       * src/procmsg.c
+               prefer List-Id header to X-* headers when creating
+               filter rule automatically
+
 2008-12-28 [colin]     3.7.0cvs5
 
        * src/compose.c