Git commit 629e21becbf87b9eda72209a2a9a4c15fd92da2b by Yuri Chornoivan.
Committed on 06/04/2013 at 16:01.
Pushed by yurchor into branch 'master'.

REVIEW: 109882

Update Okular documentation to the new 'Undo' and 'Redo' features

M  +35   -1    doc/index.docbook

http://commits.kde.org/okular/629e21becbf87b9eda72209a2a9a4c15fd92da2b

diff --git a/doc/index.docbook b/doc/index.docbook
index 52e11c8..f3fb688 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -37,7 +37,7 @@ Context menu actions like Rename Bookmarks etc.)
                        <!-- TRANS:ROLES_OF_TRANSLATORS -->
                </authorgroup>
                <legalnotice>&FDLNotice;</legalnotice>
-               <date>2013-03-02</date>
+               <date>2013-04-06</date>
                <releaseinfo>0.16.60 (&kde; 4.11)</releaseinfo>
                <!-- Abstract about this handbook -->
                <abstract>
@@ -444,6 +444,11 @@ Add a 'Find Previous' entry
                                                or removing annotations could 
not be possible.
                                        </para>
                                </note>
+                               <note>
+                                 <para>
+                                   Any action on annotations (creation and 
removal of annotations, editing arbitrary annotation properties, relocating 
annotations with &Ctrl;+drag, and editing the text contents of an annotation) 
can be <link linkend="edit-undo">undone</link> or <link 
linkend="edit-redo">redone</link> using the corresponding item from the 
<guimenu>Edit</guimenu> menu. It is also possible to undo the action by 
pressing <keycombo>&Ctrl;<keycap>Z</keycap></keycombo> and redo the undone 
action by pressing <keycombo>&Ctrl;&Shift;<keycap>Z</keycap></keycombo>.
+                                 </para>
+                               </note>
                        <sect2 id="annotations-add">
                                <title>Adding annotations</title>
                                <para>
@@ -865,6 +870,35 @@ Add a 'Find Previous' entry
                        <variablelist>
                                <varlistentry>
                                        <term>
+                                         <anchor id="edit-undo"/>
+                                               <menuchoice>
+                                                       <shortcut><keycombo 
action="simul">&Ctrl;<keycap>Z</keycap></keycombo></shortcut>
+                                                       <guimenu>Edit</guimenu>
+                                                       
<guimenuitem>Undo</guimenuitem>
+                                               </menuchoice>
+                                       </term>
+                                       <listitem>
+                                               <para><action>Undo</action> the 
last annotation editing command (creation and removal of annotations, editing 
arbitrary annotation properties, relocating annotations with &Ctrl;+drag, and 
editing the text contents of an annotation).</para>
+                                       </listitem>
+                               </varlistentry>
+                               <varlistentry>
+                                       <term>
+                                         <anchor id="edit-redo"/>
+                                               <menuchoice>
+                                                       <shortcut><keycombo 
action="simul">&Ctrl;&Shift;<keycap>Z</keycap></keycombo></shortcut>
+                                                       <guimenu>Edit</guimenu>
+                                                       
<guimenuitem>Redo</guimenuitem>
+                                               </menuchoice>
+                                       </term>
+                                       <listitem>
+                                         <para><action>Redo</action> the last 
undo step when editing annotations.</para>
+                                       </listitem>
+                               </varlistentry>
+                       </variablelist>
+
+                       <variablelist>
+                               <varlistentry>
+                                       <term>
                                                <menuchoice>
                                                        <shortcut><keycombo 
action="simul">&Ctrl;<keycap>C</keycap></keycombo></shortcut>
                                                        <guimenu>Edit</guimenu>

Reply via email to