diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-13 17:07:08 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-13 17:07:08 +0800 |
commit | 42d8a8cb91e46a1ac29334c054ac95c5cfc9a348 (patch) | |
tree | 1a866ff0a076494805766a2f0834be80c5824cc2 /ChangeLog | |
parent | 9f70e82e7fd4d8888f55c63cf3eb911d27b0fbec (diff) | |
download | gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.gz gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.bz2 gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.lz gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.xz gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.tar.zst gsoc2013-epiphany-42d8a8cb91e46a1ac29334c054ac95c5cfc9a348.zip |
Add plugins dir
2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>
* Makefile.am:
Add plugins dir
* plugins/sample/Makefile.am:
* plugins/sample/sample.c: (window_focus_in_cb):
Make it compile with not installed headers
* src/Makefile.am:
Remove an obsolete include dir
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,6 +1,21 @@ 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> * Makefile.am: + + Add plugins dir + + * plugins/sample/Makefile.am: + * plugins/sample/sample.c: (window_focus_in_cb): + + Make it compile with not installed headers + + * src/Makefile.am: + + Remove an obsolete include dir + +2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> + + * Makefile.am: * configure.in: * embed/Makefile.am: * embed/ephy-embed-shell.c: (ephy_embed_shell_get_favicon_cache), |