1General Fixes and Modified Features
2-----------------------------------
3Y2K fix: use 4 digit year values for the dates in the score file
4updated COPYRIGHT_BANNER_A to reflect year of release
5prevent "late" pline calls from triggering a crash when the RIP window was
6	displayed at end of game (observed when bones file rename failure
7	under Win95 was reported to wizard mode users)
8being punished on the Plane of Water doesn't trigger a panic when air bubbles
9	try to move the ball&chain or you around
10avoid rn2(0) divide by 0 for empty inventory when trying to crawl out of water
11don't let randomly placed monsters on special levels prevent explicitly
12	placed monsters who target that location from being created (a web
13	trap's spider resulted in no quest nemesis)
14don't let randomly placed stairs on special levels be covered by explicitly
15	placed features such as fountains
16pager: guard against '%' in output from being treated as a printf formatting
17	directive (using '/' or ';' to look at food yields "% blah blah")
18prayer result of ``escape from solid rock'' isn't inhibited by teleport
19	restrictions (attempting to fix all troubles got stuck in a loop)
20report "file empty?" rather than "version mismatch" when that's the reason
21	why a data file fails its validation check
22drum of earthquake can't destroy the high altars
23
24
25Platform- and/or Interface-Specific Fixes
26-----------------------------------------
27micro (assorted): readmail()--don't show fake mail text when blind; also,
28	update the "report bugs to" message to specify <nethack-bugs@nethack.org>
29msdos: fix missing $(INCL) in dependency in djgpp Makefile
30mac: Will only dispatch events if the window system is initialized
31