summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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