From owner-svn-src-head@FreeBSD.ORG Mon Apr 20 22:01:39 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2506106566C; Mon, 20 Apr 2009 22:01:39 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5A2B68FC1A; Mon, 20 Apr 2009 22:01:39 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id n3KLUmqR029348; Mon, 20 Apr 2009 17:30:49 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Mon, 20 Apr 2009 17:30:49 -0400 (EDT) Date: Mon, 20 Apr 2009 17:30:48 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Alexey Dokuchaev In-Reply-To: <20090420211608.GA86704@FreeBSD.org> Message-ID: References: <200904201819.n3KIJcZo054306@svn.freebsd.org> <20090420211608.GA86704@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, Roman Divacky , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org Subject: Re: svn commit: r191330 - head/usr.bin/ncal X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 22:01:40 -0000 On Mon, 20 Apr 2009, Alexey Dokuchaev wrote: > On Mon, Apr 20, 2009 at 06:19:38PM +0000, Roman Divacky wrote: >> Author: rdivacky >> Date: Mon Apr 20 18:19:38 2009 >> New Revision: 191330 >> URL: http://svn.freebsd.org/changeset/base/191330 >> >> Log: >> Implement highlighting of today in month view of cal/ncal just like >> gnu cal does. This is currently disabled for year view because of hard >> coded padding in that case. This will hopefully be fixed soon. > > OK, what if some of us do not want this? Is there command line switch, > compile macro, or anything else to retain traditional behavior planned? Not terribly concerned over this, but shouldn't any new behavior be enabled by an option and old behavior be retained by default (no options necessary)? -- DE