From: Paul Mangan Date: Sun, 21 Apr 2002 18:25:38 +0000 (+0000) Subject: sync with 0.7.5 X-Git-Tag: rel_0_7_5~25 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=dbc817965cde5e16f4330b185fdfa21784f9eb87 sync with 0.7.5 --- diff --git a/AUTHORS b/AUTHORS index 9304e5edd..c31516e69 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ claws-branch (http://sylpheed-claws.sourceforge.net) Christoph Hohmann Alfons Hoogervorst Darko Koruga + Colin Leroy Paul Mangan Carsten Schurig Sergey Vlasov @@ -38,6 +39,10 @@ user manuals Yoichi Imai (Japanese) Paul Kater (English) +application icon + + WAKAI Kazunao + contributors (beside the above; based on Changelog) Alte @@ -84,7 +89,7 @@ contributors (beside the above; based on Changelog) Nishika shigeri Tajiri - Kazunao Wakai + WAKAI Kazunao Rodrigo Dias Arruda Senra Fabio Junior Beneditto Satoshi Nagayasu @@ -132,7 +137,6 @@ contributors (beside the above; based on Changelog) Oliver Haertel Bob Forsman Ville Skyttä - Colin Leroy Wilbert Berendsen Bob Woodside Stefaan Eeckels diff --git a/ChangeLog b/ChangeLog index d4d6b0464..e9f4c408f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-04-21 + + * version 0.7.5 + +2002-04-21 + + * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!). + 2002-04-21 * src/summaryview.c: summary_show(): fixed a bug that didn't process diff --git a/ChangeLog.claws b/ChangeLog.claws index 69a23fc97..4b812d829 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,4 +1,9 @@ -2002-04-22 [alfons] +2002-04-21 [paul] 0.7.4claws90 + + * sync with 0.7.5 release + see ChangeLog entry 2002-04-21 + +2002-04-21 [alfons] * src/Makefile.am add colin's new pixmaps to EXTRA_DIST diff --git a/ChangeLog.jp b/ChangeLog.jp index 77bd73d80..744488ca1 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,11 @@ +2002-04-21 + + * version 0.7.5 + +2002-04-21 + + * sylpheed*.png: ¼ã°æ¤µ¤ó¤Ë¤è¤ë¿·¤·¤¤ app ¥¢¥¤¥³¥ó¤òÄɲÃ(thanks!)¡£ + 2002-04-21 * src/summaryview.c: summary_show(): »Ä¤Ã¤¿¥Þ¡¼¥¯¤ò½èÍý¤·¤Ê¤¤¥Ð¥°¤ò diff --git a/Makefile.am b/Makefile.am index 5c46e6310..793d3210b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,14 +4,16 @@ EXTRA_DIST = \ ChangeLog.jp \ INSTALL.jp \ README.jp \ + ChangeLog.claws \ README.claws \ TODO.jp \ sylpheed.desktop \ sylpheed.spec \ sylpheed.spec.in \ - autogen.sh \ sylpheed.png \ - ChangeLog.claws + sylpheed-128x128.png \ + sylpheed-64x64.png \ + autogen.sh if SYLPHEED_GNOME pixmapdir=$(gnomedir)/share/pixmaps diff --git a/NEWS b/NEWS index 7ee286760..50a8d7cbf 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Changes of Sylpheed * Displayed newsgroup names are now abbreviated. * The timeout of DNS lookup has been implemented. * 'Ctrl-Enter' shortcut now works even if Num Lock is on. + * The new application icon has been added. * New message checking on IMAP or news server will be aborted immediately if some errors occurred. * Some menu items have been modified. diff --git a/ac/Makefile.am b/ac/Makefile.am index 08d9a7e7d..b0273d6c9 100644 --- a/ac/Makefile.am +++ b/ac/Makefile.am @@ -4,4 +4,8 @@ MACROS = \ gnupg-check-typedef.m4 \ pspell.m4 -EXTRA_DIST = $(MACROS) +EXTRA_DIST = $(MACROS) \ + missing/gdk-pixbuf.m4 \ + missing/gettext.m4 \ + missing/gpgme.m4 \ + missing/imlib.m4 diff --git a/configure.in b/configure.in index 0a9e8376f..99a97e5e1 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=7 MICRO_VERSION=4 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws89 +EXTRA_VERSION=claws90 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/sylpheed-128x128.png b/sylpheed-128x128.png new file mode 100644 index 000000000..624d8cb17 Binary files /dev/null and b/sylpheed-128x128.png differ diff --git a/sylpheed-64x64.png b/sylpheed-64x64.png new file mode 100644 index 000000000..b8c7b8738 Binary files /dev/null and b/sylpheed-64x64.png differ diff --git a/sylpheed.png b/sylpheed.png index e60c304a4..f55c8eb32 100644 Binary files a/sylpheed.png and b/sylpheed.png differ