summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-08-23 00:09:55 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-08-23 00:09:55 +0000
commit2a81fa7b1d5ae993a441270bda6a76dc79b0ed4a (patch)
treee4ae05ec02ec65bcff01c4f32f045904232a12dc
parentef06c4eddfb0b3472df014e0f7c8fbe59094e919 (diff)
downloadyelp-YELP_1_0_4.tar.gz
Release 1.0.4YELP_1_0_4
2002-08-23 Mikael Hallendal <micke@codefactory.se> * Release 1.0.4 * configure.in: 1.0.4, updated gtkhtml2 reqs to 2.0.2 * NEWS: Updated for 1.0.4
-rw-r--r--ChangeLog6
-rw-r--r--NEWS11
-rw-r--r--configure.in4
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5f64e6f..2f427b24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-08-23 Mikael Hallendal <micke@codefactory.se>
+ * Release 1.0.4
+
+ * configure.in: 1.0.4, updated gtkhtml2 reqs to 2.0.2
+
+ * NEWS: Updated for 1.0.4
+
* src/yelp-view-content.c:
(yelp_view_content_show_uri): Applied patch from Padraig to fix
focus handling. Fixes #90010.
diff --git a/NEWS b/NEWS
index 5c4b3a13..6dd1d20a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 1.0.4:
+-----------------
+
+* Fixed so that background color isn't always
+ white (Padraig O'Briain)
+* Fixed the desktop file so it validates (Ross Burton)
+* a11y fix (Padraig O'Briain)
+* Fixed bug causing Yelp to hang on certain
+ HTML pages (Mikael Hallendal)
+* Updated translation (el).
+
Changes in 1.0.3:
-----------------
diff --git a/configure.in b/configure.in
index 261e4128..b78775b3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(src/yelp-main.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(yelp, 1.0.3)
+AM_INIT_AUTOMAKE(yelp, 1.0.4)
AC_PROG_INTLTOOL
@@ -83,7 +83,7 @@ dnl <= Check for bzip2 > 1.0.0
if test x$with_html_widget = xgtkhtml1; then
PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-3.0 >= 3.0)
else
- PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-2.0 >= 2.0.1)
+ PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-2.0 >= 2.0.2)
fi
CFLAGS="$HTML_WIDGET_CFLAGS $CFLAGS"