From e4c8518a7d8cb1798960b0623164630796384b4c Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 30 Jul 2003 01:19:19 +0000 Subject: [PATCH] * src/crash.c * src/main.c o added/moved signal handlers for SIGTERM (normal kill command) and SIGINT (ctl-c) to be used even without --enable-crash-dialog, fixing bug 166 * src/summaryview.c o rewrote menu sensitivity code as per mainwindow.c, fixing bug 227 * src/mainwindow.c o changed sensitivity condition for 'Next new' and 'Next unread', fixing bug 8 --- ChangeLog.claws | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 983a010eb..f2d183eb2 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,18 @@ +2003-07-30 [luke] 0.9.3claws77 + * src/crash.c + * src/main.c + o added/moved signal handlers for SIGTERM (normal kill command) + and SIGINT (ctl-c) to be used even without + --enable-crash-dialog, fixing bug 166 + + * src/summaryview.c + o rewrote menu sensitivity code as per mainwindow.c, fixing + bug 227 + + * src/mainwindow.c + o changed sensitivity condition for 'Next new' and 'Next + unread', fixing bug 8 + 2003-07-29 [alfons] 0.9.3claws76 * src/common/utils.[ch] diff --git a/configure.ac b/configure.ac index 287622f1b..8ab61de44 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=76 +EXTRA_VERSION=77 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else -- 2.25.1