From: Ben Pfaff Date: Sun, 20 Mar 2011 18:39:55 +0000 (-0700) Subject: Change terminology from "active file" to "active dataset". X-Git-Tag: v0.7.7~9 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b401615e6db40bf74394839b96600afe3a868a95;hp=b401615e6db40bf74394839b96600afe3a868a95;p=pspp-builds.git Change terminology from "active file" to "active dataset". I plan to introduce the concept of multiple datasets. One of these is active at any given time, and the others are inactive. Each one is similar to what has been called the "active file" until now. Thus, it is natural to rename the "active file" to the "active dataset". I guess that this greater uniformity of terminology will cause less user confusion. ---