sync with sylpheed 0.6.5cvs28
authorPaul Mangan <paul@claws-mail.org>
Sat, 15 Dec 2001 09:03:09 +0000 (09:03 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 15 Dec 2001 09:03:09 +0000 (09:03 +0000)
ChangeLog
ChangeLog.claws
ChangeLog.jp
NEWS
configure.in
src/prefs_account.c

index 0c3f2be03bc6f6153a9aefbd1533e60c629e15be..2c8e903617cab1f6318f9817d2d367041ffeb5c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-14
+
+       * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
+         that didn't update accountrc if account_list == NULL (thanks to
+         Watanabe).
+
 2001-12-14
 
        * src/utils.h: added the macro Xstrcat_a() that concatenates
 2001-12-14
 
        * src/utils.h: added the macro Xstrcat_a() that concatenates
index 8cafc20f0e89b644f9272d8ecf57ab429a130f67..844e0d11e9c0e32fe69bc2594353e6af87e9c27b 100644 (file)
@@ -1,3 +1,11 @@
+2001-12-15 [paul]      0.6.5claws92
+
+       * sync with sylpheed 0.6.5cvs28
+               see ChangeLog entry 2001-12-14 (src/prefs_account.c)
+
+       * po/nl.po
+               update to allow for sync
+
 2001-12-15 [alfons]
        
        * po/nl.po
 2001-12-15 [alfons]
        
        * po/nl.po
index 26748cf013380c9cdaa9f38d9c0e6efacdc22587..4ed14fb6204579250595d08a6a92840ff94a1ffd 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-14
+
+       * src/prefs_account.c: prefs_account_save_config_all(): account_list
+         == NULL ¤Î¾ì¹ç accountrc ¤ò¹¹¿·¤·¤Ê¤¤¥Ð¥°¤ò½¤Àµ(ÅÏÉô¤µ¤ó thanks)¡£
+
 2001-12-14
 
        * src/utils.h: 2¤Ä¤Îʸ»úÎó¤ò·ë¹ç¤·¤Æ alloca ºÑ¤Îʸ»úÎó¤òÊÖ¤¹¥Þ¥¯¥í
 2001-12-14
 
        * src/utils.h: 2¤Ä¤Îʸ»úÎó¤ò·ë¹ç¤·¤Æ alloca ºÑ¤Îʸ»úÎó¤òÊÖ¤¹¥Þ¥¯¥í
diff --git a/NEWS b/NEWS
index 05d0c94ce8f66e27cc85a847bd447b7bd726f296..c2167dbfc4de87179b6ffaa8606ec7a5affc5454 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ Changes of Sylpheed
     * Check connection between IMAP or NNTP server only if access time
       limit is expired.
     * Thai encodings have been supported.
     * Check connection between IMAP or NNTP server only if access time
       limit is expired.
     * Thai encodings have been supported.
+    * Hungarian message catalog has been added.
     * Copy and paste problems have been fixed.
     * Some other bugs have been fixed.
 
     * Copy and paste problems have been fixed.
     * Some other bugs have been fixed.
 
index 221823152f3f320d089fd710cd1b8921b9685166..927323f1bb6b98c4ee0a6b678868d64069022338 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=6
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws91
+EXTRA_VERSION=claws92
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
index e356bab6e81d925f7551a5a7f939b83f49251c92..009eec3e3d12f0bc0fd29f51e522f68b870c5fb4 100644 (file)
@@ -432,8 +432,6 @@ void prefs_account_save_config_all(GList *account_list)
        gchar *rcpath;
        PrefFile *pfile;
 
        gchar *rcpath;
        PrefFile *pfile;
 
-       if (!account_list) return;
-
        rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, ACCOUNT_RC, NULL);
        if ((pfile = prefs_write_open(rcpath)) == NULL) {
                g_free(rcpath);
        rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, ACCOUNT_RC, NULL);
        if ((pfile = prefs_write_open(rcpath)) == NULL) {
                g_free(rcpath);