diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-09-08 08:38:53 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-09-08 08:38:53 +0800 |
commit | a3869032425c4f030a3a17b9c10f0fe7b4e5d2a6 (patch) | |
tree | 41cfef5a0c9a8e9652e132c3fd4c4b81b4bdb6a6 | |
parent | 02feb8ec46643345b8125783c4764294cef6bc76 (diff) | |
download | gsoc2013-epiphany-a3869032425c4f030a3a17b9c10f0fe7b4e5d2a6.tar.gz gsoc2013-epiphany-a3869032425c4f030a3a17b9c10f0fe7b4e5d2a6.tar.zst gsoc2013-epiphany-a3869032425c4f030a3a17b9c10f0fe7b4e5d2a6.zip |
Document popup window functionality (bug #145412)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | help/C/epiphany.xml | 13 |
2 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-09-07 Adam Hooper <adamh@cvs.gnome.org> + + * help/C/epiphany.xml: + + Document popup window functionality (bug #145412) + 2004-09-05 Pawan Chitrakar <pawan@nplinux.org> * configure.in: Add "ne" Nepali in ALL_LINGUAS diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 494597d4e..07037aa98 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -614,6 +614,19 @@ text editor. </para> </sect2> + <sect2 id="to-view-popup-windows"> + <title>To View the Page's Popup Windows</title> + <para> + Some web pages automatically open new browser windows when viewed. + These are known as popup windows. To show or hide a page's popup + windows, choose <menuchoice><guimenu>View</guimenu> + <guimenuitem>Popup Windows</guimenuitem>. + </para> + <para> + To set a default popup window behavior for all web pages, see + <xref linkend="privacy-preferences">. + </para> + </sect2> <sect2 id="to-open-link"> <title>To Open Links</title> <para> |