summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-17 23:29:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-17 23:29:23 +0000
commitd51d8308a5750bdd64bf247b3966d7754aa3fabc (patch)
tree82d692704d8fc983b3b62310978f5dda2b7a473c
parenta915f78e78e5843467bc735a1e2afa9612d0c795 (diff)
downloadcrawl-ref-d51d8308a5750bdd64bf247b3966d7754aa3fabc.tar.gz
crawl-ref-d51d8308a5750bdd64bf247b3966d7754aa3fabc.zip
Forward-port the renaming of changes.stone_soup to changelog.txt from
0.5 r10259. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10260 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/changelog.txt (renamed from crawl-ref/docs/changes.stone_soup)0
-rw-r--r--crawl-ref/source/command.cc6
-rw-r--r--crawl-ref/source/dat/database/FAQ.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changelog.txt
index 42efa6900d..42efa6900d 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changelog.txt
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 4fab8dc3eb..5524e29522 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -131,7 +131,7 @@ static void _add_file_to_scroller(FILE* fp, formatted_scroller& m,
static std::string _get_version_changes(void)
{
// Attempts to print "Highlights" of the latest version.
- FILE* fp = fopen(datafile_path("changes.stone_soup", false).c_str(), "r");
+ FILE* fp = fopen(datafile_path("changelog.txt", false).c_str(), "r");
if (!fp)
return "";
@@ -186,13 +186,13 @@ static std::string _get_version_changes(void)
if (start)
{
result += EOL;
- result += "For a more complete list of changes, see changes.stone_soup "
+ result += "For a more complete list of changes, see changelog.txt "
"in the " EOL
"/docs folder.";
}
else
{
- result += "For a list of changes, see changes.stone_soup in the /docs "
+ result += "For a list of changes, see changelog.txt in the /docs "
"folder.";
}
diff --git a/crawl-ref/source/dat/database/FAQ.txt b/crawl-ref/source/dat/database/FAQ.txt
index f6599661d2..14d1fd149b 100644
--- a/crawl-ref/source/dat/database/FAQ.txt
+++ b/crawl-ref/source/dat/database/FAQ.txt
@@ -412,7 +412,7 @@ A:changes
A: The (admittedly highly subjective) highlights of the last major release are
listed along with the version information under '?v'. For more details, check
-out the change log in docs/changes.stone_soup.
+out changelog.txt in the docs/ folder.
%%%%
##############################################
# Questions about the Tiles version