From owner-cvs-src-old@FreeBSD.ORG Thu Mar 4 07:04:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38408106567D for ; Thu, 4 Mar 2010 07:04:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19A408FC22 for ; Thu, 4 Mar 2010 07:04:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2474nYK076937 for ; Thu, 4 Mar 2010 07:04:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2474na9076936 for cvs-src-old@freebsd.org; Thu, 4 Mar 2010 07:04:49 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201003040704.o2474na9076936@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Thu, 4 Mar 2010 07:04:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ncal Makefile ncal.1 ncal.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 07:04:50 -0000 edwin 2010-03-04 07:04:27 UTC FreeBSD src repository Modified files: usr.bin/ncal Makefile ncal.1 ncal.c Log: SVN rev 204697 on 2010-03-04 07:04:27Z by edwin - Implement -3 option (show previous, this and next month) option. - Add -A option (months after this month). - Add -B option (months before this month). - Fix highlighting of today in year overview. - Fix aligning of "foreign" characters. MFC after: 2 weeks Revision Changes Path 1.11 +1 -1 src/usr.bin/ncal/Makefile 1.23 +24 -7 src/usr.bin/ncal/ncal.1 1.30 +240 -197 src/usr.bin/ncal/ncal.c