summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 20:25:06 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 20:25:06 +0000
commit50ebba493b26cbee7f13852a6dc68659e35115b2 (patch)
treeff8a56c0b0b15e8b856ae9326f78fc561a556500 /crawl-ref/source/AppHdr.h
parent9f473ab4bb2c7c7bc2f658da9b14173e011ec84b (diff)
downloadcrawl-ref-50ebba493b26cbee7f13852a6dc68659e35115b2.tar.gz
crawl-ref-50ebba493b26cbee7f13852a6dc68659e35115b2.zip
Remove pre-Stone Soup change history from source files, and push it all
into a file crawlhistory.txt in docs/obsolete. I used a perl script to do this under the assumption that all these change logs used the same system following the keyword "Change History". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6930 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 4e4886ead1..12f35cbef2 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -15,28 +15,6 @@
* Copyright � 1999 Jesse Jones.
*
* Modified for Crawl Reference by $Author$ on $Date$
- *
- * Change History (most recent first):
- *
- * <9> 9 Aug 2001 MV Added USE_RIVERS,USE_NEW_UNRANDS
- * and MISSILE_TRAILS_OFF #define
- * <8> 10 May 2001 GDL Added FreeBSD support
- * courtesy Andrew E. Filonov
- * <7> 9 May 2000 GDL Added Windows 32 bit console support
- * <6> 24mar2000 jmf Added a whole slew of new options, which
- * ought to be mandatory :-)
- * <5> 10/12/99 BCR Added USE_NEW_RANDOM #define
- * <4> 9/25/99 CDL linuxlib -> liblinux
- * <3> 6/18/99 BCR Moved the CHARACTER_SET #define here from
- * linuxlib.cc. Also wrapped the #define
- * USE_MACROS to prevent it from being used by
- * Linux.
- * <2> 6/17/99 BCR Removed 'linux' check, replaced it with
- * 'LINUX' check. Now need to be -DLINUX
- * during compile. Also moved
- * CHARACTER_SET #define here from
- * linuxlib.cc
- * <1> 5/30/99 JDJ Created (from config.h)
*/