summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-10-21 12:56:14 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-10-21 12:56:14 +0000
commitaf5da36ad90f03b70af2c4d5675982aaf8056336 (patch)
treeb982c6d551f5f9c69eb70b93885b14de8b5c8b6a
parentbd6f1d71abc763b2bb07cc842e19b5fb06e33f41 (diff)
downloadyelp-af5da36ad90f03b70af2c4d5675982aaf8056336.tar.gz
Released 2.1.1
2002-10-21 Mikael Hallendal <micke@codefactory.se> * Released 2.1.1 * NEWS: updated for 2.1.1 * configure.in: - bumped version to 2.1.1 - depend on gtkhtml2 2.1.1
-rw-r--r--ChangeLog27
-rw-r--r--NEWS10
-rw-r--r--configure.in4
3 files changed, 31 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index bb56eff7..06a6ecb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-10-21 Mikael Hallendal <micke@codefactory.se>
+
+ * Released 2.1.1
+
+ * NEWS: updated for 2.1.1
+
+ * configure.in:
+ - bumped version to 2.1.1
+ - depend on gtkhtml2 2.1.1
+
2002-10-21 Richard Hult <rhult@codefactory.se>
* src/yelp-view-content.c (content_show_uri): Ditto.
@@ -52,23 +62,24 @@
2002-10-08 Paolo Maggi <maggi@athena.polito.it>
* src/yelp-window.[ch]: YelpWindow is now inherited from GnomeApp.
- The window title is now "title - Help Browser", instead of
- "Help Browser:title", in this way you can see in the tasklist applet
- the name of the loaded page.
- Removed the gconf stuff since is no more needed.
- Note that Yelp still does not monitor menus_have_icons gconf key
+ The window title is now "title - Help Browser", instead of
+ "Help Browser:title", in this way you can see in the tasklist
+ applet the name of the loaded page. Removed the gconf stuff
+ since is no more needed. Note that Yelp still does not monitor
+ menus_have_icons gconf key
* src/yelp-view-content.c (content_show_uri): set the loading page
- title to "Loading...", instead of ".."
+ title to "Loading...", instead of ".."
- * src/yelp-view-index.c (index_show_uri): ditto
+ * src/yelp-view-index.c:
+ (index_show_uri): ditto
(set_relation): removed since no more needed
(yelp_view_index_new): add an accellerator to "Search for:"
2002-10-04 Marius Andreiana <mandreiana@yahoo.com>
* stylesheets/yelp-customization.xsl: made translatable the
- following strings: Next,Previous,Contents,About This Document
+ following strings: Next,Previous,Contents,About This Document
* stylesheets/l10n.xml: added strings Next,Previous,Contents
2002-10-04 Mikael Hallendal <micke@codefactory.se>
diff --git a/NEWS b/NEWS
index bf1e2e10..3e2bd532 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in 2.1.1:
+-----------------
+
+* i18n fixes to stylesheets (Paolo Maggi)
+* Use GnomeApp instead of GtkWindow (Paolo Maggi)
+* Fix crash when loading external files (Mikael Hallendal,
+ Paolo Maggi)
+* Support 'yelp index:' to show index page (Mikael Hallendal)
+* Updated hungarian translation (Andras Timar)
+
Changes in 2.1.0:
-----------------
diff --git a/configure.in b/configure.in
index 137d83b3..648f20ae 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, 2.1.0)
+AM_INIT_AUTOMAKE(yelp, 2.1.1)
AC_PROG_INTLTOOL
@@ -92,7 +92,7 @@ AC_SUBST(POPT_LIBS)
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.2)
+ PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-2.0 >= 2.1.1)
fi
CFLAGS="$HTML_WIDGET_CFLAGS $CFLAGS"