a couple changes to ChangeLog.claws
[claws.git] / ChangeLog.claws
index b0e03eada0b0ac7fa010846efa48b02668f06df5..f0264deae116afefb2939e38971a5eb9b4b3219b 100644 (file)
@@ -1,3 +1,47 @@
+2003-09-27 [paul]      0.9.5claws32
+
+       * src/prefs_account.c
+               o make correction to gui text:
+                 'Local mailbox file' -> 'Local mailbox directory'
+               o give 'local_mbox' option a reasonable default value:
+                 '/var/mail'
+               o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
+                 value
+
+2003-09-26 [paul]      0.9.5claws31
+
+       * src/inc.c
+         src/prefs_common.[ch]
+               remove 'Incorporate from spool' common pref,
+               force creation of a 'Local' account
+
+2003-09-26 [christoph] 0.9.5claws30
+
+       * src/folder.c
+       * src/msgcache.c
+               add more NULL pointer checks
+
+2003-09-25 [christoph] 0.9.5claws29
+
+       * src/folder.c
+               o don't fetch source message to get it's message id
+               o immediately scan dest folder when copying a message did not
+                 return a new message number and not do it when the first message
+                 without a new message number is found
+
+2003-09-23 [christoph] 0.9.5claws28
+
+       * src/compose.c
+               fix generating of headers
+
+       (patch by David Relson <relson@osagesoftware.com>)
+
+2003-09-23 [paul]      0.9.5claws27
+
+       * po/zh_CN.po
+               update Simplified Chinese translation. submitted by
+               Hansom Young
+
 2003-09-23 [paul]      0.9.5claws26
 
        * tools/Makefile.am
 
 2003-09-17 [hoa]       0.9.5claws18
        
-       * changed the keyword used for command execution in condition
+       * src/matcher.[ch]
+         src/matcher_parser_parse.y
+         src/prefs_matcher.c
+               changed the keyword used for command execution in condition
                keyword is changed from "execute" to "test"
                so that it is not the same as the one used for action.
                This will fix a bug when using filtering dialog.
          src/common/utils.h
                more sync'ing from 0.9.5cvs2
 
-       fixes bug 197 'Header lines encrypted by GPG'
-
 2003-09-11 [christoph] 0.9.5claws4
 
        * src/compose.c