2008-01-09 [colin] 3.2.0cvs34
[claws.git] / ChangeLog
index c9a5e603091f37b7ff96e53a0d3c16fd0f9c95bd..e2062f80b5da75dc6ff79db7fc53e2fbfaa87fc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,320 @@
+2008-01-09 [colin]     3.2.0cvs34
+
+       * po/pl.po
+               Fix bug 1446, 'SC crashes frequently when staying 
+               in background'. Format string error in Polish 
+               translation
+       * src/gtk/description_window.c
+       * src/prefs_template.c
+               Complete 3.2.0cvs9 (fix bug with gtk_main loop);
+               patch by Pawel
+       * src/wizard.c
+               Maemo: Fix build
+
+2008-01-08 [colin]     3.2.0cvs33
+
+       * src/main.c
+               Maemo: connect HW status change signal for shutdown
+       * src/mainwindow.c
+               Maemo: Fix hardware space key
+       * src/wizard.c
+               Maemo: name mmc1 and 2 a better name
+
+2008-01-08 [wwp]       3.2.0cvs32
+
+       * src/folder.c
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/prefs_folder_item.c
+               It's now possible to disable processing rules when
+               entering a folder (this adds a new option to the
+               folder properties dialog).
+
+2008-01-08 [wwp]       3.2.0cvs31
+
+       * src/common/utils.c
+               Mailto: now supports 'insert' (stands for 'insert file'), this
+               adds the ability to create a new message from the command-line,
+               with body set from an existing file contents.
+
+2008-01-08 [colin]     3.2.0cvs30
+
+       * src/summaryview.c
+               Maybe fix bug 1452, 'crash while drag'n'droping 
+               emails to an IMAP folder'
+
+2008-01-07 [wwp]       3.2.0cvs29
+
+       * src/prefs_filtering.c
+               Static-alize a function, thanks to Colin.
+
+2008-01-07 [colin]     3.2.0cvs28
+
+       * src/folderview.c
+               Fix scrolling to bottom when drag and dropping
+       * src/summaryview.c
+               Fix bug 1445, 'Display sender using addressbook: fails 
+               when From: isn't an email address'
+
+2008-01-07 [wwp]       3.2.0cvs27
+
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_template.c
+               Add tooltips to most buttons in the templates, actions and
+               filtering/processing dialogs.
+
+2008-01-07 [wwp]       3.2.0cvs26
+
+       * src/prefs_filtering.c
+                - add a clear button to clear dialog input fields
+                - add page up and page down buttons to move selected rule up and down
+                - in rules list popup-menu: added Delete, Delete all and Duplicate
+                - popup-menu items are greyed out either if the list is empty (not counting the
+                  (New) row or if there is no selected item
+                - clear store when closing dialog
+
+       * src/prefs_actions.c
+                - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
+                  clear button, popup-menu
+                - clear store when closing dialog
+
+       * src/prefs_template.c
+                - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
+                  clear button, popup-menu 
+
+       * src/addrcustomattr.c
+                - renamed popup-menu item Clear list to Delete all
+                - grey out popup-menu items is there is no selected item or if list is empty
+                - clear store when closing dialog
+
+       * src/edittags.c
+                - added popup-menu item Delete all
+                - grey out popup-menu items is there is no selected item or if list is empty
+                - clear store when closing dialog
+
+2008-01-06 [wwp]       3.2.0cvs25
+
+       * src/addressadd.c
+               One more layout fix by Pawel (completes 3.2.0cvs24).
+
+2008-01-05 [colin]     3.2.0cvs24
+
+       * src/addressadd.c
+               Little GUI fixes, patch by Pawel
+
+2007-12-29 [wwp]       3.2.0cvs23
+
+       * src/compose.c
+               Fix for bug #1443, and strip possible whitespaces around
+               custom header names.
+
+2007-12-29 [mones]     3.2.0cvs22
+
+       * po/es.po
+               Updated translation, corrected a term based 
+               on suggestion from Israel Saeta PĂ©rez,
+               reverted awful X-Mailer translation
+       * src/procmime.c
+               Complete cvs20 for FreeBSD, patch by Pawel
+
+2007-12-29 [colin]     3.2.0cvs21
+
+       * src/textview.c
+               Fix bug 1442, 'Tags are repeated in 
+               encapsulated messages'
+
+2007-12-28 [colin]     3.2.0cvs20
+
+       * src/procmime.c
+               Fix path to mime/globs. Patch by Marten King.
+
+2007-12-27 [colin]     3.2.0cvs19
+
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+               Add missing flags to build pgp plugins on maemo
+
+2007-12-27 [colin]     3.2.0cvs18
+
+       * src/mainwindow.c
+               Maximise before showing to avoid probable flickering
+               on slow computers.
+
+2007-12-27 [colin]     3.2.0cvs17
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Fix bug 1439, 'Claws Mail does not remember window size 
+               state when restarted'. Save maximised state and force
+               maximisation at startup if applicable.
+
+2007-12-23 [paul]      3.2.0cvs16
+
+       * src/prefs_matcher.c
+               fix bug 1436, 'Filter condition dialog doesn't
+               load header name from current rules'
+
+2007-12-22 [paul]      3.2.0cvs15
+
+       * src/compose.c
+               fix bug 1435, 'Reply doesn't take into account
+               reply-to field'
+
+2007-12-21 [paul]      3.2.0cvs14
+
+       * src/common/ssl_certificate.c
+               fix FreeBSD build with IPV6 support 
+
+2007-12-20 [colin]     3.2.0cvs13
+
+       * src/imap.c
+               Fix error handling
+
+2007-12-20 [colin]     3.2.0cvs12
+
+       * src/imap.c
+       * src/imap.h
+       * src/prefs_account.c
+               Add DIGEST-MD5 support for IMAP authentication
+
+2007-12-19 [mones]     3.2.0cvs11
+
+       * doc/man/claws-mail.1
+               Better ordering of sections, updated options
+       * po/es.po
+               Updated strings
+
+2007-12-19 [paul]      3.2.0cvs10
+
+       * src/prefs_account.c
+               use a spinbutton instead of an entry for
+               "POP authentication timeout" also
+
+2007-12-19 [colin]     3.2.0cvs9
+
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/gtk/description_window.c
+               Destroy info windows with their parents
+               Patch by Pawel
+
+2007-12-19 [colin]     3.2.0cvs8
+
+       * src/prefs_account.c
+               Use spinbuttons instead of entries where needed
+               Patch by Pawel
+
+2007-12-18 [paul]      3.2.0cvs7
+
+       * src/prefs_matcher.c
+               add missing i18n for a few strings
+               Patch by Stephan Sachse
+
+2007-12-18 [paul]      3.2.0cvs6
+
+       * src/prefs_logging.c
+               use 'disk' instead of 'disc'
+
+2007-12-18 [paul]      3.2.0cvs5
+
+       * po/en_GB.po
+               updated
+       * src/addrcustomattr.c
+       * src/editaddress.c
+               fixes to the ingleesh
+       * src/prefs_filtering_action.c
+               fix copyright header
+               fix untranslated strings
+       * src/prefs_filtering_action.h
+               fix copyright header
+
+2007-12-18 [wwp]       3.2.0cvs4
+
+       * src/folderview.c
+       * src/headerview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_fonts.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/wizard.c
+       * src/common/defs.h
+       * src/gtk/gtkutils.c
+               Added prefs to set custom small and bold fonts
+               (might matter on some desktops, according to
+               DPI and font settings).
+
+2007-12-18 [colin]     3.2.0cvs3
+
+       * src/prefs_logging.c
+               Rework GUI, patch by Pawel
+
+2007-12-18 [colin]     3.2.0cvs2
+
+       * src/prefs_filtering_action.c
+               Rework GUI, patch by Pawel
+
+2007-12-18 [colin]     3.2.0cvs1
+
+       * src/editaddress.c
+               Fix build on old GCC
+               Fix inverted buttons
+
+2007-12-17 [paul]      3.2.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.2.0 released
+
+2007-12-17 [paul]      3.1.0cvs79
+
+       * po/de.po
+       * po/fr.po
+       * po/hu.po
+       * po/it.po
+       * po/pt_BR.po
+               updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
+               Andrea Spadaccini, and Frederico Goncalves Guimaraes
+
+2007-12-17 [mones]     3.1.0cvs78
+
+       * po/es.po
+               Updated Spanish translation for 3.2.0 release
+
+2007-12-16 [colin]     3.1.0cvs77
+
+       * src/addrcustomattr.c
+               Fix translations, patch by Fabien
+
+2007-12-15 [paul]      3.1.0cvs76
+
+       * src/folderview.c
+               fix compiler warning
+
+2007-12-14 [colin]     3.1.0cvs75
+
+       * src/folderview.c
+               Simplify logic
+
+2007-12-12 [wwp]       3.1.0cvs74
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Added Marius Glauser to the hall of fame.
+
+2007-12-12 [wwp]       3.1.0cvs73
+
+       * src/gtk/gtkutils.c
+               Improve the way we show results of searches
+               in message bodies: selected text now get centered
+               vertically in the message window.
+               Patch by Marius Glauser <seelenhirt@gmx.net>.
+
 2007-12-10 [colin]     3.1.0cvs72
 
        * src/folder.c