aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e6f1fca5..d42125fec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-15 Kjartan Maraas <kmaraas@gnome.org>
+
+ * NEWS: Fix a typo.
+ * configure.ac: Fix intltool req.
+
2006-08-13 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-print-utils.c:
diff --git a/NEWS b/NEWS
index ca9c02d55..85e857c25 100644
--- a/NEWS
+++ b/NEWS
@@ -2387,7 +2387,7 @@ Bug fixes
* Unescape mailto: addresses (Christian) [#144462]
* Fix filename encoding for print-to-file (Christian)
* Depend on libgnomeui >= 2.6.0 (Christian) [#145776]
- * Make print and print setup go trough nsIPrintingPromptService (Christian,
+ * Make print and print setup go through nsIPrintingPromptService (Christian,
backported from HEAD)
* Fix print-to-file filechooser modality (Christian) [#147628]
* Fix mem leaks in gtk NSS dialogues (Christian, ported from galeon)
diff --git a/configure.ac b/configure.ac
index 52b390187..a94ced089 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_HEADER_STDC
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
-IT_PROG_INTLTOOL([0.35])
+IT_PROG_INTLTOOL([0.35.0])
PKG_PROG_PKG_CONFIG