[Aptitude-svn-commit] r4382 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows at costa.debian.org
Fri Sep 30 21:15:27 UTC 2005


Author: dburrows
Date: Fri Sep 30 21:15:24 2005
New Revision: 4382

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/TODO
   branches/aptitude-0.3/aptitude/src/apt_options.cc
Log:
Add an option item for suppress-read-only-warning.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Fri Sep 30 21:15:24 2005
@@ -1,5 +1,9 @@
 2005-09-30  Daniel Burrows  <dburrows at debian.org>
 
+	* src/apt_options.cc:
+
+	  Add an option item for suppress-read-only-warning.
+
 	* src/ui.cc:
 
 	  Make prompt_yesno_popup not always default to 'yes'.

Modified: branches/aptitude-0.3/aptitude/TODO
==============================================================================
--- branches/aptitude-0.3/aptitude/TODO	(original)
+++ branches/aptitude-0.3/aptitude/TODO	Fri Sep 30 21:15:24 2005
@@ -1,9 +1,6 @@
   Bugs for 0.4:
    - Wrong default in 'delete stuff?' dialog box.
 
-   - Add ::suppress-read-only-warning to Options somewhere?
-  ::allow-null-upgrade?
-
    - audit for missing _bare in connections
 
    - Make sure temporary directories get deleted if possible.

Modified: branches/aptitude-0.3/aptitude/src/apt_options.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/apt_options.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/apt_options.cc	Fri Sep 30 21:15:24 2005
@@ -167,6 +167,9 @@
   option_item(N_("Forget which packages are \"new\" whenever packages are installed or removed"),
 	      PACKAGE "::Forget-New-On-Install",
 	      false),
+  option_item(N_("Do not display a warning when the first change is made in read-only mode."),
+	      PACKAGE "::Suppress-Read-Only-Warning",
+	      false),
   option_item(N_("Warn when attempting to perform a privileged action as a non-root user"),
 	      PACKAGE "::Warn-Not-Root",
 	      true),



More information about the Aptitude-svn-commit mailing list