From 164ae73072b867e68f5f843ceb637818e7832895 Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Mon, 4 Mar 2002 21:17:27 +0000 Subject: - updated version to 0.3 - updated deps of libgnome and gtkhtml2 2002-03-04 Mikael Hallendal * configure.in: - updated version to 0.3 - updated deps of libgnome and gtkhtml2 * NEWS: updated for 0.3 --- ChangeLog | 10 +++++++++- NEWS | 22 ++++++++++++++++++++++ configure.in | 6 +++--- 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 + + * configure.in: + - updated version to 0.3 + - updated deps of libgnome and gtkhtml2 + + * NEWS: updated for 0.3 + 2002-03-05 Wang Jian * 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 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) -- cgit v1.2.1