[Aptitude-svn-commit] r3895 - in branches/aptitude-0.3/aptitude: . doc/en

Daniel Burrows dburrows at costa.debian.org
Wed Aug 17 18:01:56 UTC 2005


Author: dburrows
Date: Wed Aug 17 18:01:52 2005
New Revision: 3895

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
Log:
Document SearchBack.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Wed Aug 17 18:01:52 2005
@@ -1,5 +1,9 @@
 2005-08-17  Daniel Burrows  <dburrows at debian.org>
 
+	* doc/en/aptitude.xml:
+
+	  Document SearchBack and that '\' is no longer ReSearch.
+
 	* src/vscreen/vscreen.cc:
 
 	  Fix the definition of ReSearch.

Modified: branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/en/aptitude.xml	(original)
+++ branches/aptitude-0.3/aptitude/doc/en/aptitude.xml	Wed Aug 17 18:01:52 2005
@@ -35,6 +35,7 @@
   <!ENTITY package-changelog "<menuchoice><shortcut><keycap>C</keycap></shortcut><guimenu>package</guimenu><guimenuitem>Changelog</guimenuitem></menuchoice>">
 
   <!ENTITY search-find "<menuchoice><shortcut><keycap>/</keycap></shortcut><guimenu>Search</guimenu><guimenuitem>Find</guimenuitem></menuchoice>">
+  <!ENTITY search-find-back "<menuchoice><shortcut><keycap>/</keycap></shortcut><guimenu>Search</guimenu><guimenuitem>Find Backwards</guimenuitem></menuchoice>">
   <!ENTITY search-refind "<menuchoice><shortcut><keycap>\</keycap></shortcut><guimenu>Search</guimenu><guimenuitem>Find Again</guimenuitem></menuchoice>">
   <!ENTITY search-limit "<menuchoice><shortcut><keycap>l</keycap></shortcut><guimenu>Search</guimenu><guimenuitem>Limit Display</guimenuitem></menuchoice>">
   <!ENTITY search-unlimit "<menuchoice><shortcut><keycap>l</keycap></shortcut><guimenu>Search</guimenu><guimenuitem>Un-Limit Display</guimenuitem></menuchoice>">
@@ -873,9 +874,10 @@
 
 	<tip>
 	  <para>
-	    You can repeat the last search by pressing
-	    <keycap>n</keycap> or <keycap>\</keycap> after closing the
-	    search window.
+	    You can search backwards in the package list by pressing
+	    <keycap>\</keycap>, and you can repeat the last search by
+	    pressing <keycap>n</keycap> after closing the search
+	    window.
 	  </para>
 	</tip>
 
@@ -1933,8 +1935,19 @@
 		    <entry>&search-find;</entry>
 
 		    <entry>
-		      Find the first package matching a search pattern
-		      (see <xref linkend='secSearchPatterns'/>).
+		      Find the next package in the package list that
+		      matches a search pattern (see <xref
+		      linkend='secSearchPatterns'/>).
+		    </entry>
+		  </row>
+
+		  <row>
+		    <entry>&search-find-back;</entry>
+
+		    <entry>
+		      Find the previous package in the package list
+		      that matches a search pattern (see <xref
+		      linkend='secSearchPatterns'/>).
 		    </entry>
 		  </row>
 
@@ -5245,7 +5258,7 @@
 
 	      <row>
 		<entry><literal>ReSearch</literal></entry>
-		<entry><literal>\,n</literal></entry>
+		<entry><literal>n</literal></entry>
 		<entry>
 		  Repeats the last search.
 		</entry>
@@ -5289,6 +5302,15 @@
 	      </row>
 
 	      <row>
+		<entry><literal>SearchBack</literal></entry>
+		<entry><literal>\</literal></entry>
+		<entry>
+		  Activate the <quote>search backwards</quote> function of the
+		  currently active interface element.
+		</entry>
+	      </row>
+
+	      <row>
 		<entry><literal>SearchBroken</literal></entry>
 		<entry><literal>b</literal></entry>
 		<entry>



More information about the Aptitude-svn-commit mailing list