sync with 0.8.2cvs11

This commit is contained in:
Paul Mangan 2002-09-06 09:56:18 +00:00
parent 6fb7fedb35
commit a1f9bb9505
5 changed files with 20 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-09-06
* src/prefs_common.c: corrected English.
2002-09-06
* src/prefs_common.[ch]: added an option: "Mark messages as read

View file

@ -1,3 +1,13 @@
2002-09-06 [paul] 0.8.2claws30
* src/prefs_common.c
sync with 0.8.2cvs11, see ChangeLog 2002-09-06
* tools/Makefile.am
tools/README
tools/ldif-to-xml.py ** REMOVED **
remove obsolete python script
2002-09-06 [paul] 0.8.2claws29
* sync with 0.8.2cvs10

View file

@ -1,3 +1,7 @@
2002-09-06
* src/prefs_common.c: 英語を訂正。
2002-09-06
* src/prefs_common.[ch]: オプション「新規ウィンドウで開いたときのみ

View file

@ -8,7 +8,7 @@ MINOR_VERSION=8
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws29
EXTRA_VERSION=claws30
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -2633,7 +2633,7 @@ static void prefs_interface_create(void)
PACK_CHECK_BUTTON
(vbox2, checkbtn_mark_as_read_on_newwin,
_("Mark message as read only when opened in new window"));
_("Only mark message as read when opened in new window"));
PACK_CHECK_BUTTON
(vbox2, checkbtn_openinbox,