Change terminology from "active file" to "active dataset".
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Mar 2011 18:39:55 +0000 (11:39 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Mar 2011 18:39:55 +0000 (11:39 -0700)
commitb401615e6db40bf74394839b96600afe3a868a95
treef831eab741cbb590b25fb7ac5d43d3711499ba19
parenta9b46fb9e208c694e39d6f173bfa6fe631a30129
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.
40 files changed:
doc/combining.texi
doc/data-io.texi
doc/data-selection.texi
doc/dev/concepts.texi
doc/dev/data.texi
doc/expressions.texi
doc/files.texi
doc/language.texi
doc/regression.texi
doc/statistics.texi
doc/transformation.texi
doc/utilities.texi
doc/variables.texi
perl-module/t/Pspp.t
src/data/caseinit.h
src/data/casereader.h
src/data/dataset.c
src/data/dictionary.c
src/language/command.c
src/language/command.def
src/language/command.h
src/language/data-io/combine-files.c
src/language/data-io/data-parser.c
src/language/dictionary/delete-variables.c
src/language/dictionary/modify-variables.c
src/language/dictionary/mrsets.c
src/language/dictionary/sys-file-info.c
src/language/stats/aggregate.c
src/language/stats/flip.c
src/language/stats/rank.q
src/libpspp/taint.h
src/ui/gui/data-editor.ui
src/ui/gui/executor.c
tests/data/sys-file-reader.at
tests/language/command.at
tests/language/data-io/match-files.at
tests/language/dictionary/mrsets.at
tests/language/utilities/insert.at
tests/language/utilities/title.at
tests/perl-module.at