Ready for 3.2?

This commit is contained in:
William McBrine
2007-06-06 23:17:09 +00:00
parent ac26d913da
commit cfa3d235e2
3 changed files with 9 additions and 11 deletions

View File

@@ -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

View File

@@ -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))
/*----------------------------------------------------------------------
*

View File

@@ -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