summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-22 20:25:11 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-22 20:25:11 +0000
commit6afac4e25853d39a399534811d8ce552dfe66d9d (patch)
tree5b13f71e0b0448187ec800467daa5f9537a58f6d
parentf245d197538fd150995afa194789354b52a11001 (diff)
downloadcrawl-ref-6afac4e25853d39a399534811d8ce552dfe66d9d.tar.gz
crawl-ref-6afac4e25853d39a399534811d8ce552dfe66d9d.zip
Tossed out ChangeLog. We'll generate it at release time using svn2log or something similar; maintaining the ChangeLog by hand is more tedium than humanity can endure.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@77 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/ChangeLog7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/ChangeLog b/crawl-ref/ChangeLog
deleted file mode 100644
index 7f38ba2114..0000000000
--- a/crawl-ref/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-2006-09-20 Darshan Shaligram <dshaligram@users.sourceforge.net>
-
- * ChangeLog: New file. It's about time we had one. :-)
-
- * init.txt: Replaced all backslashes in paths with forward slashes, which
- work on all supported platforms. (I'm not sure if we care to call DOS a
- supported platform).