2006-01-16 Crispin Flowerday === Release 1.9.5 === * configure.ac: Updated for 1.9.5. 2006-01-16 Crispin Flowerday * extensions/auto-reload/auto-reload.ephy-extension.in.in: Get the extension description file in the correct format. 2006-01-16 Crispin Flowerday * extensions/adblock/ephy-adblock-extension.c (ephy_adblock_extension_finalize): Another build fix 2006-01-15 Raphael Slinckx * extensions/auto-reload/Makefile.am: * extensions/auto-reload/auto-reload.ephy-extension.in.in: * extensions/auto-reload/auto-reload.xml.in.in: * po/POTFILES.in: Build tools fixes, and translation files 2006-01-15 Christian Persch * m4/gecko.m4: Updated from Epiphany: correct gecko version check if mozilla-config.h includes other files (multi-arch). 2006-01-14 Raphael Slinckx * configure.ac: * extensions/auto-reload/.cvsignore: * extensions/auto-reload/Makefile.am: * extensions/auto-reload/auto-reload.xml.in.in: * extensions/auto-reload/ephy-auto-reload-extension.c: (ephy_auto_reload_extension_init), (ephy_auto_reload_extension_finalize), (ephy_auto_reload_remove_timeout), (ephy_auto_reload_create), (ephy_auto_reload_timeout), (ephy_auto_reload_activate_cb), (update_auto_reload_menu_cb), (impl_attach_window), (impl_detach_window), (impl_attach_tab), (impl_detach_tab), (ephy_auto_reload_extension_iface_init), (ephy_auto_reload_extension_class_init), (ephy_auto_reload_extension_get_type), (ephy_auto_reload_extension_register_type): * extensions/auto-reload/ephy-auto-reload-extension.h: * extensions/auto-reload/extension.c: (register_module): New Extension allowing to auto-reload a webpage automatically. For now it supports only every 3 minutes but can be improved to allow custom refresh intervals. 2006-01-13 Jean-François Rameau * configure.ac: Forgot to remove mozilla directory when configuring adblock extension. 2006-01-09 Jean-François Rameau * extensions/page-info/page-info-dialog.c: (media_info_page_construct), (links_info_page_construct), (forms_info_page_construct): Ellipsizes urls and set a maximum size to urls. Fix #171577. 2006-01-08 Jean-François Rameau * extensions/adblock/Makefile.am: * extensions/adblock/ad-blocker.c: * extensions/adblock/ad-blocker.h: * extensions/adblock/ad-uri-tester.h: * extensions/adblock/ephy-adblock-extension.c: R mozilla/ Adblock extension now uses the new EphyAdblock interface from Epiphany core and listens to content-blocked signal from EphyContentPolicy. The Mozilla part has been removed since it is now Epiphany which controls content blocking through EphyContentPolicy component. Should fix #319561. 2006-01-06 Crispin Flowerday * configure.ac: Remove some bonobo defines 2006-01-01 Christian Persch * configure.ac: Post-release version bump. 2006-01-01 Christian Persch === Release 1.9.4 === * NEWS: * configure.ac: Updated for 1.9.4. * extensions/imagebar/Makefile.am: * extensions/imagebar/ephy-imagebar-extension.c: (ephy_imagebar_extension_init): * extensions/imagebar/mozilla-event.cpp: Make it compile, plus extensive fixes.