From 52c1133489c82a9342be8162867afb1bf9883c68 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 24 Jul 2003 00:44:23 +0000 Subject: [PATCH 1/1] * src/pixmaps/mimeview_gpg_expired.xpm * src/pixmaps/mimeview_gpg_failed.xpm * src/pixmaps/mimeview_gpg_passed.xpm * src/pixmaps/mimeview_text_html.xpm * src/pixmaps/mimeview_image.xpm o all icons the same size * src/mimeview.[ch] o mimeview ctree arranged vertically above the viewer o icons changed to buttons o can use keyboard to select an icon (Enter) o resize icon list to width of icons * src/gtk/gtkvscrollbutton.c o sensitivity of buttons reacts to position --- ChangeLog.claws | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 573cf5baf..9bc958ea7 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,20 @@ +2003-07-23 [luke] 0.9.3claws46 + * src/pixmaps/mimeview_gpg_expired.xpm + * src/pixmaps/mimeview_gpg_failed.xpm + * src/pixmaps/mimeview_gpg_passed.xpm + * src/pixmaps/mimeview_text_html.xpm + * src/pixmaps/mimeview_image.xpm + o all icons the same size + + * src/mimeview.[ch] + o mimeview ctree arranged vertically above the viewer + o icons changed to buttons + o can use keyboard to select an icon (Enter) + o resize icon list to width of icons + + * src/gtk/gtkvscrollbutton.c + o sensitivity of buttons reacts to position + 2003-07-23 [christoph] 0.9.3claws45 * sync with 0.9.3cvs14 (incomplete) diff --git a/configure.ac b/configure.ac index 2f21c61cb..af393b6ab 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=45 +EXTRA_VERSION=46 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws${EXTRA_VERSION} dnl set $target -- 2.25.1