[Aptitude-svn-commit] r4168 - in branches/aptitude-0.3/aptitude: .
doc/en
Daniel Burrows
dburrows at costa.debian.org
Thu Sep 22 06:04:58 UTC 2005
Author: dburrows
Date: Thu Sep 22 06:04:54 2005
New Revision: 4168
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
Log:
Document some of the recently added configuration options.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Thu Sep 22 06:04:54 2005
@@ -1,5 +1,10 @@
2005-09-21 Daniel Burrows <dburrows at debian.org>
+ * doc/en/aptitude.xml:
+
+ Document Aptitude::ProblemResolver::WaitSteps and
+ Aptitude::Spin-Interval.
+
* src/generic/resolver_manager.cc:
Don't hold the lock while calling state_changed(). This avoids
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 Thu Sep 22 06:04:54 2005
@@ -7955,6 +7955,19 @@
</seg>
</seglistitem>
+ <seglistitem id='configProblemResolver-WaitSteps'>
+ <seg><literal>Aptitude::ProblemResolver::WaitSteps</literal></seg>
+ <seg><literal>50</literal></seg>
+ <seg>
+ The number of resolver steps to perform in the
+ foreground before moving the resolution to the
+ background thread. &aptitude; will be unresponsive
+ while this computation takes place; decreasing this
+ value will make the program more responsive, but may
+ cause the progress indicator to appear unnecessarily.
+ </seg>
+ </seglistitem>
+
<seglistitem id='configSuggests-Important'>
<seg><literal>Aptitude::Suggests-Important</literal></seg>
@@ -7982,6 +7995,18 @@
</seg>
</seglistitem>
+ <seglistitem id='configSpin-Interval'>
+ <seg><literal>Aptitude::Spin-Interval</literal></seg>
+
+ <seg><literal>500</literal></seg>
+
+ <seg>
+ The number of milliseconds to delay in between
+ updating the <quote>spinner</quote> that appears while
+ the problem resolver is running.
+ </seg>
+ </seglistitem>
+
<seglistitem id='configTrack-Dselect-State'>
<seg><literal>Aptitude::Track-Dselect-State</literal></seg>
More information about the Aptitude-svn-commit
mailing list