[Aptitude-devel] r3221 - in branches/aptitude-0.3/aptitude: . doc/en doc/en/images
Daniel Burrows
dburrows@costa.debian.org
Sun, 01 May 2005 02:30:14 +0000
Author: dburrows
Date: Sun May 1 02:30:04 2005
New Revision: 3221
Added:
branches/aptitude-0.3/aptitude/doc/en/images/views-tab-bar.png (contents, props changed)
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
Log:
Document the new business with tabs at the top of the display.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sun May 1 02:30:04 2005
@@ -1,5 +1,10 @@
2005-04-30 Daniel Burrows <dburrows@debian.org>
+ * doc/en/aptitude.xml, doc/en/images/views-tab-bar.png:
+
+ Document the business with having tab-bars at the top of the
+ display.
+
* doc/en/aptitude.xml:
Document the new keybindings.
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 Sun May 1 02:30:04 2005
@@ -2158,17 +2158,61 @@
</para>
<para>
- When several views are open at once, you can close the
- current view using &views-close;. To switch to the next or
- previous view, use &views-next; and &views-prev;; you can
- also find a list of all active views in the Views menu.
+ When several views are open at once, a bar listing all the
+ active views will appear at the top of the screen. For
+ instance, if I examine <systemitem>apt</systemitem> by
+ pressing <keycap>Enter</keycap>, then examine
+ <systemitem>libc6</systemitem>, the screen will look
+ something like this:
+ </para>
+
+ <screenshot>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref='images/views-tab-bar.png' format='PNG'/>
+ </imageobject>
+
+ <textobject role='text'>
+<screen> Actions Undo Package Search Options Views Help
+f10: Menu ?: Help q: Quit u: Update g: Download/Install/Remove Pkgs
+ Packages apt info libc6 info
+aptitude 0.3.1
+i A --\ libc6 2.3.2.ds1- 2.3.2.ds1-
+ Description: GNU C Library: Shared libraries and Timezone data
+ Contains the standard libraries that are used by nearly all programs on the
+ system. This package includes shared versions of the standard C library and
+ the standard math library, as well as many others. Timezone data is also
+ included.
+ Priority: required
+ Section: base
+ Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
+ Compressed size: 4901k
+ Uncompressed size: 15.9M
+ Source Package: glibc
+ --\ Depends
+ --- libdb1-compat
+ --\ Suggests
+ --- locales
+ --- glibc-doc
+ --\ Conflicts
+GNU C Library: Shared libraries and Timezone data</screen>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+
+ <para>
+ You can close the current view using &views-close;. To
+ switch to the next or previous view, use &views-next; and
+ &views-prev;, or click on the view's name at the top of the
+ screen; you can also find a list of all active views in the
+ Views menu.
</para>
<para>
- Some commands (for instance, viewing information about a
- package) will create new views automatically; you can also
- explicitly create a new view using &views-new; or
- &views-browse;.
+ As shown above, some commands (for instance, viewing
+ information about a package) will create new views
+ automatically; you can also explicitly create a new view
+ using &views-new; or &views-browse;.
</para>
</section>
Added: branches/aptitude-0.3/aptitude/doc/en/images/views-tab-bar.png
==============================================================================
Binary file. No diff available.