[Aptitude-svn-commit] r4311 - branches/aptitude-0.3/aptitude

Daniel Burrows dburrows at costa.debian.org
Tue Sep 27 16:55:28 UTC 2005


Author: dburrows
Date: Tue Sep 27 16:55:27 2005
New Revision: 4311

Modified:
   branches/aptitude-0.3/aptitude/TODO
Log:
Delete TODO items that are either resolver or post-0.4; add a simple TODO item.

Modified: branches/aptitude-0.3/aptitude/TODO
==============================================================================
--- branches/aptitude-0.3/aptitude/TODO	(original)
+++ branches/aptitude-0.3/aptitude/TODO	Tue Sep 27 16:55:27 2005
@@ -1,61 +1,22 @@
   0.3 branch ideas
    - Fix use of $HOME, $HOME/.../.tmp
 
+   - Add easy button to search name+description
+
    - Replace the horrible download interface with classes that
      manage updates and downloads.
 
-   - Split the resolver to another thread
-
-   - Find out why the resolver currently doesn't converge on a
-     solution that keeps all packages at their current versions.
-     (at all!)
-
-   - Eliminate all sub-main-loops using threads and continuation
-     callbacks.
-
-
-
-   - changelog viewer needs search
-
    - Parse changelogs and display them more intelligently;
      use highlighting or other means to distinguish new
      stuff from old stuff.
 
-   - left to do in UTF8:
-
-    * possibly split the two directions of transcode for greater clarity
-
-   - Display layout loose ends:
-
-    * wtf is vs_subtree using lists instead of vectors?
-      iterator invalidation semantics?
-    * add a parallel function to fragment::layout that just does
-      size calculations (to avoid the overhead of generating and
-      throwing away lots of strings)
-
-      CANCELLED: in the most interesting cases, only one level of
-      layout can be saved (because the size of the layout depends
-      intimately on the exact contents of the fragment) without
-      pointless amounts of effort.  If hypothetical future profiling
-      turns this up as a problem, I'll reconsider.
-    * review vs_layout_item: can it be done better/more efficiently
-      now?
-
    - Spend a few minutes making the minesweeper code sane again, esp.
      cursor navigation.
 
-   - Add a screen to "audit" Recommendations (so the
-user can quickly find out which ones are unsatisfied)
+   - Add a screen to "audit" Recommendations (so the user can quickly find out which ones are unsatisfied)
 
    - Problem resolver changes:
-    * Store and present 'justifications' for solutions
-      - Mostly done, need to clean up the display in the visual UI.
     * Disable Auto-Install by default??
-    * Add a separate counter for the number of generated solutions.
-      Maybe [1/...(1)]?
-
-   - Come up with some useful markup system; move Help to it (be lazy
-     and just base it on the long-description code?)
 
 
   Older TODO items:



More information about the Aptitude-svn-commit mailing list