From 61f1dcadb9567d95440a6b0f4ea0863401c2934e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 12 Jul 2003 11:12:24 +0000 Subject: Very simple plugin framework, unused for now. We will start making 2003-07-12 Marco Pesenti Gritti * configure.in: * plugins/.cvsignore: * plugins/Makefile.am: * plugins/sample/.cvsignore: * plugins/sample/Makefile.am: * plugins/sample/sample.c: (bmks_changed), (plugin_init), (plugin_exit): * src/Makefile.am: * src/ephy-plugin.c: (ephy_plugin_get_type), (ephy_plugin_new), (ephy_plugin_load), (ephy_plugin_unload), (ephy_plugin_class_init), (ephy_plugin_init), (ephy_plugin_finalize): * src/ephy-plugin.h: * src/ephy-shell.c: (ephy_shell_load_plugins), (ephy_shell_init), (ephy_shell_finalize): Very simple plugin framework, unused for now. We will start making something useful with it only post 1.0 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a3f06777..4d1295d0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2003-07-12 Marco Pesenti Gritti + + * configure.in: + * plugins/.cvsignore: + * plugins/Makefile.am: + * plugins/sample/.cvsignore: + * plugins/sample/Makefile.am: + * plugins/sample/sample.c: (bmks_changed), (plugin_init), + (plugin_exit): + * src/Makefile.am: + * src/ephy-plugin.c: (ephy_plugin_get_type), (ephy_plugin_new), + (ephy_plugin_load), (ephy_plugin_unload), (ephy_plugin_class_init), + (ephy_plugin_init), (ephy_plugin_finalize): + * src/ephy-plugin.h: + * src/ephy-shell.c: (ephy_shell_load_plugins), (ephy_shell_init), + (ephy_shell_finalize): + + Very simple plugin framework, unused for now. + We will start making something useful with it only post 1.0 + 2003-07-12 Wang Jian * configure.in: Added "zh_CN" to ALL_LINGUAS. -- cgit