2006-01-09 [wwp] 1.9.100cvs127
[claws.git] / ChangeLog
index 80a4468980527f1af9b94a4d1e41abd3a7216402..54fcc8e0fd204fb74b7cdb620eda7e74cdaa2159 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+2006-01-09 [wwp]       1.9.100cvs127
+
+       * src/prefs_themes.c
+               made the prefs/display/themes layouts spacing less condensed
+               (and so they match other prefs/pages' look).
+
+2006-01-09 [paul]      1.9.100cvs126
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_wrapping.c
+               remove 'wrap at send' option
+
+2006-01-06 [colin]     1.9.100cvs125
+
+       * src/compose.c
+               Just make completely sure we don't insert "manual line breaks" 
+               when wrapping... 
+
+2006-01-04 [paul]
+
+       * 2.0.0-rc3 released
+
+2006-01-04 [paul]      1.9.100cvs124
+
+       * src/folderview.c
+               fix bug 882, 'quick scroll in folder list
+               displays wrong folder contents'
+
+2006-01-04 [paul]      1.9.100cvs123
+
+       * src/plugins/pgpmime/pgpmime.c
+               better debug information when signing
+               Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
+
+2006-01-03 [colin]     1.9.100cvs122
+
+       * configure.ac
+               We need to recheck for gpgme 1.0.0 after checking
+               for 1.1.1, because if 1.1.1 isn't available, 
+               GPGME_LIBS and friends are blanked out by the 
+               second check.
+
+2006-01-03 [colin]     1.9.100cvs121
+
+       * src/common/prefs.c
+               Windows unlink-before rename fix
+       * src/plugins/pgpcore/sgpgme.c
+               Add support for PKA info if available
+               Both patches by Werner Koch
+
+2006-01-03 [paul]      1.9.100cvs120
+
+       * src/messageview.c
+               fix bug 884, 'Send receipt' button visible in queue
+               Thanks to Colin
+
+2006-01-02 [colin]     1.9.100cvs119
+
+       * src/compose.c
+       * src/imap.c
+               Fix autosave on IMAP and more generally try to
+               return the correct ID on a newly added IMAP message
+
+2006-01-02 [paul]      1.9.100cvs118
+
+       * manual/keyboard.xml
+               edited
+
+2006-01-01 [paul]      1.9.100cvs117
+
+       * src/gtk/authors.h
+               alphabetical order
+
+2005-12-30 [colin]     1.9.100cvs116
+
+       * manual/advanced.xml
+               Explain Pre/Post-processing differences.
+
+2005-12-30 [colin]     1.9.100cvs115
+
+       * src/mh.c
+               Implement copy_msgs for a little optimization
+       * src/imap.c
+               Finish yesterday's fix
+
 2005-12-29 [colin]     1.9.100cvs114
 
        * src/imap.c