bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.2-20020218.patch.gz


From: Thomas Dickey
Subject: ncurses-5.2-20020218.patch.gz
Date: Mon, 18 Feb 2002 19:28:40 -0500
User-agent: Mutt/1.2.5i

# ncurses 5.2 - patch 20020218 - T.Dickey
#
# ------------------------------------------------------------------------------
#
# Ncurses 5.2 is at
#       ftp.gnu.org:/pub/gnu
#
# Patches for ncurses 5.2 are in the subdirectory
#       ftp://dickey.his.com/ncurses/5.2
#
# ------------------------------------------------------------------------------
# NEWS                   |    5 +++++
# dist.mk                |    4 ++--
# man/curs_border_set.3x |    4 ++--
# 3 files changed, 9 insertions(+), 4 deletions(-)
# ------------------------------------------------------------------------------
Index: NEWS
Prereq:  1.670 
--- ncurses-5.2-20020216+/NEWS  Sat Feb 16 19:05:07 2002
+++ ncurses-5.2-20020218/NEWS   Mon Feb 18 19:20:58 2002
@@ -1,10 +1,14 @@
--- $Id: NEWS,v 1.670 2002/02/17 00:05:07 tom Exp $
+-- $Id: NEWS,v 1.671 2002/02/19 00:20:58 tom Exp $
 
 This is a log of changes that ncurses has gone through since Zeyd started
 working with Pavel Curtis' original work, pcurses, in 1992.
 
 Changes through 1.9.9e are recorded by Zeyd M. Ben-Halim.
 Changes since 1.9.9e are recorded by Thomas Dickey.
+
+20020218
+       + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
+         in spurious symlinks on install.
 
 20020216
        + implement whline_set(), wvline_set(), add manpage curs_border_set.
Index: dist.mk
Prereq:  1.292 
--- ncurses-5.2-20020216+/dist.mk       Sat Feb 16 08:03:55 2002
+++ ncurses-5.2-20020218/dist.mk        Mon Feb 18 19:21:07 2002
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.292 2002/02/16 13:03:55 tom Exp $
+# $Id: dist.mk,v 1.293 2002/02/19 00:21:07 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -10,7 +10,7 @@
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 5
 NCURSES_MINOR = 2
-NCURSES_PATCH = 20020216
+NCURSES_PATCH = 20020218
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
Index: man/curs_border_set.3x
Prereq:  1.1 
--- ncurses-5.2-20020216+/man/curs_border_set.3x        Sat Feb 16 17:26:42 2002
+++ ncurses-5.2-20020218/man/curs_border_set.3x Mon Feb 18 19:15:44 2002
@@ -26,7 +26,7 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_border_set.3x,v 1.1 2002/02/16 22:26:42 tom Exp $
+.\" $Id: curs_border_set.3x,v 1.2 2002/02/19 00:15:44 tom Exp $
 .TH curs_border_set 3X ""
 .SH NAME
 .PP
@@ -41,7 +41,7 @@
 \fBwvline_set\fR,
 \fBmvvline_set\fR,
 \fBmvwvline_set\fR \- create \fBcurses\fR borders or lines using complex 
characters and renditions
-.SH "SYNOPSIS"
+.SH SYNOPSIS
 .PP
 \fB#include <curses.h>\fR
 .sp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]