Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2010 07:11:40 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/ncal Makefile ncal.1 ncal.c
Message-ID:  <201010170712.o9H7C9TK017910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2010-10-17 07:11:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/ncal         Makefile ncal.1 ncal.c 
  Log:
  SVN rev 213945 on 2010-10-17 07:11:40Z by edwin
  
  Mega-merge of ncal into stable/7:
  
  r186401:
  Implement a new feature for the "-m" option: if the month number is
  followed by 'f' or 'p', use the following or preceding month of that
  number, respectively.  Document this.  Also includes other minor
  grammatical and punctuation fixes to the manual page (capitalize
  Easter, etc.).
  
  r191330:
  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.
  
  r191364:
  Couple of changes based on feedback
  o       Change mr/me to so/se [1].
  o       Introduce a -h option to disable highlighting. [2]
  o       Spell STDOUT_FILENO as such and pass NULL to tgetent()
  to handle the case of unset TERM. [3]
  
  r191687:
  Fixed missing dependency.
  
  r194366:
  Fix column width of weekday names for multibyte locales.
  
  r194447:
  Since the width is always 2, it is enough to put just one
  trailing space is enough.
  
  r204697:
  - 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.
  
  r204706:
  Remove no-op of WARNS?=
  
  r204849:
  - document the -3, -A and -B properly in Synopsis.
  - add highlight of current date for non-terminals.
  - fix -J option.
  - code cleanup.
  
  r204908:
  - Fix the highlighting for non-terminals when the last week is not
    7 days long.
  - "-m <N> <YYYY>" now prints only the month, not the whole year.
  
  r205071:
  - With the introduction of -A, -B and -3, not all combinations of
    arguments makes sense anymore. For example, what would a combination
    of -3 (show three months) and -y (show the whole year) do?
    We will abort on these cases.
  - Move the debug option -d to -H (from highlight), while -d is now
    used for setting the day of "today" so that -y and friends can
    be tested.
  
  r205427:
  Replace -b with -C and -B (as proposed by Alexander).
  Add -3, -A and -B to the usage.
  Update regression test for the new parameters.
  
  r212032:
  Use basename(3) to determine the name of the program.
  
  Revision   Changes    Path
  1.8.10.1   +2 -3      src/usr.bin/ncal/Makefile
  1.19.2.2   +78 -18    src/usr.bin/ncal/ncal.1
  1.19.10.4  +505 -234  src/usr.bin/ncal/ncal.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010170712.o9H7C9TK017910>