aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
-rw-r--r--configure.in2
-rw-r--r--libsylph/libsylph-0.def4
-rw-r--r--nsis/sylpheed-defs.nsh2
5 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 45d002ae..00286690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-07-27
+ * version 3.3.0beta1
+
+2012-07-27
+
* src/export.c: pass the opened FolderItem when 'Export only selected
messages' is enabled.
diff --git a/NEWS b/NEWS
index 2384de04..4ab0aec4 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Changes of Sylpheed
* The option 'Toggle attachment list view with tab' and 'Show attached
files first on message view' were added at 'Common preferences -
Display - Attachment'.
+ * 'Export only selected messages' option was added to the message export
+ dialog.
+ * The import/export of messages became cancellable.
* config.rpath and install-sh script in the tarball were updated.
* IMAP FETCH command response parser was fixed.
diff --git a/configure.in b/configure.in
index 69fd7487..fa2e28d4 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@ BUILD_REVISION=1138
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
-dnl DEVEL_VERSION=1
+DEVEL_VERSION=1
dnl set $target
AC_CANONICAL_SYSTEM
diff --git a/libsylph/libsylph-0.def b/libsylph/libsylph-0.def
index 8ff563a2..325ecac4 100644
--- a/libsylph/libsylph-0.def
+++ b/libsylph/libsylph-0.def
@@ -704,3 +704,7 @@ EXPORTS
sock_info_connect @ 702
sock_info_connect_async_thread @ 703
sock_info_connect_async_thread_wait @ 704
+ folder_set_ui_func2 @ 705
+ folder_get_ui_func2 @ 706
+ folder_call_ui_func2 @ 707
+ export_msgs_to_mbox @ 708
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh
index 1db8f7da..d53f1070 100644
--- a/nsis/sylpheed-defs.nsh
+++ b/nsis/sylpheed-defs.nsh
@@ -1,7 +1,7 @@
;!define SYLPHEED_PRO
!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.2"
+!define PRODUCT_VERSION "3.3beta1"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"