summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS22
-rw-r--r--configure.in6
3 files changed, 34 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 63acd0ec..6112b645 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-04 Mikael Hallendal <micke@codefactory.se>
+
+ * configure.in:
+ - updated version to 0.3
+ - updated deps of libgnome and gtkhtml2
+
+ * NEWS: updated for 0.3
+
2002-03-05 Wang Jian <lark@linux.net.cn>
* configure.in: Added "zh_CN" to ALL_LINGUAS.
@@ -295,7 +303,7 @@
(yelp_view_toc_start): only write section topic for important
documents if there is any documents installed in that section.
- * src/yelp-util.c: (yelp_util_extract_docpath_from_uri):
+ * src/yelp-util.c (yelp_util_extract_docpath_from_uri):
- Also work for sgml documents.
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt>
diff --git a/NEWS b/NEWS
index e69de29b..c9536dcf 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,22 @@
+Changes in 0.3:
+---------------
+
+* gnome-help symlink (Alex Larsson)
+* history fixes (Me)
+* Added support for index search (Me)
+* Changed strings suggested by Calum (Me)
+* Added Go menu with toolbar alternatives (Me)
+* Lots of bugfixes (Me)
+* Updated translations (Christian Rose,
+ Ole Laursen,
+ Tõivo Leedjärv,
+ Zbigniew Chyla,
+ Hasbullah Bin Pit,
+ Simos Xenitellis,
+ Fatih Demir,
+ Stanislav Visnovsky,
+ Christian Meyer,
+ Kenneth Rohde Christiansen,
+ Kjartan Maraas,
+ Wang Jian,
+ Pablo Saratxaga)
diff --git a/configure.in b/configure.in
index 67e096e8..33df1b3e 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, 0.2.99)
+AM_INIT_AUTOMAKE(yelp, 0.3)
AC_PROG_INTLTOOL
@@ -38,9 +38,9 @@ else
fi
AC_DEFINE_UNQUOTED(GNOMELOCALEDIR, "$GNOMELOCALEDIR")
-PKG_CHECK_MODULES(YELP, libgtkhtml-2.0 >= 1.99.2 \
+PKG_CHECK_MODULES(YELP, libgtkhtml-2.0 >= 1.99.3 \
gnome-vfs-2.0 >= 1.1 \
- libgnome-2.0 >= 1.112.0 \
+ libgnome-2.0 >= 1.112.1 \
libgnomeui-2.0 >= 1.103.0 \
libbonobo-2.0 >= 1.108.0)