2004-11-28 Vincent Untz * src/bookmarks/ephy-bookmarksbar-model.c: (impl_get_item_id): Fixes leak. 2004-11-28 Christian Persch * src/ephy-notebook.c: (ephy_notebook_add_tab): Revert the earlier patch: don't emit tabs-reordered when the tab-added signal handler reordered the tab, since ephy_notebook_move_tab does it already. 2004-11-26 Christian Persch * lib/egg/Makefile.am: R lib/egg/eggmarshalers.c: R lib/egg/eggmarshalers.h: Don't put auto-generated files in cvs. 2004-11-26 Christian Persch * src/ephy-shell.c: (ephy_shell_new_tab): Don't move the window, just show it. Fixes bug #158923. 2004-11-25 Christian Persch * data/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: Build auto-generated files in builddir, not in srcdir. 2004-11-25 Christian Persch * embed/Makefile.am: * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Fix out-of-srcdir build. 2004-11-24 Christian Persch * configure.in: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: Adapt to changing mozilla API here. Thanks to Crispin for the patch (adapted from galeon). 2004-11-22 Christian Persch * embed/mozilla/EventContext.cpp: Fix string comparisions. 2004-11-22 Christian Persch * embed/mozilla/EventContext.cpp: Fix missing 'else if' and a superflous failure check. 2004-11-21 Christian Persch * src/ephy-notebook.c: (ephy_notebook_add_tab): If the signal handler for tab-added reordered the tabs, emit the tabs-reordered signal. 2004-11-19 Christian Persch * embed/mozilla/EphyBrowser.cpp: Use the dom window from the event. 2004-11-19 Christian Persch * configure.in: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Add --disable-filepicker to use when the mozilla build itself has native gtk+ filepicker. 2004-11-18 Christian Persch * embed/mozilla/ContentHandler.cpp: Fix opening of content when not downloading automatically. Fixes bug #158466. 2004-11-18 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: Disallow favicon links from subframes. * embed/mozilla/mozilla-embed-single.cpp: Include stdlib.h. 2004-11-17 Christian Persch * embed/mozilla/EphyAboutRedirector.cpp: Retain original uri. 2004-11-17 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453. 2004-11-16 Christian Persch * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: More cruft exorcised. 2004-11-16 Christian Persch * embed/ephy-embed.c: (ephy_embed_show_page_certificate): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Add ephy_embed_show_page_certificate () (merged from HEAD). 2004-11-14 Christian Persch * configure.in: Post-release version bump. 2004-11-14 Christian Persch === Release 1.4.5 === * NEWS: Updated for 1.4.5. * doc/reference/tmpl/ephy-embed.sgml: Updated. * src/window-commands.c: Fix includes. 2004-11-14 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/Makefile.am: Check favicon urls with script sec manager and content policy.