credit updates

This commit is contained in:
nethack.allison
2002-07-23 05:10:37 +00:00
parent c6c17bc00f
commit c6f7560bdd
5 changed files with 23 additions and 17 deletions
+11 -9
View File
@@ -15,6 +15,7 @@ NetHack 3.4.1 is a bugfix release for 3.4.0.
* win32: some interface improvements * win32: some interface improvements
* unix: improved tile support * unix: improved tile support
* gnome: some fixes, and some enhancements by Dylan Alex Simon * gnome: some fixes, and some enhancements by Dylan Alex Simon
* Windows CE port included (by Alex Kompel)
A fuller list of changes for this release can be found in the file A fuller list of changes for this release can be found in the file
doc/fixes34.1 in the source distribution. The text in there was written doc/fixes34.1 in the source distribution. The text in there was written
@@ -56,17 +57,18 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
o. A 'sys/os2' subdirectory, which contains files specific to OS/2. o. A 'sys/os2' subdirectory, which contains files specific to OS/2.
p. A 'sys/unix' subdirectory, which contains files specific to UNIX. p. A 'sys/unix' subdirectory, which contains files specific to UNIX.
q. A 'sys/vms' subdirectory, which contains files specific to VMS. q. A 'sys/vms' subdirectory, which contains files specific to VMS.
r. A 'sys/winnt' subdirectory, which contains files specific to Windows NT. r. A 'sys/wince' subdirectory, which contains files specific to Windows CE.
s. A 'win' directory, which contains subdirectories for files that s. A 'sys/winnt' subdirectory, which contains files specific to Windows NT.
t. A 'win' directory, which contains subdirectories for files that
are windowing-system specific (but not operating-system specific). are windowing-system specific (but not operating-system specific).
t. A 'win/share' subdirectory, which contains files shared by some u. A 'win/share' subdirectory, which contains files shared by some
windowing systems. windowing systems.
u. A 'win/Qt' subdirectory, which contains files specific to Qt. v. A 'win/Qt' subdirectory, which contains files specific to Qt.
v. A 'win/X11' subdirectory, which contains files specific to X11. w. A 'win/X11' subdirectory, which contains files specific to X11.
w. A 'win/gem' subdirectory, which contains files specific to GEM. x. A 'win/gem' subdirectory, which contains files specific to GEM.
x. A 'win/gnome' subdirectory, which contains files specific to GNOME. y. A 'win/gnome' subdirectory, which contains files specific to GNOME.
y. A 'win/tty' subdirectory, which contains files specific to ttys. z. A 'win/tty' subdirectory, which contains files specific to ttys.
z. A 'win/win32' subdirectory, which contains files specific to the A. A 'win/win32' subdirectory, which contains files specific to the
Windows Win32 API. Windows Win32 API.
The names of these directories should not be changed unless you are The names of these directories should not be changed unless you are
+2 -1
View File
@@ -139,7 +139,8 @@ Macintosh port of 3.4.
Michael Allison, David Cohrs, Alex Kompel, Dion Nicolaas, and Yitzhak Sapir Michael Allison, David Cohrs, Alex Kompel, Dion Nicolaas, and Yitzhak Sapir
maintained and enhanced 3.4 for the Microsoft Windows platform. Alex Kompel maintained and enhanced 3.4 for the Microsoft Windows platform. Alex Kompel
contributed a new graphical interface for the Windows port. contributed a new graphical interface for the Windows port. Alex Kompel also
contributed a Windows CE port for 3.4.1.
Ron Van Iwaarden maintained 3.4 for OS/2. Ron Van Iwaarden maintained 3.4 for OS/2.
+2 -1
View File
@@ -5,7 +5,7 @@
.ds vr "NetHack 3.4 .ds vr "NetHack 3.4
.ds f0 "\*(vr .ds f0 "\*(vr
.ds f1 .ds f1
.ds f2 "July 1, 2002 .ds f2 "July 23, 2002
.mt .mt
A Guide to the Mazes of Menace A Guide to the Mazes of Menace
(Guidebook for NetHack) (Guidebook for NetHack)
@@ -2432,6 +2432,7 @@ Macintosh port of 3.4.
\fBMichael Allison\fP, \fBDavid Cohrs\fP, \fBAlex Kompel\fP, \fBDion Nicolaas\fP, and \fBMichael Allison\fP, \fBDavid Cohrs\fP, \fBAlex Kompel\fP, \fBDion Nicolaas\fP, and
\fBYitzhak Sapir\fP maintained and enhanced 3.4 for the Microsoft Windows platform. \fBYitzhak Sapir\fP maintained and enhanced 3.4 for the Microsoft Windows platform.
\fBAlex Kompel\fP contributed a new graphical interface for the Windows port. \fBAlex Kompel\fP contributed a new graphical interface for the Windows port.
\fBAlex Kompel\fP also contributed a Windows CE port for 3.4.1.
.pg .pg
\fBRon Van Iwaarden\fP maintained 3.4 for OS/2. \fBRon Van Iwaarden\fP maintained 3.4 for OS/2.
.pg .pg
+3 -2
View File
@@ -27,7 +27,7 @@
\begin{document} \begin{document}
% %
% input file: guidebook.mn % input file: guidebook.mn
% $Revision: 1.43 $ $Date: 2002/06/01 23:53:14 $ % $Revision: 1.44 $ $Date: 2002/06/30 01:10:54 $
% %
%.ds h0 " %.ds h0 "
%.ds h1 %.ds h2 \% %.ds h1 %.ds h2 \%
@@ -40,7 +40,7 @@
%.au %.au
\author{Eric S. Raymond\\ \author{Eric S. Raymond\\
(Extensively edited and expanded for 3.4)} (Extensively edited and expanded for 3.4)}
\date{July 1, 2002} \date{July 23, 2002}
\maketitle \maketitle
@@ -3025,6 +3025,7 @@ enhanced the Macintosh port of 3.4.
\nd {\it Michael Allison}, {\it David Cohrs}, {\it Alex Kompel}, {\it Dion Nicolaas}, and \nd {\it Michael Allison}, {\it David Cohrs}, {\it Alex Kompel}, {\it Dion Nicolaas}, and
{\it Yitzhak Sapir} maintained and enhanced 3.4 for the Microsoft Windows platform. {\it Yitzhak Sapir} maintained and enhanced 3.4 for the Microsoft Windows platform.
{\it Alex Kompel} contributed a new graphical interface for the Windows port. {\it Alex Kompel} contributed a new graphical interface for the Windows port.
{\it Alex Kompel} also contributed a Windows CE port for 3.4.1.
%.pg %.pg
\medskip \medskip
+3 -2
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.4 2002/04/20 */ /* SCCS Id: @(#)patchlevel.h 3.4 2002/07/23 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -40,7 +40,7 @@
/*****************************************************************************/ /*****************************************************************************/
/* Version 3.4.x */ /* Version 3.4.x */
/* Patch 1, May 1, 2002 /* Patch 1, August 1, 2002
* Fix a few fatal errors including one for reentering shops, one * Fix a few fatal errors including one for reentering shops, one
* involving land mines and boulders/statues, and one for delayed * involving land mines and boulders/statues, and one for delayed
* polymorph * polymorph
@@ -51,6 +51,7 @@
* win32: some interface improvements * win32: some interface improvements
* unix: improved tile support * unix: improved tile support
* gnome: some fixes, and some enhancements by Dylan Alex Simon * gnome: some fixes, and some enhancements by Dylan Alex Simon
* winCE: Windows CE port included (by Alex Kompel)
*/ */
/* /*