changeset 17578:22632c215d59

Clarify policy on feature removal. (recommitted patch by Diego)
author rathann
date Fri, 10 Feb 2006 18:10:19 +0000
parents 0f6b020f867d
children f1ce086b5eed
files DOCS/tech/cvs-howto.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/cvs-howto.txt	Fri Feb 10 10:42:40 2006 +0000
+++ b/DOCS/tech/cvs-howto.txt	Fri Feb 10 18:10:19 2006 +0000
@@ -155,9 +155,9 @@
 3. Do not commit unrelated changes together, split them into self-contained
    pieces.
 
-4. Do not change behavior of the program (renaming options etc) without
-   first discussing it on the mplayer-dev-eng mailing list. Do not remove
-   functionality from the code. Just improve!
+4. Do not change behavior of the program (renaming options etc) or
+   remove functionality from the code without first discussing it
+   on the mplayer-dev-eng mailing list.
 
 5. Do not commit changes to the build system (Makefiles, configure script)
    which change behaviour, defaults etc, without asking first. The same