diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-23 08:57:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-23 08:57:13 +0800 |
commit | fc940955d547f283674dd622905a80487258be5c (patch) | |
tree | 7254d79fd46e10c107cb80dd65a5a3e9b092a127 /ChangeLog | |
parent | c1e4873c4e1452b42afc5b2be611d1636979d457 (diff) | |
download | gsoc2013-epiphany-fc940955d547f283674dd622905a80487258be5c.tar gsoc2013-epiphany-fc940955d547f283674dd622905a80487258be5c.tar.gz gsoc2013-epiphany-fc940955d547f283674dd622905a80487258be5c.tar.bz2 gsoc2013-epiphany-fc940955d547f283674dd622905a80487258be5c.tar.lz gsoc2013-epiphany-fc940955d547f283674dd622905a80487258be5c.tar.xz gsoc2013-epiphany-fc940955d547f283674dd622905a80487258be5c.tar.zst gsoc2013-epiphany-fc940955d547f283674dd622905a80487258be5c.zip |
Refactored. Added GECKO_XPCOM_PROGRAM modelled after AC_LANG_PROGRAM but
2006-02-23 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Refactored. Added GECKO_XPCOM_PROGRAM modelled after AC_LANG_PROGRAM
but which produces a program which uses XPCOM; and made
GECKO_CHECK_CONTRACTID use this.
* configure.ac:
Add a check for the gecko typeaheadfind extension. Bug #329118.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-02-23 Christian Persch <chpe@cvs.gnome.org> + + * m4/gecko.m4: + + Refactored. Added GECKO_XPCOM_PROGRAM modelled after AC_LANG_PROGRAM + but which produces a program which uses XPCOM; and made + GECKO_CHECK_CONTRACTID use this. + + * configure.ac: + + Add a check for the gecko typeaheadfind extension. Bug #329118. + 2006-02-22 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-topics-entry.c |