From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: `face' widget type Date: Mon, 28 Feb 2005 16:55:06 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109627980 2281 80.91.229.2 (28 Feb 2005 21:59:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2005 21:59:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 22:59:39 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5sv9-00018K-ND for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2005 22:59:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5tDa-00048w-Ht for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2005 17:18:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5t9N-00012T-79 for emacs-devel@gnu.org; Mon, 28 Feb 2005 17:14:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5t9K-00010e-8k for emacs-devel@gnu.org; Mon, 28 Feb 2005 17:13:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5t9J-0000xu-TT for emacs-devel@gnu.org; Mon, 28 Feb 2005 17:13:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5sr4-0006CT-LQ for emacs-devel@gnu.org; Mon, 28 Feb 2005 16:55:06 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D5sr4-0005WP-2N; Mon, 28 Feb 2005 16:55:06 -0500 Original-To: Per Abrahamsen In-reply-to: (message from Per Abrahamsen on Mon, 28 Feb 2005 13:06:05 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33950 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33950 My advice would be to delay any improvement (except for fixing regressions) until you are at the *start* of a development phase. We're talking about three kinds of cases: fixing old bugs, fixing new bugs, and changes that are not bug fixes. You're grouping the first case with the third; I think it belongs with the second. I think it is misleading to describe bug fixes as "improvements". That word suggests something optional, and bug fixes are not optional.