aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Horn2007-12-09 17:28:29 +0000
committerMax Horn2007-12-09 17:28:29 +0000
commit66a1c085c0bf09f9e42cc68e7514ecf1197f62c8 (patch)
treee91979e720890ea5a1718b7d8d89875d5b09c82a /NEWS
parentc84d9c1588ec3c7531dd4c0146369e6b35e5c059 (diff)
downloadscummvm-rg350-66a1c085c0bf09f9e42cc68e7514ecf1197f62c8.tar.gz
scummvm-rg350-66a1c085c0bf09f9e42cc68e7514ecf1197f62c8.tar.bz2
scummvm-rg350-66a1c085c0bf09f9e42cc68e7514ecf1197f62c8.zip
Expand ~/ to the HOME env var (see also patch #1846545)
svn-id: r29797
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7087a31afd..a26ebfb523 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,8 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
- Improved detection of new game variants and localized versions.
- Completely reworked internal access to files. (GSoC Task)
- Added option to delete games from the list with Del key.
+ - Added support for "~/" prefix being substituted by $HOME in paths
+ on POSIX systems (Linux, Mac OS X etc.).
AGI:
- Added support for AGI256 and AGI256-2 hacks (GSoC Task)