From 7551889f8ed2e4e387fe5dc20e3712e448254e66 Mon Sep 17 00:00:00 2001 From: Tristan Chabredier Date: Tue, 8 Nov 2005 15:11:21 +0000 Subject: [PATCH] 2005-11-08 [wwp] 1.9.100cvs2 * src/main.c renamed some occurrences of "Sylpheed" to "Sylpheed-Claws" --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/main.c | 6 +++--- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9fd90e131..7f15d626a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-08 [wwp] 1.9.100cvs2 + + * src/main.c + renamed some occurrences of "Sylpheed" to "Sylpheed-Claws" + 2005-11-08 [wwp] 1.9.100cvs1 * src/main.c diff --git a/PATCHSETS b/PATCHSETS index fbe8dd72d..b084c5cae 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -985,3 +985,4 @@ ( cvs diff -u -r 1.17.2.21 -r 1.17.2.22 src/send_message.c; ) > 1.9.99cvs16.patchset ( cvs diff -u -r 1.13.2.3 -r 1.13.2.4 src/addritem.c; cvs diff -u -r 1.12.2.5 -r 1.12.2.6 src/ldif.c; ) > 1.9.99cvs17.patchset ( cvs diff -u -r 1.115.2.65 -r 1.115.2.66 src/main.c; ) > 1.9.100cvs1.patchset +( cvs diff -u -r 1.115.2.66 -r 1.115.2.67 src/main.c; ) > 1.9.100cvs2.patchset diff --git a/configure.ac b/configure.ac index a91d6435f..ed0b3a11f 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=100 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=1 +EXTRA_VERSION=2 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/main.c b/src/main.c index 3b35b587e..ea961d78d 100644 --- a/src/main.c +++ b/src/main.c @@ -315,7 +315,7 @@ int main(int argc, char *argv[]) } if (cmd.status || cmd.status_full) { - puts("0 Sylpheed not running."); + puts("0 Sylpheed-Claws not running."); lock_socket_remove(); return 0; } @@ -478,7 +478,7 @@ int main(int argc, char *argv[]) /* if Sylpheed crashed, rebuild caches */ if (!cmd.crash && crash_file_present) { - debug_print("Sylpheed crashed, checking for new messages in local folders\n"); + debug_print("Sylpheed-Claws crashed, checking for new messages in local folders\n"); folder_item_update_thaw(); folderview_check_new(NULL); folder_clean_cache_memory_force(); @@ -907,7 +907,7 @@ static gint prohibit_duplicate_launch(void) /* remote command mode */ - debug_print("another Sylpheed is already running.\n"); + debug_print("another Sylpheed-Claws instance is already running.\n"); if (cmd.receive_all) fd_write_all(uxsock, "receive_all\n", 12); -- 2.25.1