diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-02 23:19:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-02 23:19:45 +0800 |
commit | ff7bd3f6af7667231de441eb6849307367b26da3 (patch) | |
tree | 2f597ae98363c00155c8b81d1e48d1abd5e14236 | |
parent | 37cc7f0bb5f9e4e7257ff9b7106dd92467590d43 (diff) | |
download | gsoc2013-epiphany-ff7bd3f6af7667231de441eb6849307367b26da3.tar gsoc2013-epiphany-ff7bd3f6af7667231de441eb6849307367b26da3.tar.gz gsoc2013-epiphany-ff7bd3f6af7667231de441eb6849307367b26da3.tar.bz2 gsoc2013-epiphany-ff7bd3f6af7667231de441eb6849307367b26da3.tar.lz gsoc2013-epiphany-ff7bd3f6af7667231de441eb6849307367b26da3.tar.xz gsoc2013-epiphany-ff7bd3f6af7667231de441eb6849307367b26da3.tar.zst gsoc2013-epiphany-ff7bd3f6af7667231de441eb6849307367b26da3.zip |
Removed references to removed files.
2004-12-02 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
Removed references to removed files.
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | doc/reference/Makefile.am | 10 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 2 |
3 files changed, 26 insertions, 10 deletions
@@ -2,6 +2,30 @@ * doc/reference/Makefile.am: + Removed references to removed files. + +2004-12-02 Christian Persch <chpe@cvs.gnome.org> + + * embed/ephy-history.c: (ephy_history_class_init): + * embed/ephy-history.h: + * embed/mozilla/EphyHistoryListener.cpp: + * embed/mozilla/EphyHistoryListener.h: + * embed/mozilla/EphyUtils.cpp: + * embed/mozilla/EphyUtils.h: + * embed/mozilla/GlobalHistory.cpp: + * embed/mozilla/GlobalHistory.h: + * embed/mozilla/Makefile.am: + * src/bookmarks/ephy-bookmarks.c: (redirect_cb), + (ephy_setup_history_notifiers): + * src/ephy-window.c: (confirm_close_with_modified_forms), + (ensure_window_group), (ephy_window_init): + + Update bookmarks from HTTP 301. Fixes bug #126312. + +2004-12-02 Christian Persch <chpe@cvs.gnome.org> + + * doc/reference/Makefile.am: + Downgrade automake requirement to 1.8. 2004-12-01 Christian Persch <chpe@cvs.gnome.org> diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 355ca7da1..2f9199871 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -32,7 +32,6 @@ CFILE_GLOB=$(top_srcdir)/lib/*.c IGNORE_HFILES = \ config.h \ eel-gconf-extensions.h \ - ephy-bonobo-extensions.h \ ephy-debug.h \ ephy-dialog.h \ ephy-dnd.h \ @@ -48,10 +47,7 @@ IGNORE_HFILES = \ ephy-state.h \ ephy-stock-icons.h \ ephy-string.h \ - ephy-thread-helpers.h \ ephy-zoom.h \ - ephy-arrow-toolbutton.h \ - ephy-label.h \ ephy-location-entry.h \ ephy-node-view.h \ ephy-search-entry.h \ @@ -72,16 +68,11 @@ IGNORE_HFILES = \ ephy-history.h \ find-dialog.h \ print-dialog.h \ - BaseProtocolContentHandler.h \ - BaseProtocolHandler.h \ ContentHandler.h \ EphyAboutRedirector.h \ EphyBrowser.h \ - EphyEventListener.h \ EphyHeaderSniffer.h \ EventContext.h \ - ExternalProtocolHandlers.h \ - ExternalProtocolService.h \ FilePicker.h \ GlobalHistory.h \ GtkNSSClientAuthDialogs.h \ @@ -131,7 +122,6 @@ IGNORE_HFILES = \ ephy-statusbar.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ - language-editor.h \ pdm-dialog.h \ popup-commands.h \ ppview-toolbar.h \ diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 7279ec5af..4704d52ef 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -177,6 +177,8 @@ be done by casting). @: @: @: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> |