Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-08 13:11:18 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-08 13:11:18 (GMT)
commitdbedc68c9c3390f4f8c749daa85f685923f20e17 (patch)
treeea0148a686a68a4a0ce7ed8a97399c61e76eef85 /ChangeLog
parentb16d94919e61b0228950073ade43ace80fb1e1b0 (diff)
Add experimental introspection support. Disabled by default; use
* configure.ac: * libdocument/Makefile.am: * libview/Makefile.am: Add experimental introspection support. Disabled by default; use --enable-introspection to enable it. Bug #569083. svn path=/trunk/; revision=3422
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6a1829..05cdf41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-02-08 Christian Persch <chpe@gnome.org>
+ * configure.ac:
+ * libdocument/Makefile.am:
+ * libview/Makefile.am: Add experimental introspection support.
+ Disabled by default; use --enable-introspection to enable it.
+ Bug #569083.
+
+2009-02-08 Christian Persch <chpe@gnome.org>
+
* libview/Makefile.am: Link libevdocument.la to libevview.la.
2009-02-05 Christian Persch <chpe@gnome.org>