From cfa3d235e2efcae7bc466538075cae826ff9c521 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 6 Jun 2007 23:17:09 +0000 Subject: [PATCH] Ready for 3.2? --- HISTORY | 8 ++++---- curses.h | 10 +++++----- doc/Makefile.in | 2 -- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/HISTORY b/HISTORY index 90e1f532..1f585f98 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,4 @@ -PDCurses 3.2 - 200?/??/?? +PDCurses 3.2 - 2007/06/06 ========================= This release mainly covers changes to the build process, along with a @@ -36,9 +36,9 @@ Bug fixes and such: PDCurses to determine the platform it's building on will have to make other arrangements. -- Documentation cleanup -- removed some content that didn't apply to - PDCurses; moved the doc-building tool to the doc directory; changed - *.man to *.txt. +- Documentation cleanup -- added more details; removed some content that + didn't apply to PDCurses; moved the doc-building tool to the doc + directory; changed *.man to *.txt. - The EMX makefile now accepts "DLL=Y", builds pdcurses.dll instead of curses.dll, builds either the static library or the DLL (not both at diff --git a/curses.h b/curses.h index a70c66ef..e92652bb 100644 --- a/curses.h +++ b/curses.h @@ -11,7 +11,7 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: curses.h,v 1.286 2007/06/03 02:15:19 wmcbrine Exp $ */ +/* $Id: curses.h,v 1.287 2007/06/06 23:17:09 wmcbrine Exp $ */ /*----------------------------------------------------------------------* * PDCurses * @@ -36,7 +36,7 @@ PDCurses portable platform definitions list: **man-end****************************************************************/ -#define PDC_BUILD 3104 +#define PDC_BUILD 3201 #define PDCURSES 1 /* PDCurses-only routines */ #define XOPEN 1 /* X/Open Curses routines */ #define SYSVcurses 1 /* System V Curses routines */ @@ -864,10 +864,10 @@ bits), 8 bits for other attributes, and 16 bits for character data. #define KEY_SUP 0x223 /* Shifted up arrow */ #define KEY_SDOWN 0x224 /* Shifted down arrow */ -#define KEY_MIN KEY_BREAK /* Minimum curses key value */ -#define KEY_MAX KEY_SDOWN /* Maximum curses key */ +#define KEY_MIN KEY_BREAK /* Minimum curses key value */ +#define KEY_MAX KEY_SDOWN /* Maximum curses key */ -#define KEY_F(n) (KEY_F0 + (n)) +#define KEY_F(n) (KEY_F0 + (n)) /*---------------------------------------------------------------------- * diff --git a/doc/Makefile.in b/doc/Makefile.in index 97a071cb..31f9d3af 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -36,8 +36,6 @@ PDCurses.txt: manext echo PDCurses Functions >> PDCurses.txt echo ================== >> PDCurses.txt ./manext $(PDCURSES_DIR)/*.c >> PDCurses.txt - echo PDCurses Private Functions >> PDCurses.txt - echo ========================== >> PDCurses.txt ./manext $(pdcdir)/*.c >> PDCurses.txt cat $(DOC_DIR)/x11.txt >> PDCurses.txt