sync with 0.8.1cvs30

This commit is contained in:
Paul Mangan 2002-08-24 08:28:51 +00:00
parent b8e9cbd800
commit 8dfd560c6f
5 changed files with 18 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2002-08-23
* src/alertpanel.c: alertpanel_create(): minor modification.
* modified NEWS.
2002-08-23 2002-08-23
* updated NEWS. * updated NEWS.

View file

@ -1,4 +1,9 @@
2002-08-25 [alfons] 0.8.1claws112 2002-08-24 [paul] 0.8.2claws113
* sync with 0.8.1cvs30
see ChangeLog 2002-08-23
2002-08-24 [alfons] 0.8.1claws112
* src/summaryview.c * src/summaryview.c
remove unnecessary allocations for search bar fixing leaks remove unnecessary allocations for search bar fixing leaks

View file

@ -1,3 +1,8 @@
2002-08-23
* src/alertpanel.c: alertpanel_create(): 少し修正。
* NEWS を修正。
2002-08-23 2002-08-23
* NEWS を构糠。 * NEWS を构糠。

2
NEWS
View file

@ -21,7 +21,7 @@ Changes of Sylpheed
* The '--attach' command line option has been implemented. * The '--attach' command line option has been implemented.
* Automatic cache expiration for News has been implemented. * Automatic cache expiration for News has been implemented.
* Time stamp has been added to the log messages. * Time stamp has been added to the log messages.
* Temporary files are created in home directory. * Temporary files are created under ~/.sylpheed/tmp/.
* Folder and summary view refresh on incorporation has been fixed. * Folder and summary view refresh on incorporation has been fixed.
* The correct FQDN will be returned to server. * The correct FQDN will be returned to server.
* Some major memory leaks have been fixed. * Some major memory leaks have been fixed.

View file

@ -8,7 +8,7 @@ MINOR_VERSION=8
MICRO_VERSION=1 MICRO_VERSION=1
INTERFACE_AGE=0 INTERFACE_AGE=0
BINARY_AGE=0 BINARY_AGE=0
EXTRA_VERSION=claws112 EXTRA_VERSION=claws113
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target dnl set $target