summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2002-01-19 16:39:36 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-01-19 16:39:36 +0000
commit24e0505494f05bf931a9884313cbc0fb43194542 (patch)
tree1c68db719a4d2fc2bc7a5027f0e154f2f3766442
parentbc2b5dfd32eb2d35ff17af5d8483c41ef6a57995 (diff)
downloadyelp-24e0505494f05bf931a9884313cbc0fb43194542.tar.gz
Ooops. Forgot these
-rw-r--r--ChangeLog15
-rw-r--r--configure.in3
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ce507fa..2338a9d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-01-18 Alex Larsson <alexl@redhat.com>
+
+ * configure.in:
+ Add AM_PATH_GLIB_2_0 to get GLIB_GENMARSHAL
+
+ * src/yelp-marshal.list
+ * src/Makefile.am:
+ Generate marshaller files
+
+ * src/yelp-view-toc.[ch]:
+ New url_selected signal.
+
+ * src/yelp-scrollkeeper.c:
+ Fix leak
+
2002-01-17 Alex Larsson <alexl@redhat.com>
* src/yelp-window.c (yw_populate):
diff --git a/configure.in b/configure.in
index c5f623df..0a2af7aa 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,8 @@ AC_HEADER_STDC
AM_PROG_LIBTOOL
AM_PATH_ORBIT2
-
+AM_PATH_GLIB_2_0
+
dnl NOTE : it appears that some systems do not like it when you use line
dnl continuation charactes to split CFLAGS into readable chunks
CFLAGS="$CFLAGS -Wall -Wno-uninitialized -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wsign-promo"