From 813838190a73eac1b40e1f547e14388cd35345f5 Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Mon, 6 Jan 2003 19:53:32 +0000 Subject: [PATCH] 0.8.8claws56 * src/mainwindow.c * src/prefs_gtk.[ch] * src/gtk/prefswindow.[ch] * src/plugins/spamassassin/spamassassin_gtk.c o remove page management from prefswindow, pages will be an argument to prefswindow_open o prefswindow_open gets a datapointer that is passed to the widget_create function to allow creation of prefswindow for specific items --- ChangeLog.claws | 16 ++++++++++++++-- configure.in | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 84745a14b..4c270cb15 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,10 +1,22 @@ -2003-01-06 [colin] 0.8.8claws55 +2003-01-06 [christoph] 0.8.8claws56 + + * src/mainwindow.c + * src/prefs_gtk.[ch] + * src/gtk/prefswindow.[ch] + * src/plugins/spamassassin/spamassassin_gtk.c + o remove page management from prefswindow, pages + will be an argument to prefswindow_open + o prefswindow_open gets a datapointer that is + passed to the widget_create function to allow + creation of prefswindow for specific items + +2003-01-06 [colin] 0.8.8claws55 * src/summaryview.c We don't want regexp in the reply-finder, because MIDs can contain !,$,. and so on -2003-01-06 [jens] 0.8.8claws54 +2003-01-06 [jens] 0.8.8claws54 * src/jpilot.c fixed a wrong free in jpilot_read_db_files diff --git a/configure.in b/configure.in index 870511590..f8ceb0e00 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws55 +EXTRA_VERSION=claws56 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target -- 2.25.1